[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [Bug 676029] Re: Silently fail with wrong vde socket dir
From: |
Thomas Huth |
Subject: |
[Qemu-devel] [Bug 676029] Re: Silently fail with wrong vde socket dir |
Date: |
Thu, 26 Apr 2018 05:54:14 -0000 |
A fix for this problem has finally been contributed here:
https://git.qemu.org/?p=qemu.git;a=commitdiff;h=7587855cd23755a7a6bd
** Changed in: qemu
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/676029
Title:
Silently fail with wrong vde socket dir
Status in QEMU:
Fix Released
Bug description:
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/676029/+subscriptions
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [Bug 676029] Re: Silently fail with wrong vde socket dir,
Thomas Huth <=