Bug#756084: Doesn't work with unstable either

Jelmer Vernooij jelmer at samba.org
Thu May 7 17:32:53 UTC 2015


No, the version in unstable doesn't work either.

The IPv6 support only seems to affect UDP, and not the actual daap port.

"netstat -lp" with "ipv6 = no":

ganieda% sudo netstat -lp | grep forked
tcp        0      0 *:daap                  *:*                     LISTEN      31895/forked-daapd
udp        0      0 *:50196                 *:*                                 31895/forked-daapd
udp        0      0 *:41591                 *:*                                 31895/forked-daapd

and with "ipv6 = yes":

ganieda% sudo netstat -lp | grep forked   
tcp        0      0 *:daap                  *:*                     LISTEN      31944/forked-daapd
udp        0      0 *:56915                 *:*                                 31944/forked-daapd
udp        0      0 *:47973                 *:*                                 31944/forked-daapd
udp6       0      0 [::]:32988              [::]:*                              31944/forked-daapd
udp6       0      0 [::]:48097              [::]:*                              31944/forked-daapd

Cheers,

Jelmer



More information about the pkg-multimedia-maintainers mailing list