Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 360213 - livedvd-x86-amd64-32ul-11.0: boot failure: app-misc/livecd-tools - fixinittab produces invalid mingetty calls
Summary: livedvd-x86-amd64-32ul-11.0: boot failure: app-misc/livecd-tools - fixinittab...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: LiveCD/DVD/USB (show other bugs)
Hardware: Other Linux
: Normal normal (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-24 00:00 UTC by Martin Walch
Modified: 2011-07-05 19:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Walch 2011-03-24 00:00:08 UTC
Line 74 of /etc/init.d/fixinittab looks like this

echo "c${x}:12345:respawn:/sbin/mingetty --noclear --autologin root 38400 tty${x} linux" >> /etc/inittab

this is not sane: 38400 would be valid for agetty, but not for mingetty. Environments that are treated by this part of the script end up with

mingetty [<pid>]: 38400: No such file or directory

leaving the system without a usable tty.
Comment 1 Leho Kraav (:macmaN @lkraav) 2011-04-07 20:59:45 UTC
yes i am seeing this as well booting from loopback with grub2.
Comment 2 Fernando (likewhoa) 2011-04-11 07:29:14 UTC
This is fixed on latest 11.1 beta found on freenode at #gentoo-ten.
Comment 3 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-07-05 19:01:47 UTC
Closing per Fernando's last comment.