Description of problem: I added code to test if proper nic was assigned to eth0 in rc.local If not reboot. System starts shutting down, but never completes. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Add the following to /etc/rc.d/rc.local if [ -e /root/reboot.flg ] ; then reboot fi 2. touch /root/reboot.flg 3. reboot
CC: (none) => junknospam
(In reply to Bit Twister from comment #0) > Description of problem: > I added code to test if proper nic was assigned to eth0 in rc.local > If not reboot. > System starts shutting down, but never completes. > > Version-Release number of selected component (if applicable): > > > How reproducible: Always > > > Steps to Reproduce: > 1. Add the following to /etc/rc.d/rc.local > if [ -e /root/reboot.flg ] ; then > reboot > fi > 2. touch /root/reboot.flg > 3. reboot Sorry that this report was missed, Bit Twister! I don't have a rc.local file in /etc/rc.d/ in current cauldron, nor in any other directory, and network cards are named differently since some releases. Closing as old Feel free to reopen if needed
Status: NEW => RESOLVEDCC: (none) => marja11Resolution: (none) => OLD