Skip to content
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

DietPi-Software | Subsonic: (On Buster) service stop does not stop process #2787

Closed
MichaIng opened this issue May 11, 2019 · 3 comments
Closed
Labels
Buster External bug 🐞 For bugs which are not caused by DietPi. Workaround available 🆗 Workaround is available/has been implemented, but a definite solution should be found when possible.
Milestone

Comments

@MichaIng
Copy link
Owner

MichaIng commented May 11, 2019

root@VM-Buster:/tmp# pgrep -f subsonic
16422
root@VM-Buster:/tmp# kill 16422
root@VM-Buster:/tmp# pgrep -f subsonic
root@VM-Buster:/tmp# systemctl start subsonic
root@VM-Buster:/tmp# pgrep -f subsonic
16504
root@VM-Buster:/tmp# systemctl stop subsonic
root@VM-Buster:/tmp# pgrep -f subsonic
16504
root@VM-Buster:/tmp# /etc/init.d/subsonic stop
[ ok ] Stopping subsonic (via systemctl): subsonic.service.
root@VM-Buster:/tmp# pgrep -f subsonic
16504
root@VM-Buster:/tmp# kill 16504

Buster only issue?
Java 11 related?

@MichaIng MichaIng added Buster External bug 🐞 For bugs which are not caused by DietPi. Investigating 🤔 labels May 11, 2019
@MichaIng
Copy link
Owner Author

MichaIng commented May 13, 2019

Okay, indeed Subsonic does not yet support Java 11. Install and service start works fine, but web access fails.

To not make things too complicated I think we need to disable it on Buster for now. Testing Airsonic now.
... same with Airsonic!

@MichaIng MichaIng modified the milestones: v6.24, v6.25 May 13, 2019
@MichaIng MichaIng added the Workaround available 🆗 Workaround is available/has been implemented, but a definite solution should be found when possible. label May 19, 2019
@MichaIng
Copy link
Owner Author

Done: 3c98f4d

@MichaIng
Copy link
Owner Author

Airsonic supports Java 11 now, Subsonic still not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Buster External bug 🐞 For bugs which are not caused by DietPi. Workaround available 🆗 Workaround is available/has been implemented, but a definite solution should be found when possible.
Projects
None yet
Development

No branches or pull requests

1 participant