Error running snappy commands on RaspberryPiV2
Louis St-Amour
louisstamour at gmail.com
Sat Feb 21 04:22:47 UTC 2015
Hi Jim,
As reported elsewhere and by me earlier in the email archives, you need to set the time on the Pi since it doesn't have a startup clock. A patch to enable time syncing has landed but it will be hard to update existing devices if they cannot receive the new image through this command.
The fix is simple enough. Have a look at the varied answers at: http://askubuntu.com/questions/342854/what-is-the-command-line-statement-for-changing-the-system-clock
I'm sure the Raspberry Pi website will have an updated disk image at some point, but I've no insider information to share. :-)
Also, have a look at the web interface, http://webdm.local:4200/
Thanks,Louis
Sent from Outlook
On Fri, Feb 20, 2015 at 8:05 PM -0800, "Jim Kopps" <techtheory at gmail.com> wrote:
I have installed snappy core (Ubuntu Vivid Vervet - Dev branch) on my Rasbberry Pi and whenever I try to run a snappy command I get the traceback dump below. Also, perhaps unrelated, perhaps not, I can connect to 192.168.1.108:4200 but not webdm.local:4200. The store is empty, no hello world or anything else. If I can get past the traceback below, I will work on figuring out the rest myself.
Thanks,
Jim (techtheory)
ubuntu at localhost:~$ snappy versionsTraceback (most recent call last): File "/usr/bin/snappy", line 25, in <module> status = Main().__main__() File "/usr/lib/python3/dist-packages/snappy/main.py", line 195, in __main__ return callback(args) File "/usr/lib/python3/dist-packages/snappy/main.py", line 334, in _do_versions click_versions = ClickDataSource().versions(all) File "/usr/lib/python3/dist-packages/snappy/click.py", line 189, in versions all_updates_list = repo.get_upgradable() File "/usr/lib/python3/dist-packages/click/repository.py", line 183, in get_upgradable headers={"content-type": "application/json"}) File "/usr/lib/python3/dist-packages/click/network.py", line 70, in http_request curl.perform()pycurl.error: (60, 'server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none')ubuntu at localhost:~$ sudo snappy versionsTraceback (most recent call last): File "/usr/bin/snappy", line 25, in <module> status = Main().__main__() File "/usr/lib/python3/dist-packages/snappy/main.py", line 195, in __main__ return callback(args) File "/usr/lib/python3/dist-packages/snappy/main.py", line 334, in _do_versions click_versions = ClickDataSource().versions(all) File "/usr/lib/python3/dist-packages/snappy/click.py", line 189, in versions all_updates_list = repo.get_upgradable() File "/usr/lib/python3/dist-packages/click/repository.py", line 183, in get_upgradable headers={"content-type": "application/json"}) File "/usr/lib/python3/dist-packages/click/network.py", line 70, in http_request curl.perform()pycurl.error: (60, 'server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/snappy-devel/attachments/20150221/7e840ef5/attachment.html>
More information about the snappy-devel
mailing list