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

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

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

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

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

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

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..

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

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

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" >