[Bug 436835] Re: [PATCH] fix failure: TypeError: not enough arguments for format string

2010-01-17 Thread Loïc Minier
** Changed in: vm-builder (Ubuntu)
 Assignee: Chuck Short (zulcss) = Loïc Minier (lool)

-- 
[PATCH] fix failure: TypeError: not enough arguments for format string
https://bugs.launchpad.net/bugs/436835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 436835] Re: [PATCH] fix failure: TypeError: not enough arguments for format string

2010-01-17 Thread Launchpad Bug Tracker
This bug was fixed in the package vm-builder - 0.11.3-0ubuntu3

---
vm-builder (0.11.3-0ubuntu3) lucid; urgency=low

  * New patch, ssk-key-type-error, add parentheses as operator priority caused
a TypeError in the format string of the user chown call in the
install_authorized_keys() function; LP: #436835.
  * Add rsync dependency; LP: #314833.
  * Wrap build-deps and deps to get cleaner diffs.
  * Use Priority: optional.
  * Use launchpad.net/vmbuilder instead of code.l.n in copyright.
  * Downgrade devscripts dep to a Recommends as I believe this is only needed
for rmadison in a Xen specific codepath, and it's rather heavy to install
devscripts on servers; this needs to be confirmed though.
  * Depend on grub (legacy) as this is currently a hard requirement;
LP: #331595.
  * Depend on qemu-kvm | qemu-kvm-extras instead of kvm | qemu as these are
transitional packages nowadays.
  * New patch, ip-mask-typo, fixes typo in IP mask handling; LP: #313575; from
r355.
  * Build-dep on python-all, not python-all-dev.
  * Bump up Standards-Version to 3.8.3.
  * Change Vcs-Bzr to XS-Upstream-Vcs-Bzr as the packaging is not kept in Bzr.
  * Add watch file.
  * Remove leftover VMBuilder/vcsversion.py.debdiff.
  * Move changes from 0.10-0ubuntu2 to sleep a little to leave a chance to
loop devices to settle down to a new patch, settle-down-disk.
 -- Loic Minier loic.min...@ubuntu.com   Sun, 17 Jan 2010 21:21:38 +0100

** Changed in: vm-builder (Ubuntu)
   Status: Triaged = Fix Released

-- 
[PATCH] fix failure: TypeError: not enough arguments for format string
https://bugs.launchpad.net/bugs/436835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 436835] Re: [PATCH] fix failure: TypeError: not enough arguments for format string

2010-01-17 Thread Jeremy Visser
By coincidence, I tested the patch by Arnaud yesterday, and it seems to
have fixed the problem for me too. Many thanks.

-- 
[PATCH] fix failure: TypeError: not enough arguments for format string
https://bugs.launchpad.net/bugs/436835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 436835] Re: [PATCH] fix failure: TypeError: not enough arguments for format string

2009-12-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~lool/vmbuilder/lp-436835-ssh-key-type-error

-- 
[PATCH] fix failure: TypeError: not enough arguments for format string
https://bugs.launchpad.net/bugs/436835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 436835] Re: [PATCH] fix failure: TypeError: not enough arguments for format string

2009-10-14 Thread Pedro Villavicencio
** Changed in: vm-builder (Ubuntu)
   Status: Confirmed = Triaged

-- 
[PATCH] fix failure: TypeError: not enough arguments for format string
https://bugs.launchpad.net/bugs/436835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 436835] Re: [PATCH] fix failure: TypeError: not enough arguments for format string

2009-10-06 Thread Chuck Short
** Changed in: vm-builder (Ubuntu)
   Importance: Undecided = Low

-- 
[PATCH] fix failure: TypeError: not enough arguments for format string
https://bugs.launchpad.net/bugs/436835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 436835] Re: [PATCH] fix failure: TypeError: not enough arguments for format string

2009-10-05 Thread Chuck Short
Thanks.

chuck

** Changed in: vm-builder (Ubuntu)
   Status: New = Confirmed

-- 
[PATCH] fix failure: TypeError: not enough arguments for format string
https://bugs.launchpad.net/bugs/436835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 436835] Re: [PATCH] fix failure: TypeError: not enough arguments for format string

2009-10-01 Thread Chuck Short
Hi Arnaud,

Which version is this patch applied to?

Regards
chuck

** Changed in: vm-builder (Ubuntu)
   Status: New = Incomplete

** Changed in: vm-builder (Ubuntu)
 Assignee: (unassigned) = Chuck Short (zulcss)

-- 
[PATCH] fix failure: TypeError: not enough arguments for format string
https://bugs.launchpad.net/bugs/436835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 436835] Re: [PATCH] fix failure: TypeError: not enough arguments for format string

2009-10-01 Thread Arnaud
Hi Chuck,
the attached dependencies specify:
python-vm-builder 0.11.1-0ubuntu1 [modified: 
usr/share/pyshared/VMBuilder/plugins/ubuntu/dapper.py]

this was installed as a dependency of ubuntu-vm-
builder_0.11.1-0ubuntu1_all.deb

All this was from a fresh kubuntu karmic alpha6 install

do you need more information?

Thank you, Arnaud

** Changed in: vm-builder (Ubuntu)
   Status: Incomplete = New

-- 
[PATCH] fix failure: TypeError: not enough arguments for format string
https://bugs.launchpad.net/bugs/436835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 436835] Re: [PATCH] fix failure: TypeError: not enough arguments for format string

2009-09-25 Thread Arnaud

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/32454296/Dependencies.txt

-- 
[PATCH] fix failure: TypeError: not enough arguments for format string
https://bugs.launchpad.net/bugs/436835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 436835] Re: [PATCH] fix failure: TypeError: not enough arguments for format string

2009-09-25 Thread Arnaud
seems to fix the problem:

--- /usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/dapper.py  
2009-09-25 21:30:25.799147579 +0200
+++ /usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/dapper.py 
2009-09-25 21:12:56.771204685 +0200
@@ -144,7 +144,7 @@
 os.mkdir('%s/home/%s/.ssh' % (self.destdir, self.vm.user), 0700)
 shutil.copy(self.vm.ssh_user_key, 
'%s/home/%s/.ssh/authorized_keys' % (self.destdir, self.vm.user))
 os.chmod('%s/home/%s/.ssh/authorized_keys' % (self.destdir, 
self.vm.user), 0644)
-self.run_in_target('chown', '-R', '%s:%s' % (self.vm.user,)*2, 
'/home/%s/.ssh/' % (self.vm.user))
+self.run_in_target('chown', '-R', '%s:%s' % ((self.vm.user,)*2), 
'/home/%s/.ssh/' % (self.vm.user))

 if self.vm.ssh_user_key or self.vm.ssh_key:
 if not self.vm.addpkg:

-- 
[PATCH] fix failure: TypeError: not enough arguments for format string
https://bugs.launchpad.net/bugs/436835
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs