diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/108/other/946 | 27 | ||||
| -rw-r--r-- | results/classifier/108/other/946043 | 32 |
2 files changed, 59 insertions, 0 deletions
diff --git a/results/classifier/108/other/946 b/results/classifier/108/other/946 new file mode 100644 index 000000000..bf5c19b6b --- /dev/null +++ b/results/classifier/108/other/946 @@ -0,0 +1,27 @@ +graphic: 0.855 +device: 0.842 +semantic: 0.715 +network: 0.669 +files: 0.577 +vnc: 0.536 +debug: 0.524 +PID: 0.447 +socket: 0.423 +performance: 0.413 +boot: 0.368 +other: 0.337 +KVM: 0.252 +permissions: 0.246 + +qemu-img can't create qcow2 file on nfs path,which report error(Image is not in qcow2 format) +Description of problem: +I mount a nfs disk on my host,and use qemu-img to create a qcow2 file on this nfs path,but it not work,i have no idea,This problem has come up before in red-hat community: +[BUGID:1817640](https://bugzilla.redhat.com/show_bug.cgi?id=1817640#) +Steps to reproduce: + + +**strace file:** +[qemu-img-strace.log](/uploads/85517b7550ba1ea459f85cfd37b74332/qemu-img-strace.log) + +See form this strace file,in the line 1077,we can see pread64 read result is empty,it casuse the error,but i don't know why the resulut is empty. + diff --git a/results/classifier/108/other/946043 b/results/classifier/108/other/946043 new file mode 100644 index 000000000..1e61da8b1 --- /dev/null +++ b/results/classifier/108/other/946043 @@ -0,0 +1,32 @@ +graphic: 0.916 +device: 0.809 +performance: 0.640 +semantic: 0.635 +debug: 0.613 +boot: 0.346 +vnc: 0.284 +PID: 0.283 +other: 0.282 +network: 0.220 +socket: 0.202 +permissions: 0.168 +files: 0.095 +KVM: 0.020 + +Serial Named Pipe Unrecognized Windows 7 + +I created a named pipe serial hardware and supplied '/tmp/debug' which I created using mkfifo + +This is the snippet from ps -aux +-chardev pipe,id=charserial0,path=/tmp/debug -device isa-serial,chardev=charserial0,id=serial0 + +failure@ubuntu1:~$ ls -al /tmp/debug* +prwxrwxrwx 1 jgp jgp 0 2012-03-03 18:40 /tmp/debug +prwxrwxrwx 1 jgp jgp 0 2012-03-03 18:40 /tmp/debug.in + +However inside the Windows 7 guest (even after a restart) nothing is recognized. Even after going through the add legacy hardware motions it's still not picked up. + +Which version of QEMU were you using? Can you still reproduce this issue with the latest version of QEMU? + +[Expired for QEMU because there has been no activity for 60 days.] + |