Bug#415544: [Pbuilder-maint] Bug#415544: pbuilder-uml: pbuilder-user-mode-linux blindly overrides DHCP configuration with static IP configuration

2007-03-29 Thread Junichi Uekawa
Hi, Hmm... will it break for pbuilder-user-mode-linux create/update ? COWFILE is not specified for pbuilder-user-mode-linux create and update, and what would that mean? In those cases, it should use the /etc/network/interfaces already configured in the chroot in the UML image. (ie

Bug#415544: [Pbuilder-maint] Bug#415544: pbuilder-uml: pbuilder-user-mode-linux blindly overrides DHCP configuration with static IP configuration

2007-03-28 Thread Paul TBBle Hampson
On Wed, Mar 28, 2007 at 08:16:01AM +0900, Junichi Uekawa wrote: Hi, The below patch only overwrites the /etc/network/interfaces in the chroot if a UML_IP is specified, and refuses to do so when a COWFILE has not been specified, or if pbuilder-uml.conf has UML_IP=dhcp in it. (You could

Bug#415544: [Pbuilder-maint] Bug#415544: pbuilder-uml: pbuilder-user-mode-linux blindly overrides DHCP configuration with static IP configuration

2007-03-28 Thread Junichi Uekawa
Hi, Hmm. Aren't the variables in this resolved at EOF time, ie outside the UML? UML_CHROOT_MOUNTPOINT would have the same issue, otherwise. Thanks, yes, of course. regards, junichi -- [EMAIL PROTECTED],netfort.gr.jp} Debian Project -- To UNSUBSCRIBE, email to [EMAIL

Bug#415544: [Pbuilder-maint] Bug#415544: pbuilder-uml: pbuilder-user-mode-linux blindly overrides DHCP configuration with static IP configuration

2007-03-28 Thread Junichi Uekawa
The below patch only overwrites the /etc/network/interfaces in the chroot if a UML_IP is specified, and refuses to do so when a COWFILE has not been specified, or if pbuilder-uml.conf has UML_IP=dhcp in it. Hmm... will it break for pbuilder-user-mode-linux create/update ? COWFILE is not

Bug#415544: [Pbuilder-maint] Bug#415544: pbuilder-uml: pbuilder-user-mode-linux blindly overrides DHCP configuration with static IP configuration

2007-03-28 Thread Paul TBBle Hampson
On Thu, Mar 29, 2007 at 12:10:03AM +0900, Junichi Uekawa wrote: The below patch only overwrites the /etc/network/interfaces in the chroot if a UML_IP is specified, and refuses to do so when a COWFILE has not been specified, or if pbuilder-uml.conf has UML_IP=dhcp in it. Hmm... will it

Bug#415544: [Pbuilder-maint] Bug#415544: pbuilder-uml: pbuilder-user-mode-linux blindly overrides DHCP configuration with static IP configuration

2007-03-27 Thread Junichi Uekawa
Hi, The below patch only overwrites the /etc/network/interfaces in the chroot if a UML_IP is specified, and refuses to do so when a COWFILE has not been specified, or if pbuilder-uml.conf has UML_IP=dhcp in it. (You could change it to be UML_IP= if you change ${UML_IP} != 'dhcp' to be -n