LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-30-2006, 03:49 PM   #1
m15a4
Member
 
Registered: Sep 2003
Distribution: SuSE 10
Posts: 55

Rep: Reputation: 15
Question 4-6 logs from kernel Per SECOND! How to stop?


Both of the following two (2) log files are going nuts;

/var/log/messages
/var/log/warn

Both are filling up with;
Code:
Jan 30 15:32:32 host kernel: hub 4-0:1.0: over-current change on port 1
Jan 30 15:32:32 host kernel: hub 4-0:1.0: over-current change on port 2
Jan 30 15:32:32 host kernel: hub 4-0:1.0: over-current change on port 1
Jan 30 15:32:32 host kernel: hub 4-0:1.0: over-current change on port 2
Jan 30 15:32:32 host kernel: hub 4-0:1.0: over-current change on port 1
Jan 30 15:32:32 host kernel: hub 4-0:1.0: over-current change on port 2
Jan 30 15:32:32 host kernel: hub 4-0:1.0: over-current change on port 1
Jan 30 15:32:32 host kernel: hub 4-0:1.0: over-current change on port 2
Jan 30 15:32:33 host kernel: hub 4-0:1.0: over-current change on port 1
Jan 30 15:32:33 host kernel: hub 4-0:1.0: over-current change on port 2
Jan 30 15:32:33 host kernel: hub 4-0:1.0: over-current change on port 1
Jan 30 15:32:33 host kernel: hub 4-0:1.0: over-current change on port 2
Jan 30 15:32:33 host kernel: hub 4-0:1.0: over-current change on port 1
Jan 30 15:32:33 host kernel: hub 4-0:1.0: over-current change on port 2
Jan 30 15:32:33 host kernel: hub 4-0:1.0: over-current change on port 1
Jan 30 15:32:33 host kernel: hub 4-0:1.0: over-current change on port 2
"host" is my domain

Something is NOT happy here.

Everything however seems to be working fine. I found one mention (in german no less) when I googled for this error. It seemed to mention USB issues. These logs however continue to generate with or without any USB device connectd.

Need help folks!
 
Old 01-31-2006, 05:57 AM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Edit your /etc/syslog.conf file.
 
Old 01-31-2006, 10:06 AM   #3
m15a4
Member
 
Registered: Sep 2003
Distribution: SuSE 10
Posts: 55

Original Poster
Rep: Reputation: 15
Angry

Quote:
Originally Posted by trickykid
Edit your /etc/syslog.conf file.
Ummm yeah.. thanks
 
Old 01-31-2006, 10:10 AM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally Posted by m15a4
Ummm yeah.. thanks
What? That's what you need to edit to change the level of logging for your system for messages and warn.

man syslog.conf if you don't understand how to fix or use this file. What'd did you expect, a definitive answer to your question? I'm pointing you in the correct direction so you can actually learn something..
 
Old 01-31-2006, 07:38 PM   #5
m15a4
Member
 
Registered: Sep 2003
Distribution: SuSE 10
Posts: 55

Original Poster
Rep: Reputation: 15
>man syslog.conf
No manual entry for syslog.conf



Not that 'man files' are very user friendly anyway.

Silly me, yes I did actually expect an answer. I guess "LinuxQuestions" means you'll leave with the same confusion you came with. Thanks much!
 
Old 01-31-2006, 09:37 PM   #6
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
If the man pages aren't on your system, google is your friend to search for man pages online..

http://www.die.net/doc/linux/man/man...og.conf.5.html

And yes, LinuxQuestions is a place to ask questions to get answers but answers can also be those that point you in the right direction or enlighten you on how to use existing resources. Don't expect your hand to be held everytime, what would be the fun of that? At least this way your actually learning something about a system your apparently supporting... so perhaps you should drop the negative attitude and appreciate that fact that I'm the only member here that has actually responded to your problem to actually try and help you in my own spare free time. Last time I checked, this wasn't a pay for support site, so you really shouldn't set your expectations too high on something that might not possibly happen. Some members have actually asked questions and never recieved any solutions or answers.

Cheers and good luck..
 
Old 01-31-2006, 10:39 PM   #7
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
I'm more curious as to what the messages are and why you are getting them... You don't normally get kernel messages for nothing...
 
Old 02-01-2006, 06:05 AM   #8
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally Posted by amosf
I'm more curious as to what the messages are and why you are getting them... You don't normally get kernel messages for nothing...
Like mentioned on another forum where he asked this and I also found this same issue on the LKML, someone said it's drawing more current than what his USB ports can handle. And if there is truly nothing connected to any USB port on his system, there is most likely something wrong with this systems USB ports. Don't need the USB ports for anything, like I mentioned before, change your kernel logging level. Or disable USB altogether or check with the hardware vendor as it's hardware related issues, but nothing is wrong with the OS itself.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ndiswrapper kernel messages filling my logs... TOO MUCH! jkassemi Linux - Wireless Networking 4 11-08-2005 02:12 AM
kernel martian sources logs czelaya Linux - Networking 2 07-29-2005 12:47 PM
Logs filled with psargs/psparse kernel message hazza SUSE / openSUSE 13 05-09-2005 07:04 AM
Firefox logs user out? Where are error logs? case1984 Linux - General 0 10-09-2004 02:22 PM
Logs full of hits to 255.255.255.255; how to stop logging? mac_phil Mandriva 2 02-23-2004 10:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration