blob: 5391f0d5109930cf5d1e1c8bb3ecc172637269d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
vnc: 0.961
socket: 0.953
network: 0.919
graphic: 0.868
device: 0.841
instruction: 0.775
mistranslation: 0.667
boot: 0.638
semantic: 0.578
KVM: 0.494
other: 0.096
assembly: 0.056
VNC server not work
Description of problem:
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`
Steps to reproduce:
1.Create Linux sandbox guest VM
2.connect vnc server
Additional information:
|