Filesystem Read Only After Logrotate CentOS 5

Home » CentOS » Filesystem Read Only After Logrotate CentOS 5
CentOS 1 Comment

Helo,

up to 04:02 the root file system was OK. With the logrotate activities there are messages: read only.

Last entry in /var/log/messages is the sendmail entry from logrotate.

less /etc/mtab gives:

/dev/sda1 / ext3 rw 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0

What has happend?

Is this problem related with https://bugzilla.redhat.com/show_bug.cgi?id=947149

Best regards Helmut

One thought on - Filesystem Read Only After Logrotate CentOS 5

  • Helo,

    the solution was now found in dmesg. I/O error for the journal.

    dmesg was updated, /var/log/messages not. I think because of read only file system.

    Best regards Helmut

    Helo,

    up to 04:02 the root file system was OK. With the logrotate activities there are messages: read only.

    Last entry in /var/log/messages is the sendmail entry from logrotate.

    less /etc/mtab gives:

    /dev/sda1 / ext3 rw 0 0
    proc /proc proc rw 0 0
    sysfs /sys sysfs rw 0 0
    devpts /dev/pts devpts rw,gid=5,mode=620 0 0
    tmpfs /dev/shm tmpfs rw 0 0
    none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
    sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0

    What has happend?

    Is this problem related with https://bugzilla.redhat.com/show_bug.cgi?id=947149

    Best regards Helmut