I am attempting to create a zone in OpenSolaris (build 134). I am using Intel 64-bit hardware. First off, I create a ZFS filesystem /zones. Then I create /zones/myzone.
I then proceed to create a zone: # zonecfg -z myzone myzone: No such zone configured Use 'create' to begin configuring a new zone. zonecfg:myzone> create zonecfg:myzone> set zonepath=/zones/myzone zonecfg:myzone> set autoboot=true zonecfg:myzone> add net zonecfg:myzone:net> set address=192.168.200.150/24 zonecfg:myzone:net> set physical=atge0 zonecfg:myzone:net> end zonecfg:myzone> verify zonecfg:myzone> commit zonecfg:myzone> ^D # zoneadm -z myzone1 install A ZFS file system has been created for this zone. Publisher: Using opensolaris.org (http://pkg.opensolaris.org/dev/ ). Image: Preparing at /zones/myzone/root. Sanity Check: Looking for 'entire' incorporation. Installing: Core System (output follows) DOWNLOAD PKGS FILES XFER (MB) system/library 0/44 358/12305 20.3/85.9 Errors were encountered while attempting to retrieve package or file data for the requested operation. Details follow: Invalid content path lib/libcontract.so.1: chash failure: expected: 227be8bcc7da8d9da239f0045b3c32d6a47995c4 computed: 6eab81e511690cc353c0a4fd7d9ca28aa5acf293. (happened 4 times) ERROR: failed to install package # ... Will __highly__ appreciate any help with this. Isn't there a way for the Zoneadm to install using files that already exist in the global zone, instead of downloading packages from pkg.opensolaris.org ? Regards, Torbjorn
_______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org