Opened 23 years ago

Closed 23 years ago

Last modified 23 years ago

#112 closed defect (invalid)

downgrade to sysvinit-2.78

Reported by: gerard@… Owned by: lfs-book@…
Priority: normal Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

functions script uses pidlist=$(pidof -o $$ -o $PPID -o %PPID -x $base) which may not work properly with the sysvinit-2.79 package (reason unknown so far).

Change History (10)

comment:1 by gerard@…, 23 years ago

mca@irc pointed out that sysvinit-2.79's killall5 is broken (/bin/pidof is a symlink to kilalll5) and causes our functions script to misbehave quite badly.

He has emailed the author of sysvinit

Perhaps we should downgrade to 2.78 until the problem has been fixed. Right now the bootscripts may be broken.

comment:2 by gerard@…, 23 years ago

<mca> Gerard: that's only going to occur on scripts named the same as basename /path/to/command

ie: /etc/init.d/sendmail that deals with a binary called sendmail

in LFS, the only daemon we have are syslogd and klogd, but the script is called sysklogd so it doesn't show up.

comment:3 by gerard@…, 23 years ago

Summary: new sysvinit may have broken pidlist=$(pidof -o $$ -o $PPID -o %PPID -x $base)downgrade to sysvinit-2.78

downgrade to sysvinit-2.78 until we figure out how to fix 2.79

comment:4 by markh@…, 23 years ago

Resolution: fixed
Status: newclosed

comment:5 by markh@…, 23 years ago

Resolution: fixed
Status: closedreopened

comment:6 by markh@…, 23 years ago

Resolution: later
Status: reopenedclosed

comment:7 by gerard@…, 23 years ago

not an issue anymore

comment:8 by gerard@…, 23 years ago

reopening so it can be set to CLOSED INVALID

comment:9 by gerard@…, 23 years ago

Resolution: later
Status: closedreopened

comment:10 by gerard@…, 23 years ago

Resolution: invalid
Status: reopenedclosed
Note: See TracTickets for help on using tickets.