Page 1 of 1

R Unlimited CZ 1.2 Down!

Posted: Sun Jul 25, 2010 6:06 pm
by PPNL
Hey,

R Unlimited CZ on 1.2 is down the whole day!

why??? i want to play T_T

Thanks,
PPNL

Posted: Sun Jul 25, 2010 7:06 pm
by Wavesynck
Lawl.
Dumb builders again? The Cyber Police needs something contradictory!

Posted: Mon Jul 26, 2010 4:17 am
by Nod_Nod_Nod
We did! We built and built and built useless stuff and SO (serv Op) didnt put it back online. Im currently investigating this case

Posted: Mon Jul 26, 2010 7:37 am
by Rotacak
If anyone know autorestart script for linux, tell me. I saw it somewhere but cant find it now.

Posted: Mon Jul 26, 2010 10:00 am
by Wavesynck
Rotacak wrote:If anyone know autorestart script for linux, tell me. I saw it somewhere but cant find it now.
You mean, to restart a daemon when it's shut down?
I'll investigate on this one. xD

Posted: Mon Jul 26, 2010 10:04 am
by Wavesynck
Oh, found a tutorial on monit (I like it too btw, it manages my Mongrels ^^):
here

Posted: Mon Jul 26, 2010 10:46 am
by Rotacak
But i running server trough "screen" command in his "window". And I dont have any .pid in init.d :(

Posted: Tue Jul 27, 2010 12:34 pm
by Quarko
Maybe something like this will work?

#!/bin/bash
for (( ; ; ))
do
tremded
done

Posted: Tue Jul 27, 2010 1:56 pm
by Wavesynck
Ah, no need for that, it's even more simple.
http://linux.die.net/man/5/inittab
:)

Posted: Tue Jul 27, 2010 2:10 pm
by Rotacak
Quarko wrote:Maybe something like this will work?

#!/bin/bash
for (( ; ; ))
do
tremded
done
Exactly that I tried yesterday and seems it worked, so after another server crash, I will try to use that :)