Results 1 to 10 of 10
I have been debugging my system fixing small errors but i have several errors / messages that i am not sure about. I have tried to research them but google-ing ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-08-2012 #1Linux Newbie
- Join Date
- Apr 2012
- Posts
- 129
Syslog messages that i do not full understand
I have been debugging my system fixing small errors but i have several errors / messages that i am not sure about. I have tried to research them but google-ing just leads me to webpages of log dumps.
So i am just going to ask
I am not sure if these are error's
However i do know these are errors however i am not sure how to fix themCode:Oct 8 07:44:38 Caesar kernel: [ 0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.90 Oct 8 07:28:44 Caesar kernel: [ 1.106223] pci 0000:00:01.0: PME# disabled Oct 8 07:28:44 Caesar kernel: [ 1.200297] pci 0000:00:1d.0: PCI INT A disabled Oct 8 07:28:44 Caesar kernel: [ 4.307928] ahci: SSS flag set, parallel bus scan disabled Oct 8 07:28:44 Caesar kernel: [ 4.621590] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
Thank you in advanced for anyone that can helpCode:Oct 8 07:28:44 Caesar kernel: [ 4.848471] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs Oct 8 07:28:44 Caesar kernel: [ 11.104045] EXT4-fs (sde2): re-mounted. Opts: errors=remount-ro
- 10-08-2012 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,141
These really aren't errors, but more of advisories. Assuming all your hardware gear appears to work correctly, then just ignore them. They may be important if stuff doesn't work correctly. In any case, a lot of these messages are ONLY meaningful to kernel gurus, and sometimes only to those who wrote the drivers in question.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-08-2012 #3Linux Enthusiast
- Join Date
- Apr 2012
- Location
- Virginia, USA
- Posts
- 561
No, it doesn't look like those are errors. During boot, the kernel will decide which options are appropriate and which aren't. This information about those decisions, as far as I can tell.
For the second section, I don't know what the first line is.
The second line indicates you should run fsck on the file system on /dev/sde2
- 10-08-2012 #4
- 10-09-2012 #5Linux Newbie
- Join Date
- Apr 2012
- Posts
- 129
- 10-09-2012 #6Linux Enthusiast
- Join Date
- Apr 2012
- Location
- Virginia, USA
- Posts
- 561
Easy way:
Linux Force fsck on the Next Reboot or Boot Sequence
Look at the second part.
- 10-09-2012 #7Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,141
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-10-2012 #8Linux Newbie
- Join Date
- Apr 2012
- Posts
- 129
Hmmm i will try that to be sure. However i checked my fstab to clean out some unused hard drives on my system, and i found that my root directory was set up as UUID / ext for the filesystem mount point and type but for the options it had errors=remount-ro as the only option. I did not put that there could some program have modified my fstab?
- 10-10-2012 #9Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,141
It would be my assumption that the system installer added the option for the root file system. I know of no system or user tool which would do that for you.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-10-2012 #10Linux Enthusiast
- Join Date
- Apr 2012
- Location
- Virginia, USA
- Posts
- 561


Reply With Quote

