[Bug 431599] New: rsyslog keeps using the early config
https://bugzilla.novell.com/show_bug.cgi?id=431599 Summary: rsyslog keeps using the early config Product: openSUSE 11.1 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: mt@novell.com ReportedBy: mrueckert@novell.com QAContact: qa@suse.de CC: coolo@novell.com Found By: --- it seems the restart into the full config fails during boot. it is easy to reproduce with: rcsyslog stop ; rcsyslog start early ; bash -x rcsyslog start and i wonder why earlysyslog is only started for runlevel 5. coolo why arent we using the same for runlevel 2 and 3? (found that while debugging the original issue) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=431599 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431599#c1 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Marius Tomaschewski <mt@novell.com> 2008-10-02 08:33:30 MDT --- Syslogd package with fixed script submitted to STABLE: --- ./rc.syslog +++ ./rc.syslog 2008-10-02 16:09:33.000000000 +0200 @@ -113,9 +113,11 @@ if test -e /var/lock/subsys/earlysyslog ; then # Syslog service already done rm -f /var/lock/subsys/earlysyslog - exit 0 - fi - if test "$2" = "early" ; then + case "$SYSLOG_DAEMON" in + rsyslogd) ;; # switch to normal config + *) exit 0 ;; + esac + elif test "$2" = "early" ; then # Start syslog service early > /var/lock/subsys/earlysyslog fi -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=431599 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431599#c2 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |coolo@novell.com --- Comment #2 from Marius Tomaschewski <mt@novell.com> 2008-10-02 08:35:12 MDT --- Coolo? See initial comment - why only runlevel 5? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=431599 User cthiel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431599#c3 Christoph Thiel <cthiel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cthiel@novell.com Status|NEEDINFO |ASSIGNED Info Provider|coolo@novell.com | --- Comment #3 from Christoph Thiel <cthiel@novell.com> 2008-10-02 09:13:32 MDT --- I guess because we needed it to speed up booting -- coolo is on parental leave until mid October. Feel free to also add it for runlevel 2 and 3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=431599 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431599#c4 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Marius Tomaschewski <mt@novell.com> 2008-10-06 06:12:07 MDT --- fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com