Modify ↓
Opened at 2012-11-10T22:03:27Z
Last modified at 2014-03-01T02:14:49Z
#1008 new enhancement
Listen on IPv4 *and* IPv6 when using "-i localhost"
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 3.0.6 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: |
Description
root@eris ~ $ ps auxf | grep '[b]itlbee' bitlbee 26593 0.0 0.1 48032 1276 ? Ss 22:49 0:00 /usr/sbin/bitlbee -p 6667 -P /var/run/bitlbee.pid -F -i localhost root@eris ~ $ netstat -lnpt | grep bitlbee tcp 0 0 127.0.0.1:6667 0.0.0.0:* LISTEN 26593/bitlbee
I expected bitlbee to listen on 127.0.0.1 *and* ::1
Attachments (1)
Change History (4)
Changed at 2013-08-16T13:28:40Z by
Attachment: | bitlbee-IPv6.patch added |
---|
comment:1 Changed at 2013-08-16T13:29:02Z by
This we have resolved (AFAIK) in https://bugzilla.redhat.com/show_bug.cgi?id=949303. See attached patch.
comment:2 Changed at 2014-02-04T05:06:49Z by
Keywords: | patch added |
---|
comment:3 Changed at 2014-03-01T02:14:49Z by
Keywords: | patch removed |
---|
@mcepl: Patch applied in r1012, thanks!
Not closing this ticket because, well, that patch is for systemd socket activation only, not for -i localhost
. Although TBH it might be a user error, specifying ::1 could solve it, I don't know.
Note: See
TracTickets for help on using
tickets.
suggested patch