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

Re: [cobalt-users] Can't access GUI control panel



> I have a problem getting into the GUI on my Raq4.  When I
type in the IP
> address/admin I get an unfound web site address error,
although I can telnet
> and ftp OK.
>
> In the archives it says go to the following address and
download:
> ftp://ftp.nl.cobalt.com/pub/tools/repair_sitemanage.pl
>
> I downloaded the perl script and ran it to recreate the
site admins, which
> it seemed to do, but I still cannot access the admin GUI.
>
Look and see if admserv is running.
ps ax | grep admserv
or just do
/etc/rc.d/init.d/admserv restart
Also if you are behind a firewall make sure it lets ports 81
and 443 through.
gerald