Bug 657646
Summary: | pidof is broken on FC14 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Andrew Wasielewski <andrew> | ||||
Component: | sysvinit | Assignee: | Petr Lautrbach <plautrba> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 14 | CC: | jakub, notting, plautrba | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | sysvinit-2.87-6.dsf.fc14 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-12-02 19:13:01 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Andrew Wasielewski
2010-11-27 00:00:30 UTC
There is bad usage of canonicalize_file_name() in function matches() in src/killall5.c introduced by sysvinit-2.87-omit.patch. It works if absolute path or /sbin/service are used: # /etc/init.d/bacula-sd status bacula-sd (pid 1994) is running... # service bacula-sd status bacula-sd (pid 1994) is running... # ./bacula-sd status bacula-sd dead but subsys locked Created attachment 463479 [details]
fixed sysvinit-2.87-omit.patch
reworked matches() - if canonicalize_file_name() returns NULL then use copy of argument.
# ./bacula-sd status
bacula-sd (pid 1994) is running...
# service bacula-sd status
bacula-sd (pid 1994) is running...
# /etc/init.d/bacula-sd status
bacula-sd (pid 1994) is running...
sysvinit-2.87-6.dsf.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/sysvinit-2.87-6.dsf.fc14 sysvinit-2.87-6.dsf.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update sysvinit'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/sysvinit-2.87-6.dsf.fc14 sysvinit-2.87-6.dsf.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |