fauxhai 6.5.0 → 6.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +55 -0
- data/PLATFORMS.md +1 -0
- data/lib/fauxhai/platforms/amazon/2012.09.json +3063 -93
- data/lib/fauxhai/platforms/amazon/2013.09.json +3202 -96
- data/lib/fauxhai/platforms/amazon/2014.03.json +3002 -89
- data/lib/fauxhai/platforms/amazon/2014.09.json +2903 -76
- data/lib/fauxhai/platforms/amazon/2015.03.json +173 -166
- data/lib/fauxhai/platforms/amazon/2015.09.json +164 -164
- data/lib/fauxhai/platforms/amazon/2016.03.json +533 -533
- data/lib/fauxhai/platforms/amazon/2016.09.json +152 -152
- data/lib/fauxhai/platforms/amazon/2017.03.json +143 -143
- data/lib/fauxhai/platforms/amazon/2017.09.json +124 -124
- data/lib/fauxhai/platforms/amazon/2018.03.json +528 -535
- data/lib/fauxhai/platforms/centos/6.9.json +24 -24
- data/lib/fauxhai/platforms/centos/7.4.1708.json +678 -678
- data/lib/fauxhai/platforms/centos/7.5.1804.json +713 -713
- data/lib/fauxhai/platforms/debian/8.7.json +520 -1418
- data/lib/fauxhai/platforms/debian/9.0.json +620 -672
- data/lib/fauxhai/platforms/debian/9.1.json +598 -583
- data/lib/fauxhai/platforms/debian/9.2.json +626 -598
- data/lib/fauxhai/platforms/debian/9.3.json +538 -737
- data/lib/fauxhai/platforms/debian/9.4.json +33 -33
- data/lib/fauxhai/platforms/debian/9.5.json +2928 -0
- data/lib/fauxhai/platforms/fedora/24.json +33 -33
- data/lib/fauxhai/platforms/fedora/25.json +35 -36
- data/lib/fauxhai/platforms/fedora/26.json +29 -29
- data/lib/fauxhai/platforms/fedora/27.json +393 -393
- data/lib/fauxhai/platforms/fedora/28.json +586 -544
- data/lib/fauxhai/platforms/openbsd/6.2.json +12 -31
- data/lib/fauxhai/platforms/opensuse/42.2.json +3385 -3929
- data/lib/fauxhai/platforms/opensuse/42.3.json +4570 -4287
- data/lib/fauxhai/platforms/redhat/6.8.json +874 -874
- data/lib/fauxhai/platforms/redhat/6.9.json +923 -923
- data/lib/fauxhai/platforms/redhat/7.2.json +857 -1200
- data/lib/fauxhai/platforms/redhat/7.3.json +729 -729
- data/lib/fauxhai/platforms/redhat/7.4.json +739 -739
- data/lib/fauxhai/platforms/redhat/7.5.json +356 -356
- data/lib/fauxhai/platforms/suse/11.4.json +134 -134
- data/lib/fauxhai/platforms/suse/12.1.json +276 -276
- data/lib/fauxhai/platforms/suse/12.2.json +2482 -6671
- data/lib/fauxhai/platforms/suse/12.3.json +1163 -1218
- data/lib/fauxhai/platforms/ubuntu/14.04.json +216 -216
- data/lib/fauxhai/platforms/ubuntu/16.04.json +580 -444
- data/lib/fauxhai/platforms/ubuntu/18.04.json +557 -557
- data/lib/fauxhai/version.rb +1 -1
- metadata +4 -3
@@ -1,40 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"block_device": {
|
3
|
-
"
|
3
|
+
"xvda": {
|
4
4
|
"logical_block_size": "512",
|
5
|
-
"model": "VBOX HARDDISK",
|
6
5
|
"physical_block_size": "512",
|
7
|
-
"queue_depth": "31",
|
8
6
|
"removable": "0",
|
9
|
-
"
|
10
|
-
"
|
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"
|
7
|
+
"rotational": "0",
|
8
|
+
"size": "16777216"
|
28
9
|
}
|
29
10
|
},
|
30
11
|
"chef_packages": {
|
31
12
|
"chef": {
|
32
|
-
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.
|
33
|
-
"version": "
|
13
|
+
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.3.37/lib",
|
14
|
+
"version": "14.3.37"
|
34
15
|
},
|
35
16
|
"ohai": {
|
36
|
-
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.
|
37
|
-
"version": "
|
17
|
+
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.3.1/lib/ohai",
|
18
|
+
"version": "14.3.1"
|
38
19
|
}
|
39
20
|
},
|
40
21
|
"command": {
|
@@ -94,65 +75,33 @@
|
|
94
75
|
"current_user": "fauxhai",
|
95
76
|
"deprecated": true,
|
96
77
|
"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
78
|
"bios": {
|
128
|
-
"address": "
|
79
|
+
"address": "0xE8000",
|
129
80
|
"all_records": [
|
130
81
|
{
|
131
|
-
"Address": "
|
82
|
+
"Address": "0xE8000",
|
83
|
+
"BIOS Revision": "4.2",
|
132
84
|
"Characteristics": {
|
133
|
-
"
|
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,
|
85
|
+
"EDD is supported": null,
|
138
86
|
"PCI is supported": null,
|
139
|
-
"
|
87
|
+
"Targeted content distribution is supported": null
|
140
88
|
},
|
141
|
-
"ROM Size": "
|
142
|
-
"Release Date": "
|
143
|
-
"Runtime Size": "
|
144
|
-
"Vendor": "
|
145
|
-
"Version": "
|
89
|
+
"ROM Size": "64 kB",
|
90
|
+
"Release Date": "08/24/2006",
|
91
|
+
"Runtime Size": "96 kB",
|
92
|
+
"Vendor": "Xen",
|
93
|
+
"Version": "4.2.amazon",
|
146
94
|
"application_identifier": "BIOS Information",
|
147
95
|
"record_id": "0x0000",
|
148
96
|
"size": "0"
|
149
97
|
}
|
150
98
|
],
|
151
|
-
"
|
152
|
-
"
|
153
|
-
"
|
154
|
-
"
|
155
|
-
"
|
99
|
+
"bios_revision": "4.2",
|
100
|
+
"release_date": "08/24/2006",
|
101
|
+
"rom_size": "64 kB",
|
102
|
+
"runtime_size": "96 kB",
|
103
|
+
"vendor": "Xen",
|
104
|
+
"version": "4.2.amazon"
|
156
105
|
},
|
157
106
|
"chassis": {
|
158
107
|
"all_records": [
|
@@ -160,24 +109,24 @@
|
|
160
109
|
"Asset Tag": "Not Specified",
|
161
110
|
"Boot-up State": "Safe",
|
162
111
|
"Lock": "Not Present",
|
163
|
-
"Manufacturer": "
|
112
|
+
"Manufacturer": "Xen",
|
164
113
|
"Power Supply State": "Safe",
|
165
|
-
"Security Status": "
|
114
|
+
"Security Status": "Unknown",
|
166
115
|
"Serial Number": "Not Specified",
|
167
116
|
"Thermal State": "Safe",
|
168
117
|
"Type": "Other",
|
169
118
|
"Version": "Not Specified",
|
170
119
|
"application_identifier": "Chassis Information",
|
171
|
-
"record_id": "
|
120
|
+
"record_id": "0x0300",
|
172
121
|
"size": "3"
|
173
122
|
}
|
174
123
|
],
|
175
124
|
"asset_tag": "Not Specified",
|
176
125
|
"boot_up_state": "Safe",
|
177
126
|
"lock": "Not Present",
|
178
|
-
"manufacturer": "
|
127
|
+
"manufacturer": "Xen",
|
179
128
|
"power_supply_state": "Safe",
|
180
|
-
"security_status": "
|
129
|
+
"security_status": "Unknown",
|
181
130
|
"serial_number": "Not Specified",
|
182
131
|
"thermal_state": "Safe",
|
183
132
|
"type": "Other",
|
@@ -187,104 +136,105 @@
|
|
187
136
|
"oem_strings": {
|
188
137
|
"all_records": [
|
189
138
|
{
|
190
|
-
"String 1": "
|
191
|
-
"String 2": "vboxRev_115126",
|
139
|
+
"String 1": "Xen",
|
192
140
|
"application_identifier": "OEM Strings",
|
193
|
-
"record_id": "
|
141
|
+
"record_id": "0x0B00",
|
194
142
|
"size": "11"
|
195
143
|
}
|
196
144
|
],
|
197
|
-
"string_1": "
|
198
|
-
"string_2": "vboxRev_115126"
|
145
|
+
"string_1": "Xen"
|
199
146
|
},
|
200
|
-
"
|
147
|
+
"processor": {
|
148
|
+
"all_records": [
|
149
|
+
{
|
150
|
+
"Current Speed": "2400 MHz",
|
151
|
+
"External Clock": "Unknown",
|
152
|
+
"Family": "Other",
|
153
|
+
"ID": "F2 06 03 00 FF FB 89 17",
|
154
|
+
"Manufacturer": "Intel",
|
155
|
+
"Max Speed": "2400 MHz",
|
156
|
+
"Socket Designation": "CPU 1",
|
157
|
+
"Status": "Populated, Enabled",
|
158
|
+
"Type": "Central Processor",
|
159
|
+
"Upgrade": "Other",
|
160
|
+
"Version": "Not Specified",
|
161
|
+
"Voltage": "Unknown",
|
162
|
+
"application_identifier": "Processor Information",
|
163
|
+
"record_id": "0x0401",
|
164
|
+
"size": "4"
|
165
|
+
}
|
166
|
+
],
|
167
|
+
"current_speed": "2400 MHz",
|
168
|
+
"external_clock": "Unknown",
|
169
|
+
"family": "Other",
|
170
|
+
"id": "F2 06 03 00 FF FB 89 17",
|
171
|
+
"manufacturer": "Intel",
|
172
|
+
"max_speed": "2400 MHz",
|
173
|
+
"socket_designation": "CPU 1",
|
174
|
+
"status": "Populated, Enabled",
|
175
|
+
"type": "Central Processor",
|
176
|
+
"upgrade": "Other",
|
177
|
+
"version": "Not Specified",
|
178
|
+
"voltage": "Unknown"
|
179
|
+
},
|
180
|
+
"smbios_version": "2.7",
|
201
181
|
"structures": {
|
202
|
-
"count": "
|
203
|
-
"size": "
|
182
|
+
"count": "11",
|
183
|
+
"size": "359"
|
204
184
|
},
|
205
185
|
"system": {
|
206
186
|
"all_records": [
|
207
187
|
{
|
208
|
-
"Family": "
|
209
|
-
"Manufacturer": "
|
210
|
-
"Product Name": "
|
188
|
+
"Family": "Not Specified",
|
189
|
+
"Manufacturer": "Xen",
|
190
|
+
"Product Name": "HVM domU",
|
211
191
|
"SKU Number": "Not Specified",
|
212
|
-
"Serial Number": "
|
213
|
-
"UUID": "
|
214
|
-
"Version": "
|
192
|
+
"Serial Number": "ec220465-8f09-033c-bb32-3e40a5a68b2f",
|
193
|
+
"UUID": "EC220465-8F09-033C-BB32-3E40A5A68B2F",
|
194
|
+
"Version": "4.2.amazon",
|
215
195
|
"Wake-up Type": "Power Switch",
|
216
196
|
"application_identifier": "System Information",
|
217
|
-
"record_id": "
|
197
|
+
"record_id": "0x0100",
|
218
198
|
"size": "1"
|
219
199
|
}
|
220
200
|
],
|
221
|
-
"family": "
|
222
|
-
"manufacturer": "
|
223
|
-
"product_name": "
|
224
|
-
"serial_number": "
|
201
|
+
"family": "Not Specified",
|
202
|
+
"manufacturer": "Xen",
|
203
|
+
"product_name": "HVM domU",
|
204
|
+
"serial_number": "ec220465-8f09-033c-bb32-3e40a5a68b2f",
|
225
205
|
"sku_number": "Not Specified",
|
226
|
-
"uuid": "
|
227
|
-
"version": "
|
206
|
+
"uuid": "EC220465-8F09-033C-BB32-3E40A5A68B2F",
|
207
|
+
"version": "4.2.amazon",
|
228
208
|
"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
209
|
}
|
251
210
|
},
|
211
|
+
"domain": "local",
|
252
212
|
"filesystem": {
|
253
213
|
"by_device": {
|
254
|
-
"/dev/
|
214
|
+
"/dev/xvda": {
|
255
215
|
"mounts": []
|
256
216
|
},
|
257
|
-
"/dev/
|
217
|
+
"/dev/xvda1": {
|
258
218
|
"fs_type": "ext4",
|
259
|
-
"inodes_available": "
|
219
|
+
"inodes_available": "471155",
|
260
220
|
"inodes_percent_used": "11%",
|
261
|
-
"inodes_used": "
|
262
|
-
"kb_available": "
|
263
|
-
"kb_size": "
|
264
|
-
"kb_used": "
|
221
|
+
"inodes_used": "53133",
|
222
|
+
"kb_available": "6678020",
|
223
|
+
"kb_size": "8190392",
|
224
|
+
"kb_used": "1076612",
|
265
225
|
"mount_options": [
|
266
226
|
"rw",
|
267
|
-
"
|
227
|
+
"noatime",
|
228
|
+
"nobarrier",
|
268
229
|
"errors=remount-ro",
|
269
230
|
"data=ordered"
|
270
231
|
],
|
271
232
|
"mounts": [
|
272
233
|
"/"
|
273
234
|
],
|
274
|
-
"percent_used": "
|
275
|
-
"total_inodes": "
|
276
|
-
"uuid": "
|
277
|
-
},
|
278
|
-
"/dev/sda2": {
|
279
|
-
"mounts": []
|
280
|
-
},
|
281
|
-
"/dev/sda5": {
|
282
|
-
"fs_type": "swap",
|
283
|
-
"mounts": [],
|
284
|
-
"uuid": "d33e0b53-76f4-4664-b85a-d9680349af5d"
|
285
|
-
},
|
286
|
-
"/dev/sr0": {
|
287
|
-
"mounts": []
|
235
|
+
"percent_used": "14%",
|
236
|
+
"total_inodes": "524288",
|
237
|
+
"uuid": "ed6de368-be9b-4807-8b4f-eab3d6034e73"
|
288
238
|
},
|
289
239
|
"cgroup": {
|
290
240
|
"fs_type": "cgroup",
|
@@ -294,19 +244,19 @@
|
|
294
244
|
"nodev",
|
295
245
|
"noexec",
|
296
246
|
"relatime",
|
297
|
-
"
|
247
|
+
"cpuset"
|
298
248
|
],
|
299
249
|
"mounts": [
|
300
250
|
"/sys/fs/cgroup/systemd",
|
301
251
|
"/sys/fs/cgroup/pids",
|
302
|
-
"/sys/fs/cgroup/cpuset",
|
303
|
-
"/sys/fs/cgroup/cpu,cpuacct",
|
304
|
-
"/sys/fs/cgroup/blkio",
|
305
252
|
"/sys/fs/cgroup/net_cls,net_prio",
|
306
253
|
"/sys/fs/cgroup/memory",
|
307
|
-
"/sys/fs/cgroup/freezer",
|
308
254
|
"/sys/fs/cgroup/devices",
|
309
|
-
"/sys/fs/cgroup/
|
255
|
+
"/sys/fs/cgroup/cpu,cpuacct",
|
256
|
+
"/sys/fs/cgroup/blkio",
|
257
|
+
"/sys/fs/cgroup/freezer",
|
258
|
+
"/sys/fs/cgroup/perf_event",
|
259
|
+
"/sys/fs/cgroup/cpuset"
|
310
260
|
]
|
311
261
|
},
|
312
262
|
"debugfs": {
|
@@ -411,13 +361,13 @@
|
|
411
361
|
"mount_options": [
|
412
362
|
"rw",
|
413
363
|
"relatime",
|
414
|
-
"fd=
|
364
|
+
"fd=33",
|
415
365
|
"pgrp=1",
|
416
366
|
"timeout=0",
|
417
367
|
"minproto=5",
|
418
368
|
"maxproto=5",
|
419
369
|
"direct",
|
420
|
-
"pipe_ino=
|
370
|
+
"pipe_ino=9558"
|
421
371
|
],
|
422
372
|
"mounts": [
|
423
373
|
"/proc/sys/fs/binfmt_misc"
|
@@ -425,96 +375,99 @@
|
|
425
375
|
},
|
426
376
|
"tmpfs": {
|
427
377
|
"fs_type": "tmpfs",
|
428
|
-
"inodes_available": "
|
378
|
+
"inodes_available": "127309",
|
429
379
|
"inodes_percent_used": "1%",
|
430
380
|
"inodes_used": "10",
|
431
|
-
"kb_available": "
|
432
|
-
"kb_size": "
|
381
|
+
"kb_available": "101852",
|
382
|
+
"kb_size": "101852",
|
433
383
|
"kb_used": "0",
|
434
384
|
"mount_options": [
|
435
385
|
"rw",
|
436
386
|
"nosuid",
|
437
387
|
"nodev",
|
438
388
|
"relatime",
|
439
|
-
"size=
|
440
|
-
"mode=700"
|
389
|
+
"size=101852k",
|
390
|
+
"mode=700",
|
391
|
+
"uid=1000",
|
392
|
+
"gid=1000"
|
441
393
|
],
|
442
394
|
"mounts": [
|
443
395
|
"/run",
|
444
396
|
"/dev/shm",
|
445
397
|
"/run/lock",
|
446
398
|
"/sys/fs/cgroup",
|
447
|
-
"/run/user/
|
399
|
+
"/run/user/1000"
|
448
400
|
],
|
449
401
|
"percent_used": "0%",
|
450
|
-
"total_inodes": "
|
402
|
+
"total_inodes": "127319"
|
451
403
|
},
|
452
404
|
"udev": {
|
453
405
|
"fs_type": "devtmpfs",
|
454
|
-
"inodes_available": "
|
406
|
+
"inodes_available": "124191",
|
455
407
|
"inodes_percent_used": "1%",
|
456
|
-
"inodes_used": "
|
457
|
-
"kb_available": "
|
458
|
-
"kb_size": "
|
408
|
+
"inodes_used": "276",
|
409
|
+
"kb_available": "497868",
|
410
|
+
"kb_size": "497868",
|
459
411
|
"kb_used": "0",
|
460
412
|
"mount_options": [
|
461
413
|
"rw",
|
462
414
|
"nosuid",
|
463
415
|
"relatime",
|
464
|
-
"size=
|
465
|
-
"nr_inodes=
|
416
|
+
"size=497868k",
|
417
|
+
"nr_inodes=124467",
|
466
418
|
"mode=755"
|
467
419
|
],
|
468
420
|
"mounts": [
|
469
421
|
"/dev"
|
470
422
|
],
|
471
423
|
"percent_used": "0%",
|
472
|
-
"total_inodes": "
|
424
|
+
"total_inodes": "124467"
|
473
425
|
}
|
474
426
|
},
|
475
427
|
"by_mountpoint": {
|
476
428
|
"/": {
|
477
429
|
"devices": [
|
478
|
-
"/dev/
|
430
|
+
"/dev/xvda1"
|
479
431
|
],
|
480
432
|
"fs_type": "ext4",
|
481
|
-
"inodes_available": "
|
433
|
+
"inodes_available": "471155",
|
482
434
|
"inodes_percent_used": "11%",
|
483
|
-
"inodes_used": "
|
484
|
-
"kb_available": "
|
485
|
-
"kb_size": "
|
486
|
-
"kb_used": "
|
435
|
+
"inodes_used": "53133",
|
436
|
+
"kb_available": "6678020",
|
437
|
+
"kb_size": "8190392",
|
438
|
+
"kb_used": "1076612",
|
487
439
|
"mount_options": [
|
488
440
|
"rw",
|
489
|
-
"
|
441
|
+
"noatime",
|
442
|
+
"nobarrier",
|
490
443
|
"errors=remount-ro",
|
491
444
|
"data=ordered"
|
492
445
|
],
|
493
|
-
"percent_used": "
|
494
|
-
"total_inodes": "
|
495
|
-
"uuid": "
|
446
|
+
"percent_used": "14%",
|
447
|
+
"total_inodes": "524288",
|
448
|
+
"uuid": "ed6de368-be9b-4807-8b4f-eab3d6034e73"
|
496
449
|
},
|
497
450
|
"/dev": {
|
498
451
|
"devices": [
|
499
452
|
"udev"
|
500
453
|
],
|
501
454
|
"fs_type": "devtmpfs",
|
502
|
-
"inodes_available": "
|
455
|
+
"inodes_available": "124191",
|
503
456
|
"inodes_percent_used": "1%",
|
504
|
-
"inodes_used": "
|
505
|
-
"kb_available": "
|
506
|
-
"kb_size": "
|
457
|
+
"inodes_used": "276",
|
458
|
+
"kb_available": "497868",
|
459
|
+
"kb_size": "497868",
|
507
460
|
"kb_used": "0",
|
508
461
|
"mount_options": [
|
509
462
|
"rw",
|
510
463
|
"nosuid",
|
511
464
|
"relatime",
|
512
|
-
"size=
|
513
|
-
"nr_inodes=
|
465
|
+
"size=497868k",
|
466
|
+
"nr_inodes=124467",
|
514
467
|
"mode=755"
|
515
468
|
],
|
516
469
|
"percent_used": "0%",
|
517
|
-
"total_inodes": "
|
470
|
+
"total_inodes": "124467"
|
518
471
|
},
|
519
472
|
"/dev/hugepages": {
|
520
473
|
"devices": [
|
@@ -556,11 +509,11 @@
|
|
556
509
|
"tmpfs"
|
557
510
|
],
|
558
511
|
"fs_type": "tmpfs",
|
559
|
-
"inodes_available": "
|
512
|
+
"inodes_available": "127318",
|
560
513
|
"inodes_percent_used": "1%",
|
561
514
|
"inodes_used": "1",
|
562
|
-
"kb_available": "
|
563
|
-
"kb_size": "
|
515
|
+
"kb_available": "509276",
|
516
|
+
"kb_size": "509276",
|
564
517
|
"kb_used": "0",
|
565
518
|
"mount_options": [
|
566
519
|
"rw",
|
@@ -568,7 +521,7 @@
|
|
568
521
|
"nodev"
|
569
522
|
],
|
570
523
|
"percent_used": "0%",
|
571
|
-
"total_inodes": "
|
524
|
+
"total_inodes": "127319"
|
572
525
|
},
|
573
526
|
"/proc": {
|
574
527
|
"devices": [
|
@@ -591,13 +544,13 @@
|
|
591
544
|
"mount_options": [
|
592
545
|
"rw",
|
593
546
|
"relatime",
|
594
|
-
"fd=
|
547
|
+
"fd=33",
|
595
548
|
"pgrp=1",
|
596
549
|
"timeout=0",
|
597
550
|
"minproto=5",
|
598
551
|
"maxproto=5",
|
599
552
|
"direct",
|
600
|
-
"pipe_ino=
|
553
|
+
"pipe_ino=9558"
|
601
554
|
]
|
602
555
|
},
|
603
556
|
"/run": {
|
@@ -605,29 +558,29 @@
|
|
605
558
|
"tmpfs"
|
606
559
|
],
|
607
560
|
"fs_type": "tmpfs",
|
608
|
-
"inodes_available": "
|
561
|
+
"inodes_available": "126475",
|
609
562
|
"inodes_percent_used": "1%",
|
610
|
-
"inodes_used": "
|
611
|
-
"kb_available": "
|
612
|
-
"kb_size": "
|
613
|
-
"kb_used": "
|
563
|
+
"inodes_used": "844",
|
564
|
+
"kb_available": "97668",
|
565
|
+
"kb_size": "101856",
|
566
|
+
"kb_used": "4188",
|
614
567
|
"mount_options": [
|
615
568
|
"rw",
|
616
569
|
"nosuid",
|
617
570
|
"noexec",
|
618
571
|
"relatime",
|
619
|
-
"size=
|
572
|
+
"size=101856k",
|
620
573
|
"mode=755"
|
621
574
|
],
|
622
|
-
"percent_used": "
|
623
|
-
"total_inodes": "
|
575
|
+
"percent_used": "5%",
|
576
|
+
"total_inodes": "127319"
|
624
577
|
},
|
625
578
|
"/run/lock": {
|
626
579
|
"devices": [
|
627
580
|
"tmpfs"
|
628
581
|
],
|
629
582
|
"fs_type": "tmpfs",
|
630
|
-
"inodes_available": "
|
583
|
+
"inodes_available": "127317",
|
631
584
|
"inodes_percent_used": "1%",
|
632
585
|
"inodes_used": "2",
|
633
586
|
"kb_available": "5120",
|
@@ -642,29 +595,31 @@
|
|
642
595
|
"size=5120k"
|
643
596
|
],
|
644
597
|
"percent_used": "0%",
|
645
|
-
"total_inodes": "
|
598
|
+
"total_inodes": "127319"
|
646
599
|
},
|
647
|
-
"/run/user/
|
600
|
+
"/run/user/1000": {
|
648
601
|
"devices": [
|
649
602
|
"tmpfs"
|
650
603
|
],
|
651
604
|
"fs_type": "tmpfs",
|
652
|
-
"inodes_available": "
|
605
|
+
"inodes_available": "127309",
|
653
606
|
"inodes_percent_used": "1%",
|
654
607
|
"inodes_used": "10",
|
655
|
-
"kb_available": "
|
656
|
-
"kb_size": "
|
608
|
+
"kb_available": "101852",
|
609
|
+
"kb_size": "101852",
|
657
610
|
"kb_used": "0",
|
658
611
|
"mount_options": [
|
659
612
|
"rw",
|
660
613
|
"nosuid",
|
661
614
|
"nodev",
|
662
615
|
"relatime",
|
663
|
-
"size=
|
664
|
-
"mode=700"
|
616
|
+
"size=101852k",
|
617
|
+
"mode=700",
|
618
|
+
"uid=1000",
|
619
|
+
"gid=1000"
|
665
620
|
],
|
666
621
|
"percent_used": "0%",
|
667
|
-
"total_inodes": "
|
622
|
+
"total_inodes": "127319"
|
668
623
|
},
|
669
624
|
"/sys": {
|
670
625
|
"devices": [
|
@@ -684,11 +639,11 @@
|
|
684
639
|
"tmpfs"
|
685
640
|
],
|
686
641
|
"fs_type": "tmpfs",
|
687
|
-
"inodes_available": "
|
642
|
+
"inodes_available": "127304",
|
688
643
|
"inodes_percent_used": "1%",
|
689
644
|
"inodes_used": "15",
|
690
|
-
"kb_available": "
|
691
|
-
"kb_size": "
|
645
|
+
"kb_available": "509276",
|
646
|
+
"kb_size": "509276",
|
692
647
|
"kb_used": "0",
|
693
648
|
"mount_options": [
|
694
649
|
"ro",
|
@@ -698,7 +653,7 @@
|
|
698
653
|
"mode=755"
|
699
654
|
],
|
700
655
|
"percent_used": "0%",
|
701
|
-
"total_inodes": "
|
656
|
+
"total_inodes": "127319"
|
702
657
|
},
|
703
658
|
"/sys/fs/cgroup/blkio": {
|
704
659
|
"devices": [
|
@@ -882,39 +837,29 @@
|
|
882
837
|
}
|
883
838
|
},
|
884
839
|
"by_pair": {
|
885
|
-
"/dev/
|
886
|
-
"device": "/dev/
|
840
|
+
"/dev/xvda,": {
|
841
|
+
"device": "/dev/xvda"
|
887
842
|
},
|
888
|
-
"/dev/
|
889
|
-
"device": "/dev/
|
843
|
+
"/dev/xvda1,/": {
|
844
|
+
"device": "/dev/xvda1",
|
890
845
|
"fs_type": "ext4",
|
891
|
-
"inodes_available": "
|
846
|
+
"inodes_available": "471155",
|
892
847
|
"inodes_percent_used": "11%",
|
893
|
-
"inodes_used": "
|
894
|
-
"kb_available": "
|
895
|
-
"kb_size": "
|
896
|
-
"kb_used": "
|
848
|
+
"inodes_used": "53133",
|
849
|
+
"kb_available": "6678020",
|
850
|
+
"kb_size": "8190392",
|
851
|
+
"kb_used": "1076612",
|
897
852
|
"mount": "/",
|
898
853
|
"mount_options": [
|
899
854
|
"rw",
|
900
|
-
"
|
855
|
+
"noatime",
|
856
|
+
"nobarrier",
|
901
857
|
"errors=remount-ro",
|
902
858
|
"data=ordered"
|
903
859
|
],
|
904
|
-
"percent_used": "
|
905
|
-
"total_inodes": "
|
906
|
-
"uuid": "
|
907
|
-
},
|
908
|
-
"/dev/sda2,": {
|
909
|
-
"device": "/dev/sda2"
|
910
|
-
},
|
911
|
-
"/dev/sda5,": {
|
912
|
-
"device": "/dev/sda5",
|
913
|
-
"fs_type": "swap",
|
914
|
-
"uuid": "d33e0b53-76f4-4664-b85a-d9680349af5d"
|
915
|
-
},
|
916
|
-
"/dev/sr0,": {
|
917
|
-
"device": "/dev/sr0"
|
860
|
+
"percent_used": "14%",
|
861
|
+
"total_inodes": "524288",
|
862
|
+
"uuid": "ed6de368-be9b-4807-8b4f-eab3d6034e73"
|
918
863
|
},
|
919
864
|
"cgroup,/sys/fs/cgroup/blkio": {
|
920
865
|
"device": "cgroup",
|
@@ -1146,23 +1091,23 @@
|
|
1146
1091
|
"mount_options": [
|
1147
1092
|
"rw",
|
1148
1093
|
"relatime",
|
1149
|
-
"fd=
|
1094
|
+
"fd=33",
|
1150
1095
|
"pgrp=1",
|
1151
1096
|
"timeout=0",
|
1152
1097
|
"minproto=5",
|
1153
1098
|
"maxproto=5",
|
1154
1099
|
"direct",
|
1155
|
-
"pipe_ino=
|
1100
|
+
"pipe_ino=9558"
|
1156
1101
|
]
|
1157
1102
|
},
|
1158
1103
|
"tmpfs,/dev/shm": {
|
1159
1104
|
"device": "tmpfs",
|
1160
1105
|
"fs_type": "tmpfs",
|
1161
|
-
"inodes_available": "
|
1106
|
+
"inodes_available": "127318",
|
1162
1107
|
"inodes_percent_used": "1%",
|
1163
1108
|
"inodes_used": "1",
|
1164
|
-
"kb_available": "
|
1165
|
-
"kb_size": "
|
1109
|
+
"kb_available": "509276",
|
1110
|
+
"kb_size": "509276",
|
1166
1111
|
"kb_used": "0",
|
1167
1112
|
"mount": "/dev/shm",
|
1168
1113
|
"mount_options": [
|
@@ -1171,33 +1116,33 @@
|
|
1171
1116
|
"nodev"
|
1172
1117
|
],
|
1173
1118
|
"percent_used": "0%",
|
1174
|
-
"total_inodes": "
|
1119
|
+
"total_inodes": "127319"
|
1175
1120
|
},
|
1176
1121
|
"tmpfs,/run": {
|
1177
1122
|
"device": "tmpfs",
|
1178
1123
|
"fs_type": "tmpfs",
|
1179
|
-
"inodes_available": "
|
1124
|
+
"inodes_available": "126475",
|
1180
1125
|
"inodes_percent_used": "1%",
|
1181
|
-
"inodes_used": "
|
1182
|
-
"kb_available": "
|
1183
|
-
"kb_size": "
|
1184
|
-
"kb_used": "
|
1126
|
+
"inodes_used": "844",
|
1127
|
+
"kb_available": "97668",
|
1128
|
+
"kb_size": "101856",
|
1129
|
+
"kb_used": "4188",
|
1185
1130
|
"mount": "/run",
|
1186
1131
|
"mount_options": [
|
1187
1132
|
"rw",
|
1188
1133
|
"nosuid",
|
1189
1134
|
"noexec",
|
1190
1135
|
"relatime",
|
1191
|
-
"size=
|
1136
|
+
"size=101856k",
|
1192
1137
|
"mode=755"
|
1193
1138
|
],
|
1194
|
-
"percent_used": "
|
1195
|
-
"total_inodes": "
|
1139
|
+
"percent_used": "5%",
|
1140
|
+
"total_inodes": "127319"
|
1196
1141
|
},
|
1197
1142
|
"tmpfs,/run/lock": {
|
1198
1143
|
"device": "tmpfs",
|
1199
1144
|
"fs_type": "tmpfs",
|
1200
|
-
"inodes_available": "
|
1145
|
+
"inodes_available": "127317",
|
1201
1146
|
"inodes_percent_used": "1%",
|
1202
1147
|
"inodes_used": "2",
|
1203
1148
|
"kb_available": "5120",
|
@@ -1213,37 +1158,39 @@
|
|
1213
1158
|
"size=5120k"
|
1214
1159
|
],
|
1215
1160
|
"percent_used": "0%",
|
1216
|
-
"total_inodes": "
|
1161
|
+
"total_inodes": "127319"
|
1217
1162
|
},
|
1218
|
-
"tmpfs,/run/user/
|
1163
|
+
"tmpfs,/run/user/1000": {
|
1219
1164
|
"device": "tmpfs",
|
1220
1165
|
"fs_type": "tmpfs",
|
1221
|
-
"inodes_available": "
|
1166
|
+
"inodes_available": "127309",
|
1222
1167
|
"inodes_percent_used": "1%",
|
1223
1168
|
"inodes_used": "10",
|
1224
|
-
"kb_available": "
|
1225
|
-
"kb_size": "
|
1169
|
+
"kb_available": "101852",
|
1170
|
+
"kb_size": "101852",
|
1226
1171
|
"kb_used": "0",
|
1227
|
-
"mount": "/run/user/
|
1172
|
+
"mount": "/run/user/1000",
|
1228
1173
|
"mount_options": [
|
1229
1174
|
"rw",
|
1230
1175
|
"nosuid",
|
1231
1176
|
"nodev",
|
1232
1177
|
"relatime",
|
1233
|
-
"size=
|
1234
|
-
"mode=700"
|
1178
|
+
"size=101852k",
|
1179
|
+
"mode=700",
|
1180
|
+
"uid=1000",
|
1181
|
+
"gid=1000"
|
1235
1182
|
],
|
1236
1183
|
"percent_used": "0%",
|
1237
|
-
"total_inodes": "
|
1184
|
+
"total_inodes": "127319"
|
1238
1185
|
},
|
1239
1186
|
"tmpfs,/sys/fs/cgroup": {
|
1240
1187
|
"device": "tmpfs",
|
1241
1188
|
"fs_type": "tmpfs",
|
1242
|
-
"inodes_available": "
|
1189
|
+
"inodes_available": "127304",
|
1243
1190
|
"inodes_percent_used": "1%",
|
1244
1191
|
"inodes_used": "15",
|
1245
|
-
"kb_available": "
|
1246
|
-
"kb_size": "
|
1192
|
+
"kb_available": "509276",
|
1193
|
+
"kb_size": "509276",
|
1247
1194
|
"kb_used": "0",
|
1248
1195
|
"mount": "/sys/fs/cgroup",
|
1249
1196
|
"mount_options": [
|
@@ -1254,28 +1201,28 @@
|
|
1254
1201
|
"mode=755"
|
1255
1202
|
],
|
1256
1203
|
"percent_used": "0%",
|
1257
|
-
"total_inodes": "
|
1204
|
+
"total_inodes": "127319"
|
1258
1205
|
},
|
1259
1206
|
"udev,/dev": {
|
1260
1207
|
"device": "udev",
|
1261
1208
|
"fs_type": "devtmpfs",
|
1262
|
-
"inodes_available": "
|
1209
|
+
"inodes_available": "124191",
|
1263
1210
|
"inodes_percent_used": "1%",
|
1264
|
-
"inodes_used": "
|
1265
|
-
"kb_available": "
|
1266
|
-
"kb_size": "
|
1211
|
+
"inodes_used": "276",
|
1212
|
+
"kb_available": "497868",
|
1213
|
+
"kb_size": "497868",
|
1267
1214
|
"kb_used": "0",
|
1268
1215
|
"mount": "/dev",
|
1269
1216
|
"mount_options": [
|
1270
1217
|
"rw",
|
1271
1218
|
"nosuid",
|
1272
1219
|
"relatime",
|
1273
|
-
"size=
|
1274
|
-
"nr_inodes=
|
1220
|
+
"size=497868k",
|
1221
|
+
"nr_inodes=124467",
|
1275
1222
|
"mode=755"
|
1276
1223
|
],
|
1277
1224
|
"percent_used": "0%",
|
1278
|
-
"total_inodes": "
|
1225
|
+
"total_inodes": "124467"
|
1279
1226
|
}
|
1280
1227
|
}
|
1281
1228
|
},
|
@@ -1297,14 +1244,6 @@
|
|
1297
1244
|
"refcount": "1",
|
1298
1245
|
"size": "16384"
|
1299
1246
|
},
|
1300
|
-
"ac": {
|
1301
|
-
"refcount": "0",
|
1302
|
-
"size": "16384"
|
1303
|
-
},
|
1304
|
-
"ac97_bus": {
|
1305
|
-
"refcount": "1",
|
1306
|
-
"size": "16384"
|
1307
|
-
},
|
1308
1247
|
"acpi_cpufreq": {
|
1309
1248
|
"refcount": "0",
|
1310
1249
|
"size": "20480"
|
@@ -1314,13 +1253,28 @@
|
|
1314
1253
|
"size": "20480"
|
1315
1254
|
},
|
1316
1255
|
"aesni_intel": {
|
1317
|
-
"refcount": "
|
1256
|
+
"refcount": "0",
|
1318
1257
|
"size": "167936"
|
1319
1258
|
},
|
1320
|
-
"
|
1259
|
+
"async_memcpy": {
|
1321
1260
|
"refcount": "2",
|
1322
|
-
"size": "
|
1323
|
-
|
1261
|
+
"size": "16384"
|
1262
|
+
},
|
1263
|
+
"async_pq": {
|
1264
|
+
"refcount": "2",
|
1265
|
+
"size": "16384"
|
1266
|
+
},
|
1267
|
+
"async_raid6_recov": {
|
1268
|
+
"refcount": "1",
|
1269
|
+
"size": "20480"
|
1270
|
+
},
|
1271
|
+
"async_tx": {
|
1272
|
+
"refcount": "5",
|
1273
|
+
"size": "16384"
|
1274
|
+
},
|
1275
|
+
"async_xor": {
|
1276
|
+
"refcount": "3",
|
1277
|
+
"size": "16384"
|
1324
1278
|
},
|
1325
1279
|
"ata_generic": {
|
1326
1280
|
"refcount": "0",
|
@@ -1336,17 +1290,13 @@
|
|
1336
1290
|
"refcount": "2",
|
1337
1291
|
"size": "40960"
|
1338
1292
|
},
|
1339
|
-
"battery": {
|
1340
|
-
"refcount": "0",
|
1341
|
-
"size": "20480"
|
1342
|
-
},
|
1343
1293
|
"button": {
|
1344
1294
|
"refcount": "0",
|
1345
1295
|
"size": "16384"
|
1346
1296
|
},
|
1347
|
-
"
|
1297
|
+
"cirrus": {
|
1348
1298
|
"refcount": "1",
|
1349
|
-
"size": "
|
1299
|
+
"size": "24576"
|
1350
1300
|
},
|
1351
1301
|
"crc16": {
|
1352
1302
|
"refcount": "1",
|
@@ -1361,7 +1311,7 @@
|
|
1361
1311
|
"size": "16384"
|
1362
1312
|
},
|
1363
1313
|
"crc32c_intel": {
|
1364
|
-
"refcount": "
|
1314
|
+
"refcount": "3",
|
1365
1315
|
"size": "24576"
|
1366
1316
|
},
|
1367
1317
|
"crct10dif_pclmul": {
|
@@ -1372,31 +1322,34 @@
|
|
1372
1322
|
"refcount": "3",
|
1373
1323
|
"size": "24576"
|
1374
1324
|
},
|
1375
|
-
"
|
1376
|
-
"refcount": "
|
1377
|
-
"size": "
|
1378
|
-
|
1325
|
+
"drm": {
|
1326
|
+
"refcount": "4",
|
1327
|
+
"size": "360448"
|
1328
|
+
},
|
1329
|
+
"drm_kms_helper": {
|
1330
|
+
"refcount": "1",
|
1331
|
+
"size": "155648"
|
1379
1332
|
},
|
1380
1333
|
"ecb": {
|
1381
1334
|
"refcount": "0",
|
1382
1335
|
"size": "16384"
|
1383
1336
|
},
|
1384
|
-
"
|
1337
|
+
"edac_core": {
|
1385
1338
|
"refcount": "1",
|
1386
|
-
"size": "
|
1387
|
-
},
|
1388
|
-
"ehci_pci": {
|
1389
|
-
"refcount": "0",
|
1390
|
-
"size": "16384"
|
1339
|
+
"size": "57344"
|
1391
1340
|
},
|
1392
1341
|
"evdev": {
|
1393
|
-
"refcount": "
|
1342
|
+
"refcount": "2",
|
1394
1343
|
"size": "24576"
|
1395
1344
|
},
|
1396
1345
|
"ext4": {
|
1397
1346
|
"refcount": "1",
|
1398
1347
|
"size": "585728"
|
1399
1348
|
},
|
1349
|
+
"floppy": {
|
1350
|
+
"refcount": "0",
|
1351
|
+
"size": "69632"
|
1352
|
+
},
|
1400
1353
|
"fscrypto": {
|
1401
1354
|
"refcount": "1",
|
1402
1355
|
"size": "28672"
|
@@ -1413,21 +1366,13 @@
|
|
1413
1366
|
"refcount": "1",
|
1414
1367
|
"size": "16384"
|
1415
1368
|
},
|
1416
|
-
"hid": {
|
1417
|
-
"refcount": "2",
|
1418
|
-
"size": "122880"
|
1419
|
-
},
|
1420
|
-
"hid_generic": {
|
1421
|
-
"refcount": "0",
|
1422
|
-
"size": "16384"
|
1423
|
-
},
|
1424
1369
|
"i2c_piix4": {
|
1425
1370
|
"refcount": "0",
|
1426
1371
|
"size": "24576"
|
1427
1372
|
},
|
1428
|
-
"
|
1373
|
+
"intel_rapl": {
|
1429
1374
|
"refcount": "0",
|
1430
|
-
"size": "
|
1375
|
+
"size": "20480"
|
1431
1376
|
},
|
1432
1377
|
"intel_rapl_perf": {
|
1433
1378
|
"refcount": "0",
|
@@ -1441,19 +1386,19 @@
|
|
1441
1386
|
"refcount": "1",
|
1442
1387
|
"size": "106496"
|
1443
1388
|
},
|
1444
|
-
"joydev": {
|
1445
|
-
"refcount": "0",
|
1446
|
-
"size": "20480"
|
1447
|
-
},
|
1448
|
-
"libahci": {
|
1449
|
-
"refcount": "1",
|
1450
|
-
"size": "32768"
|
1451
|
-
},
|
1452
1389
|
"libata": {
|
1453
|
-
"refcount": "
|
1390
|
+
"refcount": "2",
|
1454
1391
|
"size": "249856",
|
1455
1392
|
"version": "3.00"
|
1456
1393
|
},
|
1394
|
+
"libcrc32c": {
|
1395
|
+
"refcount": "1",
|
1396
|
+
"size": "16384"
|
1397
|
+
},
|
1398
|
+
"linear": {
|
1399
|
+
"refcount": "0",
|
1400
|
+
"size": "16384"
|
1401
|
+
},
|
1457
1402
|
"lrw": {
|
1458
1403
|
"refcount": "1",
|
1459
1404
|
"size": "16384"
|
@@ -1462,11 +1407,11 @@
|
|
1462
1407
|
"refcount": "2",
|
1463
1408
|
"size": "16384"
|
1464
1409
|
},
|
1465
|
-
"
|
1466
|
-
"refcount": "
|
1467
|
-
"size": "
|
1410
|
+
"md_mod": {
|
1411
|
+
"refcount": "6",
|
1412
|
+
"size": "131072"
|
1468
1413
|
},
|
1469
|
-
"
|
1414
|
+
"multipath": {
|
1470
1415
|
"refcount": "0",
|
1471
1416
|
"size": "16384"
|
1472
1417
|
},
|
@@ -1478,10 +1423,6 @@
|
|
1478
1423
|
"refcount": "0",
|
1479
1424
|
"size": "28672"
|
1480
1425
|
},
|
1481
|
-
"pcspkr": {
|
1482
|
-
"refcount": "0",
|
1483
|
-
"size": "16384"
|
1484
|
-
},
|
1485
1426
|
"ppdev": {
|
1486
1427
|
"refcount": "0",
|
1487
1428
|
"size": "20480"
|
@@ -1490,77 +1431,64 @@
|
|
1490
1431
|
"refcount": "0",
|
1491
1432
|
"size": "135168"
|
1492
1433
|
},
|
1493
|
-
"
|
1494
|
-
"refcount": "4",
|
1495
|
-
"size": "225280"
|
1496
|
-
},
|
1497
|
-
"sd_mod": {
|
1498
|
-
"refcount": "3",
|
1499
|
-
"size": "45056"
|
1500
|
-
},
|
1501
|
-
"serio_raw": {
|
1434
|
+
"raid0": {
|
1502
1435
|
"refcount": "0",
|
1503
|
-
"size": "
|
1436
|
+
"size": "20480"
|
1504
1437
|
},
|
1505
|
-
"
|
1438
|
+
"raid1": {
|
1506
1439
|
"refcount": "0",
|
1507
|
-
"size": "
|
1508
|
-
"version": "3.5.36"
|
1509
|
-
},
|
1510
|
-
"snd": {
|
1511
|
-
"refcount": "4",
|
1512
|
-
"size": "86016"
|
1440
|
+
"size": "36864"
|
1513
1441
|
},
|
1514
|
-
"
|
1515
|
-
"refcount": "
|
1516
|
-
"size": "
|
1442
|
+
"raid10": {
|
1443
|
+
"refcount": "0",
|
1444
|
+
"size": "49152"
|
1517
1445
|
},
|
1518
|
-
"
|
1446
|
+
"raid456": {
|
1519
1447
|
"refcount": "0",
|
1520
|
-
"size": "
|
1448
|
+
"size": "106496"
|
1521
1449
|
},
|
1522
|
-
"
|
1523
|
-
"refcount": "
|
1450
|
+
"raid6_pq": {
|
1451
|
+
"refcount": "3",
|
1524
1452
|
"size": "110592"
|
1525
1453
|
},
|
1526
|
-
"
|
1527
|
-
"refcount": "
|
1528
|
-
"size": "
|
1454
|
+
"sb_edac": {
|
1455
|
+
"refcount": "0",
|
1456
|
+
"size": "24576"
|
1529
1457
|
},
|
1530
|
-
"
|
1458
|
+
"scsi_mod": {
|
1531
1459
|
"refcount": "1",
|
1532
|
-
"size": "
|
1460
|
+
"size": "225280"
|
1533
1461
|
},
|
1534
|
-
"
|
1462
|
+
"serio_raw": {
|
1535
1463
|
"refcount": "0",
|
1536
|
-
"size": "
|
1464
|
+
"size": "16384"
|
1537
1465
|
},
|
1538
|
-
"
|
1466
|
+
"ttm": {
|
1539
1467
|
"refcount": "1",
|
1540
|
-
"size": "
|
1468
|
+
"size": "98304"
|
1541
1469
|
},
|
1542
|
-
"
|
1543
|
-
"refcount": "
|
1544
|
-
"size": "
|
1470
|
+
"x_tables": {
|
1471
|
+
"refcount": "1",
|
1472
|
+
"size": "36864"
|
1545
1473
|
},
|
1546
|
-
"
|
1547
|
-
"refcount": "
|
1548
|
-
"size": "
|
1474
|
+
"xen_blkfront": {
|
1475
|
+
"refcount": "2",
|
1476
|
+
"size": "36864"
|
1549
1477
|
},
|
1550
|
-
"
|
1478
|
+
"xen_netfront": {
|
1551
1479
|
"refcount": "0",
|
1552
|
-
"size": "
|
1480
|
+
"size": "28672"
|
1553
1481
|
},
|
1554
|
-
"
|
1482
|
+
"xor": {
|
1555
1483
|
"refcount": "1",
|
1556
|
-
"size": "
|
1484
|
+
"size": "24576"
|
1557
1485
|
}
|
1558
1486
|
},
|
1559
1487
|
"name": "Linux",
|
1560
1488
|
"os": "GNU/Linux",
|
1561
1489
|
"processor": "unknown",
|
1562
1490
|
"release": "4.9.0-3-amd64",
|
1563
|
-
"version": "#1 SMP Debian 4.9.30-2+
|
1491
|
+
"version": "#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)"
|
1564
1492
|
},
|
1565
1493
|
"keys": {
|
1566
1494
|
"ssh": {
|
@@ -1579,9 +1507,9 @@
|
|
1579
1507
|
},
|
1580
1508
|
"lsb": {
|
1581
1509
|
"codename": "stretch",
|
1582
|
-
"description": "Debian GNU/Linux 9.
|
1510
|
+
"description": "Debian GNU/Linux 9.1 (stretch)",
|
1583
1511
|
"id": "Debian",
|
1584
|
-
"release": "9.
|
1512
|
+
"release": "9.1"
|
1585
1513
|
},
|
1586
1514
|
"macaddress": "11:11:11:11:11:11",
|
1587
1515
|
"machinename": "Fauxhai",
|
@@ -1677,7 +1605,7 @@
|
|
1677
1605
|
}
|
1678
1606
|
}
|
1679
1607
|
},
|
1680
|
-
"ohai_time":
|
1608
|
+
"ohai_time": 1533960415.1198964,
|
1681
1609
|
"os": "linux",
|
1682
1610
|
"os_version": "4.9.0-3-amd64",
|
1683
1611
|
"packages": {
|
@@ -1685,29 +1613,29 @@
|
|
1685
1613
|
"arch": "all",
|
1686
1614
|
"version": "3.115"
|
1687
1615
|
},
|
1688
|
-
"anacron": {
|
1689
|
-
"arch": "amd64",
|
1690
|
-
"version": "2.3-24"
|
1691
|
-
},
|
1692
1616
|
"apt": {
|
1693
1617
|
"arch": "amd64",
|
1694
|
-
"version": "1.4.
|
1618
|
+
"version": "1.4.7"
|
1695
1619
|
},
|
1696
1620
|
"apt-listchanges": {
|
1697
1621
|
"arch": "all",
|
1698
1622
|
"version": "3.10"
|
1699
1623
|
},
|
1700
|
-
"apt-
|
1624
|
+
"apt-transport-https": {
|
1701
1625
|
"arch": "amd64",
|
1702
|
-
"version": "1.4.
|
1626
|
+
"version": "1.4.7"
|
1703
1627
|
},
|
1704
|
-
"
|
1628
|
+
"apt-utils": {
|
1705
1629
|
"arch": "amd64",
|
1706
|
-
"version": "
|
1630
|
+
"version": "1.4.7"
|
1631
|
+
},
|
1632
|
+
"awscli": {
|
1633
|
+
"arch": "all",
|
1634
|
+
"version": "1.11.13-1"
|
1707
1635
|
},
|
1708
1636
|
"base-files": {
|
1709
1637
|
"arch": "amd64",
|
1710
|
-
"version": "9.9"
|
1638
|
+
"version": "9.9+deb9u1"
|
1711
1639
|
},
|
1712
1640
|
"base-passwd": {
|
1713
1641
|
"arch": "amd64",
|
@@ -1723,15 +1651,7 @@
|
|
1723
1651
|
},
|
1724
1652
|
"bind9-host": {
|
1725
1653
|
"arch": "amd64",
|
1726
|
-
"version": "1:9.10.3.dfsg.P4-12.3"
|
1727
|
-
},
|
1728
|
-
"bluetooth": {
|
1729
|
-
"arch": "all",
|
1730
|
-
"version": "5.43-2"
|
1731
|
-
},
|
1732
|
-
"bluez": {
|
1733
|
-
"arch": "amd64",
|
1734
|
-
"version": "5.43-2"
|
1654
|
+
"version": "1:9.10.3.dfsg.P4-12.3+deb9u1"
|
1735
1655
|
},
|
1736
1656
|
"bsdmainutils": {
|
1737
1657
|
"arch": "amd64",
|
@@ -1741,10 +1661,6 @@
|
|
1741
1661
|
"arch": "amd64",
|
1742
1662
|
"version": "1:2.29.2-1"
|
1743
1663
|
},
|
1744
|
-
"busybox": {
|
1745
|
-
"arch": "amd64",
|
1746
|
-
"version": "1:1.22.0-19+b3"
|
1747
|
-
},
|
1748
1664
|
"bzip2": {
|
1749
1665
|
"arch": "amd64",
|
1750
1666
|
"version": "1.0.6-8.1"
|
@@ -1755,15 +1671,23 @@
|
|
1755
1671
|
},
|
1756
1672
|
"chef": {
|
1757
1673
|
"arch": "amd64",
|
1758
|
-
"version": "
|
1674
|
+
"version": "14.3.37-1"
|
1759
1675
|
},
|
1760
|
-
"
|
1676
|
+
"cloud-guest-utils": {
|
1761
1677
|
"arch": "all",
|
1762
|
-
"version": "1
|
1678
|
+
"version": "0.29-1"
|
1763
1679
|
},
|
1764
|
-
"
|
1680
|
+
"cloud-image-utils": {
|
1765
1681
|
"arch": "all",
|
1766
|
-
"version": "1
|
1682
|
+
"version": "0.29-1"
|
1683
|
+
},
|
1684
|
+
"cloud-init": {
|
1685
|
+
"arch": "all",
|
1686
|
+
"version": "0.7.9-2"
|
1687
|
+
},
|
1688
|
+
"cloud-utils": {
|
1689
|
+
"arch": "all",
|
1690
|
+
"version": "0.29-1"
|
1767
1691
|
},
|
1768
1692
|
"coreutils": {
|
1769
1693
|
"arch": "amd64",
|
@@ -1773,18 +1697,10 @@
|
|
1773
1697
|
"arch": "amd64",
|
1774
1698
|
"version": "2.11+dfsg-6"
|
1775
1699
|
},
|
1776
|
-
"crda": {
|
1777
|
-
"arch": "amd64",
|
1778
|
-
"version": "3.18-1"
|
1779
|
-
},
|
1780
1700
|
"cron": {
|
1781
1701
|
"arch": "amd64",
|
1782
1702
|
"version": "3.0pl1-128+b1"
|
1783
1703
|
},
|
1784
|
-
"curl": {
|
1785
|
-
"arch": "amd64",
|
1786
|
-
"version": "7.52.1-5"
|
1787
|
-
},
|
1788
1704
|
"dash": {
|
1789
1705
|
"arch": "amd64",
|
1790
1706
|
"version": "0.5.8-2.4"
|
@@ -1805,10 +1721,6 @@
|
|
1805
1721
|
"arch": "all",
|
1806
1722
|
"version": "2017.5"
|
1807
1723
|
},
|
1808
|
-
"debian-faq": {
|
1809
|
-
"arch": "all",
|
1810
|
-
"version": "8.1"
|
1811
|
-
},
|
1812
1724
|
"debianutils": {
|
1813
1725
|
"arch": "amd64",
|
1814
1726
|
"version": "4.8.1.1"
|
@@ -1817,21 +1729,13 @@
|
|
1817
1729
|
"arch": "all",
|
1818
1730
|
"version": "2.20170125"
|
1819
1731
|
},
|
1820
|
-
"dictionaries-common": {
|
1821
|
-
"arch": "all",
|
1822
|
-
"version": "1.27.2"
|
1823
|
-
},
|
1824
1732
|
"diffutils": {
|
1825
1733
|
"arch": "amd64",
|
1826
1734
|
"version": "1:3.5-3"
|
1827
1735
|
},
|
1828
|
-
"
|
1736
|
+
"distro-info": {
|
1829
1737
|
"arch": "amd64",
|
1830
|
-
"version": "
|
1831
|
-
},
|
1832
|
-
"discover-data": {
|
1833
|
-
"arch": "all",
|
1834
|
-
"version": "2.2013.01.11"
|
1738
|
+
"version": "0.14"
|
1835
1739
|
},
|
1836
1740
|
"distro-info-data": {
|
1837
1741
|
"arch": "all",
|
@@ -1845,9 +1749,9 @@
|
|
1845
1749
|
"arch": "amd64",
|
1846
1750
|
"version": "2:1.02.137-2"
|
1847
1751
|
},
|
1848
|
-
"
|
1752
|
+
"docutils-common": {
|
1849
1753
|
"arch": "all",
|
1850
|
-
"version": "
|
1754
|
+
"version": "0.13.1+dfsg-2"
|
1851
1755
|
},
|
1852
1756
|
"dpkg": {
|
1853
1757
|
"arch": "amd64",
|
@@ -1861,30 +1765,6 @@
|
|
1861
1765
|
"arch": "amd64",
|
1862
1766
|
"version": "1.43.4-2"
|
1863
1767
|
},
|
1864
|
-
"eject": {
|
1865
|
-
"arch": "amd64",
|
1866
|
-
"version": "2.1.5+deb1+cvs20081104-13.2"
|
1867
|
-
},
|
1868
|
-
"emacsen-common": {
|
1869
|
-
"arch": "all",
|
1870
|
-
"version": "2.0.8"
|
1871
|
-
},
|
1872
|
-
"exim4": {
|
1873
|
-
"arch": "all",
|
1874
|
-
"version": "4.89-2+deb9u1"
|
1875
|
-
},
|
1876
|
-
"exim4-base": {
|
1877
|
-
"arch": "amd64",
|
1878
|
-
"version": "4.89-2+deb9u1"
|
1879
|
-
},
|
1880
|
-
"exim4-config": {
|
1881
|
-
"arch": "all",
|
1882
|
-
"version": "4.89-2+deb9u1"
|
1883
|
-
},
|
1884
|
-
"exim4-daemon-light": {
|
1885
|
-
"arch": "amd64",
|
1886
|
-
"version": "4.89-2+deb9u1"
|
1887
|
-
},
|
1888
1768
|
"file": {
|
1889
1769
|
"arch": "amd64",
|
1890
1770
|
"version": "1:5.30-1"
|
@@ -1893,10 +1773,22 @@
|
|
1893
1773
|
"arch": "amd64",
|
1894
1774
|
"version": "4.6.0+git+20161106-2"
|
1895
1775
|
},
|
1776
|
+
"firmware-linux-free": {
|
1777
|
+
"arch": "all",
|
1778
|
+
"version": "3.4"
|
1779
|
+
},
|
1896
1780
|
"gcc-6-base": {
|
1897
1781
|
"arch": "amd64",
|
1898
1782
|
"version": "6.3.0-18"
|
1899
1783
|
},
|
1784
|
+
"gdisk": {
|
1785
|
+
"arch": "amd64",
|
1786
|
+
"version": "1.0.1-1"
|
1787
|
+
},
|
1788
|
+
"genisoimage": {
|
1789
|
+
"arch": "amd64",
|
1790
|
+
"version": "9:1.1.11-3+b2"
|
1791
|
+
},
|
1900
1792
|
"geoip-database": {
|
1901
1793
|
"arch": "all",
|
1902
1794
|
"version": "20170512-1"
|
@@ -1913,6 +1805,10 @@
|
|
1913
1805
|
"arch": "amd64",
|
1914
1806
|
"version": "2.1.18-6"
|
1915
1807
|
},
|
1808
|
+
"gnupg2": {
|
1809
|
+
"arch": "all",
|
1810
|
+
"version": "2.1.18-6"
|
1811
|
+
},
|
1916
1812
|
"gpgv": {
|
1917
1813
|
"arch": "amd64",
|
1918
1814
|
"version": "2.1.18-6"
|
@@ -1941,34 +1837,14 @@
|
|
1941
1837
|
"arch": "amd64",
|
1942
1838
|
"version": "2.02~beta3-5"
|
1943
1839
|
},
|
1944
|
-
"guile-2.0-libs": {
|
1945
|
-
"arch": "amd64",
|
1946
|
-
"version": "2.0.13+1-4"
|
1947
|
-
},
|
1948
1840
|
"gzip": {
|
1949
1841
|
"arch": "amd64",
|
1950
1842
|
"version": "1.6-5+b1"
|
1951
1843
|
},
|
1952
|
-
"hdparm": {
|
1953
|
-
"arch": "amd64",
|
1954
|
-
"version": "9.51+ds-1"
|
1955
|
-
},
|
1956
1844
|
"hostname": {
|
1957
1845
|
"arch": "amd64",
|
1958
1846
|
"version": "3.18+b1"
|
1959
1847
|
},
|
1960
|
-
"iamerican": {
|
1961
|
-
"arch": "all",
|
1962
|
-
"version": "3.4.00-5"
|
1963
|
-
},
|
1964
|
-
"ibritish": {
|
1965
|
-
"arch": "all",
|
1966
|
-
"version": "3.4.00-5"
|
1967
|
-
},
|
1968
|
-
"ienglish-common": {
|
1969
|
-
"arch": "all",
|
1970
|
-
"version": "3.4.00-5"
|
1971
|
-
},
|
1972
1848
|
"ifupdown": {
|
1973
1849
|
"arch": "amd64",
|
1974
1850
|
"version": "0.8.19"
|
@@ -1989,10 +1865,6 @@
|
|
1989
1865
|
"arch": "all",
|
1990
1866
|
"version": "0.130"
|
1991
1867
|
},
|
1992
|
-
"installation-report": {
|
1993
|
-
"arch": "all",
|
1994
|
-
"version": "2.62"
|
1995
|
-
},
|
1996
1868
|
"iproute2": {
|
1997
1869
|
"arch": "amd64",
|
1998
1870
|
"version": "4.9.0-1"
|
@@ -2005,6 +1877,10 @@
|
|
2005
1877
|
"arch": "amd64",
|
2006
1878
|
"version": "3:20161105-1"
|
2007
1879
|
},
|
1880
|
+
"irqbalance": {
|
1881
|
+
"arch": "amd64",
|
1882
|
+
"version": "1.1.0-2.3"
|
1883
|
+
},
|
2008
1884
|
"isc-dhcp-client": {
|
2009
1885
|
"arch": "amd64",
|
2010
1886
|
"version": "4.3.5-3"
|
@@ -2017,22 +1893,6 @@
|
|
2017
1893
|
"arch": "all",
|
2018
1894
|
"version": "3.75-1"
|
2019
1895
|
},
|
2020
|
-
"ispell": {
|
2021
|
-
"arch": "amd64",
|
2022
|
-
"version": "3.4.00-5"
|
2023
|
-
},
|
2024
|
-
"iw": {
|
2025
|
-
"arch": "amd64",
|
2026
|
-
"version": "4.9-0.1"
|
2027
|
-
},
|
2028
|
-
"kbd": {
|
2029
|
-
"arch": "amd64",
|
2030
|
-
"version": "2.0.3-2+b1"
|
2031
|
-
},
|
2032
|
-
"keyboard-configuration": {
|
2033
|
-
"arch": "all",
|
2034
|
-
"version": "1.164"
|
2035
|
-
},
|
2036
1896
|
"klibc-utils": {
|
2037
1897
|
"arch": "amd64",
|
2038
1898
|
"version": "2.0.4-9"
|
@@ -2045,10 +1905,6 @@
|
|
2045
1905
|
"arch": "all",
|
2046
1906
|
"version": "1.15-1"
|
2047
1907
|
},
|
2048
|
-
"laptop-detect": {
|
2049
|
-
"arch": "amd64",
|
2050
|
-
"version": "0.13.8"
|
2051
|
-
},
|
2052
1908
|
"less": {
|
2053
1909
|
"arch": "amd64",
|
2054
1910
|
"version": "481-2.1"
|
@@ -2057,17 +1913,21 @@
|
|
2057
1913
|
"arch": "amd64",
|
2058
1914
|
"version": "2.2.52-3+b1"
|
2059
1915
|
},
|
1916
|
+
"libaio1": {
|
1917
|
+
"arch": "amd64",
|
1918
|
+
"version": "0.3.110-3"
|
1919
|
+
},
|
2060
1920
|
"libapparmor1": {
|
2061
1921
|
"arch": "amd64",
|
2062
1922
|
"version": "2.11.0-3"
|
2063
1923
|
},
|
2064
1924
|
"libapt-inst2.0": {
|
2065
1925
|
"arch": "amd64",
|
2066
|
-
"version": "1.4.
|
1926
|
+
"version": "1.4.7"
|
2067
1927
|
},
|
2068
1928
|
"libapt-pkg5.0": {
|
2069
1929
|
"arch": "amd64",
|
2070
|
-
"version": "1.4.
|
1930
|
+
"version": "1.4.7"
|
2071
1931
|
},
|
2072
1932
|
"libassuan0": {
|
2073
1933
|
"arch": "amd64",
|
@@ -2087,7 +1947,7 @@
|
|
2087
1947
|
},
|
2088
1948
|
"libbind9-140": {
|
2089
1949
|
"arch": "amd64",
|
2090
|
-
"version": "1:9.10.3.dfsg.P4-12.3"
|
1950
|
+
"version": "1:9.10.3.dfsg.P4-12.3+deb9u1"
|
2091
1951
|
},
|
2092
1952
|
"libblkid1": {
|
2093
1953
|
"arch": "amd64",
|
@@ -2121,10 +1981,6 @@
|
|
2121
1981
|
"arch": "amd64",
|
2122
1982
|
"version": "1:2.25-1"
|
2123
1983
|
},
|
2124
|
-
"libclass-isa-perl": {
|
2125
|
-
"arch": "all",
|
2126
|
-
"version": "0.36-5"
|
2127
|
-
},
|
2128
1984
|
"libcomerr2": {
|
2129
1985
|
"arch": "amd64",
|
2130
1986
|
"version": "1.43.4-2"
|
@@ -2133,18 +1989,10 @@
|
|
2133
1989
|
"arch": "amd64",
|
2134
1990
|
"version": "2:1.7.3-4"
|
2135
1991
|
},
|
2136
|
-
"libcurl3": {
|
2137
|
-
"arch": "amd64",
|
2138
|
-
"version": "7.52.1-5"
|
2139
|
-
},
|
2140
1992
|
"libcurl3-gnutls": {
|
2141
1993
|
"arch": "amd64",
|
2142
1994
|
"version": "7.52.1-5"
|
2143
1995
|
},
|
2144
|
-
"libdaemon0": {
|
2145
|
-
"arch": "amd64",
|
2146
|
-
"version": "0.14-6"
|
2147
|
-
},
|
2148
1996
|
"libdb5.3": {
|
2149
1997
|
"arch": "amd64",
|
2150
1998
|
"version": "5.3.28-12+b1"
|
@@ -2161,17 +2009,13 @@
|
|
2161
2009
|
"arch": "amd64",
|
2162
2010
|
"version": "2:1.02.137-2"
|
2163
2011
|
},
|
2164
|
-
"libdiscover2": {
|
2165
|
-
"arch": "amd64",
|
2166
|
-
"version": "2.1.2-7.1"
|
2167
|
-
},
|
2168
2012
|
"libdns-export162": {
|
2169
2013
|
"arch": "amd64",
|
2170
|
-
"version": "1:9.10.3.dfsg.P4-12.3"
|
2014
|
+
"version": "1:9.10.3.dfsg.P4-12.3+deb9u1"
|
2171
2015
|
},
|
2172
2016
|
"libdns162": {
|
2173
2017
|
"arch": "amd64",
|
2174
|
-
"version": "1:9.10.3.dfsg.P4-12.3"
|
2018
|
+
"version": "1:9.10.3.dfsg.P4-12.3+deb9u1"
|
2175
2019
|
},
|
2176
2020
|
"libedit2": {
|
2177
2021
|
"arch": "amd64",
|
@@ -2187,7 +2031,7 @@
|
|
2187
2031
|
},
|
2188
2032
|
"libexpat1": {
|
2189
2033
|
"arch": "amd64",
|
2190
|
-
"version": "2.2.0-2"
|
2034
|
+
"version": "2.2.0-2+deb9u1"
|
2191
2035
|
},
|
2192
2036
|
"libfastjson4": {
|
2193
2037
|
"arch": "amd64",
|
@@ -2205,25 +2049,17 @@
|
|
2205
2049
|
"arch": "amd64",
|
2206
2050
|
"version": "2.6.3-3.2"
|
2207
2051
|
},
|
2208
|
-
"libfribidi0": {
|
2209
|
-
"arch": "amd64",
|
2210
|
-
"version": "0.19.7-1+b1"
|
2211
|
-
},
|
2212
2052
|
"libfuse2": {
|
2213
2053
|
"arch": "amd64",
|
2214
2054
|
"version": "2.9.7-1"
|
2215
2055
|
},
|
2216
|
-
"libgc1c2": {
|
2217
|
-
"arch": "amd64",
|
2218
|
-
"version": "1:7.4.2-8"
|
2219
|
-
},
|
2220
2056
|
"libgcc1": {
|
2221
2057
|
"arch": "amd64",
|
2222
2058
|
"version": "1:6.3.0-18"
|
2223
2059
|
},
|
2224
2060
|
"libgcrypt20": {
|
2225
2061
|
"arch": "amd64",
|
2226
|
-
"version": "1.7.6-2"
|
2062
|
+
"version": "1.7.6-2+deb9u1"
|
2227
2063
|
},
|
2228
2064
|
"libgdbm3": {
|
2229
2065
|
"arch": "amd64",
|
@@ -2247,15 +2083,15 @@
|
|
2247
2083
|
},
|
2248
2084
|
"libgnutls30": {
|
2249
2085
|
"arch": "amd64",
|
2250
|
-
"version": "3.5.8-5+
|
2086
|
+
"version": "3.5.8-5+deb9u2"
|
2251
2087
|
},
|
2252
2088
|
"libgpg-error0": {
|
2253
2089
|
"arch": "amd64",
|
2254
2090
|
"version": "1.26-2"
|
2255
2091
|
},
|
2256
|
-
"
|
2092
|
+
"libgpm2": {
|
2257
2093
|
"arch": "amd64",
|
2258
|
-
"version": "1.
|
2094
|
+
"version": "1.20.4-6.2+b1"
|
2259
2095
|
},
|
2260
2096
|
"libgssapi-krb5-2": {
|
2261
2097
|
"arch": "amd64",
|
@@ -2291,23 +2127,27 @@
|
|
2291
2127
|
},
|
2292
2128
|
"libisc-export160": {
|
2293
2129
|
"arch": "amd64",
|
2294
|
-
"version": "1:9.10.3.dfsg.P4-12.3"
|
2130
|
+
"version": "1:9.10.3.dfsg.P4-12.3+deb9u1"
|
2295
2131
|
},
|
2296
2132
|
"libisc160": {
|
2297
2133
|
"arch": "amd64",
|
2298
|
-
"version": "1:9.10.3.dfsg.P4-12.3"
|
2134
|
+
"version": "1:9.10.3.dfsg.P4-12.3+deb9u1"
|
2299
2135
|
},
|
2300
2136
|
"libisccc140": {
|
2301
2137
|
"arch": "amd64",
|
2302
|
-
"version": "1:9.10.3.dfsg.P4-12.3"
|
2138
|
+
"version": "1:9.10.3.dfsg.P4-12.3+deb9u1"
|
2303
2139
|
},
|
2304
2140
|
"libisccfg140": {
|
2305
2141
|
"arch": "amd64",
|
2306
|
-
"version": "1:9.10.3.dfsg.P4-12.3"
|
2142
|
+
"version": "1:9.10.3.dfsg.P4-12.3+deb9u1"
|
2143
|
+
},
|
2144
|
+
"libjbig0": {
|
2145
|
+
"arch": "amd64",
|
2146
|
+
"version": "2.1-3.1+b2"
|
2307
2147
|
},
|
2308
|
-
"
|
2148
|
+
"libjpeg62-turbo": {
|
2309
2149
|
"arch": "amd64",
|
2310
|
-
"version": "
|
2150
|
+
"version": "1:1.5.1-2"
|
2311
2151
|
},
|
2312
2152
|
"libk5crypto3": {
|
2313
2153
|
"arch": "amd64",
|
@@ -2337,9 +2177,9 @@
|
|
2337
2177
|
"arch": "amd64",
|
2338
2178
|
"version": "1.3.5-2"
|
2339
2179
|
},
|
2340
|
-
"
|
2180
|
+
"liblcms2-2": {
|
2341
2181
|
"arch": "amd64",
|
2342
|
-
"version": "
|
2182
|
+
"version": "2.8-4"
|
2343
2183
|
},
|
2344
2184
|
"libldap-2.4-2": {
|
2345
2185
|
"arch": "amd64",
|
@@ -2357,6 +2197,10 @@
|
|
2357
2197
|
"arch": "amd64",
|
2358
2198
|
"version": "1.14-1+b1"
|
2359
2199
|
},
|
2200
|
+
"liblockfile1": {
|
2201
|
+
"arch": "amd64",
|
2202
|
+
"version": "1.14-1+b1"
|
2203
|
+
},
|
2360
2204
|
"liblogging-stdlog0": {
|
2361
2205
|
"arch": "amd64",
|
2362
2206
|
"version": "1.0.5-2+b2"
|
@@ -2365,13 +2209,9 @@
|
|
2365
2209
|
"arch": "amd64",
|
2366
2210
|
"version": "2.0.1-1.1+b1"
|
2367
2211
|
},
|
2368
|
-
"libltdl7": {
|
2369
|
-
"arch": "amd64",
|
2370
|
-
"version": "2.4.6-2"
|
2371
|
-
},
|
2372
2212
|
"liblwres141": {
|
2373
2213
|
"arch": "amd64",
|
2374
|
-
"version": "1:9.10.3.dfsg.P4-12.3"
|
2214
|
+
"version": "1:9.10.3.dfsg.P4-12.3+deb9u1"
|
2375
2215
|
},
|
2376
2216
|
"liblz4-1": {
|
2377
2217
|
"arch": "amd64",
|
@@ -2381,10 +2221,6 @@
|
|
2381
2221
|
"arch": "amd64",
|
2382
2222
|
"version": "5.2.2-1.2+b1"
|
2383
2223
|
},
|
2384
|
-
"liblzo2-2": {
|
2385
|
-
"arch": "amd64",
|
2386
|
-
"version": "2.08-1.2+b2"
|
2387
|
-
},
|
2388
2224
|
"libmagic-mgc": {
|
2389
2225
|
"arch": "amd64",
|
2390
2226
|
"version": "1:5.30-1"
|
@@ -2393,14 +2229,6 @@
|
|
2393
2229
|
"arch": "amd64",
|
2394
2230
|
"version": "1:5.30-1"
|
2395
2231
|
},
|
2396
|
-
"libmailutils5": {
|
2397
|
-
"arch": "amd64",
|
2398
|
-
"version": "1:3.1.1-1"
|
2399
|
-
},
|
2400
|
-
"libmariadbclient18": {
|
2401
|
-
"arch": "amd64",
|
2402
|
-
"version": "10.1.23-9+deb9u1"
|
2403
|
-
},
|
2404
2232
|
"libmnl0": {
|
2405
2233
|
"arch": "amd64",
|
2406
2234
|
"version": "1.0.4-2"
|
@@ -2441,21 +2269,13 @@
|
|
2441
2269
|
"arch": "amd64",
|
2442
2270
|
"version": "1.18.1-1"
|
2443
2271
|
},
|
2444
|
-
"libnl-3-200": {
|
2445
|
-
"arch": "amd64",
|
2446
|
-
"version": "3.2.27-2"
|
2447
|
-
},
|
2448
|
-
"libnl-genl-3-200": {
|
2449
|
-
"arch": "amd64",
|
2450
|
-
"version": "3.2.27-2"
|
2451
|
-
},
|
2452
2272
|
"libnpth0": {
|
2453
2273
|
"arch": "amd64",
|
2454
2274
|
"version": "1.3-1"
|
2455
2275
|
},
|
2456
|
-
"
|
2276
|
+
"libnuma1": {
|
2457
2277
|
"arch": "amd64",
|
2458
|
-
"version": "
|
2278
|
+
"version": "2.0.11-2.1"
|
2459
2279
|
},
|
2460
2280
|
"libp11-kit0": {
|
2461
2281
|
"arch": "amd64",
|
@@ -2475,27 +2295,31 @@
|
|
2475
2295
|
},
|
2476
2296
|
"libpam-systemd": {
|
2477
2297
|
"arch": "amd64",
|
2478
|
-
"version": "232-25"
|
2298
|
+
"version": "232-25+deb9u1"
|
2479
2299
|
},
|
2480
2300
|
"libpam0g": {
|
2481
2301
|
"arch": "amd64",
|
2482
2302
|
"version": "1.1.8-3.6"
|
2483
2303
|
},
|
2484
|
-
"
|
2304
|
+
"libpaper-utils": {
|
2485
2305
|
"arch": "amd64",
|
2486
|
-
"version": "1
|
2306
|
+
"version": "1.1.24+nmu5"
|
2487
2307
|
},
|
2488
|
-
"
|
2308
|
+
"libpaper1": {
|
2489
2309
|
"arch": "amd64",
|
2490
|
-
"version": "
|
2310
|
+
"version": "1.1.24+nmu5"
|
2491
2311
|
},
|
2492
|
-
"
|
2312
|
+
"libpcap0.8": {
|
2493
2313
|
"arch": "amd64",
|
2494
|
-
"version": "1.8.
|
2314
|
+
"version": "1.8.1-3"
|
2495
2315
|
},
|
2496
|
-
"
|
2316
|
+
"libpci3": {
|
2497
2317
|
"arch": "amd64",
|
2498
|
-
"version": "5.
|
2318
|
+
"version": "1:3.5.2-1"
|
2319
|
+
},
|
2320
|
+
"libpcre3": {
|
2321
|
+
"arch": "amd64",
|
2322
|
+
"version": "2:8.39-3"
|
2499
2323
|
},
|
2500
2324
|
"libpipeline1": {
|
2501
2325
|
"arch": "amd64",
|
@@ -2521,10 +2345,6 @@
|
|
2521
2345
|
"arch": "amd64",
|
2522
2346
|
"version": "2.7.13-2"
|
2523
2347
|
},
|
2524
|
-
"libpython2.7": {
|
2525
|
-
"arch": "amd64",
|
2526
|
-
"version": "2.7.13-2"
|
2527
|
-
},
|
2528
2348
|
"libpython2.7-minimal": {
|
2529
2349
|
"arch": "amd64",
|
2530
2350
|
"version": "2.7.13-2"
|
@@ -2617,13 +2437,9 @@
|
|
2617
2437
|
"arch": "amd64",
|
2618
2438
|
"version": "6.3.0-18"
|
2619
2439
|
},
|
2620
|
-
"libswitch-perl": {
|
2621
|
-
"arch": "all",
|
2622
|
-
"version": "2.17-2"
|
2623
|
-
},
|
2624
2440
|
"libsystemd0": {
|
2625
2441
|
"arch": "amd64",
|
2626
|
-
"version": "232-25"
|
2442
|
+
"version": "232-25+deb9u1"
|
2627
2443
|
},
|
2628
2444
|
"libtasn1-6": {
|
2629
2445
|
"arch": "amd64",
|
@@ -2641,26 +2457,22 @@
|
|
2641
2457
|
"arch": "all",
|
2642
2458
|
"version": "0.06-7.1"
|
2643
2459
|
},
|
2460
|
+
"libtiff5": {
|
2461
|
+
"arch": "amd64",
|
2462
|
+
"version": "4.0.8-2+deb9u1"
|
2463
|
+
},
|
2644
2464
|
"libtinfo5": {
|
2645
2465
|
"arch": "amd64",
|
2646
2466
|
"version": "6.0+20161126-1"
|
2647
2467
|
},
|
2648
2468
|
"libudev1": {
|
2649
2469
|
"arch": "amd64",
|
2650
|
-
"version": "232-25"
|
2470
|
+
"version": "232-25+deb9u1"
|
2651
2471
|
},
|
2652
2472
|
"libunistring0": {
|
2653
2473
|
"arch": "amd64",
|
2654
2474
|
"version": "0.9.6+really0.9.3-0.1"
|
2655
2475
|
},
|
2656
|
-
"libusb-0.1-4": {
|
2657
|
-
"arch": "amd64",
|
2658
|
-
"version": "2:0.1.12-30"
|
2659
|
-
},
|
2660
|
-
"libusb-1.0-0": {
|
2661
|
-
"arch": "amd64",
|
2662
|
-
"version": "2:1.0.21-1"
|
2663
|
-
},
|
2664
2476
|
"libustr-1.0-1": {
|
2665
2477
|
"arch": "amd64",
|
2666
2478
|
"version": "1.0.4-6"
|
@@ -2669,6 +2481,18 @@
|
|
2669
2481
|
"arch": "amd64",
|
2670
2482
|
"version": "2.29.2-1"
|
2671
2483
|
},
|
2484
|
+
"libwebp6": {
|
2485
|
+
"arch": "amd64",
|
2486
|
+
"version": "0.5.2-1"
|
2487
|
+
},
|
2488
|
+
"libwebpdemux2": {
|
2489
|
+
"arch": "amd64",
|
2490
|
+
"version": "0.5.2-1"
|
2491
|
+
},
|
2492
|
+
"libwebpmux2": {
|
2493
|
+
"arch": "amd64",
|
2494
|
+
"version": "0.5.2-1"
|
2495
|
+
},
|
2672
2496
|
"libwrap0": {
|
2673
2497
|
"arch": "amd64",
|
2674
2498
|
"version": "7.6.q-26"
|
@@ -2713,17 +2537,21 @@
|
|
2713
2537
|
"arch": "amd64",
|
2714
2538
|
"version": "1.6.0+snapshot20161117-6"
|
2715
2539
|
},
|
2540
|
+
"libyaml-0-2": {
|
2541
|
+
"arch": "amd64",
|
2542
|
+
"version": "0.1.7-2"
|
2543
|
+
},
|
2716
2544
|
"linux-base": {
|
2717
2545
|
"arch": "all",
|
2718
2546
|
"version": "4.5"
|
2719
2547
|
},
|
2720
2548
|
"linux-image-4.9.0-3-amd64": {
|
2721
2549
|
"arch": "amd64",
|
2722
|
-
"version": "4.9.30-2+
|
2550
|
+
"version": "4.9.30-2+deb9u2"
|
2723
2551
|
},
|
2724
2552
|
"linux-image-amd64": {
|
2725
2553
|
"arch": "amd64",
|
2726
|
-
"version": "4.9+80"
|
2554
|
+
"version": "4.9+80+deb9u1"
|
2727
2555
|
},
|
2728
2556
|
"locales": {
|
2729
2557
|
"arch": "all",
|
@@ -2749,14 +2577,6 @@
|
|
2749
2577
|
"arch": "amd64",
|
2750
2578
|
"version": "4.89+dfsg-0.1"
|
2751
2579
|
},
|
2752
|
-
"mailutils": {
|
2753
|
-
"arch": "amd64",
|
2754
|
-
"version": "1:3.1.1-1"
|
2755
|
-
},
|
2756
|
-
"mailutils-common": {
|
2757
|
-
"arch": "all",
|
2758
|
-
"version": "1:3.1.1-1"
|
2759
|
-
},
|
2760
2580
|
"man-db": {
|
2761
2581
|
"arch": "amd64",
|
2762
2582
|
"version": "2.7.6.1-2"
|
@@ -2769,6 +2589,10 @@
|
|
2769
2589
|
"arch": "amd64",
|
2770
2590
|
"version": "1.3.3-17+b3"
|
2771
2591
|
},
|
2592
|
+
"mdadm": {
|
2593
|
+
"arch": "amd64",
|
2594
|
+
"version": "3.4-4+b1"
|
2595
|
+
},
|
2772
2596
|
"mime-support": {
|
2773
2597
|
"arch": "all",
|
2774
2598
|
"version": "3.60"
|
@@ -2781,10 +2605,6 @@
|
|
2781
2605
|
"arch": "amd64",
|
2782
2606
|
"version": "2.24-11+deb9u1"
|
2783
2607
|
},
|
2784
|
-
"mysql-common": {
|
2785
|
-
"arch": "all",
|
2786
|
-
"version": "5.8+1.0.2"
|
2787
|
-
},
|
2788
2608
|
"nano": {
|
2789
2609
|
"arch": "amd64",
|
2790
2610
|
"version": "2.7.4-1"
|
@@ -2801,6 +2621,10 @@
|
|
2801
2621
|
"arch": "all",
|
2802
2622
|
"version": "6.0+20161126-1"
|
2803
2623
|
},
|
2624
|
+
"net-tools": {
|
2625
|
+
"arch": "amd64",
|
2626
|
+
"version": "1.60+git20161116.90da8a0-1"
|
2627
|
+
},
|
2804
2628
|
"netbase": {
|
2805
2629
|
"arch": "all",
|
2806
2630
|
"version": "5.4"
|
@@ -2811,15 +2635,15 @@
|
|
2811
2635
|
},
|
2812
2636
|
"openssh-client": {
|
2813
2637
|
"arch": "amd64",
|
2814
|
-
"version": "1:7.4p1-10"
|
2638
|
+
"version": "1:7.4p1-10+deb9u1"
|
2815
2639
|
},
|
2816
2640
|
"openssh-server": {
|
2817
2641
|
"arch": "amd64",
|
2818
|
-
"version": "1:7.4p1-10"
|
2642
|
+
"version": "1:7.4p1-10+deb9u1"
|
2819
2643
|
},
|
2820
2644
|
"openssh-sftp-server": {
|
2821
2645
|
"arch": "amd64",
|
2822
|
-
"version": "1:7.4p1-10"
|
2646
|
+
"version": "1:7.4p1-10+deb9u1"
|
2823
2647
|
},
|
2824
2648
|
"openssl": {
|
2825
2649
|
"arch": "amd64",
|
@@ -2827,7 +2651,7 @@
|
|
2827
2651
|
},
|
2828
2652
|
"os-prober": {
|
2829
2653
|
"arch": "amd64",
|
2830
|
-
"version": "1.
|
2654
|
+
"version": "1.76~deb9u1"
|
2831
2655
|
},
|
2832
2656
|
"passwd": {
|
2833
2657
|
"arch": "amd64",
|
@@ -2837,30 +2661,14 @@
|
|
2837
2661
|
"arch": "amd64",
|
2838
2662
|
"version": "1:3.5.2-1"
|
2839
2663
|
},
|
2840
|
-
"perl": {
|
2841
|
-
"arch": "amd64",
|
2842
|
-
"version": "5.24.1-3"
|
2843
|
-
},
|
2844
2664
|
"perl-base": {
|
2845
2665
|
"arch": "amd64",
|
2846
|
-
"version": "5.24.1-3"
|
2847
|
-
},
|
2848
|
-
"perl-modules-5.24": {
|
2849
|
-
"arch": "all",
|
2850
|
-
"version": "5.24.1-3"
|
2666
|
+
"version": "5.24.1-3+deb9u1"
|
2851
2667
|
},
|
2852
2668
|
"pinentry-curses": {
|
2853
2669
|
"arch": "amd64",
|
2854
2670
|
"version": "1.0.0-2"
|
2855
2671
|
},
|
2856
|
-
"powermgmt-base": {
|
2857
|
-
"arch": "all",
|
2858
|
-
"version": "1.31+nmu1"
|
2859
|
-
},
|
2860
|
-
"powertop": {
|
2861
|
-
"arch": "amd64",
|
2862
|
-
"version": "2.8-1+b1"
|
2863
|
-
},
|
2864
2672
|
"procps": {
|
2865
2673
|
"arch": "amd64",
|
2866
2674
|
"version": "2:3.3.12-3"
|
@@ -2877,10 +2685,66 @@
|
|
2877
2685
|
"arch": "all",
|
2878
2686
|
"version": "1.4.0~beta3"
|
2879
2687
|
},
|
2688
|
+
"python-boto": {
|
2689
|
+
"arch": "all",
|
2690
|
+
"version": "2.44.0-1"
|
2691
|
+
},
|
2692
|
+
"python-cffi-backend": {
|
2693
|
+
"arch": "amd64",
|
2694
|
+
"version": "1.9.1-2"
|
2695
|
+
},
|
2696
|
+
"python-chardet": {
|
2697
|
+
"arch": "all",
|
2698
|
+
"version": "2.3.0-2"
|
2699
|
+
},
|
2700
|
+
"python-cryptography": {
|
2701
|
+
"arch": "amd64",
|
2702
|
+
"version": "1.7.1-3"
|
2703
|
+
},
|
2704
|
+
"python-enum34": {
|
2705
|
+
"arch": "all",
|
2706
|
+
"version": "1.1.6-1"
|
2707
|
+
},
|
2708
|
+
"python-idna": {
|
2709
|
+
"arch": "all",
|
2710
|
+
"version": "2.2-1"
|
2711
|
+
},
|
2712
|
+
"python-ipaddress": {
|
2713
|
+
"arch": "all",
|
2714
|
+
"version": "1.0.17-1"
|
2715
|
+
},
|
2880
2716
|
"python-minimal": {
|
2881
2717
|
"arch": "amd64",
|
2882
2718
|
"version": "2.7.13-2"
|
2883
2719
|
},
|
2720
|
+
"python-openssl": {
|
2721
|
+
"arch": "all",
|
2722
|
+
"version": "16.2.0-1"
|
2723
|
+
},
|
2724
|
+
"python-pkg-resources": {
|
2725
|
+
"arch": "all",
|
2726
|
+
"version": "33.1.1-1"
|
2727
|
+
},
|
2728
|
+
"python-pyasn1": {
|
2729
|
+
"arch": "all",
|
2730
|
+
"version": "0.1.9-2"
|
2731
|
+
},
|
2732
|
+
"python-requests": {
|
2733
|
+
"arch": "all",
|
2734
|
+
"version": "2.12.4-1"
|
2735
|
+
},
|
2736
|
+
"python-setuptools": {
|
2737
|
+
"arch": "all",
|
2738
|
+
"version": "33.1.1-1"
|
2739
|
+
},
|
2740
|
+
"python-six": {
|
2741
|
+
"arch": "all",
|
2742
|
+
"version": "1.10.0-3"
|
2743
|
+
},
|
2744
|
+
"python-urllib3": {
|
2745
|
+
"arch": "all",
|
2746
|
+
"version": "1.19.1-1"
|
2747
|
+
},
|
2884
2748
|
"python2.7": {
|
2885
2749
|
"arch": "amd64",
|
2886
2750
|
"version": "2.7.13-2"
|
@@ -2897,10 +2761,42 @@
|
|
2897
2761
|
"arch": "amd64",
|
2898
2762
|
"version": "1.4.0~beta3"
|
2899
2763
|
},
|
2764
|
+
"python3-blinker": {
|
2765
|
+
"arch": "all",
|
2766
|
+
"version": "1.3.dfsg2-1"
|
2767
|
+
},
|
2768
|
+
"python3-boto": {
|
2769
|
+
"arch": "all",
|
2770
|
+
"version": "2.44.0-1"
|
2771
|
+
},
|
2772
|
+
"python3-botocore": {
|
2773
|
+
"arch": "all",
|
2774
|
+
"version": "1.4.70-1"
|
2775
|
+
},
|
2776
|
+
"python3-cffi-backend": {
|
2777
|
+
"arch": "amd64",
|
2778
|
+
"version": "1.9.1-2"
|
2779
|
+
},
|
2900
2780
|
"python3-chardet": {
|
2901
2781
|
"arch": "all",
|
2902
2782
|
"version": "2.3.0-2"
|
2903
2783
|
},
|
2784
|
+
"python3-colorama": {
|
2785
|
+
"arch": "all",
|
2786
|
+
"version": "0.3.7-1"
|
2787
|
+
},
|
2788
|
+
"python3-configobj": {
|
2789
|
+
"arch": "all",
|
2790
|
+
"version": "5.0.6-2"
|
2791
|
+
},
|
2792
|
+
"python3-cryptography": {
|
2793
|
+
"arch": "amd64",
|
2794
|
+
"version": "1.7.1-3"
|
2795
|
+
},
|
2796
|
+
"python3-dateutil": {
|
2797
|
+
"arch": "all",
|
2798
|
+
"version": "2.5.3-2"
|
2799
|
+
},
|
2904
2800
|
"python3-debian": {
|
2905
2801
|
"arch": "all",
|
2906
2802
|
"version": "0.1.30"
|
@@ -2909,22 +2805,74 @@
|
|
2909
2805
|
"arch": "all",
|
2910
2806
|
"version": "2.6.1"
|
2911
2807
|
},
|
2808
|
+
"python3-docutils": {
|
2809
|
+
"arch": "all",
|
2810
|
+
"version": "0.13.1+dfsg-2"
|
2811
|
+
},
|
2912
2812
|
"python3-httplib2": {
|
2913
2813
|
"arch": "all",
|
2914
2814
|
"version": "0.9.2+dfsg-1"
|
2915
2815
|
},
|
2816
|
+
"python3-idna": {
|
2817
|
+
"arch": "all",
|
2818
|
+
"version": "2.2-1"
|
2819
|
+
},
|
2820
|
+
"python3-jinja2": {
|
2821
|
+
"arch": "all",
|
2822
|
+
"version": "2.8-1"
|
2823
|
+
},
|
2824
|
+
"python3-jmespath": {
|
2825
|
+
"arch": "all",
|
2826
|
+
"version": "0.9.0-2"
|
2827
|
+
},
|
2828
|
+
"python3-json-pointer": {
|
2829
|
+
"arch": "all",
|
2830
|
+
"version": "1.10-1"
|
2831
|
+
},
|
2832
|
+
"python3-jsonpatch": {
|
2833
|
+
"arch": "all",
|
2834
|
+
"version": "1.19-4"
|
2835
|
+
},
|
2836
|
+
"python3-jwt": {
|
2837
|
+
"arch": "all",
|
2838
|
+
"version": "1.4.2-1"
|
2839
|
+
},
|
2840
|
+
"python3-markupsafe": {
|
2841
|
+
"arch": "amd64",
|
2842
|
+
"version": "0.23-3"
|
2843
|
+
},
|
2916
2844
|
"python3-minimal": {
|
2917
2845
|
"arch": "amd64",
|
2918
2846
|
"version": "3.5.3-1"
|
2919
2847
|
},
|
2848
|
+
"python3-oauthlib": {
|
2849
|
+
"arch": "all",
|
2850
|
+
"version": "2.0.1-1"
|
2851
|
+
},
|
2852
|
+
"python3-pil": {
|
2853
|
+
"arch": "amd64",
|
2854
|
+
"version": "4.0.0-4"
|
2855
|
+
},
|
2920
2856
|
"python3-pkg-resources": {
|
2921
2857
|
"arch": "all",
|
2922
2858
|
"version": "33.1.1-1"
|
2923
2859
|
},
|
2860
|
+
"python3-prettytable": {
|
2861
|
+
"arch": "all",
|
2862
|
+
"version": "0.7.2-3"
|
2863
|
+
},
|
2864
|
+
"python3-pyasn1": {
|
2865
|
+
"arch": "all",
|
2866
|
+
"version": "0.1.9-2"
|
2867
|
+
},
|
2924
2868
|
"python3-pycurl": {
|
2925
2869
|
"arch": "amd64",
|
2926
2870
|
"version": "7.43.0-2"
|
2927
2871
|
},
|
2872
|
+
"python3-pygments": {
|
2873
|
+
"arch": "all",
|
2874
|
+
"version": "2.2.0+dfsg-1"
|
2875
|
+
},
|
2928
2876
|
"python3-pysimplesoap": {
|
2929
2877
|
"arch": "all",
|
2930
2878
|
"version": "1.16-2"
|
@@ -2937,6 +2885,22 @@
|
|
2937
2885
|
"arch": "all",
|
2938
2886
|
"version": "2.12.4-1"
|
2939
2887
|
},
|
2888
|
+
"python3-roman": {
|
2889
|
+
"arch": "all",
|
2890
|
+
"version": "2.0.0-2"
|
2891
|
+
},
|
2892
|
+
"python3-rsa": {
|
2893
|
+
"arch": "all",
|
2894
|
+
"version": "3.4.2-1"
|
2895
|
+
},
|
2896
|
+
"python3-s3transfer": {
|
2897
|
+
"arch": "all",
|
2898
|
+
"version": "0.1.9-1"
|
2899
|
+
},
|
2900
|
+
"python3-setuptools": {
|
2901
|
+
"arch": "all",
|
2902
|
+
"version": "33.1.1-1"
|
2903
|
+
},
|
2940
2904
|
"python3-six": {
|
2941
2905
|
"arch": "all",
|
2942
2906
|
"version": "1.10.0-3"
|
@@ -2945,6 +2909,10 @@
|
|
2945
2909
|
"arch": "all",
|
2946
2910
|
"version": "1.19.1-1"
|
2947
2911
|
},
|
2912
|
+
"python3-yaml": {
|
2913
|
+
"arch": "amd64",
|
2914
|
+
"version": "3.12-1"
|
2915
|
+
},
|
2948
2916
|
"python3.5": {
|
2949
2917
|
"arch": "amd64",
|
2950
2918
|
"version": "3.5.3-1"
|
@@ -2953,14 +2921,14 @@
|
|
2953
2921
|
"arch": "amd64",
|
2954
2922
|
"version": "3.5.3-1"
|
2955
2923
|
},
|
2924
|
+
"qemu-utils": {
|
2925
|
+
"arch": "amd64",
|
2926
|
+
"version": "1:2.8+dfsg-6"
|
2927
|
+
},
|
2956
2928
|
"readline-common": {
|
2957
2929
|
"arch": "all",
|
2958
2930
|
"version": "7.0-3"
|
2959
2931
|
},
|
2960
|
-
"rename": {
|
2961
|
-
"arch": "all",
|
2962
|
-
"version": "0.20-4"
|
2963
|
-
},
|
2964
2932
|
"reportbug": {
|
2965
2933
|
"arch": "all",
|
2966
2934
|
"version": "7.1.7"
|
@@ -2985,13 +2953,21 @@
|
|
2985
2953
|
"arch": "amd64",
|
2986
2954
|
"version": "1.8-1"
|
2987
2955
|
},
|
2956
|
+
"strace": {
|
2957
|
+
"arch": "amd64",
|
2958
|
+
"version": "4.15-2"
|
2959
|
+
},
|
2960
|
+
"sudo": {
|
2961
|
+
"arch": "amd64",
|
2962
|
+
"version": "1.8.19p1-2.1"
|
2963
|
+
},
|
2988
2964
|
"systemd": {
|
2989
2965
|
"arch": "amd64",
|
2990
|
-
"version": "232-25"
|
2966
|
+
"version": "232-25+deb9u1"
|
2991
2967
|
},
|
2992
2968
|
"systemd-sysv": {
|
2993
2969
|
"arch": "amd64",
|
2994
|
-
"version": "232-25"
|
2970
|
+
"version": "232-25+deb9u1"
|
2995
2971
|
},
|
2996
2972
|
"sysvinit-utils": {
|
2997
2973
|
"arch": "amd64",
|
@@ -3001,18 +2977,6 @@
|
|
3001
2977
|
"arch": "amd64",
|
3002
2978
|
"version": "1.29b-1.1"
|
3003
2979
|
},
|
3004
|
-
"task-english": {
|
3005
|
-
"arch": "all",
|
3006
|
-
"version": "3.39"
|
3007
|
-
},
|
3008
|
-
"task-laptop": {
|
3009
|
-
"arch": "all",
|
3010
|
-
"version": "3.39"
|
3011
|
-
},
|
3012
|
-
"task-ssh-server": {
|
3013
|
-
"arch": "all",
|
3014
|
-
"version": "3.39"
|
3015
|
-
},
|
3016
2980
|
"tasksel": {
|
3017
2981
|
"arch": "all",
|
3018
2982
|
"version": "3.39"
|
@@ -3025,9 +2989,9 @@
|
|
3025
2989
|
"arch": "amd64",
|
3026
2990
|
"version": "7.6.q-26"
|
3027
2991
|
},
|
3028
|
-
"
|
2992
|
+
"tcpdump": {
|
3029
2993
|
"arch": "amd64",
|
3030
|
-
"version": "0
|
2994
|
+
"version": "4.9.0-2"
|
3031
2995
|
},
|
3032
2996
|
"traceroute": {
|
3033
2997
|
"arch": "amd64",
|
@@ -3043,32 +3007,32 @@
|
|
3043
3007
|
},
|
3044
3008
|
"udev": {
|
3045
3009
|
"arch": "amd64",
|
3046
|
-
"version": "232-25"
|
3010
|
+
"version": "232-25+deb9u1"
|
3047
3011
|
},
|
3048
|
-
"
|
3049
|
-
"arch": "
|
3050
|
-
"version": "1
|
3012
|
+
"unattended-upgrades": {
|
3013
|
+
"arch": "all",
|
3014
|
+
"version": "0.93.1+nmu1"
|
3051
3015
|
},
|
3052
3016
|
"util-linux": {
|
3053
3017
|
"arch": "amd64",
|
3054
3018
|
"version": "2.29.2-1"
|
3055
3019
|
},
|
3056
|
-
"
|
3057
|
-
"arch": "
|
3058
|
-
"version": "2.
|
3020
|
+
"vim": {
|
3021
|
+
"arch": "amd64",
|
3022
|
+
"version": "2:8.0.0197-4"
|
3059
3023
|
},
|
3060
3024
|
"vim-common": {
|
3061
3025
|
"arch": "all",
|
3062
3026
|
"version": "2:8.0.0197-4"
|
3063
3027
|
},
|
3028
|
+
"vim-runtime": {
|
3029
|
+
"arch": "all",
|
3030
|
+
"version": "2:8.0.0197-4"
|
3031
|
+
},
|
3064
3032
|
"vim-tiny": {
|
3065
3033
|
"arch": "amd64",
|
3066
3034
|
"version": "2:8.0.0197-4"
|
3067
3035
|
},
|
3068
|
-
"wamerican": {
|
3069
|
-
"arch": "all",
|
3070
|
-
"version": "7.1-1"
|
3071
|
-
},
|
3072
3036
|
"wget": {
|
3073
3037
|
"arch": "amd64",
|
3074
3038
|
"version": "1.18-5"
|
@@ -3077,18 +3041,6 @@
|
|
3077
3041
|
"arch": "amd64",
|
3078
3042
|
"version": "0.52.19-1+b1"
|
3079
3043
|
},
|
3080
|
-
"wireless-regdb": {
|
3081
|
-
"arch": "all",
|
3082
|
-
"version": "2016.06.10-1"
|
3083
|
-
},
|
3084
|
-
"wireless-tools": {
|
3085
|
-
"arch": "amd64",
|
3086
|
-
"version": "30~pre9-12+b1"
|
3087
|
-
},
|
3088
|
-
"wpasupplicant": {
|
3089
|
-
"arch": "amd64",
|
3090
|
-
"version": "2:2.4-1"
|
3091
|
-
},
|
3092
3044
|
"xauth": {
|
3093
3045
|
"arch": "amd64",
|
3094
3046
|
"version": "1:1.0.9-1+b2"
|
@@ -3097,10 +3049,6 @@
|
|
3097
3049
|
"arch": "amd64",
|
3098
3050
|
"version": "0.15-2+b1"
|
3099
3051
|
},
|
3100
|
-
"xkb-data": {
|
3101
|
-
"arch": "all",
|
3102
|
-
"version": "2.19-1"
|
3103
|
-
},
|
3104
3052
|
"xml-core": {
|
3105
3053
|
"arch": "all",
|
3106
3054
|
"version": "0.17"
|
@@ -3120,9 +3068,9 @@
|
|
3120
3068
|
},
|
3121
3069
|
"platform": "debian",
|
3122
3070
|
"platform_family": "debian",
|
3123
|
-
"platform_version": "9.
|
3071
|
+
"platform_version": "9.1",
|
3124
3072
|
"root_group": "root",
|
3125
|
-
"shard_seed":
|
3073
|
+
"shard_seed": 180723160,
|
3126
3074
|
"shells": [
|
3127
3075
|
"/bin/sh",
|
3128
3076
|
"/bin/dash",
|