Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-06-2010, 01:05 PM
|
#1
|
Member
Registered: Nov 2009
Posts: 522
Rep:
|
log getting spammed
Hello,
I'm using ubuntu, and my /var/log/syslog file is getting spammed (more than once per second) by lines like this :
"init: ureadahead-other main process (15488) terminated with status 2".
How to make this stop ?
Thanks.
|
|
|
02-06-2010, 01:15 PM
|
#2
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Hello,
Seems to be bug related. Have a look here. I'd check if an upgrade or patch is available for that package in question.
Kind regards,
Eric
|
|
|
02-06-2010, 01:20 PM
|
#3
|
Member
Registered: Nov 2009
Posts: 522
Original Poster
Rep:
|
hello Eric,
thanks for helping me once more. Your link is too difficult for me to understand. Basically, does that mean there's no solution available at the moment ?
What's the package that is causing the problem ? ureadahead ? (what does it do? maybe I can just remove it if I don't use it?)
Last edited by elishac; 02-06-2010 at 01:23 PM.
|
|
|
02-06-2010, 02:11 PM
|
#4
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Hello,
No problem at all. Have a look at this link, I found it on the bug report I posted earlier, in one of the posts.
http://tech--help.blogspot.com/2009/...ther-main.html
It states this solves the problem, but refers to mounting of drives manually. Have you got any mounts put in manually in your /etc/fstab file?
Kind regards,
Eric
|
|
|
02-06-2010, 06:05 PM
|
#5
|
Member
Registered: Nov 2009
Posts: 522
Original Poster
Rep:
|
I googled it too, and I found it may be related to fstab issues, but I'm not sure, and I don't know enough anyway to modify it.
Here it is, tell me if there's anything wrong with it, and how to modify it :
Code:
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation
UUID=b58... / ext2 relatime,errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=a67... none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sda2 /media/DATA ntfs-3g rw,auto 0 0
(copied from the first post of my previous topic)
|
|
|
All times are GMT -5. The time now is 11:55 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|