[Bug 760157] Re: euca-bundle-image can fail on small images

2012-02-20 Thread graziano obertelli
** Changed in: euca2ools
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in Ubuntu.
https://bugs.launchpad.net/bugs/760157

Title:
  euca-bundle-image can fail on small images

To manage notifications about this bug go to:
https://bugs.launchpad.net/euca2ools/+bug/760157/+subscriptions

-- 
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 760157] Re: euca-bundle-image can fail on small images

2011-06-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/euca2ools

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in Ubuntu.
https://bugs.launchpad.net/bugs/760157

Title:
  euca-bundle-image can fail on small images

To manage notifications about this bug go to:
https://bugs.launchpad.net/euca2ools/+bug/760157/+subscriptions

-- 
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 760157] Re: euca-bundle-image can fail on small images

2011-04-25 Thread Mitch Garnaat
** Changed in: euca2ools
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in Ubuntu.
https://bugs.launchpad.net/bugs/760157

Title:
  euca-bundle-image can fail on small images

-- 
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 760157] Re: euca-bundle-image can fail on small images

2011-04-18 Thread Mitch Garnaat
I have merged this into the new development branch for euca2ools
upstream.  We will need to decide if we are going to merge into the
1.3.1 branch upstream.

** Changed in: euca2ools
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in Ubuntu.
https://bugs.launchpad.net/bugs/760157

Title:
  euca-bundle-image can fail on small images

-- 
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 760157] Re: euca-bundle-image can fail on small images

2011-04-14 Thread Scott Moser
I'm running natty, and I'm able to easily reproduce this by doing:
$ d=$(mktemp -d)
$ truncate --size 1440K ${d}/file.img; 
$ mkdir ${d}/dest
$ euca-bundle-image --image ${d}/file.img --arch i386 --dest ${d}/dest

The patch I'm attaching fixes the bug for euca2ools in ubuntu, it would
need to be applied to euca2ools trunk.

** Patch added: patch as applied to natty euca2ools
   
https://bugs.launchpad.net/euca2ools/+bug/760157/+attachment/2034762/+files/bundle-image-wait-for-process-exit.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in Ubuntu.
https://bugs.launchpad.net/bugs/760157

Title:
  euca-bundle-image can fail on small images

-- 
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 760157] Re: euca-bundle-image can fail on small images

2011-04-14 Thread Scott Moser
this small test case demonstrates what is happening in euca2ools bundle.

** Attachment added: test case showing recreate of this outside of euca2ools
   
https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/760157/+attachment/2034918/+files/lp760157-test.py

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in Ubuntu.
https://bugs.launchpad.net/bugs/760157

Title:
  euca-bundle-image can fail on small images

-- 
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 760157] Re: euca-bundle-image can fail on small images

2011-04-14 Thread Brian Murray
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in Ubuntu.
https://bugs.launchpad.net/bugs/760157

Title:
  euca-bundle-image can fail on small images

-- 
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 760157] Re: euca-bundle-image can fail on small images

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.3.1-0ubuntu7

---
euca2ools (1.3.1-0ubuntu7) natty; urgency=low

  * fix bug with euca-bundle-image on small files such as
the UEC images 'loader' files (LP: #760157)
 -- Scott Moser smo...@ubuntu.com   Wed, 13 Apr 2011 17:17:16 -0400

** Changed in: euca2ools (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in Ubuntu.
https://bugs.launchpad.net/bugs/760157

Title:
  euca-bundle-image can fail on small images

-- 
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 760157] Re: euca-bundle-image can fail on small images

2011-04-13 Thread Scott Moser
Mitch,
 just by looking at source code this appears like it would be an issue with 
current trunk also.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in Ubuntu.
https://bugs.launchpad.net/bugs/760157

Title:
  euca-bundle-image can fail on small images

-- 
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 760157] Re: euca-bundle-image can fail on small images

2011-04-13 Thread Dave Walker
** Tags added: server-nrs

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in Ubuntu.
https://bugs.launchpad.net/bugs/760157

Title:
  euca-bundle-image can fail on small images

-- 
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