Bug#715048: Patch to add support for an indpendendent initramfs networking config

2015-06-16 Thread Guilhem Moulin
On Mon, 01 Jun 2015 at 07:53:28 -0500, Karl O. Pinc wrote: > On Mon, 1 Jun 2015 13:46:26 +0200 Guilhem Moulin wrote: >> On Sun, 31 May 2015 at 21:30:25 -0500, Karl O. Pinc wrote: >>> On Mon, 1 Jun 2015 03:30:36 +0200 Guilhem Moulin >>> wrote: > >> I'd rather not having to manually edit these sc

Bug#715048: Patch to add support for an indpendendent initramfs networking config

2015-06-01 Thread Karl O. Pinc
On Mon, 1 Jun 2015 13:46:26 +0200 Guilhem Moulin wrote: > On Sun, 31 May 2015 at 21:30:25 -0500, Karl O. Pinc wrote: > > On Mon, 1 Jun 2015 03:30:36 +0200 Guilhem Moulin > > wrote: > I'd rather not having to manually edit these scripts, and follow your > original patch to add a new configuratio

Bug#715048: Patch to add support for an indpendendent initramfs networking config

2015-06-01 Thread Guilhem Moulin
On Sun, 31 May 2015 at 21:30:25 -0500, Karl O. Pinc wrote: > On Mon, 1 Jun 2015 03:30:36 +0200 Guilhem Moulin wrote: >> I'll see if the linux-initramfs-tool would be willing to accept an >> ‘unconfigure_networking’ function using ip(1). > > I haven't looked at all the pieces in a long time. > The

Bug#715048: Patch to add support for an indpendendent initramfs networking config

2015-05-31 Thread Karl O. Pinc
On Mon, 1 Jun 2015 03:30:36 +0200 Guilhem Moulin wrote: > My test was probably not exhaustive, but added the following two lines > to a init-bottom script did the trick for me: > > ip addr flush dev eth0 > ip link set dev eth0 down Thanks for the work! > I'll see if the linux-initramfs

Bug#715048: Patch to add support for an indpendendent initramfs networking config

2015-05-31 Thread Guilhem Moulin
On Fri, 29 May 2015 at 23:35:26 -0500, Karl O. Pinc wrote: > Or maybe adding a flush after the ipconfig brings the > interface down. > > Hopefully this would remove the old "boot-temporary" ip > netmask, routes, etc. and leave the interface "clean" > and ready to get it's normal configuration. >

Bug#715048: Patch to add support for an indpendendent initramfs networking config

2015-05-29 Thread Karl O. Pinc
On Fri, 29 May 2015 19:30:35 +0200 Guilhem Moulin wrote: > > The problem is that, while klibc can bring up and down network > > interfaces, the interface configuration does not go away. > > What doesn't go away exactly? (What do you mean by “interface > configuration”?) I wonder if ip(8) could

Bug#715048: Patch to add support for an indpendendent initramfs networking config

2015-05-29 Thread Karl .O Pinc
It has been a while but I believe that VIP number and a net mask remained configured on the interface. I believe that "ip flush" may take care of the problem but I have not tried it. On May 29, 2015 12:30:35 PM CDT, Guilhem Moulin wrote: >Hi, > >> The problem is that, while klibc can bring up a

Bug#715048: Patch to add support for an indpendendent initramfs networking config

2015-05-29 Thread Guilhem Moulin
Hi, > The problem is that, while klibc can bring up and down network > interfaces, the interface configuration does not go away. What doesn't go away exactly? (What do you mean by “interface configuration”?) I wonder if ip(8) could help, by the way. It's included in the initrd, can flush route

Bug#715048: Patch to add support for an indpendendent initramfs networking config

2014-08-01 Thread Karl O. Pinc
On 08/01/2014 09:00:22 AM, Gerrit Pape wrote: > tags 715048 + patch > quit > > On Tue, Jul 09, 2013 at 09:29:02AM -0500, Karl O. Pinc wrote: > > Attached is a patch which adds support for a completely > > different networking configuration in the initramfs > > from that of the running system. > >

Bug#715048: Patch to add support for an indpendendent initramfs networking config

2014-08-01 Thread Gerrit Pape
tags 715048 + patch quit On Tue, Jul 09, 2013 at 09:29:02AM -0500, Karl O. Pinc wrote: > Attached is a patch which adds support for a completely > different networking configuration in the initramfs > from that of the running system. > > The patch brings down network interfaces, when configured >

Bug#715048: Patch to add support for an indpendendent initramfs networking config

2013-07-09 Thread Karl O. Pinc
Hi, Attached is a patch which adds support for a completely different networking configuration in the initramfs from that of the running system. The patch brings down network interfaces, when configured to do so, after the rootfs is mounted. There is a configuration file in conf.d/ and a script