fauxhai 5.2.0 → 5.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a21fdc23ca8486c7b9cce4ecf46766c28b66f0e
4
- data.tar.gz: 70ea53cbb70b4eab35a8867beea96166789f7c3e
3
+ metadata.gz: aee26481b686f2a9267c9896ef86272ffed9e0d2
4
+ data.tar.gz: 67a6c5359dcc7df13cac0425fb121768a391bf04
5
5
  SHA512:
6
- metadata.gz: d0954323750d5917607adc8a0463677126ef477d3b5dd94b665855ead2c0a51ab50aa49ee8ea472cc88ef7fadff2caada19ec1f440c8e8f5d77d15b7abaad9e6
7
- data.tar.gz: 84b84b748da84f80fa5629c870f70a65c93a1418f6b05b359e15cdece142de71b1ff3c70eb488cdf7096c7bfebd1d6ca0e4e4ecc3df951cc478b3c6df287a62e
6
+ metadata.gz: faf75174b448b99d95f26aa1a39692ed347697ea2580d554b6b768051de4282945988292a6d2c23458ca9ce159758977437c856f9aa135e11eed111263f0847a
7
+ data.tar.gz: 4123e8e3af940d3e0e9d49bdf8c78491aaa6919ff5ed8378ed2f8296250fea8813f96d6f4ff9e532bce0e1a4f83c29e83347095ee41a016fca446decd0eab336
@@ -1,5 +1,15 @@
1
1
  # Fauxhai Changelog
2
2
 
3
+ ## v5.3.0 (2017-07-31)
4
+
5
+ - Added new platform data:
6
+
7
+ - `Debian` 8.9, 9.1
8
+ - `FreeBSD` 11.1
9
+ - `Fedora` 26
10
+ - `Windows` 2016
11
+ - `openSUSE` 42.3
12
+
3
13
  ## v5.2.0 (2017-06-21)
4
14
 
5
15
  - Added new platform data:
@@ -47,7 +47,9 @@ This file lists each platform known to Fauxhai and the available versions for ea
47
47
  - 7.11
48
48
  - 8.7
49
49
  - 8.8
50
+ - 8.9
50
51
  - 9.0
52
+ - 9.1
51
53
 
52
54
  ### dragonfly4
53
55
 
@@ -57,11 +59,13 @@ This file lists each platform known to Fauxhai and the available versions for ea
57
59
 
58
60
  - 24
59
61
  - 25
62
+ - 26
60
63
 
61
64
  ### freebsd
62
65
 
63
66
  - 10.3
64
67
  - 11.0
68
+ - 11.1
65
69
 
66
70
  ### gentoo
67
71
 
@@ -94,6 +98,7 @@ This file lists each platform known to Fauxhai and the available versions for ea
94
98
  - 13.2
95
99
  - 42.1
96
100
  - 42.2
101
+ - 42.3
97
102
 
98
103
  ### oracle
99
104
 
@@ -143,5 +148,6 @@ This file lists each platform known to Fauxhai and the available versions for ea
143
148
  - 2008R2
144
149
  - 2012
145
150
  - 2012R2
151
+ - 2016
146
152
  - 7
147
153
  - 8.1
@@ -0,0 +1,3628 @@
1
+ {
2
+ "block_device": {
3
+ "sda": {
4
+ "size": "16777216",
5
+ "removable": "0",
6
+ "model": "VBOX HARDDISK",
7
+ "rev": "1.0",
8
+ "state": "running",
9
+ "timeout": "30",
10
+ "vendor": "ATA",
11
+ "queue_depth": "31",
12
+ "rotational": "1",
13
+ "physical_block_size": "512",
14
+ "logical_block_size": "512"
15
+ },
16
+ "sr0": {
17
+ "size": "2097151",
18
+ "removable": "1",
19
+ "model": "CD-ROM",
20
+ "rev": "1.0",
21
+ "state": "running",
22
+ "timeout": "30",
23
+ "vendor": "VBOX",
24
+ "queue_depth": "1",
25
+ "rotational": "1",
26
+ "physical_block_size": "512",
27
+ "logical_block_size": "512"
28
+ }
29
+ },
30
+ "chef_packages": {
31
+ "chef": {
32
+ "version": "13.2.20",
33
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.2.20/lib"
34
+ },
35
+ "ohai": {
36
+ "version": "13.2.0",
37
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/ohai-13.2.0/lib/ohai"
38
+ }
39
+ },
40
+ "command": {
41
+ "ps": "ps -ef"
42
+ },
43
+ "counters": {
44
+ "network": {
45
+ "interfaces": {
46
+ "lo": {
47
+ "tx": {
48
+ "queuelen": "1",
49
+ "bytes": 0,
50
+ "packets": 0,
51
+ "errors": 0,
52
+ "drop": 0,
53
+ "carrier": 0,
54
+ "collisions": 0
55
+ },
56
+ "rx": {
57
+ "bytes": 0,
58
+ "packets": 0,
59
+ "errors": 0,
60
+ "drop": 0,
61
+ "overrun": 0
62
+ }
63
+ },
64
+ "eth0": {
65
+ "rx": {
66
+ "bytes": 0,
67
+ "packets": 0,
68
+ "errors": 0,
69
+ "drop": 0,
70
+ "overrun": 0,
71
+ "frame": 0,
72
+ "compressed": 0,
73
+ "multicast": 0
74
+ },
75
+ "tx": {
76
+ "bytes": 0,
77
+ "packets": 0,
78
+ "errors": 0,
79
+ "drop": 0,
80
+ "overrun": 0,
81
+ "collisions": 0,
82
+ "carrier": 0,
83
+ "compressed": 0
84
+ }
85
+ }
86
+ }
87
+ }
88
+ },
89
+ "cpu": {
90
+ "real": 1,
91
+ "total": 1,
92
+ "cores": 1
93
+ },
94
+ "current_user": "fauxhai",
95
+ "dmi": {
96
+ "dmidecode_version": "2.12",
97
+ "smbios_version": "2.5",
98
+ "structures": {
99
+ "count": "10",
100
+ "size": "450"
101
+ },
102
+ "table_location": "0x000E1000",
103
+ "bios": {
104
+ "all_records": [
105
+ {
106
+ "record_id": "0x0000",
107
+ "size": "0",
108
+ "application_identifier": "BIOS Information",
109
+ "Vendor": "innotek GmbH",
110
+ "Version": "VirtualBox",
111
+ "Release Date": "12/01/2006",
112
+ "Address": "0xE0000",
113
+ "Runtime Size": "128 kB",
114
+ "ROM Size": "128 kB",
115
+ "Characteristics": {
116
+ "ISA is supported": null,
117
+ "PCI is supported": null,
118
+ "Boot from CD is supported": null,
119
+ "Selectable boot is supported": null,
120
+ "8042 keyboard services are supported (int 9h)": null,
121
+ "CGA/mono video services are supported (int 10h)": null,
122
+ "ACPI is supported": null
123
+ }
124
+ }
125
+ ],
126
+ "vendor": "innotek GmbH",
127
+ "version": "VirtualBox",
128
+ "release_date": "12/01/2006",
129
+ "address": "0xE0000",
130
+ "runtime_size": "128 kB",
131
+ "rom_size": "128 kB"
132
+ },
133
+ "system": {
134
+ "all_records": [
135
+ {
136
+ "record_id": "0x0001",
137
+ "size": "1",
138
+ "application_identifier": "System Information",
139
+ "Manufacturer": "innotek GmbH",
140
+ "Product Name": "VirtualBox",
141
+ "Version": "1.2",
142
+ "Serial Number": "0",
143
+ "UUID": "30999B7D-4ECD-4FBC-A411-1C60BB9AA2C4",
144
+ "Wake-up Type": "Power Switch",
145
+ "SKU Number": "Not Specified",
146
+ "Family": "Virtual Machine"
147
+ }
148
+ ],
149
+ "manufacturer": "innotek GmbH",
150
+ "product_name": "VirtualBox",
151
+ "version": "1.2",
152
+ "serial_number": "0",
153
+ "uuid": "30999B7D-4ECD-4FBC-A411-1C60BB9AA2C4",
154
+ "wake_up_type": "Power Switch",
155
+ "sku_number": "Not Specified",
156
+ "family": "Virtual Machine"
157
+ },
158
+ "base_board": {
159
+ "all_records": [
160
+ {
161
+ "record_id": "0x0008",
162
+ "size": "2",
163
+ "application_identifier": "Base Board Information",
164
+ "Manufacturer": "Oracle Corporation",
165
+ "Product Name": "VirtualBox",
166
+ "Version": "1.2",
167
+ "Serial Number": "0",
168
+ "Asset Tag": "Not Specified",
169
+ "Features": {
170
+ "Board is a hosting board": null
171
+ },
172
+ "Location In Chassis": "Not Specified",
173
+ "Chassis Handle": "0x0003",
174
+ "Type": "Motherboard",
175
+ "Contained Object Handles": "0"
176
+ }
177
+ ],
178
+ "manufacturer": "Oracle Corporation",
179
+ "product_name": "VirtualBox",
180
+ "version": "1.2",
181
+ "serial_number": "0",
182
+ "asset_tag": "Not Specified",
183
+ "location_in_chassis": "Not Specified",
184
+ "chassis_handle": "0x0003",
185
+ "type": "Motherboard",
186
+ "contained_object_handles": "0"
187
+ },
188
+ "chassis": {
189
+ "all_records": [
190
+ {
191
+ "record_id": "0x0003",
192
+ "size": "3",
193
+ "application_identifier": "Chassis Information",
194
+ "Manufacturer": "Oracle Corporation",
195
+ "Type": "Other",
196
+ "Lock": "Not Present",
197
+ "Version": "Not Specified",
198
+ "Serial Number": "Not Specified",
199
+ "Asset Tag": "Not Specified",
200
+ "Boot-up State": "Safe",
201
+ "Power Supply State": "Safe",
202
+ "Thermal State": "Safe",
203
+ "Security Status": "None"
204
+ }
205
+ ],
206
+ "manufacturer": "Oracle Corporation",
207
+ "type": "Other",
208
+ "lock": "Not Present",
209
+ "version": "Not Specified",
210
+ "serial_number": "Not Specified",
211
+ "asset_tag": "Not Specified",
212
+ "boot_up_state": "Safe",
213
+ "power_supply_state": "Safe",
214
+ "thermal_state": "Safe",
215
+ "security_status": "None"
216
+ },
217
+ "oem_strings": {
218
+ "all_records": [
219
+ {
220
+ "record_id": "0x0002",
221
+ "size": "11",
222
+ "application_identifier": "OEM Strings",
223
+ "String 1": "vboxVer_5.1.26",
224
+ "String 2": "vboxRev_117224"
225
+ }
226
+ ],
227
+ "string_1": "vboxVer_5.1.26",
228
+ "string_2": "vboxRev_117224"
229
+ }
230
+ },
231
+ "domain": "local",
232
+ "etc": {
233
+ "passwd": {
234
+ "fauxhai": {
235
+ "dir": "/home/fauxhai",
236
+ "gid": 0,
237
+ "uid": 0,
238
+ "shell": "/bin/bash",
239
+ "gecos": "Fauxhai"
240
+ }
241
+ },
242
+ "group": {
243
+ "fauxhai": {
244
+ "gid": 0,
245
+ "members": [
246
+ "fauxhai"
247
+ ]
248
+ }
249
+ }
250
+ },
251
+ "filesystem": {
252
+ "by_device": {
253
+ "/dev/sda1": {
254
+ "kb_size": "7736784",
255
+ "kb_used": "1200856",
256
+ "kb_available": "6119880",
257
+ "percent_used": "17%",
258
+ "total_inodes": "499712",
259
+ "inodes_used": "49582",
260
+ "inodes_available": "450130",
261
+ "inodes_percent_used": "10%",
262
+ "fs_type": "ext4",
263
+ "mount_options": [
264
+ "rw",
265
+ "relatime",
266
+ "errors=remount-ro",
267
+ "data=ordered"
268
+ ],
269
+ "uuid": "18f3f610-6877-445c-88dd-36bb51dbb963",
270
+ "mounts": [
271
+ "/"
272
+ ]
273
+ },
274
+ "udev": {
275
+ "kb_size": "10240",
276
+ "kb_used": "0",
277
+ "kb_available": "10240",
278
+ "percent_used": "0%",
279
+ "total_inodes": "125943",
280
+ "inodes_used": "327",
281
+ "inodes_available": "125616",
282
+ "inodes_percent_used": "1%",
283
+ "fs_type": "devtmpfs",
284
+ "mount_options": [
285
+ "rw",
286
+ "relatime",
287
+ "size=10240k",
288
+ "nr_inodes=125943",
289
+ "mode=755"
290
+ ],
291
+ "mounts": [
292
+ "/dev"
293
+ ]
294
+ },
295
+ "tmpfs": {
296
+ "kb_size": "512184",
297
+ "kb_used": "0",
298
+ "kb_available": "512184",
299
+ "percent_used": "0%",
300
+ "total_inodes": "128046",
301
+ "inodes_used": "13",
302
+ "inodes_available": "128033",
303
+ "inodes_percent_used": "1%",
304
+ "fs_type": "tmpfs",
305
+ "mount_options": [
306
+ "ro",
307
+ "nosuid",
308
+ "nodev",
309
+ "noexec",
310
+ "mode=755"
311
+ ],
312
+ "mounts": [
313
+ "/run",
314
+ "/dev/shm",
315
+ "/run/lock",
316
+ "/sys/fs/cgroup"
317
+ ]
318
+ },
319
+ "sysfs": {
320
+ "fs_type": "sysfs",
321
+ "mount_options": [
322
+ "rw",
323
+ "nosuid",
324
+ "nodev",
325
+ "noexec",
326
+ "relatime"
327
+ ],
328
+ "mounts": [
329
+ "/sys"
330
+ ]
331
+ },
332
+ "proc": {
333
+ "fs_type": "proc",
334
+ "mount_options": [
335
+ "rw",
336
+ "nosuid",
337
+ "nodev",
338
+ "noexec",
339
+ "relatime"
340
+ ],
341
+ "mounts": [
342
+ "/proc"
343
+ ]
344
+ },
345
+ "devpts": {
346
+ "fs_type": "devpts",
347
+ "mount_options": [
348
+ "rw",
349
+ "nosuid",
350
+ "noexec",
351
+ "relatime",
352
+ "gid=5",
353
+ "mode=620",
354
+ "ptmxmode=000"
355
+ ],
356
+ "mounts": [
357
+ "/dev/pts"
358
+ ]
359
+ },
360
+ "securityfs": {
361
+ "fs_type": "securityfs",
362
+ "mount_options": [
363
+ "rw",
364
+ "nosuid",
365
+ "nodev",
366
+ "noexec",
367
+ "relatime"
368
+ ],
369
+ "mounts": [
370
+ "/sys/kernel/security"
371
+ ]
372
+ },
373
+ "cgroup": {
374
+ "fs_type": "cgroup",
375
+ "mount_options": [
376
+ "rw",
377
+ "nosuid",
378
+ "nodev",
379
+ "noexec",
380
+ "relatime",
381
+ "perf_event"
382
+ ],
383
+ "mounts": [
384
+ "/sys/fs/cgroup/systemd",
385
+ "/sys/fs/cgroup/cpuset",
386
+ "/sys/fs/cgroup/cpu,cpuacct",
387
+ "/sys/fs/cgroup/devices",
388
+ "/sys/fs/cgroup/freezer",
389
+ "/sys/fs/cgroup/net_cls,net_prio",
390
+ "/sys/fs/cgroup/blkio",
391
+ "/sys/fs/cgroup/perf_event"
392
+ ]
393
+ },
394
+ "pstore": {
395
+ "fs_type": "pstore",
396
+ "mount_options": [
397
+ "rw",
398
+ "nosuid",
399
+ "nodev",
400
+ "noexec",
401
+ "relatime"
402
+ ],
403
+ "mounts": [
404
+ "/sys/fs/pstore"
405
+ ]
406
+ },
407
+ "systemd-1": {
408
+ "fs_type": "autofs",
409
+ "mount_options": [
410
+ "rw",
411
+ "relatime",
412
+ "fd=22",
413
+ "pgrp=1",
414
+ "timeout=300",
415
+ "minproto=5",
416
+ "maxproto=5",
417
+ "direct"
418
+ ],
419
+ "mounts": [
420
+ "/proc/sys/fs/binfmt_misc"
421
+ ]
422
+ },
423
+ "debugfs": {
424
+ "fs_type": "debugfs",
425
+ "mount_options": [
426
+ "rw",
427
+ "relatime"
428
+ ],
429
+ "mounts": [
430
+ "/sys/kernel/debug"
431
+ ]
432
+ },
433
+ "mqueue": {
434
+ "fs_type": "mqueue",
435
+ "mount_options": [
436
+ "rw",
437
+ "relatime"
438
+ ],
439
+ "mounts": [
440
+ "/dev/mqueue"
441
+ ]
442
+ },
443
+ "hugetlbfs": {
444
+ "fs_type": "hugetlbfs",
445
+ "mount_options": [
446
+ "rw",
447
+ "relatime"
448
+ ],
449
+ "mounts": [
450
+ "/dev/hugepages"
451
+ ]
452
+ },
453
+ "rpc_pipefs": {
454
+ "fs_type": "rpc_pipefs",
455
+ "mount_options": [
456
+ "rw",
457
+ "relatime"
458
+ ],
459
+ "mounts": [
460
+ "/run/rpc_pipefs"
461
+ ]
462
+ },
463
+ "/dev/sda": {
464
+ "mounts": [
465
+
466
+ ]
467
+ },
468
+ "/dev/sda2": {
469
+ "mounts": [
470
+
471
+ ]
472
+ },
473
+ "/dev/sda5": {
474
+ "fs_type": "swap",
475
+ "uuid": "82dc5c79-dad5-4378-b87d-374617f2a5c2",
476
+ "mounts": [
477
+
478
+ ]
479
+ },
480
+ "/dev/sr0": {
481
+ "mounts": [
482
+
483
+ ]
484
+ },
485
+ "rootfs": {
486
+ "fs_type": "rootfs",
487
+ "mount_options": [
488
+ "rw"
489
+ ],
490
+ "mounts": [
491
+ "/"
492
+ ]
493
+ }
494
+ },
495
+ "by_mountpoint": {
496
+ "/": {
497
+ "kb_size": "7736784",
498
+ "kb_used": "1200856",
499
+ "kb_available": "6119880",
500
+ "percent_used": "17%",
501
+ "total_inodes": "499712",
502
+ "inodes_used": "49582",
503
+ "inodes_available": "450130",
504
+ "inodes_percent_used": "10%",
505
+ "fs_type": "rootfs",
506
+ "mount_options": [
507
+ "rw"
508
+ ],
509
+ "uuid": "18f3f610-6877-445c-88dd-36bb51dbb963",
510
+ "devices": [
511
+ "/dev/sda1",
512
+ "rootfs"
513
+ ]
514
+ },
515
+ "/dev": {
516
+ "kb_size": "10240",
517
+ "kb_used": "0",
518
+ "kb_available": "10240",
519
+ "percent_used": "0%",
520
+ "total_inodes": "125943",
521
+ "inodes_used": "327",
522
+ "inodes_available": "125616",
523
+ "inodes_percent_used": "1%",
524
+ "fs_type": "devtmpfs",
525
+ "mount_options": [
526
+ "rw",
527
+ "relatime",
528
+ "size=10240k",
529
+ "nr_inodes=125943",
530
+ "mode=755"
531
+ ],
532
+ "devices": [
533
+ "udev"
534
+ ]
535
+ },
536
+ "/run": {
537
+ "kb_size": "204876",
538
+ "kb_used": "4456",
539
+ "kb_available": "200420",
540
+ "percent_used": "3%",
541
+ "total_inodes": "128046",
542
+ "inodes_used": "374",
543
+ "inodes_available": "127672",
544
+ "inodes_percent_used": "1%",
545
+ "fs_type": "tmpfs",
546
+ "mount_options": [
547
+ "rw",
548
+ "nosuid",
549
+ "relatime",
550
+ "size=204876k",
551
+ "mode=755"
552
+ ],
553
+ "devices": [
554
+ "tmpfs"
555
+ ]
556
+ },
557
+ "/dev/shm": {
558
+ "kb_size": "512184",
559
+ "kb_used": "0",
560
+ "kb_available": "512184",
561
+ "percent_used": "0%",
562
+ "total_inodes": "128046",
563
+ "inodes_used": "1",
564
+ "inodes_available": "128045",
565
+ "inodes_percent_used": "1%",
566
+ "fs_type": "tmpfs",
567
+ "mount_options": [
568
+ "rw",
569
+ "nosuid",
570
+ "nodev"
571
+ ],
572
+ "devices": [
573
+ "tmpfs"
574
+ ]
575
+ },
576
+ "/run/lock": {
577
+ "kb_size": "5120",
578
+ "kb_used": "0",
579
+ "kb_available": "5120",
580
+ "percent_used": "0%",
581
+ "total_inodes": "128046",
582
+ "inodes_used": "3",
583
+ "inodes_available": "128043",
584
+ "inodes_percent_used": "1%",
585
+ "fs_type": "tmpfs",
586
+ "mount_options": [
587
+ "rw",
588
+ "nosuid",
589
+ "nodev",
590
+ "noexec",
591
+ "relatime",
592
+ "size=5120k"
593
+ ],
594
+ "devices": [
595
+ "tmpfs"
596
+ ]
597
+ },
598
+ "/sys/fs/cgroup": {
599
+ "kb_size": "512184",
600
+ "kb_used": "0",
601
+ "kb_available": "512184",
602
+ "percent_used": "0%",
603
+ "total_inodes": "128046",
604
+ "inodes_used": "13",
605
+ "inodes_available": "128033",
606
+ "inodes_percent_used": "1%",
607
+ "fs_type": "tmpfs",
608
+ "mount_options": [
609
+ "ro",
610
+ "nosuid",
611
+ "nodev",
612
+ "noexec",
613
+ "mode=755"
614
+ ],
615
+ "devices": [
616
+ "tmpfs"
617
+ ]
618
+ },
619
+ "/sys": {
620
+ "fs_type": "sysfs",
621
+ "mount_options": [
622
+ "rw",
623
+ "nosuid",
624
+ "nodev",
625
+ "noexec",
626
+ "relatime"
627
+ ],
628
+ "devices": [
629
+ "sysfs"
630
+ ]
631
+ },
632
+ "/proc": {
633
+ "fs_type": "proc",
634
+ "mount_options": [
635
+ "rw",
636
+ "nosuid",
637
+ "nodev",
638
+ "noexec",
639
+ "relatime"
640
+ ],
641
+ "devices": [
642
+ "proc"
643
+ ]
644
+ },
645
+ "/dev/pts": {
646
+ "fs_type": "devpts",
647
+ "mount_options": [
648
+ "rw",
649
+ "nosuid",
650
+ "noexec",
651
+ "relatime",
652
+ "gid=5",
653
+ "mode=620",
654
+ "ptmxmode=000"
655
+ ],
656
+ "devices": [
657
+ "devpts"
658
+ ]
659
+ },
660
+ "/sys/kernel/security": {
661
+ "fs_type": "securityfs",
662
+ "mount_options": [
663
+ "rw",
664
+ "nosuid",
665
+ "nodev",
666
+ "noexec",
667
+ "relatime"
668
+ ],
669
+ "devices": [
670
+ "securityfs"
671
+ ]
672
+ },
673
+ "/sys/fs/cgroup/systemd": {
674
+ "fs_type": "cgroup",
675
+ "mount_options": [
676
+ "rw",
677
+ "nosuid",
678
+ "nodev",
679
+ "noexec",
680
+ "relatime",
681
+ "xattr",
682
+ "release_agent=/lib/systemd/systemd-cgroups-agent",
683
+ "name=systemd"
684
+ ],
685
+ "devices": [
686
+ "cgroup"
687
+ ]
688
+ },
689
+ "/sys/fs/pstore": {
690
+ "fs_type": "pstore",
691
+ "mount_options": [
692
+ "rw",
693
+ "nosuid",
694
+ "nodev",
695
+ "noexec",
696
+ "relatime"
697
+ ],
698
+ "devices": [
699
+ "pstore"
700
+ ]
701
+ },
702
+ "/sys/fs/cgroup/cpuset": {
703
+ "fs_type": "cgroup",
704
+ "mount_options": [
705
+ "rw",
706
+ "nosuid",
707
+ "nodev",
708
+ "noexec",
709
+ "relatime",
710
+ "cpuset"
711
+ ],
712
+ "devices": [
713
+ "cgroup"
714
+ ]
715
+ },
716
+ "/sys/fs/cgroup/cpu,cpuacct": {
717
+ "fs_type": "cgroup",
718
+ "mount_options": [
719
+ "rw",
720
+ "nosuid",
721
+ "nodev",
722
+ "noexec",
723
+ "relatime",
724
+ "cpu",
725
+ "cpuacct"
726
+ ],
727
+ "devices": [
728
+ "cgroup"
729
+ ]
730
+ },
731
+ "/sys/fs/cgroup/devices": {
732
+ "fs_type": "cgroup",
733
+ "mount_options": [
734
+ "rw",
735
+ "nosuid",
736
+ "nodev",
737
+ "noexec",
738
+ "relatime",
739
+ "devices"
740
+ ],
741
+ "devices": [
742
+ "cgroup"
743
+ ]
744
+ },
745
+ "/sys/fs/cgroup/freezer": {
746
+ "fs_type": "cgroup",
747
+ "mount_options": [
748
+ "rw",
749
+ "nosuid",
750
+ "nodev",
751
+ "noexec",
752
+ "relatime",
753
+ "freezer"
754
+ ],
755
+ "devices": [
756
+ "cgroup"
757
+ ]
758
+ },
759
+ "/sys/fs/cgroup/net_cls,net_prio": {
760
+ "fs_type": "cgroup",
761
+ "mount_options": [
762
+ "rw",
763
+ "nosuid",
764
+ "nodev",
765
+ "noexec",
766
+ "relatime",
767
+ "net_cls",
768
+ "net_prio"
769
+ ],
770
+ "devices": [
771
+ "cgroup"
772
+ ]
773
+ },
774
+ "/sys/fs/cgroup/blkio": {
775
+ "fs_type": "cgroup",
776
+ "mount_options": [
777
+ "rw",
778
+ "nosuid",
779
+ "nodev",
780
+ "noexec",
781
+ "relatime",
782
+ "blkio"
783
+ ],
784
+ "devices": [
785
+ "cgroup"
786
+ ]
787
+ },
788
+ "/sys/fs/cgroup/perf_event": {
789
+ "fs_type": "cgroup",
790
+ "mount_options": [
791
+ "rw",
792
+ "nosuid",
793
+ "nodev",
794
+ "noexec",
795
+ "relatime",
796
+ "perf_event"
797
+ ],
798
+ "devices": [
799
+ "cgroup"
800
+ ]
801
+ },
802
+ "/proc/sys/fs/binfmt_misc": {
803
+ "fs_type": "autofs",
804
+ "mount_options": [
805
+ "rw",
806
+ "relatime",
807
+ "fd=22",
808
+ "pgrp=1",
809
+ "timeout=300",
810
+ "minproto=5",
811
+ "maxproto=5",
812
+ "direct"
813
+ ],
814
+ "devices": [
815
+ "systemd-1"
816
+ ]
817
+ },
818
+ "/sys/kernel/debug": {
819
+ "fs_type": "debugfs",
820
+ "mount_options": [
821
+ "rw",
822
+ "relatime"
823
+ ],
824
+ "devices": [
825
+ "debugfs"
826
+ ]
827
+ },
828
+ "/dev/mqueue": {
829
+ "fs_type": "mqueue",
830
+ "mount_options": [
831
+ "rw",
832
+ "relatime"
833
+ ],
834
+ "devices": [
835
+ "mqueue"
836
+ ]
837
+ },
838
+ "/dev/hugepages": {
839
+ "fs_type": "hugetlbfs",
840
+ "mount_options": [
841
+ "rw",
842
+ "relatime"
843
+ ],
844
+ "devices": [
845
+ "hugetlbfs"
846
+ ]
847
+ },
848
+ "/run/rpc_pipefs": {
849
+ "fs_type": "rpc_pipefs",
850
+ "mount_options": [
851
+ "rw",
852
+ "relatime"
853
+ ],
854
+ "devices": [
855
+ "rpc_pipefs"
856
+ ]
857
+ }
858
+ },
859
+ "by_pair": {
860
+ "/dev/sda1,/": {
861
+ "device": "/dev/sda1",
862
+ "kb_size": "7736784",
863
+ "kb_used": "1200856",
864
+ "kb_available": "6119880",
865
+ "percent_used": "17%",
866
+ "mount": "/",
867
+ "total_inodes": "499712",
868
+ "inodes_used": "49582",
869
+ "inodes_available": "450130",
870
+ "inodes_percent_used": "10%",
871
+ "fs_type": "ext4",
872
+ "mount_options": [
873
+ "rw",
874
+ "relatime",
875
+ "errors=remount-ro",
876
+ "data=ordered"
877
+ ],
878
+ "uuid": "18f3f610-6877-445c-88dd-36bb51dbb963"
879
+ },
880
+ "udev,/dev": {
881
+ "device": "udev",
882
+ "kb_size": "10240",
883
+ "kb_used": "0",
884
+ "kb_available": "10240",
885
+ "percent_used": "0%",
886
+ "mount": "/dev",
887
+ "total_inodes": "125943",
888
+ "inodes_used": "327",
889
+ "inodes_available": "125616",
890
+ "inodes_percent_used": "1%",
891
+ "fs_type": "devtmpfs",
892
+ "mount_options": [
893
+ "rw",
894
+ "relatime",
895
+ "size=10240k",
896
+ "nr_inodes=125943",
897
+ "mode=755"
898
+ ]
899
+ },
900
+ "tmpfs,/run": {
901
+ "device": "tmpfs",
902
+ "kb_size": "204876",
903
+ "kb_used": "4456",
904
+ "kb_available": "200420",
905
+ "percent_used": "3%",
906
+ "mount": "/run",
907
+ "total_inodes": "128046",
908
+ "inodes_used": "374",
909
+ "inodes_available": "127672",
910
+ "inodes_percent_used": "1%",
911
+ "fs_type": "tmpfs",
912
+ "mount_options": [
913
+ "rw",
914
+ "nosuid",
915
+ "relatime",
916
+ "size=204876k",
917
+ "mode=755"
918
+ ]
919
+ },
920
+ "tmpfs,/dev/shm": {
921
+ "device": "tmpfs",
922
+ "kb_size": "512184",
923
+ "kb_used": "0",
924
+ "kb_available": "512184",
925
+ "percent_used": "0%",
926
+ "mount": "/dev/shm",
927
+ "total_inodes": "128046",
928
+ "inodes_used": "1",
929
+ "inodes_available": "128045",
930
+ "inodes_percent_used": "1%",
931
+ "fs_type": "tmpfs",
932
+ "mount_options": [
933
+ "rw",
934
+ "nosuid",
935
+ "nodev"
936
+ ]
937
+ },
938
+ "tmpfs,/run/lock": {
939
+ "device": "tmpfs",
940
+ "kb_size": "5120",
941
+ "kb_used": "0",
942
+ "kb_available": "5120",
943
+ "percent_used": "0%",
944
+ "mount": "/run/lock",
945
+ "total_inodes": "128046",
946
+ "inodes_used": "3",
947
+ "inodes_available": "128043",
948
+ "inodes_percent_used": "1%",
949
+ "fs_type": "tmpfs",
950
+ "mount_options": [
951
+ "rw",
952
+ "nosuid",
953
+ "nodev",
954
+ "noexec",
955
+ "relatime",
956
+ "size=5120k"
957
+ ]
958
+ },
959
+ "tmpfs,/sys/fs/cgroup": {
960
+ "device": "tmpfs",
961
+ "kb_size": "512184",
962
+ "kb_used": "0",
963
+ "kb_available": "512184",
964
+ "percent_used": "0%",
965
+ "mount": "/sys/fs/cgroup",
966
+ "total_inodes": "128046",
967
+ "inodes_used": "13",
968
+ "inodes_available": "128033",
969
+ "inodes_percent_used": "1%",
970
+ "fs_type": "tmpfs",
971
+ "mount_options": [
972
+ "ro",
973
+ "nosuid",
974
+ "nodev",
975
+ "noexec",
976
+ "mode=755"
977
+ ]
978
+ },
979
+ "sysfs,/sys": {
980
+ "device": "sysfs",
981
+ "mount": "/sys",
982
+ "fs_type": "sysfs",
983
+ "mount_options": [
984
+ "rw",
985
+ "nosuid",
986
+ "nodev",
987
+ "noexec",
988
+ "relatime"
989
+ ]
990
+ },
991
+ "proc,/proc": {
992
+ "device": "proc",
993
+ "mount": "/proc",
994
+ "fs_type": "proc",
995
+ "mount_options": [
996
+ "rw",
997
+ "nosuid",
998
+ "nodev",
999
+ "noexec",
1000
+ "relatime"
1001
+ ]
1002
+ },
1003
+ "devpts,/dev/pts": {
1004
+ "device": "devpts",
1005
+ "mount": "/dev/pts",
1006
+ "fs_type": "devpts",
1007
+ "mount_options": [
1008
+ "rw",
1009
+ "nosuid",
1010
+ "noexec",
1011
+ "relatime",
1012
+ "gid=5",
1013
+ "mode=620",
1014
+ "ptmxmode=000"
1015
+ ]
1016
+ },
1017
+ "securityfs,/sys/kernel/security": {
1018
+ "device": "securityfs",
1019
+ "mount": "/sys/kernel/security",
1020
+ "fs_type": "securityfs",
1021
+ "mount_options": [
1022
+ "rw",
1023
+ "nosuid",
1024
+ "nodev",
1025
+ "noexec",
1026
+ "relatime"
1027
+ ]
1028
+ },
1029
+ "cgroup,/sys/fs/cgroup/systemd": {
1030
+ "device": "cgroup",
1031
+ "mount": "/sys/fs/cgroup/systemd",
1032
+ "fs_type": "cgroup",
1033
+ "mount_options": [
1034
+ "rw",
1035
+ "nosuid",
1036
+ "nodev",
1037
+ "noexec",
1038
+ "relatime",
1039
+ "xattr",
1040
+ "release_agent=/lib/systemd/systemd-cgroups-agent",
1041
+ "name=systemd"
1042
+ ]
1043
+ },
1044
+ "pstore,/sys/fs/pstore": {
1045
+ "device": "pstore",
1046
+ "mount": "/sys/fs/pstore",
1047
+ "fs_type": "pstore",
1048
+ "mount_options": [
1049
+ "rw",
1050
+ "nosuid",
1051
+ "nodev",
1052
+ "noexec",
1053
+ "relatime"
1054
+ ]
1055
+ },
1056
+ "cgroup,/sys/fs/cgroup/cpuset": {
1057
+ "device": "cgroup",
1058
+ "mount": "/sys/fs/cgroup/cpuset",
1059
+ "fs_type": "cgroup",
1060
+ "mount_options": [
1061
+ "rw",
1062
+ "nosuid",
1063
+ "nodev",
1064
+ "noexec",
1065
+ "relatime",
1066
+ "cpuset"
1067
+ ]
1068
+ },
1069
+ "cgroup,/sys/fs/cgroup/cpu,cpuacct": {
1070
+ "device": "cgroup",
1071
+ "mount": "/sys/fs/cgroup/cpu,cpuacct",
1072
+ "fs_type": "cgroup",
1073
+ "mount_options": [
1074
+ "rw",
1075
+ "nosuid",
1076
+ "nodev",
1077
+ "noexec",
1078
+ "relatime",
1079
+ "cpu",
1080
+ "cpuacct"
1081
+ ]
1082
+ },
1083
+ "cgroup,/sys/fs/cgroup/devices": {
1084
+ "device": "cgroup",
1085
+ "mount": "/sys/fs/cgroup/devices",
1086
+ "fs_type": "cgroup",
1087
+ "mount_options": [
1088
+ "rw",
1089
+ "nosuid",
1090
+ "nodev",
1091
+ "noexec",
1092
+ "relatime",
1093
+ "devices"
1094
+ ]
1095
+ },
1096
+ "cgroup,/sys/fs/cgroup/freezer": {
1097
+ "device": "cgroup",
1098
+ "mount": "/sys/fs/cgroup/freezer",
1099
+ "fs_type": "cgroup",
1100
+ "mount_options": [
1101
+ "rw",
1102
+ "nosuid",
1103
+ "nodev",
1104
+ "noexec",
1105
+ "relatime",
1106
+ "freezer"
1107
+ ]
1108
+ },
1109
+ "cgroup,/sys/fs/cgroup/net_cls,net_prio": {
1110
+ "device": "cgroup",
1111
+ "mount": "/sys/fs/cgroup/net_cls,net_prio",
1112
+ "fs_type": "cgroup",
1113
+ "mount_options": [
1114
+ "rw",
1115
+ "nosuid",
1116
+ "nodev",
1117
+ "noexec",
1118
+ "relatime",
1119
+ "net_cls",
1120
+ "net_prio"
1121
+ ]
1122
+ },
1123
+ "cgroup,/sys/fs/cgroup/blkio": {
1124
+ "device": "cgroup",
1125
+ "mount": "/sys/fs/cgroup/blkio",
1126
+ "fs_type": "cgroup",
1127
+ "mount_options": [
1128
+ "rw",
1129
+ "nosuid",
1130
+ "nodev",
1131
+ "noexec",
1132
+ "relatime",
1133
+ "blkio"
1134
+ ]
1135
+ },
1136
+ "cgroup,/sys/fs/cgroup/perf_event": {
1137
+ "device": "cgroup",
1138
+ "mount": "/sys/fs/cgroup/perf_event",
1139
+ "fs_type": "cgroup",
1140
+ "mount_options": [
1141
+ "rw",
1142
+ "nosuid",
1143
+ "nodev",
1144
+ "noexec",
1145
+ "relatime",
1146
+ "perf_event"
1147
+ ]
1148
+ },
1149
+ "systemd-1,/proc/sys/fs/binfmt_misc": {
1150
+ "device": "systemd-1",
1151
+ "mount": "/proc/sys/fs/binfmt_misc",
1152
+ "fs_type": "autofs",
1153
+ "mount_options": [
1154
+ "rw",
1155
+ "relatime",
1156
+ "fd=22",
1157
+ "pgrp=1",
1158
+ "timeout=300",
1159
+ "minproto=5",
1160
+ "maxproto=5",
1161
+ "direct"
1162
+ ]
1163
+ },
1164
+ "debugfs,/sys/kernel/debug": {
1165
+ "device": "debugfs",
1166
+ "mount": "/sys/kernel/debug",
1167
+ "fs_type": "debugfs",
1168
+ "mount_options": [
1169
+ "rw",
1170
+ "relatime"
1171
+ ]
1172
+ },
1173
+ "mqueue,/dev/mqueue": {
1174
+ "device": "mqueue",
1175
+ "mount": "/dev/mqueue",
1176
+ "fs_type": "mqueue",
1177
+ "mount_options": [
1178
+ "rw",
1179
+ "relatime"
1180
+ ]
1181
+ },
1182
+ "hugetlbfs,/dev/hugepages": {
1183
+ "device": "hugetlbfs",
1184
+ "mount": "/dev/hugepages",
1185
+ "fs_type": "hugetlbfs",
1186
+ "mount_options": [
1187
+ "rw",
1188
+ "relatime"
1189
+ ]
1190
+ },
1191
+ "rpc_pipefs,/run/rpc_pipefs": {
1192
+ "device": "rpc_pipefs",
1193
+ "mount": "/run/rpc_pipefs",
1194
+ "fs_type": "rpc_pipefs",
1195
+ "mount_options": [
1196
+ "rw",
1197
+ "relatime"
1198
+ ]
1199
+ },
1200
+ "/dev/sda,": {
1201
+ "device": "/dev/sda"
1202
+ },
1203
+ "/dev/sda2,": {
1204
+ "device": "/dev/sda2"
1205
+ },
1206
+ "/dev/sda5,": {
1207
+ "device": "/dev/sda5",
1208
+ "fs_type": "swap",
1209
+ "uuid": "82dc5c79-dad5-4378-b87d-374617f2a5c2"
1210
+ },
1211
+ "/dev/sr0,": {
1212
+ "device": "/dev/sr0"
1213
+ },
1214
+ "rootfs,/": {
1215
+ "device": "rootfs",
1216
+ "mount": "/",
1217
+ "fs_type": "rootfs",
1218
+ "mount_options": [
1219
+ "rw"
1220
+ ]
1221
+ }
1222
+ }
1223
+ },
1224
+ "fips": {
1225
+ "kernel": {
1226
+ "enabled": false
1227
+ }
1228
+ },
1229
+ "fqdn": "fauxhai.local",
1230
+ "hostname": "Fauxhai",
1231
+ "idle": "30 days 15 hours 07 minutes 30 seconds",
1232
+ "idletime_seconds": 2646450,
1233
+ "init_package": "systemd",
1234
+ "ipaddress": "10.0.0.2",
1235
+ "kernel": {
1236
+ "name": "Linux",
1237
+ "release": "3.16.0-4-amd64",
1238
+ "version": "#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)",
1239
+ "machine": "x86_64",
1240
+ "processor": "unknown",
1241
+ "os": "GNU/Linux",
1242
+ "modules": {
1243
+ "isofs": {
1244
+ "size": "38965",
1245
+ "refcount": "0"
1246
+ },
1247
+ "udf": {
1248
+ "size": "87759",
1249
+ "refcount": "0"
1250
+ },
1251
+ "crc_itu_t": {
1252
+ "size": "12347",
1253
+ "refcount": "1"
1254
+ },
1255
+ "nfsd": {
1256
+ "size": "267034",
1257
+ "refcount": "2"
1258
+ },
1259
+ "auth_rpcgss": {
1260
+ "size": "51209",
1261
+ "refcount": "1"
1262
+ },
1263
+ "oid_registry": {
1264
+ "size": "12419",
1265
+ "refcount": "1"
1266
+ },
1267
+ "nfs_acl": {
1268
+ "size": "12511",
1269
+ "refcount": "1"
1270
+ },
1271
+ "nfs": {
1272
+ "size": "192232",
1273
+ "refcount": "0"
1274
+ },
1275
+ "lockd": {
1276
+ "size": "83389",
1277
+ "refcount": "2"
1278
+ },
1279
+ "fscache": {
1280
+ "size": "45542",
1281
+ "refcount": "1"
1282
+ },
1283
+ "sunrpc": {
1284
+ "size": "237406",
1285
+ "refcount": "6"
1286
+ },
1287
+ "joydev": {
1288
+ "size": "17063",
1289
+ "refcount": "0"
1290
+ },
1291
+ "ppdev": {
1292
+ "size": "16782",
1293
+ "refcount": "0"
1294
+ },
1295
+ "crc32_pclmul": {
1296
+ "size": "12915",
1297
+ "refcount": "0"
1298
+ },
1299
+ "aesni_intel": {
1300
+ "size": "151423",
1301
+ "refcount": "0"
1302
+ },
1303
+ "aes_x86_64": {
1304
+ "size": "16719",
1305
+ "refcount": "1"
1306
+ },
1307
+ "lrw": {
1308
+ "size": "12757",
1309
+ "refcount": "1"
1310
+ },
1311
+ "gf128mul": {
1312
+ "size": "12970",
1313
+ "refcount": "1"
1314
+ },
1315
+ "glue_helper": {
1316
+ "size": "12695",
1317
+ "refcount": "1"
1318
+ },
1319
+ "ablk_helper": {
1320
+ "size": "12572",
1321
+ "refcount": "1"
1322
+ },
1323
+ "cryptd": {
1324
+ "size": "14516",
1325
+ "refcount": "2"
1326
+ },
1327
+ "evdev": {
1328
+ "size": "17445",
1329
+ "refcount": "7"
1330
+ },
1331
+ "pcspkr": {
1332
+ "size": "12595",
1333
+ "refcount": "0"
1334
+ },
1335
+ "snd_intel8x0": {
1336
+ "size": "34948",
1337
+ "refcount": "0"
1338
+ },
1339
+ "battery": {
1340
+ "size": "13356",
1341
+ "refcount": "0"
1342
+ },
1343
+ "serio_raw": {
1344
+ "size": "12849",
1345
+ "refcount": "0"
1346
+ },
1347
+ "parport_pc": {
1348
+ "size": "26300",
1349
+ "refcount": "0"
1350
+ },
1351
+ "parport": {
1352
+ "size": "35749",
1353
+ "refcount": "2"
1354
+ },
1355
+ "ac": {
1356
+ "size": "12715",
1357
+ "refcount": "0"
1358
+ },
1359
+ "video": {
1360
+ "size": "18096",
1361
+ "refcount": "0"
1362
+ },
1363
+ "snd_ac97_codec": {
1364
+ "size": "118711",
1365
+ "refcount": "1"
1366
+ },
1367
+ "snd_pcm": {
1368
+ "size": "88662",
1369
+ "refcount": "2"
1370
+ },
1371
+ "snd_timer": {
1372
+ "size": "26720",
1373
+ "refcount": "1"
1374
+ },
1375
+ "snd": {
1376
+ "size": "65338",
1377
+ "refcount": "4"
1378
+ },
1379
+ "soundcore": {
1380
+ "size": "13026",
1381
+ "refcount": "1"
1382
+ },
1383
+ "ac97_bus": {
1384
+ "size": "12510",
1385
+ "refcount": "1"
1386
+ },
1387
+ "button": {
1388
+ "size": "12944",
1389
+ "refcount": "0"
1390
+ },
1391
+ "processor": {
1392
+ "size": "28221",
1393
+ "refcount": "0"
1394
+ },
1395
+ "thermal_sys": {
1396
+ "size": "27642",
1397
+ "refcount": "2"
1398
+ },
1399
+ "autofs4": {
1400
+ "size": "35529",
1401
+ "refcount": "2"
1402
+ },
1403
+ "ext4": {
1404
+ "size": "481990",
1405
+ "refcount": "1"
1406
+ },
1407
+ "crc16": {
1408
+ "size": "12343",
1409
+ "refcount": "1"
1410
+ },
1411
+ "mbcache": {
1412
+ "size": "17171",
1413
+ "refcount": "1"
1414
+ },
1415
+ "jbd2": {
1416
+ "size": "82514",
1417
+ "refcount": "1"
1418
+ },
1419
+ "hid_generic": {
1420
+ "size": "12393",
1421
+ "refcount": "0"
1422
+ },
1423
+ "usbhid": {
1424
+ "size": "44460",
1425
+ "refcount": "0"
1426
+ },
1427
+ "hid": {
1428
+ "size": "102264",
1429
+ "refcount": "2"
1430
+ },
1431
+ "sg": {
1432
+ "size": "29973",
1433
+ "refcount": "0",
1434
+ "version": "3.5.34"
1435
+ },
1436
+ "sd_mod": {
1437
+ "size": "44356",
1438
+ "refcount": "3"
1439
+ },
1440
+ "crc_t10dif": {
1441
+ "size": "12431",
1442
+ "refcount": "1"
1443
+ },
1444
+ "crct10dif_generic": {
1445
+ "size": "12581",
1446
+ "refcount": "0"
1447
+ },
1448
+ "sr_mod": {
1449
+ "size": "21903",
1450
+ "refcount": "0"
1451
+ },
1452
+ "cdrom": {
1453
+ "size": "47424",
1454
+ "refcount": "1"
1455
+ },
1456
+ "ata_generic": {
1457
+ "size": "12490",
1458
+ "refcount": "0",
1459
+ "version": "0.2.15"
1460
+ },
1461
+ "crct10dif_pclmul": {
1462
+ "size": "13387",
1463
+ "refcount": "1"
1464
+ },
1465
+ "crct10dif_common": {
1466
+ "size": "12356",
1467
+ "refcount": "3"
1468
+ },
1469
+ "crc32c_intel": {
1470
+ "size": "21809",
1471
+ "refcount": "0"
1472
+ },
1473
+ "psmouse": {
1474
+ "size": "99249",
1475
+ "refcount": "0"
1476
+ },
1477
+ "ahci": {
1478
+ "size": "33334",
1479
+ "refcount": "2",
1480
+ "version": "3.0"
1481
+ },
1482
+ "libahci": {
1483
+ "size": "27158",
1484
+ "refcount": "1"
1485
+ },
1486
+ "i2c_piix4": {
1487
+ "size": "20864",
1488
+ "refcount": "0"
1489
+ },
1490
+ "i2c_core": {
1491
+ "size": "46012",
1492
+ "refcount": "1"
1493
+ },
1494
+ "ohci_pci": {
1495
+ "size": "12808",
1496
+ "refcount": "0"
1497
+ },
1498
+ "ehci_pci": {
1499
+ "size": "12512",
1500
+ "refcount": "0"
1501
+ },
1502
+ "ohci_hcd": {
1503
+ "size": "42982",
1504
+ "refcount": "1"
1505
+ },
1506
+ "ehci_hcd": {
1507
+ "size": "69837",
1508
+ "refcount": "1"
1509
+ },
1510
+ "ata_piix": {
1511
+ "size": "33592",
1512
+ "refcount": "0",
1513
+ "version": "2.13"
1514
+ },
1515
+ "usbcore": {
1516
+ "size": "195468",
1517
+ "refcount": "5"
1518
+ },
1519
+ "usb_common": {
1520
+ "size": "12440",
1521
+ "refcount": "1"
1522
+ },
1523
+ "e1000": {
1524
+ "size": "122545",
1525
+ "refcount": "0",
1526
+ "version": "7.3.21-k8-NAPI"
1527
+ },
1528
+ "libata": {
1529
+ "size": "177508",
1530
+ "refcount": "4",
1531
+ "version": "3.00"
1532
+ },
1533
+ "scsi_mod": {
1534
+ "size": "191405",
1535
+ "refcount": "4"
1536
+ }
1537
+ }
1538
+ },
1539
+ "keys": {
1540
+ "ssh": {
1541
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1542
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1543
+ }
1544
+ },
1545
+ "languages": {
1546
+ "ruby": {
1547
+ "bin_dir": "/usr/local/bin",
1548
+ "gem_bin": "/usr/local/bin/gem",
1549
+ "gems_dir": "/usr/local/gems",
1550
+ "ruby_bin": "/usr/local/bin/ruby"
1551
+ },
1552
+ "powershell": null
1553
+ },
1554
+ "lsb": {
1555
+ "id": "Debian",
1556
+ "description": "Debian GNU/Linux 8.9 (jessie)",
1557
+ "release": "8.9",
1558
+ "codename": "jessie"
1559
+ },
1560
+ "macaddress": "11:11:11:11:11:11",
1561
+ "machinename": "Fauxhai",
1562
+ "memory": {
1563
+ "total": "1048576kB"
1564
+ },
1565
+ "network": {
1566
+ "interfaces": {
1567
+ "lo": {
1568
+ "mtu": "65536",
1569
+ "flags": [
1570
+ "LOOPBACK",
1571
+ "UP",
1572
+ "LOWER_UP"
1573
+ ],
1574
+ "encapsulation": "Loopback",
1575
+ "addresses": {
1576
+ "127.0.0.1": {
1577
+ "family": "inet",
1578
+ "prefixlen": "8",
1579
+ "netmask": "255.0.0.0",
1580
+ "scope": "Node",
1581
+ "ip_scope": "LOOPBACK"
1582
+ },
1583
+ "::1": {
1584
+ "family": "inet6",
1585
+ "prefixlen": "128",
1586
+ "scope": "Node",
1587
+ "tags": [
1588
+
1589
+ ],
1590
+ "ip_scope": "LINK LOCAL LOOPBACK"
1591
+ }
1592
+ },
1593
+ "state": "unknown"
1594
+ },
1595
+ "eth0": {
1596
+ "type": "eth",
1597
+ "number": "0",
1598
+ "mtu": "1500",
1599
+ "flags": [
1600
+ "BROADCAST",
1601
+ "MULTICAST",
1602
+ "UP",
1603
+ "LOWER_UP"
1604
+ ],
1605
+ "encapsulation": "Ethernet",
1606
+ "addresses": {
1607
+ "11:11:11:11:11:11": {
1608
+ "family": "lladdr"
1609
+ },
1610
+ "10.0.0.2": {
1611
+ "family": "inet",
1612
+ "prefixlen": "24",
1613
+ "netmask": "255.255.255.0",
1614
+ "broadcast": "10.0.0.255",
1615
+ "scope": "Global",
1616
+ "ip_scope": "RFC1918 PRIVATE"
1617
+ },
1618
+ "fe80::11:1111:1111:1111": {
1619
+ "family": "inet6",
1620
+ "prefixlen": "64",
1621
+ "scope": "Link",
1622
+ "tags": [
1623
+
1624
+ ],
1625
+ "ip_scope": "LINK LOCAL UNICAST"
1626
+ }
1627
+ },
1628
+ "state": "up",
1629
+ "arp": {
1630
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1631
+ },
1632
+ "routes": [
1633
+ {
1634
+ "destination": "default",
1635
+ "family": "inet",
1636
+ "via": "10.0.0.1"
1637
+ },
1638
+ {
1639
+ "destination": "10.0.0.0/24",
1640
+ "family": "inet",
1641
+ "scope": "link",
1642
+ "proto": "kernel",
1643
+ "src": "10.0.0.2"
1644
+ },
1645
+ {
1646
+ "destination": "fe80::/64",
1647
+ "family": "inet6",
1648
+ "metric": "256",
1649
+ "proto": "kernel"
1650
+ }
1651
+ ],
1652
+ "ring_params": {
1653
+ }
1654
+ }
1655
+ },
1656
+ "default_interface": "eth0",
1657
+ "default_gateway": "10.0.0.1"
1658
+ },
1659
+ "ohai_time": 1501554470.3836412,
1660
+ "os": "linux",
1661
+ "os_version": "3.16.0-4-amd64",
1662
+ "packages": {
1663
+ "acl": {
1664
+ "version": "2.2.52-2",
1665
+ "arch": "amd64"
1666
+ },
1667
+ "acpi": {
1668
+ "version": "1.7-1",
1669
+ "arch": "amd64"
1670
+ },
1671
+ "acpi-support-base": {
1672
+ "version": "0.142-6",
1673
+ "arch": "all"
1674
+ },
1675
+ "acpid": {
1676
+ "version": "1:2.0.23-2",
1677
+ "arch": "amd64"
1678
+ },
1679
+ "adduser": {
1680
+ "version": "3.113+nmu3",
1681
+ "arch": "all"
1682
+ },
1683
+ "anacron": {
1684
+ "version": "2.3-23",
1685
+ "arch": "amd64"
1686
+ },
1687
+ "apt": {
1688
+ "version": "1.0.9.8.4",
1689
+ "arch": "amd64"
1690
+ },
1691
+ "apt-listchanges": {
1692
+ "version": "2.85.13+nmu1",
1693
+ "arch": "all"
1694
+ },
1695
+ "apt-utils": {
1696
+ "version": "1.0.9.8.4",
1697
+ "arch": "amd64"
1698
+ },
1699
+ "aptitude": {
1700
+ "version": "0.6.11-1+b1",
1701
+ "arch": "amd64"
1702
+ },
1703
+ "aptitude-common": {
1704
+ "version": "0.6.11-1",
1705
+ "arch": "all"
1706
+ },
1707
+ "aptitude-doc-en": {
1708
+ "version": "0.6.11-1",
1709
+ "arch": "all"
1710
+ },
1711
+ "at": {
1712
+ "version": "3.1.16-1",
1713
+ "arch": "amd64"
1714
+ },
1715
+ "avahi-autoipd": {
1716
+ "version": "0.6.31-5",
1717
+ "arch": "amd64"
1718
+ },
1719
+ "base-files": {
1720
+ "version": "8+deb8u9",
1721
+ "arch": "amd64"
1722
+ },
1723
+ "base-passwd": {
1724
+ "version": "3.5.37",
1725
+ "arch": "amd64"
1726
+ },
1727
+ "bash": {
1728
+ "version": "4.3-11+deb8u1",
1729
+ "arch": "amd64"
1730
+ },
1731
+ "bash-completion": {
1732
+ "version": "1:2.1-4",
1733
+ "arch": "all"
1734
+ },
1735
+ "bc": {
1736
+ "version": "1.06.95-9",
1737
+ "arch": "amd64"
1738
+ },
1739
+ "bind9-host": {
1740
+ "version": "1:9.9.5.dfsg-9+deb8u13",
1741
+ "arch": "amd64"
1742
+ },
1743
+ "bluetooth": {
1744
+ "version": "5.23-2",
1745
+ "arch": "all"
1746
+ },
1747
+ "bluez": {
1748
+ "version": "5.23-2+b1",
1749
+ "arch": "amd64"
1750
+ },
1751
+ "bsd-mailx": {
1752
+ "version": "8.1.2-0.20141216cvs-2",
1753
+ "arch": "amd64"
1754
+ },
1755
+ "bsdmainutils": {
1756
+ "version": "9.0.6",
1757
+ "arch": "amd64"
1758
+ },
1759
+ "bsdutils": {
1760
+ "version": "1:2.25.2-6",
1761
+ "arch": "amd64"
1762
+ },
1763
+ "busybox": {
1764
+ "version": "1:1.22.0-9+deb8u1",
1765
+ "arch": "amd64"
1766
+ },
1767
+ "bzip2": {
1768
+ "version": "1.0.6-7+b3",
1769
+ "arch": "amd64"
1770
+ },
1771
+ "ca-certificates": {
1772
+ "version": "20141019+deb8u3",
1773
+ "arch": "all"
1774
+ },
1775
+ "chef": {
1776
+ "version": "13.2.20-1",
1777
+ "arch": "amd64"
1778
+ },
1779
+ "console-setup": {
1780
+ "version": "1.123",
1781
+ "arch": "all"
1782
+ },
1783
+ "console-setup-linux": {
1784
+ "version": "1.123",
1785
+ "arch": "all"
1786
+ },
1787
+ "coreutils": {
1788
+ "version": "8.23-4",
1789
+ "arch": "amd64"
1790
+ },
1791
+ "cpio": {
1792
+ "version": "2.11+dfsg-4.1+deb8u1",
1793
+ "arch": "amd64"
1794
+ },
1795
+ "crda": {
1796
+ "version": "3.13-1",
1797
+ "arch": "amd64"
1798
+ },
1799
+ "cron": {
1800
+ "version": "3.0pl1-127+deb8u1",
1801
+ "arch": "amd64"
1802
+ },
1803
+ "curl": {
1804
+ "version": "7.38.0-4+deb8u5",
1805
+ "arch": "amd64"
1806
+ },
1807
+ "dash": {
1808
+ "version": "0.5.7-4+b1",
1809
+ "arch": "amd64"
1810
+ },
1811
+ "dbus": {
1812
+ "version": "1.8.22-0+deb8u1",
1813
+ "arch": "amd64"
1814
+ },
1815
+ "dc": {
1816
+ "version": "1.06.95-9",
1817
+ "arch": "amd64"
1818
+ },
1819
+ "debconf": {
1820
+ "version": "1.5.56+deb8u1",
1821
+ "arch": "all"
1822
+ },
1823
+ "debconf-i18n": {
1824
+ "version": "1.5.56+deb8u1",
1825
+ "arch": "all"
1826
+ },
1827
+ "debian-archive-keyring": {
1828
+ "version": "2017.5~deb8u1",
1829
+ "arch": "all"
1830
+ },
1831
+ "debian-faq": {
1832
+ "version": "5.0.3",
1833
+ "arch": "all"
1834
+ },
1835
+ "debianutils": {
1836
+ "version": "4.4+b1",
1837
+ "arch": "amd64"
1838
+ },
1839
+ "dictionaries-common": {
1840
+ "version": "1.23.17",
1841
+ "arch": "all"
1842
+ },
1843
+ "diffutils": {
1844
+ "version": "1:3.3-1+b1",
1845
+ "arch": "amd64"
1846
+ },
1847
+ "discover": {
1848
+ "version": "2.1.2-7",
1849
+ "arch": "amd64"
1850
+ },
1851
+ "discover-data": {
1852
+ "version": "2.2013.01.11",
1853
+ "arch": "all"
1854
+ },
1855
+ "dmidecode": {
1856
+ "version": "2.12-3",
1857
+ "arch": "amd64"
1858
+ },
1859
+ "dmsetup": {
1860
+ "version": "2:1.02.90-2.2+deb8u1",
1861
+ "arch": "amd64"
1862
+ },
1863
+ "dnsutils": {
1864
+ "version": "1:9.9.5.dfsg-9+deb8u13",
1865
+ "arch": "amd64"
1866
+ },
1867
+ "doc-debian": {
1868
+ "version": "6.2",
1869
+ "arch": "all"
1870
+ },
1871
+ "docutils-common": {
1872
+ "version": "0.12+dfsg-1",
1873
+ "arch": "all"
1874
+ },
1875
+ "docutils-doc": {
1876
+ "version": "0.12+dfsg-1",
1877
+ "arch": "all"
1878
+ },
1879
+ "dpkg": {
1880
+ "version": "1.17.27",
1881
+ "arch": "amd64"
1882
+ },
1883
+ "e2fslibs": {
1884
+ "version": "1.42.12-2+b1",
1885
+ "arch": "amd64"
1886
+ },
1887
+ "e2fsprogs": {
1888
+ "version": "1.42.12-2+b1",
1889
+ "arch": "amd64"
1890
+ },
1891
+ "eject": {
1892
+ "version": "2.1.5+deb1+cvs20081104-13.1+deb8u1",
1893
+ "arch": "amd64"
1894
+ },
1895
+ "emacsen-common": {
1896
+ "version": "2.0.8",
1897
+ "arch": "all"
1898
+ },
1899
+ "exim4": {
1900
+ "version": "4.84.2-2+deb8u4",
1901
+ "arch": "all"
1902
+ },
1903
+ "exim4-base": {
1904
+ "version": "4.84.2-2+deb8u4",
1905
+ "arch": "amd64"
1906
+ },
1907
+ "exim4-config": {
1908
+ "version": "4.84.2-2+deb8u4",
1909
+ "arch": "all"
1910
+ },
1911
+ "exim4-daemon-light": {
1912
+ "version": "4.84.2-2+deb8u4",
1913
+ "arch": "amd64"
1914
+ },
1915
+ "file": {
1916
+ "version": "1:5.22+15-2+deb8u3",
1917
+ "arch": "amd64"
1918
+ },
1919
+ "findutils": {
1920
+ "version": "4.4.2-9+b1",
1921
+ "arch": "amd64"
1922
+ },
1923
+ "fontconfig": {
1924
+ "version": "2.11.0-6.3+deb8u1",
1925
+ "arch": "amd64"
1926
+ },
1927
+ "fontconfig-config": {
1928
+ "version": "2.11.0-6.3+deb8u1",
1929
+ "arch": "all"
1930
+ },
1931
+ "fonts-dejavu-core": {
1932
+ "version": "2.34-1",
1933
+ "arch": "all"
1934
+ },
1935
+ "ftp": {
1936
+ "version": "0.17-31",
1937
+ "arch": "amd64"
1938
+ },
1939
+ "gcc-4.8-base": {
1940
+ "version": "4.8.4-1",
1941
+ "arch": "amd64"
1942
+ },
1943
+ "gcc-4.9-base": {
1944
+ "version": "4.9.2-10",
1945
+ "arch": "amd64"
1946
+ },
1947
+ "geoip-database": {
1948
+ "version": "20150317-1",
1949
+ "arch": "all"
1950
+ },
1951
+ "gettext-base": {
1952
+ "version": "0.19.3-2",
1953
+ "arch": "amd64"
1954
+ },
1955
+ "gnupg": {
1956
+ "version": "1.4.18-7+deb8u3",
1957
+ "arch": "amd64"
1958
+ },
1959
+ "gnupg-agent": {
1960
+ "version": "2.0.26-6+deb8u1",
1961
+ "arch": "amd64"
1962
+ },
1963
+ "gnupg2": {
1964
+ "version": "2.0.26-6+deb8u1",
1965
+ "arch": "amd64"
1966
+ },
1967
+ "gpgv": {
1968
+ "version": "1.4.18-7+deb8u3",
1969
+ "arch": "amd64"
1970
+ },
1971
+ "grep": {
1972
+ "version": "2.20-4.1",
1973
+ "arch": "amd64"
1974
+ },
1975
+ "groff-base": {
1976
+ "version": "1.22.2-8",
1977
+ "arch": "amd64"
1978
+ },
1979
+ "grub-common": {
1980
+ "version": "2.02~beta2-22+deb8u1",
1981
+ "arch": "amd64"
1982
+ },
1983
+ "grub-pc": {
1984
+ "version": "2.02~beta2-22+deb8u1",
1985
+ "arch": "amd64"
1986
+ },
1987
+ "grub-pc-bin": {
1988
+ "version": "2.02~beta2-22+deb8u1",
1989
+ "arch": "amd64"
1990
+ },
1991
+ "grub2-common": {
1992
+ "version": "2.02~beta2-22+deb8u1",
1993
+ "arch": "amd64"
1994
+ },
1995
+ "gzip": {
1996
+ "version": "1.6-4",
1997
+ "arch": "amd64"
1998
+ },
1999
+ "hicolor-icon-theme": {
2000
+ "version": "0.13-1",
2001
+ "arch": "all"
2002
+ },
2003
+ "host": {
2004
+ "version": "1:9.9.5.dfsg-9+deb8u13",
2005
+ "arch": "all"
2006
+ },
2007
+ "hostname": {
2008
+ "version": "3.15",
2009
+ "arch": "amd64"
2010
+ },
2011
+ "iamerican": {
2012
+ "version": "3.3.02-6",
2013
+ "arch": "all"
2014
+ },
2015
+ "ibritish": {
2016
+ "version": "3.3.02-6",
2017
+ "arch": "all"
2018
+ },
2019
+ "ienglish-common": {
2020
+ "version": "3.3.02-6",
2021
+ "arch": "all"
2022
+ },
2023
+ "ifupdown": {
2024
+ "version": "0.7.53.1",
2025
+ "arch": "amd64"
2026
+ },
2027
+ "info": {
2028
+ "version": "5.2.0.dfsg.1-6",
2029
+ "arch": "amd64"
2030
+ },
2031
+ "init": {
2032
+ "version": "1.22",
2033
+ "arch": "amd64"
2034
+ },
2035
+ "init-system-helpers": {
2036
+ "version": "1.22",
2037
+ "arch": "all"
2038
+ },
2039
+ "initramfs-tools": {
2040
+ "version": "0.120+deb8u3",
2041
+ "arch": "all"
2042
+ },
2043
+ "initscripts": {
2044
+ "version": "2.88dsf-59",
2045
+ "arch": "amd64"
2046
+ },
2047
+ "insserv": {
2048
+ "version": "1.14.0-5",
2049
+ "arch": "amd64"
2050
+ },
2051
+ "install-info": {
2052
+ "version": "5.2.0.dfsg.1-6",
2053
+ "arch": "amd64"
2054
+ },
2055
+ "installation-report": {
2056
+ "version": "2.58",
2057
+ "arch": "all"
2058
+ },
2059
+ "iproute2": {
2060
+ "version": "3.16.0-2",
2061
+ "arch": "amd64"
2062
+ },
2063
+ "iptables": {
2064
+ "version": "1.4.21-2+b1",
2065
+ "arch": "amd64"
2066
+ },
2067
+ "iputils-ping": {
2068
+ "version": "3:20121221-5+b2",
2069
+ "arch": "amd64"
2070
+ },
2071
+ "isc-dhcp-client": {
2072
+ "version": "4.3.1-6+deb8u2",
2073
+ "arch": "amd64"
2074
+ },
2075
+ "isc-dhcp-common": {
2076
+ "version": "4.3.1-6+deb8u2",
2077
+ "arch": "amd64"
2078
+ },
2079
+ "iso-codes": {
2080
+ "version": "3.57-1",
2081
+ "arch": "all"
2082
+ },
2083
+ "ispell": {
2084
+ "version": "3.3.02-6",
2085
+ "arch": "amd64"
2086
+ },
2087
+ "iw": {
2088
+ "version": "3.17-1",
2089
+ "arch": "amd64"
2090
+ },
2091
+ "kbd": {
2092
+ "version": "1.15.5-2",
2093
+ "arch": "amd64"
2094
+ },
2095
+ "keyboard-configuration": {
2096
+ "version": "1.123",
2097
+ "arch": "all"
2098
+ },
2099
+ "klibc-utils": {
2100
+ "version": "2.0.4-2",
2101
+ "arch": "amd64"
2102
+ },
2103
+ "kmod": {
2104
+ "version": "18-3",
2105
+ "arch": "amd64"
2106
+ },
2107
+ "krb5-locales": {
2108
+ "version": "1.12.1+dfsg-19+deb8u2",
2109
+ "arch": "all"
2110
+ },
2111
+ "laptop-detect": {
2112
+ "version": "0.13.7",
2113
+ "arch": "amd64"
2114
+ },
2115
+ "less": {
2116
+ "version": "458-3",
2117
+ "arch": "amd64"
2118
+ },
2119
+ "libacl1": {
2120
+ "version": "2.2.52-2",
2121
+ "arch": "amd64"
2122
+ },
2123
+ "libalgorithm-c3-perl": {
2124
+ "version": "0.09-1",
2125
+ "arch": "all"
2126
+ },
2127
+ "libapt-inst1.5": {
2128
+ "version": "1.0.9.8.4",
2129
+ "arch": "amd64"
2130
+ },
2131
+ "libapt-pkg4.12": {
2132
+ "version": "1.0.9.8.4",
2133
+ "arch": "amd64"
2134
+ },
2135
+ "libarchive-extract-perl": {
2136
+ "version": "0.72-1",
2137
+ "arch": "all"
2138
+ },
2139
+ "libasprintf0c2": {
2140
+ "version": "0.19.3-2",
2141
+ "arch": "amd64"
2142
+ },
2143
+ "libassuan0": {
2144
+ "version": "2.1.2-2",
2145
+ "arch": "amd64"
2146
+ },
2147
+ "libatk1.0-0": {
2148
+ "version": "2.14.0-1",
2149
+ "arch": "amd64"
2150
+ },
2151
+ "libatk1.0-data": {
2152
+ "version": "2.14.0-1",
2153
+ "arch": "all"
2154
+ },
2155
+ "libattr1": {
2156
+ "version": "1:2.4.47-2",
2157
+ "arch": "amd64"
2158
+ },
2159
+ "libaudit-common": {
2160
+ "version": "1:2.4-1",
2161
+ "arch": "all"
2162
+ },
2163
+ "libaudit1": {
2164
+ "version": "1:2.4-1+b1",
2165
+ "arch": "amd64"
2166
+ },
2167
+ "libauthen-sasl-perl": {
2168
+ "version": "2.1600-1",
2169
+ "arch": "all"
2170
+ },
2171
+ "libavahi-client3": {
2172
+ "version": "0.6.31-5",
2173
+ "arch": "amd64"
2174
+ },
2175
+ "libavahi-common-data": {
2176
+ "version": "0.6.31-5",
2177
+ "arch": "amd64"
2178
+ },
2179
+ "libavahi-common3": {
2180
+ "version": "0.6.31-5",
2181
+ "arch": "amd64"
2182
+ },
2183
+ "libbind9-90": {
2184
+ "version": "1:9.9.5.dfsg-9+deb8u13",
2185
+ "arch": "amd64"
2186
+ },
2187
+ "libblkid1": {
2188
+ "version": "2.25.2-6",
2189
+ "arch": "amd64"
2190
+ },
2191
+ "libboost-iostreams1.55.0": {
2192
+ "version": "1.55.0+dfsg-3",
2193
+ "arch": "amd64"
2194
+ },
2195
+ "libbsd0": {
2196
+ "version": "0.7.0-2",
2197
+ "arch": "amd64"
2198
+ },
2199
+ "libbz2-1.0": {
2200
+ "version": "1.0.6-7+b3",
2201
+ "arch": "amd64"
2202
+ },
2203
+ "libc-bin": {
2204
+ "version": "2.19-18+deb8u10",
2205
+ "arch": "amd64"
2206
+ },
2207
+ "libc6": {
2208
+ "version": "2.19-18+deb8u10",
2209
+ "arch": "amd64"
2210
+ },
2211
+ "libcairo2": {
2212
+ "version": "1.14.0-2.1+deb8u2",
2213
+ "arch": "amd64"
2214
+ },
2215
+ "libcap-ng0": {
2216
+ "version": "0.7.4-2",
2217
+ "arch": "amd64"
2218
+ },
2219
+ "libcap2": {
2220
+ "version": "1:2.24-8",
2221
+ "arch": "amd64"
2222
+ },
2223
+ "libcap2-bin": {
2224
+ "version": "1:2.24-8",
2225
+ "arch": "amd64"
2226
+ },
2227
+ "libcgi-fast-perl": {
2228
+ "version": "1:2.04-1",
2229
+ "arch": "all"
2230
+ },
2231
+ "libcgi-pm-perl": {
2232
+ "version": "4.09-1",
2233
+ "arch": "all"
2234
+ },
2235
+ "libclass-accessor-perl": {
2236
+ "version": "0.34-1",
2237
+ "arch": "all"
2238
+ },
2239
+ "libclass-c3-perl": {
2240
+ "version": "0.26-1",
2241
+ "arch": "all"
2242
+ },
2243
+ "libclass-c3-xs-perl": {
2244
+ "version": "0.13-2+b1",
2245
+ "arch": "amd64"
2246
+ },
2247
+ "libclass-isa-perl": {
2248
+ "version": "0.36-5",
2249
+ "arch": "all"
2250
+ },
2251
+ "libcomerr2": {
2252
+ "version": "1.42.12-2+b1",
2253
+ "arch": "amd64"
2254
+ },
2255
+ "libcpan-meta-perl": {
2256
+ "version": "2.142690-1",
2257
+ "arch": "all"
2258
+ },
2259
+ "libcryptsetup4": {
2260
+ "version": "2:1.6.6-5",
2261
+ "arch": "amd64"
2262
+ },
2263
+ "libcups2": {
2264
+ "version": "1.7.5-11+deb8u1",
2265
+ "arch": "amd64"
2266
+ },
2267
+ "libcurl3": {
2268
+ "version": "7.38.0-4+deb8u5",
2269
+ "arch": "amd64"
2270
+ },
2271
+ "libcurl3-gnutls": {
2272
+ "version": "7.38.0-4+deb8u5",
2273
+ "arch": "amd64"
2274
+ },
2275
+ "libcwidget3": {
2276
+ "version": "0.5.17-2",
2277
+ "arch": "amd64"
2278
+ },
2279
+ "libdaemon0": {
2280
+ "version": "0.14-6",
2281
+ "arch": "amd64"
2282
+ },
2283
+ "libdata-optlist-perl": {
2284
+ "version": "0.109-1",
2285
+ "arch": "all"
2286
+ },
2287
+ "libdata-section-perl": {
2288
+ "version": "0.200006-1",
2289
+ "arch": "all"
2290
+ },
2291
+ "libdatrie1": {
2292
+ "version": "0.2.8-1",
2293
+ "arch": "amd64"
2294
+ },
2295
+ "libdb5.3": {
2296
+ "version": "5.3.28-9",
2297
+ "arch": "amd64"
2298
+ },
2299
+ "libdbus-1-3": {
2300
+ "version": "1.8.22-0+deb8u1",
2301
+ "arch": "amd64"
2302
+ },
2303
+ "libdebconfclient0": {
2304
+ "version": "0.192",
2305
+ "arch": "amd64"
2306
+ },
2307
+ "libdevmapper1.02.1": {
2308
+ "version": "2:1.02.90-2.2+deb8u1",
2309
+ "arch": "amd64"
2310
+ },
2311
+ "libdiscover2": {
2312
+ "version": "2.1.2-7",
2313
+ "arch": "amd64"
2314
+ },
2315
+ "libdns-export100": {
2316
+ "version": "1:9.9.5.dfsg-9+deb8u13",
2317
+ "arch": "amd64"
2318
+ },
2319
+ "libdns100": {
2320
+ "version": "1:9.9.5.dfsg-9+deb8u13",
2321
+ "arch": "amd64"
2322
+ },
2323
+ "libedit2": {
2324
+ "version": "3.1-20140620-2",
2325
+ "arch": "amd64"
2326
+ },
2327
+ "libencode-locale-perl": {
2328
+ "version": "1.03-1",
2329
+ "arch": "all"
2330
+ },
2331
+ "libestr0": {
2332
+ "version": "0.1.9-1.1",
2333
+ "arch": "amd64"
2334
+ },
2335
+ "libevent-2.0-5": {
2336
+ "version": "2.0.21-stable-2+deb8u1",
2337
+ "arch": "amd64"
2338
+ },
2339
+ "libexpat1": {
2340
+ "version": "2.1.0-6+deb8u4",
2341
+ "arch": "amd64"
2342
+ },
2343
+ "libfcgi-perl": {
2344
+ "version": "0.77-1+deb8u1",
2345
+ "arch": "amd64"
2346
+ },
2347
+ "libffi6": {
2348
+ "version": "3.1-2+deb8u1",
2349
+ "arch": "amd64"
2350
+ },
2351
+ "libfile-listing-perl": {
2352
+ "version": "6.04-1",
2353
+ "arch": "all"
2354
+ },
2355
+ "libfont-afm-perl": {
2356
+ "version": "1.20-1",
2357
+ "arch": "all"
2358
+ },
2359
+ "libfontconfig1": {
2360
+ "version": "2.11.0-6.3+deb8u1",
2361
+ "arch": "amd64"
2362
+ },
2363
+ "libfreetype6": {
2364
+ "version": "2.5.2-3+deb8u2",
2365
+ "arch": "amd64"
2366
+ },
2367
+ "libfuse2": {
2368
+ "version": "2.9.3-15+deb8u2",
2369
+ "arch": "amd64"
2370
+ },
2371
+ "libgc1c2": {
2372
+ "version": "1:7.2d-6.4",
2373
+ "arch": "amd64"
2374
+ },
2375
+ "libgcc1": {
2376
+ "version": "1:4.9.2-10",
2377
+ "arch": "amd64"
2378
+ },
2379
+ "libgcrypt20": {
2380
+ "version": "1.6.3-2+deb8u4",
2381
+ "arch": "amd64"
2382
+ },
2383
+ "libgdbm3": {
2384
+ "version": "1.8.3-13.1",
2385
+ "arch": "amd64"
2386
+ },
2387
+ "libgdk-pixbuf2.0-0": {
2388
+ "version": "2.31.1-2+deb8u5",
2389
+ "arch": "amd64"
2390
+ },
2391
+ "libgdk-pixbuf2.0-common": {
2392
+ "version": "2.31.1-2+deb8u5",
2393
+ "arch": "all"
2394
+ },
2395
+ "libgeoip1": {
2396
+ "version": "1.6.2-4",
2397
+ "arch": "amd64"
2398
+ },
2399
+ "libglib2.0-0": {
2400
+ "version": "2.42.1-1+b1",
2401
+ "arch": "amd64"
2402
+ },
2403
+ "libglib2.0-data": {
2404
+ "version": "2.42.1-1",
2405
+ "arch": "all"
2406
+ },
2407
+ "libgmp10": {
2408
+ "version": "2:6.0.0+dfsg-6",
2409
+ "arch": "amd64"
2410
+ },
2411
+ "libgnutls-deb0-28": {
2412
+ "version": "3.3.8-6+deb8u7",
2413
+ "arch": "amd64"
2414
+ },
2415
+ "libgnutls-openssl27": {
2416
+ "version": "3.3.8-6+deb8u7",
2417
+ "arch": "amd64"
2418
+ },
2419
+ "libgpg-error0": {
2420
+ "version": "1.17-3",
2421
+ "arch": "amd64"
2422
+ },
2423
+ "libgpgme11": {
2424
+ "version": "1.5.1-6",
2425
+ "arch": "amd64"
2426
+ },
2427
+ "libgpm2": {
2428
+ "version": "1.20.4-6.1+b2",
2429
+ "arch": "amd64"
2430
+ },
2431
+ "libgraphite2-3": {
2432
+ "version": "1.3.10-1~deb8u1",
2433
+ "arch": "amd64"
2434
+ },
2435
+ "libgssapi-krb5-2": {
2436
+ "version": "1.12.1+dfsg-19+deb8u2",
2437
+ "arch": "amd64"
2438
+ },
2439
+ "libgtk2.0-0": {
2440
+ "version": "2.24.25-3+deb8u2",
2441
+ "arch": "amd64"
2442
+ },
2443
+ "libgtk2.0-bin": {
2444
+ "version": "2.24.25-3+deb8u2",
2445
+ "arch": "amd64"
2446
+ },
2447
+ "libgtk2.0-common": {
2448
+ "version": "2.24.25-3+deb8u2",
2449
+ "arch": "all"
2450
+ },
2451
+ "libharfbuzz0b": {
2452
+ "version": "0.9.35-2",
2453
+ "arch": "amd64"
2454
+ },
2455
+ "libhogweed2": {
2456
+ "version": "2.7.1-5+deb8u2",
2457
+ "arch": "amd64"
2458
+ },
2459
+ "libhtml-form-perl": {
2460
+ "version": "6.03-1",
2461
+ "arch": "all"
2462
+ },
2463
+ "libhtml-format-perl": {
2464
+ "version": "2.11-1",
2465
+ "arch": "all"
2466
+ },
2467
+ "libhtml-parser-perl": {
2468
+ "version": "3.71-1+b3",
2469
+ "arch": "amd64"
2470
+ },
2471
+ "libhtml-tagset-perl": {
2472
+ "version": "3.20-2",
2473
+ "arch": "all"
2474
+ },
2475
+ "libhtml-tree-perl": {
2476
+ "version": "5.03-1",
2477
+ "arch": "all"
2478
+ },
2479
+ "libhttp-cookies-perl": {
2480
+ "version": "6.01-1",
2481
+ "arch": "all"
2482
+ },
2483
+ "libhttp-daemon-perl": {
2484
+ "version": "6.01-1",
2485
+ "arch": "all"
2486
+ },
2487
+ "libhttp-date-perl": {
2488
+ "version": "6.02-1",
2489
+ "arch": "all"
2490
+ },
2491
+ "libhttp-message-perl": {
2492
+ "version": "6.06-1",
2493
+ "arch": "all"
2494
+ },
2495
+ "libhttp-negotiate-perl": {
2496
+ "version": "6.00-2",
2497
+ "arch": "all"
2498
+ },
2499
+ "libicu52": {
2500
+ "version": "52.1-8+deb8u5",
2501
+ "arch": "amd64"
2502
+ },
2503
+ "libidn11": {
2504
+ "version": "1.29-1+deb8u2",
2505
+ "arch": "amd64"
2506
+ },
2507
+ "libintl-perl": {
2508
+ "version": "1.23-1+deb8u1",
2509
+ "arch": "all"
2510
+ },
2511
+ "libio-html-perl": {
2512
+ "version": "1.001-1",
2513
+ "arch": "all"
2514
+ },
2515
+ "libio-socket-ip-perl": {
2516
+ "version": "0.32-1",
2517
+ "arch": "all"
2518
+ },
2519
+ "libio-socket-ssl-perl": {
2520
+ "version": "2.002-2+deb8u2",
2521
+ "arch": "all"
2522
+ },
2523
+ "libio-string-perl": {
2524
+ "version": "1.08-3",
2525
+ "arch": "all"
2526
+ },
2527
+ "libirs-export91": {
2528
+ "version": "1:9.9.5.dfsg-9+deb8u13",
2529
+ "arch": "amd64"
2530
+ },
2531
+ "libisc-export95": {
2532
+ "version": "1:9.9.5.dfsg-9+deb8u13",
2533
+ "arch": "amd64"
2534
+ },
2535
+ "libisc95": {
2536
+ "version": "1:9.9.5.dfsg-9+deb8u13",
2537
+ "arch": "amd64"
2538
+ },
2539
+ "libisccc90": {
2540
+ "version": "1:9.9.5.dfsg-9+deb8u13",
2541
+ "arch": "amd64"
2542
+ },
2543
+ "libisccfg-export90": {
2544
+ "version": "1:9.9.5.dfsg-9+deb8u13",
2545
+ "arch": "amd64"
2546
+ },
2547
+ "libisccfg90": {
2548
+ "version": "1:9.9.5.dfsg-9+deb8u13",
2549
+ "arch": "amd64"
2550
+ },
2551
+ "libiw30": {
2552
+ "version": "30~pre9-8",
2553
+ "arch": "amd64"
2554
+ },
2555
+ "libjasper1": {
2556
+ "version": "1.900.1-debian1-2.4+deb8u3",
2557
+ "arch": "amd64"
2558
+ },
2559
+ "libjbig0": {
2560
+ "version": "2.1-3.1",
2561
+ "arch": "amd64"
2562
+ },
2563
+ "libjpeg62-turbo": {
2564
+ "version": "1:1.3.1-12",
2565
+ "arch": "amd64"
2566
+ },
2567
+ "libjson-c2": {
2568
+ "version": "0.11-4",
2569
+ "arch": "amd64"
2570
+ },
2571
+ "libk5crypto3": {
2572
+ "version": "1.12.1+dfsg-19+deb8u2",
2573
+ "arch": "amd64"
2574
+ },
2575
+ "libkeyutils1": {
2576
+ "version": "1.5.9-5+b1",
2577
+ "arch": "amd64"
2578
+ },
2579
+ "libklibc": {
2580
+ "version": "2.0.4-2",
2581
+ "arch": "amd64"
2582
+ },
2583
+ "libkmod2": {
2584
+ "version": "18-3",
2585
+ "arch": "amd64"
2586
+ },
2587
+ "libkrb5-3": {
2588
+ "version": "1.12.1+dfsg-19+deb8u2",
2589
+ "arch": "amd64"
2590
+ },
2591
+ "libkrb5support0": {
2592
+ "version": "1.12.1+dfsg-19+deb8u2",
2593
+ "arch": "amd64"
2594
+ },
2595
+ "libksba8": {
2596
+ "version": "1.3.2-1+deb8u1",
2597
+ "arch": "amd64"
2598
+ },
2599
+ "liblcms2-2": {
2600
+ "version": "2.6-3+deb8u1",
2601
+ "arch": "amd64"
2602
+ },
2603
+ "libldap-2.4-2": {
2604
+ "version": "2.4.40+dfsg-1+deb8u3",
2605
+ "arch": "amd64"
2606
+ },
2607
+ "liblocale-gettext-perl": {
2608
+ "version": "1.05-8+b1",
2609
+ "arch": "amd64"
2610
+ },
2611
+ "liblockfile-bin": {
2612
+ "version": "1.09-6",
2613
+ "arch": "amd64"
2614
+ },
2615
+ "liblockfile1": {
2616
+ "version": "1.09-6",
2617
+ "arch": "amd64"
2618
+ },
2619
+ "liblog-message-perl": {
2620
+ "version": "0.8-1",
2621
+ "arch": "all"
2622
+ },
2623
+ "liblog-message-simple-perl": {
2624
+ "version": "0.10-2",
2625
+ "arch": "all"
2626
+ },
2627
+ "liblogging-stdlog0": {
2628
+ "version": "1.0.4-1",
2629
+ "arch": "amd64"
2630
+ },
2631
+ "liblognorm1": {
2632
+ "version": "1.0.1-3",
2633
+ "arch": "amd64"
2634
+ },
2635
+ "liblwp-mediatypes-perl": {
2636
+ "version": "6.02-1",
2637
+ "arch": "all"
2638
+ },
2639
+ "liblwp-protocol-https-perl": {
2640
+ "version": "6.06-2",
2641
+ "arch": "all"
2642
+ },
2643
+ "liblwres90": {
2644
+ "version": "1:9.9.5.dfsg-9+deb8u13",
2645
+ "arch": "amd64"
2646
+ },
2647
+ "liblzma5": {
2648
+ "version": "5.1.1alpha+20120614-2+b3",
2649
+ "arch": "amd64"
2650
+ },
2651
+ "libmagic1": {
2652
+ "version": "1:5.22+15-2+deb8u3",
2653
+ "arch": "amd64"
2654
+ },
2655
+ "libmailtools-perl": {
2656
+ "version": "2.13-1",
2657
+ "arch": "all"
2658
+ },
2659
+ "libmnl0": {
2660
+ "version": "1.0.3-5",
2661
+ "arch": "amd64"
2662
+ },
2663
+ "libmodule-build-perl": {
2664
+ "version": "0.421000-2+deb8u1",
2665
+ "arch": "all"
2666
+ },
2667
+ "libmodule-pluggable-perl": {
2668
+ "version": "5.1-1",
2669
+ "arch": "all"
2670
+ },
2671
+ "libmodule-signature-perl": {
2672
+ "version": "0.73-1+deb8u2",
2673
+ "arch": "all"
2674
+ },
2675
+ "libmount1": {
2676
+ "version": "2.25.2-6",
2677
+ "arch": "amd64"
2678
+ },
2679
+ "libmro-compat-perl": {
2680
+ "version": "0.12-1",
2681
+ "arch": "all"
2682
+ },
2683
+ "libncurses5": {
2684
+ "version": "5.9+20140913-1+b1",
2685
+ "arch": "amd64"
2686
+ },
2687
+ "libncursesw5": {
2688
+ "version": "5.9+20140913-1+b1",
2689
+ "arch": "amd64"
2690
+ },
2691
+ "libnet-http-perl": {
2692
+ "version": "6.07-1",
2693
+ "arch": "all"
2694
+ },
2695
+ "libnet-smtp-ssl-perl": {
2696
+ "version": "1.01-3",
2697
+ "arch": "all"
2698
+ },
2699
+ "libnet-ssleay-perl": {
2700
+ "version": "1.65-1+deb8u1",
2701
+ "arch": "amd64"
2702
+ },
2703
+ "libnetfilter-acct1": {
2704
+ "version": "1.0.2-1.1",
2705
+ "arch": "amd64"
2706
+ },
2707
+ "libnettle4": {
2708
+ "version": "2.7.1-5+deb8u2",
2709
+ "arch": "amd64"
2710
+ },
2711
+ "libnewt0.52": {
2712
+ "version": "0.52.17-1+b1",
2713
+ "arch": "amd64"
2714
+ },
2715
+ "libnfnetlink0": {
2716
+ "version": "1.0.1-3",
2717
+ "arch": "amd64"
2718
+ },
2719
+ "libnfsidmap2": {
2720
+ "version": "0.25-5",
2721
+ "arch": "amd64"
2722
+ },
2723
+ "libnl-3-200": {
2724
+ "version": "3.2.24-2",
2725
+ "arch": "amd64"
2726
+ },
2727
+ "libnl-genl-3-200": {
2728
+ "version": "3.2.24-2",
2729
+ "arch": "amd64"
2730
+ },
2731
+ "libp11-kit0": {
2732
+ "version": "0.20.7-1",
2733
+ "arch": "amd64"
2734
+ },
2735
+ "libpackage-constants-perl": {
2736
+ "version": "0.04-1",
2737
+ "arch": "all"
2738
+ },
2739
+ "libpam-modules": {
2740
+ "version": "1.1.8-3.1+deb8u2+b1",
2741
+ "arch": "amd64"
2742
+ },
2743
+ "libpam-modules-bin": {
2744
+ "version": "1.1.8-3.1+deb8u2+b1",
2745
+ "arch": "amd64"
2746
+ },
2747
+ "libpam-runtime": {
2748
+ "version": "1.1.8-3.1+deb8u2",
2749
+ "arch": "all"
2750
+ },
2751
+ "libpam0g": {
2752
+ "version": "1.1.8-3.1+deb8u2+b1",
2753
+ "arch": "amd64"
2754
+ },
2755
+ "libpango-1.0-0": {
2756
+ "version": "1.36.8-3",
2757
+ "arch": "amd64"
2758
+ },
2759
+ "libpangocairo-1.0-0": {
2760
+ "version": "1.36.8-3",
2761
+ "arch": "amd64"
2762
+ },
2763
+ "libpangoft2-1.0-0": {
2764
+ "version": "1.36.8-3",
2765
+ "arch": "amd64"
2766
+ },
2767
+ "libpaper-utils": {
2768
+ "version": "1.1.24+nmu4",
2769
+ "arch": "amd64"
2770
+ },
2771
+ "libpaper1": {
2772
+ "version": "1.1.24+nmu4",
2773
+ "arch": "amd64"
2774
+ },
2775
+ "libparams-util-perl": {
2776
+ "version": "1.07-2+b1",
2777
+ "arch": "amd64"
2778
+ },
2779
+ "libparse-debianchangelog-perl": {
2780
+ "version": "1.2.0-1.1",
2781
+ "arch": "all"
2782
+ },
2783
+ "libpci3": {
2784
+ "version": "1:3.2.1-3",
2785
+ "arch": "amd64"
2786
+ },
2787
+ "libpcre3": {
2788
+ "version": "2:8.35-3.3+deb8u4",
2789
+ "arch": "amd64"
2790
+ },
2791
+ "libpcsclite1": {
2792
+ "version": "1.8.13-1+deb8u1",
2793
+ "arch": "amd64"
2794
+ },
2795
+ "libperl4-corelibs-perl": {
2796
+ "version": "0.003-1",
2797
+ "arch": "all"
2798
+ },
2799
+ "libpipeline1": {
2800
+ "version": "1.4.0-1",
2801
+ "arch": "amd64"
2802
+ },
2803
+ "libpixman-1-0": {
2804
+ "version": "0.32.6-3",
2805
+ "arch": "amd64"
2806
+ },
2807
+ "libpng12-0": {
2808
+ "version": "1.2.50-2+deb8u3",
2809
+ "arch": "amd64"
2810
+ },
2811
+ "libpod-latex-perl": {
2812
+ "version": "0.61-1",
2813
+ "arch": "all"
2814
+ },
2815
+ "libpod-readme-perl": {
2816
+ "version": "0.11-1",
2817
+ "arch": "all"
2818
+ },
2819
+ "libpopt0": {
2820
+ "version": "1.16-10",
2821
+ "arch": "amd64"
2822
+ },
2823
+ "libprocps3": {
2824
+ "version": "2:3.3.9-9",
2825
+ "arch": "amd64"
2826
+ },
2827
+ "libpsl0": {
2828
+ "version": "0.5.1-1",
2829
+ "arch": "amd64"
2830
+ },
2831
+ "libpth20": {
2832
+ "version": "2.0.7-20",
2833
+ "arch": "amd64"
2834
+ },
2835
+ "libpython-stdlib": {
2836
+ "version": "2.7.9-1",
2837
+ "arch": "amd64"
2838
+ },
2839
+ "libpython2.7-minimal": {
2840
+ "version": "2.7.9-2+deb8u1",
2841
+ "arch": "amd64"
2842
+ },
2843
+ "libpython2.7-stdlib": {
2844
+ "version": "2.7.9-2+deb8u1",
2845
+ "arch": "amd64"
2846
+ },
2847
+ "libreadline6": {
2848
+ "version": "6.3-8+b3",
2849
+ "arch": "amd64"
2850
+ },
2851
+ "libregexp-common-perl": {
2852
+ "version": "2013031301-1",
2853
+ "arch": "all"
2854
+ },
2855
+ "librtmp1": {
2856
+ "version": "2.4+20150115.gita107cef-1+deb8u1",
2857
+ "arch": "amd64"
2858
+ },
2859
+ "libsasl2-2": {
2860
+ "version": "2.1.26.dfsg1-13+deb8u1",
2861
+ "arch": "amd64"
2862
+ },
2863
+ "libsasl2-modules": {
2864
+ "version": "2.1.26.dfsg1-13+deb8u1",
2865
+ "arch": "amd64"
2866
+ },
2867
+ "libsasl2-modules-db": {
2868
+ "version": "2.1.26.dfsg1-13+deb8u1",
2869
+ "arch": "amd64"
2870
+ },
2871
+ "libselinux1": {
2872
+ "version": "2.3-2",
2873
+ "arch": "amd64"
2874
+ },
2875
+ "libsemanage-common": {
2876
+ "version": "2.3-1",
2877
+ "arch": "all"
2878
+ },
2879
+ "libsemanage1": {
2880
+ "version": "2.3-1+b1",
2881
+ "arch": "amd64"
2882
+ },
2883
+ "libsepol1": {
2884
+ "version": "2.3-2",
2885
+ "arch": "amd64"
2886
+ },
2887
+ "libsigc++-2.0-0c2a": {
2888
+ "version": "2.4.0-1",
2889
+ "arch": "amd64"
2890
+ },
2891
+ "libsigsegv2": {
2892
+ "version": "2.10-4+b1",
2893
+ "arch": "amd64"
2894
+ },
2895
+ "libslang2": {
2896
+ "version": "2.3.0-2",
2897
+ "arch": "amd64"
2898
+ },
2899
+ "libsmartcols1": {
2900
+ "version": "2.25.2-6",
2901
+ "arch": "amd64"
2902
+ },
2903
+ "libsoftware-license-perl": {
2904
+ "version": "0.103010-3",
2905
+ "arch": "all"
2906
+ },
2907
+ "libsqlite3-0": {
2908
+ "version": "3.8.7.1-1+deb8u2",
2909
+ "arch": "amd64"
2910
+ },
2911
+ "libss2": {
2912
+ "version": "1.42.12-2+b1",
2913
+ "arch": "amd64"
2914
+ },
2915
+ "libssh2-1": {
2916
+ "version": "1.4.3-4.1+deb8u1",
2917
+ "arch": "amd64"
2918
+ },
2919
+ "libssl1.0.0": {
2920
+ "version": "1.0.1t-1+deb8u6",
2921
+ "arch": "amd64"
2922
+ },
2923
+ "libstdc++6": {
2924
+ "version": "4.9.2-10",
2925
+ "arch": "amd64"
2926
+ },
2927
+ "libsub-exporter-perl": {
2928
+ "version": "0.986-1",
2929
+ "arch": "all"
2930
+ },
2931
+ "libsub-install-perl": {
2932
+ "version": "0.928-1",
2933
+ "arch": "all"
2934
+ },
2935
+ "libsub-name-perl": {
2936
+ "version": "0.12-1",
2937
+ "arch": "amd64"
2938
+ },
2939
+ "libswitch-perl": {
2940
+ "version": "2.17-2",
2941
+ "arch": "all"
2942
+ },
2943
+ "libsystemd0": {
2944
+ "version": "215-17+deb8u7",
2945
+ "arch": "amd64"
2946
+ },
2947
+ "libtasn1-6": {
2948
+ "version": "4.2-3+deb8u3",
2949
+ "arch": "amd64"
2950
+ },
2951
+ "libterm-ui-perl": {
2952
+ "version": "0.42-1",
2953
+ "arch": "all"
2954
+ },
2955
+ "libtext-charwidth-perl": {
2956
+ "version": "0.04-7+b3",
2957
+ "arch": "amd64"
2958
+ },
2959
+ "libtext-iconv-perl": {
2960
+ "version": "1.7-5+b2",
2961
+ "arch": "amd64"
2962
+ },
2963
+ "libtext-soundex-perl": {
2964
+ "version": "3.4-1+b2",
2965
+ "arch": "amd64"
2966
+ },
2967
+ "libtext-template-perl": {
2968
+ "version": "1.46-1",
2969
+ "arch": "all"
2970
+ },
2971
+ "libtext-unidecode-perl": {
2972
+ "version": "1.22-1",
2973
+ "arch": "all"
2974
+ },
2975
+ "libtext-wrapi18n-perl": {
2976
+ "version": "0.06-7",
2977
+ "arch": "all"
2978
+ },
2979
+ "libthai-data": {
2980
+ "version": "0.1.21-1",
2981
+ "arch": "all"
2982
+ },
2983
+ "libthai0": {
2984
+ "version": "0.1.21-1",
2985
+ "arch": "amd64"
2986
+ },
2987
+ "libtiff5": {
2988
+ "version": "4.0.3-12.3+deb8u4",
2989
+ "arch": "amd64"
2990
+ },
2991
+ "libtimedate-perl": {
2992
+ "version": "2.3000-2",
2993
+ "arch": "all"
2994
+ },
2995
+ "libtinfo5": {
2996
+ "version": "5.9+20140913-1+b1",
2997
+ "arch": "amd64"
2998
+ },
2999
+ "libtirpc1": {
3000
+ "version": "0.2.5-1+deb8u1",
3001
+ "arch": "amd64"
3002
+ },
3003
+ "libtokyocabinet9": {
3004
+ "version": "1.4.48-3",
3005
+ "arch": "amd64"
3006
+ },
3007
+ "libudev1": {
3008
+ "version": "215-17+deb8u7",
3009
+ "arch": "amd64"
3010
+ },
3011
+ "liburi-perl": {
3012
+ "version": "1.64-1",
3013
+ "arch": "all"
3014
+ },
3015
+ "libusb-0.1-4": {
3016
+ "version": "2:0.1.12-25",
3017
+ "arch": "amd64"
3018
+ },
3019
+ "libusb-1.0-0": {
3020
+ "version": "2:1.0.19-1",
3021
+ "arch": "amd64"
3022
+ },
3023
+ "libustr-1.0-1": {
3024
+ "version": "1.0.4-3+b2",
3025
+ "arch": "amd64"
3026
+ },
3027
+ "libuuid-perl": {
3028
+ "version": "0.05-1+b1",
3029
+ "arch": "amd64"
3030
+ },
3031
+ "libuuid1": {
3032
+ "version": "2.25.2-6",
3033
+ "arch": "amd64"
3034
+ },
3035
+ "libwebp5": {
3036
+ "version": "0.4.1-1.2+b2",
3037
+ "arch": "amd64"
3038
+ },
3039
+ "libwebpdemux1": {
3040
+ "version": "0.4.1-1.2+b2",
3041
+ "arch": "amd64"
3042
+ },
3043
+ "libwebpmux1": {
3044
+ "version": "0.4.1-1.2+b2",
3045
+ "arch": "amd64"
3046
+ },
3047
+ "libwrap0": {
3048
+ "version": "7.6.q-25",
3049
+ "arch": "amd64"
3050
+ },
3051
+ "libwww-perl": {
3052
+ "version": "6.08-1",
3053
+ "arch": "all"
3054
+ },
3055
+ "libwww-robotrules-perl": {
3056
+ "version": "6.01-1",
3057
+ "arch": "all"
3058
+ },
3059
+ "libx11-6": {
3060
+ "version": "2:1.6.2-3",
3061
+ "arch": "amd64"
3062
+ },
3063
+ "libx11-data": {
3064
+ "version": "2:1.6.2-3",
3065
+ "arch": "all"
3066
+ },
3067
+ "libxapian22": {
3068
+ "version": "1.2.19-1+deb8u1",
3069
+ "arch": "amd64"
3070
+ },
3071
+ "libxau6": {
3072
+ "version": "1:1.0.8-1",
3073
+ "arch": "amd64"
3074
+ },
3075
+ "libxcb-render0": {
3076
+ "version": "1.10-3+b1",
3077
+ "arch": "amd64"
3078
+ },
3079
+ "libxcb-shm0": {
3080
+ "version": "1.10-3+b1",
3081
+ "arch": "amd64"
3082
+ },
3083
+ "libxcb1": {
3084
+ "version": "1.10-3+b1",
3085
+ "arch": "amd64"
3086
+ },
3087
+ "libxcomposite1": {
3088
+ "version": "1:0.4.4-1",
3089
+ "arch": "amd64"
3090
+ },
3091
+ "libxcursor1": {
3092
+ "version": "1:1.1.14-1+b1",
3093
+ "arch": "amd64"
3094
+ },
3095
+ "libxdamage1": {
3096
+ "version": "1:1.1.4-2+b1",
3097
+ "arch": "amd64"
3098
+ },
3099
+ "libxdmcp6": {
3100
+ "version": "1:1.1.1-1+b1",
3101
+ "arch": "amd64"
3102
+ },
3103
+ "libxext6": {
3104
+ "version": "2:1.3.3-1",
3105
+ "arch": "amd64"
3106
+ },
3107
+ "libxfixes3": {
3108
+ "version": "1:5.0.1-2+b2",
3109
+ "arch": "amd64"
3110
+ },
3111
+ "libxi6": {
3112
+ "version": "2:1.7.4-1+b2",
3113
+ "arch": "amd64"
3114
+ },
3115
+ "libxinerama1": {
3116
+ "version": "2:1.1.3-1+b1",
3117
+ "arch": "amd64"
3118
+ },
3119
+ "libxml-libxml-perl": {
3120
+ "version": "2.0116+dfsg-1+deb8u1",
3121
+ "arch": "amd64"
3122
+ },
3123
+ "libxml-namespacesupport-perl": {
3124
+ "version": "1.11-1",
3125
+ "arch": "all"
3126
+ },
3127
+ "libxml-parser-perl": {
3128
+ "version": "2.41-3",
3129
+ "arch": "amd64"
3130
+ },
3131
+ "libxml-sax-base-perl": {
3132
+ "version": "1.07-1",
3133
+ "arch": "all"
3134
+ },
3135
+ "libxml-sax-expat-perl": {
3136
+ "version": "0.40-2",
3137
+ "arch": "all"
3138
+ },
3139
+ "libxml-sax-perl": {
3140
+ "version": "0.99+dfsg-2",
3141
+ "arch": "all"
3142
+ },
3143
+ "libxml2": {
3144
+ "version": "2.9.1+dfsg1-5+deb8u4",
3145
+ "arch": "amd64"
3146
+ },
3147
+ "libxmuu1": {
3148
+ "version": "2:1.1.2-1",
3149
+ "arch": "amd64"
3150
+ },
3151
+ "libxrandr2": {
3152
+ "version": "2:1.4.2-1+b1",
3153
+ "arch": "amd64"
3154
+ },
3155
+ "libxrender1": {
3156
+ "version": "1:0.9.8-1+b1",
3157
+ "arch": "amd64"
3158
+ },
3159
+ "libxtables10": {
3160
+ "version": "1.4.21-2+b1",
3161
+ "arch": "amd64"
3162
+ },
3163
+ "linux-base": {
3164
+ "version": "3.5",
3165
+ "arch": "all"
3166
+ },
3167
+ "linux-image-3.16.0-4-amd64": {
3168
+ "version": "3.16.43-2+deb8u2",
3169
+ "arch": "amd64"
3170
+ },
3171
+ "linux-image-amd64": {
3172
+ "version": "3.16+63",
3173
+ "arch": "amd64"
3174
+ },
3175
+ "locales": {
3176
+ "version": "2.19-18+deb8u10",
3177
+ "arch": "all"
3178
+ },
3179
+ "login": {
3180
+ "version": "1:4.2-3+deb8u4",
3181
+ "arch": "amd64"
3182
+ },
3183
+ "logrotate": {
3184
+ "version": "3.8.7-1+b1",
3185
+ "arch": "amd64"
3186
+ },
3187
+ "lsb-base": {
3188
+ "version": "4.1+Debian13+nmu1",
3189
+ "arch": "all"
3190
+ },
3191
+ "lsb-release": {
3192
+ "version": "4.1+Debian13+nmu1",
3193
+ "arch": "all"
3194
+ },
3195
+ "lsof": {
3196
+ "version": "4.86+dfsg-1",
3197
+ "arch": "amd64"
3198
+ },
3199
+ "m4": {
3200
+ "version": "1.4.17-4",
3201
+ "arch": "amd64"
3202
+ },
3203
+ "man-db": {
3204
+ "version": "2.7.0.2-5",
3205
+ "arch": "amd64"
3206
+ },
3207
+ "manpages": {
3208
+ "version": "3.74-1",
3209
+ "arch": "all"
3210
+ },
3211
+ "mawk": {
3212
+ "version": "1.3.3-17",
3213
+ "arch": "amd64"
3214
+ },
3215
+ "mime-support": {
3216
+ "version": "3.58",
3217
+ "arch": "all"
3218
+ },
3219
+ "mlocate": {
3220
+ "version": "0.26-1",
3221
+ "arch": "amd64"
3222
+ },
3223
+ "mount": {
3224
+ "version": "2.25.2-6",
3225
+ "arch": "amd64"
3226
+ },
3227
+ "multiarch-support": {
3228
+ "version": "2.19-18+deb8u10",
3229
+ "arch": "amd64"
3230
+ },
3231
+ "mutt": {
3232
+ "version": "1.5.23-3",
3233
+ "arch": "amd64"
3234
+ },
3235
+ "nano": {
3236
+ "version": "2.2.6-3",
3237
+ "arch": "amd64"
3238
+ },
3239
+ "ncurses-base": {
3240
+ "version": "5.9+20140913-1",
3241
+ "arch": "all"
3242
+ },
3243
+ "ncurses-bin": {
3244
+ "version": "5.9+20140913-1+b1",
3245
+ "arch": "amd64"
3246
+ },
3247
+ "ncurses-term": {
3248
+ "version": "5.9+20140913-1",
3249
+ "arch": "all"
3250
+ },
3251
+ "net-tools": {
3252
+ "version": "1.60-26+b1",
3253
+ "arch": "amd64"
3254
+ },
3255
+ "netbase": {
3256
+ "version": "5.3",
3257
+ "arch": "all"
3258
+ },
3259
+ "netcat-traditional": {
3260
+ "version": "1.10-41",
3261
+ "arch": "amd64"
3262
+ },
3263
+ "nfacct": {
3264
+ "version": "1.0.1-1.1",
3265
+ "arch": "amd64"
3266
+ },
3267
+ "nfs-common": {
3268
+ "version": "1:1.2.8-9",
3269
+ "arch": "amd64"
3270
+ },
3271
+ "openssh-client": {
3272
+ "version": "1:6.7p1-5+deb8u3",
3273
+ "arch": "amd64"
3274
+ },
3275
+ "openssh-server": {
3276
+ "version": "1:6.7p1-5+deb8u3",
3277
+ "arch": "amd64"
3278
+ },
3279
+ "openssh-sftp-server": {
3280
+ "version": "1:6.7p1-5+deb8u3",
3281
+ "arch": "amd64"
3282
+ },
3283
+ "openssl": {
3284
+ "version": "1.0.1t-1+deb8u6",
3285
+ "arch": "amd64"
3286
+ },
3287
+ "os-prober": {
3288
+ "version": "1.65+deb8u1",
3289
+ "arch": "amd64"
3290
+ },
3291
+ "passwd": {
3292
+ "version": "1:4.2-3+deb8u4",
3293
+ "arch": "amd64"
3294
+ },
3295
+ "patch": {
3296
+ "version": "2.7.5-1",
3297
+ "arch": "amd64"
3298
+ },
3299
+ "pciutils": {
3300
+ "version": "1:3.2.1-3",
3301
+ "arch": "amd64"
3302
+ },
3303
+ "perl": {
3304
+ "version": "5.20.2-3+deb8u8",
3305
+ "arch": "amd64"
3306
+ },
3307
+ "perl-base": {
3308
+ "version": "5.20.2-3+deb8u8",
3309
+ "arch": "amd64"
3310
+ },
3311
+ "perl-modules": {
3312
+ "version": "5.20.2-3+deb8u8",
3313
+ "arch": "all"
3314
+ },
3315
+ "pinentry-gtk2": {
3316
+ "version": "0.8.3-2",
3317
+ "arch": "amd64"
3318
+ },
3319
+ "popularity-contest": {
3320
+ "version": "1.61",
3321
+ "arch": "all"
3322
+ },
3323
+ "powertop": {
3324
+ "version": "2.6.1-1",
3325
+ "arch": "amd64"
3326
+ },
3327
+ "procmail": {
3328
+ "version": "3.22-24",
3329
+ "arch": "amd64"
3330
+ },
3331
+ "procps": {
3332
+ "version": "2:3.3.9-9",
3333
+ "arch": "amd64"
3334
+ },
3335
+ "psmisc": {
3336
+ "version": "22.21-2",
3337
+ "arch": "amd64"
3338
+ },
3339
+ "python": {
3340
+ "version": "2.7.9-1",
3341
+ "arch": "amd64"
3342
+ },
3343
+ "python-apt": {
3344
+ "version": "0.9.3.12",
3345
+ "arch": "amd64"
3346
+ },
3347
+ "python-apt-common": {
3348
+ "version": "0.9.3.12",
3349
+ "arch": "all"
3350
+ },
3351
+ "python-chardet": {
3352
+ "version": "2.3.0-1",
3353
+ "arch": "all"
3354
+ },
3355
+ "python-debian": {
3356
+ "version": "0.1.27",
3357
+ "arch": "all"
3358
+ },
3359
+ "python-debianbts": {
3360
+ "version": "1.12",
3361
+ "arch": "all"
3362
+ },
3363
+ "python-defusedxml": {
3364
+ "version": "0.4.1-2",
3365
+ "arch": "all"
3366
+ },
3367
+ "python-docutils": {
3368
+ "version": "0.12+dfsg-1",
3369
+ "arch": "all"
3370
+ },
3371
+ "python-minimal": {
3372
+ "version": "2.7.9-1",
3373
+ "arch": "amd64"
3374
+ },
3375
+ "python-pil": {
3376
+ "version": "2.6.1-2+deb8u3",
3377
+ "arch": "amd64"
3378
+ },
3379
+ "python-pkg-resources": {
3380
+ "version": "5.5.1-1",
3381
+ "arch": "all"
3382
+ },
3383
+ "python-pygments": {
3384
+ "version": "2.0.1+dfsg-1.1+deb8u1",
3385
+ "arch": "all"
3386
+ },
3387
+ "python-reportbug": {
3388
+ "version": "6.6.3",
3389
+ "arch": "all"
3390
+ },
3391
+ "python-roman": {
3392
+ "version": "2.0.0-1",
3393
+ "arch": "all"
3394
+ },
3395
+ "python-six": {
3396
+ "version": "1.8.0-1",
3397
+ "arch": "all"
3398
+ },
3399
+ "python-soappy": {
3400
+ "version": "0.12.22-1",
3401
+ "arch": "all"
3402
+ },
3403
+ "python-support": {
3404
+ "version": "1.0.15",
3405
+ "arch": "all"
3406
+ },
3407
+ "python-wstools": {
3408
+ "version": "0.4.3-2",
3409
+ "arch": "all"
3410
+ },
3411
+ "python2.7": {
3412
+ "version": "2.7.9-2+deb8u1",
3413
+ "arch": "amd64"
3414
+ },
3415
+ "python2.7-minimal": {
3416
+ "version": "2.7.9-2+deb8u1",
3417
+ "arch": "amd64"
3418
+ },
3419
+ "readline-common": {
3420
+ "version": "6.3-8",
3421
+ "arch": "all"
3422
+ },
3423
+ "rename": {
3424
+ "version": "0.20-3",
3425
+ "arch": "all"
3426
+ },
3427
+ "reportbug": {
3428
+ "version": "6.6.3",
3429
+ "arch": "all"
3430
+ },
3431
+ "rpcbind": {
3432
+ "version": "0.2.1-6+deb8u2",
3433
+ "arch": "amd64"
3434
+ },
3435
+ "rsyslog": {
3436
+ "version": "8.4.2-1+deb8u2",
3437
+ "arch": "amd64"
3438
+ },
3439
+ "sed": {
3440
+ "version": "4.2.2-4+deb8u1",
3441
+ "arch": "amd64"
3442
+ },
3443
+ "sensible-utils": {
3444
+ "version": "0.0.9",
3445
+ "arch": "all"
3446
+ },
3447
+ "sgml-base": {
3448
+ "version": "1.26+nmu4",
3449
+ "arch": "all"
3450
+ },
3451
+ "shared-mime-info": {
3452
+ "version": "1.3-1",
3453
+ "arch": "amd64"
3454
+ },
3455
+ "startpar": {
3456
+ "version": "0.59-3",
3457
+ "arch": "amd64"
3458
+ },
3459
+ "systemd": {
3460
+ "version": "215-17+deb8u7",
3461
+ "arch": "amd64"
3462
+ },
3463
+ "systemd-sysv": {
3464
+ "version": "215-17+deb8u7",
3465
+ "arch": "amd64"
3466
+ },
3467
+ "sysv-rc": {
3468
+ "version": "2.88dsf-59",
3469
+ "arch": "all"
3470
+ },
3471
+ "sysvinit-utils": {
3472
+ "version": "2.88dsf-59",
3473
+ "arch": "amd64"
3474
+ },
3475
+ "tar": {
3476
+ "version": "1.27.1-2+deb8u1",
3477
+ "arch": "amd64"
3478
+ },
3479
+ "task-english": {
3480
+ "version": "3.31+deb8u1",
3481
+ "arch": "all"
3482
+ },
3483
+ "task-laptop": {
3484
+ "version": "3.31+deb8u1",
3485
+ "arch": "all"
3486
+ },
3487
+ "task-ssh-server": {
3488
+ "version": "3.31+deb8u1",
3489
+ "arch": "all"
3490
+ },
3491
+ "tasksel": {
3492
+ "version": "3.31+deb8u1",
3493
+ "arch": "all"
3494
+ },
3495
+ "tasksel-data": {
3496
+ "version": "3.31+deb8u1",
3497
+ "arch": "all"
3498
+ },
3499
+ "tcpd": {
3500
+ "version": "7.6.q-25",
3501
+ "arch": "amd64"
3502
+ },
3503
+ "telnet": {
3504
+ "version": "0.17-36",
3505
+ "arch": "amd64"
3506
+ },
3507
+ "texinfo": {
3508
+ "version": "5.2.0.dfsg.1-6",
3509
+ "arch": "amd64"
3510
+ },
3511
+ "time": {
3512
+ "version": "1.7-25",
3513
+ "arch": "amd64"
3514
+ },
3515
+ "traceroute": {
3516
+ "version": "1:2.0.20-2+b1",
3517
+ "arch": "amd64"
3518
+ },
3519
+ "tzdata": {
3520
+ "version": "2017b-0+deb8u1",
3521
+ "arch": "all"
3522
+ },
3523
+ "ucf": {
3524
+ "version": "3.0030",
3525
+ "arch": "all"
3526
+ },
3527
+ "udev": {
3528
+ "version": "215-17+deb8u7",
3529
+ "arch": "amd64"
3530
+ },
3531
+ "usbutils": {
3532
+ "version": "1:007-2",
3533
+ "arch": "amd64"
3534
+ },
3535
+ "util-linux": {
3536
+ "version": "2.25.2-6",
3537
+ "arch": "amd64"
3538
+ },
3539
+ "util-linux-locales": {
3540
+ "version": "2.25.2-6",
3541
+ "arch": "all"
3542
+ },
3543
+ "vim-common": {
3544
+ "version": "2:7.4.488-7+deb8u3",
3545
+ "arch": "amd64"
3546
+ },
3547
+ "vim-tiny": {
3548
+ "version": "2:7.4.488-7+deb8u3",
3549
+ "arch": "amd64"
3550
+ },
3551
+ "w3m": {
3552
+ "version": "0.5.3-19+deb8u2",
3553
+ "arch": "amd64"
3554
+ },
3555
+ "wamerican": {
3556
+ "version": "7.1-1",
3557
+ "arch": "all"
3558
+ },
3559
+ "wget": {
3560
+ "version": "1.16-1+deb8u2",
3561
+ "arch": "amd64"
3562
+ },
3563
+ "whiptail": {
3564
+ "version": "0.52.17-1+b1",
3565
+ "arch": "amd64"
3566
+ },
3567
+ "whois": {
3568
+ "version": "5.2.7",
3569
+ "arch": "amd64"
3570
+ },
3571
+ "wireless-regdb": {
3572
+ "version": "2016.06.10-1~deb8u1",
3573
+ "arch": "all"
3574
+ },
3575
+ "wireless-tools": {
3576
+ "version": "30~pre9-8",
3577
+ "arch": "amd64"
3578
+ },
3579
+ "wpasupplicant": {
3580
+ "version": "2.3-1+deb8u4",
3581
+ "arch": "amd64"
3582
+ },
3583
+ "xauth": {
3584
+ "version": "1:1.0.9-1",
3585
+ "arch": "amd64"
3586
+ },
3587
+ "xdg-user-dirs": {
3588
+ "version": "0.15-2",
3589
+ "arch": "amd64"
3590
+ },
3591
+ "xkb-data": {
3592
+ "version": "2.12-1",
3593
+ "arch": "all"
3594
+ },
3595
+ "xml-core": {
3596
+ "version": "0.13+nmu2",
3597
+ "arch": "all"
3598
+ },
3599
+ "xz-utils": {
3600
+ "version": "5.1.1alpha+20120614-2+b3",
3601
+ "arch": "amd64"
3602
+ },
3603
+ "zlib1g": {
3604
+ "version": "1:1.2.8.dfsg-2+b1",
3605
+ "arch": "amd64"
3606
+ }
3607
+ },
3608
+ "platform": "debian",
3609
+ "platform_family": "debian",
3610
+ "platform_version": "8.9",
3611
+ "root_group": "root",
3612
+ "shard_seed": 101094353,
3613
+ "shells": [
3614
+ "/bin/sh",
3615
+ "/bin/dash",
3616
+ "/bin/bash",
3617
+ "/bin/rbash"
3618
+ ],
3619
+ "time": {
3620
+ "timezone": "GMT"
3621
+ },
3622
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
3623
+ "uptime_seconds": 2646450,
3624
+ "virtualization": {
3625
+ "systems": {
3626
+ }
3627
+ }
3628
+ }