Page 1 of 1
Install not working
Posted: 28 Feb 2013 10:16
by kmahan
I ran the install command "wget -q -O -
http://razberry.z-wave.me/install | sudo bash" restarted and can't access the website according to the included manual.
in the logs there is this
"start-stop-daemon: unable to start z-way-server (No such file or directory)"
installed on brand new 2013
Posted: 28 Feb 2013 10:16
by kmahan
installed on brand new 2013-02-09-wheezy image
Did you un- and re-plug the
Posted: 28 Feb 2013 10:16
by Johnny
Did you un- and re-plug the power supply of the raspberry to re-boot after installation?
I had some error message when typing only "reboot" after the installation. Then un- and re-plugged and everything worked fine.
Please run the install script
Posted: 28 Feb 2013 10:16
by PoltoS
Please run the install script again and see error messages. May be there were some you missed?
You might want to clean /opt/z-way-server folder before.
Also make sure to do sync before rebooting - may be the stuff was lost during power off? We will include sync in next version of install script.
I have the same problem
Posted: 28 Feb 2013 10:16
by HeKa
I've installed on 2012-08-08-wheezy (Soft-float, because I need to run Java) and run sudo apt-get update and sudo apt-get upgrade before installing z-way-server. I'm also getting "start-stop-daemon: unable to start z-way-server (No such file or directory)". I tried reinstall and did a sync before rebooting. Also tried with un- and re-plug the power supply as suggested by Johnny, but that didn't work either...
If I go to /opt/z-way-server and run sudo ./z-way-server I get:
sudo: unable to execute ./z-way-server: No such file or directory
this is certainly due to hard
Posted: 28 Feb 2013 10:16
by PoltoS
this is certainly due to hard/soft FP. We support latest wheezy.
Try to do:
file /opt/z-way-server/z-way-server /bin/ls
to see the difference
new
Posted: 28 Feb 2013 10:16
by Polo571
Hello,
I have got exactly the same issue. The file command revealed nothing.
/opt/z-way-server/z-way-server ..., dynamically linked (uses shared libs), for GNU/Linux 3.6.3, not stripped.
Note that I ve tried with both Wheezy version. 2012-08-08-wheezy and 2013-02-09-wheezy
Did you find a solution.
I'm stuck. Thanks
Both distro with soft float
Posted: 28 Feb 2013 10:16
by PoltoS
Both distro with soft float point? We do not support it yet. Please use hard fp. If there would be a lot of requests, we will make another build for soft fp. But as far as we know, Java is not ported experimentally on hard fp.
Same problem
Posted: 28 Feb 2013 10:16
by pemme2
Hello,
I get the same error message "No such file or directory". I hve updated and upgraded my Wheezy but I still get the same error. When I go to the web browser i cannot connect to the demo UI.
What should I check?
This usually means missing
Posted: 28 Feb 2013 10:16
by PoltoS
This usually means missing libs or wrong executable formats. You can try
LD_LIBRARY_PATH=libs strace -f ./z-way-server
to have a look on problematic sysem call