-
Notifications
You must be signed in to change notification settings - Fork 42
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
openHAB 2 not starting on Synology NAS 209 #83
Comments
Hi @mistermaek What version of DSM are you using and which package version do you use? |
Hi, the DSM Version is 4.2 and the package version is 2.2.0.005-SNAPSHOT. |
anyone an idea why it doesn't work? |
Hi @mistermaek, at the moment we are testing the new prerelease 2.2.0.006, which will include a install.log file. We hope that this new implementation will help us to analyze your problem. You are welcome to join the tests: https://github.com/SchoppAx/openhab-syno-spk/releases/tag/2.2.0.006-SNAPSHOT Post the new logfile located in /var/packages/openHAB2/install.log (check the log before you close the install wizard) |
Same bug DSM 5.2-5967 |
@mistermaek and @Kondratiy, please use the new release and post your |
Yeah, there is an bug by getting the share location on < DSM 6. We have a fix for that coming soon ;-) |
Hi there, |
Hi @mistermaek , can you please test this update: https://github.com/SchoppAx/openhab-syno-spk/releases/tag/2.2.0.007-SNAPSHOT thx |
Oh, i forgot the exit after the error message. I changed the container file back to .zip, because the tar command doesn't extract all files under <= DSM 5.2. So you need a tool to extract a .zip container like unzip or 7z. The .spk will check for these two commands. If none of the two is found you become this error. Do you have unzip installed? Then please open a terminal session and run these command: Or tell me which tool your syno use ;-) |
I can confirm this (on DSM 4.2 and 5.2) The 7zip on DSM 5.2 is the following version:
|
Ok, this is strange. Can you please run the following commands: These are the conditions to extract the container. thx |
Sorry, you have to write it line by line if [ -x "$(command -v unzip)" ]; then
echo "unzip is executable."
fi or add a semicolon if [ -x "$(command -v unzip)" ]; then echo "unzip is executable."; fi |
The We fixed it, but still get the |
@SchoppAx Any news about this issue with the karaf not found error? |
Hi @mistermaek, please check out my new pre-release: https://github.com/SchoppAx/openhab-syno-spk/releases/tag/2.2.0.007-SNAPSHOT I installed this version on my virtual DSM 5 machine. karaf is now there. So please run the package on your DS :-) |
Ok, openHAB is running on DSM 5, but this line https://github.com/SchoppAx/openhab-syno-spk/blob/a616c0107486e6c0d4042ad1ed66c844b5c6d201/scripts/start-stop-status.sh#L84 doesn't work on DSM 5. |
@mistermaek this pre-release work now on my DSM 5.2 VM: https://github.com/SchoppAx/openhab-syno-spk/releases/tag/2.2.0.007-SNAPSHOT |
Hi SchoppAx, |
Hi there,
i tried also via ssh to start the runtime by the script start.sh but it failed with the following error:
../start.sh: exec: line 6: ../runtime/bin/karaf: not found
Aferwards i check the folder runtime/bin and there is no karaf at all, there is only a contrib folder!
Any ideas?
Thx in advance for your help.
The text was updated successfully, but these errors were encountered: