Date: Thu, 16 May 2002 00:36:44 -0700 (PDT) From: Patrick Thomas <root@utility.clubscholarship.com> To: <freebsd-hackers@freebsd.org> Subject: reboot your own jail ? Message-ID: <20020516003127.I17484-100000@utility.clubscholarship.com>
next in thread | raw e-mail | index | archive | help
currently I reboot jails with this process: 1. someone logs into the jail and runs `kill -KILL -1` 2. someone logs onto the BASE machine and starts it up again. I wish I could do this without involving the admin of the base machine. Has anyone come up with a strategy for allowing the root jail user to successfully reboot their own jail without outside help ? I can think of some horrible hacks involving constantly checking if the jail is running....and if it ever stops (presumably someone rebooted it) then start it again...hopefully there is sonhmething more elegant than that. --pt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020516003127.I17484-100000>