Opened 9 years ago

Closed 9 years ago

#3722 closed task (fixed)

sysklogd does not start in runlevel 2

Reported by: samron Owned by: lfs-book@…
Priority: normal Milestone: 7.7
Component: Bootscripts Version: SVN
Severity: normal Keywords:
Cc:

Description

Hi,

Although sysklogd rc script's Default-Start says "2 3 4 5", the lfs-bootscripts-20141113/Makefile does not start it in rc2:

rc2: files
        ln -sf ../init.d/network     ${ETCDIR}/rc.d/rc2.d/K80network
        ln -sf ../init.d/sysklogd    ${ETCDIR}/rc.d/rc2.d/K90sysklogd

I believe that sysklogd should be started in rc2.

Regards, Samron

Change History (2)

comment:1 by bdubbs@…, 9 years ago

I'll think about changing this, but run level 2 is supposed to be without networking. Depending upon configuration, syslog needs a network interface for remote logging. See the man page for syslog.conf.

I agree that the Default-Start and Default-Stop portions of the sysklogd script are inconsistent with the current configuration.

comment:2 by bdubbs@…, 9 years ago

Resolution: fixed
Status: newclosed

Updated comments.

Fixed at revision 10808.

Note: See TracTickets for help on using tickets.