[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] admin server not running possibly due to adm_access problem
- Subject: [cobalt-users] admin server not running possibly due to adm_access problem
- From: Elliotte Rusty Harold <elharo@xxxxxxxxxxxxxxx>
- Date: Mon Jan 14 11:24:03 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Sometime between when I installed the latest kernel update using
BlueLinq and now, the admin server on my Qube 3 stopped running. Let
me emphasize: this is not a firewall connection problem. The server
does not run, even when I start it manually using
/etc/rc.d/init.d/admserv start. For example, right now:
[root init.d]# /etc/rc.d/init.d/admserv status
ahttpd dead but subsys locked
There's no /var/run/admserv.pid file. ahttpd doesn't show up in the
process list. It just isn't running. The regular, non-admin server is
running on port 80 without a problem.
After various searching though google and wading through various
scripts, I discovered many lines like the following in the adm_error
file:
[Mon Jan 14 13:45:11 2002] [error] (5)Input/output error: could not open
transfer log file /var/log/httpd/adm_access.
Initially that file was missing, so I created it as an empty file
using touch. However, that reported an I/O error and indeed when I
attempt to cat the file:
[admin httpd]$ cat adm_access
cat: adm_access: Input/output error
Can anyone shed some light on this? Specifically,
1. What is going on?
2. How do I fix it?
Your assistance is much appreciated.
--
+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo@xxxxxxxxxxxxxxx | Writer/Programmer |
+-----------------------+------------------------+-------------------+
| The XML Bible, 2nd Edition (Hungry Minds, 2001) |
| http://www.ibiblio.org/xml/books/bible2/ |
| http://www.amazon.com/exec/obidos/ISBN=0764547607/cafeaulaitA/ |
+----------------------------------+---------------------------------+
| Read Cafe au Lait for Java News: http://www.cafeaulait.org/ |
| Read Cafe con Leche for XML News: http://www.ibiblio.org/xml/ |
+----------------------------------+---------------------------------+