OpenHAB2 installation issue on Synology DSM 6.2.1

The “duck still alive” … french expression :joy:
Command line interface now starts, but very very very slow (few minutes to get an answer) or even no response.
The result is the same that stating it from the DSM interface, the disk activity raises 100% and no logs in the usedata directories
See below
Question: could it be a disk issue, I am using an old Samsung HD103SI, which is not in the support list for the DS119J?.. I note that all the programs that I am suing are working.
Robert@Home_Server:/volume1/@appstore/openHAB$ ./start_debug.sh
Launching the openHAB runtime…
Listening for transport dt_socket at address: 5005

                          __  _____    ____      
  ____  ____  ___  ____  / / / /   |  / __ )     
 / __ \/ __ \/ _ \/ __ \/ /_/ / /| | / __  | 
/ /_/ / /_/ /  __/ / / / __  / ___ |/ /_/ /      
\____/ .___/\___/_/ /_/_/ /_/_/  |_/_____/     
    /_/                        2.3.0
                               Release Build   

Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown openHAB.

openhab>  

Robert@Home_Server:~$ ls -l /volume1/@appstore/openHAB/userdata/logs
total 0
-rwxrwxrwx 1 Robert users 0 Jan 4 09:38 audit.log
-rwxrwxrwx 1 Robert users 0 Jan 4 09:38 events.log
-rwxrwxrwx 1 Robert users 0 Jan 4 09:34 openhab.log
Robert@Home_Server:~$ ls -l /volume1/SmartHome/openHAB/userdata/logs
total 0
-rwxrwxrwx 1 Robert users 0 Jan 4 09:38 audit.log
-rwxrwxrwx 1 Robert users 0 Jan 4 09:38 events.log
-rwxrwxrwx 1 Robert users 0 Jan 4 09:34 openhab.log
Robert@Home_Server:~$

hmm okay this confuses me…

@cniweb have you any ideas, whats here happen?

or is the System too small with CPU Clock @ 800MHz and 256MB RAM?

Andre

Thanks for your support, but I will give-up; too many efforts for nothing.
Generally speaking I am disappointed about the Synology NAS. I thought it was a kind of “reference” in the NAS world, but it ends-up to be a very simple OS, slow response with basic user interface and lack of troubleshooting means, no active forum.
Other than me will have probably more courage to solve this problem if they are facing it.

I have a little experience to configure openHAB (… not so easy), so solving the openHAB installation on Synology is only one small part of the problem (or the beginning of it) .

So I will use my NAS for what it is; share my videos and photos.

Plan B is to install openHAB2 on Raspberry Pi with bootable disk and migrate my exiting House Automation openHAB to this new environment.
I am pretty sure that I will have questions to ask while configuring this environment.

Thanks again
Robert

1 Like

The DS119j has only 256MB of memory (see specs) so it probably can’t keep everything in its memory and is most likely continuously swapping memory to/from the harddisk when running openHAB. The Raspberry Pi 3 already has 4x times as much memory (1 GB). :hushed:

1 Like