Re: [PATCH] dhclient: copy leasefiles from old location if needed (rh #916233)

2013-03-15 Thread Dan Williams
On Thu, 2013-03-14 at 21:08 -0400, Colin Walters wrote: On Thu, 2013-03-14 at 14:38 -0500, Dan Williams wrote: +error error-message ? error-message : (unknown)); How could error be != NULL but error-message be NULL? Sounds like there was some

[PATCH] dhclient: copy leasefiles from old location if needed (rh #916233)

2013-03-14 Thread Dan Williams
When the default leasefile location got moved from distro-specific dhclient locations to a single NM-specific location, that apparently broke scripts and external tools that depended on the old location, like dract netbooting. During a netboot, DHCP is started from the initramfs and gets a lease,

Re: [PATCH] dhclient: copy leasefiles from old location if needed (rh #916233)

2013-03-14 Thread Pavel Simerda
leasefiles from old location if needed (rh #916233) When the default leasefile location got moved from distro-specific dhclient locations to a single NM-specific location, that apparently broke scripts and external tools that depended on the old location, like dract netbooting. During

Re: [PATCH] dhclient: copy leasefiles from old location if needed (rh #916233)

2013-03-14 Thread Colin Walters
On Thu, 2013-03-14 at 14:38 -0500, Dan Williams wrote: + error error-message ? error-message : (unknown)); How could error be != NULL but error-message be NULL? Sounds like there was some buggy gobject library out there? If so the right thing is to