dab 1.1-8 fails

apmuthu

Renowned Member
Feb 26, 2009
871
11
83
Chennai - India & Singapore
github.com
Attempted a normal make on for building an appliance (that successfully built on dab 1.1-6) and got the following error on dab 1.1-8:
Code:
.
.
.
unpack: libsqlite3-0
unpack: ssl-cert
unpack: libncursesw5
unpack: cpio
configure important packages
command 'vzctl exec2 90001 defenv update-rc.d ssh_gen_host_keys start 14 2' failed with exit code 1
command 'vzctl exec2 90001 defenv update-rc.d ssh_gen_host_keys start 14 2' failed with exit code 1
make: *** [all] Error 1

Using just php and mysql - no postgres.

Code:
# pveversion -v
pve-manager: 1.4-10 (pve-manager/1.4/4403)
qemu-server: 1.1-8
pve-kernel: 2.6.24-18
pve-qemu-kvm: 0.11.0-2
pve-firmware: 1
vncterm: 0.9-2
vzctl: 3.0.23-1pve3
vzdump: 1.2-5
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
 
same here, thanks for reporting.
 
The only file that seems to have any significant change is DAB.pm at Line 1162:
Code:
    $self->ve_command ("update-rc.d $base start $prio $runlevel");
replaced with
Code:
    $self->ve_command ("update-rc.d $base start $prio $runlevel .");
Are there any other changes?

Will revert after a template build.