diff options
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/network/676029')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/network/676029 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/network/676029 b/results/classifier/deepseek-2-tmp/output/network/676029 deleted file mode 100644 index b73c5d481..000000000 --- a/results/classifier/deepseek-2-tmp/output/network/676029 +++ /dev/null @@ -1,19 +0,0 @@ - -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 |