LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Cannot get into Interactive Mode on RHEL-Itanium (https://www.linuxquestions.org/questions/linux-enterprise-47/cannot-get-into-interactive-mode-on-rhel-itanium-542582/)

Marc Thoelen 04-02-2007 04:35 AM

Cannot get into Interactive Mode on RHEL-Itanium
 
All,

HW: Itanium
SW: RH Enterprise

I don't seem to be able to go into 'interactive Mode' (by pressing the I-button) when the system starts it's daemons. I DO see the prompt, but don't seem to get enough time to enter the I, after which the system simply carries on...

Marc Thoelen
Universiteit Hasselt
Belgium

macemoneta 04-02-2007 09:45 PM

You can hit the key before the prompt shows up. Alternatively, change /etc/rc.d/rc.sysinit to add a sleep:

Code:

if [ "$PROMPT" != "no" ]; then
 echo -en $"\t\tPress 'I' to enter interactive startup."
 echo
 /bin/sleep 5
fi



All times are GMT -5. The time now is 02:33 AM.