https://bugzilla.novell.com/show_bug.cgi?id=447289 User omb@khandalf.com added comment https://bugzilla.novell.com/show_bug.cgi?id=447289#c16 Brain O'Mahoney <omb@khandalf.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|omb@khandalf.com | --- Comment #16 from Brain O'Mahoney <omb@khandalf.com> 2009-01-23 05:04:34 MST --- Thank you for your info, at least mingetty.c is now in sync, FYI the kernel source I tested on is based on the git head distributed by gregkh from: http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.28.y.git;a=summar... git pull ... which leaves me with HEAD:c5d8afab63194a50e6dfc6b0b03a604a7de6d5a3 Linux alien 2.6.28.1-default #6 SMP Wed Jan 21 00:48:14 CET 2009 x86_64 x86_64 x86_64 GNU/Linux To answer your other requests: cat /proc/tty/drivers: /dev/tty /dev/tty 5 0 system:/dev/tty /dev/console /dev/console 5 1 system:console /dev/ptmx /dev/ptmx 5 2 system /dev/vc/0 /dev/vc/0 4 0 system:vtmaster rfcomm /dev/rfcomm 216 0-255 serial serial /dev/ttyS 4 64-67 serial pty_slave /dev/pts 136 0-1048575 pty:slave pty_master /dev/ptm 128 0-1048575 pty:master unknown /dev/tty 4 1-63 console and: CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y CONFIG_VT_HW_CONSOLE_BINDING=y Lastly I thought to retry the ttyn on tty3 not tty6 to avoid an un-necessary iteration: 13518 chown("/dev/tty3", 0, 5) = 0 13518 chmod("/dev/tty3", 0660) = 0 13518 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 13518 rt_sigaction(SIGQUIT, {0x4022df, [], SA_RESTORER, 0x7f4eb28d4660}, NULL, 8) = 0 13518 open("/dev/tty3", O_RDWR|O_NOCTTY) = 6 13518 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ..}) = 0 13518 ioctl(6, TIOCGSID, 0x7fffbae151f4) = -1 ENOTTY (Inappropriate ioctl for device) 13518 ioctl(6, TIOCSCTTY) = -1 EPERM (Operation not permitted) I hope this helps. Grüss, Brian -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.