SL6 Install Errors
These errors occur during the installbase phase of a DICE SL6 install.
We'd like to eliminate them, but doing it by mutation or contexts can only
be effective if it's the very last thing in the profile.
This has so far defeated us.
Here are the errors anyway, for reference.
--
ChrisCooke - 02 Aug 2011
These entries in
boot.services
cause
No such file or directory errors during install,
as the boot component attempts to start them before their code has been installed:
rc_microcode_ctl
rc_sysstat
rc_portreserve
rc_irqbalance
rc_cpuspeed
rc_rpcbind
rc_nfslock
This entry in
boot.services
causes a
/etc/udev/rules.d/70-persistent-cd-rules error during install:
rc_udevXXDpost
These components attempt to start before they've been installed,
causing
Component code not found errors during install:
dns
mail
These entries in
file.files
collectively cause a file component
error during install. The error happens because the file component
runs before these entries' templates have been installed:
prelink
kdmstartup
kdmreset
tbirdprefs
tbirdswitch
smsconfig
staffmailconfig
Topic revision: r1 - 02 Aug 2011 - 08:49:01 -
ChrisCooke