[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] RAQ2 Problem with admin pages



> Hello again, this is my old problem, and still without work, this trick does
> not work, somebody from cobalt support who can help me?
>
> I send a support mail, but their don´t answer me, somebody to help me, we
> just don't know what happend.
>
> Ed Flores
> ----- Original Message -----
> From: "Harald Kapper" <hk@xxxxxxxxxx>
> To: <cobalt-developers@xxxxxxxxxxxxxxx>
> Sent: Friday, March 02, 2001 7:51 PM
> Subject: Re: [cobalt-developers] RAQ2 Problem with admin pages

Can you ssh (telnet) to the server?
if so try and restart admserv.
To see if admserv is running do:
[admin /etc]$ ps ax | grep ahttpd
    13367  ?  S    0:00 /usr/sbin/ahttpd -d /etc/admserv
    13369  ?  S    0:00 /usr/sbin/ahttpd -d /etc/admserv
    13370  ?  S    0:00 /usr/sbin/ahttpd -d /etc/admserv
Also try:
[admin /etc]$ /etc/rc.d/init.d/admserv.init status
     ahttpd (pid 12421 255) is running...
If the above does not give you the desired results try: (su to root)
/etc/rc.d/init.d/admserv.init stop
then
/etc/rc.d/init.d/admserv.init start
I hope this helps, looks to me like admserv (ahttpd) is not running.
Gerald