Am Sa, den 24.04.2004 schrieb Thomas Bitschnau um 00:52: > Hi! > > If I switch to a commandline via ALT+CTRL+F1-6-key-combination I get > packet-headers displayed reaching my PC. > They just appear on the screen and to not influence the comandline. They > are just visible. > Theres info displayed like TOS, TTL, DEST, SRC, PROTOCOL, and so on. > It's ab IP-Header. It's your firewall and the konsole log deamon. > > How can I get rid of it? edit /etc/sysconfig/syslog: KLOGD_OPTIONS="-x" becomes KLOGD_OPTIONS="-c 4 -x" (maybe -c 2 or -c 3 is enough, for more Info: man klogd) Christoph