[Bug 473332] New: Error in /etc/insserv.conf: "boot.setclock" should be "boot.clock"
https://bugzilla.novell.com/show_bug.cgi?id=473332 Summary: Error in /etc/insserv.conf: "boot.setclock" should be "boot.clock" Classification: openSUSE Product: openSUSE 11.0 Version: Final Platform: All OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: archie@dellroad.org QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 After installing a SuSE 11.0 system, I noticed this: $ chkconfig --del cron cron 0:off 1:off 2:off 3:off 4:off 5:off 6:off $ chkconfig --add cron insserv: Service boot.setclock has to be enabled for service cron insserv: exiting now! /sbin/insserv failed, exit code 1 cron 0:off 1:off 2:off 3:off 4:off 5:off 6:off $ fgrep $time /etc/insserv.conf ^C $ fgrep '$time' /etc/insserv.conf $time boot.setclock +xntpd $ ls /etc/init.d/boot.*clock /etc/init.d/boot.clock* /etc/init.d/boot.getclock* Note that $time in /etc/insserv.conf is defined as 'boot.setclock' but there is no such script /etc/init.d/boot.setclock. I believe $time should be defined as 'boot.clock' rather than 'boot.setclock'... RPM versions: $ rpm -qf /etc/insserv.conf insserv-1.11.0-29 $ rpm -qf /etc/init.d/cron cron-4.1-170 $ rpm -qf /etc/init.d/boot.clock aaa_base-11.0-72 Reproducible: Always Steps to Reproduce: See 'Details'. Actual Results: See 'Details'. Expected Results: "chkconfig --add cron" should not fail. Here is the proposed fix: $ diff -u insserv.conf{.orig,} --- insserv.conf.orig 2009-02-06 09:14:47.000000000 -0600 +++ insserv.conf 2009-02-06 09:14:52.000000000 -0600 @@ -33,7 +33,7 @@ # # The system time has been set correctly # -$time boot.setclock +xntpd +$time boot.clock +xntpd # # Services which need to be interactive -- 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=473332 User archie@dellroad.org added comment https://bugzilla.novell.com/show_bug.cgi?id=473332#c1 --- Comment #1 from Archie Cobbs <archie@dellroad.org> 2009-02-06 08:41:25 MST --- Sorry, now I realize this may be yet another duplicate of: https://bugzilla.novell.com/show_bug.cgi?id=384254 The bug search function didn't find this bug when I searched before. Google did, however... :-) -- 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=473332 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |thoenig@novell.com |ovo.novell.com | -- 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=473332 User thoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=473332#c2 Timo Hoenig <thoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |thoenig@novell.com, | |werner@novell.com Info Provider| |archie@dellroad.org --- Comment #2 from Timo Hoenig <thoenig@novell.com> 2009-02-18 07:30:49 MST --- Archie: If this is a duplicate of bug 384254 , why not marking it as such? Werner, could you please have a look in case this isn't a duplicate? Thank you. https://bugzilla.novell.com/show_bug.cgi?id=384254 -- 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=473332 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=473332#c3 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|archie@dellroad.org | Resolution| |DUPLICATE --- Comment #3 from Dr. Werner Fink <werner@novell.com> 2009-02-18 07:38:45 MST --- It is a duplicate and yes it is fixed. At least in the latest insserv package for openSuSE 11.0 *** This bug has been marked as a duplicate of bug 384254 *** https://bugzilla.novell.com/show_bug.cgi?id=384254 -- 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