search for: rhgb_started

Displaying 2 results from an estimated 2 matches for "rhgb_started".

2005 Oct 17
0
Centos 4.1 Boot Problem on ML570 with Compag 5300 Storage Array Raid Controller
...e and ran e2fsck on the /root partition. No errors came up and rebooting the box resulted in the same error! So I dug a little, and found that putting some comments in /etc/rc.d/rc.sysinit would circumvent *the error* and allow the box to boot. Here are the lines - (around line 375) if [ "${RHGB_STARTED}" != "0" -a -w /etc/rhgb/temp/rhgb-console ]; then fsck -T -a $rootdev $fsckoptions > /etc/rhgb/temp/rhgb-console else initlog -c "fsck -T -a $rootdev $fsckoptions" fi Here are the grub.conf boot settings: title CentOS (2.6.9-22.ELsmp) root (hd0,...
2008 Nov 19
2
noauto option ignored in CentOS 5.1?
I have worked quite a bit with CentOS 4.x with SAN, multipathing, LVM etc. The way I mount my file systems is using a script that is called during startup that runs fsck, imports the physical volumes, and volume groups, activates the logical volumes, creates the mount point if needed then mounts the volume, I mainly made it for software iSCSI due to the iscsi stack loading after the system mount