Installation of 2.1.0.002 fails on Synology DS916+

Hi guys,

I tried to install the mentioned package on the ds and it seems to install “something”, but there is a lot of stuff missing…
for example the ./openHAB2/target directory just contains this:
-rwxr-xr-x 1 root root 1132 Nov 17 2013 start_debug_runtime.sh
-rwxr-xr-x 1 root root 930 Nov 17 2013 start_runtime.sh
-rwxr-xr-x 1 root root 65 Nov 17 2013 stop_runtime.sh

nothing else…

There should be a lot of stuff in there…

I´m not sure where to look for logs for the installation …
The application is also not available via browser (probably services can´t start or not there)

Where can i get more infos ?

Thanks alot and greetings,

Wurzelseppi

update1: found this in /var/log/synopkg.log:

2017/02/09 10:22:24     uninstall       openHAB2 2.1.0.002-SNAPSHOT:
                        End:    postuninst      ret=[0]
2017/02/09 10:22:24     uninstall openHAB2: Uninstall 2.1.0.002-SNAPSHOT successfully
2017/02/09 10:25:44     (system) trigger         :
                        Begin:  /bin/tar xf /volume1/@tmp/upload_tmp.286150 -C /volume1/@tmp/589C35980 INFO --no-same-owner
2017/02/09 10:25:44     (system) trigger         :
                        End:    /bin/tar xf /volume1/@tmp/upload_tmp.286150 -C /volume1/@tmp/589C35980 INFO --no-same-owner     ret=[0]
2017/02/09 10:25:44     (system) trigger         :
                        Begin:  /bin/tar xf /volume1/@tmp/upload_tmp.286150 -C /volume1/@tmp/589C35980 conf --no-same-owner
/bin/tar: conf: Not found in archive
/bin/tar: Exiting with failure status due to previous errors

When i check this upload… file it´s the original pkg with the scripts folder and the install.sh (including the DOWNLOAD_PATH variable) in it…

the mentioned variables in the file are

DOWNLOAD_PATH="https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab/target"
DOWNLOAD_FILE1="openhab-2.1.0-SNAPSHOT.zip"

The “Release” package works (with the following variables)

DOWNLOAD_PATH="https://bintray.com/openhab/mvn/download_file?file_path=org/openhab/distro/openhab/2.0.0"
DOWNLOAD_FILE1="openhab-2.0.0.zip"