[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Webalizer uninstall problem
- Subject: Re: [cobalt-users] Webalizer uninstall problem
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue May 22 10:00:45 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"Dico Reyers" <dico@xxxxxxxxxxxxxxxx> wrote
> I telneted in as root and it uninstalled the webalizer2.01
> package. however, it didn't get rid of the "Webalizer Release 2.01-06" in
> the "Installed Software" part of my Raq server management page.
Taco Scargo - Sun Holland - Leiden wrote
if you run /usr/admserv/cgi-bin/.cobalt/install/install.cgi < /dev/null
the entry should disappear. This should be run as root.
>Also, how
> can I delete all the /stats directories? I can't ftp in and delete them as
> I don't have permission. I tried ftping in with the admin/pwd however I
> didn't have permission then either... any suggestions?
>
Taco Scargo - Sun Holland - Leiden wrote
To remove ALL /stats directories, telnet into you RaQ as
admin and then
$ su
<enter admin password>
# cd /home/sites
# rm -rf /home/sites/*/web/stats
Good luck, and be careful with the rm command ;)