[Bug 460069] New: insserv does not work - strange dependency for service samba?
https://bugzilla.novell.com/show_bug.cgi?id=460069 Summary: insserv does not work - strange dependency for service samba? Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Samba AssignedTo: samba-maintainers@SuSE.de ReportedBy: novell-web@zmi.at QAContact: samba-maintainers@SuSE.de Found By: --- # insserv nmb insserv: Service pcmcia has to be enabled to start service nmb insserv: Service hotplug has to be enabled to start service nmb insserv: exiting now! # insserv smb insserv: Service pcmcia has to be enabled to start service smb insserv: Service hotplug has to be enabled to start service smb insserv: Service boot has to be enabled to start service smb insserv: exiting now! Why does samba need pcmcia, hotplug, boot? I cannot even find a dependency: # fgrep -iln pcmcia /etc/init.d/* ipsec and there "pcmcia" is in a comment. When I use chkconfig it's OK: # chkconfig -a smb smb 0:off 1:off 2:off 3:on 4:off 5:on 6:off filerfr:/etc/init.d # chkconfig -a nmb nmb 0:off 1:off 2:off 3:on 4:off 5:on 6:off Is insserv deprecated or just mega-buggy? -- 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=460069 User boyang@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=460069#c1 Yang Bo <boyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |boyang@novell.com, samba-maintainers@SuSE.de AssignedTo|samba-maintainers@SuSE.de |boyang@novell.com Status|NEW |ASSIGNED --- Comment #1 from Yang Bo <boyang@novell.com> 2008-12-18 20:37:15 MST --- pls post /etc/insserv.conf and /etc/init.d/.denpend.{boot,start,stop}. Thanks! -- 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=460069 Yang Bo <boyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |novell-web@zmi.at -- 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=460069 User novell-web@zmi.at added comment https://bugzilla.novell.com/show_bug.cgi?id=460069#c2 Michael Monnerie <novell-web@zmi.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|novell-web@zmi.at | --- Comment #2 from Michael Monnerie <novell-web@zmi.at> 2008-12-19 03:29:38 MST --- This is a fresh installed system and none of these files have been modified manually. Here are their contents: # grep '^[^#]' insserv.conf $local_fs boot.localfs +boot.crypto $network network $named +named +dnsmasq +lwresd $network $remote_fs $local_fs +nfs +smbfs $syslog syslog $portmap portmap $time boot.clock +xntpd <interactive> apache apache2 boot.clock boot.crypto boot.crypto-early boot.localfs boot.rootfsck kbd kdump ntp # grep '^[^#]' init.d/.depend.boot TARGETS = boot.blktrace boot.udev boot.rootfsck boot.clock boot.loadmodules boot.device-mapper boot.localfs boot.localnet boot.cleanup boot.sysctl boot.ipconfig boot.fuse boot.klog boot.proc boot.scpm boot.swap boot.udev_retry boot.cycle boot.ldconfig INTERACTIVE = boot.rootfsck boot.clock boot.localfs boot.udev: boot.blktrace boot.rootfsck: boot.udev boot.clock: boot.rootfsck boot.loadmodules: boot.udev boot.device-mapper: boot.udev boot.rootfsck boot.localfs: boot.clock boot.udev boot.rootfsck boot.loadmodules boot.localnet: boot.cleanup boot.cleanup: boot.rootfsck boot.localfs boot.sysctl: boot.localfs boot.ipconfig: boot.sysctl boot.fuse: boot.udev boot.localfs boot.klog: boot.rootfsck boot.localfs boot.proc: boot.localfs boot.rootfsck boot.scpm: boot.rootfsck boot.localfs boot.swap: boot.rootfsck boot.localfs boot.udev_retry: boot.rootfsck boot.localfs boot.cycle: boot.localfs boot.loadmodules boot.ldconfig: boot.swap boot.clock # grep '^[^#]' init.d/.depend.start TARGETS = halt fbset earlysyslog dbus acpid random reboot network haldaemon syslog boot.clock splash_early rpcbind nmb kbd ntp splash cups avahi-daemon nscd sshd single postfix smb earlyxdm cron smartd xdm stopblktrace INTERACTIVE = kbd ntp single network: dbus haldaemon: dbus acpid syslog: network earlysyslog splash_early: network syslog rpcbind: network syslog nmb: network syslog kbd: fbset ntp: syslog network splash: fbset cups: syslog dbus network rpcbind avahi-daemon: network dbus nscd: syslog network sshd: network single: boot.clock kbd fbset splash postfix: network syslog smb: network syslog cups nmb earlyxdm: earlysyslog haldaemon cron: syslog network postfix smartd: syslog xdm: syslog kbd earlyxdm acpid stopblktrace: kbd ntp fbset splash earlysyslog network dbus haldaemon acpid random splash_early syslog cron postfix cups rpcbind smartd smb nmb avahi-daemon nscd sshd xdm earlyxdm # grep '^[^#]' init.d/.depend.stop TARGETS = random splash_early splash nscd sshd smb cron smartd xdm stopblktrace fbset acpid haldaemon kbd cups avahi-daemon postfix earlyxdm ntp rpcbind nmb syslog earlysyslog network dbus fbset: splash acpid: xdm kbd: xdm cups: smb postfix: cron smartd earlyxdm: xdm ntp: postfix rpcbind: cups nmb: smb syslog: splash_early cron cups smartd smb ntp nmb rpcbind postfix xdm earlysyslog: syslog network: splash_early syslog cron smb nmb rpcbind avahi-daemon sshd postfix dbus: network avahi-daemon -- 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=460069 User boyang@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=460069#c3 Yang Bo <boyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|boyang@novell.com |werner@novell.com Status|ASSIGNED |NEW --- Comment #3 from Yang Bo <boyang@novell.com> 2008-12-23 01:13:59 MST --- reassign it to insserv maitainer.... -- 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=460069 User novell-web@zmi.at added comment https://bugzilla.novell.com/show_bug.cgi?id=460069#c4 Michael Monnerie <novell-web@zmi.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |novell-web@zmi.at --- Comment #4 from Michael Monnerie <novell-web@zmi.at> 2009-01-06 19:01:59 MST --- any news on this one? -- 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=460069 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=460069#c5 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |werner@novell.com AssignedTo|werner@novell.com |samba-maintainers@SuSE.de --- Comment #5 from Dr. Werner Fink <werner@novell.com> 2009-01-07 04:12:00 MST --- I'm not responsible nor insserv is responsible for broken setups or configurations. Btw: simply run insserv pcmcia hotplug boot.localfs the script boot its self is not a service script but a major script to execute other boot service scripts. Therefore the message insserv: Service boot has to be enabled to start service smb can not be happen or you have modified the samba script is a broken way. I guess you have typed the messages of insserv by hand and therefore I strongly suggest to enable the missing boot service with the help of insserv. Beside this: chkconfig is using insserv which means that insserv is not deprecated. -- 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=460069 User lmuelle@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=460069#c6 Lars Müller <lmuelle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #6 from Lars Müller <lmuelle@novell.com> 2009-01-09 11:32:31 MST --- Please follow Werner's advice and reopen if you still think this is a Samba or an openSUSE 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.
participants (1)
-
bugzilla_noreply@novell.com