Description of problem: The new "-s" parameter requested by Lennart in #623685 is not working correctly. I get no login prompt displayed, although agetty does run and does send the characters (confirmed with strace), and does read characters entered. I suspect something is up with the serial setup, and I'll attach an strace. I don't have time to track this down tonight, but I suspect you can do it quickly. In the interim, I'll have to hack up systemd's config files. Jon.
Created attachment 454994 [details] agetty_strace.txt
$ cat /proc/cmdline ro root=/dev/mapper/vg_alfred-lv_root rd_MD_UUID=XXX rd_LVM_LV=vg_alfred/lv_root rd_LVM_LV=vg_alfred/lv_swap rd_NO_LUKS rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us console=ttyS0,115200n8 enforcing=0
My bug... the aggety still resets some termios fields which have relation to speed setting. I'll prepare a test package for you.
*** Bug 629952 has been marked as a duplicate of this bug. ***
util-linux-ng-2.18-4.4.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/util-linux-ng-2.18-4.4.fc14
util-linux-ng-2.18-4.4.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update util-linux-ng'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/util-linux-ng-2.18-4.4.fc14
util-linux-ng-2.18-4.4.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
And rawhide?
(In reply to comment #8) > And rawhide? util-linux-ng-2.18-5.fc15
Thanks