fauxhai 6.11.0 → 7.0.0

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