在我的 Ubuntu 20.04 lts 电脑上,当我运行 时/home/ziomario# vncviewer 127.0.0.1:0
,我看到以下内容
基本上,它看起来像是TightVNC
要求输入密码的客户端,但我不知道这是什么。但最重要的是,我不知道它属于哪个服务器。因此,有一个启动 vnc 服务器的服务,我尝试了很多密码,但都没有用(包括我选择用于登录 Ubuntu 的密码)。我已经安装了 xen 虚拟机管理程序,但我不确定 vnc 服务器是否属于它。事实上,在我使用以下命令启动 xen 之前,vnc 服务器已经准备就绪:
sudo /etc/init.d/xencommons start
sudo /etc/init.d/xendomains start
sudo /etc/init.d/xen-watchdog start
sudo /etc/init.d/xendriverdomain start
在启动这些命令之前,在进程之间我看不到任何 xen 和 qemu 实例,但 vnc 服务器已启动。我想了解原因。我无法识别任何 vnc 进程:
root@ziomario-I9:/etc/xen# ps -ef | grep vnc
root 11920 7204 0 23:26 pts/0 00:00:00 grep --color=auto vnc
也许它属于 xenbus 或 xenwatch?
root@ziomario-I9:/etc/xen# ps ax | grep xen
109 ? S 0:00 [xenbus]
110 ? S 0:00 [xenwatch] 11901 pts/0 S+ 0:00 grep --color=auto xen
也没有安装tightvncserver:
root@ziomario-I9:/etc/netplan# apt remove tightvncserver
"tightvncserver" is not installed,so it can't be removed
或者
root@ziomario-I9:/etc/netplan# apt remove realvnc-vnc-server
can't find "realvnc-vnc-server"
root@ziomario-I9:/etc/netplan# sudo lsof -i :5900
root@ziomario-I9:/etc/netplan# sudo netstat -tnlp
Connessioni Internet attive (solo server)
Proto CodaRic CodaInv Indirizzo locale Indirizzo remoto Stato PID/Program name
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 45055/systemd-resol
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2455/sshd: /usr/sbi
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1837/cupsd
tcp 0 0 0.0.0.0:42809 0.0.0.0:* LISTEN 2241/rpc.mountd
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 2828/smbd
tcp 0 0 127.0.0.1:46335 0.0.0.0:* LISTEN 2268/containerd
tcp 0 0 0.0.0.0:24800 0.0.0.0:* LISTEN 12584/synergys
tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:902 0.0.0.0:* LISTEN 6019/vmware-authdla
tcp 0 0 0.0.0.0:34025 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 2828/smbd
tcp 0 0 0.0.0.0:46127 0.0.0.0:* LISTEN 2241/rpc.mountd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/init
tcp 0 0 0.0.0.0:42929 0.0.0.0:* LISTEN 2241/rpc.mountd
tcp 0 0 127.0.0.1:5939 0.0.0.0:* LISTEN 2567/teamviewerd
tcp6 0 0 :::21 :::* LISTEN 2269/vsftpd
tcp6 0 0 :::22 :::* LISTEN 2455/sshd: /usr/sbi
tcp6 0 0 ::1:631 :::* LISTEN 1837/cupsd
tcp6 0 0 :::445 :::* LISTEN 2828/smbd
tcp6 0 0 :::8096 :::* LISTEN 2199/EmbyServer
tcp6 0 0 :::2049 :::* LISTEN -
tcp6 0 0 :::53122 :::* LISTEN 4362/docker-proxy
tcp6 0 0 :::38787 :::* LISTEN -
tcp6 0 0 :::14500 :::* LISTEN 1/init
tcp6 0 0 :::902 :::* LISTEN 6019/vmware-authdla
tcp6 0 0 :::35819 :::* LISTEN 2241/rpc.mountd
tcp6 0 0 :::139 :::* LISTEN 2828/smbd
tcp6 0 0 :::111 :::* LISTEN 1/init
tcp6 0 0 :::80 :::* LISTEN 2677/apache2
tcp6 0 0 :::51441 :::* LISTEN 2241/rpc.mountd
tcp6 0 0 :::60915 :::* LISTEN 2241/rpc.mountd