Client not working in Linux
- Dominant language
- Shell
- Stars
- 313
- Forks
- 155
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to install GRR client in Ubuntu 24.10. Did the most part, including troubleshooting the client connection.
`root@ubunty:/usr/lib/grr/grr_3.4.9.0_amd64# ps aux | grep grr
root 1891 0.0 0.0 4032 2052 pts/2 S+ 09:05 0:00 grep --color=auto grr`
Fleetspeak is confirmed to be running. However, I got these errors...
`root@ubunty:/var/log# sudo /usr/sbin/grrd --config=/usr/lib/grr/grr_3.4.9.0_amd64/grrd.yaml --verbose
[1904] Module object for pyimod02_importers is NULL!
Traceback (most recent call last):
File "PyInstaller/loader/pyimod02_importers.py", line 22, in
File "", line 259, in load_module
File "pathlib.py", line 13, in
File "", line 259, in load_module
File "urllib/parse.py", line 39, in
ModuleNotFoundError: No module named 'ipaddress'
Traceback (most recent call last):
File "PyInstaller/loader/pyiboot01_bootstrap.py", line 17, in
ModuleNotFoundError: No module named 'pyimod02_importers'
[1904] Failed to execute script 'pyiboot01_bootstrap' due to unhandled exception!
root@ubunty:/var/log# wget http://192.168.11.151:8080/server.pem
--2025-03-18 09:45:41-- http://192.168.11.151:8080/server.pem
Connecting to 192.168.11.151:8080... failed: Connection refused.`
Did I miss any steps?
Contributor guide
Assessment
This issue has not been assessed yet.