Error on initial install

Discussions about RaZberry - Z-Wave board for Raspberry computer
robpow
Posts: 3
Joined: 05 Jul 2014 21:18

Re: Error on initial install

Post by robpow »

Hi All,

Same problem here. Just done the initial install and can't get past this error. There's nothing listening on port 8083 either before or after the installation.

What does this error mean, in terms of what should have happened? What populates that folder where it expects to see files?

Thanks,
Matt
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

Re: Error on initial install

Post by PoltoS »

We need installation log and your OS name/version
robpow
Posts: 3
Joined: 05 Jul 2014 21:18

Re: Error on initial install

Post by robpow »

Exact same problem here!

root@raspi:~# cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"

I can send/upload the full output from the install script if required.

matt
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

Re: Error on initial install

Post by PoltoS »

yes, please. hard to help without any log file. you can also run install script with bash -x option to have more debug
robpow
Posts: 3
Joined: 05 Jul 2014 21:18

Re: Error on initial install

Post by robpow »

Ok I think I've solved it.

The ZDDX error was probably a red herring.

I took off the /dev/null redirect on the service start command line and spotted this error:

root@sunpi:/etc/init.d# z-way-server: error while loading shared libraries: libarchive.so.12: cannot open shared object file: No such file or directory

Curiously it didn't prevent the service from starting so it wasn't obvious to check here.

All I did to fix it was:

Code: Select all

apt-get install libarchive-dev
After that it started up perfectly and the server is now listening on port 8083.

Matt
Post Reply