On Wed, Sep 29, 2010 at 02:50:01PM +0530, Prashant wrote: > Hi, > I connect to my development board using serial port and I see the logs > in hyper-terminal. Can anyone please tell me how to disable only kernel > logs? I need the shell prompt as it is. Just kernel logs should go away. > > My inittab file is as follows: > # cat etc/inittab > console::sysinit:-/etc/init.d/rcS > ttyS0::respawn:-/bin/sh > tty2::respawn:-/bin/sh
Starting klogd and syslogd is usually enough. Then there's /proc/sys/kernel/printk. IIRC that's how I did it with a hand-coded distribution I'm running on some ARM modules. -- Stuart Longland (aka Redhatter, VK4MSL) .'''. Gentoo Linux/MIPS Cobalt and Docs Developer '.'` : . . . . . . . . . . . . . . . . . . . . . . .'.' http://dev.gentoo.org/~redhatter :.' I haven't lost my mind... ...it's backed up on a tape somewhere. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
