[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Restarting killed processes



Do a "ps -A"
or, if you know the process, you can trim that down like:
"ps -A | grep apache"

to kick it off again:
"/etc/init.d/apache start"
if you look in /etc/init.d you can get the names for the other processes.

Matt

----- Original Message ----- 
From: "BruceG" <bruce-lists@manygriffi.blogdns.net>
To: <debian-user@lists.debian.org>
Sent: Friday, October 31, 2003 6:05 AM
Subject: Restarting killed processes


> Hey all,
>
>    I recently installed sendmail / ipopd / apache /squirrelmail to make a
>    SMTP/POP mail server with a Web interface. I'm running Debian Stable.
>    My PC is kind of clunky and old (100 Mhz, 16Meg RAM, 1 Gig disk space).
>    I've noticed that some processes stop overnight. Apache, mandb, klogd,
>    ... - mainly it's Apache that stops. How do I check to see if a process
>    is running or not, and if it isn't - to start the process again? Right
>    now I just reload the server, but could go through the logs to see what
>    is stopping and manually restart it.
> BruceG
>
>
>
>
>
>
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org
>




Reply to: