Re: (RADIATOR) startup radiusd via ssh

2002-07-28 Thread Levent Sarikaya
On Sat, 2002-07-27 at 03:51, Kenya Noshiro wrote: > >What OS are you running? > I am running Radiator 3.1 on Solaris 8 with MySQL 3.23.51. > > What I am aiming to do is to allow certain account(non root account) > to run radiusd using ssh with root privilege. > > Thanks very much. what about def

Re: (RADIATOR) startup radiusd via ssh

2002-07-26 Thread Kenya Noshiro
>What OS are you running? I am running Radiator 3.1 on Solaris 8 with MySQL 3.23.51. What I am aiming to do is to allow certain account(non root account) to run radiusd using ssh with root privilege. Thanks very much. Kind regards, Kenya Noshiro >-Andy > >Kenya Noshiro wrote: >> Thanks for

Re: (RADIATOR) startup radiusd via ssh

2002-07-26 Thread Andy De Petter
What OS are you running? -Andy Kenya Noshiro wrote: > Thanks for your suggestion but I still get same error message. > I have tried all of the options below. > > Bad address family for Socket::unpack_sockaddr_in, got 1, should be 2 at > /usr/local/bin/radiusd line 317. > > Could this be a bu

Re: (RADIATOR) startup radiusd via ssh

2002-07-25 Thread Levent Sarikaya
On Wed, 2002-07-24 at 09:52, Kenya Noshiro wrote: > # ssh [EMAIL PROTECTED] perl /usr/local/bin/radiusd -config_file xxx.cfg > : try it this way: ssh [EMAIL PROTECTED] "perl /usr/local/bin/radiusd -config_file xxx.cfg" or ssh [EMAIL PROTECTED] 'perl /usr/local/bin/radiusd -c

(RADIATOR) startup radiusd via ssh

2002-07-24 Thread Kenya Noshiro
Hi I am currently trying to seek a way to start up radiusd via ssh but I have got following errors while I was executing start up script for radiusd. # ssh [EMAIL PROTECTED] perl /usr/local/bin/radiusd -config_file xxx.cfg : (snip) Bad address family for Socket::unpack_s