/etc/inittab (esp. ttys) not migrated to upstart jobs
Bug #61539 reported by
MasterEvilAce
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
upstart (Ubuntu) |
Fix Released
|
Wishlist
|
Scott James Remnant (Canonical) |
Bug Description
I've edited my /etc/inittab and commented out most of my virtual consoles like so:
1:2345:
#2:23:respawn:
#3:23:respawn:
#4:23:respawn:
#5:23:respawn:
#6:23:respawn:
This worked in Dapper, but since i've updated to Edgy, I can still see exactly 6 getty's in my KDE System Guard processes list.
These virtual consoles are still getting loaded somehow
To post a comment you must log in.
I believe with edgy, there is no more /etc/inittab. This is probably left over from your Dapper install. Edit your /etc/default/ console- setup file. There is a variable called ACTIVE_ CONSOLES= "/dev/tty[ 1-6]".. .. edit that to suite your needs, reboot and that should fix it for you.
Thanks,
printk