On Sat, 13 Jul 2002, Yann Sommer wrote: YS> Heya, YS> YS> After creating a jail, mounting it's /proc, and renaming it's directory YS> structure in the host environment as follows: YS> YS> # mkdir -p /jails/a/proc YS> # mount_procfs proc /jails/a/proc YS> # mv /jails/a /jails/b YS> YS> ...the following happens: YS> YS> # mount |tail -n 1 YS> procfs on /jails/a/proc (procfs, local) YS> # umount -f /jails/a/proc YS> umount: unmount of /jails/a/proc failed: No such file or directory
umount -f procfs will help you (If it is the last one mounted procfs; otherwise, repeat umount -f as needed) Then, mount 'em again in new places. There should be a little or no at all harm to running programs to live a bit without procfs. Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL PROTECTED] *** ------------------------------------------------------------------------ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
