[Bug 1216009] Re: qemu-img cannot be used if filenames contain a ':'

2013-08-23 Thread Serge Hallyn
Sounds like we might need commit 98289620e0460fa595581020ab20127da4a2fc44 block: Don't parse protocol from file.filename which says This allows opening relative file names that contain a colon. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1216009] Re: qemu-img cannot be used if filenames contain a ':'

2013-08-23 Thread Serge Hallyn
Although note that saucy doesn't have that patch either. Hm. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1216009 Title: qemu-img cannot be used if filenames contain a ':' To manag

[Bug 1216009] Re: qemu-img cannot be used if filenames contain a ':'

2013-08-23 Thread Scott Moser
i marked fix-released as in saucy you can do: $ qemu-img create ./foo:bar 1 Formatting './foo:bar', fmt=raw size=1 or $ qemu-img create $PWD/foo:bar 1 Formatting '/tmp/foo:bar', fmt=raw size=1 both of these are reasonable work arounds, but do not work on precise. -- You received this bug n

[Bug 1216009] Re: qemu-img cannot be used if filenames contain a ':'

2013-08-23 Thread Robie Basak
** Summary changed: - qemu-img fails if filenames contain a ':' + qemu-img cannot be used if filenames contain a ':' -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1216009 Title: qemu