Ubuntu Pastebin

Paste from liuxg at Wed, 7 Sep 2016 10:57:02 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
ubuntu@localhost:~$ sudo snap install classic --devmode --beta

error: cannot perform the following tasks:
- Download snap "classic" (13) from channel "beta" (cannot get nonce from store: Post https://myapps.developer.ubuntu.com/identity/api/v1/nonces: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers))
ubuntu@localhost:~$ sudo snap install classic --devmode --beta

classic (beta) 16.04 from 'canonical' installed
ubuntu@localhost:~$ sudo classic.create   
runtime: this CPU has no floating point hardware, so it cannot run
this GOARM=6 binary. Recompile using GOARM=5.
ubuntu@localhost:~$ sudo classic.create 
runtime: this CPU has no floating point hardware, so it cannot run
this GOARM=6 binary. Recompile using GOARM=5.
ubuntu@localhost:~$ classic
classic         classic.create  classic.reset   
ubuntu@localhost:~$ sudo classic
runtime: this CPU has no floating point hardware, so it cannot run
this GOARM=6 binary. Recompile using GOARM=5.
ubuntu@localhost:~$ 
Download as text