Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384939 - After upgrade apache to version 2.2.21 start-stop-daemon does not work
Summary: After upgrade apache to version 2.2.21 start-stop-daemon does not work
Status: RESOLVED DUPLICATE of bug 383957
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-29 13:40 UTC by holger.gleissner
Modified: 2011-09-29 13:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge_nz00100_info_110929,5.42 KB, text/plain)
2011-09-29 13:45 UTC, holger.gleissner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description holger.gleissner 2011-09-29 13:40:59 UTC
After upgrade and try to restart following error messages appears:

nz00100 hg # /etc/init.d/apache2 status
 * Caching service dependencies ...
 *  Can't find service 'sysfs' needed by 'mdev';  continuing...                       [ ok ]
 * status:  started
nz00100 hg # /etc/init.d/apache2 restart
 * Stopping apache2 ...                                                               [ ok ]
 * Starting apache2 ...
/sbin/start-stop-daemon: need at least one of --exec, --pidfile, --user or --name
Try `/sbin/start-stop-daemon --help' for more information.                            [ !! ]
nz00100 hg # /etc/init.d/apache2 status
 * status:  stopped
nz00100 hg # 

Downgrade apache/apche-tools to version 2.2.20 solved this problem.


Reproducible: Always

Steps to Reproduce:
1. upgrade apache/apache-tools from version 2.2.20 to version 2.2.21
2. etc-update
3. revdep-rebuild
4. /etc/init.d/apache2 restart
Actual Results:  
After restart apache is not running.
Comment 1 holger.gleissner 2011-09-29 13:45:32 UTC
Created attachment 288233 [details]
emerge --info
Comment 2 Alex Legler (RETIRED) archtester gentoo-dev Security 2011-09-29 13:52:12 UTC
Please upgrade your machine to baselayout-2 using the OpenRC migration guide [1]. Baselayout-1, which is what you are using, is no longer available and supported. Thanks.

[1] http://www.gentoo.org/doc/en/openrc-migration.xml
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-09-29 13:55:01 UTC

*** This bug has been marked as a duplicate of bug 383957 ***