LAMP How To – Open Source At Work

Only Passion Matters

Entries for May, 2009

Xen: Booting into run level 1

Booting into run level 1 from grub is useful in times of troubleshooting. I am using centos and my problem is when I am using xen, everything is automated by the pygrub bootloader.
I tried to google for a solution for a long time and couldn’t find anything. Someone suggested changing the inittab. Yes, I know [...]

selinux relabeling error

when you disable and enable selinux, it relabels the files upon start up. There seems to be a bug where sometimes selinux relabel the files wrongly. I once got the fcontext of all the files under /sbin and /bin as boot_t. This can create serious problems… worst than you can imagine. I can’t even ssh [...]