From 28ddc9b66fe43e83c2e4afcf8d9eb5d4718e8f01 Mon Sep 17 00:00:00 2001 From: Marco Yuen Date: Wed, 21 Dec 2011 17:41:45 -0500 Subject: [PATCH] Turn off services that are not working at the moment --- config.planetlab/bootstrapfs.post | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config.planetlab/bootstrapfs.post b/config.planetlab/bootstrapfs.post index 110df348..8e7c2873 100644 --- a/config.planetlab/bootstrapfs.post +++ b/config.planetlab/bootstrapfs.post @@ -15,18 +15,24 @@ rm -rf ${vdir}/etc/yum.conf ${vdir}/etc/yum.repos.d chroot ${vdir} /sbin/chkconfig firstboot off || : # NOTE: we're enabling util-vserver to allow it to help shutdown all slices # before rebooting. This has been problematic in the past -# chroot ${vdir} /sbin/chkconfig util-vserver off || : +chroot ${vdir} /sbin/chkconfig util-vserver off || : # enabling network as it ends up turned off on systems that come with NetworkManager, starting with fedora9 chroot ${vdir} /sbin/chkconfig network on || : # and turn off NetworkManager if present, as it quite obviously messes with network chroot ${vdir} /sbin/chkconfig NetworkManager off || : # turn OFF vservers-default ; this is to automatically restart vservers, let nm do that -# chroot ${vdir} /sbin/chkconfig vservers-default off || : +chroot ${vdir} /sbin/chkconfig vservers-default off || : # turn ON vprocunhide ; is required with kernels that have CONFIG_VSERVER_PROC_SECURE enabled # which is the case for our k32 kernel # chroot ${vdir} /sbin/chkconfig vprocunhide on || : +# fprobe doesn't work yet +chroot ${vdir} /sbin/chkconfig fprobe-ulog off || : + +# turn off cgconfig +chroot ${vdir} /sbin/chkconfig cgconfig off || : + # turn ON lxc-reference. chroot ${vdir} /sbin/chkconfig lxc-reference on || : -- 2.43.0