Simon wrote:
> On Sun, Jun 09, 2002 at 12:34:11PM +0200, [EMAIL PROTECTED] wrote:
> 
>>The third of our freeradius-0.5-servers behaves differently to the
>>others, when restarted remotely via ssh:
>>...
>>Starting Freeradius server: radwatch radiusd.
>>Starting Freeradius server: radwatch radiusd.
>>/etc/init.d/radius: start-stop-daemon: command not found
>>Starting Freeradius server: radwatch/etc/init.d/radius:
>>start-stop-daemon: command not found
>> radiusd.
>>...
> 
> 
> Your script (/etc/init.d/radius) isn't finding the program
> 'start-stop-daemon'. Your path is probably set up differently
> when you use the script localy and when you ssh in and run it.
> Make sure that '/sbin' is in your path when running the script.
> 

Yes, that's it!
The environment when logging in with ssh is another on server3. The 
startscript based on rc.radiusd from the freeradius-0.5-package has no 
PATH-Variable set to find the start-stop-daemon. So I had to insert 
PATH=$PATH:/sbin in the startscript.

Thanks a lot, Simon!

Gruss
Oliver


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to