[Bug 543478] Re: qemus pmemsave doesn't accept / in filename

2010-12-09 Thread Launchpad Bug Tracker
[Expired for qemu-kvm (Ubuntu) because there has been no activity for 60
days.]

** Changed in: qemu-kvm (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  qemus pmemsave doesn't accept / in filename

-- 
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 543478] Re: qemus pmemsave doesn't accept / in filename

2010-07-06 Thread Muelli
Here's a patch against qemu from git that prints the offending
characters, helping the user to understand what's going on.

I can't deal with qemu-devel myself, it's way too noisy. But Ubuntu
might want to take that patch or push it upstream.

** Patch added: Patch which prints the errorneous characters
   
http://launchpadlibrarian.net/51467852/0001-Monitor-Print-the-errorneous-character-if-we-detecte.patch

-- 
qemus pmemsave doesn't accept / in filename
https://bugs.launchpad.net/bugs/543478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 543478] Re: qemus pmemsave doesn't accept / in filename

2010-07-06 Thread Brian Murray
** Tags added: patch

-- 
qemus pmemsave doesn't accept / in filename
https://bugs.launchpad.net/bugs/543478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 543478] Re: qemus pmemsave doesn't accept / in filename

2010-07-06 Thread Muelli
** Branch linked: lp:~ubuntu-bugs-auftrags-killer/qemu/proper-error-
characters

-- 
qemus pmemsave doesn't accept / in filename
https://bugs.launchpad.net/bugs/543478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 543478] Re: qemus pmemsave doesn't accept / in filename

2010-06-24 Thread Muelli
Eh. Well. I'm a bit surprised that you won't allow forward slashes if
you try to parse a path. It's actually a quite common character in the
Linux world. Even other Unixes use it for separating components of a
path. And since people use it so much, it should be as easy as possible
to actually give a path to qemu. The excuse that it is used to create
special expressions (which, btw?!) doesn't hold. I'm pretty confident
that people use the '/' character to separate components of a path
rather than doing special expressions. Especially when a path the a
file is expected! So if there are still special expressions needed in
a path, it'd be better to select a different character.

Even if you don't agree on that, I really believe the user deserves some
explanation along with the error message that is printed as I've pointed
out in comment #0.

** Changed in: qemu-kvm (Ubuntu)
   Status: Invalid = New

-- 
qemus pmemsave doesn't accept / in filename
https://bugs.launchpad.net/bugs/543478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 543478] Re: qemus pmemsave doesn't accept / in filename

2010-06-24 Thread Serge Hallyn
Muelli:  I agree that a help message about quoting pathnames would be
useful.  Please work with the upstream mailing list to do so.  A small
patch to qemu-monitor.hx should suffice, but you'll need to interact with
the qemu-de...@nongnu.org mailing list.

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Incomplete

-- 
qemus pmemsave doesn't accept / in filename
https://bugs.launchpad.net/bugs/543478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 543478] Re: qemus pmemsave doesn't accept / in filename

2010-06-23 Thread Serge Hallyn
Note that putting quotes around the filename lets you use '/'.  I.e.
pmemsave 0x200 0x200 /tmp/abab

I assume this is a shortcoming in the parser, as the source code at first glance
claims to simply read a string.  So I'm not sure how easily fixable it would be,
but it appears to be something for upstream to consider (whether to fix needing
to quote a filename, or add more precise help on error).

** Also affects: qemu
   Importance: Undecided
   Status: New

-- 
qemus pmemsave doesn't accept / in filename
https://bugs.launchpad.net/bugs/543478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 543478] Re: qemus pmemsave doesn't accept / in filename

2010-06-23 Thread Anthony Liguori
The '/' character is used to create special expressions if double quotes
aren't used.

** Changed in: qemu
   Status: New = Invalid

-- 
qemus pmemsave doesn't accept / in filename
https://bugs.launchpad.net/bugs/543478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 543478] Re: qemus pmemsave doesn't accept / in filename

2010-06-23 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Status: New = Invalid

-- 
qemus pmemsave doesn't accept / in filename
https://bugs.launchpad.net/bugs/543478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 543478] Re: qemus pmemsave doesn't accept / in filename

2010-03-22 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
1. Is this reproducible?
2. If so, what specific steps should we take to recreate this bug? Be as 
detailed as possible.
This will help us to find and resolve the problem.

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Low

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Incomplete

-- 
qemus pmemsave doesn't accept / in filename
https://bugs.launchpad.net/bugs/543478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 543478] Re: qemus pmemsave doesn't accept / in filename

2010-03-22 Thread Muelli
1. Yes
2. kvm /tmp/someimage.img -monitor stdio

** Changed in: qemu-kvm (Ubuntu)
   Status: Incomplete = New

-- 
qemus pmemsave doesn't accept / in filename
https://bugs.launchpad.net/bugs/543478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 543478] Re: qemus pmemsave doesn't accept / in filename

2010-03-21 Thread Muelli

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/41520545/BootDmesg.txt

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

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/41520547/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/41520548/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/41520549/ProcCpuinfo.txt

** Attachment added: ProcEnviron.txt
   http://launchpadlibrarian.net/41520550/ProcEnviron.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/41520551/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/41520552/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/41520553/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/41520554/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/41520555/UdevLog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/41520556/XsessionErrors.txt

-- 
qemus pmemsave doesn't accept / in filename
https://bugs.launchpad.net/bugs/543478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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