TimMyer wrote: > [EMAIL PROTECTED]:~$ sudo zoneadm -z timzone boot > zoneadm: zone 'timzone': can't stat /zone/timzone/root: No such file or > directory > zoneadm: zone 'timzone': call to zoneadmd failed > > Does anyone have an idea what might be causing this error and how I could > remedy it? > Thank you.
look around your filesystem and you should be able to find a directory in your root that has a name like some UUID, just move the contents of this dir into /zone/timezone/root and you should be set. It's an (unknown yet) bug with our createzone scripts, they don't parse the output of zoneadm correctly, it looks like the output has changed somewhen in the past months, I don't have nexenta box with me now to point you at the concrete line, but what actually happens is that zone's UUID is used instead of zone's root path for debootstrap.... HTH, Martin _______________________________________________ gnusol-devel mailing list [email protected] http://lists.sonic.net/mailman/listinfo/gnusol-devel
