+++ Arvind <Monday 20 May 2002 06:21 pm>:
> i did a start and sendmail started.
> and when i checked service sendmail status
> it said
> sendmail is dead
> so even thought it said, started, it was not starting up.
> could not keep it down for debugging as its the production server.,

try this in such cases -

# killall -9 sendmail
# /usr/sbin/sendmail -bd -q15m

the deadrat initscript for sendmail is majorly screwed up, to say the least.

        -srs
-- 
Suresh Ramasubramanian  <---->  mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
[Linux One Stanza Tip]  From : <[EMAIL PROTECTED]>
LOST #227        -**< Sub : Using export for passing constants to bc >**-
To pass parameters to bc for calculations, export can be used. 
[e.g. For volume of a cylinder with "pi" and "r" pre-defined]:
$export precision=4; pi=3.142; r=3.581; 
$echo "scale=$precision; $pi * $r^2 * 6.732" | bc
$echo "scale=$precision; $pi * $r^2 * 2.656" | bc

_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to