Opened 12 years ago

Closed 10 years ago

Last modified 8 years ago

#11030 closed Bug Report - General (Fixed)

ServerPool fails to listen on link local addresses

Reported by: fabio.marras@… Owned by: Raymond Wagner
Priority: minor Milestone: 0.27
Component: MythTV - General Version: 0.25-fixes
Severity: medium Keywords:
Cc: Ticket locked: yes

Description

In recent versions of 0.25 and 0.26 where MythTV listens to all link-local addresses by default, the backend may fail to bind to those addresses, and as a result refuse to run.

Attachments (1)

mythbackend.log (8.9 KB) - added by Raymond Wagner 12 years ago.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by Raymond Wagner

Attachment: mythbackend.log added

comment:1 Changed 12 years ago by helge.jensen@…

Me too:

Sep  2 20:16:07 myth mythbackend[2140]: E CoreContext serverpool.cpp:407 (listen
) Failed listening on TCP [fe80::fc54:ff:fe85:d589%vnet0]:6543 - Error 9: The ad
dress is not available

Workaround: disable IPV6

echo "net.ipv6.conf.all.disable_ipv6=1" > /etc/sysctl.d/disableipv6.conf
reboot # (or service procps restart and complicated killing of mythtv-backend)

comment:2 Changed 12 years ago by Raymond Wagner

Ticket locked: set

comment:3 Changed 10 years ago by JYA

Resolution: Fixed
Status: newclosed

should be fixed in 0.27.

re-open if that's not the case

comment:4 Changed 8 years ago by Stuart Auchterlonie

Milestone: unknown0.27
Note: See TracTickets for help on using tickets.