DA killing my services

Geffy

Verified User
Joined
Aug 24, 2004
Messages
82
The DA Task queue seems to be killing my services whenever its supposed to be restarting them.

The message from the logs is
Error restarting service httpd : uid 0 gid 0 : /usr/local/etc/rc.d/httpd restart >>/dev/null 2>>/dev/null

when running this command myself I get
Ambiguous output redirect

I am not quite sure what the command should be as
/usr/local/etc/rc.d/httpd restart >/dev/null 2>&1
seems to give the same result.
 
this is technically separate from my first post

doing a bit of searching this seems to work just fine

/usr/local/etc/rc.d/httpd restart >&/dev/null


btw, if it helps I am using FreeBSD 6.1 and my /bin/sh is csh
 
Back
Top