Was soll das?

Schweinebauer

Registered User
Ich komme nicht klar.. Ich möchte nur den Indianer neu starten!

krotz@www:/var/www$ /
-bash: /: is a directory
krotz@www:/var/www$ cd /
krotz@www:/$ /etc/init.d/apache2 stop
Stopping web server: Apache2/etc/init.d/apache2: fork: Cannot allocate memory
/etc/init.d/apache2: fork: Cannot allocate memory
... failed!
You may still have some apache2 processes running. There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone. Please review
the situation by hand.
.
krotz@www:/$ /etc/init.d/apache2 restart
Forcing reload of web server: Apache2/etc/init.d/apache2: fork: Cannot allocate memory
/etc/init.d/apache2: fork: Cannot allocate memory
... failed!
You may still have some apache2 processes running. There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone. Please review
the situation by hand.
/usr/sbin/apache2ctl: fork: Cannot allocate memory
krotz@www:/$ /etc/init.d/apache2: fork: Cannot allocate memory
-bash: /etc/init.d/apache2:: No such file or directory
krotz@www:/$ /etc/init.d/apache2 restart
Forcing reload of web server: Apache2/etc/init.d/apache2: fork: Cannot allocate memory
/etc/init.d/apache2: fork: Cannot allocate memory
... failed!
You may still have some apache2 processes running. There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone. Please review
the situation by hand.
Warning: DocumentRoot [/var/www/virtual/rn-rock.com/naruto4live/htdocs] does not exist
Warning: DocumentRoot [/var/www/virtual/rn-rock.com/htdocs] does not exist
Warning: DocumentRoot [/var/www/virtual/nukethewhales.de/naruto4live/htdocs] does not exist
Warning: DocumentRoot [/var/www/virtual/nukethewhales.de/htdocs] does not exist
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
krotz@www:/$ /etc/init.d/apache2 restart
Forcing reload of web server: Apache2grep: /etc/apache2/confixx_vhost.conf: Permission denied
/etc/init.d/apache2: line 97: kill: (28322) - Operation not permitted
krotz@www:/$
 
Hallo!
Du hast zu wenig Speicher um Apache (neu-) zustarten. Apache Prozesse manuell beenden (killall -9 httpd2), Apache PID file suchen (httpd2.pid oder apache2.pid) und löschen. Dann versuchen den Server zu starten (/etc/init.d/apache2 start).

Sollten weitere Fehlermeldungen kommen - hier posten.

mfG
Thorsten
 
Ist das ein Rootie oder ein vServer? Bei den vServern hab ich schon öfter von solchen Problemen gelesen. Vorallem wenn gleichzeit Postfix als MTA läuft. Der braucht anscheinend unheimlich viele Sockets, doch die Anzahl derer, wird von der vServer Host-Software (glaube Virtuozzo) beschränkt.

Wäre das eine Möglichkeit?

Wenns ein Root Server ist, dann schau dir mal die Speichergelegung an.

Code:
cat /proc/meminfo
oder
Code:
top
 
Back
Top