Erast Benson wrote:
> APT repository with b70 bits is also available at 
> http://www.nexenta.org/apt, however, contains unstable bits only.
>
> We are planning to produce first ISO out of this new repository real 
> soon. But I'd say, this is not a show-stopper for other plans, like 
> starting preparation of new build/upload system.
>   

In the upgrade process from b68 bits (beta test3 install) I ran "apt-get 
upgrade" in a zone and the live upgrade script attempted to bring the 
zone down. No doubt some magic like:

for zone in `zoneadm list | grep -vw global`; do
  zoneadm -z $zone halt
done

was used, in which case a good fix might be:

$this_zone = `/usr/bin/zonename`
for zone in `zoneadm list | grep -vw $this_zone`; do
  zoneadm -z $zone halt
done

The apt-get output that was left is appended to the end of this message.

I would like to make sure zones can be built out of the box on the new 
ISO. I'm willing to test it and submit any patches needed to make this 
happen before it is released into the wild.

Thanks,
-Tim

Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 30138 files and directories currently installed.)
Preparing to replace nexenta-sunw 5.11.61-1 (using 
.../nexenta-sunw_5.11.70-1_solaris-i386.deb) ...
Unpacking replacement nexenta-sunw ...
Setting up nexenta-sunw (5.11.70-1) ...
(Reading database ... 30141 files and directories currently installed.)
Preparing to replace nexenta-lu 5.11.61-1 (using 
.../nexenta-lu_5.11.70-1_solaris-i386.deb) ...
Initiating NLU protected environment ...
Unpacking replacement nexenta-lu ...
Setting up nexenta-lu (5.11.70-1) ...
(Reading database ... 30141 files and directories currently installed.)
Preparing to replace sunwcslr 5.11.61-1 (using 
.../sunwcslr_5.11.70-1_solaris-i386.deb) ...
Unpacking replacement sunwcslr ...
Setting up sunwcslr (5.11.70-1) ...
sunwcslr.postins: Cannot find /lib/ld.so.1
dpkg: error processing sunwcslr (--configure):
 subprocess post-installation script killed by signal (Killed)
Errors were encountered while processing:
 sunwcslr
bash: Cannot find /lib/ld.so.1
bash: Cannot find /lib/ld.so.1
E: Problem executing scripts DPkg::Post-Invoke 'if [ -x /usr/bin/debsums 
]; then /usr/bin/debsums --generate=nocheck -sp /var/cache/apt/archives; fi'
E: Sub-process returned an error code
E: Sub-process /usr/bin/dpkg returned an error code (1)

_______________________________________________
gnusol-devel mailing list
gnusol-devel@lists.sonic.net
http://lists.sonic.net/mailman/listinfo/gnusol-devel

Reply via email to