[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Apache will not start LCD Displays: [none] + I P
- Subject: RE: [cobalt-users] Apache will not start LCD Displays: [none] + I P
- From: Graeme Fowler <graeme.fowler@xxxxxxxxxxxxxx>
- Date: Mon Aug 27 20:39:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Dan wrote in reply to a very upset Glenn Parsons:
> > Is anyone listening? This problem could happen to you. IT could
> > happen to me again! I would like to grasp some understanding as
> > to why this happened!
> > Below is my previously IGNORED post.
>
> Your post wasn't ignored. No one had an answer for you or
> someone would have replied.
Maybe the length of it precluded most people from reading the message fully.
That and the lack of information contained within it...
The 'unary operator expected' error is indicative of a poor piece of shell
programming.
However, the fact that the script then continues and tries to start Apache
shows that this is not the real problem.
Glenn: did you bother looking in the Apache webserver error logs? If you
did, then what did they say? If you didn't, I suggest you acquaint yourself
with the following scenario:
Open two different shells on the RaQ.
In Shell 1, type "tail -f /var/log/httpd/error_log" (May be error.log, try
it)
In Shell 2, type /etc/rc.d/init.d/httpd start
Watch the output in shell 1. There's your answer as to why Apache won't
start. And try to be a little more informative and less panicky in future!
BTW the admin panel is started from /etc/rc.d/init.d/admserv, the logfiles
for that are in the same place as the webserver logs only prefixed with
"adm_"
HTH
Graeme