fauxhai 2.3.0 → 3.0.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 +15 -28
- data/CONTRIBUTING.md +3 -3
- data/Gemfile +0 -1
- data/README.md +3 -3
- data/fauxhai.gemspec +2 -1
- data/lib/fauxhai/platforms/amazon/2015.03.json +323 -0
- data/lib/fauxhai/platforms/amazon/2015.09.json +332 -0
- data/lib/fauxhai/platforms/centos/5.0.json +710 -0
- data/lib/fauxhai/platforms/centos/5.1.json +730 -0
- data/lib/fauxhai/platforms/centos/5.10.json +288 -2092
- data/lib/fauxhai/platforms/centos/5.11.json +346 -3763
- data/lib/fauxhai/platforms/centos/5.2.json +742 -0
- data/lib/fauxhai/platforms/centos/5.3.json +770 -0
- data/lib/fauxhai/platforms/centos/5.4.json +774 -0
- data/lib/fauxhai/platforms/centos/5.5.json +790 -0
- data/lib/fauxhai/platforms/centos/5.6.json +874 -0
- data/lib/fauxhai/platforms/centos/5.7.json +878 -0
- data/lib/fauxhai/platforms/centos/5.8.json +333 -218
- data/lib/fauxhai/platforms/centos/5.9.json +355 -240
- data/lib/fauxhai/platforms/centos/6.0.json +332 -112
- data/lib/fauxhai/platforms/centos/6.1.json +633 -0
- data/lib/fauxhai/platforms/centos/6.2.json +462 -426
- data/lib/fauxhai/platforms/centos/6.3.json +470 -434
- data/lib/fauxhai/platforms/centos/6.4.json +389 -61
- data/lib/fauxhai/platforms/centos/6.5.json +280 -77
- data/lib/fauxhai/platforms/centos/6.6.json +372 -3680
- data/lib/fauxhai/platforms/centos/6.7.json +615 -0
- data/lib/fauxhai/platforms/centos/7.0.1406.json +294 -3611
- data/lib/fauxhai/platforms/centos/7.0.json +169 -2162
- data/lib/fauxhai/platforms/centos/7.1.1503.json +814 -0
- data/lib/fauxhai/platforms/debian/7.7.json +635 -0
- data/lib/fauxhai/platforms/debian/7.8.json +635 -0
- data/lib/fauxhai/platforms/debian/7.9.json +674 -0
- data/lib/fauxhai/platforms/debian/8.0.json +681 -0
- data/lib/fauxhai/platforms/debian/8.1.json +681 -0
- data/lib/fauxhai/platforms/debian/8.2.json +781 -0
- data/lib/fauxhai/platforms/debian/stretch/sid.json +611 -0
- data/lib/fauxhai/platforms/dragonfly4/4.2-RELEASE.json +155 -0
- data/lib/fauxhai/platforms/fedora/21.json +348 -91
- data/lib/fauxhai/platforms/fedora/22.json +752 -0
- data/lib/fauxhai/platforms/freebsd/10.0.json +1 -1
- data/lib/fauxhai/platforms/freebsd/10.1.json +316 -0
- data/lib/fauxhai/platforms/freebsd/10.2.json +316 -0
- data/lib/fauxhai/platforms/freebsd/9.1.json +141 -428
- data/lib/fauxhai/platforms/freebsd/9.2.json +25 -38
- data/lib/fauxhai/platforms/freebsd/9.3.json +316 -0
- data/lib/fauxhai/platforms/ios_xr/6.0.0.14I.json +342 -0
- data/lib/fauxhai/platforms/mac_os_x/10.11.1.json +857 -0
- data/lib/fauxhai/platforms/nexus/5.json +300 -0
- data/lib/fauxhai/platforms/omnios/151014.json +2422 -0
- data/lib/fauxhai/platforms/opensuse/12.3.json +249 -2208
- data/lib/fauxhai/platforms/opensuse/13.1.json +166 -2193
- data/lib/fauxhai/platforms/opensuse/13.2.json +646 -0
- data/lib/fauxhai/platforms/oracle/6.6.json +377 -0
- data/lib/fauxhai/platforms/oracle/7.0.json +627 -0
- data/lib/fauxhai/platforms/oracle/7.1.json +821 -0
- data/lib/fauxhai/platforms/redhat/6.6.json +519 -0
- data/lib/fauxhai/platforms/redhat/7.1.json +746 -0
- data/lib/fauxhai/platforms/solaris2/5.11.json +1 -0
- data/lib/fauxhai/platforms/ubuntu/12.04.json +257 -190
- data/lib/fauxhai/platforms/ubuntu/14.04.json +246 -184
- data/lib/fauxhai/platforms/ubuntu/15.04.json +643 -0
- data/lib/fauxhai/platforms/ubuntu/15.10.json +651 -0
- data/lib/fauxhai/platforms/windows/10.json +3545 -0
- data/lib/fauxhai/platforms/windows/2003R2.json +7887 -7887
- data/lib/fauxhai/platforms/windows/2008R2.json +532 -770
- data/lib/fauxhai/platforms/windows/2012.json +728 -1257
- data/lib/fauxhai/platforms/windows/2012R2.json +737 -1063
- data/lib/fauxhai/platforms/windows/8.1.json +3512 -0
- data/lib/fauxhai/platforms/windows/8.json +3926 -0
- data/lib/fauxhai/runner.rb +1 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +61 -7
@@ -1,71 +1,89 @@
|
|
1
1
|
{
|
2
|
+
"filesystem": {
|
3
|
+
"/dev/ada0p2": {
|
4
|
+
"kb_size": "7705916",
|
5
|
+
"kb_used": "3215956",
|
6
|
+
"kb_available": "3873488",
|
7
|
+
"percent_used": "45%",
|
8
|
+
"mount": "/",
|
9
|
+
"fs_type": "ufs",
|
10
|
+
"mount_options": [
|
11
|
+
"local",
|
12
|
+
"journaled soft-updates"
|
13
|
+
]
|
14
|
+
},
|
15
|
+
"devfs": {
|
16
|
+
"kb_size": "1",
|
17
|
+
"kb_used": "1",
|
18
|
+
"kb_available": "0",
|
19
|
+
"percent_used": "100%",
|
20
|
+
"mount": "/dev",
|
21
|
+
"fs_type": "devfs",
|
22
|
+
"mount_options": [
|
23
|
+
"local",
|
24
|
+
"multilabel"
|
25
|
+
]
|
26
|
+
}
|
27
|
+
},
|
2
28
|
"kernel": {
|
3
29
|
"name": "FreeBSD",
|
4
|
-
"release": "9.1-RELEASE
|
5
|
-
"version": "FreeBSD 9.1-RELEASE
|
30
|
+
"release": "9.1-RELEASE",
|
31
|
+
"version": "FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC ",
|
6
32
|
"machine": "amd64",
|
7
|
-
"modules": {
|
8
|
-
},
|
9
33
|
"os": "FreeBSD",
|
10
|
-
"ident": "GENERIC"
|
34
|
+
"ident": "GENERIC",
|
35
|
+
"securelevel": [
|
36
|
+
"kern.securelevel: -1"
|
37
|
+
],
|
38
|
+
"modules": {
|
39
|
+
"kernel": {
|
40
|
+
"size": "1323388",
|
41
|
+
"refcount": "1"
|
42
|
+
}
|
43
|
+
}
|
11
44
|
},
|
12
45
|
"os": "freebsd",
|
13
|
-
"os_version": "
|
14
|
-
"
|
15
|
-
|
16
|
-
|
46
|
+
"os_version": "901000",
|
47
|
+
"platform": "freebsd",
|
48
|
+
"platform_version": "9.1-RELEASE",
|
49
|
+
"platform_family": "freebsd",
|
17
50
|
"dmi": {
|
18
|
-
"dmidecode_version": "2.
|
19
|
-
"smbios_version": "2.
|
51
|
+
"dmidecode_version": "2.12",
|
52
|
+
"smbios_version": "2.5",
|
20
53
|
"structures": {
|
21
|
-
"count": "
|
22
|
-
"size": "
|
54
|
+
"count": "10",
|
55
|
+
"size": "449"
|
23
56
|
},
|
57
|
+
"table_location": "0x000E1000",
|
24
58
|
"bios": {
|
25
59
|
"all_records": [
|
26
60
|
{
|
27
61
|
"record_id": "0x0000",
|
28
62
|
"size": "0",
|
29
63
|
"application_identifier": "BIOS Information",
|
30
|
-
"Vendor": "
|
31
|
-
"Version": "
|
32
|
-
"Release Date": "
|
64
|
+
"Vendor": "innotek GmbH",
|
65
|
+
"Version": "VirtualBox",
|
66
|
+
"Release Date": "12/01/2006",
|
33
67
|
"Address": "0xE0000",
|
34
68
|
"Runtime Size": "128 kB",
|
35
|
-
"ROM Size": "
|
69
|
+
"ROM Size": "128 kB",
|
36
70
|
"Characteristics": {
|
37
71
|
"ISA is supported": null,
|
38
72
|
"PCI is supported": null,
|
39
|
-
"PNP is supported": null,
|
40
|
-
"APM is supported": null,
|
41
|
-
"BIOS is upgradeable": null,
|
42
|
-
"BIOS shadowing is allowed": null,
|
43
73
|
"Boot from CD is supported": null,
|
44
74
|
"Selectable boot is supported": null,
|
45
|
-
"BIOS ROM is socketed": null,
|
46
|
-
"EDD is supported": null,
|
47
|
-
"5.25\"/360 kB floppy services are supported (int 13h)": null,
|
48
|
-
"5.25\"/1.2 MB floppy services are supported (int 13h)": null,
|
49
|
-
"3.5\"/720 kB floppy services are supported (int 13h)": null,
|
50
|
-
"3.5\"/2.88 MB floppy services are supported (int 13h)": null,
|
51
|
-
"Print screen service is supported (int 5h)": null,
|
52
75
|
"8042 keyboard services are supported (int 9h)": null,
|
53
|
-
"Serial services are supported (int 14h)": null,
|
54
|
-
"Printer services are supported (int 17h)": null,
|
55
76
|
"CGA/mono video services are supported (int 10h)": null,
|
56
|
-
"ACPI is supported": null
|
57
|
-
"USB legacy is supported": null,
|
58
|
-
"LS-120 boot is supported": null,
|
59
|
-
"ATAPI Zip drive boot is supported": null
|
77
|
+
"ACPI is supported": null
|
60
78
|
}
|
61
79
|
}
|
62
80
|
],
|
63
|
-
"vendor": "
|
64
|
-
"version": "
|
65
|
-
"release_date": "
|
81
|
+
"vendor": "innotek GmbH",
|
82
|
+
"version": "VirtualBox",
|
83
|
+
"release_date": "12/01/2006",
|
66
84
|
"address": "0xE0000",
|
67
85
|
"runtime_size": "128 kB",
|
68
|
-
"rom_size": "
|
86
|
+
"rom_size": "128 kB"
|
69
87
|
},
|
70
88
|
"system": {
|
71
89
|
"all_records": [
|
@@ -73,37 +91,54 @@
|
|
73
91
|
"record_id": "0x0001",
|
74
92
|
"size": "1",
|
75
93
|
"application_identifier": "System Information",
|
76
|
-
"Manufacturer": " ",
|
77
|
-
"Product Name": "
|
78
|
-
"Version": "
|
79
|
-
"Serial Number": "
|
80
|
-
"UUID": "
|
81
|
-
"Wake-up Type": "Power Switch"
|
94
|
+
"Manufacturer": "innotek GmbH",
|
95
|
+
"Product Name": "VirtualBox",
|
96
|
+
"Version": "1.2",
|
97
|
+
"Serial Number": "0",
|
98
|
+
"UUID": "AEE29E87-4E26-48A3-A6E3-82A3EE7FAF4C",
|
99
|
+
"Wake-up Type": "Power Switch",
|
100
|
+
"SKU Number": "Not Specified",
|
101
|
+
"Family": "Virtual Machine"
|
82
102
|
}
|
83
103
|
],
|
84
|
-
"manufacturer": " ",
|
85
|
-
"product_name": "
|
86
|
-
"version": "
|
87
|
-
"serial_number": "
|
88
|
-
"uuid": "
|
89
|
-
"wake_up_type": "Power Switch"
|
104
|
+
"manufacturer": "innotek GmbH",
|
105
|
+
"product_name": "VirtualBox",
|
106
|
+
"version": "1.2",
|
107
|
+
"serial_number": "0",
|
108
|
+
"uuid": "AEE29E87-4E26-48A3-A6E3-82A3EE7FAF4C",
|
109
|
+
"wake_up_type": "Power Switch",
|
110
|
+
"sku_number": "Not Specified",
|
111
|
+
"family": "Virtual Machine"
|
90
112
|
},
|
91
113
|
"base_board": {
|
92
114
|
"all_records": [
|
93
115
|
{
|
94
|
-
"record_id": "
|
116
|
+
"record_id": "0x0008",
|
95
117
|
"size": "2",
|
96
118
|
"application_identifier": "Base Board Information",
|
97
|
-
"Manufacturer": "
|
98
|
-
"Product Name": "
|
99
|
-
"Version": "1.
|
100
|
-
"Serial Number": "
|
119
|
+
"Manufacturer": "Oracle Corporation",
|
120
|
+
"Product Name": "VirtualBox",
|
121
|
+
"Version": "1.2",
|
122
|
+
"Serial Number": "0",
|
123
|
+
"Asset Tag": "Not Specified",
|
124
|
+
"Features": {
|
125
|
+
"Board is a hosting board": null
|
126
|
+
},
|
127
|
+
"Location In Chassis": "Not Specified",
|
128
|
+
"Chassis Handle": "0x0003",
|
129
|
+
"Type": "Motherboard",
|
130
|
+
"Contained Object Handles": "0"
|
101
131
|
}
|
102
132
|
],
|
103
|
-
"manufacturer": "
|
104
|
-
"product_name": "
|
105
|
-
"version": "1.
|
106
|
-
"serial_number": "
|
133
|
+
"manufacturer": "Oracle Corporation",
|
134
|
+
"product_name": "VirtualBox",
|
135
|
+
"version": "1.2",
|
136
|
+
"serial_number": "0",
|
137
|
+
"asset_tag": "Not Specified",
|
138
|
+
"location_in_chassis": "Not Specified",
|
139
|
+
"chassis_handle": "0x0003",
|
140
|
+
"type": "Motherboard",
|
141
|
+
"contained_object_handles": "0"
|
107
142
|
},
|
108
143
|
"chassis": {
|
109
144
|
"all_records": [
|
@@ -111,394 +146,64 @@
|
|
111
146
|
"record_id": "0x0003",
|
112
147
|
"size": "3",
|
113
148
|
"application_identifier": "Chassis Information",
|
114
|
-
"Manufacturer": " ",
|
115
|
-
"Type": "
|
149
|
+
"Manufacturer": "Oracle Corporation",
|
150
|
+
"Type": "Other",
|
116
151
|
"Lock": "Not Present",
|
117
|
-
"Version": " ",
|
118
|
-
"Serial Number": " ",
|
119
|
-
"Asset Tag": " ",
|
120
|
-
"Boot-up State": "
|
121
|
-
"Power Supply State": "
|
122
|
-
"Thermal State": "
|
123
|
-
"Security Status": "
|
152
|
+
"Version": "Not Specified",
|
153
|
+
"Serial Number": "Not Specified",
|
154
|
+
"Asset Tag": "Not Specified",
|
155
|
+
"Boot-up State": "Safe",
|
156
|
+
"Power Supply State": "Safe",
|
157
|
+
"Thermal State": "Safe",
|
158
|
+
"Security Status": "None"
|
124
159
|
}
|
125
160
|
],
|
126
|
-
"manufacturer": " ",
|
127
|
-
"type": "
|
161
|
+
"manufacturer": "Oracle Corporation",
|
162
|
+
"type": "Other",
|
128
163
|
"lock": "Not Present",
|
129
|
-
"version": " ",
|
130
|
-
"serial_number": " ",
|
131
|
-
"asset_tag": " ",
|
132
|
-
"boot_up_state": "
|
133
|
-
"power_supply_state": "
|
134
|
-
"thermal_state": "
|
135
|
-
"security_status": "
|
136
|
-
},
|
137
|
-
"processor": {
|
138
|
-
"all_records": [
|
139
|
-
{
|
140
|
-
"record_id": "0x0004",
|
141
|
-
"size": "4",
|
142
|
-
"application_identifier": "Processor Information",
|
143
|
-
"Socket Designation": "Socket 939",
|
144
|
-
"Type": "Central Processor",
|
145
|
-
"Family": "Athlon 64",
|
146
|
-
"Manufacturer": "AMD",
|
147
|
-
"ID": "32 0F 02 00 FF FB 8B 17",
|
148
|
-
"Signature": "Family 15, Model 35, Stepping 2",
|
149
|
-
"Flags": {
|
150
|
-
"FPU (Floating-point unit on-chip)": null,
|
151
|
-
"VME (Virtual mode extension)": null,
|
152
|
-
"DE (Debugging extension)": null,
|
153
|
-
"PSE (Page size extension)": null,
|
154
|
-
"TSC (Time stamp counter)": null,
|
155
|
-
"MSR (Model specific registers)": null,
|
156
|
-
"PAE (Physical address extension)": null,
|
157
|
-
"MCE (Machine check exception)": null,
|
158
|
-
"CX8 (CMPXCHG8 instruction supported)": null,
|
159
|
-
"APIC (On-chip APIC hardware supported)": null,
|
160
|
-
"SEP (Fast system call)": null,
|
161
|
-
"MTRR (Memory type range registers)": null,
|
162
|
-
"PGE (Page global enable)": null,
|
163
|
-
"MCA (Machine check architecture)": null,
|
164
|
-
"CMOV (Conditional move instruction supported)": null,
|
165
|
-
"PAT (Page attribute table)": null,
|
166
|
-
"PSE-36 (36-bit page size extension)": null,
|
167
|
-
"CLFSH (CLFLUSH instruction supported)": null,
|
168
|
-
"MMX (MMX technology supported)": null,
|
169
|
-
"FXSR (FXSAVE and FXSTOR instructions supported)": null,
|
170
|
-
"SSE (Streaming SIMD extensions)": null,
|
171
|
-
"SSE2 (Streaming SIMD extensions 2)": null,
|
172
|
-
"HTT (Multi-threading)": null
|
173
|
-
},
|
174
|
-
"Version": "AMD Athlon(tm) 64 X2 Dual Core Processor 4800+",
|
175
|
-
"Voltage": "1.3 V",
|
176
|
-
"External Clock": "201 MHz",
|
177
|
-
"Max Speed": "3000 MHz",
|
178
|
-
"Current Speed": "2412 MHz",
|
179
|
-
"Status": "Populated, Enabled",
|
180
|
-
"Upgrade": "Socket 939",
|
181
|
-
"L1 Cache Handle": "0x000B",
|
182
|
-
"L2 Cache Handle": "0x000D",
|
183
|
-
"L3 Cache Handle": "No L3 Cache"
|
184
|
-
},
|
185
|
-
{
|
186
|
-
"record_id": "0x0005",
|
187
|
-
"size": "4",
|
188
|
-
"application_identifier": "Memory Controller Information",
|
189
|
-
"Socket Designation": "Socket 939",
|
190
|
-
"Type": "Central Processor",
|
191
|
-
"Family": "Athlon 64",
|
192
|
-
"Manufacturer": "AMD",
|
193
|
-
"ID": "32 0F 02 00 FF FB 8B 07",
|
194
|
-
"Signature": "Family 15, Model 35, Stepping 2",
|
195
|
-
"Flags": {
|
196
|
-
"FPU (Floating-point unit on-chip)": null,
|
197
|
-
"VME (Virtual mode extension)": null,
|
198
|
-
"DE (Debugging extension)": null,
|
199
|
-
"PSE (Page size extension)": null,
|
200
|
-
"TSC (Time stamp counter)": null,
|
201
|
-
"MSR (Model specific registers)": null,
|
202
|
-
"PAE (Physical address extension)": null,
|
203
|
-
"MCE (Machine check exception)": null,
|
204
|
-
"CX8 (CMPXCHG8 instruction supported)": null,
|
205
|
-
"APIC (On-chip APIC hardware supported)": null,
|
206
|
-
"SEP (Fast system call)": null,
|
207
|
-
"MTRR (Memory type range registers)": null,
|
208
|
-
"PGE (Page global enable)": null,
|
209
|
-
"MCA (Machine check architecture)": null,
|
210
|
-
"CMOV (Conditional move instruction supported)": null,
|
211
|
-
"PAT (Page attribute table)": null,
|
212
|
-
"PSE-36 (36-bit page size extension)": null,
|
213
|
-
"CLFSH (CLFLUSH instruction supported)": null,
|
214
|
-
"MMX (MMX technology supported)": null,
|
215
|
-
"FXSR (FXSAVE and FXSTOR instructions supported)": null,
|
216
|
-
"SSE (Streaming SIMD extensions)": null,
|
217
|
-
"SSE2 (Streaming SIMD extensions 2)": null
|
218
|
-
},
|
219
|
-
"Version": "AMD Athlon(tm) 64 X2 Dual Core Processor 4800+",
|
220
|
-
"Voltage": "1.3 V",
|
221
|
-
"External Clock": "201 MHz",
|
222
|
-
"Max Speed": "3000 MHz",
|
223
|
-
"Current Speed": "2412 MHz",
|
224
|
-
"Status": "Populated, Enabled",
|
225
|
-
"Upgrade": "Socket 939",
|
226
|
-
"L1 Cache Handle": "0x000C",
|
227
|
-
"L2 Cache Handle": "0x000E",
|
228
|
-
"L3 Cache Handle": "No L3 Cache",
|
229
|
-
"Error Detecting Method": "64-bit ECC",
|
230
|
-
"Error Correcting Capabilities": {
|
231
|
-
"None": null
|
232
|
-
},
|
233
|
-
"Supported Interleave": "One-way Interleave",
|
234
|
-
"Current Interleave": "One-way Interleave",
|
235
|
-
"Maximum Memory Module Size": "4096 MB",
|
236
|
-
"Maximum Total Memory Size": "16384 MB",
|
237
|
-
"Supported Speeds": {
|
238
|
-
"70 ns": null,
|
239
|
-
"60 ns": null,
|
240
|
-
"50 ns": null
|
241
|
-
},
|
242
|
-
"Supported Memory Types": {
|
243
|
-
"Standard": null,
|
244
|
-
"DIMM": null
|
245
|
-
},
|
246
|
-
"Memory Module Voltage": "2.9 V",
|
247
|
-
"Associated Memory Slots": {
|
248
|
-
"0x0007": null,
|
249
|
-
"0x0008": null,
|
250
|
-
"0x0009": null,
|
251
|
-
"0x000A": null
|
252
|
-
},
|
253
|
-
"Enabled Error Correcting Capabilities": "None"
|
254
|
-
}
|
255
|
-
],
|
256
|
-
"socket_designation": "Socket 939",
|
257
|
-
"type": "Central Processor",
|
258
|
-
"family": "Athlon 64",
|
259
|
-
"manufacturer": "AMD",
|
260
|
-
"signature": "Family 15, Model 35, Stepping 2",
|
261
|
-
"version": "AMD Athlon(tm) 64 X2 Dual Core Processor 4800+",
|
262
|
-
"voltage": "1.3 V",
|
263
|
-
"external_clock": "201 MHz",
|
264
|
-
"max_speed": "3000 MHz",
|
265
|
-
"current_speed": "2412 MHz",
|
266
|
-
"status": "Populated, Enabled",
|
267
|
-
"upgrade": "Socket 939",
|
268
|
-
"l3_cache_handle": "No L3 Cache",
|
269
|
-
"error_detecting_method": "64-bit ECC",
|
270
|
-
"supported_interleave": "One-way Interleave",
|
271
|
-
"current_interleave": "One-way Interleave",
|
272
|
-
"maximum_memory_module_size": "4096 MB",
|
273
|
-
"maximum_total_memory_size": "16384 MB",
|
274
|
-
"memory_module_voltage": "2.9 V",
|
275
|
-
"enabled_error_correcting_capabilities": "None"
|
164
|
+
"version": "Not Specified",
|
165
|
+
"serial_number": "Not Specified",
|
166
|
+
"asset_tag": "Not Specified",
|
167
|
+
"boot_up_state": "Safe",
|
168
|
+
"power_supply_state": "Safe",
|
169
|
+
"thermal_state": "Safe",
|
170
|
+
"security_status": "None"
|
276
171
|
},
|
277
|
-
"
|
172
|
+
"oem_strings": {
|
278
173
|
"all_records": [
|
279
174
|
{
|
280
|
-
"record_id": "
|
281
|
-
"size": "
|
282
|
-
"application_identifier": "
|
283
|
-
"
|
284
|
-
"
|
285
|
-
"Current Speed": "5 ns",
|
286
|
-
"Type": "Unknown EDO",
|
287
|
-
"Installed Size": "1024 MB (Double-bank Connection)",
|
288
|
-
"Enabled Size": "1024 MB (Double-bank Connection)",
|
289
|
-
"Error Status": "OK"
|
290
|
-
},
|
291
|
-
{
|
292
|
-
"record_id": "0x0008",
|
293
|
-
"size": "6",
|
294
|
-
"application_identifier": "Memory Module Information",
|
295
|
-
"Socket Designation": "A1",
|
296
|
-
"Bank Connections": "2 3",
|
297
|
-
"Current Speed": "5 ns",
|
298
|
-
"Type": "Unknown EDO",
|
299
|
-
"Installed Size": "1024 MB (Double-bank Connection)",
|
300
|
-
"Enabled Size": "1024 MB (Double-bank Connection)",
|
301
|
-
"Error Status": "OK"
|
302
|
-
},
|
303
|
-
{
|
304
|
-
"record_id": "0x0009",
|
305
|
-
"size": "6",
|
306
|
-
"application_identifier": "Memory Module Information",
|
307
|
-
"Socket Designation": "A2",
|
308
|
-
"Bank Connections": "None",
|
309
|
-
"Current Speed": "5 ns",
|
310
|
-
"Type": "Unknown EDO",
|
311
|
-
"Installed Size": "Not Installed",
|
312
|
-
"Enabled Size": "Not Installed",
|
313
|
-
"Error Status": "OK"
|
314
|
-
},
|
315
|
-
{
|
316
|
-
"record_id": "0x000A",
|
317
|
-
"size": "6",
|
318
|
-
"application_identifier": "End Of Table",
|
319
|
-
"Socket Designation": "External Cache",
|
320
|
-
"Bank Connections": "None",
|
321
|
-
"Current Speed": "5 ns",
|
322
|
-
"Type": "Unknown",
|
323
|
-
"Installed Size": "1024 kB",
|
324
|
-
"Enabled Size": "Not Installed",
|
325
|
-
"Error Status": "OK",
|
326
|
-
"Configuration": "Enabled, Not Socketed, Level 2",
|
327
|
-
"Operational Mode": "Write Back",
|
328
|
-
"Location": "System Board Or Motherboard",
|
329
|
-
"Maximum Size": "1024 kB",
|
330
|
-
"Supported SRAM Types": {
|
331
|
-
"Synchronous": null
|
332
|
-
},
|
333
|
-
"Installed SRAM Type": "Synchronous",
|
334
|
-
"Speed": "Unknown",
|
335
|
-
"Error Correction Type": "None",
|
336
|
-
"System Type": "Unknown",
|
337
|
-
"Associativity": "Unknown",
|
338
|
-
"Internal Reference Designator": "Not Specified",
|
339
|
-
"Internal Connector Type": "None",
|
340
|
-
"External Reference Designator": "USB0",
|
341
|
-
"External Connector Type": "Other",
|
342
|
-
"Port Type": "USB",
|
343
|
-
"Designation": "PCI4",
|
344
|
-
"Current Usage": "In Use",
|
345
|
-
"Length": "Long",
|
346
|
-
"ID": "5",
|
347
|
-
"Characteristics": {
|
348
|
-
"5.0 V is provided": null,
|
349
|
-
"PME signal is supported": null
|
350
|
-
},
|
351
|
-
"Language Description Format": "Long",
|
352
|
-
"Installable Languages": {
|
353
|
-
"n|US|iso8859-1": null,
|
354
|
-
"r|CA|iso8859-1": null
|
355
|
-
},
|
356
|
-
"Currently Installed Language": "n|US|iso8859-1",
|
357
|
-
"Use": "System Memory",
|
358
|
-
"Maximum Capacity": "16 GB",
|
359
|
-
"Error Information Handle": "Not Provided",
|
360
|
-
"Number Of Devices": "4",
|
361
|
-
"Array Handle": "0x001E",
|
362
|
-
"Total Width": "64 bits",
|
363
|
-
"Data Width": "64 bits",
|
364
|
-
"Size": "No Module Installed",
|
365
|
-
"Form Factor": "DIMM",
|
366
|
-
"Set": "None",
|
367
|
-
"Locator": "A3",
|
368
|
-
"Bank Locator": "Bank6/7",
|
369
|
-
"Type Detail": "None",
|
370
|
-
"Starting Address": "0x00000000000",
|
371
|
-
"Ending Address": "0x000000003FF",
|
372
|
-
"Range Size": "1 kB",
|
373
|
-
"Physical Array Handle": "0x001E",
|
374
|
-
"Partition Width": "1",
|
375
|
-
"Physical Device Handle": "0x0022",
|
376
|
-
"Memory Array Mapped Address Handle": "0x0023",
|
377
|
-
"Partition Row Position": "1",
|
378
|
-
"Status": "No errors detected"
|
175
|
+
"record_id": "0x0002",
|
176
|
+
"size": "11",
|
177
|
+
"application_identifier": "OEM Strings",
|
178
|
+
"String 1": "vboxVer_5.0.6",
|
179
|
+
"String 2": "vboxRev_103037"
|
379
180
|
}
|
380
181
|
],
|
381
|
-
"
|
382
|
-
"
|
383
|
-
"configuration": "Enabled, Not Socketed, Level 2",
|
384
|
-
"operational_mode": "Write Back",
|
385
|
-
"location": "System Board Or Motherboard",
|
386
|
-
"maximum_size": "1024 kB",
|
387
|
-
"installed_sram_type": "Synchronous",
|
388
|
-
"speed": "Unknown",
|
389
|
-
"error_correction_type": "None",
|
390
|
-
"system_type": "Unknown",
|
391
|
-
"associativity": "Unknown",
|
392
|
-
"internal_reference_designator": "Not Specified",
|
393
|
-
"internal_connector_type": "None",
|
394
|
-
"external_reference_designator": "USB0",
|
395
|
-
"external_connector_type": "Other",
|
396
|
-
"port_type": "USB",
|
397
|
-
"designation": "PCI4",
|
398
|
-
"current_usage": "In Use",
|
399
|
-
"length": "Long",
|
400
|
-
"id": "5",
|
401
|
-
"language_description_format": "Long",
|
402
|
-
"currently_installed_language": "n|US|iso8859-1",
|
403
|
-
"use": "System Memory",
|
404
|
-
"maximum_capacity": "16 GB",
|
405
|
-
"error_information_handle": "Not Provided",
|
406
|
-
"number_of_devices": "4",
|
407
|
-
"array_handle": "0x001E",
|
408
|
-
"total_width": "64 bits",
|
409
|
-
"data_width": "64 bits",
|
410
|
-
"size": "No Module Installed",
|
411
|
-
"form_factor": "DIMM",
|
412
|
-
"set": "None",
|
413
|
-
"locator": "A3",
|
414
|
-
"bank_locator": "Bank6/7",
|
415
|
-
"type_detail": "None",
|
416
|
-
"starting_address": "0x00000000000",
|
417
|
-
"ending_address": "0x000000003FF",
|
418
|
-
"range_size": "1 kB",
|
419
|
-
"physical_array_handle": "0x001E",
|
420
|
-
"partition_width": "1",
|
421
|
-
"physical_device_handle": "0x0022",
|
422
|
-
"memory_array_mapped_address_handle": "0x0023",
|
423
|
-
"partition_row_position": "1",
|
424
|
-
"status": "No errors detected"
|
182
|
+
"string_1": "vboxVer_5.0.6",
|
183
|
+
"string_2": "vboxRev_103037"
|
425
184
|
}
|
426
185
|
},
|
427
|
-
"
|
428
|
-
"
|
429
|
-
"total": 1
|
430
|
-
},
|
431
|
-
"memory": {
|
432
|
-
"total": "536870912"
|
433
|
-
},
|
434
|
-
"ohai_time": 1372607156.3120775,
|
435
|
-
"platform": "freebsd",
|
436
|
-
"platform_version": "9.1-RELEASE-p4",
|
437
|
-
"platform_family": "freebsd",
|
438
|
-
"filesystem": {
|
439
|
-
"/dev/ada1p2": {
|
440
|
-
"kb_size": "597199216",
|
441
|
-
"kb_used": "14293040",
|
442
|
-
"kb_available": "535130240",
|
443
|
-
"percent_used": "3%",
|
444
|
-
"mount": "/",
|
445
|
-
"fs_type": "ufs",
|
446
|
-
"mount_options": [
|
447
|
-
"local",
|
448
|
-
"journaled soft-updates"
|
449
|
-
]
|
450
|
-
},
|
451
|
-
"devfs": {
|
452
|
-
"kb_size": "2",
|
453
|
-
"kb_used": "2",
|
454
|
-
"kb_available": "0",
|
455
|
-
"percent_used": "100%",
|
456
|
-
"mount": "/dev",
|
457
|
-
"fs_type": "devfs",
|
458
|
-
"mount_options": [
|
459
|
-
"local",
|
460
|
-
"multilabel"
|
461
|
-
]
|
462
|
-
},
|
463
|
-
"/dev/da0s1": {
|
464
|
-
"kb_size": "31246528",
|
465
|
-
"kb_used": "8873712",
|
466
|
-
"kb_available": "22372816",
|
467
|
-
"percent_used": "28%",
|
468
|
-
"mount": "/media/usb",
|
469
|
-
"fs_type": "msdosfs",
|
470
|
-
"mount_options": [
|
471
|
-
"local"
|
472
|
-
]
|
473
|
-
}
|
186
|
+
"command": {
|
187
|
+
"ps": "ps -ax"
|
474
188
|
},
|
189
|
+
"ohai_time": 1445869518.257994,
|
475
190
|
"languages": {
|
476
191
|
"ruby": {
|
477
|
-
"platform": "amd64-freebsd9",
|
478
|
-
"version": "1.9.3",
|
479
|
-
"release_date": "2013-05-15",
|
480
|
-
"target": "amd64-portbld-freebsd9",
|
481
|
-
"target_cpu": "amd64",
|
482
|
-
"target_vendor": "portbld",
|
483
|
-
"target_os": "freebsd9",
|
484
|
-
"host": "amd64-portbld-freebsd9",
|
485
|
-
"host_cpu": "amd64",
|
486
|
-
"host_os": "freebsd9",
|
487
|
-
"host_vendor": "portbld",
|
488
192
|
"bin_dir": "/usr/local/bin",
|
489
|
-
"
|
193
|
+
"gem_bin": "/usr/local/bin/gem",
|
490
194
|
"gems_dir": "/usr/local/gems",
|
491
|
-
"
|
492
|
-
}
|
195
|
+
"ruby_bin": "/usr/local/bin/ruby"
|
196
|
+
},
|
197
|
+
"powershell": null
|
493
198
|
},
|
494
199
|
"chef_packages": {
|
495
200
|
"chef": {
|
496
|
-
"version": "
|
497
|
-
"chef_root": "/usr/local/gems/chef-
|
201
|
+
"version": "12.5.1",
|
202
|
+
"chef_root": "/usr/local/gems/chef-12.5.1/lib"
|
498
203
|
},
|
499
204
|
"ohai": {
|
500
|
-
"version": "
|
501
|
-
"ohai_root": "/usr/local/gems/ohai-
|
205
|
+
"version": "8.7.0",
|
206
|
+
"ohai_root": "/usr/local/gems/ohai-8.7.0/lib/ohai"
|
502
207
|
}
|
503
208
|
},
|
504
209
|
"counters": {
|
@@ -563,7 +268,8 @@
|
|
563
268
|
"network": {
|
564
269
|
"default_gateway": "10.0.0.1",
|
565
270
|
"default_interface": "eth0",
|
566
|
-
"settings": {
|
271
|
+
"settings": {
|
272
|
+
},
|
567
273
|
"interfaces": {
|
568
274
|
"eth0": {
|
569
275
|
"addresses": {
|
@@ -599,5 +305,12 @@
|
|
599
305
|
}
|
600
306
|
},
|
601
307
|
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
602
|
-
"uptime_seconds": 2646450
|
308
|
+
"uptime_seconds": 2646450,
|
309
|
+
"cpu": {
|
310
|
+
"real": 1,
|
311
|
+
"total": 1
|
312
|
+
},
|
313
|
+
"memory": {
|
314
|
+
"total": "1024MB"
|
315
|
+
}
|
603
316
|
}
|