F5F Stay Refreshed Software Operating Systems Issue with Chrome Remote Desktop on Arch Linux.

Issue with Chrome Remote Desktop on Arch Linux.

Issue with Chrome Remote Desktop on Arch Linux.

Pages (3): 1 2 3 Next
J
JustSmileMore
Member
151
01-20-2022, 09:40 PM
#1
I set up Chrome Remote Desktop on one of the machines I'm using for a Minecraft server. When I executed the command from that site, it returned specific error details. A PIN input was required, which I repeated. The process encountered issues with certificate verification and failed to add the user to the remote desktop group, preventing the host from launching.
J
JustSmileMore
01-20-2022, 09:40 PM #1

I set up Chrome Remote Desktop on one of the machines I'm using for a Minecraft server. When I executed the command from that site, it returned specific error details. A PIN input was required, which I repeated. The process encountered issues with certificate verification and failed to add the user to the remote desktop group, preventing the host from launching.

A
aguzz123123
Senior Member
599
01-21-2022, 07:13 AM
#2
Add psutil via pip.
A
aguzz123123
01-21-2022, 07:13 AM #2

Add psutil via pip.

X
xXGuyFawkesXx
Member
57
02-12-2022, 12:11 AM
#3
I performed the action and reinstalled CRD but the issue persists: [0915/173553.398431:ERROR:cert_verify_proc_builtin.cc(559)] No net_fetcher for performing AIA chasing. [0915/173554.491981:ERROR:daemon_controller_delegate_linux.cc(101)] Traceback (most recent call last): File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 29, in <module> import psutil ModuleNotFoundError: No module named 'psutil' [0915/173554.492025:ERROR:daemon_controller_delegate_linux.cc(180)] Failed to add user to chrome-remote-desktop group. Couldn't start host.
X
xXGuyFawkesXx
02-12-2022, 12:11 AM #3

I performed the action and reinstalled CRD but the issue persists: [0915/173553.398431:ERROR:cert_verify_proc_builtin.cc(559)] No net_fetcher for performing AIA chasing. [0915/173554.491981:ERROR:daemon_controller_delegate_linux.cc(101)] Traceback (most recent call last): File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 29, in <module> import psutil ModuleNotFoundError: No module named 'psutil' [0915/173554.492025:ERROR:daemon_controller_delegate_linux.cc(180)] Failed to add user to chrome-remote-desktop group. Couldn't start host.

M
Marcustheduke
Senior Member
679
02-16-2022, 05:43 AM
#4
It displays the version information for Python, showing the installed version and any available details.
M
Marcustheduke
02-16-2022, 05:43 AM #4

It displays the version information for Python, showing the installed version and any available details.

K
Kahem90
Junior Member
9
02-21-2022, 09:10 PM
#5
sudo pacman -Sy python-pip pip install psutil sudo groupadd chrome-remote-desktop sudo gpasswd chrome-remote-desktop -a user_for_remotedesktop Consider using VNC instead, https://wiki.archlinux.org/index.php/TigerVNC
K
Kahem90
02-21-2022, 09:10 PM #5

sudo pacman -Sy python-pip pip install psutil sudo groupadd chrome-remote-desktop sudo gpasswd chrome-remote-desktop -a user_for_remotedesktop Consider using VNC instead, https://wiki.archlinux.org/index.php/TigerVNC

T
Trooped
Junior Member
37
02-21-2022, 11:29 PM
#6
It functions by utilizing a graphical interface to guide users through tasks. It performs actions based on your input while maintaining a visual layout. Yes, it still includes a GUI for ease of interaction.
T
Trooped
02-21-2022, 11:29 PM #6

It functions by utilizing a graphical interface to guide users through tasks. It performs actions based on your input while maintaining a visual layout. Yes, it still includes a GUI for ease of interaction.

G
g_ft
Member
170
03-14-2022, 11:12 AM
#7
It's a VNC server similar to Remote Desktop. Upon connection, it launches a session according to ~/.vnc/config. You may use any VNC client you prefer; Remmina is suggested for Arch-based setups.
G
g_ft
03-14-2022, 11:12 AM #7

It's a VNC server similar to Remote Desktop. Upon connection, it launches a session according to ~/.vnc/config. You may use any VNC client you prefer; Remmina is suggested for Arch-based setups.

I
ItsTalaGaming
Member
236
03-14-2022, 02:28 PM
#8
It could really help to stick with TigerVNC for your setup.
I
ItsTalaGaming
03-14-2022, 02:28 PM #8

It could really help to stick with TigerVNC for your setup.

S
SpringTrap45
Junior Member
18
03-14-2022, 07:00 PM
#9
Consider x11vnc for remote server management. It allows you to control servers from a different machine.
S
SpringTrap45
03-14-2022, 07:00 PM #9

Consider x11vnc for remote server management. It allows you to control servers from a different machine.

D
DragonKitty1
Junior Member
10
03-15-2022, 08:57 PM
#10
Remmina functions as a client while TigerVNC operates as a server. Still, TigerVNC includes its own client version. Remmina links to a TigerVNC server using lxqt and a headless Xorg setup.
D
DragonKitty1
03-15-2022, 08:57 PM #10

Remmina functions as a client while TigerVNC operates as a server. Still, TigerVNC includes its own client version. Remmina links to a TigerVNC server using lxqt and a headless Xorg setup.

Pages (3): 1 2 3 Next