Your message dated Sat, 12 Jul 2025 20:41:12 +0200
with message-id <ahkssij1wc5eu...@per.namespace.at>
and subject line Re: Bug#377988: dcc send doesn't work correctly in ircii
has caused the Debian Bug report #377988,
regarding dcc send doesn't work correctly in ircii
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
377988: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377988
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ircii
Version: 20030315-1
In ircii when I do a dcc send (no firewall, no NAT/masquerading):
/dcc send nick file.txt
I get this error-message:
*** Unable to getnameinfo: ai_family not supported
Not only Version 20030315-1 (stable) has this problem, Version
20051015-1 (testing and unstable) of ircii is also affected.
It works when I use an explicit set of the "dcchost" variable to the
name of my host:
/set dcchost foo.bar.example
But I think it shouldn't be necessary to set the dcchost variable to do
a dcc send. ircii should use a default, the name of the host it is
running on (or the ip).
But perhaps the problem is a combination of two problems, because when I
do an strace I see that if I use an older ircii on an old woody box
which doesn't use IP-V6 (network functions use AF_INET, not AF_INET6)
then it works without setting the dcchost variable. Perhaps it could be
a problem with getting the name of a host from its IP (using IP-V6)?
Kernel: Linux foo 2.6.8-3-686 #1 Thu May 25 02:27:57 UTC 2006 i686 GNU/Linux
libc6: 2.3.2.ds1-22sarge3
Regards,
--
Nils Bronstert
--- End Message ---
--- Begin Message ---
Source: ircii
Source-Version: 20240918-1
On Wed, Jul 12, 2006 at 02:59:54PM +0200, Nils Bronstert wrote:
> Package: ircii
> Version: 20030315-1
>
> In ircii when I do a dcc send (no firewall, no NAT/masquerading):
> /dcc send nick file.txt
>
> I get this error-message:
> *** Unable to getnameinfo: ai_family not supported
Hopefully fixed upstream by:
Changes in ircII 20230813:
o handle multi-IP/IP version host lookups less poorly
--- End Message ---