Re: [RADIATOR] restartWrapper prevents bootup

2013-04-25 Thread Heikki Vatiainen
On 04/24/2013 05:20 PM, Sun Seri wrote: > Checking the process list after boot and can see the following (if I > recall correctly): > > /usr/bin/perl /etc/rc.3.d/S90restartWrapper --start > > Indecently I can start this process on the target machine without any > issues. > > The only slight

Re: [RADIATOR] restartWrapper prevents bootup

2013-04-24 Thread Sun Seri
Sorry, minus the html. OS: RHEL6 restartWrapper files: The restartWrapper (perl file) is in /etc/init.d/restartWrapper Symbolic link from /etc/rc.3.d/S90restartWrapper > /etc/init.d/restartWrapper I performed a migration on VMware. So for all intent and purpose the source and target machine are i

[RADIATOR] restartWrapper prevents bootup

2013-04-24 Thread Sun Seri
OS: RHEL6restartWrapper files:The restartWrapper (perl file) is in /etc/init.d/restartWrapperSymbolic link from /etc/rc.3.d/S90restartWrapper > /etc/init.d/restartWrapper I performed a migration on VMware. So for all intent and purpose the source and target machine are identical. On boot up of

Re: [RADIATOR] restartWrapper patch to help with runaway restarts

2010-10-26 Thread Mike McCauley
Hello David, thanks for this patch. It has now been added to the latest patch set. Thanks especially for ensuring the help doc was up to date with your new arg too. Cheers. On Wednesday 27 October 2010 07:19:35 am David Zych wrote: > restartWrapper is wonderful for protecting against the possi

[RADIATOR] restartWrapper patch to help with runaway restarts

2010-10-26 Thread David Zych
restartWrapper is wonderful for protecting against the possibility of a fluke crash, but if something gets legitimately broken that a restart *can't* fix, I don't want to be inundated with email every few seconds. So I have modified restartWrapper to also accept a -min_interval parameter which

Re: (RADIATOR) Restartwrapper problems (notification mail)

2003-02-03 Thread Hugh Irvine
uot;Hugh Irvine" <[EMAIL PROTECTED]> To: "neil quiogue" <[EMAIL PROTECTED]> Cc: "Ayotunde Itayemi" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 1:48 AM Subject: Re: (RADIATOR) Restartwrapper problems (notification mail) Hell

Re: (RADIATOR) Restartwrapper problems (notification mail)

2003-02-03 Thread Ayotunde Itayemi
OTECTED]> Sent: Tuesday, January 28, 2003 1:48 AM Subject: Re: (RADIATOR) Restartwrapper problems (notification mail) Hello Neil, Hello Tunde - Neil is correct. Because you are getting an error when restartWrapper is trying to execute the command specified, restartWrapper is doing what is supposed

Re: (RADIATOR) Restartwrapper problems (notification mail)

2003-01-27 Thread Hugh Irvine
Hello Neil, Hello Tunde - Neil is correct. Because you are getting an error when restartWrapper is trying to execute the command specified, restartWrapper is doing what is supposed to do - ie. waiting 2 secdonds and then trying again. You will need to fix the problem (ie. change the port numb

Re: (RADIATOR) Restartwrapper problems (notification mail)

2003-01-27 Thread neil quiogue
This happens when you have a radiusd running already and you tried running the restartWrapper so what's going to happen is that the restartWrapper would see that the program is always dying (due to the already running radiusd) and would restart in 2 seconds. Check first that you don't have radi

(RADIATOR) Restartwrapper problems (notification mail)

2003-01-27 Thread Ayotunde Itayemi
  Hi All, hi Hugh,   I forgot to include the sample mail I got from restartwrapper.   == Your program   /radiatordb/radiatorhttp/radiusd -config_file /radiatordb/radiatorhttp/radius.cfg -foregroundexited unexpectedly with exit statu

(RADIATOR) Restartwrapper problems

2003-01-27 Thread Ayotunde Itayemi
Hi All, hi Hugh,   I have tried to use restartwrapper to make radiator "highly" available. It keeps restarting and I got over a thousand mails in my account before I stopped it.   The mail it sends to me is as follows. Please note that I tried it some time ago with the same problem (on regula

Re: (RADIATOR) RestartWrapper for DNS server

2002-06-22 Thread Hugh Irvine
Hello Bennie, Hello Tunde - Feel free to use restartWrapper for whatever you like - and you can use it to start any program you wish to. regards Hugh On Sun, 23 Jun 2002 01:44, Bennie Warren wrote: > Great question. I am also curious about this. Using restartWrapper for a > few things. > >

Re: (RADIATOR) RestartWrapper for DNS server

2002-06-22 Thread Bennie Warren
Title: Re: (RADIATOR) RestartWrapper for DNS server Great question. I am also curious about this. Using restartWrapper for a few things. Thanks Bennie On 4/22/02 7:54 AM, "Ayotunde Itayemi" <[EMAIL PROTECTED]> wrote: Hi Hugh, Hi all, Okay I am being extremely lazy - I have

(RADIATOR) RestartWrapper for DNS server

2002-06-22 Thread Ayotunde Itayemi
Hi Hugh, Hi all,   Okay I am being extremely lazy - I haven't even taken a look at the restartwrapper code - I know approximately zero perl anyway. I am wondering if I could use the restartwrapper for say a BIND 9 DNS server running on the same machine as radiator.   The main question is do

Re: (RADIATOR) restartWrapper crashing

2001-08-23 Thread Hugh Irvine
Hello Jamie - What does the mail message contain? It should give you the error status plus any error messages from Perl. You can always try running restartWrapper from the command line manually and see what messages you get that way. hth Hugh On Friday 24 August 2001 05:33, Jamie Orzechowsk

(RADIATOR) restartWrapper crashing

2001-08-23 Thread Jamie Orzechowski
Hello .. I am having a strange problem with restartWrapper ... for no reason the process will terminate I call restartWrapper with /usr/local/bin/restartWrapper -delay 2 -mail [EMAIL PROTECTED] "/usr/bin/radiusd -foreground" & A "ps ax" shows the following ... 26946 pts/1S 0:00 /usr/b

Re: (RADIATOR) restartWrapper

2001-07-06 Thread Hugh Irvine
Hello Griff - The restartWrapper program runs "radiusd" as a child process and waits for it to exit. If the child process exits for any reason, restartWrapper will restart it. hth Hugh At 12:54 -0700 01/7/6, Griff Hamlin wrote: >Can anyone tell me how restartWrapper determines whether or n

(RADIATOR) restartWrapper

2001-07-06 Thread Griff Hamlin
Can anyone tell me how restartWrapper determines whether or not to restart radius? Is it only of the radiusd process stops or does it restart it if it crashes (for example if it cannot access the mysql database anymore?). Griff Hamlin, III === Archive at http://www.open.com.au/archives/radiator/

Re: (RADIATOR) RestartWrapper

2000-03-23 Thread Michael O Shea
>>Michael O Shea wrote: >> > >> > Hi folks, I am having some trouble with Restart Wrapper. >> > I tried to run from the shell the command, >> > >> > perl /usr/bin/restartWrapper -mail micheal@localhost -delay 2 >> > "/usr/local/Radiator-2.15/radiusd -config_file /usr/local/R >> >>shouldn't

Re: (RADIATOR) RestartWrapper

2000-03-23 Thread Michael O Shea
>Michael O Shea wrote: > > > > Hi folks, I am having some trouble with Restart Wrapper. > > I tried to run from the shell the command, > > > > perl /usr/bin/restartWrapper -mail micheal@localhost -delay 2 > > "/usr/local/Radiator-2.15/radiusd -config_file /usr/local/R > >shouldn't this be

Re: (RADIATOR) RestartWrapper

2000-03-23 Thread Joost Stegeman
Michael O Shea wrote: > > Hi folks, I am having some trouble with Restart Wrapper. > I tried to run from the shell the command, > > perl /usr/bin/restartWrapper -mail micheal@localhost -delay 2 > "/usr/local/Radiator-2.15/radiusd -config_file /usr/local/R shouldn't this be "perl /usr/local..

(RADIATOR) RestartWrapper

2000-03-23 Thread Michael O Shea
Hi folks, I am having some trouble with Restart Wrapper. I tried to run from the shell the command, perl /usr/bin/restartWrapper -mail micheal@localhost -delay 2 "/usr/local/Radiator-2.15/radiusd -config_file /usr/local/R adiator-2.15/configs/myconfig.cfg" & I then get mails from the script t

Re: (RADIATOR) RestartWrapper Trouble

2000-02-11 Thread Hugh Irvine
Hello John - On Fri, 11 Feb 2000, John Benson wrote: > All, > > I am runnning radiator version 2.14.1 and am trying to get the restartWrapper > script to work properly. > > I appended the following lines to my /etc/rc.d/rc3.d/S99local startup file > > # Start Radiator's RestartWrapper process

(RADIATOR) RestartWrapper Trouble

2000-02-10 Thread John Benson
All, I am runnning radiator version 2.14.1 and am trying to get the restartWrapper script to work properly. I appended the following lines to my /etc/rc.d/rc3.d/S99local startup file # Start Radiator's RestartWrapper process # /opt/radiator/2.14.1/goodies/restartWrapper -mail [EMAIL PROTECTED]

Re: (RADIATOR) RestartWrapper

1999-11-22 Thread Hugh Irvine
Hello John - On Tue, 23 Nov 1999, John Benson wrote: > >%_When I execute the following command as su: > > perl restartWrapper -mail [EMAIL PROTECTED] -delay 5 "../radiusd -config_file >..radius.cfg" > > I get the following response that would continue indefinitely if I did not stop it: > Ha

(RADIATOR) RestartWrapper

1999-11-22 Thread John Benson
When I execute the following command as su:   perl restartWrapper -mail [EMAIL PROTECTED] -delay 5 "../radiusd -config_file ..radius.cfg"   I get the following response that would continue indefinitely if I did not stop it:   HERE HERE HERE HERE . . .   Any suggestions.           John Benson

(RADIATOR) restartWrapper and screen

1999-06-16 Thread Anonymous
Anyone using restartWrapper and screen? I'd like to use restartWrapper but I need to be able to start and stop radiator remotely. I'd like to use screen to do this but I am not sure how to add that to the startup scripts so it launches radiator on the detached screen at bootup. This is kind

Re: (RADIATOR) restartWrapper how-to

1999-01-17 Thread Hugh Irvine
Hello Christopher - On Sat, 20 Nov 1999, Christopher Andersson wrote: > >%_Hello! > > Does anyone know how I should use restartWrapper on > my Linux RedHat system? > > Where (in what file) should > restartWrapper -delay 2 \ > > "/bin/radiusd -config_file /etc/radius.cfg \ > > -foreground" >

(RADIATOR) restartWrapper how-to

1999-01-17 Thread Christopher Andersson
Hello!   Does anyone know how I should use restartWrapper on my Linux RedHat system?   Where (in what file) should restartWrapper -delay 2 \ "/bin/radiusd -config_file /etc/radius.cfg \ -foreground" go? I've tried to put it in /etc/rc.d/rc.local and in in a new file in /etc/rc.d/rc2.d But it