CENTOS, Loading default keymap after a yum update...
after I yum update,
I've got this error on boot.
Press 'I' to enter interactive startup.
Cannot access the Hardware Clock via any known method.
Use the –debug option to see the details of our search for an access method.
Setting clock (utc): Thu Jul 16 18:54:50 CEST 2009 [ OK ]
Starting udev: [ OK ]
Loading default keymap (us): /etc/rc.d/rc.sysinit: line 396: /dev/tty0: No such file or directory
[FAILED]
Setting hostname localhost.localdomain: [ OK ]
is there a solution to that problem?
I know that is a common problem now but I don't know a solution.
please help.
thanks.
21 Replies
As for how to reconfigure it to use tty1, I'm not sure. Sorry.
@Vance:
Have you tried looking in the vicinity of line 396 in /etc/rc.d/rc.sysinit? cat -n /etc/rc.d/rc.sysinit | grep -C 10 396 is one way of doing that.
here the output of that command:
> [root@li62-51 ~]# cat -n /etc/rc.d/rc.sysinit | grep -C 10 396
386 if [ -n "$KEYMAP" ]; then
387 if [ -n "$KEYTABLE" ]; then
388 echo -n $"Loading default keymap ($KEYTABLE): "
389 else
390 echo -n $"Loading default keymap: "
391 fi
392 LOADKEYS=loadkeys
393 if [ "${LANG}" != "${LANG%%.UTF-8}" -o "${LANG}" != "${LANG%%.utf8}" ]; then
394 LOADKEYS="loadkeys -u"
395 fi
396 $LOADKEYS $KEYMAP < /dev/tty0 > /dev/tty0 2>/dev/null && \
397 success $"Loading default keymap" || failure $"Loading default keymap"
398 echo
399 fi
400 fi
401
402 # Set the hostname.
403 updatebootstage RChostname
404 action $"Setting hostname ${HOSTNAME}: " hostname ${HOSTNAME}
405
406 # Initialize ACPI bits
[root@li62-51 ~]#
If /dev/tty0 does not exist on your system, I'd start looking into udev as the likely culprit. Check /var/log/yum.log to see which packages were upgraded most recently, focusing on initscripts and udev.
here the yum log
please help
May 15 16:04:53 Updated: libgcc - 4.1.2-44.el5.i386
May 15 16:04:53 Updated: libgcc - 4.1.2-44.el5.x86_64
May 15 16:04:54 Updated: nash - 5.1.19.6-44.x86_64
May 15 16:04:55 Updated: tzdata - 2009f-1.el5.noarch
May 15 16:05:17 Updated: glibc-common - 2.5-34.x86_64
May 15 16:05:23 Updated: glibc - 2.5-34.i686
May 15 16:05:29 Updated: glibc - 2.5-34.x86_64
May 15 16:05:30 Updated: bash - 3.2-24.el5.x86_64
May 15 16:05:31 Updated: audit-libs - 1.7.7-6.el5_3.3.x86_64
May 15 16:05:32 Updated: glib2 - 2.12.3-4.el5_3.1.x86_64
May 15 16:05:32 Updated: nspr - 4.7.3-2.el5.x86_64
May 15 16:05:33 Updated: popt - 1.10.2.3-9.el5.x86_64
May 15 16:05:33 Updated: bzip2-libs - 1.0.3-4.el5_2.x86_64
May 15 16:05:38 Updated: perl - 4:5.8.8-18.el5_3.1.x86_64
May 15 16:05:39 Updated: tcp_wrappers - 7.6-40.6.el5.x86_64
May 15 16:05:39 Updated: elfutils-libelf - 0.137-3.el5.x86_64
May 15 16:05:40 Updated: libgcrypt - 1.2.4-1.el5.x86_64
May 15 16:05:40 Updated: libstdc++ - 4.1.2-44.el5.x86_64
May 15 16:05:41 Updated: gnutls - 1.4.1-3.el5_2.1.x86_64
May 15 16:05:41 Updated: procps - 3.2.7-11.1.el5.x86_64
May 15 16:05:42 Updated: libxml2 - 2.6.26-2.1.2.7.x86_64
May 15 16:05:43 Updated: freetype - 2.2.1-20.el5_2.x86_64
May 15 16:05:43 Updated: nspr - 4.7.3-2.el5.i386
May 15 16:05:44 Updated: nss - 3.12.2.0-4.el5.centos.x86_64
May 15 16:05:44 Updated: libgcrypt - 1.2.4-1.el5.i386
May 15 16:05:45 Updated: iproute - 2.6.18-9.el5.x86_64
May 15 16:05:46 Updated: pango - 1.14.9-5.el5.centos.x86_64
May 15 16:05:46 Updated: libtiff - 3.8.2-7.el5_2.2.x86_64
May 15 16:05:46 Updated: libpng - 2:1.2.10-7.1.el5_3.2.x86_64
May 15 16:05:47 Updated: bluez-libs - 3.7-1.1.x86_64
May 15 16:05:47 Updated: libvolume_id - 095-14.20.el5_3.x86_64
May 15 16:05:48 Updated: nss - 3.12.2.0-4.el5.centos.i386
May 15 16:05:48 Updated: audit-libs - 1.7.7-6.el5_3.3.i386
May 15 16:05:49 Updated: iputils - 20020927-45.el5.x86_64
May 15 16:05:50 Updated: binutils - 2.17.50.0.6-9.el5.x86_64
May 15 16:05:50 Updated: ethtool - 6-2.el5.x86_64
May 15 16:05:51 Installed: libdaemon - 0.10-5.el5.x86_64
May 15 16:05:51 Updated: centos-release-notes - 5.3-3.x86_64
May 15 16:05:51 Updated: centos-release - 10:5-3.el5.centos.1.x86_64
May 15 16:05:52 Updated: setup - 2.5.58-4.el5.noarch
May 15 16:05:52 Updated: numactl - 0.9.8-7.el5.x86_64
May 15 16:05:53 Updated: ORBit2 - 2.14.3-5.el5.x86_64
May 15 16:05:57 Updated: vim-common - 2:7.0.109-4.el5_2.4z.x86_64
May 15 16:05:59 Updated: file - 4.17-15.el5_3.1.x86_64
May 15 16:05:59 Updated: crash - 4.0-7.2.3.el5.centos.x86_64
May 15 16:06:00 Updated: nss-tools - 3.12.2.0-4.el5.centos.x86_64
May 15 16:06:00 Updated: bzip2 - 1.0.3-4.el5_2.x86_64
May 15 16:06:01 Updated: ed - 0.2-39.el5_2.x86_64
May 15 16:06:01 Updated: ypbind - 3:1.19-11.el5.x86_64
May 15 16:06:01 Updated: unzip - 5.52-3.el5.x86_64
May 15 16:06:02 Updated: cpuspeed - 1:1.2.1-5.el5.x86_64
May 15 16:06:02 Updated: tmpwatch - 2.9.7-1.1.el5.2.x86_64
May 15 16:06:02 Updated: libhugetlbfs - 1.3-3.el5.x86_64
May 15 16:06:03 Updated: dosfstools - 2.11-7.el5.x86_64
May 15 16:06:03 Updated: rdate - 1.4-8.el5.x86_64
May 15 16:06:03 Updated: ftp - 0.17-35.el5.x86_64
May 15 16:06:04 Updated: traceroute - 3:2.0.1-5.el5.x86_64
May 15 16:06:04 Updated: zip - 2.31-2.el5.x86_64
May 15 16:06:04 Updated: patch - 2.5.4-29.2.3.el5.x86_64
May 15 16:06:04 Updated: numactl - 0.9.8-7.el5.i386
May 15 16:06:05 Updated: libstdc++ - 4.1.2-44.el5.i386
May 15 16:06:06 Updated: tcp_wrappers - 7.6-40.6.el5.i386
May 15 16:06:06 Updated: libhugetlbfs - 1.3-3.el5.i386
May 15 16:06:07 Updated: filesystem - 2.4.0-2.el5.centos.x86_64
May 15 16:06:08 Updated: redhat-menus - 6.7.8-3.el5.noarch
May 15 16:06:09 Updated: redhat-logos - 4.9.99-11.el5.centos.noarch
May 15 16:06:12 Updated: man-pages - 2.39-12.el5.noarch
May 15 16:06:13 Updated: words - 3.0-9.1.noarch
May 15 16:06:13 Updated: libselinux - 1.33.4-5.1.el5.i386
May 15 16:06:14 Updated: device-mapper - 1.02.28-2.el5.i386
May 15 16:06:14 Updated: e2fsprogs-libs - 1.39-20.el5.i386
May 15 16:06:14 Updated: cryptsetup-luks - 1.0.3-4.el5.i386
May 15 16:06:15 Updated: parted - 1.8.1-23.el5.i386
May 15 16:06:16 Updated: mesa-libGL - 6.5.1-7.7.el5.i386
May 15 16:06:18 Updated: libselinux - 1.33.4-5.1.el5.x86_64
May 15 16:06:18 Updated: device-mapper - 1.02.28-2.el5.x86_64
May 15 16:06:19 Updated: e2fsprogs-libs - 1.39-20.el5.x86_64
May 15 16:06:19 Updated: shadow-utils - 2:4.0.17-14.el5.x86_64
May 15 16:06:20 Updated: findutils - 1:4.2.27-5.el5.x86_64
May 15 16:06:23 Updated: coreutils - 5.97-19.el5.x86_64
May 15 16:06:24 Updated: pam - 0.99.6.2-4.el5.x86_64
May 15 16:06:25 Updated: krb5-libs - 1.6.1-31.el5_3.3.x86_64
May 15 16:06:26 Updated: openssl - 0.9.8e-7.el5.x86_64
May 15 16:06:28 Updated: python - 2.4.3-24.el5.x86_64
May 15 16:06:29 Updated: openldap - 2.3.43-3.el5.x86_64
May 15 16:06:30 Updated: module-init-tools - 3.3-0.pre3.1.42.el5.x86_64
May 15 16:06:31 Updated: udev - 095-14.20.el5_3.x86_64
May 15 16:06:33 Updated: util-linux - 2.13-0.50.el5.x86_64
May 15 16:06:33 Updated: usermode - 1.88-3.el5.2.x86_64
May 15 16:06:34 Updated: kpartx - 0.4.7-23.el5_3.4.x86_64
May 15 16:06:34 Updated: e2fsprogs - 1.39-20.el5.x86_64
May 15 16:06:35 Updated: newt - 0.52.2-12.el5.x86_64
May 15 16:06:36 Updated: cups-libs - 1:1.3.7-8.el5_3.4.x86_64
May 15 16:06:36 Updated: dmraid - 1.0.0.rc13-33.el5.x86_64
May 15 16:06:37 Updated: device-mapper-multipath - 0.4.7-23.el5_3.4.x86_64
May 15 16:06:38 Updated: nscd - 2.5-34.x86_64
May 15 16:06:39 Updated: libxml2-python - 2.6.26-2.1.2.7.x86_64
May 15 16:06:39 Updated: bind-libs - 30:9.3.4-10.P1.el5.x86_64
May 15 16:06:40 Updated: curl - 7.15.5-2.1.el5_3.4.x86_64
May 15 16:06:41 Updated: libpcap - 14:0.9.4-14.el5.x86_64
May 15 16:06:41 Updated: cryptsetup-luks - 1.0.3-4.el5.x86_64
May 15 16:06:42 Updated: logrotate - 3.7.4-9.x86_64
May 15 16:06:42 Updated: paps - 0.6.6-18.el5.x86_64
May 15 16:06:43 Updated: authconfig - 5.3.21-5.el5.x86_64
May 15 16:06:44 Updated: audit-libs-python - 1.7.7-6.el5_3.3.x86_64
May 15 16:06:45 Updated: libselinux-python - 1.33.4-5.1.el5.x86_64
May 15 16:06:46 Updated: m2crypto - 0.16-6.el5.3.x86_64
May 15 16:06:47 Updated: SysVinit - 2.86-15.el5.x86_64
May 15 16:06:48 Updated: initscripts - 8.45.25-1.el5.centos.x86_64
May 15 16:06:48 Updated: mcstrans - 0.2.11-3.el5.x86_64
May 15 16:06:49 Updated: dhclient - 12:3.0.5-18.el5.x86_64
May 15 16:06:49 Updated: openssh - 4.3p2-29.el5.x86_64
May 15 16:06:50 Updated: kbd - 1.12-21.el5.x86_64
May 15 16:06:51 Updated: device-mapper-event - 1.02.28-2.el5.x86_64
May 15 16:06:51 Updated: lvm2 - 2.02.40-6.el5.x86_64
May 15 16:06:52 Updated: vim-minimal - 2:7.0.109-4.el5_2.4z.x86_64
May 15 16:06:52 Installed: dnsmasq - 2.45-1.el5_2.1.x86_64
May 15 16:06:53 Updated: ppp - 2.4.4-2.el5.x86_64
May 15 16:06:54 Installed: fipscheck - 1.0.3-1.el5.x86_64
May 15 16:06:54 Updated: nss_ldap - 253-17.el5.x86_64
May 15 16:06:55 Updated: neon - 0.25.5-10.el5.x86_64
May 15 16:06:55 Updated: ecryptfs-utils - 56-8.el5.x86_64
May 15 16:06:56 Updated: pam_krb5 - 2.2.14-10.x86_64
May 15 16:06:56 Updated: libutempter - 1.1.4-4.el5.x86_64
May 15 16:06:57 Updated: parted - 1.8.1-23.el5.x86_64
May 15 16:07:00 Updated: mesa-libGL - 6.5.1-7.7.el5.x86_64
May 15 16:07:00 Installed: libselinux-utils - 1.33.4-5.1.el5.x86_64
May 15 16:07:00 Updated: sudo - 1.6.9p17-3.el5_3.1.x86_64
May 15 16:07:01 Updated: mkinitrd - 5.1.19.6-44.x86_64
May 15 16:07:02 Updated: openssh-clients - 4.3p2-29.el5.x86_64
May 15 16:07:02 Updated: openssh-server - 4.3p2-29.el5.x86_64
May 15 16:07:03 Updated: ccid - 1.3.8-1.el5.x86_64
May 15 16:07:03 Updated: vixie-cron - 4:4.1-76.el5.x86_64
May 15 16:07:04 Updated: ipsec-tools - 0.6.5-13.el5.x86_64
May 15 16:07:04 Updated: smartmontools - 1:5.38-2.el5.x86_64
May 15 16:07:05 Updated: acpid - 1.0.4-7.el5.x86_64
May 15 16:07:05 Updated: dhcpv6-client - 1.0.10-16.el5.x86_64
May 15 16:07:05 Updated: quota - 1:3.13-1.2.5.el5.x86_64
May 15 16:07:06 Updated: gnupg - 1.4.5-14.x86_64
May 15 16:07:07 Updated: bind-utils - 30:9.3.4-10.P1.el5.x86_64
May 15 16:07:07 Updated: krb5-workstation - 1.6.1-31.el5_3.3.x86_64
May 15 16:07:09 Updated: nfs-utils - 1:1.0.9-40.el5.x86_64
May 15 16:07:09 Updated: prelink - 0.4.0-2.el5.x86_64
May 15 16:07:10 Updated: autofs - 1:5.0.1-0.rc2.102.x86_64
May 15 16:07:11 Updated: stunnel - 4.15-2.el5.1.x86_64
May 15 16:07:11 Updated: tcpdump - 14:3.9.4-14.el5.x86_64
May 15 16:07:12 Updated: pkinit-nss - 0.7.6-1.el5.x86_64
May 15 16:07:13 Updated: ksh - 20080202-2.el5.x86_64
May 15 16:07:13 Updated: audit - 1.7.7-6.el5_3.3.x86_64
May 15 16:07:14 Updated: psacct - 6.3.2-44.el5.x86_64
May 15 16:07:15 Updated: tcsh - 6.14-14.el5.x86_64
May 15 16:07:15 Updated: mlocate - 0.15-1.el5.1.x86_64
May 15 16:07:16 Updated: vim-enhanced - 2:7.0.109-4.el5_2.4z.x86_64
May 15 16:07:17 Updated: pam - 0.99.6.2-4.el5.i386
May 15 16:07:17 Updated: krb5-libs - 1.6.1-31.el5_3.3.i386
May 15 16:07:18 Updated: openssl - 0.9.8e-7.el5.i686
May 15 16:07:19 Updated: openldap - 2.3.43-3.el5.i386
May 15 16:07:20 Installed: fipscheck - 1.0.3-1.el5.i386
May 15 16:07:20 Updated: nss_ldap - 253-17.el5.i386
May 15 16:07:21 Updated: ecryptfs-utils - 56-8.el5.i386
May 15 16:07:22 Updated: pam_krb5 - 2.2.14-10.i386
May 15 16:07:22 Updated: mkinitrd - 5.1.19.6-44.i386
May 15 16:07:23 Updated: libutempter - 1.1.4-4.el5.i386
May 15 16:07:23 Updated: python-urlgrabber - 3.1.0-5.el5.noarch
May 15 16:07:23 Updated: hwdata - 0.213.11-1.el5.noarch
May 15 16:07:40 Installed: kernel - 2.6.18-128.1.10.el5.x86_64
May 15 16:07:43 Updated: sos - 1.7-9.16.el5_3.5.noarch
May 15 16:07:46 Installed: dbus-libs - 1.1.2-12.el5.x86_64
May 15 16:07:48 Updated: dbus - 1.1.2-12.el5.x86_64
May 15 16:07:48 Updated: dbus-glib - 0.73-8.el5.x86_64
May 15 16:07:51 Updated: rpm - 4.4.2.3-9.el5.x86_64
May 15 16:07:52 Updated: rpm-libs - 4.4.2.3-9.el5.x86_64
May 15 16:07:52 Updated: rpm-python - 4.4.2.3-9.el5.x86_64
May 15 16:07:53 Updated: policycoreutils - 1.33.12-14.2.el5.x86_64
May 15 16:07:54 Updated: wpa_supplicant - 1:0.5.10-8.el5.x86_64
May 15 16:07:55 Updated: dhcdbd - 2.2-2.el5.x86_64
May 15 16:07:56 Installed: avahi - 0.6.16-1.el5_2.1.x86_64
May 15 16:07:56 Installed: avahi-compat-libdns_sd - 0.6.16-1.el5_2.1.x86_64
May 15 16:07:59 Updated: cups - 1:1.3.7-8.el5_3.4.x86_64
May 15 16:08:00 Updated: bluez-utils - 3.7-2.2.el5.centos.x86_64
May 15 16:08:01 Updated: selinux-policy - 2.4.6-203.el5.noarch
May 15 16:08:12 Updated: selinux-policy-targeted - 2.4.6-203.el5.noarch
May 15 16:08:17 Updated: hal - 0.5.8.1-38.el5.x86_64
May 15 16:08:18 Updated: kudzu - 1.2.57.1.21-1.el5.centos.x86_64
May 15 16:08:19 Updated: pm-utils - 0.99.3-10.el5.centos.x86_64
May 15 16:08:21 Updated: NetworkManager - 1:0.7.0-4.el5_3.x86_64
May 15 16:08:22 Installed: NetworkManager-glib - 1:0.7.0-4.el5_3.x86_64
May 15 16:08:23 Updated: system-config-network-tui - 1.3.99.12-1.el5.noarch
May 15 16:08:24 Updated: firstboot-tui - 1.4.27.7-1.el5.centos.x86_64
May 15 16:08:24 Installed: yum-fastestmirror - 1.1.16-13.el5.centos.noarch
May 15 16:08:25 Updated: yum - 3.2.19-18.el5.centos.noarch
May 15 16:11:11 Installed: libfontenc-1.0.2-2.2.el5.x86_64
May 15 16:11:12 Installed: libXfont-1.2.2-1.0.3.el5_1.x86_64
May 15 16:11:12 Installed: 1:xorg-x11-font-utils-7.1-2.x86_64
May 15 16:11:12 Installed: libXpm-3.5.5-3.x86_64
May 15 16:11:13 Installed: libXmu-1.0.2-5.x86_64
May 15 16:11:13 Installed: Xaw3d-1.5E-10.1.x86_64
May 15 16:11:14 Installed: libFS-1.0.0-3.1.x86_64
May 15 16:11:14 Installed: ttmkfdir-3.0.9-23.el5.x86_64
May 15 16:11:17 Installed: emacs-common-21.4-20.el5.x86_64
May 15 16:11:17 Installed: giflib-4.1.3-7.1.el5_3.1.x86_64
May 15 16:11:18 Installed: chkfontpath-1.10.1-1.1.x86_64
May 15 16:11:18 Installed: 1:xorg-x11-xfs-1.0.2-4.x86_64
May 15 16:11:19 Installed: xorg-x11-fonts-ISO8859-1-75dpi-7.1-2.1.el5.noarch
May 15 16:11:19 Installed: emacs-21.4-20.el5.x86_64
May 15 16:12:43 Installed: pycairo-1.2.0-1.1.x86_64
May 15 16:12:43 Installed: python-numeric-23.7-2.2.2.x86_64
May 15 16:12:43 Installed: pygtk2-2.10.1-12.el5.x86_64
May 15 16:12:44 Installed: libglade2-2.6.0-2.x86_64
May 15 16:12:45 Installed: pygtk2-libglade-2.10.1-12.el5.x86_64
May 15 16:12:45 Installed: hicolor-icon-theme-0.9-2.1.noarch
May 15 16:12:46 Installed: system-config-securitylevel-1.6.29.1-2.1.el5.x86_64
May 15 16:34:07 Installed: 2:nmap-4.11-1.1.x86_64
May 15 18:55:18 Installed: kernel-2.6.18-128.1.10.el5.centos.plus.x86_64
May 15 19:20:42 Erased: redhat-lsb
May 15 19:20:43 Erased: mdadm
May 15 19:20:44 Erased: sendmail
May 15 19:20:45 Erased: mutt
May 15 19:20:46 Erased: fetchmail
May 15 19:20:46 Erased: redhat-lsb
May 15 19:28:08 Installed: perl-DBI-1.52-2.el5.x86_64
May 15 19:28:13 Installed: mysql-5.0.45-7.el5.x86_64
May 15 19:28:13 Installed: perl-DBD-MySQL-3.0007-2.el5.x86_64
May 15 19:28:16 Installed: mysql-server-5.0.45-7.el5.x86_64
May 15 19:33:53 Installed: apr-1.2.7-11.x86_64
May 15 19:33:53 Installed: distcache-1.4.5-14.1.x86_64
May 15 19:33:54 Installed: postgresql-libs-8.1.11-1.el5_1.1.x86_64
May 15 19:33:54 Installed: apr-util-1.2.7-7.el5.x86_64
May 15 19:33:56 Installed: httpd-2.2.3-22.el5.centos.x86_64
May 15 19:33:57 Installed: 1:mod_ssl-2.2.3-22.el5.centos.x86_64
May 16 15:42:00 Installed: vsftpd-2.0.5-12.el5.x86_64
May 16 16:13:58 Erased: vsftpd
May 16 19:45:26 Installed: php-common-5.1.6-23.2.el5_3.x86_64
May 16 19:45:29 Installed: gmp-4.1.4-10.el5.x86_64
May 16 19:45:30 Installed: php-cli-5.1.6-23.2.el5_3.x86_64
May 16 19:45:30 Installed: php-pdo-5.1.6-23.2.el5_3.x86_64
May 16 19:45:31 Installed: libc-client-2004g-2.2.1.x86_64
May 16 19:45:31 Installed: php-imap-5.1.6-23.2.el5_3.x86_64
May 16 19:45:32 Installed: php-mysql-5.1.6-23.2.el5_3.x86_64
May 16 19:45:32 Installed: php-5.1.6-23.2.el5_3.x86_64
May 16 19:45:33 Installed: php-mbstring-5.1.6-23.2.el5_3.x86_64
May 16 19:45:35 Installed: 1:php-pear-1.4.9-4.el5.1.noarch
May 16 19:45:36 Installed: php-pear-DB-1.7.13-1.el5.centos.noarch
May 16 20:36:19 Installed: perl-Digest-SHA1-2.11-1.2.1.x86_64
May 16 20:36:20 Updated: lftp-3.7.12-1.el5.rf.x86_64
May 16 20:36:20 Installed: perl-Net-Daemon-0.43-1.el5.rf.noarch
May 16 20:36:21 Installed: perl-PlRPC-0.2020-1.el5.rf.noarch
May 16 20:36:22 Updated: perl-DBI-1.607-1.el5.rf.x86_64
May 16 20:36:23 Installed: perl-DBD-mysql-4.010-1.el5.rf.x86_64
May 16 20:36:23 Installed: perl-Crypt-PasswdMD5-1.3-1.2.el5.rf.noarch
May 16 20:36:24 Updated: rsync-3.0.6-1.el5.rf.x86_64
May 16 20:36:24 Updated: dnsmasq-2.47-1.el5.rf.x86_64
May 16 20:36:25 Updated: 2:mtr-0.75-1.el5.rf.x86_64
May 16 20:36:25 Updated: cadaver-0.22.5-1.el5.rf.x86_64
May 16 20:36:26 Updated: udftools-1.0.0b3-3.el5.rf.x86_64
May 16 20:36:26 Updated: 2:nmap-4.20-1.el5.rf.x86_64
May 16 20:36:27 Installed: php-pear-db-1.7.13-2.el5.rf.noarch
May 16 20:36:28 Updated: syslinux-3.80-1.el5.rf.x86_64
May 16 20:36:29 Erased: perl-DBD-MySQL
May 16 20:36:31 Erased: php-pear-DB
May 16 20:36:52 Installed: phpmyadmin-2.11.9.5-1.el5.rf.noarch
May 17 06:04:48 Installed: libxslt-1.1.17-2.el5_2.2.x86_64
May 17 06:04:48 Installed: php-xml-5.1.6-23.2.el5_3.x86_64
May 17 06:06:27 Erased: php-xml
May 17 06:06:41 Erased: libxslt
May 17 06:12:43 Installed: libxslt-1.1.17-2.el5_2.2.x86_64
May 17 06:12:44 Installed: php-xml-5.1.6-23.2.el5_3.x86_64
May 17 12:31:10 Installed: 2:postfix-2.3.3-2.1.el5_2.x86_64
May 17 12:31:11 Installed: perl-Carp-Clan-6.00-1.el5.rf.noarch
May 17 12:31:12 Installed: perl-Bit-Vector-6.4-2.2.2.1.x86_64
May 17 12:31:14 Installed: perl-Date-Calc-5.4-1.2.2.1.x86_64
May 17 12:31:15 Installed: 2:postfix-pflogsumm-2.3.3-2.1.el5_2.x86_64
May 17 12:33:47 Erased: postfix
May 18 16:46:15 Installed: usermode-gtk-1.88-3.el5.2.x86_64
May 18 16:46:15 Installed: system-switch-mail-0.5.25-12.noarch
May 18 16:46:16 Installed: system-switch-mail-gnome-0.5.25-12.noarch
May 18 16:46:19 Installed: 2:postfix-2.3.3-2.1.el5_2.x86_64
May 18 16:46:21 Installed: dovecot-1.0.7-7.el5.x86_64
May 18 20:13:40 Installed: newt-perl-1.08-9.2.2.x86_64
May 18 20:13:41 Installed: crypto-utils-2.3-2.el5.x86_64
May 19 06:58:59 Installed: squirrelmail-1.4.8-5.el5.centos.3.noarch
May 19 07:01:00 Erased: squirrelmail
May 19 07:03:35 Installed: squirrelmail-1.4.8-5.el5.centos.3.noarch
May 19 07:14:58 Erased: squirrelmail
May 19 07:59:40 Installed: squirrelmail-1.4.8-5.el5.centos.3.noarch
May 19 08:04:30 Erased: squirrelmail
May 19 10:33:31 Installed: php-gd-5.1.6-23.2.el5_3.x86_64
May 19 14:12:28 Installed: squirrelmail-1.4.8-5.el5.centos.3.noarch
May 19 14:16:29 Erased: squirrelmail
May 19 15:40:28 Installed: squirrelmail-1.4.8-5.el5.centos.3.noarch
May 19 15:42:57 Erased: squirrelmail
May 19 15:54:37 Installed: perl-Compress-Zlib-1.42-1.fc6.x86_64
May 19 15:54:38 Installed: perl-Net-SSLeay-1.32-1.el5.rf.x86_64
May 19 15:54:39 Installed: perl-Unix-Syslog-1.0-1.el5.rf.x86_64
May 19 15:54:40 Installed: zoo-2.10-2.2.el5.rf.x86_64
May 19 15:54:40 Installed: cabextract-1.2-1.el5.rf.x86_64
May 19 15:54:44 Installed: ripole-0.2.0-1.2.el5.rf.x86_64
May 19 15:54:44 Installed: lha-1.14i-19.2.2.el5.rf.x86_64
May 19 15:54:45 Installed: perl-BerkeleyDB-0.36-1.el5.rf.x86_64
May 19 15:54:45 Installed: perl-Convert-UUlib-1.051-1.2.el5.rf.x86_64
May 19 15:54:45 Installed: arc-5.21o-1.el5.rf.x86_64
May 19 15:54:46 Installed: ncompress-4.2.4-47.x86_64
May 19 15:54:46 Installed: arj-3.10.22-1.el5.centos.x86_64
May 19 15:54:47 Installed: freeze-2.5.0-1.2.el5.rf.x86_64
May 19 15:54:47 Installed: nomarch-1.4-1.el5.rf.x86_64
May 19 15:54:47 Installed: lzo-1.08-5.el5.rf.x86_64
May 19 15:54:48 Installed: lzop-1.01-2.el5.rf.x86_64
May 19 15:54:48 Installed: unrar-3.8.2-1.el5.rf.x86_64
May 19 15:54:49 Installed: perl-IO-stringy-2.110-1.2.el5.rf.noarch
May 19 15:54:49 Installed: perl-IO-Zlib-1.09-1.el5.rf.noarch
May 19 15:54:49 Installed: perl-Digest-HMAC-1.01-15.noarch
May 19 15:54:50 Installed: perl-Net-DNS-0.63-1.el5.rf.x86_64
May 19 15:54:51 Installed: perl-IO-Socket-SSL-1.17-1.el5.rf.noarch
May 19 15:54:51 Installed: perl-Archive-Zip-1.26-1.el5.rf.noarch
May 19 15:54:52 Installed: perl-HTML-Tagset-3.20-1.el5.rf.noarch
May 19 15:54:52 Installed: perl-HTML-Parser-3.59-1.el5.rf.x86_64
May 19 15:54:53 Installed: clamav-db-0.95.1-4.el5.rf.x86_64
May 19 15:54:56 Installed: clamav-0.95.1-4.el5.rf.x86_64
May 19 15:54:57 Installed: perl-Package-Constants-0.01-1.el5.rf.noarch
May 19 15:54:57 Installed: perl-Archive-Tar-1.40-1.el5.rf.noarch
May 19 15:54:58 Installed: 1:perl-TimeDate-1.16-5.el5.noarch
May 19 15:54:58 Installed: perl-MailTools-2.04-1.el5.rf.noarch
May 19 15:54:59 Installed: perl-URI-1.35-3.noarch
May 19 15:55:00 Installed: perl-libwww-perl-5.805-1.1.1.noarch
May 19 15:55:03 Installed: spamassassin-3.2.5-1.el5.rf.x86_64
May 19 15:55:03 Installed: perl-Net-Server-0.97-1.el5.rf.noarch
May 19 15:55:04 Installed: perl-Convert-BinHex-1.119-2.2.el5.rf.noarch
May 19 15:55:04 Installed: clamd-0.95.1-4.el5.rf.x86_64
May 19 15:55:05 Installed: perl-MIME-tools-5.420-2.el5.rf.noarch
May 19 15:55:05 Installed: perl-Convert-TNEF-0.17-3.2.el5.rf.noarch
May 19 15:55:05 Installed: clamav-devel-0.95.1-4.el5.rf.x86_64
May 19 15:55:07 Installed: amavisd-new-2.5.4-1.el5.rf.x86_64
May 19 16:23:10 Installed: perl-Compress-Raw-Zlib-2.015-1.el5.rf.x86_64
May 19 16:23:11 Installed: perl-IO-Compress-Base-2.015-1.el5.rf.noarch
May 19 16:23:11 Installed: perl-IO-Compress-Zlib-2.015-1.el5.rf.noarch
May 19 16:23:12 Updated: perl-Compress-Zlib-2.015-1.el5.rf.noarch
May 20 14:25:15 Installed: squirrelmail-1.4.8-5.el5.centos.3.noarch
May 20 19:10:28 Updated: acpid-1.0.4-7.el5_3.1.x86_64
May 20 19:10:29 Updated: ipsec-tools-0.6.5-13.el5_3.1.x86_64
May 21 17:53:20 Installed: ssldump-0.9-0.beta3.2.el5.rf.x86_64
May 21 17:53:36 Erased: ssldump
May 22 05:12:56 Installed: 1:pkgconfig-0.21-2.el5.x86_64
May 22 05:13:01 Installed: gd-2.0.33-9.4.el5_1.1.x86_64
May 22 05:13:02 Installed: libtool-ltdl-1.5.22-6.1.x86_64
May 22 05:13:06 Installed: nagios-3.0.6-1.el5.rf.x86_64
May 22 05:18:43 Installed: perl-Socket6-0.20-1.el5.rf.x86_64
May 22 05:18:43 Installed: fping-2.4-1.b2.2.el5.rf.x86_64
May 22 05:18:44 Installed: perl-Crypt-DES-2.05-3.2.el5.rf.x86_64
May 22 05:18:45 Installed: perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch
May 22 05:18:46 Installed: nagios-plugins-1.4.13-1.el5.rf.x86_64
May 22 05:18:47 Installed: nagios-devel-3.0.6-1.el5.rf.x86_64
May 22 05:18:47 Installed: nagios-plugins-nrpe-2.12-1.el5.rf.x86_64
May 22 07:01:55 Erased: nagios
May 22 07:01:57 Erased: nagios-devel
May 22 07:01:57 Erased: nagios-plugins-nrpe
May 22 07:40:39 Updated: lftp-3.7.14-1.el5.rf.x86_64
May 22 07:40:40 Updated: crash-4.0-7.2.3.el5.centos.1.x86_64
May 24 09:35:40 Updated: freetype-2.2.1-21.el5_3.x86_64
May 31 12:45:07 Updated: httpd-2.2.3-22.el5.centos.1.x86_64
May 31 12:45:11 Updated: squirrelmail-1.4.8-5.el5.centos.7.noarch
May 31 12:45:12 Updated: 1:mod_ssl-2.2.3-22.el5.centos.1.x86_64
Jun 07 23:26:21 Updated: perl-DBI-1.608-1.el5.rf.x86_64
Jun 07 23:26:22 Updated: perl-DBD-mysql-4.011-1.el5.rf.x86_64
Jun 07 23:26:23 Updated: syslinux-3.81-1.el5.rf.x86_64
Jun 07 23:26:25 Updated: dnsmasq-2.48-1.el5.rf.x86_64
Jun 12 23:58:50 Updated: 1:cups-libs-1.3.7-8.el5_3.6.x86_64
Jun 12 23:58:52 Updated: syslinux-3.82-1.el5.rf.x86_64
Jun 12 23:58:57 Updated: 1:cups-1.3.7-8.el5_3.6.x86_64
Jun 19 20:17:02 Updated: apr-util-1.2.7-7.el5_3.1.x86_64
Jun 19 20:17:05 Updated: dnsmasq-2.49-1.el5.rf.x86_64
Jun 19 20:17:08 Updated: clamav-db-0.95.2-4.el5.rf.x86_64
Jun 19 20:17:10 Updated: clamav-0.95.2-4.el5.rf.x86_64
Jun 19 20:17:10 Updated: clamav-devel-0.95.2-4.el5.rf.x86_64
Jun 19 20:17:34 Installed: kernel-2.6.18-128.1.14.el5.x86_64
Jun 19 20:17:36 Updated: clamd-0.95.2-4.el5.rf.x86_64
Jun 21 23:14:45 Updated: nash-5.1.19.6-44.1.x86_64
Jun 21 23:14:48 Updated: tzdata-2009i-2.el5.noarch
Jun 21 17:14:49 Updated: mkinitrd-5.1.19.6-44.1.x86_64
Jun 21 17:14:50 Updated: perl-Socket6-0.23-1.el5.rf.x86_64
Jun 21 17:14:50 Updated: mkinitrd-5.1.19.6-44.1.i386
Jun 21 17:14:51 Updated: perl-Unix-Syslog-1.1-1.el5.rf.x86_64
Jun 23 05:36:46 Installed: ntp-4.2.2p1-9.el5.centos.2.x86_64
Jun 23 07:01:00 Installed: ntp-4.2.2p1-9.el5.centos.2.x86_64
Jun 24 17:13:28 Installed: sharutils-4.6.1-2.x86_64
Jun 27 13:16:48 Updated: 1:autofs-5.0.1-0.rc2.102.el5_3.1.x86_64
Jul 02 12:49:09 Installed: kernel-2.6.18-128.1.16.el5.centos.plus.x86_64
Jul 03 10:51:50 Updated: 30:bind-libs-9.3.4-10.P1.el5_3.1.x86_64
Jul 03 10:51:51 Updated: 30:bind-utils-9.3.4-10.P1.el5_3.1.x86_64
Jul 10 14:49:21 Installed: yum-priorities-1.1.16-13.el5.centos.noarch
Jul 10 21:08:55 Updated: perl-Compress-Raw-Zlib-2.020-1.el5.rf.x86_64
Jul 10 21:08:55 Installed: perl-Compress-Raw-Bzip2-2.020-1.el5.rf.x86_64
Jul 10 21:08:56 Updated: perl-DBD-mysql-4.012-1.el5.rf.x86_64
Jul 10 21:08:56 Installed: perl-IO-Compress-2.020-2.el5.rf.noarch
Jul 10 21:08:57 Updated: perl-Package-Constants-0.02-1.el5.rf.noarch
Jul 10 21:08:58 Erased: perl-Compress-Zlib
Jul 10 21:08:58 Erased: perl-IO-Compress-Base
Jul 10 21:08:58 Erased: perl-IO-Compress-Zlib
Jul 13 19:34:06 Updated: amavisd-new-2.6.4-1.el5.rf.x86_64
Jul 13 19:44:53 Installed: perl-Digest-SHA-5.47-1.el5.rf.x86_64
Jul 13 19:44:53 Installed: perl-Crypt-OpenSSL-RSA-0.25-1.el5.rf.x86_64
Jul 13 19:44:54 Installed: perl-Mail-DKIM-0.36-1.el5.rf.noarch
Jul 16 18:36:51 Updated: httpd-2.2.3-22.el5.centos.2.x86_64
Jul 16 18:36:52 Updated: unrar-3.9.4-1.el5.rf.x86_64
Jul 16 18:36:54 Updated: 1:perl-Convert-UUlib-1.12-1.el5.rf.x86_64
Jul 16 18:36:55 Updated: 1:mod_ssl-2.2.3-22.el5.centos.2.x86_64
Jul 16 18:37:50 Installed: kernel-2.6.18-128.2.1.el5.x86_64
Jul 21 12:45:58 Installed: p7zip-4.61-1.el5.rf.x86_64
Jul 21 12:45:59 Updated: amavisd-new-2.6.4-2.el5.rf.x86_64
@sblantipodi:
Loading default keymap (us): /etc/rc.d/rc.sysinit: line 396: /dev/tty0: No such file or directory
It is an error that really doesn't mean anything in the context of a linode. A keymap is used to map keyboard signals to corresponding letters in whatever language. Likewise, because you don't have a physical keyboard attached, this error is entirely meaningless and can be outright ignored. The closest you can get to this is lish.
You said it yourself, you can use lish and ssh just fine. No problems there, so this "problem" really isn't a problem.
That said, I do have a /dev/tty0 under my centos install.
@kbrantley:
@sblantipodi:Loading default keymap (us): /etc/rc.d/rc.sysinit: line 396: /dev/tty0: No such file or directory
It is an error that really doesn't mean anything in the context of a linode. A keymap is used to map keyboard signals to corresponding letters in whatever language. Likewise, because you don't have a physical keyboard attached, this error is entirely meaningless and can be outright ignored. The closest you can get to this is lish.
You said it yourself, you can use lish and ssh just fine. No problems there, so this "problem" really isn't a problem.
That said, I do have a /dev/tty0 under my centos install.
ok,
after that, is there any reason why you have tty0 and now after a yum update I haven't anymore tty0?
$ cat /etc/redhat-release
CentOS release 5.3 (Final)
$ ls /dev/tty?
/dev/tty1 /dev/tty3 /dev/tty5 /dev/tty7 /dev/tty9
/dev/tty2 /dev/tty4 /dev/tty6 /dev/tty8
Doesn't seem to be a problem. I assume the same error would appear on boot for us because the relevant part of /etc/rc.d/rc.sysinit looks the same. Haven't rebooted for about five months, though.
@Vance:
Our CentOS server also lacks /dev/tty0:
$ cat /etc/redhat-release CentOS release 5.3 (Final) $ ls /dev/tty? /dev/tty1 /dev/tty3 /dev/tty5 /dev/tty7 /dev/tty9 /dev/tty2 /dev/tty4 /dev/tty6 /dev/tty8
Doesn't seem to be a problem. I assume the same error would appear on boot for us because the relevant part of /etc/rc.d/rc.sysinit looks the same. Haven't rebooted for about five months, though.
I'm glad to hear that from you… do you think that I should not worry about this error?
@Vance:
This is probably nothing serious in itself if your system is working otherwise.
My VPS is money and I can not afford to have downtime or other problem…
'Fixing' it will involve messing with your udev config and/or the contents of /etc/rc.d. You run the risk of introducing errors or unforeseen results by changing things.
It ain't broke, so don't fix it.
@pclissold:
It ain't broke, so don't fix it.
I'm using linux for more than 12 years now and this "new theory" is quite strange for me but I can admit that it can work well…
You told me that you have the same problem with a fresh install of CentOS 5.3? 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]__
@sblantipodi:
… 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.
Applying Intel CPU microcode update: FATAL: Module microcode not found.
/etc/rc3.d/S00microcode_ctl: microcode device /dev/cpu/microcode doesn't exist?
and
Loading additional iptables modules: ip_conntrack_netbios_ns [FAILED]
@pclissold:
@sblantipodi:… 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.
Applying Intel CPU microcode update: FATAL: Module microcode not found. /etc/rc3.d/S00microcode_ctl: microcode device /dev/cpu/microcode doesn't exist?
and
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:
IPTABLESMODULES="ipconntracknetbiosns"
IPTABLESMODULESUNLOAD="yes"
to
IPTABLES_MODULES=""
IPTABLESMODULESUNLOAD="no"
If someone, will find a solution to the tty0 problem, will be really much appreciated.
@sblantipodi:
If someone, will find a solution to the tty0 problem, will be really much appreciated.
You could just change the script to use /dev/tty1 instead of /dev/tty0 wherever it appears: sed -i.orig 's#/dev/tty0#/dev/tty1#g' /etc/rc.d/rc.sysinit
Don't know what unintended effects that might have, though…
@Vance:
@sblantipodi:If someone, will find a solution to the tty0 problem, will be really much appreciated.
You could just change the script to use /dev/tty1 instead of /dev/tty0 wherever it appears: sed -i.orig 's#/dev/tty0#/dev/tty1#g' /etc/rc.d/rc.sysinitDon't know what unintended effects that might have, though…
I don't know too what it could create, so I'll not change it…