PDA

View Full Version : [ubuntu] Problem with ... "sudo /opt/lampp/lampp start " (XAMPP)



Muzze
May 23rd, 2008, 11:58 PM
Hello guys, I'm new
Look this is my problem.

When i put in the terminal the command sudo /opt/lampp/lampp start
downside said:

XAMPP: Another web server daemon is already running.
XAMPP: Another MySQL daemon is already running.
XAMPP: Another FTP daemon is already running.
XAMPP for Linux started.

How can i stop the other process

I tried stopping the all process and restart, reinstall, etc.

Help Please, Thank you-

PD: Sorry for my english

h_kerrigan
May 25th, 2008, 04:49 AM
I have the same problem, can anyone help?:confused:

KC_Ransom
July 16th, 2008, 04:50 AM
I just installed Xubuntu on an old desktop myself. I think if you simply go to the opt/lampp directory and stop everything, you should be fine::guitar:

> cd /opt/lampp
> sudo ./lampp stop

Then your should see the various pieces stop, with Apache being the last one.
Your problem might be that you are not doing this as root, therefore always use the sudo command as a prefix to anything you do with lammp administration.

Good luck,
KC

vivalavisca
April 24th, 2011, 06:50 PM
sudo /opt/lampp/lampp start

&

sudo /opt/lampp/lampp stop