Web Hosting Talk







View Full Version : Help identifying Processes


nudetravel
12-02-2001, 04:32 PM
I wonder if you all could help me identify what a few of the processes that show up in ps -axf on my RaQ3 are doing, or why they are running?

safe_mysqld (mysql is also running as a process)

mdrecoveryd

pgsql

Thanks!!

nudetravel
12-03-2001, 11:51 PM
<<MOD NOTE: Please don't...>> <<bump>>

smartbackups
12-04-2001, 12:26 AM
mysql is just that the mysql server running in background.

pgsql is the Postgresql database, that is important because that is what cobalt uses to store all configureation information on the server.

the mdrecoveryd I am not too sure about, I am fairly certain it has to do something with RAID support.

nudetravel
12-04-2001, 04:57 PM
Sorry Chicken --- :blush:

Why would safe_mysql be running along with mysql?

Travis
12-05-2001, 02:29 AM
safe_mysqld is just a script that launches mysql and restarts it if it should happen to die.