[Bug 1111613] [NEW] lxc debian-templates copy_configuration not supplied with $name
Francisco Lourenço
1111613 at bugs.launchpad.net
Thu Jan 31 16:55:00 UTC 2013
Public bug reported:
Although this bug looks very similar to #1046684 , it is not the same.
With the installed version 0.7.5-3ubuntu66 , I still find the bug existing.
The file, located at /usr/lib/lxc/templates/lxc-debian, has a simple
error when copying the configuration and does not provide the "vm" with
a name.
Assuming this as a source code: https://launchpad.net/ubuntu/+archive/primary/+files/lxc_0.7.5.orig.tar.gz
The bug is present at /lxc-0.7.5/templates/lxc-debian.in
# line 185
copy_configuration()
{
path=$1
rootfs=$2
name=$3
...
#line 310
copy_configuration $path $rootfs
# the fix / line 310
copy_configuration $path $rootfs $name
My system Details:
Description: Ubuntu 12.04.1 LTS
Release: 12.04
lxc:
Installed: 0.7.5-3ubuntu66
Just that should do the job
Thanks in advance,
Francisco
** Affects: lxc (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1111613
Title:
lxc debian-templates copy_configuration not supplied with $name
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1111613/+subscriptions
More information about the Ubuntu-server-bugs
mailing list