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

Re: [cobalt-users] admin server not running possibly due to adm_access problem



On Tue, 15 Jan 2002, Elliotte Rusty Harold wrote:

> At 9:56 PM -0500 1/14/02, flash22@xxxxxxx wrote:

> >Yup, IO error generally means a physical error, or trying to use non
> >existant hardware, i suspect you have a failing disk drive//
> 
> I've figured out a temporary fix for the problem. I changed the admin 
> httpd.conf file to use a different file for the access log. As soon 
> as I did that, I was able to start the admin server right up, so the 
> problem was definitely the bad file /home/var/log/httpd/adm_access
> 
> This is an acceptable temporary fix. However, I'm still worried about 
> that file I can't read or even list. Is this a problem with a corrupt 
> file system? a bad sector on the disk? a bad disk controller? 

Hard to tell, by making a new file you are using a different part of the
disk. the program 'badblocks' can scan the partitions/disk for unreadable
sectors, that would tell you if it's a physical problem. You should also
read the boot logs (messages) and see if fsck said anything last time you
booted...(do NOT fsck the disk while the machine is running)

Also look in the messages for any thing about 'VFS' errors, that would
tend to indicate filesystem issues , tho hardware problems generally
cascade into other problems...

> something else? How should I go about diagnosing the underlying 
> problem? Nowe that the admin server is running again it tells me that 
> RAID and disk usage or both fine. The one error it reports is that 

That admin thing only tells you they appear to work overall, it won't
necessaruly complain about a small error somewhere like one bad block...

> the server desktop is not running. Of course that's now out of date. 

May be another file somewhere, i hope you are making backups regardless,
also, running a backup may turn up other files you can't read...(or you
could just do that to see)

try something simple like du / , see if you get funky errors while it
tries to add up all the disk space....

gsh