Opened 11 years ago
Closed 11 years ago
#3722 closed task (fixed)
sysklogd does not start in runlevel 2
| Reported by: | samron | Owned by: | |
|---|---|---|---|
| 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 , 11 years ago
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Updated comments.
Fixed at revision 10808.
Note:
See TracTickets
for help on using tickets.

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.