[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SOLUTION : Raq3 Javascript errors and HD trouble
- Subject: Re: [cobalt-users] SOLUTION : Raq3 Javascript errors and HD trouble
- From: "The IOLS Team \(www.iols.net\)" <info@xxxxxxxx>
- Date: Mon Oct 30 09:01:00 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
We had the same problem after using the restore CD for two of our RaQ3's.
The problem was that we could not add any sites, got a series of javascript
errors, etc. To add to the problem Cobalt had us send both servers back to
them under an RMA and upon their return to us they had the exact same
problem (So much for $90.00 in overnight shipping charges).
I'm happy to report that this fix works... so far.
> /etc/rc.d/rc.sysinit file
>
> Look for a line:
>
> >/etc/mtab
>
> replace this with
>
> echo "" > /etc/mtab
>
> Save and reboot
I'd still like to know why it happened like this though...
Sincerely,
Sandy
www.iols.net & www.iols.com
> The last post I made regarding trouble I was having adding sites to a
> freshly restored RaQ3. It showed javascript errors
>
> This post recieved no responses from the list (and Im not suprised) but
did
> attract a response from cobalt support. I feel it is my duty to post the
> solution to my problem (which hinted at hardware) as they posted it to me.
> The error is a very silly (but disabling) one.
>
> start quotes
> ----------------------------------------
> /etc/rc.d/rc.sysinit file
>
> Look for a line:
>
> >/etc/mtab
>
> replace this with
>
> echo "" > /etc/mtab
>
> Save and reboot
>
> -----------------------------------------