I tried changing runlevel using systemctl but with no success. None of the virtual consoles seem to load.
The kernel is 3.4.2-1.fc16.i686.
All my agettys seem to be started already:
Code:
$ ps aux | grep -i getty
root 1098 0.0 0.0 4280 732 tty3 Ss+ 10:08 0:00 /sbin/agetty tty3 38400
root 1101 0.0 0.0 4280 728 tty5 Ss+ 10:08 0:00 /sbin/agetty tty5 38400
root 1102 0.0 0.0 4280 728 tty6 Ss+ 10:08 0:00 /sbin/agetty tty6 38400
root 1103 0.0 0.0 4280 728 tty4 Ss+ 10:08 0:00 /sbin/agetty tty4 38400
root 2166 0.0 0.0 4280 728 tty2 Ss+ 10:21 0:00 /sbin/agetty tty2 38400
ashu 2212 0.0 0.0 4596 840 pts/0 S+ 10:27 0:00 grep --color=auto -i getty
---------- Post added at 10:31 AM ---------- Previous post was at 10:28 AM ----------
Quote:
Originally Posted by RupertPupkin
Make sure your /etc/sysconfig/init file has this line uncommented:
Code:
ACTIVE_CONSOLES=/dev/tty[1-6]
|
Yes the line if already uncommented.
Quote:
If that doesn't fix it, then post the output of this command:
Code:
ls -l /etc/systemd/system/getty.target.wants/
I had a problem in F15 where my display manager was causing plymouth-quit.service to not quit, which prevented virtual consoles from being created. My solution was to kill plymouth: http://forums.fedoraforum.org/showthread.php?t=264526
That may not be your problem, but you could try it if nothing else works.
|
There is no plymouth process running. Here is the output of the command:
Code:
$ ls -l /etc/systemd/system/getty.target.wants/
total 0
lrwxrwxrwx. 1 root root 34 Oct 22 2010 getty@tty1.service -> /lib/systemd/system/getty@.service
lrwxrwxrwx. 1 root root 34 Oct 22 2010 getty@tty2.service -> /lib/systemd/system/getty@.service
lrwxrwxrwx. 1 root root 34 Oct 22 2010 getty@tty3.service -> /lib/systemd/system/getty@.service
lrwxrwxrwx. 1 root root 34 Oct 22 2010 getty@tty4.service -> /lib/systemd/system/getty@.service
lrwxrwxrwx. 1 root root 34 Oct 22 2010 getty@tty5.service -> /lib/systemd/system/getty@.service
lrwxrwxrwx. 1 root root 34 Oct 22 2010 getty@tty6.service -> /lib/systemd/system/getty@.service