-
-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Sunshine] Installed version doesn't match running version? #1359
Comments
This behavior seems specific to Bazzite, or better, my installation of Bazzite. On a regular Fedora 40 install everything works as expected:
|
I coincedently came across this issue and as I was installing sunshine anyway, was checking my versions. Seeing the outputs, it is working correctly on my end, which is new-ish install (removed a month ago, so some user files may have lingered) with
And the web interface mentions "Version 2024.713.205505.copr" in the homepage. |
This issue may stem from my misunderstanding of how Universal Blue. Could it be that layered packages are only updated when the base image is? Regardless, I found a convoluted way to make it work, by using Rebooting the system immediately reverts to the previous state. |
I still can't get sunshine to work on current Bazzite. It immediately core demps on startup now, and I have to run a 6 months' old snapshot. I wonder if it's actually being maintained. |
Should be working, definitely is on my end. The version that we ship is built on copr from source. Can you provide more details on the crash and your current hardware? |
Same hardware as #1276. I just get an instant core dump, and the user systemd unit reports that but there is no more info. edited to add: me@bazzite:~$ systemctl --user status sunshine.service
× sunshine.service - Self-hosted game stream host for Moonlight
Loaded: loaded (/usr/lib/systemd/user/sunshine.service; enabled; preset: disabled)
Drop-In: /usr/lib/systemd/user/service.d
└─10-timeout-abort.conf
Active: failed (Result: core-dump) since Fri 2024-09-27 23:36:33 IST; 9h ago
Duration: 1.199s
Process: 7855 ExecStartPre=/bin/sleep 5 (code=exited, status=0/SUCCESS)
Process: 7951 ExecStart=/usr/bin/sunshine (code=dumped, signal=ABRT)
Main PID: 7951 (code=dumped, signal=ABRT)
CPU: 422ms
Sep 27 23:36:28 bazzite systemd[5590]: sunshine.service: Failed with result 'core-dump'.
Sep 27 23:36:33 bazzite systemd[5590]: sunshine.service: Scheduled restart job, restart counter is at 5.
Sep 27 23:36:33 bazzite systemd[5590]: sunshine.service: Start request repeated too quickly.
Sep 27 23:36:33 bazzite systemd[5590]: sunshine.service: Failed with result 'core-dump'.
Sep 27 23:36:33 bazzite systemd[5590]: Failed to start sunshine.service - Self-hosted game stream host for Moonl> |
I can't reproduce #1710, but the problem described in the OP persists, assuming it's not a misunderstanding on my part. Currently, I am stuck on The latest versions are more performant on my particularly setup (Linux + AMD) so I always end up doing this dance. |
Hi,[Comment removed because it was tagging too many users] |
I still experience this issue. Is there a fix for it? |
@KyleGospo, the user goncalossilva has indicated that they still experience this issue and are looking for a fix. Could you please assist them? |
Describe the bug
It appears the installed version of sunshine doesn't match the running version.
Installed:
Running:
Screenshot of the web interface showing the version
The running version indeed appears to be
2024.629.13903
, as that version has an issue with AMD GPUs that's been fixed on the later versions, but I can still reproduce.It's also worth noting that the previous version, between the latest and the one it appears to be stuck in, suffered from the same problem:
(also notice how the binary size is unchanged)
I reviewed the build logs for both versions over on Copr and they look correct.
I suspect I'm missing something fairly obvious. How can this be?
What did you expect to happen?
I expect the installed version of sunshine to match the runtime version.
Output of
rpm-ostree status
Hardware
Standard desktop, with a Ryzen 3950X and an AMD 6900XT. Bazzite is a very recent install, with no customizations except installing LACT and Sunshine using
ujust
.The text was updated successfully, but these errors were encountered: