Adam Crews wrote:
> Run the command "mount" without any arguments and look for a "ro"
> (read only) file system.
>
> If you find any then run dmesg, or look in /var/log/messages for clues
> to why the filesystem was marked read only.
>
> If the kernel detects an error on the file system, it will sometimes
> mark it as read-only to prevent damage to the files. This could
> indicate a failing disk, or dirty file system. dmesg or
> /var/log/messages should help determine what is happening.
>
> -Adam
>
>>
>>
>
Hi Adam, thanks for the response...
[root@ns1 ~]# mount
/dev/md1 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/md0 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw)
/dev/md4 on /home type ext3 (rw,usrquota,grpquota)
/dev/md2 on /tmp type ext3 (rw)
/dev/md3 on /var type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/proc on /var/named/chroot/proc type none (rw,bind)
[root@ns1~]# dmesg
received "many"
EXT3-fs error (device md3) in start_transaction: Journal has aborted
[root@ns1 ~]# tail -f /var/log/messages
Mar 2 15:15:47 ns1 named[1903]: lame server resolving
'sherriandsamantha.com' (in 'sherriandsamantha.com'?): 216.109.116.20#53
Mar 2 15:15:47 ns1 named[1903]: lame server resolving
'sherriandsamantha.com' (in 'sherriandsamantha.com'?): 66.218.71.205#53
Mar 2 15:15:47 ns1 named[1903]: lame server resolving
'sherriandsamantha.com' (in 'sherriandsamantha.com'?): 216.109.116.20#53
Mar 2 15:15:47 ns1 named[1903]: lame server resolving
'sherriandsamantha.com' (in 'sherriandsamantha.com'?): 66.218.71.205#53
Mar 2 15:15:47 ns1 named[1903]: lame server resolving
'sherriandsamantha.com' (in 'sherriandsamantha.com'?): 216.109.116.20#53
Mar 2 15:15:47 ns1 named[1903]: lame server resolving
'sherriandsamantha.com' (in 'sherriandsamantha.com'?): 66.218.71.205#53
Mar 2 15:15:47 ns1 named[1903]: lame server resolving
'sherriandsamantha.com' (in 'sherriandsamantha.com'?): 216.109.116.20#53
Mar 2 15:15:47 ns1 named[1903]: lame server resolving
'sherriandsamantha.com' (in 'sherriandsamantha.com'?): 66.218.71.205#53
Mar 2 15:15:48 ns1 named[1903]: lame server resolving
'sherriandsamantha.com' (in 'sherriandsamantha.com'?): 216.109.116.20#53
Mar 2 15:15:48 ns1 named[1903]: lame server resolving
'sherriandsamantha.com' (in 'sherriandsamantha.com'?): 66.218.71.205#53
The logs sure do not help any here ;(
Jon