Install not working

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
kmahan
Posts: 2
Joined: 19 Feb 2013 00:10

Install not working

Post 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)"
kmahan
Posts: 2
Joined: 19 Feb 2013 00:10

installed on brand new 2013

Post by kmahan »

installed on brand new 2013-02-09-wheezy image
Johnny
Posts: 5
Joined: 26 Feb 2013 14:38

Did you un- and re-plug the

Post 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.
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Please run the install script

Post 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.
HeKa
Posts: 2
Joined: 29 Apr 2013 00:20

I have the same problem

Post 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
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

this is certainly due to hard

Post 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
Polo571
Posts: 1
Joined: 17 May 2013 19:09

new

Post 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

User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Both distro with soft float

Post 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.
pemme2
Posts: 4
Joined: 05 Mar 2013 20:44

Same problem

Post 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?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

This usually means missing

Post 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
Post Reply