Ubuntu Pastebin

Paste from robie at Tue, 16 Feb 2016 11:33:55 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# echo $http_proxy
http://squid.internal:3128/
# echo $https_proxy
http://squid.internal:3128/
# /usr/bin/lxd --group lxd --logfile=/var/log/lxd/lxd.log --debug


INFO[02-16|11:31:50] LXD is starting                          path=/var/lib/lxd
INFO[02-16|11:31:50] Default uid/gid map: 
INFO[02-16|11:31:50]  - u 0 100000 65536 
INFO[02-16|11:31:50]  - g 0 100000 65536 
INFO[02-16|11:31:50] Init                                     driver=storage/dir
INFO[02-16|11:31:50] Looking for existing certificates        cert=/var/lib/lxd/server.crt key=/var/lib/lxd/server.key
INFO[02-16|11:31:50] LXD isn't socket activated 
INFO[02-16|11:31:50] REST API daemon: 
INFO[02-16|11:31:50]  - binding socket                        socket=/var/lib/lxd/unix.socket
INFO[02-16|11:31:56] handling                                 method=GET url=/1.0 ip=@
DBUG[02-16|11:31:56] 
	{
		"type": "sync",
		"status": "Success",
		"status_code": 200,
		"metadata": {
			"api_compat": 1,
			"auth": "trusted",
			"config": {
				"images.remote_cache_expiry": "10"
			},
			"environment": {
				"addresses": [],
				"architectures": [
					2,
					1
				],
				"driver": "lxc",
				"driver_version": "1.1.5",
				"kernel": "Linux",
				"kernel_architecture": "x86_64",
				"kernel_version": "4.2.0-27-generic",
				"server": "lxd",
				"server_pid": 13312,
				"server_version": "0.20",
				"storage": "dir",
				"storage_version": ""
			}
		}
	} 
INFO[02-16|11:31:56] handling                                 method=GET url=/1.0 ip=@
DBUG[02-16|11:31:56] 
	{
		"type": "sync",
		"status": "Success",
		"status_code": 200,
		"metadata": {
			"api_compat": 1,
			"auth": "trusted",
			"config": {
				"images.remote_cache_expiry": "10"
			},
			"environment": {
				"addresses": [],
				"architectures": [
					2,
					1
				],
				"driver": "lxc",
				"driver_version": "1.1.5",
				"kernel": "Linux",
				"kernel_architecture": "x86_64",
				"kernel_version": "4.2.0-27-generic",
				"server": "lxd",
				"server_pid": 13312,
				"server_version": "0.20",
				"storage": "dir",
				"storage_version": ""
			}
		}
	} 
INFO[02-16|11:31:58] handling                                 method=POST url=/1.0/containers ip=@
DBUG[02-16|11:31:58] 
	{
		"name": "jessie-test",
		"source": {
			"fingerprint": "221c31d95638536a191d1df24a95fba00090b49ff1714591dc129fe02ac9bba4",
			"mode": "pull",
			"server": "https://images.linuxcontainers.org:443",
			"type": "image"
		}
	} 
DBUG[02-16|11:31:58] Responding to container create 
INFO[02-16|11:31:58] Image not in the db, downloading it      image=221c31d95638536a191d1df24a95fba00090b49ff1714591dc129fe02ac9bba4 server=https://images.linuxcontainers.org:443
INFO[02-16|11:31:58] Downloading the image                    image=221c31d95638536a191d1df24a95fba00090b49ff1714591dc129fe02ac9bba4
Download as text