|
Description
|
From a platinum beta customer:
I just tried again on a local disk, with not much success either:
initially, I used /var/crash/zone/local-test (on a local ufs file system)
as zone root for another test zone. As before, installation went fine, but
booting the zone failed:
# zoneadm -z local-test boot
zoneadm: zone 'local-test': failed to open /var/crash/zone/local-test/dev/zconsole: No such device or address
zoneadm: zone 'local-test': could not prep console slave
zoneadm: zone 'local-test': call to zoneadmd failed
This was due to /var/crash having been mounted nosuid. After mount -o
remount,suid, I get beyond that error, but not much (and am again at the
same point where booting the zone on an NFS file system failed, at least
the symptoms are identical):
# zoneadm -z local-test boot
zoneadm: zone 'local-test': child process terminated abnormally on signal 10
zoneadm: zone 'local-test': call to zoneadmd failed
Might this be due to the fact that of course the loopback-mounted /lib,
/platform, /sbin, and /usr file systems still come from an NFS server?
|