Roon Bridge on DietPI: impossible to update from build 164 to 167 [Resolved by Dan_Knight (DietPi Creator)]

It’s a problem with Dietpi. There is a Dietpi-section in this forum. Ask there.

It appears I won’t be recommending Roon ever again. This is ridiculous. “Go look in another forum”? That will solve the issue in locations I can’t get to?

There is a Dietpi section on this forum. Ask your question there.

Hi @Neil_Small — Thank you for the follow up here regarding “RoonBridge” running on your Diet Pi and the issue you are currently experiencing.

I wanted to touch base because I see that you had been engaged not only by the Roon support team here but also Dan Knight as well, who offered a way to update the Pi as requested. I can see that others have taken the update and they seem satisfied with the results. Have you given Dan’s instructions a go yet?

Also, just to echo what Mike had mentioned in his response to you in that thread. The last release was a core update only so any Roon bridge devices should not have been affected by the update in any way.

Thanks!
-Eric

I see now! This must be a rogue chatbot that has latched on to the forum, as a real user would have read the responses and fixed their problem by now.

1 Like

Is Build 164 not working for you? What feature in 167 are you seeking? Getting the update will change nothing except you won’t see that message "Checking for an update? And for the hundredth time THIS IS NOT AN ISSUE WITH ROON. The device you have chosen to use utilizes DietPi. The issue is with DietPi so if you are never going to recommend something again it should be devices running DietPi.

It appears my only solution is to order 5 new SD cards (I’ve done 5 installs out side of mine), and build new images for each person I configured DietPi and Roon Bridge. This isn’t what I had in mind when I convinced friends (and friends of friends) to use Roon. Fingers crossed they will be able to swap the SD card with no damage. These people don’t have a clue how the Pi works - they trusted me to do this. Aye carumba.

What’s the problem you’re trying to solve?

If it’s simply replicating one install 5x then use fsarchiver to back up the install and write it out to each SD card. Simple.

Pi solutions are really aimed at the hobbyist and distributing them to non-technical people is a bit off centre.
If you want to keep using Pi based end points then RoPieee might be a better solution for the use you are describing as it self updates.

1 Like

How hard will it be to use terminal to upgrade DietPi? Windows 10 and macOS and of course Linux all have built in SSH program, just relax and enjoy it.

BTW, this issue is still part of DietPi:) I have the latest DPI: 7.4.2 and I have to run that magic command from CLI: dietpi-software reinstall 121

1 Like

Still an issue in dietpi as of Oct 2022.

My favorite workaround is @Nicolas_Will’s above:

dietpi-software reinstall 121

I’ve aliased it to update-roon so it’s easy to do, but it would still be best if it were automatic like other roon endpoints.

1 Like

I think we reintroduced the issue with DietPi v8.2 since when the Roon Bridge runs again as unprivileged user. To grant this user permissions to update the Roon Bridge, please try:

chmod -R roonbridge:root /opt/roonbridge

Should be solved with: v8.10 · MichaIng/DietPi@18d337d · GitHub

1 Like

Thank you! I’ve updated the permissions and will let you know if there are any further issues. Patch looks good. Thanks again.