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

Automatic updates with ppa (Ubuntu 14.04) #327

Closed
Huaba opened this issue Nov 15, 2016 · 3 comments
Closed

Automatic updates with ppa (Ubuntu 14.04) #327

Huaba opened this issue Nov 15, 2016 · 3 comments

Comments

@Huaba
Copy link

Huaba commented Nov 15, 2016

I've installed openhab2-offline with the snapshot ppa. My system installs updates every night. After more updates openhab doesn't run without a complete system reboot.

All UI's have an "ERR_CONNECTION_REFUSED" in the browser, and "sudo service openhab2 status" returns a "Ignoring predefined value for KARAF_HOME - status: Not running..."

An "ps -ef | grep openhab" return a lot of running processes (actually 8).

Any hint to prevent this behavior for a openhab noob?

At the moment i've stopped the automatic updates for openhab with "sudo apt-mark hold openhab2", but this is only a workaround :)

Thx for your great work, i love Openhab!

Huaba

@abedwardsw
Copy link

@theoweiss i suspect this is because init.d scripts don't wait for the process to exit before returning control on issue of "stop". If you'll notice that when you run openhab2 stop, the process is still running in most cases.

I see "stop" is called in some of the control scripts which appear to get called on upgrade of apt. I see there is a sleep 5 in there, but wondering if that is long enough?

I think it might be an idea to modify the openhab2 init.d script to wait for the process to exit for say 20 seconds, then if it hasn't exited kill the process? I think this might have better results. I didn't test, but also assuming that "openhab2 restart" would have similar issues.

I could shoot you a pull request sometime next week if you want.

@BClark09
Copy link
Member

Hi @Huaba, apologies for not getting back to you on this, it has been a busy time for deb packaging and we have moved the repo responsible for it, would you be able to copy this issue into openhab-linuxpkg/issues please? The behaviour might have changed since you posted this though, as I'd suspect that multiple instances are no longer allowed run at the same time. I should have time in the weekend to look at it.

@Huaba
Copy link
Author

Huaba commented Jan 13, 2017

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants