-
Notifications
You must be signed in to change notification settings - Fork 46
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
A mpd_oled is crashing in idle/clock mode after switching to 64bit. #85
Comments
Hi Thanks for reporting the issue. Just to check, you have built a 64 bit mpd_oled binary from source on the sytem you are running the binary on. Were there any warnings printed when compiling? If you aren't sure, could you rebuild mpd_oled and review the output for any warnings or errors. Adrian. |
Yes, I have built it on the same system I'm running the binary on. There were no warnings when compiling. I have to add that when I run binary in terminal from command line it works as it suppose to. |
The issue seems strange. Just to confirm
The backtrace contains the line #7 0x000000559187c648 n/a (/home/.local/bin/mpd_oled.new + 0x14c648) Do you know anything about "/home/.local/bin/mpd_oled.new"? Could you post the contents of: /etc/systemd/system/mpd_oled.service Adrian. |
yes
yes (as above)
yes - stopping or pausing(mpc client)
Yes, my mistake. Should be as above, /usr/local/bin. That is from my other test attempt.
Now is:
|
Hi The service file isn't as expected, as it should start mpd_oled from a launch script that waits for mpd to start. I am not sure if it will help, but it would make sense to have the service file setup like a new install for testing. If you are not running the repository version of mpd_oled then please install that version instead. In all cases (even if you reinstall), reset the service file with
List the contents of Adrian. |
I don't think it will help as well. Yes, I admit that my service file is custom but for testing purposes I followed your path but mpd_oled_service_edit gives me:
using manual setup:
doesn't change anything. |
Hi I tracked down the It is difficult to suggest more things to try, but maybe it is related to the system user that is used to run the mpd_oled program when the service starts it. I'll see if I can install here and take a look. Where can I download the rAudio image are you using? Are there any other instructions to set up the system as you have done? Adrian. |
Full image you can find here and update via rAudio GUI to the latest. There is no additional system setup I have that may be applicable for that mpd_oled issue.
and in /etc/modules-load.d/mpd_oled.conf How to set wi-fi you can find in readme. |
I have upgraded my rAudio based on Arch from 32bit to 64bit and cannot make mpd_oled to work while in idle/clock mode. During a playback mpd_oled is working ok.
and
I'm not sure it is a mpd_oled issue and for me it looks like mpd_oled is crashing because systemd is stopping its service.
But why? The same setup is working in 32bit system.
The text was updated successfully, but these errors were encountered: