Page 1 of 1

I got a problem running under SuSE Linux

PostPosted: 02. June 2004 08:24
by hkstsony
I got a lots of running processes command
/opt/lampp/bin/httpd -k start
it tries to run as nobody, but after i deleted the user nobody, it runs as root
This is a big problem and used a lots of memory.
Please help me if anyone know how to solve this problem.
Thanks.

PostPosted: 02. June 2004 08:28
by Oswald
Hi hkstsony!

You're not allowed to delete nobody. It's absoultely necessary that nobody exists. Not only for XAMPP also for the whole Unix system.

To get nobody back simply add the following line to your /etc/passwd:

nobody:x:65534:65534:nobody:/var/lib/nobody:/bin/bash

Many greetings
Oswald

PostPosted: 02. June 2004 15:47
by hkstsony
I know, but what I'm trying to is stop the running processes.

PostPosted: 02. June 2004 15:53
by hkstsony
there's total of 10 running this command

PostPosted: 02. June 2004 16:21
by Oswald
Try killall httpd

Good luck!
Oswald

PostPosted: 02. June 2004 16:43
by hkstsony
i did kill all, but after that the web goes down

PostPosted: 02. June 2004 16:49
by hkstsony
if i restart lampp, the web still 404 but the apache is running