pclissold wrote:
sblantipodi wrote:
… Do you have the same error on boot???
I mean this error:
Starting udev: [ OK ]
Loading default keymap (us): /etc/rc.d/rc.sysinit: line 396: /dev/tty0: No such file or directory
[FAILED]
Yes, and other errors caused by Xen virtualisation / lack of physical hardware / stuff that's just not there, e.g.
Code:
Applying Intel CPU microcode update: FATAL: Module microcode not found.
/etc/rc3.d/S00microcode_ctl: microcode device /dev/cpu/microcode doesn't exist?
and
Code:
Loading additional iptables modules: ip_conntrack_netbios_ns [FAILED]
ok, since I hate see to error I can give you a tip for the last two error
for the first one, simply
disable the service cpu_microcode.
for the second one, edit /etc/sysconfig/iptables-config
and change this two lines from:
IPTABLES_MODULES="ip_conntrack_netbios_ns"
IPTABLES_MODULES_UNLOAD="yes"
to
IPTABLES_MODULES=""
IPTABLES_MODULES_UNLOAD="no"
If someone, will find a solution to the tty0 problem, will be really much appreciated.