On Wed, Jan 18, 2006 at 08:26:53AM -0600, Raymond Norton wrote:
> 
> >> # sh -x /etc/init.d/httpd restart
> >>
> >> If that doesn't give you a good hint, I'm not sure what will.
> >
> 
> 
> Here is the problem. What can I do to fix it?
> 
> + initlog -c /usr/sbin/httpd
> execvp: No such file or directory
> + '[' 255 -eq 0 ']'
> + failure 'httpd startup'

First check that /usr/sbin/httpd exists and it is readable and
executable:
   $ ls -l /usr/sbin/httpd
   -rwxr-xr-x  1 root root 299912 Sep  2 11:00 /usr/sbin/httpd
because if I run
   $ initlog -c foo
   WARNING: initlog is deprecated and will be removed in a future release
   execvp: No such file or directory


Then I would replace the "initlog -c /usr/sbin/httpd" with:
   strace initlog -c /usr/sbin/httpd 2> /tmp/initlog.trace
and look in /tmp/initlog.trace for clues.

florin

-- 
Don't question authority: they don't know either!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://shadowknight.real-time.com/pipermail/tclug-list/attachments/20060118/189f1364/attachment.pgp