Your message dated Tue, 07 Dec 2010 22:42:15 +0300
with message-id <[email protected]>
and subject line Re: Bug#329203: udhcpc triggers the non existing command
/etc/udhcpc/default.leasefail
has caused the Debian Bug report #329203,
regarding udhcpc triggers the non existing command /etc/udhcpc/default.leasefail
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.)
--
329203: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329203
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: udhcpc
Version: 0.9.8cvs20050124-3
Severity: important
When I run udhcpc as root I get:
-=-=-=
udhcpc (v0.9.9-pre) started
Sending discover...
Sending discover...
Sending discover...
/etc/udhcpc/default.script: line 7: /etc/udhcpc/default.leasefail: No
such file or directory
/etc/udhcpc/default.script: line 7: exec: /etc/udhcpc/default.leasefail:
cannot execute: No such file or directory
Sending discover...
-=-=-=
then I get a lease.
The lack of "leasefail" makes it wait.
Of all the files in the package, the string leasefail appears in one:
-=-=-=
# dpkg -L udhcpc | xargs grep -l leasefail
/sbin/udhcpc
-=-=-=
The source code gives this in dhcpc.c:
-=-=-=
run_script(NULL, "leasefail");
-=-=-=
The other calls to run_script use the arguments
deconfig, renew, bound, nak
which all appear as script names under /etc/udhcpc/
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.18-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages udhcpc depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1:1.17.1-8
20.09.2005 15:45, Sebastien Blondeel wrote:
>
> Package: udhcpc
> Version: 0.9.8cvs20050124-3
> Severity: important
>
> When I run udhcpc as root I get:
>
> -=-=-=
> udhcpc (v0.9.9-pre) started
> Sending discover...
> Sending discover...
> Sending discover...
> /etc/udhcpc/default.script: line 7: /etc/udhcpc/default.leasefail: No
> such file or directory
> /etc/udhcpc/default.script: line 7: exec: /etc/udhcpc/default.leasefail:
> cannot execute: No such file or directory
> Sending discover...
> -=-=-=
> then I get a lease.
>
> The lack of "leasefail" makes it wait.
This appears to be a very old bug in the default.script as
were shipping with udhcpc package. Current package is just
a collection of scripts around busybox, the script were
rewritten and moved to /usr/share/udhcpc/default.script .
The current script (in squeeze) does not have this problem
anymore, so closing this bugreport.
Thanks!
--- End Message ---