Your message dated Mon, 3 Mar 2008 08:37:40 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#468155: dhcp3-server: $INTERFACES should be last
argument in init script
has caused the Debian Bug report #468155,
regarding dhcp3-server: $INTERFACES should be last argument in init script
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
468155: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468155
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dhcp3-server
Version: 3.0.6.dfsg-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch
In https://launchpad.net/bugs/187434 we got a report that calling
dhcp3d with the interface names put in between the options does not
always work. Indeed the manpage wants them to be after all options.
I fixed that in Ubuntu, and tested that it still works. I could not
reproduce the original bug, though.
Thanks for considering,
Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
My 5 today: #180364 (ocamlnet, pkg-create-dbgsym), #146434 (xchat-gnome,
xchat), #186569 (glib2.0), #193971 (tmispell-voikko), #152803 (belocs-
locales-bin)
Do 5 a day - every day! https://wiki.ubuntu.com/5-A-Day
diff -u dhcp3-3.0.6.dfsg/debian/changelog dhcp3-3.0.6.dfsg/debian/changelog
--- dhcp3-3.0.6.dfsg/debian/changelog
+++ dhcp3-3.0.6.dfsg/debian/changelog
@@ -1,3 +1,11 @@
+dhcp3 (3.0.6.dfsg-1ubuntu4) hardy; urgency=low
+
+ * debian/dhcp3-server.init.d: Put interface names after the dhcp3d options,
+ to comply to manpage. Putting them first causes problems when using
+ multiple interfaces under some conditions. (LP: #187434)
+
+ -- Martin Pitt <[EMAIL PROTECTED]> Wed, 27 Feb 2008 12:29:26 +0100
+
dhcp3 (3.0.6.dfsg-1ubuntu3) hardy; urgency=low
* debian/dhcp3-client.postinst:
diff -u dhcp3-3.0.6.dfsg/debian/dhcp3-server.init.d
dhcp3-3.0.6.dfsg/debian/dhcp3-server.init.d
--- dhcp3-3.0.6.dfsg/debian/dhcp3-server.init.d
+++ dhcp3-3.0.6.dfsg/debian/dhcp3-server.init.d
@@ -87,7 +87,7 @@
log_daemon_msg "Starting $DESC" "$NAME"
start-stop-daemon --start --quiet --pidfile $DHCPDPID \
- --exec /usr/sbin/dhcpd3 -- -q $INTERFACES -pf $DHCPDPID
-cf $CONFIG_FILE
+ --exec /usr/sbin/dhcpd3 -- -q -pf $DHCPDPID -cf
$CONFIG_FILE $INTERFACES
sleep 2
if check_status -q; then
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Hi Andrew,
Andrew Pollock [2008-03-03 15:23 +1000]:
> This patch doesn't appear to be relevant to Debian, I think you must have
> modified the init script in Ubuntu at some stage.
Uh, my bad. Sorry for the noise then, should have checked before.
Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
My 5 today: #103831 (hal-info), #120413 (hal-info), #191737 (hal-info),
#94924 (hal-info), #114443 (hal-info)
Do 5 a day - every day! https://wiki.ubuntu.com/5-A-Day
--- End Message ---