Another question: How can a supress these messages from filling up my syslog file?
Mar 1 01:31:26 localhost kernel: cdrom: open failed. Mar 1 01:31:57 localhost last message repeated 15 times Mar 1 01:31:59 localhost kernel: cdrom: open failed. Mar 1 01:32:01 localhost kernel: cdrom: open failed.
I've got 'noauto' in /etc/fstab. I've also shut down 'autofs'
So far the only way I can stop them is to put a cd in the drive. I'd prefer not not have any kind of auto mount system running if that helps.
Thanks again.
My fstab entries: /dev/hdc /media/cdrom auto pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0
/dev/scd0 /media/cdrecorder auto pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0
/dev/scd1 /media/zip auto pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0
On Wed, 2006-03-01 at 01:38 -0600, CentOS-List@jamesplace.net wrote:
Another question: How can a supress these messages from filling up my syslog file?
Mar 1 01:31:26 localhost kernel: cdrom: open failed. Mar 1 01:31:57 localhost last message repeated 15 times Mar 1 01:31:59 localhost kernel: cdrom: open failed. Mar 1 01:32:01 localhost kernel: cdrom: open failed.
Edit /etc/hal/hald.conf and change /haldconfig/storage_media_check to false.