Page 1 of 2

Cant access Razberry IP and GUI on razbarry zway

Posted: 02 Sep 2017 13:34
by tos79
Hi,
I just installed the Razberry zwave module on my Pi3, I followed the installation instructions and everything went smoothly, however when i go to find.zwave.me, below the login screen it finds my razberry but when I click on it or manual type in the ip adress for access to the GUI, I just get an immidiate response that the connection is refused.

I tried reinstalling the Pi and Zwave but this does not work.
Need help, anyone got an idea what the problem could be?

Re: Cant access Razberry IP and GUI on razbarry zway

Posted: 02 Sep 2017 16:46
by vlad
What is your RaspberryPi OS version? Jessie or stretch?

Re: Cant access Razberry IP and GUI on razbarry zway

Posted: 03 Sep 2017 15:25
by tos79
Hi I just found out it is stretch, how do I downgrade to jessie?

Re: Cant access Razberry IP and GUI on razbarry zway

Posted: 04 Sep 2017 00:51
by vlad
you can install that additional lib like this:

wget http://mirrordirector.raspbian.org/rasp ... _armhf.deb
sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb

it will have some side effects of that some of ZWAVE modules will use 1.0 version the other standard library will use 1.0.2. I am testing it and it seems working for now.

Hopefully, next update of Zwave.me server will include correct build for Stretch.

Re: Cant access Razberry IP and GUI on razbarry zway

Posted: 12 Sep 2017 10:32
by tos79
Thanks for the help, it works now

Re: Cant access Razberry IP and GUI on razbarry zway

Posted: 12 Sep 2017 18:59
by MotoX
I have to say thank you as well vlad!

Re: Cant access Razberry IP and GUI on razbarry zway

Posted: 07 Oct 2017 12:22
by mr1
Does someone know, if it is possible somehow to force z-way-server to only use the old libcrypto.so.1.0.0 library instead of both the old libcrypto.so.1.0.0 and the new libcrypto.so.1.0.2 at the same time when running on stretch?

The z-way-server is basically still running after I upgraded my RPI from jessie to stretch, but unfortunately now it terminates every few hours with a SIGSEGV in libcrypto.so.1.0.2. Before the upgrade it ran stable for weeks. I guess this happens because of the mix of the two libraries. It seems to always happen when messages from a security enabled z-way device are processed.

Or is there something else I can do to prevent those crashes?

Because I have a lot of other things running on my RPI I don't want to downgrade it to jessie again only because of this.

Re: Cant access Razberry IP and GUI on razbarry zway

Posted: 09 Oct 2017 17:24
by vlad
Unfortunately, until Z-Way will be compiled with new 1.0.2 library it doomed to run like this. Z-Way itself is referencing 1.0.0 but all other components from Stretch are using 1.0.2.

I have some side effects (like update console always shows an error - this has something to do with SSL stuff) but not that serious like crashing after few hours.

I was hopping that 2.3.6 version will have variant compiled for Stretch but looks like not dice so far...

Re: Cant access Razberry IP and GUI on razbarry zway

Posted: 10 Oct 2017 19:24
by mr1
I put the z-way-server now into an LXC container with a Debian Jessie file system that runs on my Debian Stretch RPi. This is not a very simple solution, but at least it seems to work for me again properly now until we hopefully get a better solution. (Probably running it using chroot on a Jessie file system would also work, but I did not try it.)

Re: Cant access Razberry IP and GUI on razbarry zway

Posted: 18 Mar 2018 04:21
by Krooms
Hi!

Does the problem still exist?

Installation of the additional lib fails (NOT FOUND).