Re: [DNG] ascii an waiting for dhcp on boot

2017-12-18 Thread Didier Kryn
Le 18/12/2017 à 16:13, Svante Signell a écrit : On Mon, 2017-12-18 at 16:00 +0100, Didier Kryn wrote: Le 18/12/2017 à 15:58, Svante Signell a écrit : On Mon, 2017-12-18 at 15:32 +0100, Didier Kryn wrote:   I've just done apt-get source ifupdown.   The source contains two patches:

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-18 Thread Svante Signell
On Mon, 2017-12-18 at 16:00 +0100, Didier Kryn wrote: > Le 18/12/2017 à 15:58, Svante Signell a écrit : > > On Mon, 2017-12-18 at 15:32 +0100, Didier Kryn wrote: > > >   I've just done apt-get source ifupdown. > > > > > >   The source contains two patches: > > >

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-18 Thread Didier Kryn
Le 18/12/2017 à 15:58, Svante Signell a écrit : On Mon, 2017-12-18 at 15:32 +0100, Didier Kryn wrote: I've just done apt-get source ifupdown. The source contains two patches: 0001-Fix-a-crash-when-multiple-interfaces-are-specified-f.patch

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-18 Thread Svante Signell
On Mon, 2017-12-18 at 15:32 +0100, Didier Kryn wrote: > I've just done apt-get source ifupdown. > > The source contains two patches: > 0001-Fix-a-crash-when-multiple-interfaces-are-specified-f.patch > 0001-Unconditionally-ifup-hotplug-interfaces > > So it seems things are well

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-18 Thread Didier Kryn
    I've just done apt-get source ifupdown.     The source contains two patches: 0001-Fix-a-crash-when-multiple-interfaces-are-specified-f.patch 0001-Unconditionally-ifup-hotplug-interfaces     So it seems things are well done and it is enough to remove the second patch (attached). However,

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-18 Thread Dr. Nikolaus Klepp
Am Montag, 18. Dezember 2017 schrieb Didier Kryn: > Le 18/12/2017 à 11:42, Dr. Nikolaus Klepp a écrit : > > Am Montag, 18. Dezember 2017 schrieb Didier Kryn: > >> Le 18/12/2017 à 09:01, Dr. Nikolaus Klepp a écrit : > >>> Apply this patch to /lib/udev/ifupdown-hotplug-original. It changes >

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-18 Thread Dr. Nikolaus Klepp
Am Montag, 18. Dezember 2017 schrieb Didier Kryn: > Le 18/12/2017 à 09:01, Dr. Nikolaus Klepp a écrit : > > > > Apply this patch to /lib/udev/ifupdown-hotplug-original. It changes > > line 78 from > > > > exec ifup --allow=hotplug $INTERFACE > > > > to >

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-18 Thread Didier Kryn
Le 18/12/2017 à 09:01, Dr. Nikolaus Klepp a écrit : Apply this patch to /lib/udev/ifupdown-hotplug-original. It changes line 78 from exec ifup --allow=hotplug $INTERFACE to if [ -z "${INTERFACE##eth[0-9]*}" ]; then if [ $(cat

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-18 Thread Dr. Nikolaus Klepp
Am Sonntag, 17. Dezember 2017 schrieb Didier Kryn: > Le 07/12/2017 à 17:21, Dr. Nikolaus Klepp a écrit : > > Am Mittwoch, 6. Dezember 2017 schrieb KatolaZ: > >> On Wed, Dec 06, 2017 at 02:09:45PM +0100, Dr. Nikolaus Klepp wrote: > >> > >> [cut] > >> > No bright ideas for how you'd check for

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-17 Thread Didier Kryn
Le 07/12/2017 à 17:21, Dr. Nikolaus Klepp a écrit : Am Mittwoch, 6. Dezember 2017 schrieb KatolaZ: On Wed, Dec 06, 2017 at 02:09:45PM +0100, Dr. Nikolaus Klepp wrote: [cut] No bright ideas for how you'd check for that though, but it probably involves poking around in /sys/class/net/$IFACE/.

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-07 Thread Dr. Nikolaus Klepp
Am Mittwoch, 6. Dezember 2017 schrieb KatolaZ: > On Wed, Dec 06, 2017 at 02:09:45PM +0100, Dr. Nikolaus Klepp wrote: > > [cut] > > > > > > > No bright ideas for how you'd check for that though, but it probably > > > involves poking around in /sys/class/net/$IFACE/. > > > > > > Hope this helps,

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-07 Thread Olaf Meeuwissen
Hi Svante, Svante Signell writes: > On Wed, 2017-12-06 at 20:08 +0900, Olaf Meeuwissen wrote: >> >> Downgrade to 0.8.13?From the changelog for 0.8.14: >> >> * Ignore link state when bringing up hotplug interfaces at boot. >> Closes: #814785, #834820 >> >> # Had a quick look and it *seems* udev

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-06 Thread KatolaZ
On Wed, Dec 06, 2017 at 02:09:45PM +0100, Dr. Nikolaus Klepp wrote: [cut] > > > > No bright ideas for how you'd check for that though, but it probably > > involves poking around in /sys/class/net/$IFACE/. > > > > Hope this helps, > > definitly :-) > > Apply this patch to

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-06 Thread Dr. Nikolaus Klepp
Ok, I made a patch :-) Am Mittwoch, 6. Dezember 2017 schrieb Olaf Meeuwissen: > Hi, > > Dr. Nikolaus Klepp writes: > > > Hi Ralph! > > > > Am Dienstag, 5. Dezember 2017 schrieb Ralph Ronnquist: > >> Dr. Nikolaus Klepp wrote on 05/12/17 18:41: > >> > Hi! > >> > > >> > On 2017-11-29 08:37, Dr.

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-06 Thread Dr. Nikolaus Klepp
Hi! Am Mittwoch, 6. Dezember 2017 schrieb Olaf Meeuwissen: > Hi, > > Dr. Nikolaus Klepp writes: > > > Hi Ralph! > > > > Am Dienstag, 5. Dezember 2017 schrieb Ralph Ronnquist: > >> Dr. Nikolaus Klepp wrote on 05/12/17 18:41: > >> > Hi! > >> > > >> > On 2017-11-29 08:37, Dr. Nikolaus Klepp wrote:

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-06 Thread Dr. Nikolaus Klepp
Am Mittwoch, 6. Dezember 2017 schrieb Svante Signell: > On Wed, 2017-12-06 at 20:08 +0900, Olaf Meeuwissen wrote: > > > > Downgrade to 0.8.13?  From the changelog for 0.8.14: > > > >   * Ignore link state when bringing up hotplug interfaces at boot. > > Closes: #814785, #834820 > > > > #

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-06 Thread Svante Signell
On Wed, 2017-12-06 at 20:08 +0900, Olaf Meeuwissen wrote: > > Downgrade to 0.8.13?  From the changelog for 0.8.14: > >   * Ignore link state when bringing up hotplug interfaces at boot. > Closes: #814785, #834820 > > # Had a quick look and it *seems* udev is involved somehow ... Just an

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-06 Thread Olaf Meeuwissen
Hi, Dr. Nikolaus Klepp writes: > Hi Ralph! > > Am Dienstag, 5. Dezember 2017 schrieb Ralph Ronnquist: >> Dr. Nikolaus Klepp wrote on 05/12/17 18:41: >> > Hi! >> > >> > On 2017-11-29 08:37, Dr. Nikolaus Klepp wrote: >> >> Hi! >> >> >> >> Am Mittwoch, 29. November 2017 schrieb Didier Kryn: >> >>>

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-05 Thread Ralph Ronnquist
Dr. Nikolaus Klepp wrote on 05/12/17 22:46: Hi Ralph! Am Dienstag, 5. Dezember 2017 schrieb Ralph Ronnquist: Dr. Nikolaus Klepp wrote on 05/12/17 18:41: Hi! On 2017-11-29 08:37, Dr. Nikolaus Klepp wrote: Hi! Am Mittwoch, 29. November 2017 schrieb Didier Kryn: Le 29/11/2017 à 08:38, Dr.

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-05 Thread Dr. Nikolaus Klepp
Hi Ralph! Am Dienstag, 5. Dezember 2017 schrieb Ralph Ronnquist: > Dr. Nikolaus Klepp wrote on 05/12/17 18:41: > > Hi! > > > > On 2017-11-29 08:37, Dr. Nikolaus Klepp wrote: > >> Hi! > >> > >> Am Mittwoch, 29. November 2017 schrieb Didier Kryn: > >>> Le 29/11/2017 à 08:38, Dr. Nikolaus Klepp a

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-05 Thread Ralph Ronnquist
Dr. Nikolaus Klepp wrote on 05/12/17 18:41: Hi! On 2017-11-29 08:37, Dr. Nikolaus Klepp wrote: Hi! Am Mittwoch, 29. November 2017 schrieb Didier Kryn: Le 29/11/2017 à 08:38, Dr. Nikolaus Klepp a écrit : Hi! When bootin ascii and eth0 is present and configured as dhcp and eth0 is not

Re: [DNG] ascii an waiting for dhcp on boot

2017-12-04 Thread Dr. Nikolaus Klepp
Hi! On 2017-11-29 08:37, Dr. Nikolaus Klepp wrote: > Hi! > > Am Mittwoch, 29. November 2017 schrieb Didier Kryn: > > Le 29/11/2017 à 08:38, Dr. Nikolaus Klepp a écrit : > > > Hi! > > > > > > When bootin ascii and eth0 is present and configured as dhcp and eth0 is > > > not connected to a

Re: [DNG] ascii an waiting for dhcp on boot

2017-11-29 Thread Dr. Nikolaus Klepp
Hi! Am Mittwoch, 29. November 2017 schrieb Didier Kryn: > Le 29/11/2017 à 08:38, Dr. Nikolaus Klepp a écrit : > > Hi! > > > > When bootin ascii and eth0 is present and configured as dhcp and eth0 is > > not connected to a network, then the boot process is blocked at ~ 1 minute > > at the stage

Re: [DNG] ascii an waiting for dhcp on boot

2017-11-28 Thread Didier Kryn
Le 29/11/2017 à 08:38, Dr. Nikolaus Klepp a écrit : Hi! When bootin ascii and eth0 is present and configured as dhcp and eth0 is not connected to a network, then the boot process is blocked at ~ 1 minute at the stage where eth0 is configured. This is quite anoying and did not happen on

[DNG] ascii an waiting for dhcp on boot

2017-11-28 Thread Dr. Nikolaus Klepp
Hi! When bootin ascii and eth0 is present and configured as dhcp and eth0 is not connected to a network, then the boot process is blocked at ~ 1 minute at the stage where eth0 is configured. This is quite anoying and did not happen on jessie. Is there an easy way to get the old behaviour (i.e.