![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| assitance with sed (repeating patterns) | metalwarrior | UNIX for Dummies Questions & Answers | 7 | 02-02-2008 02:14 AM |
| Repeating variables in the code | mahalakshmi | Shell Programming and Scripting | 1 | 02-08-2007 04:33 AM |
| Repeating commands in a script | Dave2874 | Shell Programming and Scripting | 4 | 03-14-2005 07:34 AM |
| Omit repeating lines | TheCrunge | UNIX for Dummies Questions & Answers | 6 | 02-22-2005 03:26 PM |
| Filter out repeating messages | antalexi | SUN Solaris | 2 | 01-31-2005 11:19 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
repeating kernel message
Hi,
I am getting multiple repeats of the following message in /var/log/messages Jul 26 13:36:04 linuxnol kernel: cdrom: open failed. Jul 26 13:36:11 linuxnol kernel: cdrom: open failed. Jul 26 13:38:18 linuxnol kernel: cdrom: open failed. Jul 26 13:38:26 linuxnol kernel: cdrom: open failed. nobody is trying to open in so what is causing it. What could this be? Joeri |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Possible that automountd is hitting it for some reason. Kill automount and see if the messages stop. Then restart it - messages start up again? If yes to both of these, then
1. something is wrong with the cdrom drive (hardware or software) 2. something is wrong with automount (software) Try it and post back |
|
#3
|
||||
|
||||
|
The error is returned because there is no disk in either drive. It is normal and can be ignored. For example let say if you tried to removed the cdrom and floppy from from the fstab and check again the /var/log/messages you wont find the errors again. Its a sort of normal disc detection process
|
||||
| Google The UNIX and Linux Forums |