Re: [OpenIndiana-discuss] Zone install failure

2021-11-09 Thread Predrag Zecevic
Hi all, I have updated GZ yesterday: :; uname -rosv SunOS 5.11 illumos-da0001592a illumos :; pkg list pkg NAME (PUBLISHER) VERSION IFO package/pkg 0.5.11-2020.0.1.5561 i-- And tried both: 1) pfexec zoneadm -z

Re: [OpenIndiana-discuss] Zone install failure

2021-11-08 Thread Predrag Zečević
Hi Christian, that did not worked: :; pfexec bash :; LC_ALL=C zoneadm -z solarium install mount failed: Device busy ERROR: Unable to mount the zone's ZFS dataset. zfs destroy rpool/Zones/solarium failed: the dataset still has dependents rm: Unable to remove directory

Re: [OpenIndiana-discuss] Zone install failure

2021-11-08 Thread Till Wegmüller
Nope that wont work. LC_ALL=C is hardcoded into the zone install scripts and wrong. It needs to be `LC_ALL=C.UTF-8` this is a requirement within python3 -Till On 08.11.21 16:23, Christian Meier wrote: Hi Predrag or you can try the following: export LC_ALL=C and try to install the zone again

Re: [OpenIndiana-discuss] Zone install failure

2021-11-08 Thread Christian Meier
Hi Predrag or you can try the following: export LC_ALL=C and try to install the zone again Best Regards Christian On 08/11/2021 15:59, Till Wegmüller wrote: Hi Predrag Yes you must Update the GZ not the Zone. The GZ needs the patch installed. -Till On 08.11.21 15:57, Predrag Zečević wrote:

Re: [OpenIndiana-discuss] Zone install failure

2021-11-08 Thread Till Wegmüller
Hi Predrag Yes you must Update the GZ not the Zone. The GZ needs the patch installed. -Till On 08.11.21 15:57, Predrag Zečević wrote: Hi Till, so, it is brand new zone, and first installation has failed! So, how to update to that version? Shall I update GZ first (which is not case, I am

Re: [OpenIndiana-discuss] Zone install failure

2021-11-08 Thread Predrag Zečević
Hi Till, so, it is brand new zone, and first installation has failed! So, how to update to that version? Shall I update GZ first (which is not case, I am struggling with Nvidia driver and waiting with update)? Regards. On 11/8/21 3:51 PM, Till Wegmüller wrote: Hi Predrag You will need to

Re: [OpenIndiana-discuss] Zone install failure

2021-11-08 Thread Till Wegmüller
Hi Predrag You will need to uninstall the zone and update to a version that has https://github.com/OpenIndiana/pkg5/pull/93 installed. This landed 4 days ago. -Till On 08.11.21 15:43, Predrag Zečević wrote: I have created zone (IP addreses mangled): :; zonecfg -z solarium export create -b

[OpenIndiana-discuss] Zone install failure

2021-11-08 Thread Predrag Zečević
I have created zone (IP addreses mangled): :; zonecfg -z solarium export create -b set zonepath=/export/Zones/solarium set brand=nlipkg set autoboot=false set ip-type=shared add net set address="xxx.xxx.xxx.154/24" set physical="e1000g0" set defrouter="xxx.xxx.xxx.254" end add device set