[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] URGENT: After deleting virtual host, won't let me administer my other sites!
- Subject: Re: [cobalt-users] URGENT: After deleting virtual host, won't let me administer my other sites!
- From: Jeff Bilicki <jeff@xxxxxxxxxxx>
- Date: Fri Oct 20 14:27:02 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
<brock@xxxxxxxxxxxxxxxx> wrote:
> on 10/20/00 12:34 PM, Jeff Bilicki at jeff@xxxxxxxxxxx wrote:
>> You might want to try running the following perl script as
>> root. It should re-create the siteManage pages.
>>
>> ftp://ftp.cobaltnet.com/pub/users/jeffb/scripts/genAdmservPages
> Forgive my ignorance. I downloaded the script, uploaded it to one of my web
> directories, logged in as admin, made it executable 'chmod +x clean.pl', and
> then when I try to run it by typing clean.pl at the command line it gives me
> "command not found". On my only other Unix box (running Solaris) this is all
> I normally have to to do to execute a PERL script as root/admin.
Try ./clean.pl or perl clean.pl or /full/path/to/script/clean.pl
Jeff-