Re: network-manager 0.8.1-beta2 does not work with isc dhcp-clients 3.1.3 and 4.1.1

2010-06-02 Thread Andrew Pollock
On Sun, May 30, 2010 at 11:01:24PM +0200, Thomas Schmidt wrote: Hi, Am Sonntag, den 30.05.2010, 20:24 +0200 schrieb Michael Biebl: NM 0.8.1 requires ISC dhcp-client with DHCPv6 support enabled. The isc-dhcp package from experimental has DHCPv6 support disabled, due to build failures

Re: network-manager 0.8.1-beta2 does not work with isc dhcp-clients 3.1.3 and 4.1.1

2010-06-02 Thread Dan Williams
On Sun, 2010-05-30 at 20:24 +0200, Michael Biebl wrote: On 30.05.2010 11:38, Thomas Schmidt wrote: Hi, i am currently testing the beta2 of network-manager 0.8.1 on my Debian Testing system, which has the isc dhcp3-client 3.1.3 installed by default. The new network-manager seems to

network-manager 0.8.1-beta2 does not work with isc dhcp-clients 3.1.3 and 4.1.1

2010-05-30 Thread Thomas Schmidt
Hi, i am currently testing the beta2 of network-manager 0.8.1 on my Debian Testing system, which has the isc dhcp3-client 3.1.3 installed by default. The new network-manager seems to use some commandline options for calling the dhcp-client which are not available in version 3.1.3 because i can

Re: network-manager 0.8.1-beta2 does not work with isc dhcp-clients 3.1.3 and 4.1.1

2010-05-30 Thread Thomas Schmidt
Many thanks to Waldemar Brodkorb for the nice idea to get the used commandline options. The full call to dhclient looks like this on my system: /sbin/dhclient -d -4 -sf /usr/lib/NetworkManager/nm-dhcp-client.action -pf /var/run/dhclient-eth0.pid -lf

Re: network-manager 0.8.1-beta2 does not work with isc dhcp-clients 3.1.3 and 4.1.1

2010-05-30 Thread Michael Biebl
On 30.05.2010 20:24, Michael Biebl wrote: NM 0.8.1 requires ISC dhcp-client with DHCPv6 support enabled. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549060 To clarify that: If ISC dhcp is compiled with --enable-dhcpv6, it gets a few new commandline options. Comparing the output of

Re: network-manager 0.8.1-beta2 does not work with isc dhcp-clients 3.1.3 and 4.1.1

2010-05-30 Thread Michael Biebl
On 30.05.2010 11:38, Thomas Schmidt wrote: Hi, i am currently testing the beta2 of network-manager 0.8.1 on my Debian Testing system, which has the isc dhcp3-client 3.1.3 installed by default. The new network-manager seems to use some commandline options for calling the dhcp-client which

Re: network-manager 0.8.1-beta2 does not work with isc dhcp-clients 3.1.3 and 4.1.1

2010-05-30 Thread Thomas Schmidt
Hi, Am Sonntag, den 30.05.2010, 20:24 +0200 schrieb Michael Biebl: NM 0.8.1 requires ISC dhcp-client with DHCPv6 support enabled. The isc-dhcp package from experimental has DHCPv6 support disabled, due to build failures in the past, which have been sorted out in 4.1.1. Ok, thank you for the