You are not logged in.

#1 2011-08-05 04:38:34

lasersquid
Member
Registered: 2011-01-15
Posts: 7

[SOLVED] Syslog output flooding tty1

I recently installed a new guest OS on Virtualbox and added a USB automount udev rule. After restarting, tty1 was flooded with syslog, even as I tried to log in. There don't seem to be any stray entries in syslog-ng.conf, and I removed the udev rule as soon as I noticed the problem. Does anyone know what might be causing this?

Last edited by lasersquid (2011-08-05 18:37:38)

Offline

#2 2011-08-05 05:31:36

Coacher
Guest

Re: [SOLVED] Syslog output flooding tty1

#3 2011-08-05 12:48:51

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED] Syslog output flooding tty1

maybe because VERBOSE is no longer supported in rc.conf. See if you have a quiet parameter on your kernel line in grub/menu.lst. If not, add one and see if the error messages disappear.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#4 2011-08-05 13:11:10

abarahc
Member
Registered: 2010-04-30
Posts: 128

Re: [SOLVED] Syslog output flooding tty1

add "verbose" param int menu.lst? in which line of text?


user@localhost $ grep -rnw "." -e "hacking"

Offline

#5 2011-08-05 13:12:58

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED] Syslog output flooding tty1

abarahc wrote:

add "verbose" param int menu.lst? in which line of text?

No. Read again. You need to add "quiet" without the quotes obviously to your kernel line.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#6 2011-08-05 13:15:46

abarahc
Member
Registered: 2010-04-30
Posts: 128

Re: [SOLVED] Syslog output flooding tty1

sorry for my dummy questions!  here a little help ;D

https://bbs.archlinux.org/viewtopic.php?pid=968267


user@localhost $ grep -rnw "." -e "hacking"

Offline

#7 2011-08-05 18:37:20

lasersquid
Member
Registered: 2011-01-15
Posts: 7

Re: [SOLVED] Syslog output flooding tty1

Adding quiet to my kernel line worked, though I kind of liked seeing the status messages during startup. Thanks, Inxsible.

Offline

Board footer

Powered by FluxBB