problems even rebooting server starting up mysql

djtamse.eu

Verified User
Joined
May 31, 2009
Messages
41
server:~# /etc/init.d/mysqld restart
Stopping mysqld: [ OK ]
Starting mysqld: [ OK ]
server:~# 100607 15:54:57 mysqld_safe A mysqld process already exists


this is what i get im very new to DA and is so annoying, cause i havent even done anything ...

i just reinstalled my server and then its saying this, can some one help me ?

its realley annoying i cant even get to SquirrelMail either...
i just reinstalled server again to see whats gonna happends anyways under installation at the very begining why does it say this ?
Code:
Adding system startup for /etc/init.d/directadmin ...
   /etc/rc0.d/K20directadmin -> ../init.d/directadmin
   /etc/rc1.d/K20directadmin -> ../init.d/directadmin
   /etc/rc6.d/K20directadmin -> ../init.d/directadmin
   /etc/rc2.d/S20directadmin -> ../init.d/directadmin
   /etc/rc3.d/S20directadmin -> ../init.d/directadmin
   /etc/rc4.d/S20directadmin -> ../init.d/directadmin
   /etc/rc5.d/S20directadmin -> ../init.d/directadmin
update-rc.d: warning: /etc/init.d/startips missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
[code/]

what is the purpos of this ?
 
Last edited:
server:~# /etc/init.d/mysqld restart
Stopping mysqld: [ OK ]
Starting mysqld: [ OK ]
server:~# 100607 15:54:57 mysqld_safe A mysqld process already exists
Try stopping MySQLd from the command line to see if it completes.
i just reinstalled my server and then its saying this, can some one help me ?
Reinstalling a server is almost always a waste of time. Finding the problem is always better.
its realley annoying i cant even get to SquirrelMail either...
Not enough information for anyone to know what you mean.
i just reinstalled server again to see whats gonna happends anyways under installation at the very begining why does it say this ?
Code:
Adding system startup for /etc/init.d/directadmin ...
   /etc/rc0.d/K20directadmin -> ../init.d/directadmin
   /etc/rc1.d/K20directadmin -> ../init.d/directadmin
   /etc/rc6.d/K20directadmin -> ../init.d/directadmin
   /etc/rc2.d/S20directadmin -> ../init.d/directadmin
   /etc/rc3.d/S20directadmin -> ../init.d/directadmin
   /etc/rc4.d/S20directadmin -> ../init.d/directadmin
   /etc/rc5.d/S20directadmin -> ../init.d/directadmin
update-rc.d: warning: /etc/init.d/startips missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
Do you see this on the screen at some point? The top lines are reasonable and normal. The warning is just a warning; ignore it. DirectAdmin doesn't require LSB support.

Jeff
 
Back
Top