> Am un proces care imi cade din cand in cand....vreun bug prin
> program..
> Vreo idee sa reporneasca singur ?

Poate ca te ajuta o chestie pe care o face ircdu' meu:
----------------------------------------------------------------------------
#!/bin/sh

# To check for your ircd every 10 minutes, put the following line in your
# crontab:
#    0,10,20,30,40,50 * * * *   /home/mydir/ircdchk
# And if you don't want to get email from crontab when it restarts you ircd,
# put the following in your crontab:
#    0,10,20,30,40,50 * * * *   /home/mydir/ircdchk >/dev/null 2>&1
#
# change this to the directory you run your ircd from:
dir="/home/admin/ircd/"

########## I wouldnt want to touch anything below this line if i where
you. ##########
ircdexe="ircd"
ircdname="ircd.pid"


cd $dir
if test -r $ircdname; then
  ircdpid=`cat $ircdname`
  if `kill -CHLD $ircdpid >/dev/null 2>&1`; then
  exit 0
  fi
  rm -f $ircdname
fi
/usr/bin/ircd &

exit 0
------------------------------------------------------------------------

Daca ai intrebari ... intreaba! E destul de explicit ceea ce e mai sus.

-- 
SysAdm @ "Alexandru Papiu Ilarian" Highschool Dej
                            <[EMAIL PROTECTED]>
                    <http://lapd.cj.edu.ro/~doom>
                                 <+40-93.514.225>
It's nice to be important
But is more important to be nice
---

---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to 
unsubscribe from this list.

Raspunde prin e-mail lui