Revising this ticket because the new subject is the real problem... See #40 (comment)
I am attempting to bring this project up on a fresh install of Ubuntu 24.04. I created a survey.sh script that simply parrots the docker run ... command with the final line edited for the local parameters.
When I sh survey.sh, I get the following error:
sh survey.sh
[2025-01-30 02:33:19,574 WARNING] You should not run this script as root.
(wifi-survey:1): dbind-WARNING **: 02:33:19.588: Couldn't connect to accessibility bus: Failed to connect to socket /run/user/1000/at-spi/bus_0: No such file or directory
Gtk-Message: 02:33:19.624: Failed to load module "canberra-gtk-module"
Gtk-Message: 02:33:19.626: Failed to load module "canberra-gtk-module"
richb@HP-Pavilion-g7-Notebook-PC:~/Documents/github/python-wifi-survey-heatmap$
History of this system: I have been wrasslin' it into submission:
- Had to switch from Wayland to X11
- Had to execute
xhost +local:docker
- Tried several variations on
startx (with and without sudo)
xeyes runs fine
What other diagnostic information could I provide? Many thanks.
Revising this ticket because the new subject is the real problem... See #40 (comment)
I am attempting to bring this project up on a fresh install of Ubuntu 24.04. I created a survey.sh script that simply parrots the
docker run ...command with the final line edited for the local parameters.When I
sh survey.sh, I get the following error:History of this system: I have been wrasslin' it into submission:
xhost +local:dockerstartx(with and without sudo)xeyesruns fineWhat other diagnostic information could I provide? Many thanks.