From 21cef7be2cefd2448ae157daef660168c2c8b4b4 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 8 Jul 2008 17:49:57 +0000 Subject: [PATCH] copied from trunk, should help the aston.uk node with their weird Cisco router. --- config.planetlab/bootstrapfs.post | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/config.planetlab/bootstrapfs.post b/config.planetlab/bootstrapfs.post index d35618c2..c2535bda 100644 --- a/config.planetlab/bootstrapfs.post +++ b/config.planetlab/bootstrapfs.post @@ -18,6 +18,10 @@ echo > ${vdir}/etc/sysconfig/crontab # Add site_admin account chroot ${vdir} /usr/sbin/useradd -p "" -u 502 -m site_admin +# NOTE: this is added to ensure that processes running within the slices that +# may have special permissions and other parts of the filesystem engated are +# killed before shutdown. We experienced hangs when rebooting without this +# step. ( cat <