Jump to content
We're Hiring! Full Stack Developer ×

[Support] Josh5 - Steam (Headless)


Recommended Posts

On 5/21/2024 at 5:31 PM, JhonScript said:

Hello, I am having a small problem with docker in unraid, I want to know if it is a known problem

 

I am testing from the following clients "VM Windows 10" and "Fire TV" I have two gamepads connected to the client, "Dualshock" (I have also tested with a "Dualshock" and a "DualSense", the result is the same)

 

The test is that I connect through "Moonlight" to docker, and I can only use one gamepad, I am verifying this with the page https://hardwaretester.com/gamepad (which I am running in Chrome, because they do not work in Mozilla Gamepads)

 

The problem is that I press the buttons on Gamepad#1 and it reflects fine in the Chrome browser, from docker, but I press the buttons on Gamepad#2, it connects fine, but Gamepad#1 disconnects immediately.

 

I have not been able to play local multiplayer on my emulator "EmulatorJS" which is also hosted as a docker on UnRaid (Which runs on the client in a Chromium-Based Browser)

 

I already tested connecting a gamepad to the Fire TV client and another gamepad to the Windows client but the result is the same. I also ruled out that the problem was the clients, since I used the "Windows VM" as the Host with GeForce Experience and the client the "Fire TV" with the two gamepads, and it works perfectly. (This tells me that the problem is related to SteamHeadless Docker Sunshine)

 

As additional information, my "SteamHeadless" docker does not have any graphics card associated with it since a GPU is not necessary to play the EmulatorJS emulator with a resolution lower than 800*600.

 

The use cases for this are:

1. Make the EmulatorJS run on the server and not use the resources of the "low-end Android", "Fire Tv" client

 

2. Be able to play EmulatorJS multiplayer from the internet with friends, just by installing Moonlight on the clients

 

image.png.e62053e9fe4d35d3ed8de98459b50746.png

 

image.png.ff3d1822aa29767b4612d27b7d674c70.png

This is crazy, I just installed parsec on Steam-Headless docker and set up a Parsec Host Windows server.

 

On the Windows client I connected with Moonlight to the Steam-Headless Docker, connected the controls to the Windows client, from the Steam-Headless Docker I connected with parsec to the Windows Host and passed the gamepads perfectly.

 

In conclusion, Moonlight/Docker/Sunshine work perfectly with gamepads

 

The problem is not with Steam-Headless Docker, as I conclude that it is directly related to Chromium-based browsers.

 

For some reason they can only detect one gamepad at a time.

 

Other applications like Steam/Parsec detect both gamepads at the same time without any problem.

Link to comment
Posted (edited)
1 hour ago, JhonScript said:

This is crazy, I just installed parsec on Steam-Headless docker and set up a Parsec Host Windows server.

 

On the Windows client I connected with Moonlight to the Steam-Headless Docker, connected the controls to the Windows client, from the Steam-Headless Docker I connected with parsec to the Windows Host and passed the gamepads perfectly.

 

In conclusion, Moonlight/Docker/Sunshine work perfectly with gamepads

 

The problem is not with Steam-Headless Docker, as I conclude that it is directly related to Chromium-based browsers.

 

For some reason they can only detect one gamepad at a time.

 

Other applications like Steam/Parsec detect both gamepads at the same time without any problem.

at last!!!

 

In fact the problem lies with Chrome based browsers, I don't know why they can't detect more than one gamepad at a time.

 

The tests I had done with Mozilla had failed because it does not detect any gamepad since Steam-Headless was installed in the docker with flatpak, therefore it does not have access to these devices (xD that's what I understood in my research)

 

To fix this on Mozilla installed with flatpak, you need to run this:

 

"flatpak override --user --filesystem=/run/udev:ro org.mozilla.firefox"

 

Additionally, in docker you must have the following configuration

 

Privileged: ON

 

and

 

Extra Parameters:

 

"--hostname='SteamHeadless' --add-host='SteamHeadless:127.0.0.1' --restart='unless-stopped' --shm-size='2G' --ipc='host' -v '/tmp/.X11-unix/':'/tmp/.X11-unix/':'rw' -v '/tmp/tmp/pulse/':'/tmp/tmp/pulse/':'rw' --ulimit='nofile=1024:524288' --device='/dev/fuse' --device='/dev/uinput' --device-cgroup-rule='c 13:* rmw' --cap-add='NET_ADMIN' --cap-add='SYS_ADMIN' --cap-add='SYS_NICE' --security-opt='seccomp=unconfined' -v '/dev/input/':'/dev/input/':'ro' -v '/run/udev/data/':'/run/udev/data/':'ro'"

 

If these parameters are not added, Mozilla will detect the mouse with an additional gamepad, for my use case this prevents me from being able to play.
 

And that's it, Mozilla will have access to the devices. Both gamepads will work at the same time in the Mozilla browser.

 

In my case, for EmulatorJS it is not recommended to use Mozilla, however I just did a test and I can play... I can play with both gamepads at the same time.

 

Thank you very much for your patience and support (Discord).

 

image.png.0d71894836c51d5402d8e103b539102b.png

Edited by JhonScript
Link to comment

Hello. Could somebody help me please. I habe this weird errors when i star steamheadless. It don't effects anything for now, but i want to know i i will have some problem with this.

 

IMG_3508.jpeg

Link to comment

HI.

  Installed headless steam docker a couple days ago. Installed some games via Steam app and noticed my docker image is filling up.  A little investigation into the /mnt/games folder and it's got nothing in it.  I've got my paths mapped in unraid but clearly something has happened for that to not work.   I've had a look at the filesystem from withing the Steam app but can't see where it's installed the game files so I can at least try to work out what's happened.   Any ideas?

Link to comment
  • 3 weeks later...

I have tried searching through this thread but haven't had much success. 

 

I just installed this docker to tinker around for a future build with GPU support. At the moment I do not have any GPU's installed in my unraid server.

 

I am wondering if I don't have a GPU if this will even boot?

 

I can get NOVNC to open and it just shows a black screen after it connects.

 

 

Build: [2024-06-08 02:43:33] [master] [47f6f7a176ee0c6f6c870c29397cc1a8d6d57839] [debian]

[ /etc/cont-init.d/10-setup_user.sh: executing... ]
**** Configure default user ****
  - Setting default user uid=99(default) gid=100(default)
usermod: no changes
  - Adding default user to any additional required device groups
  - Adding user 'default' to group: 'video'
  - Adding user 'default' to group: 'audio'
  - Adding user 'default' to group: 'input'
  - Adding user 'default' to group: 'pulse'
  - Adding user 'default' to group: 'user-gid-71' for device: /dev/input/event0
  - Adding user 'default' to group: 'user-gid-18' for device: /dev/dri/card0
  - Setting umask to 000
  - Create the user XDG_RUNTIME_DIR path '/tmp/.X11-unix/run'
  - Setting ownership of all log files in '/home/default/.cache/log'
  - Setting root password
  - Setting user password
DONE

[ /etc/cont-init.d/11-setup_sysctl_values.sh: executing... ]
**** Configure some system kernel parameters ****
  - The vm.max_map_count is already greater than '524288'
DONE

[ /etc/cont-init.d/30-configure_dbus.sh: executing... ]
**** Configure container dbus ****
  - Container configured to run its own dbus
DONE

[ /etc/cont-init.d/30-configure_udev.sh: executing... ]
**** Configure udevd ****
  - Configure container to run udev management
  - Ensure the default user has permission to r/w on input devices
DONE

[ /etc/cont-init.d/40-setup_locale.sh: executing... ]
**** Configure local ****
  - Locales already set correctly to en_US.UTF-8 UTF-8
DONE

[ /etc/cont-init.d/50-configure_pulseaudio.sh: executing... ]
**** Configure pulseaudio ****
  - Enable pulseaudio service.
  - Configure pulseaudio to pipe audio to a socket
DONE

[ /etc/cont-init.d/60-configure_gpu_driver.sh: executing... ]
**** Found Intel device 'Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz CPU @ 2.9GHz' ****
  - Mesa has already been installed into this container
**** No AMD device found ****
**** No NVIDIA device found ****
DONE

[ /etc/cont-init.d/70-configure_desktop.sh: executing... ]
**** Configure Desktop ****
  - Enable Desktop service.
DONE

[ /etc/cont-init.d/70-configure_xorg.sh: executing... ]
**** Generate default xorg.conf ****
  - Removing /tmp/.X11-unix/X55 before starting
  - Configure container as primary the X server
  - Enabling evdev input class on pointers, keyboards, touchpads, touch screens, etc.
DONE

[ /etc/cont-init.d/80-configure_flatpak.sh: executing... ]
**** Configure Flatpak ****
  - Flatpak configured for running inside a Docker container
DONE

[ /etc/cont-init.d/90-configure_neko.sh: executing... ]
**** Configure Neko ****
  - Disable Neko server
DONE

[ /etc/cont-init.d/90-configure_steam.sh: executing... ]
**** Configure Steam ****
  - Enable Steam auto-start script
DONE

[ /etc/cont-init.d/90-configure_sunshine.sh: executing... ]
**** Configure Sunshine ****
  - Enable Sunshine server
DONE

[ /etc/cont-init.d/90-configure_vnc.sh: executing... ]
**** Configure VNC ****
  - Configure VNC service port '32036'
  - Configure pulseaudio encoded stream port '32037'
  - Enable VNC server
  - Disable audio stream
  - Disable audio websock
DONE

[ /etc/cont-init.d/95-setup_wol.sh: executing... ]
**** Configure WoL Manager ****
  - Disable WoL Manager service.

**** Starting supervisord ****
  - Logging all root services to '/var/log/supervisor/'
  - Logging all user services to '/home/default/.cache/log/'

2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/dbus.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/desktop.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/neko.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/pulseaudio.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/steam.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/sunshine.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/udev.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/vnc-audio.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/vnc.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/wol-power-manager.ini" during parsing
2024-06-11 05:52:56,059 INFO Included extra file "/etc/supervisor.d/xorg.ini" during parsing
2024-06-11 05:52:56,060 INFO Included extra file "/etc/supervisor.d/xvfb.ini" during parsing
2024-06-11 05:52:56,060 INFO Set uid to user 0 succeeded
Unlinking stale socket /run/supervisor.sock
2024-06-11 05:52:56,365 INFO RPC interface 'supervisor' initialized
2024-06-11 05:52:56,366 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2024-06-11 05:52:56,366 INFO supervisord started with pid 1
2024-06-11 05:52:57,369 INFO spawned: 'dbus' with pid 222
2024-06-11 05:52:57,371 INFO spawned: 'udev' with pid 223
2024-06-11 05:52:57,373 INFO spawned: 'xorg' with pid 224
2024-06-11 05:52:57,376 INFO spawned: 'frontend' with pid 225
2024-06-11 05:52:57,378 INFO spawned: 'pulseaudio' with pid 226
2024-06-11 05:52:57,381 INFO spawned: 'x11vnc' with pid 228
2024-06-11 05:52:57,383 INFO spawned: 'desktop' with pid 231
2024-06-11 05:52:57,386 INFO spawned: 'sunshine' with pid 235
PULSEAUDIO: Starting pulseaudio service
2024-06-11 05:52:57,988 INFO reaped unknown pid 341 (exit status 0)
2024-06-11 05:52:57,988 INFO reaped unknown pid 336 (exit status 0)
2024-06-11 05:52:58,437 INFO success: dbus entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: udev entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: frontend entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: pulseaudio entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,437 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:52:58,438 INFO reaped unknown pid 381 (exit status 1)
2024-06-11 05:52:59,137 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:52:59,140 INFO spawned: 'x11vnc' with pid 520
2024-06-11 05:52:59,159 INFO reaped unknown pid 495 (exit status 1)
2024-06-11 05:52:59,159 INFO reaped unknown pid 497 (exit status 1)
2024-06-11 05:52:59,160 INFO reaped unknown pid 500 (exit status 1)
2024-06-11 05:52:59,262 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:52:59,268 INFO spawned: 'xorg' with pid 540
2024-06-11 05:52:59,269 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:52:59,269 INFO reaped unknown pid 536 (terminated by SIGTRAP)
2024-06-11 05:52:59,269 INFO reaped unknown pid 537 (exit status 1)
2024-06-11 05:52:59,269 INFO reaped unknown pid 538 (exit status 1)
2024-06-11 05:52:59,271 INFO spawned: 'desktop' with pid 541
2024-06-11 05:52:59,271 INFO reaped unknown pid 539 (exit status 1)
2024-06-11 05:52:59,302 INFO reaped unknown pid 550 (exit status 0)
2024-06-11 05:52:59,354 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:52:59,355 INFO spawned: 'sunshine' with pid 554
2024-06-11 05:53:00,104 INFO reaped unknown pid 371 (exit status 0)
2024-06-11 05:53:00,335 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:00,336 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:00,336 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:00,336 INFO reaped unknown pid 672 (exit status 1)
2024-06-11 05:53:00,376 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:00,984 INFO reaped unknown pid 337 (exit status 1)
2024-06-11 05:53:01,035 INFO reaped unknown pid 484 (exit status 1)
2024-06-11 05:53:01,036 WARN exited: pulseaudio (exit status 139; not expected)
2024-06-11 05:53:01,036 INFO reaped unknown pid 815 (exit status 1)
2024-06-11 05:53:01,039 INFO spawned: 'pulseaudio' with pid 820
PULSEAUDIO: Starting pulseaudio service
2024-06-11 05:53:01,048 INFO reaped unknown pid 800 (exit status 1)
2024-06-11 05:53:01,076 INFO reaped unknown pid 783 (exit status 1)
2024-06-11 05:53:01,078 INFO reaped unknown pid 801 (exit status 1)
2024-06-11 05:53:01,170 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:01,175 INFO spawned: 'xorg' with pid 845
2024-06-11 05:53:01,176 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:01,178 INFO spawned: 'desktop' with pid 846
2024-06-11 05:53:01,188 INFO reaped unknown pid 843 (terminated by SIGTRAP)
2024-06-11 05:53:01,189 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:01,189 INFO reaped unknown pid 844 (exit status 1)
2024-06-11 05:53:01,190 INFO spawned: 'sunshine' with pid 853
2024-06-11 05:53:01,207 INFO reaped unknown pid 856 (exit status 0)
2024-06-11 05:53:01,217 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:53:01,230 INFO spawned: 'x11vnc' with pid 863
2024-06-11 05:53:01,960 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:02,038 INFO success: pulseaudio entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:02,067 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:02,079 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:02,234 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:02,801 WARN exited: x11vnc (exit status 1; not expected)
2024-06-11 05:53:03,807 INFO spawned: 'xorg' with pid 953
2024-06-11 05:53:03,809 INFO spawned: 'x11vnc' with pid 954
2024-06-11 05:53:03,811 INFO spawned: 'desktop' with pid 955
2024-06-11 05:53:03,813 INFO spawned: 'sunshine' with pid 956
2024-06-11 05:53:03,903 INFO reaped unknown pid 970 (exit status 0)
2024-06-11 05:53:04,565 WARN exited: desktop (exit status 139; not expected)
2024-06-11 05:53:04,647 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:04,688 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:04,807 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:05,433 WARN exited: x11vnc (exit status 1; not expected)
2024-06-11 05:53:06,094 INFO spawned: 'x11vnc' with pid 1063
2024-06-11 05:53:07,100 INFO spawned: 'xorg' with pid 1068
2024-06-11 05:53:07,101 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:07,104 INFO spawned: 'desktop' with pid 1069
2024-06-11 05:53:07,106 INFO spawned: 'sunshine' with pid 1070
2024-06-11 05:53:07,127 INFO reaped unknown pid 1082 (exit status 0)
2024-06-11 05:53:07,931 INFO reaped unknown pid 662 (exit status 0)
2024-06-11 05:53:08,151 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:08,151 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:08,151 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:08,151 INFO reaped unknown pid 1198 (exit status 1)
2024-06-11 05:53:08,861 INFO reaped unknown pid 1338 (exit status 1)
2024-06-11 05:53:08,888 INFO reaped unknown pid 1294 (exit status 1)
2024-06-11 05:53:08,888 INFO reaped unknown pid 1297 (exit status 1)
2024-06-11 05:53:08,889 INFO reaped unknown pid 1300 (exit status 1)
2024-06-11 05:53:08,975 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:08,977 INFO spawned: 'sunshine' with pid 1362
2024-06-11 05:53:08,998 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:09,012 INFO spawned: 'xorg' with pid 1369
2024-06-11 05:53:09,013 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:09,013 INFO reaped unknown pid 1359 (terminated by SIGTRAP)
2024-06-11 05:53:09,013 INFO reaped unknown pid 1361 (exit status 1)
2024-06-11 05:53:09,013 INFO reaped unknown pid 1363 (exit status 1)
2024-06-11 05:53:09,016 INFO spawned: 'desktop' with pid 1370
2024-06-11 05:53:09,031 INFO reaped unknown pid 1367 (exit status 1)
2024-06-11 05:53:09,042 INFO reaped unknown pid 1379 (exit status 0)
2024-06-11 05:53:09,047 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:53:09,055 INFO spawned: 'x11vnc' with pid 1383
2024-06-11 05:53:09,846 INFO reaped unknown pid 1188 (exit status 0)
2024-06-11 05:53:10,087 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:10,087 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:10,087 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:10,088 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:10,088 INFO reaped unknown pid 1495 (exit status 1)
2024-06-11 05:53:10,770 INFO reaped unknown pid 1623 (exit status 1)
2024-06-11 05:53:10,803 INFO reaped unknown pid 1599 (exit status 1)
2024-06-11 05:53:10,803 INFO reaped unknown pid 1603 (exit status 1)
2024-06-11 05:53:10,803 INFO reaped unknown pid 1610 (exit status 1)
2024-06-11 05:53:10,888 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:10,890 INFO spawned: 'sunshine' with pid 1649
2024-06-11 05:53:10,907 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:10,909 INFO spawned: 'xorg' with pid 1657
2024-06-11 05:53:10,913 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:10,915 INFO spawned: 'desktop' with pid 1658
2024-06-11 05:53:10,915 INFO reaped unknown pid 1650 (exit status 1)
2024-06-11 05:53:10,929 INFO reaped unknown pid 1655 (exit status 1)
2024-06-11 05:53:10,953 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:53:10,958 INFO spawned: 'x11vnc' with pid 1665
2024-06-11 05:53:11,558 INFO reaped unknown pid 1738 (exit status 0)
2024-06-11 05:53:11,796 INFO reaped unknown pid 1485 (exit status 0)
2024-06-11 05:53:12,028 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:12,029 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:12,029 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:12,029 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:12,029 INFO reaped unknown pid 1786 (exit status 1)
2024-06-11 05:53:12,714 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:12,714 INFO reaped unknown pid 1936 (exit status 1)
2024-06-11 05:53:12,714 INFO reaped unknown pid 1777 (exit status 1)
2024-06-11 05:53:12,714 INFO reaped unknown pid 1857 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1862 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1866 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1871 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1874 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1892 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1890 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1893 (exit status 1)
2024-06-11 05:53:12,715 INFO reaped unknown pid 1900 (exit status 1)
2024-06-11 05:53:12,717 INFO spawned: 'desktop' with pid 1947
2024-06-11 05:53:12,775 INFO reaped unknown pid 1953 (exit status 0)
2024-06-11 05:53:12,833 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:12,835 INFO spawned: 'xorg' with pid 1958
2024-06-11 05:53:12,835 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:12,837 INFO spawned: 'sunshine' with pid 1959
2024-06-11 05:53:12,838 INFO reaped unknown pid 1653 (exit status 1)
2024-06-11 05:53:12,887 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:53:12,895 INFO spawned: 'x11vnc' with pid 1966
2024-06-11 05:53:13,686 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:13,691 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:13,697 WARN exited: desktop (exit status 139; not expected)
2024-06-11 05:53:14,211 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:14,464 WARN exited: x11vnc (exit status 1; not expected)
2024-06-11 05:53:15,469 INFO spawned: 'xorg' with pid 2057
2024-06-11 05:53:15,472 INFO spawned: 'x11vnc' with pid 2058
2024-06-11 05:53:15,474 INFO spawned: 'desktop' with pid 2059
2024-06-11 05:53:15,477 INFO spawned: 'sunshine' with pid 2060
2024-06-11 05:53:16,113 INFO reaped unknown pid 2144 (exit status 0)
2024-06-11 05:53:16,363 INFO reaped unknown pid 1776 (exit status 0)
2024-06-11 05:53:16,616 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:16,616 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:16,616 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:16,616 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:16,616 INFO reaped unknown pid 2187 (exit status 1)
2024-06-11 05:53:17,262 INFO reaped unknown pid 2311 (exit status 1)
2024-06-11 05:53:17,262 INFO reaped unknown pid 2302 (exit status 1)
2024-06-11 05:53:17,287 INFO reaped unknown pid 2310 (exit status 1)
2024-06-11 05:53:17,383 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:17,385 INFO spawned: 'sunshine' with pid 2329
2024-06-11 05:53:17,385 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:17,387 INFO spawned: 'xorg' with pid 2330
2024-06-11 05:53:17,388 INFO reaped unknown pid 2326 (exit status 1)
2024-06-11 05:53:17,388 INFO reaped unknown pid 2327 (exit status 1)
2024-06-11 05:53:17,388 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:17,390 INFO spawned: 'desktop' with pid 2331
2024-06-11 05:53:17,406 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:53:17,409 INFO spawned: 'x11vnc' with pid 2345
2024-06-11 05:53:17,409 INFO reaped unknown pid 2328 (terminated by SIGTRAP)
2024-06-11 05:53:17,413 INFO reaped unknown pid 2344 (exit status 0)
2024-06-11 05:53:18,250 INFO reaped unknown pid 2177 (exit status 0)
2024-06-11 05:53:18,474 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:18,474 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:18,474 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:18,474 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:18,474 INFO reaped unknown pid 2460 (exit status 1)
2024-06-11 05:53:19,189 INFO reaped unknown pid 2598 (exit status 1)
2024-06-11 05:53:19,189 INFO reaped unknown pid 2572 (exit status 1)
2024-06-11 05:53:19,190 INFO reaped unknown pid 2584 (exit status 1)
2024-06-11 05:53:19,208 INFO reaped unknown pid 2573 (exit status 1)
2024-06-11 05:53:19,293 WARN exited: xorg (exit status 134; not expected)
2024-06-11 05:53:19,297 INFO spawned: 'xorg' with pid 2626
2024-06-11 05:53:19,300 WARN exited: sunshine (exit status 1; not expected)
2024-06-11 05:53:19,300 WARN exited: desktop (exit status 1; not expected)
2024-06-11 05:53:19,300 INFO reaped unknown pid 2623 (exit status 1)
2024-06-11 05:53:19,302 INFO spawned: 'desktop' with pid 2627
2024-06-11 05:53:19,304 INFO spawned: 'sunshine' with pid 2628
2024-06-11 05:53:19,304 WARN exited: x11vnc (exit status 3; not expected)
2024-06-11 05:53:19,306 INFO spawned: 'x11vnc' with pid 2631
2024-06-11 05:53:19,317 INFO reaped unknown pid 2624 (terminated by SIGTRAP)
2024-06-11 05:53:19,317 INFO reaped unknown pid 2625 (exit status 1)
2024-06-11 05:53:19,953 INFO reaped unknown pid 2711 (exit status 0)
2024-06-11 05:53:20,231 INFO reaped unknown pid 2450 (exit status 0)
2024-06-11 05:53:20,491 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:20,491 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:20,492 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:20,492 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-11 05:53:20,492 INFO reaped unknown pid 2754 (exit status 1)
2024-06-11 05:56:25,199 INFO reaped unknown pid 2884 (exit status 1)
2024-06-11 05:58:00,331 INFO reaped unknown pid 359 (exit status 0)
2024-06-11 05:58:01,333 INFO reaped unknown pid 649 (exit status 0)
2024-06-11 05:58:10,346 INFO reaped unknown pid 1175 (exit status 0)
2024-06-11 05:58:12,349 INFO reaped unknown pid 1472 (exit status 0)
2024-06-11 05:58:13,351 INFO reaped unknown pid 1763 (exit status 0)
2024-06-11 05:58:18,359 INFO reaped unknown pid 2164 (exit status 0)
2024-06-11 05:58:20,363 INFO reaped unknown pid 2437 (exit status 0)
2024-06-11 05:59:03,416 INFO reaped unknown pid 2731 (exit status 0)

 

 

Followed the flatpack rebuild and now I just have a cannot connect to server issue.

Edited by ejg3855
Link to comment

Can't launch steam...

Constantly launches to "Steamwebhelper is not responding"

image.png.691d164d9e171c4b6f4d3ccb73705487.png

 

 

logs:

 

WARNING: Unable to locate/open X configuration file.

**** Generate NVIDIA xorg.conf ****
  - Configure container as primary the X server
  - Enabling evdev input class on pointers, keyboards, touchpads, touch screens, etc.
  - Configuring X11 with GPU ID: 'GPU-ef6ca7ad-5c3a-64d2-45d4-2c4c21612460'
  - Configuring X11 with PCI bus ID: 'PCI:130:0:0'
  - Writing X11 config with Modeline "1600x900R"  201.00  1600 1648 1680 1760  900 903 908 953 +hsync -vsync
Option "ProbeAllGpus" "False" added to Screen "Screen0".
Option "BaseMosaic" "False" added to Screen "Screen0".
Option "AllowEmptyInitialConfiguration" "True" added to Screen "Screen0".
New X configuration file written to '/etc/X11/xorg.conf'

DONE

[ /etc/cont-init.d/80-configure_flatpak.sh: executing... ]
**** Configure Flatpak ****
  - Flatpak configured for running inside a Docker container
DONE

[ /etc/cont-init.d/90-configure_neko.sh: executing... ]
**** Configure Neko ****
  - Disable Neko server
DONE

[ /etc/cont-init.d/90-configure_steam.sh: executing... ]
**** Configure Steam ****
  - Enable Steam auto-start script
DONE

[ /etc/cont-init.d/90-configure_sunshine.sh: executing... ]
**** Configure Sunshine ****
  - Enable Sunshine server
DONE

[ /etc/cont-init.d/90-configure_vnc.sh: executing... ]
**** Configure VNC ****
  - Configure VNC service port '32036'
  - Configure pulseaudio encoded stream port '32037'
  - Enable VNC server
  - Disable audio stream
  - Disable audio websock
DONE

[ /etc/cont-init.d/95-setup_wol.sh: executing... ]
**** Configure WoL Manager ****
  - Disable WoL Manager service.

**** Starting supervisord ****
  - Logging all root services to '/var/log/supervisor/'
  - Logging all user services to '/home/default/.cache/log/'

2024-06-14 12:25:52,793 INFO Included extra file "/etc/supervisor.d/dbus.ini" during parsing
2024-06-14 12:25:52,793 INFO Included extra file "/etc/supervisor.d/desktop.ini" during parsing
2024-06-14 12:25:52,793 INFO Included extra file "/etc/supervisor.d/neko.ini" during parsing
2024-06-14 12:25:52,793 INFO Included extra file "/etc/supervisor.d/pulseaudio.ini" during parsing
2024-06-14 12:25:52,793 INFO Included extra file "/etc/supervisor.d/steam.ini" during parsing
2024-06-14 12:25:52,793 INFO Included extra file "/etc/supervisor.d/sunshine.ini" during parsing
2024-06-14 12:25:52,794 INFO Included extra file "/etc/supervisor.d/udev.ini" during parsing
2024-06-14 12:25:52,794 INFO Included extra file "/etc/supervisor.d/vnc-audio.ini" during parsing
2024-06-14 12:25:52,794 INFO Included extra file "/etc/supervisor.d/vnc.ini" during parsing
2024-06-14 12:25:52,794 INFO Included extra file "/etc/supervisor.d/wol-power-manager.ini" during parsing
2024-06-14 12:25:52,794 INFO Included extra file "/etc/supervisor.d/xorg.ini" during parsing
2024-06-14 12:25:52,794 INFO Included extra file "/etc/supervisor.d/xvfb.ini" during parsing
2024-06-14 12:25:52,794 INFO Set uid to user 0 succeeded
2024-06-14 12:25:52,801 INFO RPC interface 'supervisor' initialized
2024-06-14 12:25:52,801 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2024-06-14 12:25:52,802 INFO supervisord started with pid 1
2024-06-14 12:25:53,806 INFO spawned: 'dbus' with pid 254
2024-06-14 12:25:53,809 INFO spawned: 'udev' with pid 255
2024-06-14 12:25:53,813 INFO spawned: 'xorg' with pid 256
2024-06-14 12:25:53,817 INFO spawned: 'frontend' with pid 257
2024-06-14 12:25:53,821 INFO spawned: 'pulseaudio' with pid 259
2024-06-14 12:25:53,826 INFO spawned: 'x11vnc' with pid 262
2024-06-14 12:25:53,829 INFO spawned: 'desktop' with pid 265
2024-06-14 12:25:53,833 INFO spawned: 'sunshine' with pid 268
PULSEAUDIO: Starting pulseaudio service
2024-06-14 12:25:54,102 INFO reaped unknown pid 307 (exit status 0)
2024-06-14 12:25:54,103 INFO reaped unknown pid 305 (exit status 0)
2024-06-14 12:25:54,854 INFO success: dbus entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-14 12:25:54,855 INFO success: udev entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-14 12:25:54,855 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-14 12:25:54,855 INFO success: frontend entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-14 12:25:54,855 INFO success: pulseaudio entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-14 12:25:54,855 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-14 12:25:54,855 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-14 12:25:54,855 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-14 12:25:54,855 INFO reaped unknown pid 348 (exit status 1)
2024-06-14 12:25:57,100 INFO reaped unknown pid 304 (exit status 1)
2024-06-14 12:26:58,001 INFO reaped unknown pid 860 (exit status 0)
2024-06-14 12:27:08,004 INFO reaped unknown pid 695 (exit status 0)

 

  • Like 1
Link to comment
  • 2 weeks later...

I am also getting stuck in SteamWebHelper not resonding. Might be because of the recent Steam UI update?2024-06-27 12:15:13,387

 

From the logs if this is helpful

2024-06-27 12:15:30,592 INFO reaped unknown pid 911 (exit status 0)
2024-06-27 12:15:30,592 INFO reaped unknown pid 977 (exit status 0)
2024-06-27 12:15:30,592 INFO reaped unknown pid 991 (terminated by SIGTERM)
2024-06-27 12:15:31,924 INFO reaped unknown pid 972 (terminated by SIGKILL)
2024-06-27 12:15:31,924 INFO reaped unknown pid 783 (exit status 0)
2024-06-27 12:15:32,925 INFO reaped unknown pid 528 (exit status 0)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...