|
Bugzilla – Full Text Bug Listing |
| Summary: | startpar remains with ial | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Takashi Iwai <tiwai> |
| Component: | Basesystem | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | mls |
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | just an other /etc/init.d/ial script | ||
|
Description
Takashi Iwai
2005-08-26 10:57:16 UTC
Does the boot scsript of ial finish? Is the iald a real daemon which uses setsid(2)? I've seen that
$ rc$SERVICENAME {start|stop|restart}
does not work for all services on Beta 4.
For example:
g0:~ # rccups status
Checking for cupsd: running
g0:~ # rccups stop
Shutting down cupsd done
g0:~ # rccups status
Checking for cupsd: running
(In reply to comment #1) > Does the boot scsript of ial finish? > Is the iald a real daemon which uses > setsid(2)? No, it does not use setsid. The program is not a real daemon and it seems not to close its file descriptors. IMHO the iald should be started with the startproc options -q and -s to get it to a real daemon. I'm testing this right now. Works fine, new package submitted. Created attachment 47756 [details]
just an other /etc/init.d/ial script
You may consider this as rc.ial
Should I open a new bug for the disfunction of {stop|restart} for several services?
What do you mean with disfunction of {stop|restart} for several services?
A resart including dbus and ial?
Takashi? Please could you test the new ial package in combination with startpar? (In reply to comment #9) > What do you mean with disfunction of {stop|restart} for several services? > A resart including dbus and ial? No, I was referring to comment #2. Several services are not stopped on $ rc$SERVICENAME stop See bug 113002 (In reply to comment #10) > Takashi? Please could you test the new ial package in combination > with startpar? mbuild trail-thoenig-3 (including werner's new rc.ial script) Confirmed to be fixed. Thanks. |