RHEL 6.6 problem after kickstart install
I am deploying RHEL 6.6 to a HP blade and storage is located on a SAN connecting via FCOE (boot from SAN enabled).
Using the interactive installation to install the base operating system (using basic server option) the installation works and boots fine.
After using the anaconda-ks.cfg file generated during the interactive installation, I am seeing errors while booting.
The errors are being printing to the console, eg:
Enabling /etc/fstab swaps: [ OK ] Entering non-interactive startup Calling the system activity data collector (sadc)... /etc/rc3.d/S01sysstat: line 31: /usr/lib64/sa/sa1: No such file or directory . . . Starting auditd: /etc/rc3.d/S11auditd: line 60: warning: setlocale: LC_TIME: cannot change locale (en_US): No such file or directory /etc/rc3.d/S11auditd: line 61: warning: setlocale: LC_ALL: cannot change locale (en_US): No such file or directory /etc/rc3.d/S11auditd: line 66: warning: setlocale: LC_ALL: cannot change locale (en_US): No such file or directory /etc/init.d/functions: line 151: /usr/bin/dirname: No such file or directory /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US): No such file or directory [FAILED] Starting portreserve: /etc/rc.d/init.d/functions: line 151: /usr/bin/dirname: No such file or directory [ OK ] Starting system logger: /etc/init.d/functions: line 151: /usr/bin/dirname: No such file or directory [ OK ] /etc/rc3.d/S13irqbalance: line 20: id: command not found /etc/rc3.d/S13irqbalance: line 20: [: =: unary operator expected /etc/rc3.d/S13rpcbind: line 34: id: command not found . . .
There are other similar errors printed later during booting as well.
After booting completes, I can log in and see that the files do exist (eg. /usr/bin/dirname).
I've also noticed that /var/log/boot.log does not exist (so I've had to type out the above).
Any idea what the difference might be when deploying via kickstart?
Thanks
Responses