Re: LAN Support / State of the tools?

muellega <[email protected]> Sun, 16 Sep 2012 11:54:58 -0700 (PDT)
Newsgroups gmane.linux.debian.devel.ipv6
Message-ID <[email protected]>
Hi Florian

I had the same problem (and the same log entries) under Ubuntu. I think the
init-script under /etc/init.d/wide-dhcpv6-server is not setup properly. In
the start section
 > start-stop-daemon --start --quiet --pidfile ${DHCP6SPIDBASE}.${INT}.pid \
 >  --exec $DHCP6SBIN --oknodo -- -k /dev/null -P
${DHCP6SPIDBASE}.${INT}.pid $INT
it seems not a good idea to use the ctlkeyfile option (-k) always with
/dev/null. I removed that part and now it works.

Hope that also works for you,
Gabriel


-- 
View this message in context: http://old.nabble.com/LAN-Support---State-of-the-tools--tp33980650p34439791.html
Sent from the debian-ipv6 mailing list archive at Nabble.com.