|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
ekiga.net server down again-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 The server is down again. It's been down for at least a few hours. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkpV84AACgkQ0pavuo9EGO//MgCfaatFlSmtcaiKx86m5QCz2tFu R1cAn2OkNsgR5YYNgm9LnAnkT/7fuOJO =Qs5Q -----END PGP SIGNATURE----- _______________________________________________ ekiga-list mailing list ekiga-list@... http://mail.gnome.org/mailman/listinfo/ekiga-list |
|
|
Re: ekiga.net server down againLe jeudi 09 juillet 2009 à 09:41 -0400, Andre Robatino a écrit :
> The server is down again. It's been down for at least a few hours. It should be back, thanks for warning us! -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras@... _______________________________________________ ekiga-list mailing list ekiga-list@... http://mail.gnome.org/mailman/listinfo/ekiga-list |
|
|
Re: ekiga.net server down againI'm not sure what kind of process is dying on ekiga.net, but sometimes
it can be very helpful to use an automatic restarter until the real problem is fixed: #!/bin/sh START_PROC="/usr/local/bin/dying_process -a -b -c" NOTIFY_EMAIL="foo@..." while :; do $START_PROC EXITSTATUS=$? if [ $EXITSTATUS -gt 128 ]; then echo "Process has crashed" | /usr/bin/mail -s "Crash"$NOTIFY_EMAIL elif [ $EXITSTATUS == 0 ]; then echo "Normally Stoped" exit fi echo "Restarting Process" sleep 4 done Andre Robatino wrote: > The server is down again. It's been down for at least a few hours. -- Jan Willamowius, jan@..., http://www.gnugk.org/ _______________________________________________ ekiga-list mailing list ekiga-list@... http://mail.gnome.org/mailman/listinfo/ekiga-list |
|
|
Re: ekiga.net server down againI'll do something like that. The program is started by a wrapper though.
Le jeudi 09 juillet 2009 à 15:52 +0200, Jan Willamowius a écrit : > I'm not sure what kind of process is dying on ekiga.net, but sometimes > it can be very helpful to use an automatic restarter until the real > problem is fixed: > > #!/bin/sh > > START_PROC="/usr/local/bin/dying_process -a -b -c" > NOTIFY_EMAIL="foo@..." > > while :; do > $START_PROC > EXITSTATUS=$? > if [ $EXITSTATUS -gt 128 ]; then > echo "Process has crashed" | /usr/bin/mail -s "Crash"$NOTIFY_EMAIL > elif [ $EXITSTATUS == 0 ]; then > echo "Normally Stoped" > exit > fi > echo "Restarting Process" > sleep 4 > done > > > > > Andre Robatino wrote: > > The server is down again. It's been down for at least a few hours. > _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ Be IP : http://www.beip.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:dsandras@... _______________________________________________ ekiga-list mailing list ekiga-list@... http://mail.gnome.org/mailman/listinfo/ekiga-list |
| Free embeddable forum powered by Nabble | Forum Help |