Hello,今天我试图在我的windows 10中安装kali Linux,我需要任何帮助。
┌──(rootDESKTOP-KN54U4A)-[~]
└─# kex -start
输出:
Error connecting to the KeX server.
Please try "kex start" to start the service.
If the server fails to start, please try "kex kill" or restart your WSL2 session and try again.
┌──(leader㉿DESKTOP-KN54U4A)-[~]
└─$ kex -s
输出
Error connecting to the KeX server.
Please try "kex start" to start the service.
If the server fails to start, please try "kex kill" or restart your WSL2 session and try again.
and i get message Sayes: TigerVNC Viewr: Unable to connect to socket: connection refused (10061)
┌──(领导㉿桌面-KN54U4A)-└─$ kex杀灭
输出
tigervncserver: No matching VNC server running for this user!
tigervncserver: No matching VNC server running for this user!
tigervncserver: No matching VNC server running for this user!
tigervncserver: No matching VNC server running for this user
好了!
┌──(rootDESKTOP-KN54U4A)-[~]
└─# vncserver
输出:
Killing Xtigervnc process ID 13260... success!
=================== tail /root/.vnc/DESKTOP-KN54U4A.localdomain:5901.log ===================
Xvnc TigerVNC 1.11.0 - built 2021-03-22 21:21
Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12010000, The X.Org Foundation
Mon Jul 12 18:37:40 2021
vncext: VNC extension running!
vncext: Listening for VNC connections on local interface(s), port 5901
vncext: created VNC server for screen 0
Mon Jul 12 18:38:11 2021
ComparingUpdateTracker: 0 pixels in / 0 pixels out
ComparingUpdateTracker: (1:-nan ratio)
============================================================================================
vncserver: /usr/bin/Xtigervnc did not start up, please look into '/root/.vnc/DESKTOP-KN54U4A.localdomain:5901.log' to determine the reason! -1
┌──(rootDESKTOP-KN54U4A)-[~]
└─# tail /root/.vnc/DESKTOP-KN54U4A.localdomain:5901.log
输出:
Mon Jul 12 18:37:40 2021
vncext: VNC extension running!
vncext: Listening for VNC connections on local interface(s), port 5901
vncext: created VNC server for screen 0
Mon Jul 12 18:38:11 2021
ComparingUpdateTracker: 0 pixels in / 0 pixels out
ComparingUpdateTracker: (1:-nan ratio)
┌──(rootDESKTOP-KN54U4A)-[~]
└─# vncserver --list
输出:
TigerVNC server sessions:
X DISPLAY # RFB PORT # PROCESS ID SERVER
i需要一些帮助,请:D和对不起4糟糕的英语:)我所需要的是在我的机器上打开-sl
发布于 2021-10-09 20:35:00
sudo su
(所有命令都需要由根用户执行);/tmp/.X11-unix
中的符号链接(只需执行rm /tmp/.X11-unix
);vncserver
(它现在能够创建服务器);kex
,一切都会正常工作。https://unix.stackexchange.com/questions/658116
复制相似问题