setting runlevels was set to the wrong path. FIXED
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 4 Aug 2009 16:12:33 +0000 (16:12 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 4 Aug 2009 16:12:33 +0000 (16:12 +0000)
python/vserver.py

index 4fc552d..8aa410e 100644 (file)
@@ -380,7 +380,7 @@ class VServer:
 
 
         # set the initial runlevel
 
 
         # set the initial runlevel
-        vserverimpl.setrunlevel(self.dir + "/utmp", runlevel)
+        vserverimpl.setrunlevel(self.dir + "/var/run/utmp", runlevel)
 
         # mount /proc and /dev/pts
         self.__do_mount("none", self.dir, "/proc", "proc")
 
         # mount /proc and /dev/pts
         self.__do_mount("none", self.dir, "/proc", "proc")