dab failed on locale-gen

Oleg Butovich

New Member
Feb 29, 2012
7
0
1
Munich, Germany, Germany
trying to do for squeeze template the next steps:

Code:
dab init
dab bootstrap --minimal
dab install locales
sed -i "s/^# en_US.UTF-8/en_US.UTF-8/" /var/lib/vz/private/90000/etc/locale.gen
sed -i "s/^# de_DE.UTF-8/de_DE.UTF-8/" /var/lib/vz/private/90000/etc/locale.gen
dab exec locale-gen
and become:
Code:
Generating locales (this might take a while)...
Got signal 9
  de_DE.UTF-8...ve_exec failed - status 3
ve_exec failed - status 3
is it dab bug? or I am doing something wrong..
 
I can reproduce the bug. Seems localedef (invoked by locale-gen) kills the container. Found no solution so far.