|
Bugzilla – Full Text Bug Listing |
| Summary: | Services started in strange order | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Arrigo Marchiori <ardovm> |
| Component: | Network | Assignee: | Dr. Werner Fink <werner> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
/etc/init.d/fetchmail
/etc/init.d/postfix /etc/init.d/.depend.boot /etc/init.d/.depend.start /etc/init.d/.depend.stop /etc/init.d/postfix |
||
|
Description
Arrigo Marchiori
2005-10-25 10:29:16 UTC
You have a modified boot system. Maybe the files
/etc/init.d/.depend.boot
/etc/init.d/.depend.start
/etc/init.d/.depend.stop
are modified or the scritps like /etc/init.d/rc
and or /etc/init.d/boot or /etc/insserv.conf or
a foreign boot script breaks the dependcies.
Note, that this is WORKSFORME for more than
thousands of syststem out there.
Remove all foreign packages and run
insserv -d
to restore your runlevel link scheme.
Arrigo? Any news or can I close this bugzilla entry? I did that after removing the ``boinc'' initscript, that is the only unofficial one. I removed it with insserv -r and deleted the file from /etc/init.d
The order the scripts are invoked is the same I reported here: Fetchmail is still started before Postfix.
I never touched the files /etc/init.d/{rc boot} and /etc/init.d/insserv.conf
I've looked in some config files and I found that the Ãsoo called ``parallel mode'' is activated. I'Ãll now try to deactivate it and I'Ãll write here what happens.
Thank you for taking care of this! :-)
The problem for me is that I do not have a broken system around here, therefore you are my eyes. Please can you attache the files /etc/init.d/fetchmail and /etc/init.d/postfix together with the files /etc/init.d/.depend.boot, /etc/init.d/.depend.start and /etc/init.d/.depend.stop. Created attachment 55589 [details]
/etc/init.d/fetchmail
Created attachment 55590 [details]
/etc/init.d/postfix
Created attachment 55591 [details]
/etc/init.d/.depend.boot
Created attachment 55592 [details]
/etc/init.d/.depend.start
Created attachment 55593 [details]
/etc/init.d/.depend.stop
After setting RUN_PARALLEL to "no" in /etc/sysconfig/boot the services are started in the correct order. OK, accordingly to /etc/init.d/.depend.start of the attachment #55592 [details]
the boot script for fetchmail does not depend on the MTA (sendmail
or postfix).
Please attache the file /etc/init.d/postfix ... I'd like to know
if this service provides `sendmail'.
Created attachment 55710 [details]
/etc/init.d/postfix
I think this provides sendmail
And does /etc/init.d/fetchmail require sendmail for start? I think it does! You can see it in its header: it's attachment #55589 [details]
OK, I've a patch for insserv. The problem was that postfix provides to key words (`sendmail' and `postfix'), fetchmail reqires only one of them (`sendmail') and the old insserv hasn't handled the duplet fully correct. This is fixed now. FIXED for SuSE LINUX 10.1 Great! So I'm waiting for it on YOU... :-) Thank you again. SWAMPID Andreas? The a SWAMID is reqired for the /work/src/done/PATCHINFO/insserv.patch.box Werner, next time please use: NEEDINFO: aj@suse.de for the swampid. Maintenance-Tracker-2716 FIXED released |