[SOLVED] Download Apps Online

Discussions about RaZberry - Z-Wave board for Raspberry computer
fivehundred
Posts: 10
Joined: 09 Aug 2015 19:50

Re: Download Apps Online

Post by fivehundred »

Hi was not able to use your command, so I got a trace using this one that i found with a google search:

Code: Select all

sudo strace -p 2266 -o /home/pi/zway_trace.txt
I hope that the log is useful to understand the problem, if not please be patient and help me to use correctly the strace command that you tell me before :)


thanks a lot!
User avatar
PoltoS
Posts: 7594
Joined: 26 Jan 2011 19:36

Re: Download Apps Online

Post by PoltoS »

you forgot -f before -p. this makes the log pretty usless ;(
User avatar
PoltoS
Posts: 7594
Joined: 26 Jan 2011 19:36

Re: Download Apps Online

Post by PoltoS »

In your trace I see
28806 stat64("/etc/ssl/certs/157753a5.0", <unfinished ...>
...
28806 <... stat64 resumed> 0xb37ce5f8) = -1 ENOENT (No such file or directory)

This means your box lacks CA to check our certificate. Please update SSL CA certs packages.

What is your Raspbian version?
fivehundred
Posts: 10
Joined: 09 Aug 2015 19:50

Re: Download Apps Online

Post by fivehundred »

"Raspbian GNU/Linux 7 (wheezy)".

What kind of CA is missing, Is a root CA used by zway server? Where i can find it?

Thanks very much PoltoS!
User avatar
PoltoS
Posts: 7594
Joined: 26 Jan 2011 19:36

Re: Download Apps Online

Post by PoltoS »

I think this will help

https://www.positivessl.com/cert-install.php

You will need to regenerate cache of certificate. Not sure how to do it. May be just apt-get update of some package responsible for ca certificates
fivehundred
Posts: 10
Joined: 09 Aug 2015 19:50

Re: Download Apps Online

Post by fivehundred »

Finally it works!!!

After your deep analisys, i solved with the cmd

Code: Select all

sudo apt-get install ca-certificates
Now I'm able to update installed apps and to download new ones.


thanks a lot for your support!
Post Reply