[Bug 707524] New: chkconfig - insserv: FATAL: service boot.clock has to be enabled to use service squid
https://bugzilla.novell.com/show_bug.cgi?id=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c0 Summary: chkconfig - insserv: FATAL: service boot.clock has to be enabled to use service squid Classification: openSUSE Product: openSUSE 12.1 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: rob.opensuse.linux@googlemail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 Start a service manually by rcsquid for example. Later try with "chkconfig squid on" to enable it on boot. Reproducible: Always Steps to Reproduce: 1. Install 2. Configure squid & test, starting by hand 3. Attempt to enable on future boots by "chkconfig squid on" or "chkconfig squid 35" Actual Results: fir:~ # chkconfig squid on insserv: FATAL: service boot.clock has to be enabled to use service squid insserv: exiting now! /sbin/insserv failed, exit code 1 fir:~ # rcsquid start Starting WWW-proxy squid fir:~ # echo peer |ntpdc peer remote local st poll reach delay offset disp ======================================================================= =ns0.fredprod.co 82.26.243.130 2 64 377 0.01733 -0.026154 0.05135 *glfd-dmzutil-1. 82.26.243.130 2 64 377 0.01447 -0.008398 0.06831 =LOCAL(0) 127.0.0.1 10 64 0 0.00000 0.000000 3.99217 =winn-dmzutil-1. 82.26.243.130 2 64 377 0.01639 -0.021070 0.06396 =ntp0.lon.bitfol 82.26.243.130 3 64 377 0.02509 -0.019903 0.05228 fir:~ # chkconfig ntp --list ntp 0:off 1:off 2:off 3:on 4:off 5:on 6:off fir:~ # rpm -qf `which !:0` rpm -qf `which chkconfig` aaa_base-12.1-96.1.x86_64 fir:~ # chkconfig squid 35 insserv: FATAL: service boot.clock has to be enabled to use service squid insserv: exiting now! /sbin/insserv failed, exit code 1 Expected Results: Expect /etc/init.d links to be adjusted to start up the service in runlevels 35. Saw this in 12.1 M2 to in fresh install couple weeks ago. -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |werner@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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c1 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |draht@suse.com Resolution| |INVALID --- Comment #1 from Dr. Werner Fink <werner@novell.com> 2011-07-22 08:47:58 UTC --- It is up on you to enable boot.clock that is call chkconfig or insserv to enable boot.clock. -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c2 --- Comment #2 from Robert Davies <rob.opensuse.linux@googlemail.com> 2011-07-22 09:31:27 UTC --- Can you explain why I need to install boot.clock, when install enabled NTP to set the system clock? If it's for systemd support, then having the hwclock set on NTP daemon start becomes more important. I can install boot.clock now, when I tried with M2, 2 weeks ago that failed to. -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c3 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fcrozat@novell.com --- Comment #3 from Dr. Werner Fink <werner@novell.com> 2011-07-22 11:27:20 UTC --- boot.clock is part of package aaa_base and in normal case always enabled even with ntp. For systemd systems I've no idea who is providing the faciltiy of setting the hardware clock. Today this is done by the kernel and maybe corrected in initrd if CMOS is running in localtime. The script /etc/init.d/boot.clock remains for using the adjust feature of the hwclock(8) program and therefore check if ntp has enforced the kernel to switch over into eleven minute mode. Beside this even if I'm the author insserv for calulating the dependency chains of a service I'm not suitable for the dependencies of a specific service like squid. -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c4 --- Comment #4 from Roman Drahtmueller <draht@suse.com> 2011-07-22 12:13:15 UTC --- For completeness, the squid packages require: # Required-Start: $local_fs $remote_fs $network $time which means that we are talking about $time. This Required-Start is far from being unusual. It is set in /etc/insserv.conf: $time boot.clock +xntpd -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c5 Robert Davies <rob.opensuse.linux@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |werner@novell.com Resolution|INVALID | AssignedTo|werner@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com Severity|Major |Normal --- Comment #5 from Robert Davies <rob.opensuse.linux@googlemail.com> 2011-07-22 12:19:16 UTC --- Found that to, Roman am trying to reopen because I WANT to test systemd, not worry about buggy SysV init startup! Am trying to reassign. Looking into this deeper, because there is a real bug, so just rejecting rather than finding the true cause & fix for this is not helpful. I find : # # The system time has been set correctly # $time boot.clock +xntpd "/etc/insserv.conf" [readonly] 41 lines But in /etc/init.d/ntp it looks like IT SHOULD work, like it used to! # Provides: ntp ntpd xntpd "/etc/init.d/ntp" [readonly] 288 lines --4%-- Please, assign this to someone, it is an unfortunate change; it looks like as in 11.4 ntp & boot.clock are meant to be equally valid providers for "$time". -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c6 --- Comment #6 from Robert Davies <rob.opensuse.linux@googlemail.com> 2011-07-22 12:21:20 UTC --- I don't think the "xntpd" is the best choice of time provider, because a regular setting of system clock on boot and saving to hwclock ought to suffice. -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c7 --- Comment #7 from Dr. Werner Fink <werner@novell.com> 2011-07-22 14:34:44 UTC --- The plus sign make the facility xntpd an optional one. That is it can be enabled but it does not have to, even more the service may or may not be installed. For a description read the manual page insserv(8) I've written. -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c8 --- Comment #8 from Robert Davies <rob.opensuse.linux@googlemail.com> 2011-07-22 15:58:38 UTC --- So it's supposed to work without boot.clock! -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c9 --- Comment #9 from Dr. Werner Fink <werner@novell.com> 2011-07-22 16:07:21 UTC --- No its not as the plus sign is used for xntpd: $time boot.clock +xntpd ^^^^^^ and from /etc/init.d/squid # Required-Start: $local_fs $remote_fs $network $time shows that $time is a hard request and therefore the resolver makes only +xntpd a weak request whereas the boot.clock reamains a hard request. One possible solution would be to use e.g. # Required-Start: $local_fs $remote_fs $network +$time or # Should-Start: apache $named $time -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c10 --- Comment #10 from Robert Davies <rob.opensuse.linux@googlemail.com> 2011-07-22 17:43:10 UTC --- If NTP cannot satisfy $time without boot.clock, then it is pointless having +xntpd in /etc/insserv.conf; it makes NO sense to do that. Furthermore, as we know the system time must be set on boot somehow, all the dependencies on $time, become moot without optional methods of fulfilling $time. Either boot.clock is optional, in which case NTP should provide something that satisfies $time, or it isn't; in which case the dependencies are complexity for no benefit. Just assume the system time is set from hwclock. May be 2 "weak requests" give $time the intended meaning either boot.clock or xntpd. $time +boot.clock +xntpd This from end user point of view is a Bug! I NEVER had to enable boot.clock before, perhaps install just did it, but in 12.1 M2 & M3 I have. I used the GUI to set up squid.conf, and almost certainly would have checked box to start server, so probably that's failing silently. +xntpd being able to satisfy $time, but not to cause an error if not defined would make sense. BTW Not really relevant now, given planned move to systemd, but innserv's error messages "FATAL" are dramatic and mislead about the seriousness of the event, making it seem broken. In fact it's jsut a boot dependancy issue. In 12.1 M2, I was getting more confusing stuff from chkconfig, so with M3 on way, I just gave up on it. -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c11 --- Comment #11 from Robert Davies <rob.opensuse.linux@googlemail.com> 2011-07-22 21:18:39 UTC --- The avoidance of time being set after network daemons are started, can be acheived simply by having NTP time set if configured by the network start script, like it was done in ole' days with pppd, chrony and pdnsd. -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |varkoly@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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c12 --- Comment #12 from Robert Davies <rob.opensuse.linux@googlemail.com> 2011-07-26 07:10:43 UTC --- To clarify things, as this Bug has gone off track into minutiae. Basically, I installed 12.1 M3 (& M2) and instead of YaST configuring squid & it running on boot, I was finding I needed to start it manually. That's a regression from previous releases. Investigating, I found innserv's message about boot.clock, so I think install stopped enabling that for some reason (perhaps if NTP configured). A solution which doesn't require cmdline, would be good; if boot.clock is "mandatory" then installer ought to install it, if not then some weaker innserv dependency is needed which keeps time stepping before daemons which have filesystem caches like squid. -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c13 --- Comment #13 from Robert Davies <rob.opensuse.linux@googlemail.com> 2011-07-26 13:26:52 UTC --- Reproducible with Live CD, I did NTP configuration, with save config & run NTP server option. Then installed squid & YaST2 squid module to configure it, *MAKING* very sure to check "start on boot". It starts squid fine, but server fails to start on reboot. fir:~ # chkconfig boot.clock --list boot.clock 0:off 1:off 2:off 3:off 4:off 5:off 6:off fir:~ # chkconfig squid --list squid 0:off 1:off 2:off 3:off 4:off 5:off 6:off fir:~ # netstat -ntlp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 2741/master tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2336/sshd tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2480/cupsd tcp 0 0 :::22 :::* LISTEN 2336/sshd fir:~ # echo $http_proxy http://127.0.0.2:8080 fir:~ # echo "The proxy server is refusing connections
Firefox is configured to use a proxy server that is refusing connections."
The proxy server is refusing connections # rcsquid start Starting WWW-proxy squid Now possible to connect to bugzilla and add this info. -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c14 Bruno Friedmann <bruno@ioda-net.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bruno@ioda-net.ch --- Comment #14 from Bruno Friedmann <bruno@ioda-net.ch> 2011-07-26 13:37:46 UTC --- It seems not only affect squid ... For example on a fresh up-to-date factory issuing chkconfig mysql off c-3po:/etc/zypp/repos.d # chkconfig mysql on insserv: Service boot.rootfsck is missed in the runlevels 2 3 5 to use service boot.clock insserv: Service syslog is missed in the runlevels 4 to use service openct insserv: Service network is missed in the runlevels 2 to use service smpppd 15 days ago there's not that kind of trouble. chkconfig --list SuSEfirewall2_init 0:off 1:off 2:off 3:off 4:off 5:off 6:off SuSEfirewall2_setup 0:off 1:off 2:off 3:off 4:off 5:off 6:off aaeventd 0:off 1:off 2:on 3:on 4:off 5:on 6:off acct 0:off 1:off 2:off 3:off 4:off 5:off 6:off acpid 0:off 1:off 2:on 3:on 4:off 5:on 6:off after.local 0:off 1:off 2:off 3:off 4:off 5:off 6:off alsasound 0:off 1:off 2:on 3:on 4:off 5:on 6:off apache2 0:off 1:off 2:off 3:on 4:off 5:on 6:off arpwatch 0:off 1:off 2:off 3:off 4:off 5:off 6:off atd 0:off 1:off 2:on 3:on 4:off 5:on 6:off auditd 0:off 1:off 2:off 3:on 4:off 5:on 6:off autofs 0:off 1:off 2:off 3:off 4:off 5:off 6:off autoyast 0:off 1:off 2:off 3:off 4:off 5:off 6:off avahi-daemon 0:off 1:off 2:off 3:on 4:off 5:on 6:off avahi-dnsconfd 0:off 1:off 2:off 3:off 4:off 5:off 6:off bacula-fd 0:off 1:off 2:off 3:on 4:off 5:on 6:off before.local 0:off 1:off 2:off 3:off 4:off 5:off 6:off bluez-coldplug 0:off 1:off 2:on 3:on 4:off 5:on 6:off boot.clock 0:off 1:off 2:on 3:on 4:off 5:on 6:off B:on cgconfig 0:off 1:off 2:off 3:off 4:off 5:off 6:off cgred 0:off 1:off 2:off 3:off 4:off 5:off 6:off cifs 0:off 1:off 2:off 3:off 4:off 5:off 6:off clamav-milter 0:off 1:off 2:off 3:off 4:off 5:off 6:off clamd 0:off 1:off 2:off 3:off 4:off 5:off 6:off collectd 0:off 1:off 2:off 3:off 4:off 5:off 6:off cpufreq 0:off 1:off 2:on 3:on 4:off 5:on 6:off cron 0:off 1:off 2:on 3:on 4:off 5:on 6:off cups 0:off 1:off 2:on 3:on 4:off 5:on 6:off dbus 0:off 1:off 2:on 3:on 4:off 5:on 6:off dnsmasq 0:off 1:off 2:off 3:off 4:off 5:off 6:off dvb 0:off 1:off 2:off 3:off 4:off 5:off 6:off earlysyslog 0:off 1:off 2:on 3:on 4:off 5:on 6:off ebtables 0:off 1:off 2:off 3:off 4:off 5:off 6:off esound 0:off 1:off 2:off 3:off 4:off 5:off 6:off fam 0:off 1:off 2:off 3:on 4:off 5:on 6:off fbset 0:off 1:on 2:on 3:on 4:off 5:on 6:off festival 0:off 1:off 2:off 3:off 4:off 5:off 6:off freshclam 0:off 1:off 2:off 3:off 4:off 5:off 6:off frozen-bubble-server 0:off 1:off 2:off 3:off 4:off 5:off 6:off gpm 0:off 1:off 2:on 3:on 4:off 5:on 6:off haveged 0:off 1:off 2:on 3:on 4:off 5:on 6:off icecream 0:off 1:off 2:off 3:off 4:off 5:off 6:off inputattach 0:off 1:off 2:off 3:off 4:off 5:off 6:off ipsec 0:off 1:off 2:off 3:off 4:off 5:off 6:off irda 0:off 1:off 2:off 3:on 4:off 5:on 6:off irq_balancer 0:off 1:on 2:on 3:on 4:off 5:on 6:off java-binfmt-misc 0:off 1:off 2:off 3:on 4:off 5:on 6:off joystick 0:off 1:off 2:off 3:off 4:off 5:off 6:off kbd 0:off 1:on 2:on 3:on 4:off 5:on 6:off S:on kerneloops 0:off 1:off 2:off 3:on 4:off 5:on 6:off kexec 0:off 1:off 2:off 3:off 4:off 5:off 6:off ksysguardd 0:off 1:off 2:off 3:off 4:off 5:off 6:off ldap 0:off 1:off 2:off 3:off 4:off 5:off 6:off libvirt-guests 0:off 1:off 2:off 3:off 4:off 5:off 6:off libvirtd 0:off 1:off 2:off 3:on 4:off 5:on 6:off lirc 0:off 1:off 2:off 3:off 4:off 5:off 6:off lm_sensors 0:off 1:off 2:on 3:on 4:off 5:on 6:off mcelog 0:off 1:off 2:off 3:off 4:off 5:off 6:off mdadmd 0:off 1:off 2:off 3:on 4:off 5:on 6:off microcode.ctl 0:off 1:on 2:on 3:on 4:off 5:on 6:off multipathd 0:off 1:off 2:off 3:off 4:off 5:off 6:off mysql 0:off 1:off 2:off 3:on 4:off 5:on 6:off named 0:off 1:off 2:off 3:off 4:off 5:off 6:off nbd-server 0:off 1:off 2:off 3:off 4:off 5:off 6:off network 0:off 1:off 2:off 3:on 4:off 5:on 6:off network-remotefs 0:off 1:off 2:off 3:on 4:off 5:on 6:off nfs 0:off 1:off 2:off 3:on 4:off 5:on 6:off nfsserver 0:off 1:off 2:off 3:off 4:off 5:off 6:off nmb 0:off 1:off 2:off 3:off 4:off 5:off 6:off nscd 0:off 1:off 2:off 3:on 4:off 5:on 6:off ntop 0:off 1:off 2:off 3:off 4:off 5:off 6:off ntp 0:off 1:off 2:off 3:off 4:off 5:off 6:off obsservice 0:off 1:off 2:off 3:off 4:off 5:off 6:off obsstoragesetup 0:off 1:off 2:off 3:off 4:off 5:off 6:off obsworker 0:off 1:off 2:off 3:off 4:off 5:off 6:off open-iscsi 0:off 1:off 2:off 3:off 4:off 5:off 6:off openct 0:off 1:off 2:on 3:on 4:on 5:on 6:off openvpn 0:off 1:off 2:off 3:off 4:off 5:off 6:off pcscd 0:off 1:off 2:on 3:on 4:on 5:on 6:off php-fpm 0:off 1:off 2:off 3:off 4:off 5:off 6:off pm-profiler 0:off 1:off 2:off 3:off 4:off 5:off 6:off postfix 0:off 1:off 2:off 3:on 4:off 5:on 6:off postgresql 0:off 1:off 2:off 3:on 4:off 5:on 6:off powerd 0:off 1:off 2:off 3:off 4:off 5:off 6:off purge-kernels 0:off 1:off 2:off 3:off 4:off 5:off 6:off quotad 0:off 1:off 2:off 3:off 4:off 5:off 6:off racoon 0:off 1:off 2:off 3:off 4:off 5:off 6:off radvd 0:off 1:off 2:off 3:off 4:off 5:off 6:off random 0:off 1:off 2:on 3:on 4:off 5:on 6:off raw 0:off 1:off 2:off 3:off 4:off 5:off 6:off rpcbind 0:off 1:off 2:off 3:on 4:off 5:on 6:off rpmconfigcheck 0:off 1:off 2:off 3:off 4:off 5:off 6:off rsyncd 0:off 1:off 2:off 3:off 4:off 5:off 6:off setserial 0:off 1:off 2:off 3:off 4:off 5:off 6:off skeleton.compat 0:off 1:off 2:off 3:off 4:off 5:off 6:off slpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off smartd 0:off 1:off 2:on 3:on 4:off 5:on 6:off smb 0:off 1:off 2:off 3:off 4:off 5:off 6:off smolt 0:off 1:off 2:off 3:off 4:off 5:off 6:off smpppd 0:off 1:off 2:on 3:on 4:off 5:on 6:off snmpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off spamd 0:off 1:off 2:off 3:off 4:off 5:off 6:off spampd 0:off 1:off 2:off 3:off 4:off 5:off 6:off speech-dispatcher 0:off 1:off 2:on 3:on 4:off 5:on 6:off splash 0:off 1:on 2:on 3:on 4:off 5:on 6:off S:on splash_early 0:off 1:off 2:on 3:on 4:off 5:on 6:off sshd 0:off 1:off 2:off 3:on 4:off 5:on 6:off svnserve 0:off 1:off 2:off 3:off 4:off 5:off 6:off syslog 0:off 1:off 2:on 3:on 4:off 5:on 6:off timidity 0:off 1:off 2:off 3:off 4:off 5:off 6:off tor 0:off 1:off 2:off 3:off 4:off 5:off 6:off ulogd2 0:off 1:off 2:off 3:off 4:off 5:off 6:off uuidd 0:off 1:off 2:off 3:off 4:off 5:off 6:off xdm 0:off 1:off 2:off 3:off 4:off 5:on 6:off xfs 0:off 1:off 2:off 3:off 4:off 5:off 6:off xinetd 0:off 1:off 2:off 3:off 4:off 5:off 6:off xsp2 0:off 1:off 2:off 3:off 4:off 5:off 6:off ypbind 0:off 1:off 2:off 3:off 4:off 5:off 6:off xinetd based services: chargen: off chargen-udp: off cups-lpd: off cvs: off daytime: off daytime-udp: off discard: off discard-udp: off echo: off echo-udp: off fam: off netstat: off rsync: off sane-port: off servers: off services: off svnserve: off swat: off systat: off tftp: off time: off time-udp: off vnc: off -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c15 --- Comment #15 from Robert Davies <rob.opensuse.linux@googlemail.com> 2011-07-26 14:22:36 UTC --- This kind of worries me to! :) #fir:/etc/init.d # grep \$time squid # Required-Start: $local_fs $remote_fs $network $time fir:/etc/init.d # grep "Require.*\$time" * cron:# Required-Start: $remote_fs $syslog $time nscd:# Required-Start: $remote_fs $time postfix:# Required-Start: $network $named $syslog $time $remote_fs postfix:# Required-Stop: $network $named $syslog $time $remote_fs skeleton.compat:# Required-Start: $syslog $remote_fs $time squid:# Required-Start: $local_fs $remote_fs $network $time sssd:# Required-Start: $remote_fs $time fir:/etc/init.d # chkconfig nscd --list nscd 0:off 1:off 2:off 3:on 4:off 5:on 6:off fir:/etc/init.d # ps aux|grep nscd root 3549 0.0 0.0 4080 228 ? Ss 15:14 0:00 /usr/sbin/nscd root 5351 0.0 0.0 6752 844 pts/1 S+ 15:21 0:00 grep nscd fir:/etc/init.d # ps aux|grep cron root 5357 0.0 0.0 6748 584 pts/1 S+ 15:21 0:00 grep cron fir:/etc/init.d # -- 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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c16 --- Comment #16 from Robert Davies <rob.opensuse.linux@googlemail.com> 2011-07-26 14:34:01 UTC --- fir:/etc/init.d # chkconfig boot.clock --list boot.clock 0:off 1:off 2:off 3:off 4:off 5:off 6:off B:on S:on fir:/etc/init.d # chkconfig boot.rootfsck --list boot.rootfsck 0:off 1:off 2:off 3:off 4:off 5:off 6:off B:on So perhaps new code is not treating "B" as 'on' for 1..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=707524 https://bugzilla.novell.com/show_bug.cgi?id=707524#c17 --- Comment #17 from Frederic Crozat <fcrozat@novell.com> 2011-08-17 11:34:59 UTC --- I don't see any issue between squid and systemd. boot.clock is masked by systemd own clock managment and doesn't break squid sysvinit script dependencies. -- 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