> E&Erdem <[EMAIL PROTECTED]> [2003-12-22 09:22]: > > Hi, > >From i've set up iptables i've get this messages continual on tty's > (console): > > ___________________________________________________________________________ > IN=eth1 OUT= MAC=01:00:5e:00:00:01:00:00:21:11:97:f8:08:00 > SRC=195.174.81.188 DST=224.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=50 > ID=53147 PROTO=UDP SPT=4942 DPT=5000 LEN=40 > IN=eth1 OUT= MAC=01:00:5e:00:00:01:00:60:08:4d:7d:8a:08:00 > SRC=195.174.17.192 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=9914 > PROTO=2 > IN=eth1 OUT= MAC=01:00:5e:00:00:01:00:30:4f:29:2f:0f:08:00 SRC=0.0.0.0 > DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=29 PROTO=2 > IN=eth1 OUT= MAC=01:00:5e:00:00:01:00:00:21:11:97:f8:08:00 > SRC=195.174.81.188 DST=224.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=50 > ID=53273 PROTO=UDP SPT=4942 DPT=5000 LEN=40 > IN=eth1 OUT= MAC=01:00:5e:00:00:01:00:50:fc:be:a3:e7:08:00 > SRC=195.174.31.136 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=723 > PROTO=2 > IN=eth1 OUT= MAC=01:00:5e:00:00:01:00:00:21:11:97:f8:08:00 > SRC=195.174.81.188 DST=224.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=50 > ID=53408 PROTO=UDP SPT=4942 DPT=5000 LEN=40 > IN=eth1 OUT= MAC=01:00:5e:00:00:01:00:50:fc:d4:65:35:08:00 > SRC=195.174.81.211 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=951 > PROTO=2 > ___________________________________________________________________________ > > So i can't use tty's [F1 to F6]. How can i solve this?
these data are printed on the console due to your local configuration settings in >/proc/sys/kernel/printk<. According due kernel/printk.c, there is a console_printk definition: int console_printk[4] = { DEFAULT_CONSOLE_LOGLEVEL, /* console_loglevel */ DEFAULT_MESSAGE_LOGLEVEL, /* default_message_loglevel */ MINIMUM_CONSOLE_LOGLEVEL, /* minimum_console_loglevel */ DEFAULT_CONSOLE_LOGLEVEL, /* default_console_loglevel */ }; And my /proc/sys/kernel/printk means: uccellina:/proc!86> cat sys/kernel/printk 1 4 1 7 Thus, I assume, you could easily change the console_loglevel by writing to >/proc/sys/kernel/printk< what you wanna do. HTH. wbr, Lukas -- Lukas Ruf | Wanna know anything about raw | <http://www.lpr.ch> | IP? -> <http://www.rawip.org> | eMail Style Guide: <http://www.rawip.org/style.html>|