I am using Fedora Core 3, and I start having logs like this in the console (when I boot in runlevel 3 not in Xwindows).
hub 1-0:1.0: over-current change on port 1
hub 1-0:1.0: over-current change on port 2
...
The messages never stop appearing in the console. Actually I just have a USB mouse and it works without problem, so I don't know the reason of these messages.
I have tryed to disable these logs using syslog but they keep on appearing, this is my current /etc/syslog.conf:
#kern.* /dev/console
#kern.warn /var/log/firewall
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none /var/log/messages
# The authpriv file has restricted access.
authpriv.* /var/log/secure
# Log all the mail messages in one place.
mail.* -/var/log/maillog
# Log cron stuff
cron.* /var/log/cron
# Everybody gets emergency messages
#*.emerg *
# Save news errors of level crit and higher in a special file.
uucp,news.crit /var/log/spooler
# Save boot messages also to boot.log
local7.* /var/log/boot.log
I have the kern.* and the emergency messages disables, so I don't know
where those logs come from and how to disable them.
I would like to solve the USB problem I am having, but if it's not possible at least disable the logs because I can not work in runlevel 3.
Any idea?
Thanks