[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#476524: debian-installer: DI Manual Bug: the use of killall.sh as described kills itself



Package: debian-installer
Severity: normal


>From the latest version of the Debian Installer Manual, B.4.2.:

-------------------------------

killall.sh dhclient
netcfg

-------------------------------

If this code is used, killall.sh will return exit code 143 because it
kills itself. killall.sh looks for DHCP client processes like
dhclient. In this case it will find its own process as well, because
"dhclient" is part of the killall.sh command. And so it kills itself in
additions to the running DHCP clients.

Although it might work in a script triggered by preseed/run anyhow,
it is not desired behaviour. In addition to that using "killall.sh
dhclient ; netcfg" as preseed/early_command makes the early_command
fail by the exit code.

Because the "dhclient" argument used with killall.sh is totally
unnecessary - unused by the script - I would suggest replacing the line
"killall.sh dhclient" in the manual by just "killall.sh".


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-4-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)



Reply to: