installation problems

Discussions about RaZberry - Z-Wave board for Raspberry computer
lazyha
Posts: 8
Joined: 10 Apr 2014 23:39

installation problems

Post by lazyha »

Hi all,

I had serious probelms installing the software many times.
After many installations I still can't reach the demo ui.

After the last install there is only one message I'm worried about:
Stopping Z-Way: start-stop-daemon: warning: failed to kill 1708: No such process
done.

And this is in the logfile:
z-way-server: error while loading shared libraries: libarchive.so.12: cannot open shared object file: No such file or directory

Raspberry_ip:8083 still not available (i tried other ports (after editing config)) but it doesn't work.

Any clues how to get it working?
ollfa
Posts: 31
Joined: 12 Jul 2013 11:36

Re: installation problems

Post by ollfa »

Are you using Raspbian distro?

Look at openElec howto, there is a part describing howto install libarchive.
lazyha
Posts: 8
Joined: 10 Apr 2014 23:39

Re: installation problems

Post by lazyha »

Yes, running raspbmc
still figuring out to install libarchive



*edit
Got it running :D
lazyha
Posts: 8
Joined: 10 Apr 2014 23:39

Re: installation problems

Post by lazyha »

I thought I had it runnung but I think somryhing is still wrong:

11/4/14 - 21:3Can not load modules.json from modules/AutoOff/module.json: SyntaxError: Unexpected token X

in the end of the log there is a line with Serial port is gone.

[2014-04-12 07:47:56.894] Job 0x07: deleted from queue
[2014-04-12 07:47:56.906] Job 0x06: deleted from queue
[2014-04-12 07:47:56.917] Job 0xd2: deleted from queue
[2014-04-12 07:47:56.929] Job 0x20: deleted from queue
[2014-04-12 07:47:56.940] Job 0x05: deleted from queue
[2014-04-12 07:47:56.952] Job 0x15: deleted from queue
[2014-04-12 07:47:56.964] Job 0x56: deleted from queue
[2014-04-12 07:47:56.998] Job 0x02: deleted from queue
[2014-04-12 07:47:57.009] Job 0x62: deleted from queue
[2014-04-12 07:47:57.021] Job 0x62: deleted from queue
[2014-04-12 07:47:57.032] Job 0x62: deleted from queue
[2014-04-12 07:47:57.044] Job 0x41: deleted from queue
[2014-04-12 07:47:57.056] Job 0x41: deleted from queue
[2014-04-12 07:47:57.067] Job 0x41: deleted from queue
[2014-04-12 07:47:57.079] Job 0x41: deleted from queue
[2014-04-12 07:47:57.090] Job 0x80: deleted from queue
[2014-04-12 07:47:57.102] Job 0x80: deleted from queue
[2014-04-12 07:47:57.114] Job 0x80: deleted from queue
[2014-04-12 07:47:57.125] Job 0x80: deleted from queue
[2014-04-12 07:47:57.137] Job 0x03: deleted from queue
[2014-04-12 07:47:57.148] Job 0x05: deleted from queue
[2014-04-12 07:47:57.160] Job 0x54: deleted from queue
[2014-04-12 07:48:09.516] Serial port has gone
[2014-04-12 07:48:09.516] Device processing interrupted
[2014-04-12 07:48:09.516] Worker thread exit point
[2014-04-12 07:48:10.228] Worker thread successfully finished
[2014-04-12 07:48:10.228] Saving configuration data to ./config/zddx/d4c22bce-DevicesData.xml
ollfa
Posts: 31
Joined: 12 Jul 2013 11:36

Re: installation problems

Post by ollfa »

Raspmc does not come with GPIO module, you need to install it manually. If you want a media center solution use openElec instead it has GPIO preinstalled.
lazyha
Posts: 8
Joined: 10 Apr 2014 23:39

Re: installation problems

Post by lazyha »

ollfa wrote:Raspmc does not come with GPIO module, you need to install it manually. If you want a media center solution use openElec instead it has GPIO preinstalled.
Are you sure?
This is what I read on the internet:
UPDATE : The latest Raspbian SD card image includes the RPi.GPIO library already
ollfa
Posts: 31
Joined: 12 Jul 2013 11:36

Re: installation problems

Post by ollfa »

I tried raspbmc a year ago and at that time gpio was not included so I just gave up and switched to openelec instead. I got openelec working and wrote the howto which is pinned in the forum. The howto is pretty straight forward and should still be up to date.

There is probably no difference in performance when it comes to media streaming in raspbmc and openelec. I experienced some lag when operating lights in razberry and streaming video at the same time in both distros, thats why I finally decided to use raspbian.
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: installation problems

Post by pz1 »

If you do not need frequent calls to the GPIO pins, you also might consider using Gordon Henderson's wiringPi module. I did use that via system calls as described in my Sunshades example. That page also contains the link to Gordon's Pi module.
Since 29-12-2016 I am no longer a moderator for this forum
lazyha
Posts: 8
Joined: 10 Apr 2014 23:39

Re: installation problems

Post by lazyha »

With every action I take wich something has got to do with nodes the serial prot is gone..................
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: installation problems

Post by pofs »

"Serial port is gone" is a sign that communication with /dev/ttyAMA0 has been lost (more specifically, read() call has returned 0, which means EOF). This might indicate some hardware or driver problems with your Pi.
Post Reply