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:
00
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:
> > > 0001-Fix-a-crash-when-mult
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
0001-Unconditionally-ifup-hotplug-interfaces
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 done
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, loo
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
> >>>
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
> >>
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 /sys/class/net/$INTERFACE/carrier)
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 th
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/.
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,
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 i
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 /lib/udev/ifupdown-ho
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. Nik
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:
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
> >
> > # Had
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 ide
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:
>> >>> L
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. Ni
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 écr
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
connec
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 network
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 w
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
jessie
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.
25 matches
Mail list logo