diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/676029')
| -rw-r--r-- | results/scraper/launchpad-without-comments/676029 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/676029 b/results/scraper/launchpad-without-comments/676029 new file mode 100644 index 00000000..a8622acb --- /dev/null +++ b/results/scraper/launchpad-without-comments/676029 @@ -0,0 +1,18 @@ +Silently fail with wrong vde socket dir + +Hi, + +Using qemu 0.12.5, kvm silently fail with exit code 1 when using -net vde and a wrong path for sock. Actually, the sock option is mean to be the socket dir of the vde_switch, not the socket itself. + +With -net vde,sock=/var/run/vde/vde0/ctl , strace ends with the following messages : + +connect(7, {sa_family=AF_FILE, path="/var/run/vde/vde0/ctl/ctl"}, 110) = -1 ENOTDIR (Not a directory) +close(7) = 0 +close(8) = 0 +exit_group(1) = ? +root ~# + +Please add a meaningful message. + +Regards, +Étienne \ No newline at end of file |