summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/779.toml
blob: c9e48a801565d052ea5279dae5f5b1c2acab60bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
id = 779
title = "VNC server not work"
state = "closed"
created_at = "2021-12-16T03:55:42.511Z"
closed_at = "2022-04-06T07:02:43.109Z"
labels = ["GUI", "workflow::Needs Info"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/779"
host-os = "Arch Linux"
host-arch = "x86"
qemu-version = "QEMU emulator version 4.2.1 (Debian 1:4.2-3ubuntu6.18)"
guest-os = "linux"
guest-arch = "x86"
description = """I've created a sandbox guest with kata containers. The VM started successfully, but vnc server not listen unix socket.

`root@bootstrap02:~# netstat -anp | grep 1989153`  
`unix  3      [ ]         STREAM     CONNECTED     369610592 1989153/qemu-system  /run/vc/vm/bash/qmp.sock`  
`root@bootstrap02:~# lsof -p 1989153 | grep unix`  
`qemu-syst 1989153 root  108u     unix 0xffff912740d3b800        0t0  369610592 /run/vc/vm/bash/qmp.sock type=STREAM`"""
reproduce = """1.Create Linux sandbox guest VM  
2.connect vnc server"""
additional = """"""