Hello
We've been using dab templates from https://bitbucket.org/flybyte/dab-templates for some time.
I know there were updates to dab and configuration changes are needed - so need some help to know what to fix.
our debian9 dab template no longer builds:
then from logfile:
any clues on how to fix that? documents / release notes etc.
We've been using dab templates from https://bitbucket.org/flybyte/dab-templates for some time.
I know there were updates to dab and configuration changes are needed - so need some help to know what to fix.
our debian9 dab template no longer builds:
Code:
# make
dab bootstrap --minimal
initialize VE faab30ff-f6b7-4e9a-aef0-b77f79cf6543
create basic environment
command 'lxc-start -n faab30ff-f6b7-4e9a-aef0-b77f79cf6543 -f /opt/dab-templates/debian9/config' failed with exit code 1
command 'lxc-start -n faab30ff-f6b7-4e9a-aef0-b77f79cf6543 -f /opt/dab-templates/debian9/config' failed with exit code 1
Makefile:4: recipe for target 'all' failed
make: *** [all] Error 1
then from logfile:
Code:
control.tar.gz
data.tar.xz
lxc-start: faab30ff-f6b7-4e9a-aef0-b77f79cf6543: confile.c: parse_line: 2340 Unknown configuration key "lxc.utsname"
lxc-start: faab30ff-f6b7-4e9a-aef0-b77f79cf6543: parse.c: lxc_file_for_each_line_mmap: 102 Failed to parse config: lxc.utsname = localhost
Failed to load rcfile
command 'lxc-start -n faab30ff-f6b7-4e9a-aef0-b77f79cf6543 -f /opt/dab-templates/debian9/config' failed with exit code 1
any clues on how to fix that? documents / release notes etc.