Your message dated Mon, 30 Jan 2012 16:42:30 +0100
with message-id <[email protected]>
and subject line Re: Bug#657977: infinoted-0.5: only binds to IPv6
has caused the Debian Bug report #657977,
regarding infinoted-0.5: only binds to IPv6
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 [email protected]
immediately.)
--
657977: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657977
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: infinoted-0.5
Version: 0.5.1-2
Severity: normal
Hi,
infinoted-0.5 only binds to IPv6 on my system:
$ infinoted-0.5 --security-policy=no-tls
Loaded plugin
"/usr/lib/infinoted-0.5/note-plugins/libinfd-note-plugin-text.so" (InfText)
IPv6 Server running on port 6523
netstat confirms.
I would like infinoted-0.5 to bind on IPv4.
For what it's worth, here's what I get with a patched package that
does not binds to IPv6 before attempting to bind on IPv4...
(in
infinoted/infinoted-run.c, I commented out the following lines:
address = inf_ip_address_new_raw6(INFINOTED_RUN_IPV6_ANY_ADDR);
run->xmpp6 = infinoted_run_create_server(run, startup, address, NULL);
)
... infinoted-0.5 successfully binds to IPv4:
$ infinoted-0.5 --security-policy=no-tls
Loaded plugin
"/usr/lib/infinoted-0.5/note-plugins/libinfd-note-plugin-text.so" (InfText)
IPv4 Server running on port 6523
(Confirmed by netstat as well.)
In case it matters, net.ipv6.bindv6only is set to 0 on my system.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages infinoted-0.5 depends on:
ii dpkg 1.16.1.2
ii libc6 2.13-24
ii libdaemon0 0.14-2
ii libglib2.0-0 2.30.2-6
ii libgnutls26 2.12.16-1
ii libgsasl7 1.6.1-1
ii libinfinity-0.5-0 0.5.1-2
ii libpam0g 1.1.3-7
ii libxml2 2.7.8.dfsg-7
infinoted-0.5 recommends no packages.
infinoted-0.5 suggests no packages.
-- no debconf information
Cheers,
--
intrigeri
| GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
| OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
| So what?
--- End Message ---
--- Begin Message ---
Philipp Kern wrote (30 Jan 2012 15:08:04 GMT) :
> Yeah, but with bindv6only=0 you should be able to connect to port 6523
> via IPv4 anyway, i.e. `telnet -4 <host> 6523` ought to work.
Right, thanks!
Closing, then.
--- End Message ---