Question 10
What happens if you reboot a Ksplice Uptrack-enabled system when the following conditions exist?
The Internet is unreachable due to a failing router.
The INSTALL_ON_REBOOT property is set to YES in /etc/uptrack/uptrack.conf.
The Ksplice updates are applied early in the boot sequence despite the fact that the Internet is unreachable.
The Ksplice updates are not applied during the boot sequence, but they will be applied as soon as the Internet becomes reachable again.
The updates are not applied during the boot sequence and will not be applied after the Internet has become reachable again.
The system waits in the boot sequence for the internet to become reachable again.
The system boots to single-user mode.
Correct answer: A
Explanation:
* # Automatically install updates at boot time. If this is set, on # reboot into the same kernel, Uptrack will re-install the same set of # updates that were present before the reboot. install_on_reboot = yes * To install updates automatically at boot time, the following entry must appear in /etc/uptrack/uptrack.conf:install_on_reboot = yes
* # Automatically install updates at boot time. If this is set, on
# reboot into the same kernel, Uptrack will re-install the same set of
# updates that were present before the reboot.
install_on_reboot = yes
* To install updates automatically at boot time, the following entry must appear in
/etc/uptrack/uptrack.conf:
install_on_reboot = yes