Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Apache2: start-stop-daemon:No such file or directory
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Thu Oct 30, 2003 8:03 pm    Post subject: Apache2: start-stop-daemon:No such file or directory Reply with quote

Hallo,

seit dem Update von Apache 2.0.47 auf Apache 2.0.48 lässt sich Apache 2 nicht mehr über "/etc/init.d/apache2" start starten.

Wenn ich in die Console "apache2" eingeben startet Apache 2 ohne Probleme (Webserver ist dann auch erreichbar)

Downgrade auf Apache 2.0.47 löst das Problem nicht.

In den Logs /var/log/apache2 findet sich nichts zu dem Problem.


edit:
hier noch die Ausgabe von:
ls -l /sbin/start-stop-daemon
-rwxr-xr-x 1 root root 18996 Sep 17 15:24 /sbin/start-stop-daemon
Back to top
View user's profile Send private message
el*Loco
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jan 2003
Posts: 91
Location: Cologne, Germany

PostPosted: Thu Oct 30, 2003 9:00 pm    Post subject: Reply with quote

Editiere /etc/init.d/apache2:
Vorher:
Code:

env -i start-stop-daemon --quiet --start --startas /usr/sbin/apache2

Nachher:
Code:

env -i /sbin/start-stop-daemon --quiet --start --startas /usr/sbin/apache2

_________________
WARNING: Do not let Dr. Mario touch your genitals. He is not a real doctor!
Back to top
View user's profile Send private message
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Thu Oct 30, 2003 9:03 pm    Post subject: Reply with quote

Perfekt :D

Problem ist gelöst!

Vielen Dank :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum