· 7 years ago · Jan 13, 2019, 08:32 PM
1anaconda 29.24.7 exception report
2Traceback (most recent call first):
3 File "/usr/lib64/python3.7/site-packages/pyanaconda/payload/livepayload.py", line 76, in setup
4 raise PayloadInstallError("Unable to find osimg for %s" % self.data.method.partition)
5 File "/usr/lib64/python3.7/site-packages/pyanaconda/payload/__init__.py", line 1766, in _runThread
6 payload.setup(storage, instClass)
7 File "/usr/lib64/python3.7/threading.py", line 865, in run
8 self._target(*self._args, **self._kwargs)
9 File "/usr/lib64/python3.7/site-packages/pyanaconda/threading.py", line 286, in run
10 threading.Thread.run(self)
11pyanaconda.payload.PayloadInstallError: Unable to find osimg for /dev/mapper/live-base
12
13Local variables in innermost frame:
14self: <pyanaconda.payload.livepayload.LiveImagePayload object at 0x7f697d658860>
15storage: <pyanaconda.storage.osinstall.InstallerStorage object at 0x7f697f47bef0>
16instClass: <fedora_workstation.FedoraWorkstationInstallClass object at 0x7f697d6ae6d8>
17osimg: None
18__class__: <class 'pyanaconda.payload.livepayload.LiveImagePayload'>
19
20
21Anaconda instance, containing members:
22_bootloader: EFIGRUB instance, containing members:
23 _bootloader.boot_args:
24 _bootloader.dracut_args:
25 _bootloader.disks: []
26 _bootloader._disk_order: []
27 _bootloader._timeout: None
28 _bootloader.password: None
29 _bootloader.console: Skipped
30 _bootloader.console_options: Skipped
31 _bootloader.linux_images: []
32 _bootloader.chain_images: []
33 _bootloader._default_image: None
34 _bootloader._update_only: False
35 _bootloader.skip_bootloader: False
36 _bootloader.errors: []
37 _bootloader.warnings: []
38 _bootloader.stage1_device: None
39 _bootloader.stage1_disk: None
40 _bootloader.stage2_device: None
41 _bootloader.stage2_is_preferred_stage1: False
42 _bootloader.problems: []
43 _bootloader.encrypted_password: Skipped
44 _bootloader.efi_dir: BOOT
45 _bootloader._packages64: [grub2-efi-x64, shim-x64]
46desktop: Desktop instance, containing members:
47 desktop._default_target: multi-user.target
48 desktop.desktop: None
49dir: None
50_display_mode: DisplayModes instance, containing members:
51 _display_mode._value_: GUI
52 _display_mode._name_: GUI
53 _display_mode.__objclass__: <enum 'DisplayModes'>
54_interactive_mode: True
55gui_startup_failed: False
56id: None
57_instClass: FedoraWorkstationInstallClass instance, containing members:
58_intf: GraphicalUserInterface instance, containing members:
59 _intf.storage: InstallerStorage instance, containing members:
60 _intf.storage.do_autopart: False
61 _intf.storage.clear_part_choice: None
62 _intf.storage.encrypted_autopart: False
63 _intf.storage.encryption_cipher: None
64 _intf.storage.escrow_certificates: {}
65 _intf.storage.autopart_escrow_cert: None
66 _intf.storage.autopart_add_backup_passphrase: False
67 _intf.storage.autopart_requests: [PartSpec instance (0x7f697d6c9320) --
68 mountpoint = / lv = True thin = True btrfs = True
69 weight = 0 fstype = ext4 encrypted = True
70 size = 1024 MiB max_size = 50 GiB grow = True
71
72, PartSpec instance (0x7f697d6c93c8) --
73 mountpoint = /home lv = True thin = True btrfs = True
74 weight = 0 fstype = ext4 encrypted = True
75 size = 500 MiB max_size = None grow = True
76
77, PartSpec instance (0x7f697d6c9588) --
78 mountpoint = /boot/efi lv = False thin = False btrfs = False
79 weight = 0 fstype = efi encrypted = False
80 size = 20 MiB max_size = 200 MiB grow = True
81
82, PartSpec instance (0x7f697d6c94e0) --
83 mountpoint = /boot lv = False thin = False btrfs = False
84 weight = 0 fstype = ext4 encrypted = False
85 size = 1024 MiB max_size = None grow = False
86
87, PartSpec instance (0x7f697d6c9080) --
88 mountpoint = None lv = True thin = False btrfs = False
89 weight = 0 fstype = swap encrypted = True
90 size = 0.0 max_size = None grow = False
91
92]
93 _intf.storage.edd_dict: {}
94 _intf.storage.ignored_disks: []
95 _intf.storage.exclusive_disks: []
96 _intf.storage.disk_images: {}
97 _intf.storage._Blivet__luks_devs: {}
98 _intf.storage.size_sets: []
99 _intf.storage._default_fstype: ext4
100 _intf.storage._default_boot_fstype: None
101 _intf.storage._short_product_name: fedora
102 _intf.storage._sysroot: /
103 _intf.storage._storage_root: /
104 _intf.storage._next_id: 0
105 _intf.storage._dump_file: /tmp/storage.state
106 _intf.storage.devicetree: DeviceTree instance, containing members:
107 _intf.storage.devicetree._devices: [existing 14,48 GiB disk sdi (3) with existing iso9660 filesystem
108, existing 0 B disk sdj (13)
109, existing 0 B disk sdk (18)
110, existing 0 B disk sdl (23)
111, existing 0 B disk sde (28)
112, existing 0 B disk sdf (33)
113, existing 0 B disk sdg (38)
114, existing 0 B disk sdh (43)
115, existing 223,57 GiB disk sda (48) with existing gpt disklabel
116, existing 15,98 MiB partition sda1 (58)
117, existing 223,55 GiB partition sda2 (63) with existing ntfs filesystem
118, existing 298,09 GiB disk sdb (73) with existing dmraidmember
119]
120 _intf.storage.devicetree._actions: ActionList instance, containing members:
121 _intf.storage.devicetree._actions._add_func: <bound method DeviceTreeBase._register_action of <blivet.devicetree.DeviceTree object at 0x7f697d6ae470>>
122 _intf.storage.devicetree._actions._remove_func: <bound method DeviceTreeBase._cancel_action of <blivet.devicetree.DeviceTree object at 0x7f697d6ae470>>
123 _intf.storage.devicetree._actions._actions: []
124 _intf.storage.devicetree._actions._completed_actions: []
125 _intf.storage.devicetree._actions.processing: False
126 _intf.storage.devicetree.names: [sdi, sdi1, sdi2, sdi3, sdj, sdk, sdl, sde, sdf, sdg, sdh, sda, sda1, sda2, sdb]
127 _intf.storage.devicetree._hidden: []
128 _intf.storage.devicetree.exclusive_disks: []
129 _intf.storage.devicetree.ignored_disks: []
130 _intf.storage.devicetree.edd_dict: {}
131 _intf.storage.devicetree.disk_images: {}
132 _intf.storage.devicetree._cleanup: False
133 _intf.storage.roots: []
134 _intf.storage.services: set()
135 _intf.storage.ksdata: Skipped
136 _intf.storage._bootloader: EFIGRUB instance, containing members:
137 _intf.storage._bootloader.boot_args:
138 _intf.storage._bootloader.dracut_args:
139 _intf.storage._bootloader.disks: []
140 _intf.storage._bootloader._disk_order: []
141 _intf.storage._bootloader._timeout: None
142 _intf.storage._bootloader.password: None
143 _intf.storage._bootloader.console: Skipped
144 _intf.storage._bootloader.console_options: Skipped
145 _intf.storage._bootloader.linux_images: []
146 _intf.storage._bootloader.chain_images: []
147 _intf.storage._bootloader._default_image: None
148 _intf.storage._bootloader._update_only: False
149 _intf.storage._bootloader.skip_bootloader: False
150 _intf.storage._bootloader.errors: []
151 _intf.storage._bootloader.warnings: []
152 _intf.storage._bootloader.stage1_device: None
153 _intf.storage._bootloader.stage1_disk: None
154 _intf.storage._bootloader.stage2_device: None
155 _intf.storage._bootloader.stage2_is_preferred_stage1: False
156 _intf.storage._bootloader.problems: []
157 _intf.storage._bootloader.encrypted_password: Skipped
158 _intf.storage._bootloader.efi_dir: BOOT
159 _intf.storage._bootloader._packages64: [grub2-efi-x64, shim-x64]
160 _intf.storage.config: StorageDiscoveryConfig instance, containing members:
161 _intf.storage.config.ignore_disk_interactive: False
162 _intf.storage.config.clear_part_type: -1
163 _intf.storage.config.clear_part_disks: []
164 _intf.storage.config.clear_part_devices: []
165 _intf.storage.config.initialize_disks: False
166 _intf.storage.config.protected_dev_specs: [/dev/disk/by-label/Fedora-WS-Live-29-1-2]
167 _intf.storage.config.zero_mbr: False
168 _intf.storage.config.clear_non_existent: False
169 _intf.storage.autopart_type: 2
170 _intf.storage.fsset: FSSet instance, containing members:
171 _intf.storage.fsset.devicetree: Already dumped (DeviceTree instance)
172 _intf.storage.fsset.crypt_tab: None
173 _intf.storage.fsset.blkid_tab: None
174 _intf.storage.fsset.orig_fstab: None
175 _intf.storage.fsset.active: False
176 _intf.storage.fsset._dev: None
177 _intf.storage.fsset._devpts: None
178 _intf.storage.fsset._sysfs: None
179 _intf.storage.fsset._proc: None
180 _intf.storage.fsset._devshm: None
181 _intf.storage.fsset._usb: None
182 _intf.storage.fsset._selinux: None
183 _intf.storage.fsset._run: None
184 _intf.storage.fsset._efivars: None
185 _intf.storage.fsset._fstab_swaps: set()
186 _intf.storage.fsset.preserve_lines: []
187 _intf.storage._free_space_snapshot: {}
188 _intf.storage.live_backing_device: None
189 _intf.storage._default_luks_version: luks1
190 _intf.storage._autopart_luks_version: None
191 _intf.storage.autopart_pbkdf_args: None
192 _intf.payload: LiveImagePayload instance, containing members:
193 _intf.payload.data: Skipped
194 _intf.payload.storage: Already dumped (InstallerStorage instance)
195 _intf.payload.instclass: Already dumped (FedoraWorkstationInstallClass instance)
196 _intf.payload.txID: None
197 _intf.payload._treeinfo: None
198 _intf.payload._first_payload_reset: True
199 _intf.payload.verbose_errors: []
200 _intf.payload._session: Session instance, containing members:
201 _intf.payload._session.headers: {'User-Agent': 'python-requests/2.19.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive'}
202 _intf.payload._session.auth: None
203 _intf.payload._session.proxies: {}
204 _intf.payload._session.hooks: {'response': []}
205 _intf.payload._session.params: {}
206 _intf.payload._session.stream: False
207 _intf.payload._session.verify: True
208 _intf.payload._session.cert: None
209 _intf.payload._session.max_redirects: 30
210 _intf.payload._session.trust_env: True
211 _intf.payload._session.cookies: RequestsCookieJar instance, containing members:
212 _intf.payload._session.cookies._policy: DefaultCookiePolicy instance, containing members:
213 _intf.payload._session.cookies._policy.netscape: True
214 _intf.payload._session.cookies._policy.rfc2965: False
215 _intf.payload._session.cookies._policy.rfc2109_as_netscape: None
216 _intf.payload._session.cookies._policy.hide_cookie2: False
217 _intf.payload._session.cookies._policy.strict_domain: False
218 _intf.payload._session.cookies._policy.strict_rfc2965_unverifiable: True
219 _intf.payload._session.cookies._policy.strict_ns_unverifiable: False
220 _intf.payload._session.cookies._policy.strict_ns_domain: 0
221 _intf.payload._session.cookies._policy.strict_ns_set_initial_dollar: False
222 _intf.payload._session.cookies._policy.strict_ns_set_path: False
223 _intf.payload._session.cookies._policy._blocked_domains: ()
224 _intf.payload._session.cookies._policy._allowed_domains: None
225 _intf.payload._session.cookies._cookies_lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7f697d6bd3f0>
226 _intf.payload._session.cookies._cookies: {}
227 _intf.payload._session.adapters: {'https://': HTTPAdapter instance, containing members:
228 _intf.payload._session.adapters.max_retries: Retry(total=0, connect=None, read=False, redirect=None, status=None)
229 _intf.payload._session.adapters.config: {}
230 _intf.payload._session.adapters.proxy_manager: {}
231 _intf.payload._session.adapters._pool_connections: 10
232 _intf.payload._session.adapters._pool_maxsize: 10
233 _intf.payload._session.adapters._pool_block: False
234 _intf.payload._session.adapters.poolmanager: PoolManager instance, containing members:
235 _intf.payload._session.adapters.poolmanager.headers: {}
236 _intf.payload._session.adapters.poolmanager.connection_pool_kw: {'maxsize': 10, 'block': False, 'strict': True}
237 _intf.payload._session.adapters.poolmanager.pools: RecentlyUsedContainer instance, containing members:
238 _intf.payload._session.adapters.poolmanager.pools._maxsize: 10
239 _intf.payload._session.adapters.poolmanager.pools.dispose_func: <function PoolManager.__init__.<locals>.<lambda> at 0x7f697d6a2d08>
240 _intf.payload._session.adapters.poolmanager.pools._container: {}
241 _intf.payload._session.adapters.poolmanager.pools.lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7f697d6bd270>
242 _intf.payload._session.adapters.poolmanager.pool_classes_by_scheme: {'http': <class 'urllib3.connectionpool.HTTPConnectionPool'>
243, 'https': <class 'urllib3.connectionpool.HTTPSConnectionPool'>
244}
245 _intf.payload._session.adapters.poolmanager.key_fn_by_scheme: {'http': functools.partial(<function _default_key_normalizer at 0x7f6987f2b7b8>, <class 'urllib3.poolmanager.PoolKey'>)
246, 'https': functools.partial(<function _default_key_normalizer at 0x7f6987f2b7b8>, <class 'urllib3.poolmanager.PoolKey'>)
247}
248, 'http://': HTTPAdapter instance, containing members:
249 _intf.payload._session.adapters.max_retries: Retry(total=0, connect=None, read=False, redirect=None, status=None)
250 _intf.payload._session.adapters.config: {}
251 _intf.payload._session.adapters.proxy_manager: {}
252 _intf.payload._session.adapters._pool_connections: 10
253 _intf.payload._session.adapters._pool_maxsize: 10
254 _intf.payload._session.adapters._pool_block: False
255 _intf.payload._session.adapters.poolmanager: PoolManager instance, containing members:
256 _intf.payload._session.adapters.poolmanager.headers: {}
257 _intf.payload._session.adapters.poolmanager.connection_pool_kw: {'maxsize': 10, 'block': False, 'strict': True}
258 _intf.payload._session.adapters.poolmanager.pools: RecentlyUsedContainer instance, containing members:
259 _intf.payload._session.adapters.poolmanager.pools._maxsize: 10
260 _intf.payload._session.adapters.poolmanager.pools.dispose_func: <function PoolManager.__init__.<locals>.<lambda> at 0x7f697d6a2d90>
261 _intf.payload._session.adapters.poolmanager.pools._container: {}
262 _intf.payload._session.adapters.poolmanager.pools.lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7f697d6bd240>
263 _intf.payload._session.adapters.poolmanager.pool_classes_by_scheme: {'http': Already dumped (type instance)
264, 'https': Already dumped (type instance)
265}
266 _intf.payload._session.adapters.poolmanager.key_fn_by_scheme: {'http': Already dumped (partial instance)
267, 'https': Already dumped (partial instance)
268}
269, 'file://': FileAdapter instance, containing members:
270, 'ftp://': FTPAdapter instance, containing members:
271 _intf.payload._session.adapters.func_table: {'LIST': <bound method FTPAdapter.list of <requests_ftp.ftp.FTPAdapter object at 0x7f697d6ae438>>
272, 'RETR': <bound method FTPAdapter.retr of <requests_ftp.ftp.FTPAdapter object at 0x7f697d6ae438>>
273, 'STOR': <bound method FTPAdapter.stor of <requests_ftp.ftp.FTPAdapter object at 0x7f697d6ae438>>
274, 'NLST': <bound method FTPAdapter.nlst of <requests_ftp.ftp.FTPAdapter object at 0x7f697d6ae438>>
275, 'SIZE': <bound method FTPAdapter.size of <requests_ftp.ftp.FTPAdapter object at 0x7f697d6ae438>>
276, 'HEAD': <bound method FTPAdapter.head of <requests_ftp.ftp.FTPAdapter object at 0x7f697d6ae438>>
277, 'GET': <bound method FTPAdapter.get of <requests_ftp.ftp.FTPAdapter object at 0x7f697d6ae438>>
278}
279}
280 _intf.payload.requirements: []
281 _intf.payload._mirrors_available: True
282 _intf.payload._adj_size: 0
283 _intf.payload.pct: 0
284 _intf.payload.pct_lock: None
285 _intf.payload.source_size: 1
286 _intf.payload._kernelVersionList: []
287 _intf.instclass: Already dumped (FedoraWorkstationInstallClass instance)
288 _intf._actions: Skipped
289 _intf._currentAction: WelcomeLanguageSpoke instance, containing members:
290 _intf._currentAction.skipTo: None
291 _intf._currentAction._data: Skipped
292 _intf._currentAction.applyOnSkip: False
293 _intf._currentAction.builder: Builder instance, containing members:
294 _intf._currentAction._window: StandaloneWindow instance, containing members:
295 _intf._currentAction._automaticEntry: False
296 _intf._currentAction._autostepRunning: False
297 _intf._currentAction._autostepDone: False
298 _intf._currentAction._autostepDoneCallback: None
299 _intf._currentAction.lastAutostepSpoke: False
300 _intf._currentAction._storage: Already dumped (InstallerStorage instance)
301 _intf._currentAction.payload: Already dumped (LiveImagePayload instance)
302 _intf._currentAction.instclass: Already dumped (FedoraWorkstationInstallClass instance)
303 _intf._currentAction.visitedSinceApplied: True
304 _intf._currentAction.entered: Signal instance, containing members:
305 _intf._currentAction.entered._functions: set()
306 _intf._currentAction.entered._methods: <WeakKeyDictionary at 0x7f696a972ba8>
307 _intf._currentAction.exited: Signal instance, containing members:
308 _intf._currentAction.exited._functions: set()
309 _intf._currentAction.exited._methods: <WeakKeyDictionary at 0x7f696a977f28>
310 _intf._currentAction._languageStore: ListStore instance, containing members:
311 _intf._currentAction._languageStoreFilter: TreeModelFilter instance, containing members:
312 _intf._currentAction._languageEntry: Entry instance, containing members:
313 _intf._currentAction._langSelection: TreeSelection instance, containing members:
314 _intf._currentAction._langSelectedRenderer: CellRendererPixbuf instance, containing members:
315 _intf._currentAction._langSelectedColumn: TreeViewColumn instance, containing members:
316 _intf._currentAction._langView: TreeView instance, containing members:
317 _intf._currentAction._localeView: TreeView instance, containing members:
318 _intf._currentAction._localeStore: ListStore instance, containing members:
319 _intf._currentAction._localeSelection: TreeSelection instance, containing members:
320 _intf._currentAction._right_arrow: Pixbuf instance, containing members:
321 _intf._currentAction._left_arrow: Pixbuf instance, containing members:
322 _intf._currentAction._origStrings: {<Gtk.Label object at 0x7f696a86f090 (GtkLabel at 0x564f9f6b8e90)>: What language would you like to use during the installation process?, <Gtk.Label object at 0x7f696a86f1f8 (GtkLabel at 0x564f9de51de0)>: This is unstable, pre-release software., <Gtk.Label object at 0x7f696a7d5510 (GtkLabel at 0x564f9de51f80)>: Notice: This is pre-released software that is intended for development and testing purposes only. Do *not* use this software for any critical work or for production environments.
323
324By clicking "I want to proceed", you understand and accept the risks associated with pre-released software, that you intend to use this for testing and development purposes only and are willing to report any bugs or issues in order to enhance this work.
325
326If you do not understand or accept the risks, then please exit this program by selecting "I want to exit" which will reboot your system., <Gtk.Button object at 0x7f696a7d54c8 (GtkButton at 0x564f9d7cd6c0)>: I want to _exit., <Gtk.Button object at 0x7f696a7d55a0 (GtkButton at 0x564f9d7cd340)>: I want to _proceed., <Gtk.Entry object at 0x7f696a97c5e8 (GtkEntry at 0x564f9e040750)>: Type here to search.}
327 _intf._currentAction._l12_module: /org/fedoraproject/Anaconda/Modules/Localization
328 _intf._gui_lock: <locked _thread.lock object at 0x7f6988e14a80>
329 _intf.data: Skipped
330 _intf.mainWindow: MainWindow instance, containing members:
331 _intf.mainWindow._transparent_base: Pixbuf instance, containing members:
332 _intf.mainWindow._overlay: Overlay instance, containing members:
333 _intf.mainWindow._overlay_img: Image instance, containing members:
334 _intf.mainWindow._overlay_depth: 1
335 _intf.mainWindow._stack: Stack instance, containing members:
336 _intf.mainWindow._stack_contents: {WelcomeLanguageSpoke}
337 _intf.mainWindow._accel_group: AccelGroup instance, containing members:
338 _intf.mainWindow._current_action: Already dumped (WelcomeLanguageSpoke instance)
339 _intf.mainWindow._mnemonic_signal: 1329
340 _intf.mainWindow._saved_help_button_label: Help!
341 _intf.mainWindow._language: en_US.UTF-8
342 _intf.mainWindow._screenshot_index: 0
343 _intf._distributionText: <function distributionText at 0x7f69881eebf8>
344 _intf._isFinal: True
345 _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'>
346 _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members:
347 _intf._mehInterface._lightbox_func: <bound method MainWindow.lightbox_on of <gui.MainWindow object at 0x7f697f3bfc60 (pyanaconda+ui+gui+MainWindow at 0x564f9df44290)>>
348isHeadless: False
349ksdata: Skipped
350methodstr: livecd:/dev/mapper/live-base
351additional_repos: []
352opts: Namespace instance, containing members:
353 opts.display_mode: Already dumped (DisplayModes instance)
354 opts.cmdline: None
355 opts.noninteractive: False
356 opts.proxy: None
357 opts.waitfornet: None
358 opts.debug: False
359 opts.ksfile: None
360 opts.ksstrict: False
361 opts.rescue: False
362 opts.armPlatform: None
363 opts.multiLib: False
364 opts.method: livecd:/dev/mapper/live-base
365 opts.askmethod: False
366 opts.stage2: None
367 opts.addRepo: []
368 opts.noverifyssl: False
369 opts.liveinst: True
370 opts.runres: None
371 opts.xdriver: None
372 opts.vnc: False
373 opts.vncconnect: None
374 opts.vncpassword: Skipped
375 opts.xtimeout: 60
376 opts.decorated: False
377 opts.keymap: None
378 opts.lang: None
379 opts.singlelang: False
380 opts.loglevel: None
381 opts.syslog: None
382 opts.remotelog: None
383 opts.selinux: -1
384 opts.mpath: True
385 opts.gpt: False
386 opts.dmraid: True
387 opts.ibft: True
388 opts.nonibftiscsiboot: False
389 opts.geoloc: None
390 opts.geoloc_use_with_ks: False
391 opts.legacygrub: False
392 opts.nosave: None
393 opts.rescue_nomount: False
394 opts.updateSrc: None
395 opts.images: []
396 opts.dirinstall: None
397 opts.memcheck: True
398 opts.leavebootorder: False
399 opts.eject: True
400 opts.extlinux: False
401 opts.nombr: False
402 opts.mpathfriendlynames: True
403 opts.kexec: False
404_payload: Already dumped (LiveImagePayload instance)
405proxy: None
406decorated: False
407stage2: None
408_storage: Already dumped (InstallerStorage instance)
409updateSrc: None
410mehConfig: Config instance, containing members:
411 mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction._storage_playground, _intf._currentAction._spokes["CustomPartitioningSpoke"]._storage_playground, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.ksdata, _intf.storage.encryption_passphrase, _intf.data, _bootloader.encrypted_password, _bootloader.password, payload._groups]
412 mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/dnf.librepo.log, /tmp/hawkey.log, /tmp/lvm.log, /mnt/sysimage/root/install.log, /proc/cmdline, /root/lorax-packages.log, /tmp/blivet-gui-utils.log, /tmp/dbus.log]
413 mehConfig.localSkipList: [passphrase, password, _oldweak, _password, try_passphrase]
414 mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7f697cc89c80>, False), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f697cc89d08>, True), 'type': (<function initExceptionHandling.<locals>.<lambda> at 0x7f697d4b8f28>, True), 'addons': (<function list_addons_callback at 0x7f697cc89e18>, False), 'journalctl': (<function journalctl_callback at 0x7f697cc89d90>, False)}
415 mehConfig.programName: anaconda
416 mehConfig.programVersion: 29.24.7
417 mehConfig.programArch: x86_64
418xdriver: None
419dbus_session_connection: DBusConnection instance, containing members:
420dbus_inhibit_id: 350330459
421gui_initialized: <locked _thread.lock object at 0x7f6988e14a80>
422_dbus_launcher: DBusLauncher instance, containing members:
423 _dbus_launcher._dbus_daemon_process: Popen instance, containing members:
424 _dbus_launcher._dbus_daemon_process._waitpid_lock: <unlocked _thread.lock object at 0x7f697f4f2120>
425 _dbus_launcher._dbus_daemon_process._input: None
426 _dbus_launcher._dbus_daemon_process._communication_started: False
427 _dbus_launcher._dbus_daemon_process.args: [dbus-daemon, --print-address, --syslog, --config-file=/usr/share/anaconda/dbus/anaconda-bus.conf]
428 _dbus_launcher._dbus_daemon_process.stdin: None
429 _dbus_launcher._dbus_daemon_process.stdout: <_io.BufferedReader name=21>
430 _dbus_launcher._dbus_daemon_process.stderr: None
431 _dbus_launcher._dbus_daemon_process.pid: 2405
432 _dbus_launcher._dbus_daemon_process.returncode: None
433 _dbus_launcher._dbus_daemon_process.encoding: None
434 _dbus_launcher._dbus_daemon_process.errors: None
435 _dbus_launcher._dbus_daemon_process.text_mode: None
436 _dbus_launcher._dbus_daemon_process._sigint_wait_secs: 0.25
437 _dbus_launcher._dbus_daemon_process._closed_child_pipe_fds: True
438 _dbus_launcher._dbus_daemon_process._child_created: True
439 _dbus_launcher._log_file: <_io.TextIOWrapper name='/tmp/dbus.log' mode='a' encoding='UTF-8'>
440
441Registered callbacks:
442lsblk_output:
443NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID MOUNTPOINT
444loop0 1829224448 root disk brw-rw---- squashfs
445loop1 6981419008 root disk brw-rw---- ext4 Anaconda 8867ebfa-3896-4b40-8c83-b0584ecf77b4
446|-live-rw 6981419008 root disk brw-rw---- ext4 Anaconda 8867ebfa-3896-4b40-8c83-b0584ecf77b4 /
447`-live-base 6981419008 root disk brw-rw---- ext4 Anaconda 8867ebfa-3896-4b40-8c83-b0584ecf77b4
448loop2 34359738368 root disk brw-rw---- DM_snapshot_cow
449`-live-rw 6981419008 root disk brw-rw---- ext4 Anaconda 8867ebfa-3896-4b40-8c83-b0584ecf77b4 /
450sda 240057409536 root disk brw-rw----
451|-sda1 16759808 root disk brw-rw----
452`-sda2 240038969344 root disk brw-rw---- ntfs 4AB2E83AB2E82C5F
453sdb 320072933376 root disk brw-rw---- promise_fasttrack_raid_member
454`-sdb1 320070483968 root disk brw-rw---- ntfs HDD1 AA008E91008E6463
455sdc 120034123776 root disk brw-rw----
456|-sdc1 16759808 root disk brw-rw----
457`-sdc2 120015814656 root disk brw-rw---- ntfs 18DA839CDA837532
458sdd 320072933376 root disk brw-rw----
459`-sdd1 320070483968 root disk brw-rw---- ntfs HDD2 BE9865F39865AA9B
460sdi 15552479232 root disk brw-rw---- iso9660 Fedora-WS-Live-29-1-2 2018-10-25-00-07-35-00
461|-sdi1 1931476992 root disk brw-rw---- iso9660 Fedora-WS-Live-29-1-2 2018-10-25-00-07-35-00 /run/initramfs/live
462|-sdi2 10219520 root disk brw-rw---- vfat ANACONDA 9415-D610
463`-sdi3 21512192 root disk brw-rw---- hfsplus ANACONDA 133f77e2-97a8-3d0f-8382-7c190bd63438
464nvme0n1 500107862016 root disk brw-rw----
465|-nvme0n1p1 575668224 root disk brw-rw---- ntfs Vyhraden\xc3\xa9 syst\xc3\xa9mom 8E8C1E808C1E62CF
466`-nvme0n1p2 499530072064 root disk brw-rw---- ntfs 74002E83002E4C84
467
468addons:
469com_redhat_kdump
470journalctl:
471-- Logs begin at Sun 2019-01-13 15:24:48 EST, end at Mon 2019-01-14 20:24:50 EST. --
472Jan 14 15:22:12 localhost kernel: Linux version 4.18.16-300.fc29.x86_64 (mockbuild@bkernel04.phx2.fedoraproject.org) (gcc version 8.2.1 20180801 (Red Hat 8.2.1-2) (GCC)) #1 SMP Sat Oct 20 23:24:08 UTC 2018
473Jan 14 15:22:12 localhost kernel: Command line: BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-29-1-2 rd.live.image rd.live.check quiet
474Jan 14 15:22:12 localhost kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
475Jan 14 15:22:12 localhost kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
476Jan 14 15:22:12 localhost kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
477Jan 14 15:22:12 localhost kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
478Jan 14 15:22:12 localhost kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
479Jan 14 15:22:12 localhost kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
480Jan 14 15:22:12 localhost kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
481Jan 14 15:22:12 localhost kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
482Jan 14 15:22:12 localhost kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
483Jan 14 15:22:12 localhost kernel: BIOS-provided physical RAM map:
484Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
485Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
486Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
487Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
488Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000086381fff] usable
489Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x0000000086382000-0x0000000086382fff] ACPI NVS
490Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x0000000086383000-0x00000000863acfff] reserved
491Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x00000000863ad000-0x0000000086404fff] usable
492Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x0000000086405000-0x00000000868f5fff] reserved
493Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x00000000868f6000-0x000000008690bfff] usable
494Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x000000008690c000-0x00000000879d0fff] reserved
495Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x00000000879d1000-0x0000000087f99fff] ACPI NVS
496Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x0000000087f9a000-0x0000000087fccfff] ACPI data
497Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x0000000087fcd000-0x0000000087ffffff] usable
498Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x0000000088000000-0x00000000880fffff] reserved
499Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
500Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
501Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
502Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
503Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
504Jan 14 15:22:12 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x00000004767fffff] usable
505Jan 14 15:22:12 localhost kernel: NX (Execute Disable) protection: active
506Jan 14 15:22:12 localhost kernel: e820: update [mem 0x839fe018-0x83a1da57] usable ==> usable
507Jan 14 15:22:12 localhost kernel: e820: update [mem 0x839fe018-0x83a1da57] usable ==> usable
508Jan 14 15:22:12 localhost kernel: e820: update [mem 0x839ec018-0x839fd857] usable ==> usable
509Jan 14 15:22:12 localhost kernel: e820: update [mem 0x839ec018-0x839fd857] usable ==> usable
510Jan 14 15:22:12 localhost kernel: extended physical RAM map:
511Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
512Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
513Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
514Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
515Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000839ec017] usable
516Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x00000000839ec018-0x00000000839fd857] usable
517Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x00000000839fd858-0x00000000839fe017] usable
518Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x00000000839fe018-0x0000000083a1da57] usable
519Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x0000000083a1da58-0x0000000086381fff] usable
520Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x0000000086382000-0x0000000086382fff] ACPI NVS
521Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x0000000086383000-0x00000000863acfff] reserved
522Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x00000000863ad000-0x0000000086404fff] usable
523Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x0000000086405000-0x00000000868f5fff] reserved
524Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x00000000868f6000-0x000000008690bfff] usable
525Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x000000008690c000-0x00000000879d0fff] reserved
526Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x00000000879d1000-0x0000000087f99fff] ACPI NVS
527Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x0000000087f9a000-0x0000000087fccfff] ACPI data
528Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x0000000087fcd000-0x0000000087ffffff] usable
529Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x0000000088000000-0x00000000880fffff] reserved
530Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
531Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
532Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
533Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
534Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
535Jan 14 15:22:12 localhost kernel: reserve setup_data: [mem 0x0000000100000000-0x00000004767fffff] usable
536Jan 14 15:22:12 localhost kernel: efi: EFI v2.40 by American Megatrends
537Jan 14 15:22:12 localhost kernel: efi: ESRT=0x875cb018 ACPI=0x87f1e000 ACPI 2.0=0x87f1e000 SMBIOS=0xf05e0 MPS=0xfc990
538Jan 14 15:22:12 localhost kernel: secureboot: Secure boot disabled
539Jan 14 15:22:12 localhost kernel: SMBIOS 2.8 present.
540Jan 14 15:22:12 localhost kernel: DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z170-HD3P-CF, BIOS F5 03/07/2016
541Jan 14 15:22:12 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
542Jan 14 15:22:12 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
543Jan 14 15:22:12 localhost kernel: last_pfn = 0x476800 max_arch_pfn = 0x400000000
544Jan 14 15:22:12 localhost kernel: MTRR default type: write-back
545Jan 14 15:22:12 localhost kernel: MTRR fixed ranges enabled:
546Jan 14 15:22:12 localhost kernel: 00000-9FFFF write-back
547Jan 14 15:22:12 localhost kernel: A0000-BFFFF uncachable
548Jan 14 15:22:12 localhost kernel: C0000-FFFFF write-protect
549Jan 14 15:22:12 localhost kernel: MTRR variable ranges enabled:
550Jan 14 15:22:12 localhost kernel: 0 base 00C0000000 mask 7FC0000000 uncachable
551Jan 14 15:22:12 localhost kernel: 1 base 00A0000000 mask 7FE0000000 uncachable
552Jan 14 15:22:12 localhost kernel: 2 base 0090000000 mask 7FF0000000 uncachable
553Jan 14 15:22:12 localhost kernel: 3 base 008C000000 mask 7FFC000000 uncachable
554Jan 14 15:22:12 localhost kernel: 4 base 008A000000 mask 7FFE000000 uncachable
555Jan 14 15:22:12 localhost kernel: 5 base 0089000000 mask 7FFF000000 uncachable
556Jan 14 15:22:12 localhost kernel: 6 base 0088800000 mask 7FFF800000 uncachable
557Jan 14 15:22:12 localhost kernel: 7 disabled
558Jan 14 15:22:12 localhost kernel: 8 disabled
559Jan 14 15:22:12 localhost kernel: 9 disabled
560Jan 14 15:22:12 localhost kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
561Jan 14 15:22:12 localhost kernel: last_pfn = 0x88000 max_arch_pfn = 0x400000000
562Jan 14 15:22:12 localhost kernel: found SMP MP-table at [mem 0x000fcc90-0x000fcc9f] mapped at [(____ptrval____)]
563Jan 14 15:22:12 localhost kernel: esrt: Reserving ESRT space from 0x00000000875cb018 to 0x00000000875cb050.
564Jan 14 15:22:12 localhost kernel: Base memory trampoline at [(____ptrval____)] 96000 size 24576
565Jan 14 15:22:12 localhost kernel: Using GB pages for direct mapping
566Jan 14 15:22:12 localhost kernel: BRK [0x2c4aaf000, 0x2c4aaffff] PGTABLE
567Jan 14 15:22:12 localhost kernel: BRK [0x2c4ab0000, 0x2c4ab0fff] PGTABLE
568Jan 14 15:22:12 localhost kernel: BRK [0x2c4ab1000, 0x2c4ab1fff] PGTABLE
569Jan 14 15:22:12 localhost kernel: BRK [0x2c4ab2000, 0x2c4ab2fff] PGTABLE
570Jan 14 15:22:12 localhost kernel: BRK [0x2c4ab3000, 0x2c4ab3fff] PGTABLE
571Jan 14 15:22:12 localhost kernel: BRK [0x2c4ab4000, 0x2c4ab4fff] PGTABLE
572Jan 14 15:22:12 localhost kernel: BRK [0x2c4ab5000, 0x2c4ab5fff] PGTABLE
573Jan 14 15:22:12 localhost kernel: BRK [0x2c4ab6000, 0x2c4ab6fff] PGTABLE
574Jan 14 15:22:12 localhost kernel: BRK [0x2c4ab7000, 0x2c4ab7fff] PGTABLE
575Jan 14 15:22:12 localhost kernel: BRK [0x2c4ab8000, 0x2c4ab8fff] PGTABLE
576Jan 14 15:22:12 localhost kernel: RAMDISK: [mem 0x7b129000-0x7e143fff]
577Jan 14 15:22:12 localhost kernel: ACPI: Early table checksum verification disabled
578Jan 14 15:22:12 localhost kernel: ACPI: RSDP 0x0000000087F1E000 000024 (v02 ALASKA)
579Jan 14 15:22:12 localhost kernel: ACPI: XSDT 0x0000000087F1E0A8 0000CC (v01 ALASKA A M I 01072009 AMI 00010013)
580Jan 14 15:22:12 localhost kernel: ACPI: FACP 0x0000000087F40EF8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
581Jan 14 15:22:12 localhost kernel: ACPI: DSDT 0x0000000087F1E208 022CED (v02 ALASKA A M I 01072009 INTL 20120913)
582Jan 14 15:22:12 localhost kernel: ACPI: FACS 0x0000000087F99F80 000040
583Jan 14 15:22:12 localhost kernel: ACPI: APIC 0x0000000087F41008 000084 (v03 ALASKA A M I 01072009 AMI 00010013)
584Jan 14 15:22:12 localhost kernel: ACPI: FPDT 0x0000000087F41090 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
585Jan 14 15:22:12 localhost kernel: ACPI: FIDT 0x0000000087F410D8 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
586Jan 14 15:22:12 localhost kernel: ACPI: MCFG 0x0000000087F41178 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
587Jan 14 15:22:12 localhost kernel: ACPI: HPET 0x0000000087F411B8 000038 (v01 ALASKA A M I 01072009 AMI. 0005000B)
588Jan 14 15:22:12 localhost kernel: ACPI: SSDT 0x0000000087F411F0 00036D (v01 SataRe SataTabl 00001000 INTL 20120913)
589Jan 14 15:22:12 localhost kernel: ACPI: SSDT 0x0000000087F41560 000490 (v02 Intel PerfTune 00001000 INTL 20120913)
590Jan 14 15:22:12 localhost kernel: ACPI: LPIT 0x0000000087F419F0 000094 (v01 INTEL SKL 00000000 MSFT 0000005F)
591Jan 14 15:22:12 localhost kernel: ACPI: SSDT 0x0000000087F41A88 000248 (v02 INTEL sensrhub 00000000 INTL 20120913)
592Jan 14 15:22:12 localhost kernel: ACPI: SSDT 0x0000000087F41CD0 002BAE (v02 INTEL PtidDevc 00001000 INTL 20120913)
593Jan 14 15:22:12 localhost kernel: ACPI: SSDT 0x0000000087F44880 000C45 (v02 INTEL Ther_Rvp 00001000 INTL 20120913)
594Jan 14 15:22:12 localhost kernel: ACPI: DBGP 0x0000000087F454C8 000034 (v01 INTEL 00000000 MSFT 0000005F)
595Jan 14 15:22:12 localhost kernel: ACPI: DBG2 0x0000000087F45500 000054 (v00 INTEL 00000000 MSFT 0000005F)
596Jan 14 15:22:12 localhost kernel: ACPI: SSDT 0x0000000087F45558 002103 (v02 INTEL xh_rvp10 00000000 INTL 20120913)
597Jan 14 15:22:12 localhost kernel: ACPI: SSDT 0x0000000087F47660 005384 (v02 SaSsdt SaSsdt 00003000 INTL 20120913)
598Jan 14 15:22:12 localhost kernel: ACPI: UEFI 0x0000000087F4C9E8 000042 (v01 ALASKA A M I 00000000 00000000)
599Jan 14 15:22:12 localhost kernel: ACPI: SSDT 0x0000000087F4CA30 000E58 (v02 CpuRef CpuSsdt 00003000 INTL 20120913)
600Jan 14 15:22:12 localhost kernel: ACPI: DMAR 0x0000000087F4D888 000070 (v01 INTEL SKL 00000001 INTL 00000001)
601Jan 14 15:22:12 localhost kernel: ACPI: BGRT 0x0000000087F4D8F8 000038 (v01 ALASKA ALASKAA 01072009 AMI 00010013)
602Jan 14 15:22:12 localhost kernel: ACPI: ASF! 0x0000000087F4D930 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
603Jan 14 15:22:12 localhost kernel: ACPI: Local APIC address 0xfee00000
604Jan 14 15:22:12 localhost kernel: No NUMA configuration found
605Jan 14 15:22:12 localhost kernel: Faking a node at [mem 0x0000000000000000-0x00000004767fffff]
606Jan 14 15:22:12 localhost kernel: NODE_DATA(0) allocated [mem 0x4767d5000-0x4767fffff]
607Jan 14 15:22:12 localhost kernel: Zone ranges:
608Jan 14 15:22:12 localhost kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
609Jan 14 15:22:12 localhost kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
610Jan 14 15:22:12 localhost kernel: Normal [mem 0x0000000100000000-0x00000004767fffff]
611Jan 14 15:22:12 localhost kernel: Device empty
612Jan 14 15:22:12 localhost kernel: Movable zone start for each node
613Jan 14 15:22:12 localhost kernel: Early memory node ranges
614Jan 14 15:22:12 localhost kernel: node 0: [mem 0x0000000000001000-0x0000000000057fff]
615Jan 14 15:22:12 localhost kernel: node 0: [mem 0x0000000000059000-0x000000000009efff]
616Jan 14 15:22:12 localhost kernel: node 0: [mem 0x0000000000100000-0x0000000086381fff]
617Jan 14 15:22:12 localhost kernel: node 0: [mem 0x00000000863ad000-0x0000000086404fff]
618Jan 14 15:22:12 localhost kernel: node 0: [mem 0x00000000868f6000-0x000000008690bfff]
619Jan 14 15:22:12 localhost kernel: node 0: [mem 0x0000000087fcd000-0x0000000087ffffff]
620Jan 14 15:22:12 localhost kernel: node 0: [mem 0x0000000100000000-0x00000004767fffff]
621Jan 14 15:22:12 localhost kernel: Reserved but unavailable: 7232 pages
622Jan 14 15:22:12 localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004767fffff]
623Jan 14 15:22:12 localhost kernel: On node 0 totalpages: 4180928
624Jan 14 15:22:12 localhost kernel: DMA zone: 64 pages used for memmap
625Jan 14 15:22:12 localhost kernel: DMA zone: 25 pages reserved
626Jan 14 15:22:12 localhost kernel: DMA zone: 3997 pages, LIFO batch:0
627Jan 14 15:22:12 localhost kernel: DMA32 zone: 8529 pages used for memmap
628Jan 14 15:22:12 localhost kernel: DMA32 zone: 545827 pages, LIFO batch:31
629Jan 14 15:22:12 localhost kernel: Normal zone: 56736 pages used for memmap
630Jan 14 15:22:12 localhost kernel: Normal zone: 3631104 pages, LIFO batch:31
631Jan 14 15:22:12 localhost kernel: ACPI: PM-Timer IO Port: 0x1808
632Jan 14 15:22:12 localhost kernel: ACPI: Local APIC address 0xfee00000
633Jan 14 15:22:12 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
634Jan 14 15:22:12 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
635Jan 14 15:22:12 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
636Jan 14 15:22:12 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
637Jan 14 15:22:12 localhost kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
638Jan 14 15:22:12 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
639Jan 14 15:22:12 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
640Jan 14 15:22:12 localhost kernel: ACPI: IRQ0 used by override.
641Jan 14 15:22:12 localhost kernel: ACPI: IRQ9 used by override.
642Jan 14 15:22:12 localhost kernel: Using ACPI (MADT) for SMP configuration information
643Jan 14 15:22:12 localhost kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
644Jan 14 15:22:12 localhost kernel: [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later)
645Jan 14 15:22:12 localhost kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
646Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
647Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
648Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
649Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
650Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x839ec000-0x839ecfff]
651Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x839fd000-0x839fdfff]
652Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x839fe000-0x839fefff]
653Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x83a1d000-0x83a1dfff]
654Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x86382000-0x86382fff]
655Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x86383000-0x863acfff]
656Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x86405000-0x868f5fff]
657Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x8690c000-0x879d0fff]
658Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x879d1000-0x87f99fff]
659Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x87f9a000-0x87fccfff]
660Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x88000000-0x880fffff]
661Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0x88100000-0xdfffffff]
662Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
663Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
664Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
665Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
666Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
667Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
668Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
669Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
670Jan 14 15:22:12 localhost kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
671Jan 14 15:22:12 localhost kernel: [mem 0x88100000-0xdfffffff] available for PCI devices
672Jan 14 15:22:12 localhost kernel: Booting paravirtualized kernel on bare hardware
673Jan 14 15:22:12 localhost kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
674Jan 14 15:22:12 localhost kernel: random: get_random_bytes called from start_kernel+0x93/0x558 with crng_init=0
675Jan 14 15:22:12 localhost kernel: setup_percpu: NR_CPUS:1024 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
676Jan 14 15:22:12 localhost kernel: percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u524288
677Jan 14 15:22:12 localhost kernel: pcpu-alloc: s147456 r8192 d28672 u524288 alloc=1*2097152
678Jan 14 15:22:12 localhost kernel: pcpu-alloc: [0] 0 1 2 3
679Jan 14 15:22:12 localhost kernel: Built 1 zonelists, mobility grouping on. Total pages: 4115574
680Jan 14 15:22:12 localhost kernel: Policy zone: Normal
681Jan 14 15:22:12 localhost kernel: Kernel command line: BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-29-1-2 rd.live.image rd.live.check quiet
682Jan 14 15:22:12 localhost kernel: Memory: 16232044K/16723712K available (12300K kernel code, 1624K rwdata, 4056K rodata, 2160K init, 1336K bss, 491668K reserved, 0K cma-reserved)
683Jan 14 15:22:12 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
684Jan 14 15:22:12 localhost kernel: Kernel/User page tables isolation: enabled
685Jan 14 15:22:12 localhost kernel: ftrace: allocating 37988 entries in 149 pages
686Jan 14 15:22:12 localhost kernel: Hierarchical RCU implementation.
687Jan 14 15:22:12 localhost kernel: RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=4.
688Jan 14 15:22:12 localhost kernel: Tasks RCU enabled.
689Jan 14 15:22:12 localhost kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
690Jan 14 15:22:12 localhost kernel: NR_IRQS: 65792, nr_irqs: 1024, preallocated irqs: 16
691Jan 14 15:22:12 localhost kernel: spurious 8259A interrupt: IRQ7.
692Jan 14 15:22:12 localhost kernel: Console: colour dummy device 80x25
693Jan 14 15:22:12 localhost kernel: console [tty0] enabled
694Jan 14 15:22:12 localhost kernel: ACPI: Core revision 20180531
695Jan 14 15:22:12 localhost kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
696Jan 14 15:22:12 localhost kernel: hpet clockevent registered
697Jan 14 15:22:12 localhost kernel: APIC: Switch to symmetric I/O mode setup
698Jan 14 15:22:12 localhost kernel: DMAR: Host address width 39
699Jan 14 15:22:12 localhost kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x1
700Jan 14 15:22:12 localhost kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
701Jan 14 15:22:12 localhost kernel: DMAR: RMRR base: 0x00000087933000 end: 0x00000087952fff
702Jan 14 15:22:12 localhost kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed90000 IOMMU 0
703Jan 14 15:22:12 localhost kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed90000
704Jan 14 15:22:12 localhost kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
705Jan 14 15:22:12 localhost kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
706Jan 14 15:22:12 localhost kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
707Jan 14 15:22:12 localhost kernel: x2apic: IRQ remapping doesn't support X2APIC mode
708Jan 14 15:22:12 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
709Jan 14 15:22:12 localhost kernel: tsc: Detected 3200.000 MHz processor
710Jan 14 15:22:12 localhost kernel: tsc: Detected 3192.000 MHz TSC
711Jan 14 15:22:12 localhost kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e02c4a121d, max_idle_ns: 440795236083 ns
712Jan 14 15:22:12 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6384.00 BogoMIPS (lpj=3192000)
713Jan 14 15:22:12 localhost kernel: pid_max: default: 32768 minimum: 301
714Jan 14 15:22:12 localhost kernel: Security Framework initialized
715Jan 14 15:22:12 localhost kernel: Yama: becoming mindful.
716Jan 14 15:22:12 localhost kernel: SELinux: Initializing.
717Jan 14 15:22:12 localhost kernel: SELinux: Starting in permissive mode
718Jan 14 15:22:12 localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
719Jan 14 15:22:12 localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
720Jan 14 15:22:12 localhost kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
721Jan 14 15:22:12 localhost kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
722Jan 14 15:22:12 localhost kernel: mce: CPU supports 10 MCE banks
723Jan 14 15:22:12 localhost kernel: CPU0: Thermal monitoring enabled (TM1)
724Jan 14 15:22:12 localhost kernel: process: using mwait in idle threads
725Jan 14 15:22:12 localhost kernel: Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
726Jan 14 15:22:12 localhost kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
727Jan 14 15:22:12 localhost kernel: Spectre V2 : Mitigation: Full generic retpoline
728Jan 14 15:22:12 localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
729Jan 14 15:22:12 localhost kernel: Speculative Store Bypass: Vulnerable
730Jan 14 15:22:12 localhost kernel: Freeing SMP alternatives memory: 36K
731Jan 14 15:22:12 localhost kernel: smpboot: CPU0: Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz (family: 0x6, model: 0x5e, stepping: 0x3)
732Jan 14 15:22:12 localhost kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
733Jan 14 15:22:12 localhost kernel: ... version: 4
734Jan 14 15:22:12 localhost kernel: ... bit width: 48
735Jan 14 15:22:12 localhost kernel: ... generic registers: 8
736Jan 14 15:22:12 localhost kernel: ... value mask: 0000ffffffffffff
737Jan 14 15:22:12 localhost kernel: ... max period: 00007fffffffffff
738Jan 14 15:22:12 localhost kernel: ... fixed-purpose events: 3
739Jan 14 15:22:12 localhost kernel: ... event mask: 00000007000000ff
740Jan 14 15:22:12 localhost kernel: Hierarchical SRCU implementation.
741Jan 14 15:22:12 localhost kernel: random: crng done (trusting CPU's manufacturer)
742Jan 14 15:22:12 localhost kernel: smp: Bringing up secondary CPUs ...
743Jan 14 15:22:12 localhost kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
744Jan 14 15:22:12 localhost kernel: x86: Booting SMP configuration:
745Jan 14 15:22:12 localhost kernel: .... node #0, CPUs: #1 #2 #3
746Jan 14 15:22:12 localhost kernel: smp: Brought up 1 node, 4 CPUs
747Jan 14 15:22:12 localhost kernel: smpboot: Max logical packages: 1
748Jan 14 15:22:12 localhost kernel: smpboot: Total of 4 processors activated (25536.00 BogoMIPS)
749Jan 14 15:22:12 localhost kernel: devtmpfs: initialized
750Jan 14 15:22:12 localhost kernel: x86/mm: Memory block size: 128MB
751Jan 14 15:22:12 localhost kernel: PM: Registering ACPI NVS region [mem 0x86382000-0x86382fff] (4096 bytes)
752Jan 14 15:22:12 localhost kernel: PM: Registering ACPI NVS region [mem 0x879d1000-0x87f99fff] (6066176 bytes)
753Jan 14 15:22:12 localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
754Jan 14 15:22:12 localhost kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
755Jan 14 15:22:12 localhost kernel: pinctrl core: initialized pinctrl subsystem
756Jan 14 15:22:12 localhost kernel: RTC time: 20:22:08, date: 01/14/19
757Jan 14 15:22:12 localhost kernel: NET: Registered protocol family 16
758Jan 14 15:22:12 localhost kernel: audit: initializing netlink subsys (disabled)
759Jan 14 15:22:12 localhost kernel: audit: type=2000 audit(1547497328.023:1): state=initialized audit_enabled=0 res=1
760Jan 14 15:22:12 localhost kernel: cpuidle: using governor menu
761Jan 14 15:22:12 localhost kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
762Jan 14 15:22:12 localhost kernel: ACPI: bus type PCI registered
763Jan 14 15:22:12 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
764Jan 14 15:22:12 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
765Jan 14 15:22:12 localhost kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
766Jan 14 15:22:12 localhost kernel: PCI: Using configuration type 1 for base access
767Jan 14 15:22:12 localhost kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
768Jan 14 15:22:12 localhost kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
769Jan 14 15:22:12 localhost kernel: cryptd: max_cpu_qlen set to 1000
770Jan 14 15:22:12 localhost kernel: ACPI: Added _OSI(Module Device)
771Jan 14 15:22:12 localhost kernel: ACPI: Added _OSI(Processor Device)
772Jan 14 15:22:12 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
773Jan 14 15:22:12 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
774Jan 14 15:22:12 localhost kernel: ACPI: Added _OSI(Linux-Dell-Video)
775Jan 14 15:22:12 localhost kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
776Jan 14 15:22:12 localhost kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
777Jan 14 15:22:12 localhost kernel: ACPI: Dynamic OEM Table Load:
778Jan 14 15:22:12 localhost kernel: ACPI: SSDT 0xFFFF8E9C63AF5000 0006A2 (v02 PmRef Cpu0Ist 00003000 INTL 20120913)
779Jan 14 15:22:12 localhost kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
780Jan 14 15:22:12 localhost kernel: ACPI: Dynamic OEM Table Load:
781Jan 14 15:22:12 localhost kernel: ACPI: SSDT 0xFFFF8E9C63B69400 00037F (v02 PmRef Cpu0Cst 00003001 INTL 20120913)
782Jan 14 15:22:12 localhost kernel: ACPI: Dynamic OEM Table Load:
783Jan 14 15:22:12 localhost kernel: ACPI: SSDT 0xFFFF8E9C63AF2000 0005AA (v02 PmRef ApIst 00003000 INTL 20120913)
784Jan 14 15:22:12 localhost kernel: ACPI: Dynamic OEM Table Load:
785Jan 14 15:22:12 localhost kernel: ACPI: SSDT 0xFFFF8E9C63B8B000 000119 (v02 PmRef ApCst 00003000 INTL 20120913)
786Jan 14 15:22:12 localhost kernel: ACPI: Interpreter enabled
787Jan 14 15:22:12 localhost kernel: ACPI: (supports S0 S3 S4 S5)
788Jan 14 15:22:12 localhost kernel: ACPI: Using IOAPIC for interrupt routing
789Jan 14 15:22:12 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
790Jan 14 15:22:12 localhost kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
791Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [PG00] (on)
792Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [PG01] (on)
793Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [PG02] (on)
794Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
795Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
796Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
797Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
798Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
799Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
800Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
801Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
802Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
803Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
804Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
805Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
806Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
807Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
808Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
809Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
810Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
811Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
812Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
813Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [WRST] (off)
814Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [FN00] (off)
815Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [FN01] (off)
816Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [FN02] (off)
817Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [FN03] (off)
818Jan 14 15:22:12 localhost kernel: ACPI: Power Resource [FN04] (off)
819Jan 14 15:22:12 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
820Jan 14 15:22:12 localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
821Jan 14 15:22:12 localhost kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
822Jan 14 15:22:12 localhost kernel: PCI host bridge to bus 0000:00
823Jan 14 15:22:12 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
824Jan 14 15:22:12 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
825Jan 14 15:22:12 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
826Jan 14 15:22:12 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x88800000-0xdfffffff window]
827Jan 14 15:22:12 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
828Jan 14 15:22:12 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
829Jan 14 15:22:12 localhost kernel: pci 0000:00:00.0: [8086:191f] type 00 class 0x060000
830Jan 14 15:22:12 localhost kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
831Jan 14 15:22:12 localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
832Jan 14 15:22:12 localhost kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
833Jan 14 15:22:12 localhost kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdf510000-0xdf51ffff 64bit]
834Jan 14 15:22:12 localhost kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
835Jan 14 15:22:12 localhost kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
836Jan 14 15:22:12 localhost kernel: pci 0000:00:14.2: reg 0x10: [mem 0xdf52e000-0xdf52efff 64bit]
837Jan 14 15:22:12 localhost kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
838Jan 14 15:22:12 localhost kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdf52d000-0xdf52dfff 64bit]
839Jan 14 15:22:12 localhost kernel: pci 0000:00:16.0: PME# supported from D3hot
840Jan 14 15:22:12 localhost kernel: pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
841Jan 14 15:22:12 localhost kernel: pci 0000:00:17.0: reg 0x10: [mem 0xdf528000-0xdf529fff]
842Jan 14 15:22:12 localhost kernel: pci 0000:00:17.0: reg 0x14: [mem 0xdf52c000-0xdf52c0ff]
843Jan 14 15:22:12 localhost kernel: pci 0000:00:17.0: reg 0x18: [io 0xf050-0xf057]
844Jan 14 15:22:12 localhost kernel: pci 0000:00:17.0: reg 0x1c: [io 0xf040-0xf043]
845Jan 14 15:22:12 localhost kernel: pci 0000:00:17.0: reg 0x20: [io 0xf020-0xf03f]
846Jan 14 15:22:12 localhost kernel: pci 0000:00:17.0: reg 0x24: [mem 0xdf52b000-0xdf52b7ff]
847Jan 14 15:22:12 localhost kernel: pci 0000:00:17.0: PME# supported from D3hot
848Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.0: [8086:a167] type 01 class 0x060400
849Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
850Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.2: [8086:a169] type 01 class 0x060400
851Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.2: PME# supported from D0 D3hot D3cold
852Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.3: [8086:a16a] type 01 class 0x060400
853Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.3: PME# supported from D0 D3hot D3cold
854Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
855Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
856Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400
857Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
858Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
859Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
860Jan 14 15:22:12 localhost kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
861Jan 14 15:22:12 localhost kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
862Jan 14 15:22:12 localhost kernel: pci 0000:00:1d.4: [8086:a11c] type 01 class 0x060400
863Jan 14 15:22:12 localhost kernel: pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
864Jan 14 15:22:12 localhost kernel: pci 0000:00:1f.0: [8086:a145] type 00 class 0x060100
865Jan 14 15:22:12 localhost kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
866Jan 14 15:22:12 localhost kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xdf524000-0xdf527fff]
867Jan 14 15:22:12 localhost kernel: pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
868Jan 14 15:22:12 localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdf520000-0xdf523fff 64bit]
869Jan 14 15:22:12 localhost kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xdf500000-0xdf50ffff 64bit]
870Jan 14 15:22:12 localhost kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
871Jan 14 15:22:12 localhost kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
872Jan 14 15:22:12 localhost kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xdf52a000-0xdf52a0ff 64bit]
873Jan 14 15:22:12 localhost kernel: pci 0000:00:1f.4: reg 0x20: [io 0xf000-0xf01f]
874Jan 14 15:22:12 localhost kernel: pci 0000:01:00.0: [10de:1c03] type 00 class 0x030000
875Jan 14 15:22:12 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
876Jan 14 15:22:12 localhost kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
877Jan 14 15:22:12 localhost kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
878Jan 14 15:22:12 localhost kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
879Jan 14 15:22:12 localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
880Jan 14 15:22:12 localhost kernel: pci 0000:01:00.0: BAR 3: assigned to efifb
881Jan 14 15:22:12 localhost kernel: pci 0000:01:00.1: [10de:10f1] type 00 class 0x040300
882Jan 14 15:22:12 localhost kernel: pci 0000:01:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
883Jan 14 15:22:12 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
884Jan 14 15:22:12 localhost kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
885Jan 14 15:22:12 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
886Jan 14 15:22:12 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
887Jan 14 15:22:12 localhost kernel: acpiphp: Slot [1] registered
888Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
889Jan 14 15:22:12 localhost kernel: pci 0000:03:00.0: [1b21:1080] type 01 class 0x060400
890Jan 14 15:22:12 localhost kernel: pci 0000:03:00.0: supports D1 D2
891Jan 14 15:22:12 localhost kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
892Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.2: PCI bridge to [bus 03-04]
893Jan 14 15:22:12 localhost kernel: pci_bus 0000:04: extended config space not accessible
894Jan 14 15:22:12 localhost kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
895Jan 14 15:22:12 localhost kernel: pci 0000:05:00.0: [1106:3483] type 00 class 0x0c0330
896Jan 14 15:22:12 localhost kernel: pci 0000:05:00.0: reg 0x10: [mem 0xdf400000-0xdf400fff 64bit]
897Jan 14 15:22:12 localhost kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
898Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.3: PCI bridge to [bus 05]
899Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.3: bridge window [mem 0xdf400000-0xdf4fffff]
900Jan 14 15:22:12 localhost kernel: pci 0000:06:00.0: [1b21:1242] type 00 class 0x0c0330
901Jan 14 15:22:12 localhost kernel: pci 0000:06:00.0: reg 0x10: [mem 0xdf300000-0xdf307fff 64bit]
902Jan 14 15:22:12 localhost kernel: pci 0000:06:00.0: enabling Extended Tags
903Jan 14 15:22:12 localhost kernel: pci 0000:06:00.0: PME# supported from D3hot D3cold
904Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 06]
905Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xdf300000-0xdf3fffff]
906Jan 14 15:22:12 localhost kernel: pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000
907Jan 14 15:22:12 localhost kernel: pci 0000:07:00.0: reg 0x10: [io 0xd000-0xd0ff]
908Jan 14 15:22:12 localhost kernel: pci 0000:07:00.0: reg 0x18: [mem 0xdf204000-0xdf204fff 64bit]
909Jan 14 15:22:12 localhost kernel: pci 0000:07:00.0: reg 0x20: [mem 0xdf200000-0xdf203fff 64bit]
910Jan 14 15:22:12 localhost kernel: pci 0000:07:00.0: supports D1 D2
911Jan 14 15:22:12 localhost kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
912Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 07]
913Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
914Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0xdf200000-0xdf2fffff]
915Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.4: PCI bridge to [bus 08]
916Jan 14 15:22:12 localhost kernel: pci 0000:09:00.0: [144d:a804] type 00 class 0x010802
917Jan 14 15:22:12 localhost kernel: pci 0000:09:00.0: reg 0x10: [mem 0xdf100000-0xdf103fff 64bit]
918Jan 14 15:22:12 localhost kernel: pci 0000:00:1d.0: PCI bridge to [bus 09]
919Jan 14 15:22:12 localhost kernel: pci 0000:00:1d.0: bridge window [mem 0xdf100000-0xdf1fffff]
920Jan 14 15:22:12 localhost kernel: acpiphp: Slot [1-1] registered
921Jan 14 15:22:12 localhost kernel: pci 0000:00:1d.4: PCI bridge to [bus 0a]
922Jan 14 15:22:12 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *10 11 12 14 15)
923Jan 14 15:22:12 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
924Jan 14 15:22:12 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 *14 15)
925Jan 14 15:22:12 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 *15)
926Jan 14 15:22:12 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
927Jan 14 15:22:12 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
928Jan 14 15:22:12 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
929Jan 14 15:22:12 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
930Jan 14 15:22:12 localhost kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
931Jan 14 15:22:12 localhost kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
932Jan 14 15:22:12 localhost kernel: pci 0000:01:00.0: vgaarb: bridge control possible
933Jan 14 15:22:12 localhost kernel: vgaarb: loaded
934Jan 14 15:22:12 localhost kernel: SCSI subsystem initialized
935Jan 14 15:22:12 localhost kernel: libata version 3.00 loaded.
936Jan 14 15:22:12 localhost kernel: ACPI: bus type USB registered
937Jan 14 15:22:12 localhost kernel: usbcore: registered new interface driver usbfs
938Jan 14 15:22:12 localhost kernel: usbcore: registered new interface driver hub
939Jan 14 15:22:12 localhost kernel: usbcore: registered new device driver usb
940Jan 14 15:22:12 localhost kernel: pps_core: LinuxPPS API ver. 1 registered
941Jan 14 15:22:12 localhost kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
942Jan 14 15:22:12 localhost kernel: PTP clock support registered
943Jan 14 15:22:12 localhost kernel: EDAC MC: Ver: 3.0.0
944Jan 14 15:22:12 localhost kernel: Registered efivars operations
945Jan 14 15:22:12 localhost kernel: PCI: Using ACPI for IRQ routing
946Jan 14 15:22:12 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
947Jan 14 15:22:12 localhost kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
948Jan 14 15:22:12 localhost kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
949Jan 14 15:22:12 localhost kernel: e820: reserve RAM buffer [mem 0x839ec018-0x83ffffff]
950Jan 14 15:22:12 localhost kernel: e820: reserve RAM buffer [mem 0x839fe018-0x83ffffff]
951Jan 14 15:22:12 localhost kernel: e820: reserve RAM buffer [mem 0x86382000-0x87ffffff]
952Jan 14 15:22:12 localhost kernel: e820: reserve RAM buffer [mem 0x86405000-0x87ffffff]
953Jan 14 15:22:12 localhost kernel: e820: reserve RAM buffer [mem 0x8690c000-0x87ffffff]
954Jan 14 15:22:12 localhost kernel: e820: reserve RAM buffer [mem 0x476800000-0x477ffffff]
955Jan 14 15:22:12 localhost kernel: NetLabel: Initializing
956Jan 14 15:22:12 localhost kernel: NetLabel: domain hash size = 128
957Jan 14 15:22:12 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
958Jan 14 15:22:12 localhost kernel: NetLabel: unlabeled traffic allowed by default
959Jan 14 15:22:12 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
960Jan 14 15:22:12 localhost kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
961Jan 14 15:22:12 localhost kernel: clocksource: Switched to clocksource tsc-early
962Jan 14 15:22:12 localhost kernel: VFS: Disk quotas dquot_6.6.0
963Jan 14 15:22:12 localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
964Jan 14 15:22:12 localhost kernel: pnp: PnP ACPI init
965Jan 14 15:22:12 localhost kernel: system 00:00: [io 0x0a00-0x0a2f] has been reserved
966Jan 14 15:22:12 localhost kernel: system 00:00: [io 0x0a30-0x0a3f] has been reserved
967Jan 14 15:22:12 localhost kernel: system 00:00: [io 0x0a40-0x0a4f] has been reserved
968Jan 14 15:22:12 localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
969Jan 14 15:22:12 localhost kernel: pnp 00:01: [dma 0 disabled]
970Jan 14 15:22:12 localhost kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0400 (active)
971Jan 14 15:22:12 localhost kernel: pnp 00:02: [dma 0 disabled]
972Jan 14 15:22:12 localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
973Jan 14 15:22:12 localhost kernel: system 00:03: [io 0x0680-0x069f] has been reserved
974Jan 14 15:22:12 localhost kernel: system 00:03: [io 0xffff] has been reserved
975Jan 14 15:22:12 localhost kernel: system 00:03: [io 0xffff] has been reserved
976Jan 14 15:22:12 localhost kernel: system 00:03: [io 0xffff] has been reserved
977Jan 14 15:22:12 localhost kernel: system 00:03: [io 0x1800-0x18fe] has been reserved
978Jan 14 15:22:12 localhost kernel: system 00:03: [io 0x164e-0x164f] has been reserved
979Jan 14 15:22:12 localhost kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
980Jan 14 15:22:12 localhost kernel: system 00:04: [io 0x0800-0x087f] has been reserved
981Jan 14 15:22:12 localhost kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
982Jan 14 15:22:12 localhost kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
983Jan 14 15:22:12 localhost kernel: system 00:06: [io 0x1854-0x1857] has been reserved
984Jan 14 15:22:12 localhost kernel: system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
985Jan 14 15:22:12 localhost kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
986Jan 14 15:22:12 localhost kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
987Jan 14 15:22:12 localhost kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
988Jan 14 15:22:12 localhost kernel: system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
989Jan 14 15:22:12 localhost kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
990Jan 14 15:22:12 localhost kernel: system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
991Jan 14 15:22:12 localhost kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
992Jan 14 15:22:12 localhost kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved
993Jan 14 15:22:12 localhost kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
994Jan 14 15:22:12 localhost kernel: system 00:07: [mem 0xdffe0000-0xdfffffff] has been reserved
995Jan 14 15:22:12 localhost kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
996Jan 14 15:22:12 localhost kernel: system 00:08: [mem 0xfd000000-0xfdabffff] has been reserved
997Jan 14 15:22:12 localhost kernel: system 00:08: [mem 0xfdad0000-0xfdadffff] has been reserved
998Jan 14 15:22:12 localhost kernel: system 00:08: [mem 0xfdb00000-0xfdffffff] has been reserved
999Jan 14 15:22:12 localhost kernel: system 00:08: [mem 0xfe000000-0xfe01ffff] could not be reserved
1000Jan 14 15:22:12 localhost kernel: system 00:08: [mem 0xfe036000-0xfe03bfff] has been reserved
1001Jan 14 15:22:12 localhost kernel: system 00:08: [mem 0xfe03d000-0xfe3fffff] has been reserved
1002Jan 14 15:22:12 localhost kernel: system 00:08: [mem 0xfe410000-0xfe7fffff] has been reserved
1003Jan 14 15:22:12 localhost kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
1004Jan 14 15:22:12 localhost kernel: system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
1005Jan 14 15:22:12 localhost kernel: system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
1006Jan 14 15:22:12 localhost kernel: system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
1007Jan 14 15:22:12 localhost kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
1008Jan 14 15:22:12 localhost kernel: pnp: PnP ACPI: found 10 devices
1009Jan 14 15:22:12 localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
1010Jan 14 15:22:12 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
1011Jan 14 15:22:12 localhost kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
1012Jan 14 15:22:12 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
1013Jan 14 15:22:12 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
1014Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
1015Jan 14 15:22:12 localhost kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
1016Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.2: PCI bridge to [bus 03-04]
1017Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.3: PCI bridge to [bus 05]
1018Jan 14 15:22:12 localhost kernel: pci 0000:00:1b.3: bridge window [mem 0xdf400000-0xdf4fffff]
1019Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 06]
1020Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xdf300000-0xdf3fffff]
1021Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 07]
1022Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
1023Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0xdf200000-0xdf2fffff]
1024Jan 14 15:22:12 localhost kernel: pci 0000:00:1c.4: PCI bridge to [bus 08]
1025Jan 14 15:22:12 localhost kernel: pci 0000:00:1d.0: PCI bridge to [bus 09]
1026Jan 14 15:22:12 localhost kernel: pci 0000:00:1d.0: bridge window [mem 0xdf100000-0xdf1fffff]
1027Jan 14 15:22:12 localhost kernel: pci 0000:00:1d.4: PCI bridge to [bus 0a]
1028Jan 14 15:22:12 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
1029Jan 14 15:22:12 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
1030Jan 14 15:22:12 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
1031Jan 14 15:22:12 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x88800000-0xdfffffff window]
1032Jan 14 15:22:12 localhost kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
1033Jan 14 15:22:12 localhost kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
1034Jan 14 15:22:12 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
1035Jan 14 15:22:12 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
1036Jan 14 15:22:12 localhost kernel: pci_bus 0000:05: resource 1 [mem 0xdf400000-0xdf4fffff]
1037Jan 14 15:22:12 localhost kernel: pci_bus 0000:06: resource 1 [mem 0xdf300000-0xdf3fffff]
1038Jan 14 15:22:12 localhost kernel: pci_bus 0000:07: resource 0 [io 0xd000-0xdfff]
1039Jan 14 15:22:12 localhost kernel: pci_bus 0000:07: resource 1 [mem 0xdf200000-0xdf2fffff]
1040Jan 14 15:22:12 localhost kernel: pci_bus 0000:09: resource 1 [mem 0xdf100000-0xdf1fffff]
1041Jan 14 15:22:12 localhost kernel: NET: Registered protocol family 2
1042Jan 14 15:22:12 localhost kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
1043Jan 14 15:22:12 localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
1044Jan 14 15:22:12 localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
1045Jan 14 15:22:12 localhost kernel: TCP: Hash tables configured (established 131072 bind 65536)
1046Jan 14 15:22:12 localhost kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
1047Jan 14 15:22:12 localhost kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
1048Jan 14 15:22:12 localhost kernel: NET: Registered protocol family 1
1049Jan 14 15:22:12 localhost kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
1050Jan 14 15:22:12 localhost kernel: pci 0000:01:00.1: Linked as a consumer to 0000:01:00.0
1051Jan 14 15:22:12 localhost kernel: PCI: CLS 0 bytes, default 64
1052Jan 14 15:22:12 localhost kernel: Unpacking initramfs...
1053Jan 14 15:22:12 localhost kernel: Freeing initrd memory: 49260K
1054Jan 14 15:22:12 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
1055Jan 14 15:22:12 localhost kernel: software IO TLB [mem 0x77129000-0x7b129000] (64MB) mapped at [00000000974b7b99-0000000057d5ac11]
1056Jan 14 15:22:12 localhost kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e02c4a121d, max_idle_ns: 440795236083 ns
1057Jan 14 15:22:12 localhost kernel: clocksource: Switched to clocksource tsc
1058Jan 14 15:22:12 localhost kernel: Initialise system trusted keyrings
1059Jan 14 15:22:12 localhost kernel: Key type blacklist registered
1060Jan 14 15:22:12 localhost kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0
1061Jan 14 15:22:12 localhost kernel: zbud: loaded
1062Jan 14 15:22:12 localhost kernel: pstore: using deflate compression
1063Jan 14 15:22:12 localhost kernel: SELinux: Registering netfilter hooks
1064Jan 14 15:22:12 localhost kernel: alg: No test for 842 (842-generic)
1065Jan 14 15:22:12 localhost kernel: alg: No test for 842 (842-scomp)
1066Jan 14 15:22:12 localhost kernel: NET: Registered protocol family 38
1067Jan 14 15:22:12 localhost kernel: Key type asymmetric registered
1068Jan 14 15:22:12 localhost kernel: Asymmetric key parser 'x509' registered
1069Jan 14 15:22:12 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
1070Jan 14 15:22:12 localhost kernel: io scheduler noop registered
1071Jan 14 15:22:12 localhost kernel: io scheduler deadline registered
1072Jan 14 15:22:12 localhost kernel: io scheduler cfq registered (default)
1073Jan 14 15:22:12 localhost kernel: io scheduler mq-deadline registered
1074Jan 14 15:22:12 localhost kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
1075Jan 14 15:22:12 localhost kernel: shpchp 0000:03:00.0: Requesting control of SHPC hotplug via OSHP (\_SB_.PCI0.RP19.PXSX)
1076Jan 14 15:22:12 localhost kernel: shpchp 0000:03:00.0: Requesting control of SHPC hotplug via OSHP (\_SB_.PCI0.RP19)
1077Jan 14 15:22:12 localhost kernel: shpchp 0000:03:00.0: Requesting control of SHPC hotplug via OSHP (\_SB_.PCI0)
1078Jan 14 15:22:12 localhost kernel: shpchp 0000:03:00.0: Cannot get control of SHPC hotplug
1079Jan 14 15:22:12 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
1080Jan 14 15:22:12 localhost kernel: efifb: probing for efifb
1081Jan 14 15:22:12 localhost kernel: efifb: showing boot graphics
1082Jan 14 15:22:12 localhost kernel: efifb: framebuffer at 0xd1000000, using 3072k, total 3072k
1083Jan 14 15:22:12 localhost kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
1084Jan 14 15:22:12 localhost kernel: efifb: scrolling: redraw
1085Jan 14 15:22:12 localhost kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
1086Jan 14 15:22:12 localhost kernel: fbcon: Deferring console take-over
1087Jan 14 15:22:12 localhost kernel: fb0: EFI VGA frame buffer device
1088Jan 14 15:22:12 localhost kernel: intel_idle: MWAIT substates: 0x142120
1089Jan 14 15:22:12 localhost kernel: intel_idle: v0.4.1 model 0x5E
1090Jan 14 15:22:12 localhost kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
1091Jan 14 15:22:12 localhost kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
1092Jan 14 15:22:12 localhost kernel: ACPI: Sleep Button [SLPB]
1093Jan 14 15:22:12 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
1094Jan 14 15:22:12 localhost kernel: ACPI: Power Button [PWRB]
1095Jan 14 15:22:12 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
1096Jan 14 15:22:12 localhost kernel: ACPI: Power Button [PWRF]
1097Jan 14 15:22:12 localhost kernel: thermal LNXTHERM:00: registered as thermal_zone0
1098Jan 14 15:22:12 localhost kernel: ACPI: Thermal Zone [TZ00] (28 C)
1099Jan 14 15:22:12 localhost kernel: thermal LNXTHERM:01: registered as thermal_zone1
1100Jan 14 15:22:12 localhost kernel: ACPI: Thermal Zone [TZ01] (30 C)
1101Jan 14 15:22:12 localhost kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
1102Jan 14 15:22:12 localhost kernel: 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
1103Jan 14 15:22:12 localhost kernel: Non-volatile memory driver v1.3
1104Jan 14 15:22:12 localhost kernel: Linux agpgart interface v0.103
1105Jan 14 15:22:12 localhost kernel: ahci 0000:00:17.0: version 3.0
1106Jan 14 15:22:12 localhost kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
1107Jan 14 15:22:12 localhost kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst
1108Jan 14 15:22:12 localhost kernel: scsi host0: ahci
1109Jan 14 15:22:12 localhost kernel: scsi host1: ahci
1110Jan 14 15:22:12 localhost kernel: scsi host2: ahci
1111Jan 14 15:22:12 localhost kernel: scsi host3: ahci
1112Jan 14 15:22:12 localhost kernel: scsi host4: ahci
1113Jan 14 15:22:12 localhost kernel: scsi host5: ahci
1114Jan 14 15:22:12 localhost kernel: ata1: SATA max UDMA/133 abar m2048@0xdf52b000 port 0xdf52b100 irq 121
1115Jan 14 15:22:12 localhost kernel: ata2: SATA max UDMA/133 abar m2048@0xdf52b000 port 0xdf52b180 irq 121
1116Jan 14 15:22:12 localhost kernel: ata3: SATA max UDMA/133 abar m2048@0xdf52b000 port 0xdf52b200 irq 121
1117Jan 14 15:22:12 localhost kernel: ata4: SATA max UDMA/133 abar m2048@0xdf52b000 port 0xdf52b280 irq 121
1118Jan 14 15:22:12 localhost kernel: ata5: SATA max UDMA/133 abar m2048@0xdf52b000 port 0xdf52b300 irq 121
1119Jan 14 15:22:12 localhost kernel: ata6: SATA max UDMA/133 abar m2048@0xdf52b000 port 0xdf52b380 irq 121
1120Jan 14 15:22:12 localhost kernel: libphy: Fixed MDIO Bus: probed
1121Jan 14 15:22:12 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
1122Jan 14 15:22:12 localhost kernel: ehci-pci: EHCI PCI platform driver
1123Jan 14 15:22:12 localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
1124Jan 14 15:22:12 localhost kernel: ohci-pci: OHCI PCI platform driver
1125Jan 14 15:22:12 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
1126Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
1127Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
1128Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
1129Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
1130Jan 14 15:22:12 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
1131Jan 14 15:22:12 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
1132Jan 14 15:22:12 localhost kernel: usb usb1: Product: xHCI Host Controller
1133Jan 14 15:22:12 localhost kernel: usb usb1: Manufacturer: Linux 4.18.16-300.fc29.x86_64 xhci-hcd
1134Jan 14 15:22:12 localhost kernel: usb usb1: SerialNumber: 0000:00:14.0
1135Jan 14 15:22:12 localhost kernel: hub 1-0:1.0: USB hub found
1136Jan 14 15:22:12 localhost kernel: hub 1-0:1.0: 16 ports detected
1137Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
1138Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
1139Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
1140Jan 14 15:22:12 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
1141Jan 14 15:22:12 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
1142Jan 14 15:22:12 localhost kernel: usb usb2: Product: xHCI Host Controller
1143Jan 14 15:22:12 localhost kernel: usb usb2: Manufacturer: Linux 4.18.16-300.fc29.x86_64 xhci-hcd
1144Jan 14 15:22:12 localhost kernel: usb usb2: SerialNumber: 0000:00:14.0
1145Jan 14 15:22:12 localhost kernel: hub 2-0:1.0: USB hub found
1146Jan 14 15:22:12 localhost kernel: hub 2-0:1.0: 10 ports detected
1147Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:05:00.0: xHCI Host Controller
1148Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 3
1149Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:05:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000090
1150Jan 14 15:22:12 localhost kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
1151Jan 14 15:22:12 localhost kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
1152Jan 14 15:22:12 localhost kernel: usb usb3: Product: xHCI Host Controller
1153Jan 14 15:22:12 localhost kernel: usb usb3: Manufacturer: Linux 4.18.16-300.fc29.x86_64 xhci-hcd
1154Jan 14 15:22:12 localhost kernel: usb usb3: SerialNumber: 0000:05:00.0
1155Jan 14 15:22:12 localhost kernel: hub 3-0:1.0: USB hub found
1156Jan 14 15:22:12 localhost kernel: hub 3-0:1.0: 1 port detected
1157Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:05:00.0: xHCI Host Controller
1158Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 4
1159Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:05:00.0: Host supports USB 3.0 SuperSpeed
1160Jan 14 15:22:12 localhost kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
1161Jan 14 15:22:12 localhost kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
1162Jan 14 15:22:12 localhost kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
1163Jan 14 15:22:12 localhost kernel: usb usb4: Product: xHCI Host Controller
1164Jan 14 15:22:12 localhost kernel: usb usb4: Manufacturer: Linux 4.18.16-300.fc29.x86_64 xhci-hcd
1165Jan 14 15:22:12 localhost kernel: usb usb4: SerialNumber: 0000:05:00.0
1166Jan 14 15:22:12 localhost kernel: hub 4-0:1.0: USB hub found
1167Jan 14 15:22:12 localhost kernel: hub 4-0:1.0: 4 ports detected
1168Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:06:00.0: xHCI Host Controller
1169Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 5
1170Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:06:00.0: hcc params 0x0200eec1 hci version 0x110 quirks 0x0000000000000010
1171Jan 14 15:22:12 localhost kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
1172Jan 14 15:22:12 localhost kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
1173Jan 14 15:22:12 localhost kernel: usb usb5: Product: xHCI Host Controller
1174Jan 14 15:22:12 localhost kernel: usb usb5: Manufacturer: Linux 4.18.16-300.fc29.x86_64 xhci-hcd
1175Jan 14 15:22:12 localhost kernel: usb usb5: SerialNumber: 0000:06:00.0
1176Jan 14 15:22:12 localhost kernel: hub 5-0:1.0: USB hub found
1177Jan 14 15:22:12 localhost kernel: hub 5-0:1.0: 2 ports detected
1178Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:06:00.0: xHCI Host Controller
1179Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 6
1180Jan 14 15:22:12 localhost kernel: xhci_hcd 0000:06:00.0: Host supports USB 3.1 Enhanced SuperSpeed
1181Jan 14 15:22:12 localhost kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
1182Jan 14 15:22:12 localhost kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
1183Jan 14 15:22:12 localhost kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
1184Jan 14 15:22:12 localhost kernel: usb usb6: Product: xHCI Host Controller
1185Jan 14 15:22:12 localhost kernel: usb usb6: Manufacturer: Linux 4.18.16-300.fc29.x86_64 xhci-hcd
1186Jan 14 15:22:12 localhost kernel: usb usb6: SerialNumber: 0000:06:00.0
1187Jan 14 15:22:12 localhost kernel: hub 6-0:1.0: USB hub found
1188Jan 14 15:22:12 localhost kernel: hub 6-0:1.0: 2 ports detected
1189Jan 14 15:22:12 localhost kernel: usbcore: registered new interface driver usbserial_generic
1190Jan 14 15:22:12 localhost kernel: usbserial: USB Serial support registered for generic
1191Jan 14 15:22:12 localhost kernel: i8042: PNP: No PS/2 controller found.
1192Jan 14 15:22:12 localhost kernel: mousedev: PS/2 mouse device common for all mice
1193Jan 14 15:22:12 localhost kernel: rtc_cmos 00:05: RTC can wake from S4
1194Jan 14 15:22:12 localhost kernel: rtc_cmos 00:05: registered as rtc0
1195Jan 14 15:22:12 localhost kernel: rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
1196Jan 14 15:22:12 localhost kernel: device-mapper: uevent: version 1.0.3
1197Jan 14 15:22:12 localhost kernel: device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
1198Jan 14 15:22:12 localhost kernel: intel_pstate: Intel P-state driver initializing
1199Jan 14 15:22:12 localhost kernel: intel_pstate: HWP enabled
1200Jan 14 15:22:12 localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina
1201Jan 14 15:22:12 localhost kernel: usbcore: registered new interface driver usbhid
1202Jan 14 15:22:12 localhost kernel: usbhid: USB HID core driver
1203Jan 14 15:22:12 localhost kernel: intel_pmc_core: initialized
1204Jan 14 15:22:12 localhost kernel: drop_monitor: Initializing network drop monitor service
1205Jan 14 15:22:12 localhost kernel: Initializing XFRM netlink socket
1206Jan 14 15:22:12 localhost kernel: NET: Registered protocol family 10
1207Jan 14 15:22:12 localhost kernel: Segment Routing with IPv6
1208Jan 14 15:22:12 localhost kernel: mip6: Mobile IPv6
1209Jan 14 15:22:12 localhost kernel: NET: Registered protocol family 17
1210Jan 14 15:22:12 localhost kernel: RAS: Correctable Errors collector initialized.
1211Jan 14 15:22:12 localhost kernel: microcode: sig=0x506e3, pf=0x2, revision=0x74
1212Jan 14 15:22:12 localhost kernel: microcode: Microcode Update Driver: v2.2.
1213Jan 14 15:22:12 localhost kernel: AVX2 version of gcm_enc/dec engaged.
1214Jan 14 15:22:12 localhost kernel: AES CTR mode by8 optimization enabled
1215Jan 14 15:22:12 localhost kernel: sched_clock: Marking stable (2964932342, 0)->(3058482931, -93550589)
1216Jan 14 15:22:12 localhost kernel: registered taskstats version 1
1217Jan 14 15:22:12 localhost kernel: Loading compiled-in X.509 certificates
1218Jan 14 15:22:12 localhost kernel: Loaded X.509 cert 'Fedora kernel signing key: e6f292c78964456fa910a52a28608cd27ca5f788'
1219Jan 14 15:22:12 localhost kernel: zswap: loaded using pool lzo/zbud
1220Jan 14 15:22:12 localhost kernel: Key type big_key registered
1221Jan 14 15:22:12 localhost kernel: Key type encrypted registered
1222Jan 14 15:22:12 localhost kernel: ima: No TPM chip found, activating TPM-bypass! (rc=-19)
1223Jan 14 15:22:12 localhost kernel: ima: Allocated hash algorithm: sha1
1224Jan 14 15:22:12 localhost kernel: Magic number: 3:964:396
1225Jan 14 15:22:12 localhost kernel: rtc_cmos 00:05: setting system clock to 2019-01-14 20:22:11 UTC (1547497331)
1226Jan 14 15:22:12 localhost kernel: ata4: SATA link down (SStatus 4 SControl 300)
1227Jan 14 15:22:12 localhost kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
1228Jan 14 15:22:12 localhost kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
1229Jan 14 15:22:12 localhost kernel: ata6: SATA link down (SStatus 4 SControl 300)
1230Jan 14 15:22:12 localhost kernel: ata5: SATA link down (SStatus 4 SControl 300)
1231Jan 14 15:22:12 localhost kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
1232Jan 14 15:22:12 localhost kernel: ata3.00: ATA-11: Patriot Burst, SBFM91.3, max UDMA/133
1233Jan 14 15:22:12 localhost kernel: ata3.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 32), AA
1234Jan 14 15:22:12 localhost kernel: ata1.00: ATA-9: KINGSTON SHSS37A240G, SAFM02.H, max UDMA/133
1235Jan 14 15:22:12 localhost kernel: ata1.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 32), AA
1236Jan 14 15:22:12 localhost kernel: ata3.00: configured for UDMA/133
1237Jan 14 15:22:12 localhost kernel: ata1.00: configured for UDMA/133
1238Jan 14 15:22:12 localhost kernel: ata2.00: ATA-8: WDC WD3200AAJS-00B4A0, 01.03A01, max UDMA/133
1239Jan 14 15:22:12 localhost kernel: ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 32), AA
1240Jan 14 15:22:12 localhost kernel: scsi 0:0:0:0: Direct-Access ATA KINGSTON SHSS37A 02.H PQ: 0 ANSI: 5
1241Jan 14 15:22:12 localhost kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
1242Jan 14 15:22:12 localhost kernel: sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
1243Jan 14 15:22:12 localhost kernel: sd 0:0:0:0: [sda] Write Protect is off
1244Jan 14 15:22:12 localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
1245Jan 14 15:22:12 localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
1246Jan 14 15:22:12 localhost kernel: ata2.00: configured for UDMA/133
1247Jan 14 15:22:12 localhost kernel: scsi 1:0:0:0: Direct-Access ATA WDC WD3200AAJS-0 3A01 PQ: 0 ANSI: 5
1248Jan 14 15:22:12 localhost kernel: sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
1249Jan 14 15:22:12 localhost kernel: sd 1:0:0:0: [sdb] Write Protect is off
1250Jan 14 15:22:12 localhost kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
1251Jan 14 15:22:12 localhost kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
1252Jan 14 15:22:12 localhost kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
1253Jan 14 15:22:12 localhost kernel: scsi 2:0:0:0: Direct-Access ATA Patriot Burst 91.3 PQ: 0 ANSI: 5
1254Jan 14 15:22:12 localhost kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
1255Jan 14 15:22:12 localhost kernel: sd 2:0:0:0: [sdc] 234441648 512-byte logical blocks: (120 GB/112 GiB)
1256Jan 14 15:22:12 localhost kernel: sd 2:0:0:0: [sdc] Write Protect is off
1257Jan 14 15:22:12 localhost kernel: sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
1258Jan 14 15:22:12 localhost kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
1259Jan 14 15:22:12 localhost kernel: sda: sda1 sda2
1260Jan 14 15:22:12 localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
1261Jan 14 15:22:12 localhost kernel: sdc: sdc1 sdc2
1262Jan 14 15:22:12 localhost kernel: sd 2:0:0:0: [sdc] Attached SCSI disk
1263Jan 14 15:22:12 localhost kernel: usb 1-6: new full-speed USB device number 2 using xhci_hcd
1264Jan 14 15:22:12 localhost kernel: sdb: sdb1
1265Jan 14 15:22:12 localhost kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
1266Jan 14 15:22:12 localhost kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
1267Jan 14 15:22:12 localhost kernel: Freeing unused kernel image memory: 2160K
1268Jan 14 15:22:12 localhost kernel: Write protecting the kernel read-only data: 18432k
1269Jan 14 15:22:12 localhost kernel: Freeing unused kernel image memory: 2012K
1270Jan 14 15:22:12 localhost kernel: Freeing unused kernel image memory: 40K
1271Jan 14 15:22:12 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
1272Jan 14 15:22:12 localhost kernel: x86/mm: Checking user space page tables
1273Jan 14 15:22:12 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
1274Jan 14 15:22:12 localhost kernel: rodata_test: all tests were successful
1275Jan 14 15:22:12 localhost systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
1276Jan 14 15:22:12 localhost systemd[1]: Detected architecture x86-64.
1277Jan 14 15:22:12 localhost systemd[1]: Running in initial RAM disk.
1278Jan 14 15:22:12 localhost systemd[1]: No hostname configured.
1279Jan 14 15:22:12 localhost systemd[1]: Set hostname to <localhost>.
1280Jan 14 15:22:12 localhost systemd[1]: Initializing machine ID from random generator.
1281Jan 14 15:22:12 localhost kernel: usb 5-1: new high-speed USB device number 2 using xhci_hcd
1282Jan 14 15:22:12 localhost kernel: usb 3-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
1283Jan 14 15:22:12 localhost kernel: usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
1284Jan 14 15:22:12 localhost kernel: usb 3-1: Product: USB2.0 Hub
1285Jan 14 15:22:12 localhost kernel: hub 3-1:1.0: USB hub found
1286Jan 14 15:22:12 localhost kernel: hub 3-1:1.0: 4 ports detected
1287Jan 14 15:22:12 localhost systemd[1]: Reached target Swap.
1288Jan 14 15:22:12 localhost systemd[1]: Listening on Journal Socket.
1289Jan 14 15:22:12 localhost systemd[1]: Listening on udev Kernel Socket.
1290Jan 14 15:22:12 localhost systemd[1]: Listening on udev Control Socket.
1291Jan 14 15:22:12 localhost kernel: usb 1-6: New USB device found, idVendor=041e, idProduct=3125, bcdDevice= 1.00
1292Jan 14 15:22:12 localhost kernel: usb 1-6: New USB device strings: Mfr=0, Product=2, SerialNumber=3
1293Jan 14 15:22:12 localhost kernel: usb 1-6: Product: Creative Bluetooth Audio W2
1294Jan 14 15:22:12 localhost kernel: usb 1-6: SerialNumber: 0076186E003C0002
1295Jan 14 15:22:12 localhost kernel: input: Creative Bluetooth Audio W2 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.3/0003:041E:3125.0001/input/input3
1296Jan 14 15:22:12 localhost systemd-journald[260]: Journal started
1297Jan 14 15:22:12 localhost systemd-journald[260]: Runtime journal (/run/log/journal/7d20aa8f4b73418e866d0736d24cb0f4) is 8.0M, max 799.3M, 791.3M free.
1298Jan 14 15:22:12 localhost dracut-cmdline[257]: dracut-29 (Workstation Edition) dracut-048-14.git20180726.fc29
1299Jan 14 15:22:12 localhost dracut-cmdline[257]: Using kernel command line parameters: BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-29-1-2 rd.live.image rd.live.check quiet
1300Jan 14 15:22:12 localhost dracut-cmdline[257]: livenet: no url handler for CDLABEL=Fedora-WS-Live-29-1-2
1301Jan 14 15:22:12 localhost kernel: audit: type=1130 audit(1547497332.113:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1302Jan 14 15:22:12 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1303Jan 14 15:22:12 localhost kernel: loop: module loaded
1304Jan 14 15:22:12 localhost dracut-cmdline[257]: root was live:CDLABEL=Fedora-WS-Live-29-1-2, is now live:/dev/disk/by-label/Fedora-WS-Live-29-1-2
1305Jan 14 15:22:12 localhost kernel: input: Creative Bluetooth Audio W2 as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.3/0003:041E:3125.0001/input/input4
1306Jan 14 15:22:12 localhost kernel: hid-generic 0003:041E:3125.0001: input,hiddev96,hidraw0: USB HID v1.11 Device [Creative Bluetooth Audio W2] on usb-0000:00:14.0-6/input3
1307Jan 14 15:22:12 localhost kernel: usb 2-4: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
1308Jan 14 15:22:12 localhost systemd[1]: Started dracut cmdline hook.
1309Jan 14 15:22:12 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1310Jan 14 15:22:12 localhost systemd[1]: Starting dracut pre-udev hook...
1311Jan 14 15:22:12 localhost kernel: audit: type=1130 audit(1547497332.183:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1312Jan 14 15:22:12 localhost kernel: usb 2-4: New USB device found, idVendor=11b0, idProduct=6368, bcdDevice=12.27
1313Jan 14 15:22:12 localhost kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
1314Jan 14 15:22:12 localhost kernel: usb 2-4: Product: Multi-Reader
1315Jan 14 15:22:12 localhost kernel: usb 2-4: Manufacturer: Kingston
1316Jan 14 15:22:12 localhost kernel: usb 2-4: SerialNumber: 08738182805087
1317Jan 14 15:22:12 localhost kernel: RPC: Registered named UNIX socket transport module.
1318Jan 14 15:22:12 localhost kernel: RPC: Registered udp transport module.
1319Jan 14 15:22:12 localhost kernel: RPC: Registered tcp transport module.
1320Jan 14 15:22:12 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
1321Jan 14 15:22:12 localhost rpc.statd[445]: Version 2.3.3 starting
1322Jan 14 15:22:12 localhost rpc.statd[445]: Initializing NSM state
1323Jan 14 15:22:12 localhost rpc.statd[445]: Running as root. chown /var/lib/nfs/statd to choose different user
1324Jan 14 15:22:12 localhost kernel: usb 5-1: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.17
1325Jan 14 15:22:12 localhost kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
1326Jan 14 15:22:12 localhost kernel: usb 5-1: Product: 4-Port USB 2.0 Hub
1327Jan 14 15:22:12 localhost kernel: usb 5-1: Manufacturer: Generic
1328Jan 14 15:22:12 localhost kernel: hub 5-1:1.0: USB hub found
1329Jan 14 15:22:12 localhost kernel: hub 5-1:1.0: 4 ports detected
1330Jan 14 15:22:12 localhost rpc.idmapd[450]: Setting log level to 0
1331Jan 14 15:22:12 localhost systemd[1]: Started dracut pre-udev hook.
1332Jan 14 15:22:12 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1333Jan 14 15:22:12 localhost kernel: audit: type=1130 audit(1547497332.267:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1334Jan 14 15:22:12 localhost systemd[1]: Starting udev Kernel Device Manager...
1335Jan 14 15:22:12 localhost systemd[1]: Started udev Kernel Device Manager.
1336Jan 14 15:22:12 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1337Jan 14 15:22:12 localhost kernel: audit: type=1130 audit(1547497332.279:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1338Jan 14 15:22:12 localhost systemd[1]: Starting dracut pre-trigger hook...
1339Jan 14 15:22:12 localhost lldpad[474]: config file failed to load,
1340Jan 14 15:22:12 localhost lldpad[474]: create a new file.
1341Jan 14 15:22:12 localhost lldpad[474]: bound ctrl iface to /com/intel/lldpad
1342Jan 14 15:22:12 localhost kernel: usb-storage 2-4:1.0: USB Mass Storage device detected
1343Jan 14 15:22:12 localhost kernel: scsi host6: usb-storage 2-4:1.0
1344Jan 14 15:22:12 localhost kernel: usbcore: registered new interface driver usb-storage
1345Jan 14 15:22:12 localhost dracut-pre-trigger[468]: 475
1346Jan 14 15:22:12 localhost kernel: usbcore: registered new interface driver uas
1347Jan 14 15:22:12 localhost kernel: usb 1-8: new high-speed USB device number 3 using xhci_hcd
1348Jan 14 15:22:12 localhost dracut-pre-trigger[468]: rd.md=0: removing MD RAID activation
1349Jan 14 15:22:12 localhost systemd[1]: Started dracut pre-trigger hook.
1350Jan 14 15:22:12 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1351Jan 14 15:22:12 localhost systemd[1]: Starting udev Coldplug all Devices...
1352Jan 14 15:22:12 localhost kernel: audit: type=1130 audit(1547497332.337:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1353Jan 14 15:22:12 localhost kernel: usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
1354Jan 14 15:22:12 localhost kernel: usb 6-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
1355Jan 14 15:22:12 localhost systemd[1]: Mounting Kernel Configuration File System...
1356Jan 14 15:22:12 localhost systemd[1]: Mounted Kernel Configuration File System.
1357Jan 14 15:22:12 localhost kernel: usb 6-1: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.17
1358Jan 14 15:22:12 localhost kernel: usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
1359Jan 14 15:22:12 localhost kernel: usb 6-1: Product: 4-Port USB 3.0 Hub
1360Jan 14 15:22:12 localhost kernel: usb 6-1: Manufacturer: Generic
1361Jan 14 15:22:12 localhost systemd[1]: Started udev Coldplug all Devices.
1362Jan 14 15:22:12 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1363Jan 14 15:22:12 localhost systemd[1]: Starting udev Wait for Complete Device Initialization...
1364Jan 14 15:22:12 localhost kernel: hub 6-1:1.0: USB hub found
1365Jan 14 15:22:12 localhost kernel: audit: type=1130 audit(1547497332.394:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1366Jan 14 15:22:12 localhost kernel: hub 6-1:1.0: 4 ports detected
1367Jan 14 15:22:12 localhost kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
1368Jan 14 15:22:12 localhost kernel: r8169 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
1369Jan 14 15:22:12 localhost kernel: usb 1-8: New USB device found, idVendor=058f, idProduct=6364, bcdDevice= 1.00
1370Jan 14 15:22:12 localhost kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
1371Jan 14 15:22:12 localhost kernel: usb 1-8: Product: Mass Storage Device
1372Jan 14 15:22:12 localhost kernel: usb 1-8: Manufacturer: Generic
1373Jan 14 15:22:12 localhost kernel: usb 1-8: SerialNumber: 058F63646476
1374Jan 14 15:22:12 localhost kernel: r8169 0000:07:00.0 eth0: RTL8168h/8111h, 1c:1b:0d:0c:c2:28, XID 54100800, IRQ 129
1375Jan 14 15:22:12 localhost kernel: r8169 0000:07:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
1376Jan 14 15:22:12 localhost kernel: usb-storage 1-8:1.0: USB Mass Storage device detected
1377Jan 14 15:22:12 localhost kernel: scsi host7: usb-storage 1-8:1.0
1378Jan 14 15:22:12 localhost kernel: hid-generic 0003:058F:6364.0002: hiddev97,hidraw1: USB HID v1.10 Device [Generic Mass Storage Device] on usb-0000:00:14.0-8/input1
1379Jan 14 15:22:12 localhost kernel: usb 3-1.1: New USB device found, idVendor=148f, idProduct=3070, bcdDevice= 1.01
1380Jan 14 15:22:12 localhost kernel: usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
1381Jan 14 15:22:12 localhost kernel: usb 3-1.1: Product: 802.11 n WLAN
1382Jan 14 15:22:12 localhost kernel: usb 3-1.1: Manufacturer: Ralink
1383Jan 14 15:22:12 localhost kernel: usb 3-1.1: SerialNumber: 1.0
1384Jan 14 15:22:12 localhost kernel: 8021q: 802.1Q VLAN Support v1.8
1385Jan 14 15:22:12 localhost systemd-udevd[553]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
1386Jan 14 15:22:12 localhost systemd-udevd[553]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
1387Jan 14 15:22:12 localhost kernel: r8169 0000:07:00.0 enp7s0: renamed from eth0
1388Jan 14 15:22:12 localhost kernel: nvme nvme0: pci function 0000:09:00.0
1389Jan 14 15:22:12 localhost kernel: usb 5-1.4: new high-speed USB device number 3 using xhci_hcd
1390Jan 14 15:22:12 localhost kernel: usb 1-13: new low-speed USB device number 4 using xhci_hcd
1391Jan 14 15:22:12 localhost kernel: usb 5-1.4: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.17
1392Jan 14 15:22:12 localhost kernel: usb 5-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
1393Jan 14 15:22:12 localhost kernel: usb 5-1.4: Product: 4-Port USB 2.0 Hub
1394Jan 14 15:22:12 localhost kernel: usb 5-1.4: Manufacturer: Generic
1395Jan 14 15:22:12 localhost kernel: hub 5-1.4:1.0: USB hub found
1396Jan 14 15:22:12 localhost kernel: hub 5-1.4:1.0: 4 ports detected
1397Jan 14 15:22:12 localhost kernel: usb 1-13: New USB device found, idVendor=0c45, idProduct=7603, bcdDevice= 1.06
1398Jan 14 15:22:12 localhost kernel: usb 1-13: New USB device strings: Mfr=0, Product=2, SerialNumber=0
1399Jan 14 15:22:12 localhost kernel: usb 1-13: Product: USB Keyboard
1400Jan 14 15:22:12 localhost kernel: input: USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:0C45:7603.0003/input/input5
1401Jan 14 15:22:12 localhost kernel: usb 6-1.1: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
1402Jan 14 15:22:12 localhost kernel: nvme0n1: p1 p2
1403Jan 14 15:22:12 localhost kernel: usb 6-1.1: New USB device found, idVendor=174c, idProduct=1153, bcdDevice= 1.00
1404Jan 14 15:22:12 localhost kernel: usb 6-1.1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
1405Jan 14 15:22:12 localhost kernel: usb 6-1.1: Product: AXAGON USB3.0 External HDD
1406Jan 14 15:22:12 localhost kernel: usb 6-1.1: Manufacturer: AXAGON
1407Jan 14 15:22:12 localhost kernel: usb 6-1.1: SerialNumber: 20170100012C
1408Jan 14 15:22:12 localhost kernel: scsi host8: uas
1409Jan 14 15:22:12 localhost kernel: scsi 8:0:0:0: Direct-Access ST932032 5AS 0 PQ: 0 ANSI: 6
1410Jan 14 15:22:12 localhost kernel: sd 8:0:0:0: Attached scsi generic sg3 type 0
1411Jan 14 15:22:12 localhost kernel: sd 8:0:0:0: [sdd] 625142448 512-byte logical blocks: (320 GB/298 GiB)
1412Jan 14 15:22:12 localhost kernel: sd 8:0:0:0: [sdd] Write Protect is off
1413Jan 14 15:22:12 localhost kernel: sd 8:0:0:0: [sdd] Mode Sense: 43 00 00 00
1414Jan 14 15:22:12 localhost kernel: sd 8:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
1415Jan 14 15:22:12 localhost kernel: sdd: sdd1
1416Jan 14 15:22:12 localhost kernel: sd 8:0:0:0: [sdd] Attached SCSI disk
1417Jan 14 15:22:12 localhost kernel: hid-generic 0003:0C45:7603.0003: input,hidraw2: USB HID v1.11 Keyboard [USB Keyboard] on usb-0000:00:14.0-13/input0
1418Jan 14 15:22:12 localhost kernel: input: USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.1/0003:0C45:7603.0004/input/input6
1419Jan 14 15:22:12 localhost kernel: input: USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.1/0003:0C45:7603.0004/input/input7
1420Jan 14 15:22:12 localhost kernel: input: USB Keyboard Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.1/0003:0C45:7603.0004/input/input9
1421Jan 14 15:22:12 localhost kernel: hid-generic 0003:0C45:7603.0004: input,hiddev98,hidraw3: USB HID v1.11 Keyboard [USB Keyboard] on usb-0000:00:14.0-13/input1
1422Jan 14 15:22:12 localhost kernel: usb 6-1.4: new SuperSpeed Gen 1 USB device number 4 using xhci_hcd
1423Jan 14 15:22:12 localhost kernel: usb 6-1.4: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.17
1424Jan 14 15:22:12 localhost kernel: usb 6-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
1425Jan 14 15:22:12 localhost kernel: usb 6-1.4: Product: 4-Port USB 3.0 Hub
1426Jan 14 15:22:12 localhost kernel: usb 6-1.4: Manufacturer: Generic
1427Jan 14 15:22:12 localhost kernel: hub 6-1.4:1.0: USB hub found
1428Jan 14 15:22:12 localhost kernel: hub 6-1.4:1.0: 4 ports detected
1429Jan 14 15:22:12 localhost kernel: usb 1-14: new full-speed USB device number 5 using xhci_hcd
1430Jan 14 15:22:12 localhost kernel: usb 5-1.4.2: new full-speed USB device number 4 using xhci_hcd
1431Jan 14 15:22:13 localhost kernel: usb 1-14: New USB device found, idVendor=3938, idProduct=1031, bcdDevice= 1.08
1432Jan 14 15:22:13 localhost kernel: usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=0
1433Jan 14 15:22:13 localhost kernel: usb 1-14: Product: 2.4G Wireless Mouse
1434Jan 14 15:22:13 localhost kernel: usb 1-14: Manufacturer: MOSART Semi.
1435Jan 14 15:22:13 localhost kernel: input: MOSART Semi. 2.4G Wireless Mouse Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:3938:1031.0005/input/input10
1436Jan 14 15:22:13 localhost kernel: input: MOSART Semi. 2.4G Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:3938:1031.0005/input/input11
1437Jan 14 15:22:13 localhost kernel: hid-generic 0003:3938:1031.0005: input,hiddev99,hidraw4: USB HID v1.10 Mouse [MOSART Semi. 2.4G Wireless Mouse] on usb-0000:00:14.0-14/input0
1438Jan 14 15:22:13 localhost systemd[1]: Started udev Wait for Complete Device Initialization.
1439Jan 14 15:22:13 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1440Jan 14 15:22:13 localhost kernel: audit: type=1130 audit(1547497333.063:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1441Jan 14 15:22:13 localhost systemd[1]: Starting Device-Mapper Multipath Device Controller...
1442Jan 14 15:22:13 localhost systemd[1]: Started Device-Mapper Multipath Device Controller.
1443Jan 14 15:22:13 localhost systemd[1]: Reached target Local File Systems (Pre).
1444Jan 14 15:22:13 localhost systemd[1]: Reached target Local File Systems.
1445Jan 14 15:22:13 localhost systemd[1]: Starting Create Volatile Files and Directories...
1446Jan 14 15:22:13 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1447Jan 14 15:22:13 localhost kernel: audit: type=1130 audit(1547497333.068:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1448Jan 14 15:22:13 localhost multipathd[595]: --------start up--------
1449Jan 14 15:22:13 localhost multipathd[595]: read /etc/multipath.conf
1450Jan 14 15:22:13 localhost multipathd[595]: /etc/multipath.conf does not exist, blacklisting all devices.
1451Jan 14 15:22:13 localhost multipathd[595]: You can run "/sbin/mpathconf --enable" to create
1452Jan 14 15:22:13 localhost multipathd[595]: /etc/multipath.conf. See man mpathconf(8) for more details
1453Jan 14 15:22:13 localhost multipathd[595]: path checkers start up
1454Jan 14 15:22:13 localhost multipathd[595]: /etc/multipath.conf does not exist, blacklisting all devices.
1455Jan 14 15:22:13 localhost multipathd[595]: You can run "/sbin/mpathconf --enable" to create
1456Jan 14 15:22:13 localhost multipathd[595]: /etc/multipath.conf. See man mpathconf(8) for more details
1457Jan 14 15:22:13 localhost systemd[1]: Started Create Volatile Files and Directories.
1458Jan 14 15:22:13 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1459Jan 14 15:22:13 localhost systemd[1]: Reached target System Initialization.
1460Jan 14 15:22:13 localhost systemd[1]: Listening on Open-iSCSI iscsid Socket.
1461Jan 14 15:22:13 localhost systemd[1]: Listening on Open-iSCSI iscsiuio Socket.
1462Jan 14 15:22:13 localhost systemd[1]: Reached target Sockets.
1463Jan 14 15:22:13 localhost systemd[1]: Reached target Basic System.
1464Jan 14 15:22:13 localhost kernel: audit: type=1130 audit(1547497333.075:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1465Jan 14 15:22:13 localhost systemd[1]: Starting iSCSI UserSpace I/O driver...
1466Jan 14 15:22:13 localhost systemd[1]: Started iSCSI UserSpace I/O driver.
1467Jan 14 15:22:13 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsiuio comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1468Jan 14 15:22:13 localhost systemd[1]: Starting Open-iSCSI...
1469Jan 14 15:22:13 localhost iscsid[606]: iSCSI logger with pid=607 started!
1470Jan 14 15:22:13 localhost systemd[1]: iscsid.service: Failed to parse PID from file /var/run/iscsid.pid: Invalid argument
1471Jan 14 15:22:13 localhost kernel: Loading iSCSI transport class v2.0-870.
1472Jan 14 15:22:13 localhost systemd[1]: Started Open-iSCSI.
1473Jan 14 15:22:13 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1474Jan 14 15:22:13 localhost systemd[1]: Starting dracut initqueue hook...
1475Jan 14 15:22:13 localhost kernel: usb 5-1.4.2: New USB device found, idVendor=045e, idProduct=028e, bcdDevice= 1.10
1476Jan 14 15:22:13 localhost kernel: usb 5-1.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
1477Jan 14 15:22:13 localhost kernel: usb 5-1.4.2: Product: XBOX 360 For Windows
1478Jan 14 15:22:13 localhost kernel: usb 5-1.4.2: Manufacturer: ShanWan
1479Jan 14 15:22:13 localhost kernel: scsi 6:0:0:0: Direct-Access Multi-Reader -0 1.00 PQ: 0 ANSI: 6
1480Jan 14 15:22:13 localhost kernel: scsi 6:0:0:1: Direct-Access Multi-Reader -1 1.00 PQ: 0 ANSI: 6
1481Jan 14 15:22:13 localhost kernel: scsi 6:0:0:2: Direct-Access Multi-Reader -2 1.00 PQ: 0 ANSI: 6
1482Jan 14 15:22:13 localhost kernel: scsi 6:0:0:3: Direct-Access Multi-Reader -3 1.00 PQ: 0 ANSI: 6
1483Jan 14 15:22:13 localhost kernel: sd 6:0:0:0: Attached scsi generic sg4 type 0
1484Jan 14 15:22:13 localhost kernel: sd 6:0:0:1: Attached scsi generic sg5 type 0
1485Jan 14 15:22:13 localhost kernel: sd 6:0:0:2: Attached scsi generic sg6 type 0
1486Jan 14 15:22:13 localhost kernel: sd 6:0:0:3: Attached scsi generic sg7 type 0
1487Jan 14 15:22:13 localhost kernel: scsi 7:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0
1488Jan 14 15:22:13 localhost kernel: scsi 7:0:0:1: Direct-Access Generic- Compact Flash 1.01 PQ: 0 ANSI: 0
1489Jan 14 15:22:13 localhost kernel: scsi 7:0:0:2: Direct-Access Generic- SM/xD-Picture 1.02 PQ: 0 ANSI: 0
1490Jan 14 15:22:13 localhost kernel: scsi 7:0:0:3: Direct-Access Generic- MS/MS-Pro 1.03 PQ: 0 ANSI: 0 CCS
1491Jan 14 15:22:13 localhost kernel: sd 7:0:0:0: Attached scsi generic sg8 type 0
1492Jan 14 15:22:13 localhost kernel: sd 7:0:0:1: Attached scsi generic sg9 type 0
1493Jan 14 15:22:13 localhost kernel: sd 7:0:0:2: Attached scsi generic sg10 type 0
1494Jan 14 15:22:13 localhost kernel: sd 7:0:0:3: Attached scsi generic sg11 type 0
1495Jan 14 15:22:13 localhost kernel: sd 6:0:0:0: [sde] Attached SCSI removable disk
1496Jan 14 15:22:13 localhost kernel: sd 6:0:0:1: [sdf] Attached SCSI removable disk
1497Jan 14 15:22:13 localhost kernel: sd 6:0:0:2: [sdg] Attached SCSI removable disk
1498Jan 14 15:22:13 localhost kernel: sd 6:0:0:3: [sdh] Attached SCSI removable disk
1499Jan 14 15:22:13 localhost kernel: sd 7:0:0:0: [sdi] 30375936 512-byte logical blocks: (15.6 GB/14.5 GiB)
1500Jan 14 15:22:13 localhost kernel: sd 7:0:0:2: [sdk] Attached SCSI removable disk
1501Jan 14 15:22:13 localhost kernel: sd 7:0:0:3: [sdl] Attached SCSI removable disk
1502Jan 14 15:22:13 localhost kernel: sd 7:0:0:0: [sdi] Write Protect is off
1503Jan 14 15:22:13 localhost kernel: sd 7:0:0:0: [sdi] Mode Sense: 03 00 00 00
1504Jan 14 15:22:13 localhost kernel: sd 7:0:0:0: [sdi] No Caching mode page found
1505Jan 14 15:22:13 localhost kernel: sd 7:0:0:0: [sdi] Assuming drive cache: write through
1506Jan 14 15:22:13 localhost kernel: sd 7:0:0:1: [sdj] Attached SCSI removable disk
1507Jan 14 15:22:13 localhost kernel: sdi: sdi1 sdi2 sdi3
1508Jan 14 15:22:13 localhost kernel: sd 7:0:0:0: [sdi] Attached SCSI removable disk
1509Jan 14 15:22:14 localhost iscsid[607]: iSCSI daemon with pid=609 started!
1510Jan 14 15:22:14 localhost systemd[1]: Created slice system-checkisomd5.slice.
1511Jan 14 15:22:14 localhost systemd[1]: Starting Media check on /dev/disk/by-label/Fedora-WS-Live-29-1-2...
1512Jan 14 15:22:14 localhost kernel: fbcon: Taking over console
1513Jan 14 15:22:14 localhost kernel: Console: switching to colour frame buffer device 128x48
1514Jan 14 15:24:02 localhost systemd[1]: Started Media check on /dev/disk/by-label/Fedora-WS-Live-29-1-2.
1515Jan 14 15:24:02 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=checkisomd5@dev-disk-by\x2dlabel-Fedora\x2dWS\x2dLive\x2d29\x2d1\x2d2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1516Jan 14 15:24:02 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=checkisomd5@dev-disk-by\x2dlabel-Fedora\x2dWS\x2dLive\x2d29\x2d1\x2d2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1517Jan 14 15:24:02 localhost kernel: kauditd_printk_skb: 2 callbacks suppressed
1518Jan 14 15:24:02 localhost kernel: audit: type=1130 audit(1547497442.931:13): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=checkisomd5@dev-disk-by\x2dlabel-Fedora\x2dWS\x2dLive\x2d29\x2d1\x2d2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1519Jan 14 15:24:02 localhost kernel: audit: type=1131 audit(1547497442.931:14): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=checkisomd5@dev-disk-by\x2dlabel-Fedora\x2dWS\x2dLive\x2d29\x2d1\x2d2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1520Jan 14 15:24:02 localhost kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
1521Jan 14 15:24:03 localhost kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
1522Jan 14 15:24:03 localhost kernel: ISO 9660 Extensions: RRIP_1991A
1523Jan 14 15:24:03 localhost systemd[1]: Found device /dev/mapper/live-rw.
1524Jan 14 15:24:03 localhost systemd[1]: Started dracut initqueue hook.
1525Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1526Jan 14 15:24:03 localhost systemd[1]: Reached target Remote File Systems (Pre).
1527Jan 14 15:24:03 localhost systemd[1]: Reached target Remote File Systems.
1528Jan 14 15:24:03 localhost kernel: audit: type=1130 audit(1547497443.382:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1529Jan 14 15:24:03 localhost systemd[1]: Starting dracut pre-mount hook...
1530Jan 14 15:24:03 localhost systemd[1]: Started dracut pre-mount hook.
1531Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1532Jan 14 15:24:03 localhost kernel: audit: type=1130 audit(1547497443.411:16): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1533Jan 14 15:24:03 localhost systemd[1]: Mounting /sysroot...
1534Jan 14 15:24:03 localhost kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
1535Jan 14 15:24:03 localhost systemd[1]: Mounted /sysroot.
1536Jan 14 15:24:03 localhost systemd[1]: Reached target Initrd Root File System.
1537Jan 14 15:24:03 localhost systemd[1]: Starting Reload Configuration from the Real Root...
1538Jan 14 15:24:03 localhost systemd[1]: Reloading.
1539Jan 14 15:24:03 localhost systemd[1]: Started Reload Configuration from the Real Root.
1540Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1541Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1542Jan 14 15:24:03 localhost systemd[1]: Reached target Initrd File Systems.
1543Jan 14 15:24:03 localhost systemd[1]: Reached target Initrd Default Target.
1544Jan 14 15:24:03 localhost kernel: audit: type=1130 audit(1547497443.582:17): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1545Jan 14 15:24:03 localhost kernel: audit: type=1131 audit(1547497443.582:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1546Jan 14 15:24:03 localhost systemd[1]: Starting dracut pre-pivot and cleanup hook...
1547Jan 14 15:24:03 localhost dracut-pre-pivot[857]: Jan 14 20:24:03 | /etc/multipath.conf does not exist, blacklisting all devices.
1548Jan 14 15:24:03 localhost dracut-pre-pivot[857]: Jan 14 20:24:03 | You can run "/sbin/mpathconf --enable" to create
1549Jan 14 15:24:03 localhost dracut-pre-pivot[857]: Jan 14 20:24:03 | /etc/multipath.conf. See man mpathconf(8) for more details
1550Jan 14 15:24:03 localhost systemd[1]: Started dracut pre-pivot and cleanup hook.
1551Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1552Jan 14 15:24:03 localhost kernel: audit: type=1130 audit(1547497443.833:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1553Jan 14 15:24:03 localhost systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
1554Jan 14 15:24:03 localhost systemd[1]: Stopped target Timers.
1555Jan 14 15:24:03 localhost systemd[1]: Stopped dracut pre-pivot and cleanup hook.
1556Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1557Jan 14 15:24:03 localhost systemd[1]: Stopped dracut pre-mount hook.
1558Jan 14 15:24:03 localhost kernel: audit: type=1131 audit(1547497443.854:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1559Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1560Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1561Jan 14 15:24:03 localhost systemd[1]: Stopped target Remote File Systems.
1562Jan 14 15:24:03 localhost systemd[1]: Stopped target Initrd Default Target.
1563Jan 14 15:24:03 localhost systemd[1]: Stopped target Initrd Root Device.
1564Jan 14 15:24:03 localhost systemd[1]: Stopped target Basic System.
1565Jan 14 15:24:03 localhost systemd[1]: Stopped target Slices.
1566Jan 14 15:24:03 localhost kernel: audit: type=1130 audit(1547497443.856:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1567Jan 14 15:24:03 localhost kernel: audit: type=1131 audit(1547497443.856:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1568Jan 14 15:24:03 localhost systemd[1]: Stopped target Paths.
1569Jan 14 15:24:03 localhost systemd[1]: Stopped target Sockets.
1570Jan 14 15:24:03 localhost systemd[1]: Stopped target Remote File Systems (Pre).
1571Jan 14 15:24:03 localhost systemd[1]: Stopped dracut initqueue hook.
1572Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1573Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1574Jan 14 15:24:03 localhost systemd[1]: Stopping Open-iSCSI...
1575Jan 14 15:24:03 localhost systemd[1]: Started Cleaning Up and Shutting Down Daemons.
1576Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1577Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1578Jan 14 15:24:03 localhost iscsid[607]: iscsid shutting down.
1579Jan 14 15:24:03 localhost systemd[1]: Stopped Open-iSCSI.
1580Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1581Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1582Jan 14 15:24:03 localhost systemd[1]: Stopping iSCSI UserSpace I/O driver...
1583Jan 14 15:24:03 localhost systemd[1]: Closed Open-iSCSI iscsid Socket.
1584Jan 14 15:24:03 localhost systemd[1]: Stopped iSCSI UserSpace I/O driver.
1585Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsiuio comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1586Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsiuio comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1587Jan 14 15:24:03 localhost systemd[1]: Closed Open-iSCSI iscsiuio Socket.
1588Jan 14 15:24:03 localhost systemd[1]: Stopped target System Initialization.
1589Jan 14 15:24:03 localhost systemd[1]: Stopped target Local Encrypted Volumes.
1590Jan 14 15:24:03 localhost systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
1591Jan 14 15:24:03 localhost systemd[1]: Stopped Apply Kernel Variables.
1592Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1593Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1594Jan 14 15:24:03 localhost systemd[1]: Stopped target Swap.
1595Jan 14 15:24:03 localhost systemd[1]: Stopped Create Volatile Files and Directories.
1596Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1597Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1598Jan 14 15:24:03 localhost systemd[1]: Stopped target Local File Systems.
1599Jan 14 15:24:03 localhost systemd[1]: Stopped target Local File Systems (Pre).
1600Jan 14 15:24:03 localhost systemd[1]: Stopping Device-Mapper Multipath Device Controller...
1601Jan 14 15:24:03 localhost multipathd[895]: /etc/multipath.conf does not exist, blacklisting all devices.
1602Jan 14 15:24:03 localhost multipathd[895]: You can run "/sbin/mpathconf --enable" to create
1603Jan 14 15:24:03 localhost multipathd[895]: /etc/multipath.conf. See man mpathconf(8) for more details
1604Jan 14 15:24:03 localhost multipathd[895]: ok
1605Jan 14 15:24:03 localhost multipathd[595]: --------shut down-------
1606Jan 14 15:24:03 localhost systemd[1]: Stopped Device-Mapper Multipath Device Controller.
1607Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1608Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1609Jan 14 15:24:03 localhost systemd[1]: Stopped udev Wait for Complete Device Initialization.
1610Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1611Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1612Jan 14 15:24:03 localhost systemd[1]: Stopped udev Coldplug all Devices.
1613Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1614Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1615Jan 14 15:24:03 localhost systemd[1]: Stopped dracut pre-trigger hook.
1616Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1617Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1618Jan 14 15:24:03 localhost systemd[1]: Stopping udev Kernel Device Manager...
1619Jan 14 15:24:03 localhost systemd[1]: Stopped udev Kernel Device Manager.
1620Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1621Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1622Jan 14 15:24:03 localhost systemd[1]: Stopped dracut pre-udev hook.
1623Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1624Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1625Jan 14 15:24:03 localhost systemd[1]: Stopped dracut cmdline hook.
1626Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1627Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1628Jan 14 15:24:03 localhost systemd[1]: Stopped Create Static Device Nodes in /dev.
1629Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1630Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1631Jan 14 15:24:03 localhost systemd[1]: Stopped Create list of required static device nodes for the current kernel.
1632Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1633Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1634Jan 14 15:24:03 localhost systemd[1]: Closed udev Control Socket.
1635Jan 14 15:24:03 localhost systemd[1]: Closed udev Kernel Socket.
1636Jan 14 15:24:03 localhost systemd[1]: Starting Cleanup udevd DB...
1637Jan 14 15:24:03 localhost systemd[1]: Started Cleanup udevd DB.
1638Jan 14 15:24:03 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1639Jan 14 15:24:03 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1640Jan 14 15:24:03 localhost systemd[1]: Reached target Switch Root.
1641Jan 14 15:24:03 localhost systemd[1]: Starting Switch Root...
1642Jan 14 15:24:03 localhost systemd[1]: Switching root.
1643Jan 14 15:24:03 localhost systemd-journald[260]: Journal stopped
1644Jan 14 20:24:08 localhost systemd-journald[260]: Received SIGTERM from PID 1 (systemd).
1645Jan 14 20:24:08 localhost kernel: systemd: 17 output lines suppressed due to ratelimiting
1646Jan 14 20:24:08 localhost kernel: SELinux: 32768 avtab hash slots, 116360 rules.
1647Jan 14 20:24:08 localhost kernel: SELinux: 32768 avtab hash slots, 116360 rules.
1648Jan 14 20:24:08 localhost kernel: SELinux: 8 users, 14 roles, 5155 types, 324 bools, 1 sens, 1024 cats
1649Jan 14 20:24:08 localhost kernel: SELinux: 130 classes, 116360 rules
1650Jan 14 20:24:08 localhost kernel: SELinux: Class xdp_socket not defined in policy.
1651Jan 14 20:24:08 localhost kernel: SELinux: the above unknown classes and permissions will be allowed
1652Jan 14 20:24:08 localhost kernel: SELinux: policy capability network_peer_controls=1
1653Jan 14 20:24:08 localhost kernel: SELinux: policy capability open_perms=1
1654Jan 14 20:24:08 localhost kernel: SELinux: policy capability extended_socket_class=1
1655Jan 14 20:24:08 localhost kernel: SELinux: policy capability always_check_network=0
1656Jan 14 20:24:08 localhost kernel: SELinux: policy capability cgroup_seclabel=1
1657Jan 14 20:24:08 localhost kernel: SELinux: policy capability nnp_nosuid_transition=1
1658Jan 14 20:24:08 localhost kernel: SELinux: Completing initialization.
1659Jan 14 20:24:08 localhost kernel: SELinux: Setting up existing superblocks.
1660Jan 14 20:24:08 localhost systemd[1]: Successfully loaded SELinux policy in 500.046ms.
1661Jan 14 20:24:08 localhost systemd[1]: RTC configured in localtime, applying delta of -300 minutes to system time.
1662Jan 14 20:24:08 localhost systemd[1]: Unable to fix SELinux security context of /run/rootfsbase: Permission denied
1663Jan 14 20:24:08 localhost systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 23.787ms.
1664Jan 14 20:24:08 localhost systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
1665Jan 14 20:24:08 localhost systemd[1]: Detected architecture x86-64.
1666Jan 14 20:24:08 localhost systemd[1]: Initializing machine ID from random generator.
1667Jan 14 20:24:08 localhost kernel: kauditd_printk_skb: 35 callbacks suppressed
1668Jan 14 20:24:08 localhost kernel: audit: type=1130 audit(1547515448.041:58): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1669Jan 14 20:24:08 localhost kernel: audit: type=1131 audit(1547515448.041:59): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1670Jan 14 20:24:08 localhost systemd[1]: Stopped Switch Root.
1671Jan 14 20:24:08 localhost kernel: audit: type=1130 audit(1547515448.042:60): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1672Jan 14 20:24:08 localhost kernel: audit: type=1131 audit(1547515448.042:61): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1673Jan 14 20:24:08 localhost systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
1674Jan 14 20:24:08 localhost systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
1675Jan 14 20:24:08 localhost systemd[1]: Stopped Journal Service.
1676Jan 14 20:24:08 localhost kernel: audit: type=1130 audit(1547515448.042:62): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1677Jan 14 20:24:08 localhost kernel: audit: type=1131 audit(1547515448.042:63): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1678Jan 14 20:24:08 localhost systemd[1]: Starting Journal Service...
1679Jan 14 20:24:08 localhost systemd[1]: Starting Create list of required static device nodes for the current kernel...
1680Jan 14 20:24:08 localhost systemd[1]: Mounting Kernel Debug File System...
1681Jan 14 20:24:08 localhost kernel: audit: type=1305 audit(1547515448.096:64): audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:syslogd_t:s0 res=1
1682Jan 14 20:24:08 localhost systemd-journald[920]: Journal started
1683Jan 14 20:24:08 localhost systemd-journald[920]: Runtime journal (/run/log/journal/c4e7e2f267c045b8a5b2e281c7b59e22) is 8.0M, max 799.3M, 791.3M free.
1684Jan 14 15:24:05 localhost audit: MAC_STATUS enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
1685Jan 14 15:24:05 localhost audit: MAC_POLICY_LOAD auid=4294967295 ses=4294967295 lsm=selinux res=1
1686Jan 14 20:24:05 localhost audit[1]: AVC avc: denied { relabelto } for pid=1 comm="systemd" name="rootfsbase" dev="tmpfs" ino=19637 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=lnk_file permissive=0
1687Jan 14 20:24:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1688Jan 14 20:24:08 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1689Jan 14 20:24:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1690Jan 14 20:24:08 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1691Jan 14 20:24:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1692Jan 14 20:24:08 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1693Jan 14 20:24:08 localhost audit: CONFIG_CHANGE audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:syslogd_t:s0 res=1
1694Jan 14 20:24:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1695Jan 14 20:24:08 localhost kernel: audit: type=1130 audit(1547515448.256:65): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1696Jan 14 20:24:08 localhost systemd[1]: Started Create list of required static device nodes for the current kernel.
1697Jan 14 20:24:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1698Jan 14 20:24:08 localhost kernel: audit: type=1130 audit(1547515448.259:66): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1699Jan 14 20:24:08 localhost systemd[1]: Mounted Kernel Debug File System.
1700Jan 14 20:24:08 localhost systemd[1]: Mounted Huge Pages File System.
1701Jan 14 20:24:08 localhost systemd[1]: Started Remount Root and Kernel File Systems.
1702Jan 14 20:24:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1703Jan 14 20:24:08 localhost kernel: audit: type=1130 audit(1547515448.261:67): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1704Jan 14 20:24:08 localhost systemd[1]: Mounted POSIX Message Queue File System.
1705Jan 14 20:24:08 localhost systemd[1]: Mounted Temporary Directory (/tmp).
1706Jan 14 20:24:08 localhost systemd[1]: Starting Load/Save Random Seed...
1707Jan 14 20:24:08 localhost systemd[1]: Starting Create Static Device Nodes in /dev...
1708Jan 14 20:24:08 localhost systemd[1]: Starting Flush Journal to Persistent Storage...
1709Jan 14 20:24:08 localhost systemd[1]: Started Load/Save Random Seed.
1710Jan 14 20:24:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1711Jan 14 20:24:08 localhost systemd[1]: Started udev Coldplug all Devices.
1712Jan 14 20:24:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1713Jan 14 20:24:08 localhost systemd[1]: Starting udev Wait for Complete Device Initialization...
1714Jan 14 20:24:08 localhost systemd[1]: Started Apply Kernel Variables.
1715Jan 14 20:24:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1716Jan 14 20:24:08 localhost systemd-journald[920]: Time spent on flushing to /var is 6.738ms for 1244 entries.
1717Jan 14 20:24:08 localhost systemd-journald[920]: System journal (/var/log/journal/c4e7e2f267c045b8a5b2e281c7b59e22) is 8.0M, max 222.7M, 214.7M free.
1718Jan 14 20:24:08 localhost systemd[1]: Started Flush Journal to Persistent Storage.
1719Jan 14 20:24:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1720Jan 14 20:24:08 localhost systemd[1]: Started LVM2 metadata daemon.
1721Jan 14 20:24:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1722Jan 14 20:24:08 localhost systemd-tmpfiles[934]: [/usr/lib/tmpfiles.d/libgpod.conf:1] Line references path below legacy directory /var/run/, updating /var/run/libgpod → /run/libgpod; please update the tmpfiles.d/ drop-in file accordingly.
1723Jan 14 20:24:08 localhost systemd[1]: Started Setup Virtual Console.
1724Jan 14 20:24:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1725Jan 14 20:24:08 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1726Jan 14 20:24:08 localhost lvm[931]: /dev/sde: open failed: No medium found
1727Jan 14 20:24:08 localhost lvm[931]: /dev/sdf: open failed: No medium found
1728Jan 14 20:24:08 localhost lvm[931]: /dev/sdg: open failed: No medium found
1729Jan 14 20:24:08 localhost lvm[931]: /dev/sdh: open failed: No medium found
1730Jan 14 20:24:08 localhost lvm[931]: /dev/sdj: open failed: No medium found
1731Jan 14 20:24:08 localhost lvm[931]: /dev/sdk: open failed: No medium found
1732Jan 14 20:24:08 localhost lvm[931]: /dev/sdl: open failed: No medium found
1733Jan 14 20:24:08 localhost systemd-tmpfiles[934]: [/usr/lib/tmpfiles.d/mdadm.conf:1] Line references path below legacy directory /var/run/, updating /var/run/mdadm → /run/mdadm; please update the tmpfiles.d/ drop-in file accordingly.
1734Jan 14 20:24:08 localhost systemd-tmpfiles[934]: [/usr/lib/tmpfiles.d/pptp.conf:1] Line references path below legacy directory /var/run/, updating /var/run/pptp → /run/pptp; please update the tmpfiles.d/ drop-in file accordingly.
1735Jan 14 20:24:08 localhost systemd-tmpfiles[934]: [/usr/lib/tmpfiles.d/radvd.conf:1] Line references path below legacy directory /var/run/, updating /var/run/radvd → /run/radvd; please update the tmpfiles.d/ drop-in file accordingly.
1736Jan 14 20:24:08 localhost systemd-tmpfiles[934]: [/usr/lib/tmpfiles.d/samba.conf:1] Line references path below legacy directory /var/run/, updating /var/run/samba → /run/samba; please update the tmpfiles.d/ drop-in file accordingly.
1737Jan 14 20:24:08 localhost systemd-tmpfiles[934]: [/usr/lib/tmpfiles.d/spice-vdagentd.conf:2] Line references path below legacy directory /var/run/, updating /var/run/spice-vdagentd → /run/spice-vdagentd; please update the tmpfiles.d/ drop-in file accordingly.
1738Jan 14 20:24:09 localhost systemd-tmpfiles[934]: [/etc/tmpfiles.d/vpnc.conf:1] Line references path below legacy directory /var/run/, updating /var/run/vpnc → /run/vpnc; please update the tmpfiles.d/ drop-in file accordingly.
1739Jan 14 20:24:09 localhost systemd[1]: Started Create Static Device Nodes in /dev.
1740Jan 14 20:24:09 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1741Jan 14 20:24:09 localhost systemd[1]: Starting udev Kernel Device Manager...
1742Jan 14 20:24:09 localhost systemd[1]: Started udev Kernel Device Manager.
1743Jan 14 20:24:09 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1744Jan 14 20:24:09 localhost systemd[1]: Starting Show Plymouth Boot Screen...
1745Jan 14 20:24:09 localhost systemd[1]: Received SIGRTMIN+20 from PID 960 (plymouthd).
1746Jan 14 20:24:09 localhost systemd[1]: Started Show Plymouth Boot Screen.
1747Jan 14 20:24:09 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1748Jan 14 20:24:09 localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
1749Jan 14 20:24:10 localhost kernel: wmi_bus wmi_bus-PNP0C14:00: WQAA data block query control method not found
1750Jan 14 20:24:10 localhost kernel: parport_pc 00:01: reported by Plug and Play ACPI
1751Jan 14 20:24:10 localhost kernel: parport0: PC-style at 0x378, irq 5 [PCSPP,TRISTATE,EPP]
1752Jan 14 20:24:10 localhost kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
1753Jan 14 20:24:10 localhost systemd-udevd[949]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
1754Jan 14 20:24:10 localhost kernel: i801_smbus 0000:00:1f.4: enabling device (0001 -> 0003)
1755Jan 14 20:24:10 localhost kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
1756Jan 14 20:24:10 localhost kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
1757Jan 14 20:24:10 localhost mtp-probe[979]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:1b.3/0000:05:00.0/usb3/3-1/3-1.1"
1758Jan 14 20:24:10 localhost mtp-probe[978]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8"
1759Jan 14 20:24:10 localhost mtp-probe[978]: bus: 1, device: 3 was not an MTP device
1760Jan 14 20:24:10 localhost mtp-probe[972]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14"
1761Jan 14 20:24:10 localhost mtp-probe[982]: checking bus 5, device 4: "/sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/usb5/5-1/5-1.4/5-1.4.2"
1762Jan 14 20:24:10 localhost mtp-probe[982]: bus: 5, device: 4 was not an MTP device
1763Jan 14 20:24:10 localhost mtp-probe[977]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4"
1764Jan 14 20:24:10 localhost mtp-probe[975]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13"
1765Jan 14 20:24:10 localhost mtp-probe[977]: bus: 2, device: 2 was not an MTP device
1766Jan 14 20:24:10 localhost mtp-probe[981]: checking bus 6, device 3: "/sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/usb6/6-1/6-1.1"
1767Jan 14 20:24:10 localhost mtp-probe[981]: bus: 6, device: 3 was not an MTP device
1768Jan 14 20:24:10 localhost mtp-probe[972]: bus: 1, device: 5 was not an MTP device
1769Jan 14 20:24:10 localhost mtp-probe[975]: bus: 1, device: 4 was not an MTP device
1770Jan 14 20:24:10 localhost mtp-probe[976]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
1771Jan 14 20:24:10 localhost mtp-probe[976]: bus: 1, device: 2 was not an MTP device
1772Jan 14 20:24:10 localhost mtp-probe[979]: bus: 3, device: 3 was not an MTP device
1773Jan 14 20:24:10 localhost kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
1774Jan 14 20:24:10 localhost kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
1775Jan 14 20:24:10 localhost kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
1776Jan 14 20:24:10 localhost kernel: usbcore: registered new interface driver snd-usb-audio
1777Jan 14 20:24:10 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
1778Jan 14 20:24:10 localhost kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
1779Jan 14 20:24:10 localhost kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
1780Jan 14 20:24:10 localhost kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
1781Jan 14 20:24:10 localhost kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
1782Jan 14 20:24:10 localhost kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
1783Jan 14 20:24:10 localhost systemd-udevd[956]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
1784Jan 14 20:24:10 localhost kernel: checking generic (d1000000 300000) vs hw (c0000000 10000000)
1785Jan 14 20:24:10 localhost kernel: checking generic (d1000000 300000) vs hw (d0000000 2000000)
1786Jan 14 20:24:10 localhost kernel: fb: switching to nouveaufb from EFI VGA
1787Jan 14 20:24:10 localhost kernel: Console: switching to colour dummy device 80x25
1788Jan 14 20:24:10 localhost kernel: nouveau 0000:01:00.0: NVIDIA GP106 (136000a1)
1789Jan 14 20:24:10 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
1790Jan 14 20:24:10 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
1791Jan 14 20:24:10 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
1792Jan 14 20:24:10 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
1793Jan 14 20:24:10 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x11/0x0
1794Jan 14 20:24:10 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
1795Jan 14 20:24:10 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
1796Jan 14 20:24:10 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
1797Jan 14 20:24:10 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
1798Jan 14 20:24:10 localhost kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
1799Jan 14 20:24:10 localhost kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
1800Jan 14 20:24:10 localhost kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
1801Jan 14 20:24:10 localhost kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
1802Jan 14 20:24:10 localhost kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
1803Jan 14 20:24:10 localhost kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
1804Jan 14 20:24:10 localhost kernel: input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
1805Jan 14 20:24:10 localhost kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
1806Jan 14 20:24:10 localhost kernel: ppdev: user-space parallel port driver
1807Jan 14 20:24:10 localhost kernel: nouveau 0000:01:00.0: bios: version 86.06.45.00.25
1808Jan 14 20:24:10 localhost kernel: iTCO_vendor_support: vendor-support=0
1809Jan 14 20:24:10 localhost kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
1810Jan 14 20:24:10 localhost kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
1811Jan 14 20:24:10 localhost kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
1812Jan 14 20:24:10 localhost kernel: input: Microsoft X-Box 360 pad as /devices/pci0000:00/0000:00:1c.0/0000:06:00.0/usb5/5-1/5-1.4/5-1.4.2/5-1.4.2:1.0/input/input20
1813Jan 14 20:24:10 localhost kernel: usbcore: registered new interface driver xpad
1814Jan 14 20:24:10 localhost lvm[931]: /dev/sde: open failed: No medium found
1815Jan 14 20:24:10 localhost lvm[931]: /dev/sdf: open failed: No medium found
1816Jan 14 20:24:10 localhost lvm[931]: /dev/sdg: open failed: No medium found
1817Jan 14 20:24:10 localhost lvm[931]: /dev/sdh: open failed: No medium found
1818Jan 14 20:24:10 localhost kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
1819Jan 14 20:24:10 localhost kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
1820Jan 14 20:24:10 localhost kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
1821Jan 14 20:24:10 localhost kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
1822Jan 14 20:24:10 localhost kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
1823Jan 14 20:24:10 localhost kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
1824Jan 14 20:24:10 localhost lvm[931]: /dev/sdj: open failed: No medium found
1825Jan 14 20:24:10 localhost lvm[931]: /dev/sdk: open failed: No medium found
1826Jan 14 20:24:10 localhost lvm[931]: /dev/sdl: open failed: No medium found
1827Jan 14 20:24:10 localhost systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
1828Jan 14 20:24:10 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1829Jan 14 20:24:10 localhost systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
1830Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: fb: 6144 MiB GDDR5
1831Jan 14 20:24:11 localhost kernel: intel_rapl: Found RAPL domain package
1832Jan 14 20:24:11 localhost kernel: intel_rapl: Found RAPL domain core
1833Jan 14 20:24:11 localhost kernel: intel_rapl: Found RAPL domain dram
1834Jan 14 20:24:11 localhost kernel: [TTM] Zone kernel: Available graphics memory: 8185470 kiB
1835Jan 14 20:24:11 localhost kernel: [TTM] Zone dma32: Available graphics memory: 2097152 kiB
1836Jan 14 20:24:11 localhost kernel: [TTM] Initializing pool allocator
1837Jan 14 20:24:11 localhost kernel: [TTM] Initializing DMA pool allocator
1838Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: VRAM: 6144 MiB
1839Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
1840Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: BIT table 'A' not found
1841Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: BIT table 'L' not found
1842Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: TMDS table version 2.0
1843Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB version 4.1
1844Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB outp 00: 01000f42 04620030
1845Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB outp 01: 04811f96 04600020
1846Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB outp 02: 04011f92 04620020
1847Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB outp 03: 04822f86 04600010
1848Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB outp 04: 04022f82 04620010
1849Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB outp 06: 02033f62 04620010
1850Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB outp 07: 02844f76 04600020
1851Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB outp 08: 02044f72 00020020
1852Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB conn 00: 00001031
1853Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB conn 01: 02000146
1854Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB conn 02: 01000246
1855Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB conn 03: 00010361
1856Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: DCB conn 04: 00020446
1857Jan 14 20:24:11 localhost kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
1858Jan 14 20:24:11 localhost kernel: [drm] Driver supports precise vblank timestamp query.
1859Jan 14 20:24:11 localhost kernel: usb 3-1.1: reset high-speed USB device number 3 using xhci_hcd
1860Jan 14 20:24:11 localhost kernel: ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 detected
1861Jan 14 20:24:11 localhost kernel: ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected
1862Jan 14 20:24:11 localhost systemd[1]: Starting Load/Save RF Kill Switch Status...
1863Jan 14 20:24:11 localhost kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
1864Jan 14 20:24:11 localhost kernel: usbcore: registered new interface driver rt2800usb
1865Jan 14 20:24:11 localhost systemd-udevd[957]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
1866Jan 14 20:24:11 localhost kernel: rt2800usb 3-1.1:1.0 wlp5s0u1u1: renamed from wlan0
1867Jan 14 20:24:11 localhost crda[1046]: Could not determine country! Unable to set regulatory domain.
1868Jan 14 20:24:11 localhost systemd-udevd[956]: Process '/usr/sbin/setregdomain' failed with exit code 1.
1869Jan 14 20:24:11 localhost systemd[1]: Started Load/Save RF Kill Switch Status.
1870Jan 14 20:24:11 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1871Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
1872Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: DRM: allocated 1920x1080 fb: 0x200000, bo 000000002a78ebd9
1873Jan 14 20:24:11 localhost kernel: fbcon: nouveaufb (fb0) is primary device
1874Jan 14 20:24:11 localhost kernel: nouveau 0000:01:00.0: disp: 0x00006541[0]: INIT_GENERIC_CONDITON: unknown 0x07
1875Jan 14 20:24:11 localhost kernel: Console: switching to colour frame buffer device 160x64
1876Jan 14 20:24:12 localhost kernel: nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
1877Jan 14 20:24:12 localhost kernel: [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
1878Jan 14 20:24:12 localhost systemd[1]: Started udev Wait for Complete Device Initialization.
1879Jan 14 20:24:12 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1880Jan 14 20:24:12 localhost systemd[1]: Starting Activation of DM RAID sets...
1881Jan 14 20:24:12 localhost fedora-dmraid-activation[1052]: ERROR: pdc: identifying /dev/sdb, magic_0: 0x0/0xc75890e3, magic_1: 0x0/0x0, total_disks: 0
1882Jan 14 20:24:12 localhost fedora-dmraid-activation[1052]: ERROR: adding /dev/sdb to RAID set "pdc_jdhiifjfd"
1883Jan 14 20:24:12 localhost fedora-dmraid-activation[1052]: ERROR: removing RAID set "pdc_jdhiifjfd"
1884Jan 14 20:24:12 localhost fedora-dmraid-activation[1052]: ERROR: no RAID set found
1885Jan 14 20:24:12 localhost systemd[1]: Started Activation of DM RAID sets.
1886Jan 14 20:24:12 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1887Jan 14 20:24:12 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1888Jan 14 20:24:12 localhost systemd[1]: Reached target Local Encrypted Volumes.
1889Jan 14 20:24:12 localhost systemd[1]: Reached target Local File Systems (Pre).
1890Jan 14 20:24:12 localhost systemd[1]: Mounting /var/tmp...
1891Jan 14 20:24:12 localhost systemd[1]: Mounted /var/tmp.
1892Jan 14 20:24:12 localhost systemd[1]: Reached target Local File Systems.
1893Jan 14 20:24:12 localhost systemd[1]: Starting Restore /run/initramfs on shutdown...
1894Jan 14 20:24:12 localhost systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
1895Jan 14 20:24:12 localhost systemd[1]: Starting Preprocess NFS configuration...
1896Jan 14 20:24:12 localhost systemd[1]: Starting Import network configuration from initramfs...
1897Jan 14 20:24:12 localhost systemd[1]: Received SIGRTMIN+20 from PID 960 (plymouthd).
1898Jan 14 20:24:12 localhost systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
1899Jan 14 20:24:12 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1900Jan 14 20:24:12 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1901Jan 14 20:24:12 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1902Jan 14 20:24:12 localhost systemd[1]: Started Restore /run/initramfs on shutdown.
1903Jan 14 20:24:12 localhost systemd[1]: Started Preprocess NFS configuration.
1904Jan 14 20:24:12 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1905Jan 14 20:24:12 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1906Jan 14 20:24:12 localhost systemd[1]: Started Import network configuration from initramfs.
1907Jan 14 20:24:12 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1908Jan 14 20:24:12 localhost systemd[1]: Starting Create Volatile Files and Directories...
1909Jan 14 20:24:12 localhost systemd-tmpfiles[1078]: [/usr/lib/tmpfiles.d/libgpod.conf:1] Line references path below legacy directory /var/run/, updating /var/run/libgpod → /run/libgpod; please update the tmpfiles.d/ drop-in file accordingly.
1910Jan 14 20:24:12 localhost systemd-tmpfiles[1078]: [/usr/lib/tmpfiles.d/mdadm.conf:1] Line references path below legacy directory /var/run/, updating /var/run/mdadm → /run/mdadm; please update the tmpfiles.d/ drop-in file accordingly.
1911Jan 14 20:24:12 localhost systemd-tmpfiles[1078]: [/usr/lib/tmpfiles.d/pptp.conf:1] Line references path below legacy directory /var/run/, updating /var/run/pptp → /run/pptp; please update the tmpfiles.d/ drop-in file accordingly.
1912Jan 14 20:24:12 localhost systemd-tmpfiles[1078]: [/usr/lib/tmpfiles.d/radvd.conf:1] Line references path below legacy directory /var/run/, updating /var/run/radvd → /run/radvd; please update the tmpfiles.d/ drop-in file accordingly.
1913Jan 14 20:24:12 localhost systemd-tmpfiles[1078]: [/usr/lib/tmpfiles.d/samba.conf:1] Line references path below legacy directory /var/run/, updating /var/run/samba → /run/samba; please update the tmpfiles.d/ drop-in file accordingly.
1914Jan 14 20:24:12 localhost systemd-tmpfiles[1078]: [/usr/lib/tmpfiles.d/spice-vdagentd.conf:2] Line references path below legacy directory /var/run/, updating /var/run/spice-vdagentd → /run/spice-vdagentd; please update the tmpfiles.d/ drop-in file accordingly.
1915Jan 14 20:24:12 localhost systemd-tmpfiles[1078]: [/etc/tmpfiles.d/vpnc.conf:1] Line references path below legacy directory /var/run/, updating /var/run/vpnc → /run/vpnc; please update the tmpfiles.d/ drop-in file accordingly.
1916Jan 14 20:24:12 localhost systemd[1]: Started Create Volatile Files and Directories.
1917Jan 14 20:24:12 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1918Jan 14 20:24:12 localhost systemd[1]: Starting Security Auditing Service...
1919Jan 14 20:24:12 localhost auditd[1080]: No plugins found, not dispatching events
1920Jan 14 20:24:12 localhost audit: CONFIG_CHANGE audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
1921Jan 14 20:24:12 localhost audit: CONFIG_CHANGE audit_pid=1080 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
1922Jan 14 20:24:12 localhost auditd[1080]: Init complete, auditd 3.0 listening for events (startup state enable)
1923Jan 14 20:24:13 localhost audit: CONFIG_CHANGE auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 op=add_rule key=(null) list=1 res=1
1924Jan 14 20:24:13 localhost augenrules[1083]: No rules
1925Jan 14 20:24:13 localhost systemd[1]: Started Security Auditing Service.
1926Jan 14 20:24:13 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1927Jan 14 20:24:13 localhost systemd[1]: Starting Update UTMP about System Boot/Shutdown...
1928Jan 14 20:24:13 localhost audit[1100]: SYSTEM_BOOT pid=1100 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
1929Jan 14 20:24:13 localhost systemd[1]: Started Update UTMP about System Boot/Shutdown.
1930Jan 14 20:24:13 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1931Jan 14 20:24:13 localhost systemd[1]: Reached target System Initialization.
1932Jan 14 20:24:13 localhost systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
1933Jan 14 20:24:13 localhost systemd[1]: Listening on Activation socket for spice guest agent daemon.
1934Jan 14 20:24:13 localhost systemd[1]: Listening on Virtual machine lock manager socket.
1935Jan 14 20:24:13 localhost systemd[1]: Started Updates mlocate database every day.
1936Jan 14 20:24:13 localhost systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket.
1937Jan 14 20:24:13 localhost systemd[1]: Started daily update of the root trust anchor for DNSSEC.
1938Jan 14 20:24:13 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.
1939Jan 14 20:24:13 localhost systemd[1]: Listening on CUPS Scheduler.
1940Jan 14 20:24:13 localhost systemd[1]: Started CUPS Scheduler.
1941Jan 14 20:24:13 localhost systemd[1]: Reached target Paths.
1942Jan 14 20:24:13 localhost systemd[1]: Started Daily Cleanup of Temporary Directories.
1943Jan 14 20:24:13 localhost systemd[1]: Reached target Timers.
1944Jan 14 20:24:13 localhost systemd[1]: Listening on Open-iSCSI iscsiuio Socket.
1945Jan 14 20:24:13 localhost systemd[1]: Listening on Virtual machine log manager socket.
1946Jan 14 20:24:13 localhost systemd[1]: Listening on Open-iSCSI iscsid Socket.
1947Jan 14 20:24:13 localhost systemd[1]: Reached target Sockets.
1948Jan 14 20:24:13 localhost systemd[1]: Reached target Basic System.
1949Jan 14 20:24:13 localhost systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
1950Jan 14 20:24:13 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rngd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1951Jan 14 20:24:13 localhost systemd[1]: Starting Disk Manager...
1952Jan 14 20:24:13 localhost systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
1953Jan 14 20:24:13 localhost systemd[1]: Started D-Bus System Message Bus.
1954Jan 14 20:24:13 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1955Jan 14 20:24:13 localhost systemd[1]: Starting firewalld - dynamic firewall daemon...
1956Jan 14 20:24:13 localhost systemd[1]: Started Manage Sound Card State (restore and store).
1957Jan 14 20:24:13 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=alsa-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1958Jan 14 20:24:13 localhost systemd[1]: Reached target Sound Card.
1959Jan 14 20:24:13 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=mcelog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1960Jan 14 20:24:13 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dbxtool comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1961Jan 14 20:24:13 localhost systemd[1]: Starting Modem Manager...
1962Jan 14 20:24:13 localhost alsactl[1106]: Found hardware: "HDA-Intel" "Realtek ALC887-VD" "HDA:10ec0887,1458a182,00100302" "0x1458" "0xa182"
1963Jan 14 20:24:13 localhost alsactl[1106]: Hardware is initialized using a generic method
1964Jan 14 20:24:13 localhost alsactl[1106]: Found hardware: "HDA-Intel" "Nvidia GPU 84 HDMI/DP" "HDA:10de0084,10de1c03,00100100" "0x10de" "0x1c03"
1965Jan 14 20:24:13 localhost alsactl[1106]: Hardware is initialized using a generic method
1966Jan 14 20:24:13 localhost alsactl[1106]: Found hardware: "USB-Audio" "USB Mixer" "USB041e:3125" "" ""
1967Jan 14 20:24:13 localhost alsactl[1106]: Hardware is initialized using a generic method
1968Jan 14 20:24:13 localhost alsactl[1106]: alsactl 1.1.6 daemon started
1969Jan 14 20:24:13 localhost systemd[1]: Started Machine Check Exception Logging Daemon.
1970Jan 14 20:24:13 localhost alsactl[1106]: /usr/sbin/alsactl: load_state:1683Cannot open /var/lib/alsa/asound.state for reading: No such file or directory
1971Jan 14 20:24:13 localhost systemd[1]: Starting Switcheroo Control Proxy service...
1972Jan 14 20:24:13 localhost alsactl[1106]: /usr/sbin/alsactl: sysfs_init:48sysfs path '/sys' is invalid
1973Jan 14 20:24:13 localhost systemd[1]: Started Secure Boot DBX (blacklist) updater.
1974Jan 14 20:24:13 localhost alsactl[1106]: /usr/sbin/alsactl: sysfs_init:48sysfs path '/sys' is invalid
1975Jan 14 20:24:13 localhost systemd[1]: Starting System Security Services Daemon...
1976Jan 14 20:24:13 localhost alsactl[1106]: /usr/sbin/alsactl: sysfs_init:48sysfs path '/sys' is invalid
1977Jan 14 20:24:13 localhost systemd[1]: Starting GSSAPI Proxy Daemon...
1978Jan 14 20:24:13 localhost systemd[1]: Starting RealtimeKit Scheduling Policy Service...
1979Jan 14 20:24:13 localhost systemd[1]: Starting Virtual Machine and Container Registration Service...
1980Jan 14 20:24:13 localhost systemd[1]: Starting LSB: Init script for live image....
1981Jan 14 20:24:13 localhost rngd[1101]: Failed to init entropy source 0: Hardware RNG Device
1982Jan 14 20:24:13 localhost rngd[1101]: Failed to init entropy source 1: TPM RNG Device
1983Jan 14 20:24:13 localhost rngd[1101]: Enabling RDSEED rng support
1984Jan 14 20:24:13 localhost mcelog[1108]: mcelog: warning: 8 bytes ignored in each record
1985Jan 14 20:24:13 localhost mcelog[1108]: mcelog: consider an update
1986Jan 14 20:24:13 localhost avahi-daemon[1103]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70).
1987Jan 14 20:24:13 localhost udisksd[1102]: udisks daemon version 2.8.1 starting
1988Jan 14 20:24:13 localhost ModemManager[1107]: <info> ModemManager (version 1.8.0-4.fc29) starting in system bus...
1989Jan 14 20:24:13 localhost dbus-daemon[1104]: dbus[1104]: Unknown username "systemd-timesync" in message bus configuration file
1990Jan 14 20:24:14 localhost sssd[1111]: Starting up
1991Jan 14 20:24:14 localhost rngd[1101]: Enabling JITTER rng support
1992Jan 14 20:24:14 localhost dbus-daemon[1104]: [system] Successfully activated service 'org.freedesktop.systemd1'
1993Jan 14 20:24:14 localhost systemd[1]: Started Virtual Machine and Container Registration Service.
1994Jan 14 20:24:14 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-machined comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
1995Jan 14 20:24:14 localhost rtkit-daemon[1113]: Successfully called chroot.
1996Jan 14 20:24:14 localhost rtkit-daemon[1113]: Successfully dropped privileges.
1997Jan 14 20:24:14 localhost rtkit-daemon[1113]: Successfully limited resources.
1998Jan 14 20:24:14 localhost rtkit-daemon[1113]: Running.
1999Jan 14 20:24:14 localhost rtkit-daemon[1113]: Canary thread running.
2000Jan 14 20:24:14 localhost rtkit-daemon[1113]: Watchdog thread running.
2001Jan 14 20:24:14 localhost systemd[1]: Started Switcheroo Control Proxy service.
2002Jan 14 20:24:14 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=switcheroo-control comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2003Jan 14 20:24:14 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=switcheroo-control comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2004Jan 14 20:24:14 localhost systemd[1]: Started GSSAPI Proxy Daemon.
2005Jan 14 20:24:14 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=gssproxy comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2006Jan 14 20:24:14 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2007Jan 14 20:24:14 localhost avahi-daemon[1103]: Successfully dropped root privileges.
2008Jan 14 20:24:14 localhost systemd[1]: Started RealtimeKit Scheduling Policy Service.
2009Jan 14 20:24:14 localhost avahi-daemon[1103]: avahi-daemon 0.7 starting up.
2010Jan 14 20:24:14 localhost systemd[1]: Reached target NFS client services.
2011Jan 14 20:24:14 localhost systemd[1]: Started Avahi mDNS/DNS-SD Stack.
2012Jan 14 20:24:14 localhost avahi-daemon[1103]: Successfully called chroot().
2013Jan 14 20:24:14 localhost avahi-daemon[1103]: Successfully dropped remaining capabilities.
2014Jan 14 20:24:14 localhost avahi-daemon[1144]: chroot.c: open() failed: No such file or directory
2015Jan 14 20:24:14 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2016Jan 14 20:24:14 localhost avahi-daemon[1103]: Failed to open /etc/resolv.conf: Invalid argument
2017Jan 14 20:24:14 localhost avahi-daemon[1103]: No service file found in /etc/avahi/services.
2018Jan 14 20:24:14 localhost useradd[1138]: new group: name=liveuser, GID=1000
2019Jan 14 20:24:14 localhost audit[1138]: ADD_GROUP pid=1138 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=add-group acct="liveuser" exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success'
2020Jan 14 20:24:14 localhost useradd[1138]: new user: name=liveuser, UID=1000, GID=1000, home=/home/liveuser, shell=/bin/bash
2021Jan 14 20:24:14 localhost avahi-daemon[1103]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives.
2022Jan 14 20:24:14 localhost avahi-daemon[1103]: Network interface enumeration completed.
2023Jan 14 20:24:14 localhost avahi-daemon[1103]: Server startup complete. Host name is linux.local. Local service cookie is 2966459173.
2024Jan 14 20:24:14 localhost audit[1138]: ADD_USER pid=1138 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=add-user id=1000 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success'
2025Jan 14 20:24:14 localhost sssd[be[implicit_files]][1145]: Starting up
2026Jan 14 20:24:14 localhost audit[1150]: USER_MGMT pid=1150 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=pam_tally2 reset=0 id=1000 exe="/usr/sbin/pam_tally2" hostname=? addr=? terminal=? res=success'
2027Jan 14 20:24:14 localhost audit[1138]: USER_MGMT pid=1138 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=add-home-dir id=1000 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success'
2028Jan 14 20:24:14 localhost sssd[nss][1151]: Starting up
2029Jan 14 20:24:14 localhost livesys[1115]: [30B blob data]
2030Jan 14 20:24:14 localhost systemd[1]: Started System Security Services Daemon.
2031Jan 14 20:24:14 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sssd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2032Jan 14 20:24:14 localhost systemd[1]: Reached target User and Group Name Lookups.
2033Jan 14 20:24:14 localhost systemd[1]: Starting Login Service...
2034Jan 14 20:24:14 localhost systemd[1]: Starting Accounts Service...
2035Jan 14 20:24:14 localhost systemd-logind[1153]: New seat seat0.
2036Jan 14 20:24:14 localhost systemd-logind[1153]: Watching system buttons on /dev/input/event2 (Power Button)
2037Jan 14 20:24:14 localhost systemd-logind[1153]: Watching system buttons on /dev/input/event1 (Power Button)
2038Jan 14 20:24:14 localhost systemd-logind[1153]: Watching system buttons on /dev/input/event0 (Sleep Button)
2039Jan 14 20:24:14 localhost livesys[1115]: passwd: Note: deleting a password also unlocks the password.
2040Jan 14 20:24:14 localhost audit[1152]: USER_CHAUTHTOK pid=1152 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:initrc_t:s0 msg='op=deleted-password id=1000 exe="/usr/bin/passwd" hostname=? addr=? terminal=? res=success'
2041Jan 14 20:24:14 localhost systemd-logind[1153]: Watching system buttons on /dev/input/event5 (USB Keyboard)
2042Jan 14 20:24:14 localhost systemd-logind[1153]: Watching system buttons on /dev/input/event6 (USB Keyboard Consumer Control)
2043Jan 14 20:24:14 localhost systemd-logind[1153]: Watching system buttons on /dev/input/event7 (USB Keyboard System Control)
2044Jan 14 20:24:14 localhost systemd-logind[1153]: Watching system buttons on /dev/input/event8 (USB Keyboard Keyboard)
2045Jan 14 20:24:14 localhost audit[1165]: USER_MGMT pid=1165 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=add-user-to-group grp="wheel" acct="liveuser" exe="/usr/sbin/usermod" hostname=? addr=? terminal=? res=success'
2046Jan 14 20:24:14 localhost usermod[1165]: add 'liveuser' to group 'wheel'
2047Jan 14 20:24:14 localhost usermod[1165]: add 'liveuser' to shadow group 'wheel'
2048Jan 14 20:24:14 localhost audit[1165]: USER_MGMT pid=1165 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=add-user-to-shadow-group grp="wheel" acct="liveuser" exe="/usr/sbin/usermod" hostname=? addr=? terminal=? res=success'
2049Jan 14 20:24:14 localhost livesys[1115]: passwd: Note: deleting a password also unlocks the password.
2050Jan 14 20:24:14 localhost audit[1170]: USER_CHAUTHTOK pid=1170 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:initrc_t:s0 msg='op=deleted-password id=0 exe="/usr/bin/passwd" hostname=? addr=? terminal=? res=success'
2051Jan 14 20:24:14 localhost dbus-daemon[1104]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.7' (uid=0 pid=1102 comm="/usr/libexec/udisks2/udisksd " label="system_u:system_r:devicekit_disk_t:s0")
2052Jan 14 20:24:14 localhost systemd[1]: Starting Authorization Manager...
2053Jan 14 20:24:15 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2054Jan 14 20:24:15 localhost systemd[1]: Started Login Service.
2055Jan 14 20:24:15 localhost systemd[1]: Started Modem Manager.
2056Jan 14 20:24:15 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2057Jan 14 20:24:15 localhost polkitd[1180]: Started polkitd version 0.115
2058Jan 14 20:24:16 localhost gsettings[1181]: failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY
2059Jan 14 20:24:16 localhost livesys[1115]: sed: can't read : No such file or directory
2060Jan 14 20:24:16 localhost polkitd[1180]: Loading rules from directory /etc/polkit-1/rules.d
2061Jan 14 20:24:16 localhost polkitd[1180]: Loading rules from directory /usr/share/polkit-1/rules.d
2062Jan 14 20:24:16 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2063Jan 14 20:24:16 localhost polkitd[1180]: Finished loading, compiling and executing 12 rules
2064Jan 14 20:24:16 localhost dbus-daemon[1104]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
2065Jan 14 20:24:16 localhost systemd[1]: Started Authorization Manager.
2066Jan 14 20:24:16 localhost polkitd[1180]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
2067Jan 14 20:24:16 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2068Jan 14 20:24:16 localhost accounts-daemon[1154]: started daemon version 0.6.54
2069Jan 14 20:24:16 localhost systemd[1]: Started Accounts Service.
2070Jan 14 20:24:16 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2071Jan 14 20:24:16 localhost livesys[1115]: Warning: Schema “org.freedesktop.ibus†has path “/desktop/ibus/â€. Paths starting with “/apps/â€, “/desktop/†or “/system/†are deprecated.
2072Jan 14 20:24:16 localhost livesys[1115]: Warning: Schema “org.freedesktop.ibus.general†has path “/desktop/ibus/general/â€. Paths starting with “/apps/â€, “/desktop/†or “/system/†are deprecated.
2073Jan 14 20:24:16 localhost livesys[1115]: Warning: Schema “org.freedesktop.ibus.general.hotkey†has path “/desktop/ibus/general/hotkey/â€. Paths starting with “/apps/â€, “/desktop/†or “/system/†are deprecated.
2074Jan 14 20:24:16 localhost livesys[1115]: Warning: Schema “org.freedesktop.ibus.panel†has path “/desktop/ibus/panel/â€. Paths starting with “/apps/â€, “/desktop/†or “/system/†are deprecated.
2075Jan 14 20:24:16 localhost livesys[1115]: Warning: Schema “org.freedesktop.ibus.panel.emoji†has path “/desktop/ibus/panel/emoji/â€. Paths starting with “/apps/â€, “/desktop/†or “/system/†are deprecated.
2076Jan 14 20:24:17 localhost livesys[1115]: Warning: Schema “org.gnome.crypto.cache†has path “/desktop/gnome/crypto/cache/â€. Paths starting with “/apps/â€, “/desktop/†or “/system/†are deprecated.
2077Jan 14 20:24:17 localhost livesys[1115]: Warning: Schema “org.gnome.crypto.pgp†has path “/desktop/gnome/crypto/pgp/â€. Paths starting with “/apps/â€, “/desktop/†or “/system/†are deprecated.
2078Jan 14 20:24:17 localhost systemd[1]: Started Disk Manager.
2079Jan 14 20:24:17 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2080Jan 14 20:24:17 localhost udisksd[1102]: Acquired the name org.freedesktop.UDisks2 on the system message bus
2081Jan 14 20:24:17 localhost livesys[1115]: Warning: Schema “org.gnome.system.locale†has path “/system/locale/â€. Paths starting with “/apps/â€, “/desktop/†or “/system/†are deprecated.
2082Jan 14 20:24:17 localhost livesys[1115]: Warning: Schema “org.gnome.system.proxy†has path “/system/proxy/â€. Paths starting with “/apps/â€, “/desktop/†or “/system/†are deprecated.
2083Jan 14 20:24:17 localhost livesys[1115]: Warning: Schema “org.gnome.system.proxy.http†has path “/system/proxy/http/â€. Paths starting with “/apps/â€, “/desktop/†or “/system/†are deprecated.
2084Jan 14 20:24:17 localhost livesys[1115]: Warning: Schema “org.gnome.system.proxy.https†has path “/system/proxy/https/â€. Paths starting with “/apps/â€, “/desktop/†or “/system/†are deprecated.
2085Jan 14 20:24:17 localhost livesys[1115]: Warning: Schema “org.gnome.system.proxy.ftp†has path “/system/proxy/ftp/â€. Paths starting with “/apps/â€, “/desktop/†or “/system/†are deprecated.
2086Jan 14 20:24:17 localhost livesys[1115]: Warning: Schema “org.gnome.system.proxy.socks†has path “/system/proxy/socks/â€. Paths starting with “/apps/â€, “/desktop/†or “/system/†are deprecated.
2087Jan 14 20:24:17 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=livesys comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2088Jan 14 20:24:17 localhost systemd[1]: Started LSB: Init script for live image..
2089Jan 14 20:24:17 localhost systemd[1]: Starting SYSV: Late init script for live image....
2090Jan 14 20:24:17 localhost systemd[1]: Starting NTP client/server...
2091Jan 14 20:24:17 localhost systemd[1]: Started SYSV: Late init script for live image..
2092Jan 14 20:24:17 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=livesys-late comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2093Jan 14 20:24:17 localhost chronyd[1246]: chronyd version 3.4 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG)
2094Jan 14 20:24:17 localhost chronyd[1246]: Using right/UTC timezone to obtain leap second data
2095Jan 14 20:24:17 localhost systemd[1]: Started NTP client/server.
2096Jan 14 20:24:17 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=chronyd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2097Jan 14 20:24:17 localhost systemd[1]: Started firewalld - dynamic firewall daemon.
2098Jan 14 20:24:17 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=firewalld comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2099Jan 14 20:24:17 localhost systemd[1]: Reached target Network (Pre).
2100Jan 14 20:24:17 localhost systemd[1]: Starting Network Manager...
2101Jan 14 20:24:17 localhost ModemManager[1107]: <info> Couldn't check support for device '/sys/devices/pci0000:00/0000:00:1b.3/0000:05:00.0/usb3/3-1/3-1.1': not supported by any plugin
2102Jan 14 20:24:17 localhost ModemManager[1107]: <info> Couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.3/0000:07:00.0': not supported by any plugin
2103Jan 14 20:24:17 localhost audit: NETFILTER_CFG table=filter family=10 entries=0
2104Jan 14 20:24:17 localhost NetworkManager[1251]: <info> [1547515457.8195] NetworkManager (version 1.12.4-1.fc29) is starting... (for the first time)
2105Jan 14 20:24:17 localhost NetworkManager[1251]: <info> [1547515457.8197] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity-fedora.conf)
2106Jan 14 20:24:17 localhost systemd[1]: Started Network Manager.
2107Jan 14 20:24:17 localhost NetworkManager[1251]: <info> [1547515457.8665] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
2108Jan 14 20:24:17 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2109Jan 14 20:24:17 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=iscsi-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2110Jan 14 20:24:17 localhost systemd[1]: Reached target Network.
2111Jan 14 20:24:17 localhost systemd[1]: Started Logout off all iSCSI sessions on shutdown.
2112Jan 14 20:24:17 localhost systemd[1]: Reached target Remote File Systems (Pre).
2113Jan 14 20:24:17 localhost systemd[1]: Reached target Remote File Systems.
2114Jan 14 20:24:17 localhost NetworkManager[1251]: <info> [1547515457.9237] manager[0x559cbbb2d030]: monitoring kernel firmware directory '/lib/firmware'.
2115Jan 14 20:24:17 localhost systemd[1]: Starting Virtualization daemon...
2116Jan 14 20:24:17 localhost systemd[1]: Starting Permit User Sessions...
2117Jan 14 20:24:17 localhost systemd[1]: Starting Network Manager Wait Online...
2118Jan 14 20:24:17 localhost dbus-daemon[1104]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.19' (uid=0 pid=1251 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0")
2119Jan 14 20:24:17 localhost systemd[1]: Started Permit User Sessions.
2120Jan 14 20:24:17 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2121Jan 14 20:24:17 localhost systemd[1]: Starting Hold until boot process finishes up...
2122Jan 14 20:24:17 localhost systemd[1]: Starting GNOME Display Manager...
2123Jan 14 20:24:17 localhost systemd[1]: Starting Hostname Service...
2124Jan 14 20:24:18 localhost dbus-daemon[1104]: [system] Successfully activated service 'org.freedesktop.hostname1'
2125Jan 14 20:24:18 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2126Jan 14 20:24:18 localhost systemd[1]: Started Hostname Service.
2127Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.1958] hostname: hostname: using hostnamed
2128Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.1960] hostname: hostname changed from (none) to "localhost-live"
2129Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.1961] dns-mgr[0x559cbbb37930]: init: dns=default, rc-manager=symlink
2130Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.1967] rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1b.3/0000:05:00.0/usb3/3-1/3-1.1/3-1.1:1.0/ieee80211/phy0/rfkill0) (driver rt2800usb)
2131Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.1969] manager[0x559cbbb2d030]: rfkill: WiFi hardware radio set enabled
2132Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.1969] manager[0x559cbbb2d030]: rfkill: WWAN hardware radio set enabled
2133Jan 14 20:24:18 localhost dbus-daemon[1104]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.19' (uid=0 pid=1251 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0")
2134Jan 14 20:24:18 localhost systemd[1]: Starting Network Manager Script Dispatcher Service...
2135Jan 14 20:24:18 localhost systemd[1]: Started GNOME Display Manager.
2136Jan 14 20:24:18 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2137Jan 14 20:24:18 localhost dbus-daemon[1104]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
2138Jan 14 20:24:18 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2139Jan 14 20:24:18 localhost systemd[1]: Started Network Manager Script Dispatcher Service.
2140Jan 14 20:24:18 localhost systemd[1]: Received SIGRTMIN+21 from PID 960 (plymouthd).
2141Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.3416] settings: Loaded settings plugin: SettingsPluginIfcfg (/usr/lib64/NetworkManager/1.12.4-1.fc29/libnm-settings-plugin-ifcfg-rh.so)
2142Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.3423] settings: Loaded settings plugin: NMSIbftPlugin (/usr/lib64/NetworkManager/1.12.4-1.fc29/libnm-settings-plugin-ibft.so)
2143Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.3424] settings: Loaded settings plugin: NMSKeyfilePlugin (internal)
2144Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.5949] manager: rfkill: WiFi enabled by radio killswitch; enabled by state file
2145Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.5951] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
2146Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.5953] manager: Networking is enabled by state file
2147Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.5958] dhcp-init: Using DHCP client 'dhclient'
2148Jan 14 20:24:18 localhost nm-dispatcher[1291]: req:1 'hostname': new request (3 scripts)
2149Jan 14 20:24:18 localhost nm-dispatcher[1291]: req:1 'hostname': start running ordered scripts...
2150Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.7234] Loaded device plugin: NMWwanFactory (/usr/lib64/NetworkManager/1.12.4-1.fc29/libnm-device-plugin-wwan.so)
2151Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.7902] Loaded device plugin: NMBluezManager (/usr/lib64/NetworkManager/1.12.4-1.fc29/libnm-device-plugin-bluetooth.so)
2152Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.8245] Loaded device plugin: NMWifiFactory (/usr/lib64/NetworkManager/1.12.4-1.fc29/libnm-device-plugin-wifi.so)
2153Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.8361] Loaded device plugin: NMAtmManager (/usr/lib64/NetworkManager/1.12.4-1.fc29/libnm-device-plugin-adsl.so)
2154Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.8875] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.12.4-1.fc29/libnm-device-plugin-team.so)
2155Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.8950] device (lo): carrier: link connected
2156Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.8952] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
2157Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.8960] manager: (enp7s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
2158Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.8972] ifcfg-rh: add connection in-memory (e4e8f1b8-4fb6-3991-86a7-306d130badeb,"Wired connection 1")
2159Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.8975] settings: (enp7s0): created default wired connection 'Wired connection 1'
2160Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.8979] device (enp7s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
2161Jan 14 20:24:18 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
2162Jan 14 20:24:18 localhost audit[1304]: USER_AUTH pid=1304 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_permit acct="liveuser" exe="/usr/libexec/gdm-session-worker" hostname=localhost addr=? terminal=/dev/tty1 res=success'
2163Jan 14 20:24:18 localhost audit[1304]: USER_ACCT pid=1304 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="liveuser" exe="/usr/libexec/gdm-session-worker" hostname=localhost addr=? terminal=/dev/tty1 res=success'
2164Jan 14 20:24:18 localhost kernel: r8169 0000:07:00.0 enp7s0: link down
2165Jan 14 20:24:18 localhost kernel: r8169 0000:07:00.0 enp7s0: link down
2166Jan 14 20:24:18 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
2167Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.9677] wifi-nl80211: (wlp5s0u1u1): using nl80211 for WiFi device control
2168Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.9678] device (wlp5s0u1u1): driver supports Access Point (AP) mode
2169Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.9681] manager: (wlp5s0u1u1): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3)
2170Jan 14 20:24:18 localhost NetworkManager[1251]: <info> [1547515458.9686] device (wlp5s0u1u1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
2171Jan 14 20:24:18 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): wlp5s0u1u1: link is not ready
2172Jan 14 20:24:18 localhost kernel: ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
2173Jan 14 20:24:18 localhost audit[1304]: CRED_ACQ pid=1304 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_gdm,pam_permit acct="liveuser" exe="/usr/libexec/gdm-session-worker" hostname=localhost addr=? terminal=/dev/tty1 res=success'
2174Jan 14 20:24:18 localhost kernel: ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.36
2175Jan 14 20:24:19 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): wlp5s0u1u1: link is not ready
2176Jan 14 20:24:19 localhost NetworkManager[1251]: <info> [1547515459.2444] device (wlp5s0u1u1): set-hw-addr: set MAC address to FA:9D:7A:07:74:EF (scanning)
2177Jan 14 20:24:19 localhost audit[1304]: USER_ROLE_CHANGE pid=1304 uid=0 auid=1000 ses=1 subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/libexec/gdm-session-worker" hostname=localhost addr=? terminal=/dev/tty2 res=success'
2178Jan 14 20:24:19 localhost systemd[1]: Created slice User Slice of UID 1000.
2179Jan 14 20:24:19 localhost systemd[1]: Created slice system-user\x2druntime\x2ddir.slice.
2180Jan 14 20:24:19 localhost systemd[1]: Started /run/user/1000 mount wrapper.
2181Jan 14 20:24:19 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2182Jan 14 20:24:19 localhost systemd[1]: Starting User Manager for UID 1000...
2183Jan 14 20:24:19 localhost systemd-logind[1153]: New session 1 of user liveuser.
2184Jan 14 20:24:19 localhost systemd[1]: Started Session 1 of user liveuser.
2185Jan 14 20:24:19 localhost audit[1338]: USER_ACCT pid=1338 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="liveuser" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2186Jan 14 20:24:19 localhost audit[1338]: USER_ROLE_CHANGE pid=1338 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2187Jan 14 20:24:19 localhost systemd[1338]: pam_unix(systemd-user:session): session opened for user liveuser by (uid=0)
2188Jan 14 20:24:19 localhost audit[1338]: USER_START pid=1338 uid=0 auid=1000 ses=2 subj=system_u:system_r:init_t:s0 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="liveuser" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2189Jan 14 20:24:19 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): wlp5s0u1u1: link is not ready
2190Jan 14 20:24:19 localhost dbus-daemon[1104]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.19' (uid=0 pid=1251 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0")
2191Jan 14 20:24:19 localhost NetworkManager[1251]: <info> [1547515459.5174] modem-manager: ModemManager available
2192Jan 14 20:24:19 localhost nm-dispatcher[1291]: req:2 'connectivity-change': new request (3 scripts)
2193Jan 14 20:24:19 localhost systemd[1]: Starting WPA supplicant...
2194Jan 14 20:24:19 localhost nm-dispatcher[1291]: req:2 'connectivity-change': start running ordered scripts...
2195Jan 14 20:24:19 localhost dbus-daemon[1104]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
2196Jan 14 20:24:19 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2197Jan 14 20:24:19 localhost systemd[1]: Started WPA supplicant.
2198Jan 14 20:24:19 localhost wpa_supplicant[1347]: Successfully initialized wpa_supplicant
2199Jan 14 20:24:19 localhost NetworkManager[1251]: <info> [1547515459.7584] supplicant: wpa_supplicant running
2200Jan 14 20:24:19 localhost NetworkManager[1251]: <info> [1547515459.7586] device (wlp5s0u1u1): supplicant interface state: init -> starting
2201Jan 14 20:24:19 localhost NetworkManager[1251]: <info> [1547515459.7933] sup-iface[0x559cbbb308d0,wlp5s0u1u1]: supports 4 scan SSIDs
2202Jan 14 20:24:19 localhost systemd[1338]: Starting D-Bus User Message Bus Socket.
2203Jan 14 20:24:19 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): wlp5s0u1u1: link is not ready
2204Jan 14 20:24:19 localhost systemd[1338]: Listening on Sound System.
2205Jan 14 20:24:19 localhost systemd[1338]: Reached target Paths.
2206Jan 14 20:24:19 localhost systemd[1338]: Started Mark boot as successful after the user session has run 2 minutes.
2207Jan 14 20:24:19 localhost systemd[1338]: Reached target Timers.
2208Jan 14 20:24:19 localhost NetworkManager[1251]: <info> [1547515459.7947] device (wlp5s0u1u1): supplicant interface state: starting -> ready
2209Jan 14 20:24:19 localhost NetworkManager[1251]: <info> [1547515459.7948] device (wlp5s0u1u1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
2210Jan 14 20:24:19 localhost systemd[1338]: Listening on D-Bus User Message Bus Socket.
2211Jan 14 20:24:19 localhost systemd[1338]: Reached target Sockets.
2212Jan 14 20:24:19 localhost systemd[1338]: Reached target Basic System.
2213Jan 14 20:24:19 localhost systemd[1]: Started User Manager for UID 1000.
2214Jan 14 20:24:19 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2215Jan 14 20:24:19 localhost systemd[1338]: Starting Sound Service...
2216Jan 14 20:24:19 localhost gdm-autologin][1304]: pam_unix(gdm-autologin:session): session opened for user liveuser by (uid=0)
2217Jan 14 20:24:20 localhost audit[1304]: USER_START pid=1304 uid=0 auid=1000 ses=1 subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_keyinit,pam_namespace,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_gnome_keyring,pam_umask acct="liveuser" exe="/usr/libexec/gdm-session-worker" hostname=localhost addr=? terminal=/dev/tty2 res=success'
2218Jan 14 20:24:20 localhost audit[1304]: USER_LOGIN pid=1304 uid=0 auid=1000 ses=1 subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 msg='uid=1000 exe="/usr/libexec/gdm-session-worker" hostname=? addr=? terminal=? res=success'
2219Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=security family=2 entries=0
2220Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=raw family=2 entries=0
2221Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=mangle family=2 entries=0
2222Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=nat family=2 entries=0
2223Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=security family=10 entries=0
2224Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=raw family=10 entries=0
2225Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=mangle family=10 entries=0
2226Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=nat family=10 entries=0
2227Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=security family=2 entries=4
2228Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=raw family=2 entries=3
2229Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=mangle family=2 entries=6
2230Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=nat family=2 entries=5
2231Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=filter family=2 entries=4
2232Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=security family=10 entries=4
2233Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=raw family=10 entries=3
2234Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=mangle family=10 entries=6
2235Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=nat family=10 entries=5
2236Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=filter family=10 entries=4
2237Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=nat family=7 entries=0
2238Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=filter family=7 entries=0
2239Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=security family=2 entries=4
2240Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=raw family=2 entries=3
2241Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=mangle family=2 entries=6
2242Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=nat family=2 entries=5
2243Jan 14 20:24:20 localhost systemd[1]: Started Virtualization daemon.
2244Jan 14 20:24:20 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2245Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=filter family=2 entries=4
2246Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=security family=10 entries=4
2247Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=raw family=10 entries=3
2248Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=mangle family=10 entries=6
2249Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=nat family=10 entries=5
2250Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=filter family=10 entries=4
2251Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=nat family=7 entries=6
2252Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=filter family=7 entries=6
2253Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=raw family=10 entries=15
2254Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=raw family=2 entries=15
2255Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=filter family=2 entries=39
2256Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=raw family=10 entries=18
2257Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=filter family=10 entries=39
2258Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=filter family=2 entries=67
2259Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=raw family=2 entries=27
2260Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=mangle family=2 entries=27
2261Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=nat family=2 entries=26
2262Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=filter family=10 entries=68
2263Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=mangle family=10 entries=27
2264Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=nat family=10 entries=26
2265Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=raw family=10 entries=29
2266Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=security family=2 entries=13
2267Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=raw family=2 entries=28
2268Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=mangle family=2 entries=39
2269Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=filter family=2 entries=83
2270Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=security family=10 entries=13
2271Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=raw family=10 entries=30
2272Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=mangle family=10 entries=39
2273Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=filter family=10 entries=84
2274Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=nat family=7 entries=6
2275Jan 14 20:24:20 localhost audit: NETFILTER_CFG table=filter family=7 entries=6
2276Jan 14 20:24:20 localhost rtkit-daemon[1113]: Successfully made thread 1351 of process 1351 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
2277Jan 14 20:24:20 localhost rtkit-daemon[1113]: Supervising 1 threads of 1 processes of 1 users.
2278Jan 14 20:24:21 localhost systemd[1338]: Started D-Bus User Message Bus.
2279Jan 14 20:24:22 localhost NetworkManager[1251]: <info> [1547515462.5558] device (enp7s0): carrier: link connected
2280Jan 14 20:24:22 localhost kernel: r8169 0000:07:00.0 enp7s0: link up
2281Jan 14 20:24:22 localhost kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp7s0: link becomes ready
2282Jan 14 20:24:22 localhost NetworkManager[1251]: <info> [1547515462.5564] device (enp7s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
2283Jan 14 20:24:22 localhost NetworkManager[1251]: <info> [1547515462.5571] policy: auto-activating connection 'Wired connection 1' (e4e8f1b8-4fb6-3991-86a7-306d130badeb)
2284Jan 14 20:24:22 localhost NetworkManager[1251]: <info> [1547515462.5575] device (enp7s0): Activation: starting connection 'Wired connection 1' (e4e8f1b8-4fb6-3991-86a7-306d130badeb)
2285Jan 14 20:24:22 localhost NetworkManager[1251]: <info> [1547515462.5576] device (enp7s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
2286Jan 14 20:24:22 localhost NetworkManager[1251]: <info> [1547515462.5578] manager: NetworkManager state is now CONNECTING
2287Jan 14 20:24:22 localhost NetworkManager[1251]: <info> [1547515462.5579] device (enp7s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
2288Jan 14 20:24:22 localhost audit: NETFILTER_CFG table=raw family=2 entries=28
2289Jan 14 20:24:22 localhost audit: NETFILTER_CFG table=mangle family=2 entries=39
2290Jan 14 20:24:22 localhost audit: NETFILTER_CFG table=nat family=2 entries=50
2291Jan 14 20:24:22 localhost audit: NETFILTER_CFG table=filter family=2 entries=83
2292Jan 14 20:24:22 localhost audit: NETFILTER_CFG table=raw family=10 entries=30
2293Jan 14 20:24:22 localhost audit: NETFILTER_CFG table=mangle family=10 entries=39
2294Jan 14 20:24:22 localhost audit: NETFILTER_CFG table=nat family=10 entries=50
2295Jan 14 20:24:22 localhost audit: NETFILTER_CFG table=filter family=10 entries=84
2296Jan 14 20:24:22 localhost NetworkManager[1251]: <info> [1547515462.5678] device (enp7s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
2297Jan 14 20:24:22 localhost NetworkManager[1251]: <info> [1547515462.5685] dhcp4 (enp7s0): activation: beginning transaction (timeout in 45 seconds)
2298Jan 14 20:24:22 localhost NetworkManager[1251]: <info> [1547515462.6254] dhcp4 (enp7s0): dhclient started with pid 1495
2299Jan 14 20:24:22 localhost avahi-daemon[1103]: Joining mDNS multicast group on interface enp7s0.IPv6 with address fe80::67a6:e194:156:a545.
2300Jan 14 20:24:22 localhost NetworkManager[1251]: <warn> [1547515462.6260] secret-key: failure reading secret key in "/var/lib/NetworkManager/secret_key": Failed to open file “/var/lib/NetworkManager/secret_keyâ€: No such file or directory (generate new key)
2301Jan 14 20:24:22 localhost avahi-daemon[1103]: New relevant interface enp7s0.IPv6 for mDNS.
2302Jan 14 20:24:22 localhost avahi-daemon[1103]: Registering new address record for fe80::67a6:e194:156:a545 on enp7s0.*.
2303Jan 14 20:24:22 localhost dbus-daemon[1452]: [session uid=1000 pid=1452] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.3' (uid=1000 pid=1509 comm="gsettings get org.gnome.system.locale region " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2304Jan 14 20:24:22 localhost systemd[1338]: Starting Virtual filesystem service...
2305Jan 14 20:24:23 localhost rtkit-daemon[1113]: Supervising 1 threads of 1 processes of 1 users.
2306Jan 14 20:24:23 localhost rtkit-daemon[1113]: Successfully made thread 1517 of process 1351 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
2307Jan 14 20:24:23 localhost rtkit-daemon[1113]: Supervising 2 threads of 1 processes of 1 users.
2308Jan 14 20:24:23 localhost rtkit-daemon[1113]: Supervising 2 threads of 1 processes of 1 users.
2309Jan 14 20:24:23 localhost dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gtk.vfs.Daemon'
2310Jan 14 20:24:23 localhost systemd[1338]: Started Virtual filesystem service.
2311Jan 14 20:24:23 localhost dhclient[1495]: Created duid "\000\004\304\347\342\362g\300E\270\245\262\342\201\307\265\236\"".
2312Jan 14 20:24:23 localhost dhclient[1495]: DHCPDISCOVER on enp7s0 to 255.255.255.255 port 67 interval 6 (xid=0x40e09257)
2313Jan 14 20:24:23 localhost rtkit-daemon[1113]: Successfully made thread 1520 of process 1351 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
2314Jan 14 20:24:23 localhost rtkit-daemon[1113]: Supervising 3 threads of 1 processes of 1 users.
2315Jan 14 20:24:23 localhost kernel: fuse init (API version 7.27)
2316Jan 14 20:24:23 localhost systemd[1]: Mounting FUSE Control File System...
2317Jan 14 20:24:23 localhost systemd[1]: Mounted FUSE Control File System.
2318Jan 14 20:24:23 localhost rtkit-daemon[1113]: Supervising 3 threads of 1 processes of 1 users.
2319Jan 14 20:24:23 localhost rtkit-daemon[1113]: Successfully made thread 1564 of process 1351 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
2320Jan 14 20:24:23 localhost rtkit-daemon[1113]: Supervising 4 threads of 1 processes of 1 users.
2321Jan 14 20:24:23 localhost rtkit-daemon[1113]: Supervising 4 threads of 1 processes of 1 users.
2322Jan 14 20:24:23 localhost gnome-keyring-ssh.desktop[1565]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
2323Jan 14 20:24:23 localhost rtkit-daemon[1113]: Successfully made thread 1574 of process 1351 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
2324Jan 14 20:24:23 localhost rtkit-daemon[1113]: Supervising 5 threads of 1 processes of 1 users.
2325Jan 14 20:24:23 localhost gnome-keyring-secrets.desktop[1567]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
2326Jan 14 20:24:23 localhost gnome-keyring-pkcs11.desktop[1569]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
2327Jan 14 20:24:23 localhost dbus-daemon[1104]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.54' (uid=1000 pid=1351 comm="/usr/bin/pulseaudio --daemonize=no " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2328Jan 14 20:24:23 localhost pulseaudio[1351]: W: [pulseaudio] authkey.c: Failed to open cookie file '/home/liveuser/.config/pulse/cookie': No such file or directory
2329Jan 14 20:24:23 localhost pulseaudio[1351]: W: [pulseaudio] authkey.c: Failed to load authentication key '/home/liveuser/.config/pulse/cookie': No such file or directory
2330Jan 14 20:24:23 localhost pulseaudio[1351]: W: [pulseaudio] authkey.c: Failed to open cookie file '/home/liveuser/.pulse-cookie': No such file or directory
2331Jan 14 20:24:23 localhost pulseaudio[1351]: W: [pulseaudio] authkey.c: Failed to load authentication key '/home/liveuser/.pulse-cookie': No such file or directory
2332Jan 14 20:24:23 localhost systemd[1338]: Started Sound Service.
2333Jan 14 20:24:23 localhost systemd[1338]: Reached target Default.
2334Jan 14 20:24:23 localhost systemd[1338]: Startup finished in 4.229s.
2335Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.5109] dhcp6 (enp7s0): activation: beginning transaction (timeout in 45 seconds)
2336Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.5124] dhcp6 (enp7s0): dhclient started with pid 1618
2337Jan 14 20:24:24 localhost dhclient[1618]: XMT: Info-Request on enp7s0, interval 1070ms.
2338Jan 14 20:24:24 localhost dhclient[1618]: RCV: Reply message on enp7s0 from fe80::1.
2339Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.9024] dhcp6 (enp7s0): nameserver 'fe80::1'
2340Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.9025] dhcp6 (enp7s0): state changed unknown -> bound
2341Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.9034] device (enp7s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
2342Jan 14 20:24:24 localhost nm-dispatcher[1291]: req:3 'dhcp6-change' [enp7s0]: new request (3 scripts)
2343Jan 14 20:24:24 localhost nm-dispatcher[1291]: req:3 'dhcp6-change' [enp7s0]: start running ordered scripts...
2344Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.9047] device (enp7s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
2345Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.9049] dhcp6 (enp7s0): client pid 1618 exited with status 0
2346Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.9049] dhcp6 (enp7s0): state changed bound -> done
2347Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.9050] device (enp7s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
2348Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.9055] manager: NetworkManager state is now CONNECTED_LOCAL
2349Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.9062] manager: NetworkManager state is now CONNECTED_SITE
2350Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.9062] policy: set 'Wired connection 1' (enp7s0) as default for IPv6 routing and DNS
2351Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.9064] policy: set-hostname: set hostname to 'localhost-live' (from system configuration)
2352Jan 14 20:24:24 localhost NetworkManager[1251]: <info> [1547515464.9070] device (enp7s0): Activation: successful, device activated.
2353Jan 14 20:24:24 localhost-live systemd-hostnamed[1276]: Changed host name to 'localhost-live'
2354Jan 14 20:24:24 localhost-live nm-dispatcher[1291]: req:4 'up' [enp7s0]: new request (3 scripts)
2355Jan 14 20:24:24 localhost-live nm-dispatcher[1291]: req:5 'hostname': new request (3 scripts)
2356Jan 14 20:24:24 localhost-live nm-dispatcher[1291]: req:4 'up' [enp7s0]: start running ordered scripts...
2357Jan 14 20:24:24 localhost-live systemd[1]: iscsi.service: Unit cannot be reloaded because it is inactive.
2358Jan 14 20:24:24 localhost-live nm-dispatcher[1291]: req:5 'hostname': start running ordered scripts...
2359Jan 14 20:24:25 localhost-live dhclient[1495]: DHCPREQUEST on enp7s0 to 255.255.255.255 port 67 (xid=0x40e09257)
2360Jan 14 20:24:25 localhost-live dhclient[1495]: DHCPOFFER from 192.168.1.1
2361Jan 14 20:24:25 localhost-live dhclient[1495]: DHCPACK from 192.168.1.1 (xid=0x40e09257)
2362Jan 14 20:24:25 localhost-live NetworkManager[1251]: <info> [1547515465.1642] dhcp4 (enp7s0): address 192.168.1.115
2363Jan 14 20:24:25 localhost-live NetworkManager[1251]: <info> [1547515465.1642] dhcp4 (enp7s0): plen 24 (255.255.255.0)
2364Jan 14 20:24:25 localhost-live NetworkManager[1251]: <info> [1547515465.1642] dhcp4 (enp7s0): gateway 192.168.1.1
2365Jan 14 20:24:25 localhost-live NetworkManager[1251]: <info> [1547515465.1643] dhcp4 (enp7s0): lease time 259200
2366Jan 14 20:24:25 localhost-live NetworkManager[1251]: <info> [1547515465.1643] dhcp4 (enp7s0): nameserver '192.168.1.1'
2367Jan 14 20:24:25 localhost-live NetworkManager[1251]: <info> [1547515465.1643] dhcp4 (enp7s0): state changed unknown -> bound
2368Jan 14 20:24:25 localhost-live avahi-daemon[1103]: Joining mDNS multicast group on interface enp7s0.IPv4 with address 192.168.1.115.
2369Jan 14 20:24:25 localhost-live avahi-daemon[1103]: New relevant interface enp7s0.IPv4 for mDNS.
2370Jan 14 20:24:25 localhost-live avahi-daemon[1103]: Registering new address record for 192.168.1.115 on enp7s0.IPv4.
2371Jan 14 20:24:25 localhost-live NetworkManager[1251]: <info> [1547515465.1656] policy: set 'Wired connection 1' (enp7s0) as default for IPv4 routing and DNS
2372Jan 14 20:24:25 localhost-live dhclient[1495]: bound to 192.168.1.115 -- renewal in 123144 seconds.
2373Jan 14 20:24:25 localhost-live NetworkManager[1251]: <info> [1547515465.1693] manager: startup complete
2374Jan 14 20:24:25 localhost-live nm-dispatcher[1291]: req:6 'dhcp4-change' [enp7s0]: new request (3 scripts)
2375Jan 14 20:24:25 localhost-live nm-dispatcher[1291]: req:6 'dhcp4-change' [enp7s0]: start running ordered scripts...
2376Jan 14 20:24:25 localhost-live systemd[1]: Started Network Manager Wait Online.
2377Jan 14 20:24:25 localhost-live audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2378Jan 14 20:24:25 localhost-live systemd[1]: Reached target Network is Online.
2379Jan 14 20:24:25 localhost-live systemd[1]: Starting Notify NFS peers of a restart...
2380Jan 14 20:24:25 localhost-live sm-notify[1649]: Version 2.3.3 starting
2381Jan 14 20:24:25 localhost-live systemd[1]: Started Notify NFS peers of a restart.
2382Jan 14 20:24:25 localhost-live audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2383Jan 14 20:24:26 localhost-live NetworkManager[1251]: <info> [1547515466.3450] manager: NetworkManager state is now CONNECTED_GLOBAL
2384Jan 14 20:24:26 localhost-live nm-dispatcher[1291]: req:7 'connectivity-change': new request (3 scripts)
2385Jan 14 20:24:26 localhost-live nm-dispatcher[1291]: req:7 'connectivity-change': start running ordered scripts...
2386Jan 14 20:24:26 localhost-live org.gnome.Shell.desktop[1578]: glamor: No eglstream capable devices found
2387Jan 14 20:24:27 localhost-live org.gnome.Shell.desktop[1578]: The XKEYBOARD keymap compiler (xkbcomp) reports:
2388Jan 14 20:24:27 localhost-live org.gnome.Shell.desktop[1578]: > Warning: Unsupported high keycode 372 for name <I372> ignored
2389Jan 14 20:24:27 localhost-live org.gnome.Shell.desktop[1578]: > X11 cannot support keycodes above 255.
2390Jan 14 20:24:27 localhost-live org.gnome.Shell.desktop[1578]: > This warning only shows for the first high keycode.
2391Jan 14 20:24:27 localhost-live org.gnome.Shell.desktop[1578]: Errors from xkbcomp are not fatal to the X server
2392Jan 14 20:24:27 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.10' (uid=1000 pid=1578 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2393Jan 14 20:24:27 localhost-live systemd[1338]: Starting Accessibility services bus...
2394Jan 14 20:24:27 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.a11y.Bus'
2395Jan 14 20:24:27 localhost-live systemd[1338]: Started Accessibility services bus.
2396Jan 14 20:24:27 localhost-live at-spi-bus-launcher[1667]: dbus-daemon[1673]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1578 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2397Jan 14 20:24:27 localhost-live at-spi-bus-launcher[1667]: dbus-daemon[1673]: Successfully activated service 'org.a11y.atspi.Registry'
2398Jan 14 20:24:27 localhost-live at-spi-bus-launcher[1667]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
2399Jan 14 20:24:29 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating service name='org.freedesktop.portal.IBus' requested by ':1.13' (uid=1000 pid=1684 comm="ibus-daemon --xim --panel disable " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2400Jan 14 20:24:29 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.freedesktop.portal.IBus'
2401Jan 14 20:24:29 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.9' (uid=1000 pid=1578 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2402Jan 14 20:24:29 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.9' (uid=1000 pid=1578 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2403Jan 14 20:24:29 localhost-live systemd[1338]: Starting sandboxed app permission store...
2404Jan 14 20:24:29 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
2405Jan 14 20:24:29 localhost-live systemd[1338]: Started sandboxed app permission store.
2406Jan 14 20:24:29 localhost-live dbus-daemon[1104]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.59' (uid=1000 pid=1578 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2407Jan 14 20:24:29 localhost-live systemd[1]: Starting Daemon for power management...
2408Jan 14 20:24:29 localhost-live gnome-shell[1578]: g_dir_open_with_errno: assertion 'path != NULL' failed
2409Jan 14 20:24:29 localhost-live gnome-shell[1578]: g_filename_to_utf8: assertion 'opsysstring != NULL' failed
2410Jan 14 20:24:29 localhost-live gnome-shell[1578]: g_dir_open_with_errno: assertion 'path != NULL' failed
2411Jan 14 20:24:29 localhost-live gnome-shell[1578]: g_filename_to_utf8: assertion 'opsysstring != NULL' failed
2412Jan 14 20:24:29 localhost-live dbus-daemon[1104]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.59' (uid=1000 pid=1578 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2413Jan 14 20:24:29 localhost-live systemd[1]: Starting Location Lookup Service...
2414Jan 14 20:24:29 localhost-live polkitd[1180]: Registered Authentication Agent for unix-session:1 (system bus name :1.59 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
2415Jan 14 20:24:29 localhost-live gnome-shell[1578]: Telepathy is not available, chat integration will be disabled.
2416Jan 14 20:24:29 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.9' (uid=1000 pid=1578 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2417Jan 14 20:24:29 localhost-live systemd[1338]: Starting Virtual filesystem service - disk device monitor...
2418Jan 14 20:24:29 localhost-live dbus-daemon[1104]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
2419Jan 14 20:24:29 localhost-live systemd[1]: Started Location Lookup Service.
2420Jan 14 20:24:29 localhost-live audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2421Jan 14 20:24:29 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
2422Jan 14 20:24:29 localhost-live systemd[1338]: Started Virtual filesystem service - disk device monitor.
2423Jan 14 20:24:29 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.9' (uid=1000 pid=1578 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2424Jan 14 20:24:30 localhost-live systemd[1338]: Starting Virtual filesystem service - Apple File Conduit monitor...
2425Jan 14 20:24:30 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.18' (uid=1000 pid=1701 comm="/usr/libexec/gnome-shell-calendar-server " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2426Jan 14 20:24:30 localhost-live systemd[1338]: Starting Evolution source registry...
2427Jan 14 20:24:30 localhost-live gvfs-afc-volume-monitor[1731]: Volume monitor alive
2428Jan 14 20:24:30 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
2429Jan 14 20:24:30 localhost-live systemd[1338]: Started Virtual filesystem service - Apple File Conduit monitor.
2430Jan 14 20:24:30 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.9' (uid=1000 pid=1578 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2431Jan 14 20:24:30 localhost-live systemd[1338]: Starting Virtual filesystem service - digital camera monitor...
2432Jan 14 20:24:30 localhost-live chronyd[1246]: Selected source 62.197.207.182
2433Jan 14 20:24:30 localhost-live chronyd[1246]: System clock TAI offset set to 37 seconds
2434Jan 14 20:24:30 localhost-live chronyd[1246]: System clock wrong by -104381.637792 seconds, adjustment started
2435Jan 13 15:24:48 localhost-live chronyd[1246]: System clock was stepped by -104381.637792 seconds
2436Jan 13 15:24:48 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
2437Jan 13 15:24:48 localhost-live systemd[1338]: Started Virtual filesystem service - digital camera monitor.
2438Jan 13 15:24:48 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.9' (uid=1000 pid=1578 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2439Jan 13 15:24:48 localhost-live systemd[1338]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
2440Jan 13 15:24:48 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating service name='org.gnome.OnlineAccounts' requested by ':1.22' (uid=1000 pid=1762 comm="/usr/libexec/gvfs-goa-volume-monitor " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2441Jan 13 15:24:48 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating service name='ca.desrt.dconf' requested by ':1.21' (uid=1000 pid=1737 comm="/usr/libexec/evolution-source-registry " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2442Jan 13 15:24:48 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'ca.desrt.dconf'
2443Jan 13 15:24:48 localhost-live dbus-daemon[1104]: [system] Successfully activated service 'org.freedesktop.UPower'
2444Jan 13 15:24:48 localhost-live systemd[1]: Started Daemon for power management.
2445Jan 13 15:24:48 localhost-live audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2446Jan 13 15:24:49 localhost-live goa-daemon[1769]: goa-daemon version 3.30.0 starting
2447Jan 13 15:24:49 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating service name='org.gnome.Identity' requested by ':1.24' (uid=1000 pid=1769 comm="/usr/libexec/goa-daemon " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2448Jan 13 15:24:49 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gnome.OnlineAccounts'
2449Jan 13 15:24:49 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
2450Jan 13 15:24:49 localhost-live systemd[1338]: Started Virtual filesystem service - GNOME Online Accounts monitor.
2451Jan 13 15:24:49 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.9' (uid=1000 pid=1578 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2452Jan 13 15:24:49 localhost-live systemd[1338]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
2453Jan 13 15:24:49 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gnome.Identity'
2454Jan 13 15:24:49 localhost-live systemd[1]: Started SSSD Kerberos Cache Manager.
2455Jan 13 15:24:49 localhost-live audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sssd-kcm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2456Jan 13 15:24:49 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
2457Jan 13 15:24:49 localhost-live systemd[1338]: Started Virtual filesystem service - Media Transfer Protocol monitor.
2458Jan 13 15:24:49 localhost-live sssd[kcm][1809]: Starting up
2459Jan 13 15:24:49 localhost-live goa-identity-se[1802]: GoaKerberosIdentityManager: Using polling for change notification for credential cache type 'KCM'
2460Jan 13 15:24:49 localhost-live dbus-daemon[1104]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.59' (uid=1000 pid=1578 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2461Jan 13 15:24:49 localhost-live systemd[1]: Starting PackageKit Daemon...
2462Jan 13 15:24:49 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
2463Jan 13 15:24:49 localhost-live systemd[1338]: Started Evolution source registry.
2464Jan 13 15:24:49 localhost-live spice-vdagent[1826]: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0
2465Jan 13 15:24:49 localhost-live gnome-session-binary[1459]: WARNING: App 'spice-vdagent.desktop' exited with code 1
2466Jan 13 15:24:49 localhost-live gnome-session[1459]: gnome-session-binary[1459]: WARNING: App 'spice-vdagent.desktop' exited with code 1
2467Jan 13 15:24:49 localhost-live PackageKit[1814]: daemon start
2468Jan 13 15:24:49 localhost-live liveinst-setup.desktop[1828]: cp: cannot stat '/usr/share/applications/liveinst.desktop': No such file or directory
2469Jan 13 15:24:49 localhost-live gnome-session[1459]: gnome-session-binary[1459]: WARNING: App 'liveinst-setup.desktop' exited with code 1
2470Jan 13 15:24:49 localhost-live gnome-session-binary[1459]: WARNING: App 'liveinst-setup.desktop' exited with code 1
2471Jan 13 15:24:49 localhost-live kernel: rfkill: input handler disabled
2472Jan 13 15:24:49 localhost-live gsd-sharing[1821]: Failed to StopUnit service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-remote-desktop.service not loaded.
2473Jan 13 15:24:49 localhost-live systemd[1]: Starting CUPS Scheduler...
2474Jan 13 15:24:49 localhost-live systemd[1]: Started CUPS Scheduler.
2475Jan 13 15:24:49 localhost-live audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2476Jan 13 15:24:49 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gnome.Shell.CalendarServer'
2477Jan 13 15:24:50 localhost-live cupsd[1903]: REQUEST localhost - - "POST / HTTP/1.1" 200 364 Create-Printer-Subscriptions successful-ok
2478Jan 13 15:24:50 localhost-live dbus-daemon[1104]: [system] Successfully activated service 'org.freedesktop.PackageKit'
2479Jan 13 15:24:50 localhost-live audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2480Jan 13 15:24:50 localhost-live systemd[1]: Started PackageKit Daemon.
2481Jan 13 15:24:50 localhost-live gnome-shell[1578]: Object St.Widget (0x55efbe796930), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
2482Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: == Stack trace for context 0x55efbca19250 ==
2483Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #0 55efbe6566d8 i /usr/share/gnome-shell/extensions/background-logo@fedorahosted.org/extension.js:232 (7f58b8539430 @ 15)
2484Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #1 7fff46f3e370 b self-hosted:261 (7f58c8ec1dc0 @ 223)
2485Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #2 55efbe656658 i /usr/share/gnome-shell/extensions/background-logo@fedorahosted.org/extension.js:232 (7f58b85393a0 @ 17)
2486Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #3 55efbe6565d8 i /usr/share/gnome-shell/extensions/background-logo@fedorahosted.org/extension.js:225 (7f58b8539280 @ 10)
2487Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #4 7fff46f3f4b0 b resource:///org/gnome/gjs/modules/signals.js:128 (7f58c8ec18b0 @ 386)
2488Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #5 55efbe656520 i resource:///org/gnome/shell/ui/layout.js:655 (7f58c8a04670 @ 533)
2489Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #6 7fff46f403b0 I resource:///org/gnome/gjs/modules/_legacy.js:82 (7f58c8eb0b80 @ 71)
2490Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #7 55efbe6564a0 i resource:///org/gnome/shell/ui/layout.js:600 (7f58c8a045e0 @ 90)
2491Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #8 7fff46f41350 b resource:///org/gnome/gjs/modules/signals.js:128 (7f58c8ec18b0 @ 386)
2492Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #9 55efbe656420 i resource:///org/gnome/shell/ui/background.js:522 (7f58c8a0bdc0 @ 17)
2493Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: == Stack trace for context 0x55efbca19250 ==
2494Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #0 55efbe6566d8 i /usr/share/gnome-shell/extensions/background-logo@fedorahosted.org/extension.js:232 (7f58b8539430 @ 15)
2495Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #1 7fff46f3e370 b self-hosted:261 (7f58c8ec1dc0 @ 223)
2496Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #2 55efbe656658 i /usr/share/gnome-shell/extensions/background-logo@fedorahosted.org/extension.js:232 (7f58b85393a0 @ 17)
2497Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #3 55efbe6565d8 i /usr/share/gnome-shell/extensions/background-logo@fedorahosted.org/extension.js:225 (7f58b8539280 @ 10)
2498Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #4 7fff46f3f4b0 b resource:///org/gnome/gjs/modules/signals.js:128 (7f58c8ec18b0 @ 386)
2499Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #5 55efbe656520 i resource:///org/gnome/shell/ui/layout.js:655 (7f58c8a04670 @ 533)
2500Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #6 7fff46f403b0 I resource:///org/gnome/gjs/modules/_legacy.js:82 (7f58c8eb0b80 @ 71)
2501Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #7 55efbe6564a0 i resource:///org/gnome/shell/ui/layout.js:600 (7f58c8a045e0 @ 90)
2502Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #8 7fff46f41350 b resource:///org/gnome/gjs/modules/signals.js:128 (7f58c8ec18b0 @ 386)
2503Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #9 55efbe656420 i resource:///org/gnome/shell/ui/background.js:522 (7f58c8a0bdc0 @ 17)
2504Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: == Stack trace for context 0x55efbca19250 ==
2505Jan 13 15:24:50 localhost-live gnome-shell[1578]: clutter_actor_destroy: assertion 'CLUTTER_IS_ACTOR (self)' failed
2506Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #0 55efbe6566d8 i /usr/share/gnome-shell/extensions/background-logo@fedorahosted.org/extension.js:232 (7f58b8539430 @ 15)
2507Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #1 7fff46f3e370 b self-hosted:261 (7f58c8ec1dc0 @ 223)
2508Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #2 55efbe656658 i /usr/share/gnome-shell/extensions/background-logo@fedorahosted.org/extension.js:232 (7f58b85393a0 @ 17)
2509Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #3 55efbe6565d8 i /usr/share/gnome-shell/extensions/background-logo@fedorahosted.org/extension.js:225 (7f58b8539280 @ 10)
2510Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #4 7fff46f3f4b0 b resource:///org/gnome/gjs/modules/signals.js:128 (7f58c8ec18b0 @ 386)
2511Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #5 55efbe656520 i resource:///org/gnome/shell/ui/layout.js:655 (7f58c8a04670 @ 533)
2512Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #6 7fff46f403b0 I resource:///org/gnome/gjs/modules/_legacy.js:82 (7f58c8eb0b80 @ 71)
2513Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #7 55efbe6564a0 i resource:///org/gnome/shell/ui/layout.js:600 (7f58c8a045e0 @ 90)
2514Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #8 7fff46f41350 b resource:///org/gnome/gjs/modules/signals.js:128 (7f58c8ec18b0 @ 386)
2515Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: #9 55efbe656420 i resource:///org/gnome/shell/ui/background.js:522 (7f58c8a0bdc0 @ 17)
2516Jan 13 15:24:50 localhost-live gnome-shell[1578]: Object St.Widget (0x55efbe5fd330), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
2517Jan 13 15:24:50 localhost-live gnome-shell[1578]: clutter_actor_destroy: assertion 'CLUTTER_IS_ACTOR (self)' failed
2518Jan 13 15:24:50 localhost-live gnome-shell[1578]: Object St.Widget (0x55efbe51a040), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
2519Jan 13 15:24:50 localhost-live gnome-shell[1578]: clutter_actor_destroy: assertion 'CLUTTER_IS_ACTOR (self)' failed
2520Jan 13 15:24:50 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar7' unit='evolution-calendar-factory.service' requested by ':1.18' (uid=1000 pid=1701 comm="/usr/libexec/gnome-shell-calendar-server " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2521Jan 13 15:24:50 localhost-live systemd[1338]: Starting Evolution calendar service...
2522Jan 13 15:24:50 localhost-live gnome-shell[1578]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
2523Jan 13 15:24:50 localhost-live chronyd[1246]: Can't synchronise: no selectable sources
2524Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: The XKEYBOARD keymap compiler (xkbcomp) reports:
2525Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: > Warning: Unsupported maximum keycode 374, clipping.
2526Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: > X11 cannot support keycodes above 255.
2527Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: > Warning: Unsupported high keycode 372 for name <I372> ignored
2528Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: > X11 cannot support keycodes above 255.
2529Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: > This warning only shows for the first high keycode.
2530Jan 13 15:24:50 localhost-live org.gnome.Shell.desktop[1578]: Errors from xkbcomp are not fatal to the X server
2531Jan 13 15:24:50 localhost-live kernel: nouveau 0000:01:00.0: disp: 0x00006541[0]: INIT_GENERIC_CONDITON: unknown 0x07
2532Jan 13 15:24:50 localhost-live dbus-daemon[1104]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.168' (uid=1000 pid=1834 comm="/usr/libexec/gsd-color " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2533Jan 13 15:24:50 localhost-live systemd[1]: Starting Manage, Install and Generate Color Profiles...
2534Jan 13 15:24:50 localhost-live dbus-daemon[1104]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.174' (uid=1000 pid=1835 comm="/usr/libexec/gsd-keyboard " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2535Jan 13 15:24:50 localhost-live gnome-session-binary[1459]: Entering running state
2536Jan 13 15:24:50 localhost-live systemd[1]: Starting Locale Service...
2537Jan 13 15:24:50 localhost-live vmware-user.desktop[2045]: vmware-user: could not open /proc/fs/vmblock/dev
2538Jan 13 15:24:50 localhost-live vmware-user.desktop[2045]: vmware-user: could not open uinput device
2539Jan 13 15:24:51 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gnome.evolution.dataserver.Calendar7'
2540Jan 13 15:24:51 localhost-live systemd[1338]: Started Evolution calendar service.
2541Jan 13 15:24:51 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook9' unit='evolution-addressbook-factory.service' requested by ':1.39' (uid=1000 pid=1949 comm="/usr/libexec/evolution-calendar-factory " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2542Jan 13 15:24:51 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.55' (uid=1000 pid=2046 comm="gdbus call -e -d org.freedesktop.DBus -o /org/free" label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2543Jan 13 15:24:51 localhost-live dbus-daemon[1104]: [system] Successfully activated service 'org.freedesktop.locale1'
2544Jan 13 15:24:51 localhost-live systemd[1]: Started Locale Service.
2545Jan 13 15:24:51 localhost-live audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2546Jan 13 15:24:51 localhost-live fedora-welcome[2042]: JS WARNING: [/usr/share/anaconda/gnome/fedora-welcome 21]: Requiring Gdk but it has 2 versions available; use imports.gi.versions to pick one
2547Jan 13 15:24:51 localhost-live systemd[1338]: Starting Tracker metadata database store and lookup manager...
2548Jan 13 15:24:51 localhost-live systemd[1338]: Starting Evolution address book service...
2549Jan 13 15:24:51 localhost-live fedora-welcome[2042]: JS WARNING: [/usr/share/anaconda/gnome/fedora-welcome 147]: Too many arguments to function Gtk.init: expected 1, got 2
2550Jan 13 15:24:51 localhost-live dbus-daemon[1104]: [system] Successfully activated service 'org.freedesktop.ColorManager'
2551Jan 13 15:24:51 localhost-live audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2552Jan 13 15:24:51 localhost-live systemd[1]: Started Manage, Install and Generate Color Profiles.
2553Jan 13 15:24:52 localhost-live gnome-shell[1578]: GNOME Shell started at Sun Jan 13 2019 15:24:49 GMT-0500 (EST)
2554Jan 13 15:24:52 localhost-live udisksd[1102]: Mounted /dev/sdd1 at /run/media/liveuser/HDD2 on behalf of uid 1000
2555Jan 13 15:24:52 localhost-live ntfs-3g[2151]: Version 2017.3.23 integrated FUSE 28
2556Jan 13 15:24:52 localhost-live ntfs-3g[2151]: Mounted /dev/sdd1 (Read-Write, label "HDD2", NTFS 3.1)
2557Jan 13 15:24:52 localhost-live ntfs-3g[2151]: Cmdline options: rw,nodev,nosuid,uid=1000,gid=1000,uhelper=udisks2
2558Jan 13 15:24:52 localhost-live ntfs-3g[2151]: Mount options: rw,nodev,nosuid,uhelper=udisks2,allow_other,nonempty,relatime,default_permissions,fsname=/dev/sdd1,blkdev,blksize=4096
2559Jan 13 15:24:52 localhost-live ntfs-3g[2151]: Global ownership and permissions enforced, configuration type 7
2560Jan 13 15:24:52 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating service name='org.gnome.Shell.HotplugSniffer' requested by ':1.9' (uid=1000 pid=1578 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2561Jan 13 15:24:52 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.freedesktop.Tracker1'
2562Jan 13 15:24:52 localhost-live systemd[1338]: Started Tracker metadata database store and lookup manager.
2563Jan 13 15:24:52 localhost-live tracker-store.desktop[2046]: (uint32 1,)
2564Jan 13 15:24:52 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gnome.Shell.HotplugSniffer'
2565Jan 13 15:24:52 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.39' (uid=1000 pid=1949 comm="/usr/libexec/evolution-calendar-factory " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
2566Jan 13 15:24:52 localhost-live systemd[1338]: Starting Virtual filesystem metadata service...
2567Jan 13 15:24:52 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gtk.vfs.Metadata'
2568Jan 13 15:24:52 localhost-live systemd[1338]: Started Virtual filesystem metadata service.
2569Jan 13 15:24:52 localhost-live dbus-daemon[1452]: [session uid=1000 pid=1452] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook9'
2570Jan 13 15:24:52 localhost-live systemd[1338]: Started Evolution address book service.
2571Jan 13 15:24:53 localhost-live libcanberra-login-sound.desktop[2048]: Failed to play sound: File or data not found
2572Jan 13 15:24:53 localhost-live gnome-shell[1578]: STACK_OP_ADD: window 0x1800001 already in stack
2573Jan 13 15:24:53 localhost-live gnome-shell[1578]: STACK_OP_ADD: window 0x1800001 already in stack
2574Jan 13 15:24:53 localhost-live dbus-daemon[1104]: [system] Activating service name='org.freedesktop.problems' requested by ':1.196' (uid=1000 pid=2051 comm="abrt-applet " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") (using servicehelper)
2575Jan 13 15:24:53 localhost-live dbus-daemon[1104]: [system] Activated service 'org.freedesktop.problems' failed: Failed to execute program org.freedesktop.problems: Permission denied
2576Jan 13 15:24:53 localhost-live abrt-applet.desktop[2051]: abrt-applet: Can't connect to system DBus: Error calling StartServiceByName for org.freedesktop.problems: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program org.freedesktop.problems: Permission denied
2577Jan 13 15:24:53 localhost-live audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2578Jan 13 15:24:54 localhost-live audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2579Jan 13 15:24:58 localhost-live systemd[1]: Received SIGRTMIN+21 from PID 960 (plymouthd).
2580Jan 13 15:24:58 localhost-live audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2581Jan 13 15:24:58 localhost-live systemd[1]: Started Hold until boot process finishes up.
2582Jan 13 15:24:58 localhost-live audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2583Jan 13 15:24:58 localhost-live audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2584Jan 13 15:24:58 localhost-live systemd[1]: Reached target Multi-User System.
2585Jan 13 15:24:58 localhost-live systemd[1]: Reached target Graphical Interface.
2586Jan 13 15:24:58 localhost-live systemd[1]: Starting Update UTMP about System Runlevel Changes...
2587Jan 13 15:24:58 localhost-live audit[2266]: SYSTEM_RUNLEVEL pid=2266 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='old-level=N new-level=5 comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
2588Jan 13 15:24:58 localhost-live systemd[1]: Started Update UTMP about System Runlevel Changes.
2589Jan 13 15:24:58 localhost-live systemd[1]: Startup finished in 35min 21.256s (firmware) + 6.597s (loader) + 3.509s (kernel) + 1min 53.230s (initrd) + 35.308s (userspace) = 37min 59.902s.
2590Jan 13 15:24:58 localhost-live audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-utmp-runlevel comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2591Jan 13 15:24:58 localhost-live audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-utmp-runlevel comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
2592Jan 13 15:24:59 localhost-live audit[2268]: USER_AUTH pid=2268 uid=1000 auid=1000 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/sbin/userhelper" hostname=? addr=? terminal=? res=success'
2593Jan 13 15:24:59 localhost-live audit[2268]: USER_ACCT pid=2268 uid=1000 auid=1000 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_permit acct="root" exe="/usr/sbin/userhelper" hostname=? addr=? terminal=? res=success'
2594Jan 13 15:24:59 localhost-live userhelper[2268]: pam_timestamp(liveinst:session): updated timestamp file `/var/run//pam_timestamp/liveuser/unknown:root'
2595Jan 13 15:24:59 localhost-live audit[2268]: USER_START pid=2268 uid=1000 auid=1000 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_permit,pam_timestamp acct="root" exe="/usr/sbin/userhelper" hostname=? addr=? terminal=? res=success'
2596Jan 13 15:24:59 localhost-live audit[2268]: CRED_ACQ pid=2268 uid=1000 auid=1000 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/sbin/userhelper" hostname=? addr=? terminal=? res=success'
2597Jan 13 15:24:59 localhost-live userhelper[2271]: running '/usr/sbin/liveinst' with root privileges on behalf of 'liveuser'
2598Jan 13 15:24:59 localhost-live kernel: raid6: sse2x1 gen() 12324 MB/s
2599Jan 13 15:24:59 localhost-live kernel: raid6: sse2x1 xor() 9072 MB/s
2600Jan 13 15:24:59 localhost-live kernel: raid6: sse2x2 gen() 15472 MB/s
2601Jan 13 15:24:59 localhost-live kernel: raid6: sse2x2 xor() 10457 MB/s
2602Jan 13 15:24:59 localhost-live kernel: raid6: sse2x4 gen() 16179 MB/s
2603Jan 13 15:24:59 localhost-live kernel: raid6: sse2x4 xor() 10902 MB/s
2604Jan 13 15:24:59 localhost-live kernel: raid6: avx2x1 gen() 24433 MB/s
2605Jan 13 15:24:59 localhost-live kernel: raid6: avx2x1 xor() 17304 MB/s
2606Jan 13 15:24:59 localhost-live kernel: raid6: avx2x2 gen() 30527 MB/s
2607Jan 13 15:24:59 localhost-live kernel: raid6: avx2x2 xor() 19197 MB/s
2608Jan 13 15:25:00 localhost-live kernel: raid6: avx2x4 gen() 31273 MB/s
2609Jan 13 15:25:00 localhost-live kernel: raid6: avx2x4 xor() 20675 MB/s
2610Jan 13 15:25:00 localhost-live kernel: raid6: using algorithm avx2x4 gen() 31273 MB/s
2611Jan 13 15:25:00 localhost-live kernel: raid6: .... xor() 20675 MB/s, rmw enabled
2612Jan 13 15:25:00 localhost-live kernel: raid6: using avx2x2 recovery algorithm
2613Jan 13 15:25:00 localhost-live kernel: xor: automatically using best checksumming function avx
2614Jan 13 15:25:00 localhost-live kernel: async_tx: api initialized (async)
2615Jan 13 15:25:00 localhost-live kernel: device-mapper: multipath round-robin: version 1.2.0 loaded
2616Jan 13 15:25:00 localhost-live kernel: iscsi: registered transport (tcp)
2617Jan 13 15:25:00 localhost-live kernel: No iBFT detected.
2618Jan 13 15:25:00 localhost-live audit: MAC_STATUS enforcing=0 old_enforcing=1 auid=1000 ses=1 enabled=1 old-enabled=1 lsm=selinux res=1
2619Jan 13 15:25:00 localhost-live audit[1104]: USER_AVC pid=1104 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: received setenforce notice (enforcing=0)
2620exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?'
2621Jan 13 15:25:00 localhost-live dbus-daemon[1452]: avc: received setenforce notice (enforcing=0)
2622Jan 13 15:25:00 localhost-live dbus-daemon[1673]: avc: received setenforce notice (enforcing=0)
2623Jan 13 15:25:01 localhost-live udisksd[1102]: Cleaning up mount point /run/media/liveuser/HDD2 (device 8:49 is not mounted)
2624Jan 13 15:25:01 localhost-live ntfs-3g[2151]: Unmounting /dev/sdd1 (HDD2)
2625Jan 13 15:25:02 localhost-live udisksd[1102]: Loading module libudisks2_iscsi.so...
2626Jan 13 15:25:02 localhost-live udisksd[1102]: g_object_notify: object class 'UDisksObjectSkeleton' has no property named 'manager-iscsi-initiator'
2627Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: ERROR: pdc: identifying /dev/sdb, magic_0: 0x0/0xc75890e3, magic_1: 0x0/0x0, total_disks: 0
2628Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: ERROR: adding /dev/sdb to RAID set "pdc_jdhiifjfd"
2629Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: ERROR: removing RAID set "pdc_jdhiifjfd"
2630Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: ERROR: no RAID set found
2631Jan 13 15:25:02 localhost-live python3[2349]: detected unhandled Python exception in '/usr/bin/anaconda-cleanup'
2632Jan 13 15:25:02 localhost-live python3[2349]: can't communicate with ABRT daemon, is it running? [Errno 2] No such file or directory
2633Jan 13 15:25:02 localhost-live python3[2349]: error sending data to ABRT daemon:
2634Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: Traceback (most recent call last):
2635Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: File "/usr/lib64/python3.7/site-packages/gi/overrides/BlockDev.py", line 967, in wrapped
2636Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: ret = orig_obj(*args, **kwargs)
2637Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: File "/usr/lib64/python3.7/site-packages/gi/overrides/BlockDev.py", line 280, in dm_get_member_raid_sets
2638Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: return _dm_get_member_raid_sets(name, uuid, major, minor)
2639Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: gi.repository.GLib.Error: g-bd-dm-error-quark: Failed to group_set (3)
2640Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: During handling of the above exception, another exception occurred:
2641Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: Traceback (most recent call last):
2642Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: File "/usr/bin/anaconda-cleanup", line 82, in <module>
2643Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: devicetree.populate(cleanup_only=True)
2644Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
2645Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: return m(*args, **kwargs)
2646Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: File "/usr/lib/python3.7/site-packages/blivet/populator/populator.py", line 413, in populate
2647Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: self._populate()
2648Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
2649Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: return m(*args, **kwargs)
2650Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: File "/usr/lib/python3.7/site-packages/blivet/populator/populator.py", line 461, in _populate
2651Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: self.handle_device(dev)
2652Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
2653Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: return m(*args, **kwargs)
2654Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: File "/usr/lib/python3.7/site-packages/blivet/populator/populator.py", line 276, in handle_device
2655Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: self.handle_format(info, device)
2656Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
2657Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: return m(*args, **kwargs)
2658Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: File "/usr/lib/python3.7/site-packages/blivet/populator/populator.py", line 304, in handle_format
2659Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: helper_class(self, info, device).run()
2660Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: File "/usr/lib/python3.7/site-packages/blivet/populator/helpers/dmraid.py", line 56, in run
2661Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: rs_names = blockdev.dm.get_member_raid_sets(name, uuid, major, minor)
2662Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: File "/usr/lib64/python3.7/site-packages/gi/overrides/BlockDev.py", line 993, in wrapped
2663Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: raise transform[1](msg)
2664Jan 13 15:25:02 localhost-live fedora-welcome.desktop[2042]: gi.overrides.BlockDev.DMError: Failed to group_set
2665Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Boss' requested by ':1.0' (uid=0 pid=2399 comm="/usr/bin/python3 /sbin/anaconda --liveinst --metho" label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
2666Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.boss:Schedule publishing.
2667Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.boss:Start the main loop.
2668Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Boss.
2669Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-yydgm4Zi6d,guid=d508ba3f633375554122560f5c3b9ea0.
2670Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Boss.
2671Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Boss'
2672Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Timezone.
2673Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Network.
2674Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Localization.
2675Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Security.
2676Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Users.
2677Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Payload.
2678Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Storage.
2679Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.boss:Add module org.fedoraproject.Anaconda.Modules.Services.
2680Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.boss:Addons are enabled.
2681Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Start modules.
2682Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Timezone
2683Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Timezone' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
2684Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Network
2685Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Localization
2686Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Network' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
2687Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Security
2688Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Localization' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
2689Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Users
2690Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Payload
2691Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Security' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
2692Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Storage
2693Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Users' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
2694Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Modules/Services
2695Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Starting /org/fedoraproject/Anaconda/Addons/Baz
2696Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Payload' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
2697Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Storage' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
2698Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Services' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
2699Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Addons.Baz' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
2700Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Payload[2405]: DEBUG:anaconda.modules.common.base.base:Schedule publishing.
2701Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Payload[2405]: DEBUG:anaconda.modules.common.base.base:Start the loop.
2702Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Payload[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Payload.
2703Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Payload[2405]: INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-yydgm4Zi6d,guid=d508ba3f633375554122560f5c3b9ea0.
2704Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Payload[2405]: DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Payload.
2705Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Payload'
2706Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Payload is available
2707Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Localization[2405]: DEBUG:anaconda.modules.common.base.base:Schedule publishing.
2708Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Payload started successfully.
2709Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Localization[2405]: DEBUG:anaconda.modules.common.base.base:Start the loop.
2710Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Localization[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Localization.
2711Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Localization[2405]: INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-yydgm4Zi6d,guid=d508ba3f633375554122560f5c3b9ea0.
2712Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Localization[2405]: DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Localization.
2713Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Localization'
2714Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Localization is available
2715Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Localization started successfully.
2716Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: WARNING:py.warnings:/usr/lib/python3.7/site-packages/pyudev/device/_device.py:35: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
2717Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: from collections import Container
2718Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Addons.Baz[2405]: DEBUG:anaconda.modules.common.base.base:Schedule publishing.
2719Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Addons.Baz[2405]: DEBUG:anaconda.modules.common.base.base:Start the loop.
2720Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Addons.Baz[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Addons/Baz.
2721Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Addons.Baz[2405]: INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-yydgm4Zi6d,guid=d508ba3f633375554122560f5c3b9ea0.
2722Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Addons.Baz[2405]: DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Addons.Baz.
2723Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Addons.Baz'
2724Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Addons/Baz is available
2725Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Addons/Baz started successfully.
2726Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Network[2405]: INFO:anaconda.dbus.connection:Connecting to the system bus.
2727Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Network[2405]: DEBUG:anaconda.modules.network.network:Connected to network: True
2728Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Network[2405]: DEBUG:anaconda.modules.common.base.base:Schedule publishing.
2729Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Network[2405]: DEBUG:anaconda.modules.common.base.base:Start the loop.
2730Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Network[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network/Firewall.
2731Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Network[2405]: INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-yydgm4Zi6d,guid=d508ba3f633375554122560f5c3b9ea0.
2732Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Network[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Network.
2733Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Network[2405]: DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Network.
2734Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Network'
2735Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Network is available
2736Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Network started successfully.
2737Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: WARNING:py.warnings:/usr/lib/python3.7/site-packages/socks.py:58: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
2738Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: from collections import Callable
2739Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: WARNING:py.warnings:/usr/lib/python3.7/site-packages/pykickstart/parser.py:36: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
2740Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: from collections import Iterator
2741Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: WARNING:py.warnings:/usr/lib/python3.7/site-packages/ordered_set.py:39: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
2742Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: class OrderedSet(collections.MutableSet):
2743Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Users[2405]: DEBUG:anaconda.modules.common.base.base:Schedule publishing.
2744Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Users[2405]: DEBUG:anaconda.modules.common.base.base:Start the loop.
2745Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Users[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Users.
2746Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Users[2405]: INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-yydgm4Zi6d,guid=d508ba3f633375554122560f5c3b9ea0.
2747Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Users[2405]: DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Users.
2748Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Services[2405]: DEBUG:anaconda.modules.common.base.base:Schedule publishing.
2749Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Services[2405]: DEBUG:anaconda.modules.common.base.base:Start the loop.
2750Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Users'
2751Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Services[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Services.
2752Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Services[2405]: INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-yydgm4Zi6d,guid=d508ba3f633375554122560f5c3b9ea0.
2753Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Users is available
2754Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Users started successfully.
2755Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Services[2405]: DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Services.
2756Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Security[2405]: DEBUG:anaconda.modules.common.base.base:Schedule publishing.
2757Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Security[2405]: DEBUG:anaconda.modules.common.base.base:Start the loop.
2758Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Security[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Security.
2759Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Security[2405]: INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-yydgm4Zi6d,guid=d508ba3f633375554122560f5c3b9ea0.
2760Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class DeviceFormat as None
2761Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Services'
2762Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Services is available
2763Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Security[2405]: DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Security.
2764Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Services started successfully.
2765Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Security'
2766Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Security is available
2767Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Security started successfully.
2768Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: WARNING:py.warnings:/usr/lib64/python3.7/site-packages/parted/cachedlist.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
2769Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: from collections import Sequence
2770Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class BIOSBoot as biosboot
2771Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class DiskLabel as disklabel
2772Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class DMRaidMember as dmraidmember
2773Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class Ext2FS as ext2
2774Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class Ext3FS as ext3
2775Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class Ext4FS as ext4
2776Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class FATFS as vfat
2777Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class EFIFS as efi
2778Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class BTRFS as btrfs
2779Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class GFS2 as gfs2
2780Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class JFS as jfs
2781Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class ReiserFS as reiserfs
2782Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class XFS as xfs
2783Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class HFS as hfs
2784Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class AppleBootstrapFS as appleboot
2785Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class HFSPlus as hfs+
2786Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class MacEFIFS as macefi
2787Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class NTFS as ntfs
2788Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class NFS as nfs
2789Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class NFSv4 as nfs4
2790Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class Iso9660FS as iso9660
2791Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class NoDevFS as nodev
2792Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class DevPtsFS as devpts
2793Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class ProcFS as proc
2794Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class SysFS as sysfs
2795Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class TmpFS as tmpfs
2796Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class BindFS as bind
2797Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class SELinuxFS as selinuxfs
2798Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class USBFS as usbfs
2799Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class EFIVarFS as efivarfs
2800Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Timezone[2405]: DEBUG:anaconda.modules.common.base.base:Schedule publishing.
2801Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Timezone[2405]: DEBUG:anaconda.modules.common.base.base:Start the loop.
2802Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Timezone[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Timezone.
2803Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Timezone[2405]: INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-yydgm4Zi6d,guid=d508ba3f633375554122560f5c3b9ea0.
2804Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Timezone[2405]: DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Timezone.
2805Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Timezone'
2806Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Timezone is available
2807Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Timezone started successfully.
2808Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: INFO:program:Running [1] lvm version ...
2809Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: INFO:program:stdout[1]: LVM version: 2.02.181(2) (2018-08-01)
2810Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: Library version: 1.02.150 (2018-08-01)
2811Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: Driver version: 4.39.0
2812Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: Configuration: ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm --with-default-pid-dir=/run --with-default-locking-dir=/run/lock/lvm --with-usrlibdir=/usr/lib64 --enable-fsadm --enable-write_install --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-applib --enable-cmdlib --enable-dmeventd --enable-blkid_wiping --with-cluster=internal --with-clvmd=corosync --enable-cmirrord --with-udevdir=/usr/lib/udev/rules.d --enable-udev_sync --with-thin=internal --enable-lvmetad --with-cache=internal --enable-lvmpolld --enable-lvmlockd-dlm --enable-lvmlockd-sanlock --enable-dbus-service --enable-notify-dbus --enable-dmfilemapd
2813Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: INFO:program:stderr[1]:
2814Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: INFO:program:...done [1] (exit code: 0)
2815Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class LUKS as luks
2816Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class Integrity as integrity
2817Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class LVMPhysicalVolume as lvmpv
2818Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class MDRaidMember as mdmember
2819Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class MultipathMember as multipath_member
2820Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class PPCPRePBoot as prepboot
2821Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:blivet:registered device format class SwapSpace as swap
2822Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: INFO:program:Running... udevadm trigger --action=change --subsystem-match=block
2823Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:program:Return code: 0
2824Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: INFO:program:Running... udevadm settle --timeout=300
2825Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:program:Return code: 0
2826Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:anaconda.modules.common.base.base:Schedule publishing.
2827Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:anaconda.modules.common.base.base:Start the loop.
2828Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskInitialization.
2829Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: INFO:anaconda.dbus.connection:Connecting to a default bus at unix:abstract=/tmp/dbus-yydgm4Zi6d,guid=d508ba3f633375554122560f5c3b9ea0.
2830Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskSelection.
2831Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Bootloader.
2832Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/Automatic.
2833Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/Manual.
2834Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:anaconda.dbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage.
2835Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Modules.Storage[2405]: DEBUG:anaconda.dbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Storage.
2836Jan 13 15:25:04 localhost-live dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Storage'
2837Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:/org/fedoraproject/Anaconda/Modules/Storage is available
2838Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: DEBUG:anaconda.modules.boss.module_manager:Service /org/fedoraproject/Anaconda/Modules/Storage started successfully.
2839Jan 13 15:25:04 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.module_manager:All modules are ready now.
2840Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.boss:Splitting kickstart from /usr/share/anaconda/interactive-defaults.ks.
2841Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.boss:Distributing kickstart.
2842Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Timezone handles commands ['timezone'] sections [] addons []
2843Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: there are no data for org.fedoraproject.Anaconda.Modules.Timezone
2844Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Network handles commands ['network', 'firewall'] sections [] addons []
2845Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: there are no data for org.fedoraproject.Anaconda.Modules.Network
2846Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Localization handles commands ['keyboard', 'lang'] sections [] addons []
2847Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: there are no data for org.fedoraproject.Anaconda.Modules.Localization
2848Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Security handles commands ['auth', 'authconfig', 'authselect', 'selinux', 'realm'] sections [] addons []
2849Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: there are no data for org.fedoraproject.Anaconda.Modules.Security
2850Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Users handles commands ['rootpw', 'user'] sections [] addons []
2851Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: there are no data for org.fedoraproject.Anaconda.Modules.Users
2852Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Payload handles commands [] sections [] addons []
2853Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: there are no data for org.fedoraproject.Anaconda.Modules.Payload
2854Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Storage handles commands ['autopart', 'bootloader', 'clearpart', 'ignoredisk', 'logvol', 'mount', 'part', 'partition', 'raid', 'reqpart', 'volgroup', 'zerombr', 'zfcp'] sections [] addons []
2855Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: there are no data for org.fedoraproject.Anaconda.Modules.Storage
2856Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Modules.Services handles commands ['firstboot', 'services', 'skipx', 'xconfig'] sections [] addons []
2857Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Modules.Services[2405]: DEBUG:anaconda.modules.common.base.base:Reading kickstart...
2858Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Modules.Services[2405]: DEBUG:anaconda.modules.services.services:Processing kickstart data...
2859Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Modules.Services[2405]: DEBUG:anaconda.modules.services.services:Enabled services are set to [].
2860Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Modules.Services[2405]: DEBUG:anaconda.modules.services.services:Disabled services are set to [].
2861Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Modules.Services[2405]: DEBUG:anaconda.modules.services.services:Default desktop is set to .
2862Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Modules.Services[2405]: DEBUG:anaconda.modules.services.services:Setup on boot is set to SetupOnBootAction.ENABLED.
2863Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Modules.Services[2405]: DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True.
2864Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: org.fedoraproject.Anaconda.Addons.Baz handles commands [] sections [] addons []
2865Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Boss[2405]: INFO:anaconda.modules.boss.kickstart_manager.kickstart_manager:distribute kickstart: there are no data for org.fedoraproject.Anaconda.Addons.Baz
2866Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Modules.Network[2405]: DEBUG:anaconda.modules.network.network:Can touch runtime system is set to False
2867Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Modules.Localization[2405]: DEBUG:anaconda.modules.localization.localization:Language is set to en_US.UTF-8.
2868Jan 13 15:25:05 localhost-live NetworkManager[1251]: <info> [1547411105.5103] settings-connection[0x559cbbb7f120,e4e8f1b8-4fb6-3991-86a7-306d130badeb]: write: successfully updated (ifcfg-rh: persist (null)), connection was modified in the process
2869Jan 13 15:25:05 localhost-live NetworkManager[1251]: <info> [1547411105.5108] audit: op="connection-update" uuid="e4e8f1b8-4fb6-3991-86a7-306d130badeb" name="enp7s0" args="connection.id,connection.timestamp" pid=2399 uid=0 result="success"
2870Jan 13 15:25:05 localhost-live NetworkManager[1251]: <info> [1547411105.5422] settings-connection[0x559cbbb7f120,e4e8f1b8-4fb6-3991-86a7-306d130badeb]: write: successfully updated (ifcfg-rh: update /etc/sysconfig/network-scripts/ifcfg-enp7s0), connection was modified in the process
2871Jan 13 15:25:05 localhost-live NetworkManager[1251]: <info> [1547411105.5425] audit: op="connection-update" uuid="e4e8f1b8-4fb6-3991-86a7-306d130badeb" name="enp7s0" args="connection.interface-name,connection.timestamp" pid=2399 uid=0 result="success"
2872Jan 13 15:25:05 localhost-live NetworkManager[1251]: <info> [1547411105.5702] settings-connection[0x559cbbb7f120,e4e8f1b8-4fb6-3991-86a7-306d130badeb]: write: successfully updated (ifcfg-rh: update /etc/sysconfig/network-scripts/ifcfg-enp7s0), connection was modified in the process
2873Jan 13 15:25:05 localhost-live NetworkManager[1251]: <info> [1547411105.5705] audit: op="connection-update" uuid="e4e8f1b8-4fb6-3991-86a7-306d130badeb" name="enp7s0" args="802-3-ethernet.mac-address,connection.timestamp" pid=2399 uid=0 result="success"
2874Jan 13 15:25:05 localhost-live org.fedoraproject.Anaconda.Modules.Timezone[2405]: DEBUG:anaconda.modules.timezone.timezone:NTP servers are set to [].
2875Using EXT2FS Library version 1.44.3, 10-July-2018
2876Jan 13 15:25:05 localhost-live audit[1]: USER_AVC pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='avc: received setenforce notice (enforcing=0)
2877exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?'
2878'/dev/disk/by-path/pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0 '
2879'/dev/disk/by-uuid/2018-10-25-00-07-35-00 '
2880'/dev/disk/by-label/Fedora-WS-Live-29-1-2',
2881'DEVNAME': '/dev/sdi',
2882'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi',
2883'DEVTYPE': 'disk',
2884'ID_BUS': 'usb',
2885'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM',
2886'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION',
2887'ID_FS_LABEL': 'Fedora-WS-Live-29-1-2',
2888'ID_FS_LABEL_ENC': 'Fedora-WS-Live-29-1-2',
2889'ID_FS_SYSTEM_ID': 'LINUX',
2890'ID_FS_TYPE': 'iso9660',
2891'ID_FS_USAGE': 'filesystem',
2892'ID_FS_UUID': '2018-10-25-00-07-35-00',
2893'ID_FS_UUID_ENC': '2018-10-25-00-07-35-00',
2894'ID_FS_VERSION': 'Joliet Extension',
2895'ID_INSTANCE': '0:0',
2896'ID_MODEL': 'SD_MMC',
2897'ID_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
2898'ID_MODEL_ID': '6364',
2899'ID_PART_TABLE_TYPE': 'dos',
2900'ID_PART_TABLE_UUID': '7c3f77cf',
2901'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0',
2902'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_0',
2903'ID_REVISION': '1.00',
2904'ID_SERIAL': 'Generic-_SD_MMC_058F63646476-0:0',
2905'ID_SERIAL_SHORT': '058F63646476',
2906'ID_TYPE': 'disk',
2907'ID_USB_DRIVER': 'usb-storage',
2908'ID_USB_INTERFACES': ':080650:030000:',
2909'ID_USB_INTERFACE_NUM': '00',
2910'ID_VENDOR': 'Generic-',
2911'ID_VENDOR_ENC': 'Generic-',
2912'ID_VENDOR_ID': '058f',
2913'MAJOR': '8',
2914'MINOR': '128',
2915'SUBSYSTEM': 'block',
2916'SYS_NAME': 'sdi',
2917'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi',
2918'TAGS': ':systemd:',
2919'USEC_INITIALIZED': '122027167'} ;
2920name = sdi status = True id = 3
2921children = []
2922parents = []
2923uuid = None size = 14.48 GiB
2924format = existing None
2925major = 8 minor = 128 exists = True protected = False
2926sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi
2927target size = 14.48 GiB path = /dev/sdi
2928format args = [] original_format = None removable = True wwn = None
2929'/dev/disk/by-partuuid/7c3f77cf-01 '
2930'/dev/disk/by-id/usb-Generic-_SD_MMC_058F63646476-0:0-part1 '
2931'/dev/disk/by-uuid/2018-10-25-00-07-35-00 '
2932'/dev/disk/by-path/pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0-part1',
2933'DEVNAME': '/dev/sdi1',
2934'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi1',
2935'DEVTYPE': 'partition',
2936'ID_BUS': 'usb',
2937'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM',
2938'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION',
2939'ID_FS_LABEL': 'Fedora-WS-Live-29-1-2',
2940'ID_FS_LABEL_ENC': 'Fedora-WS-Live-29-1-2',
2941'ID_FS_SYSTEM_ID': 'LINUX',
2942'ID_FS_TYPE': 'iso9660',
2943'ID_FS_USAGE': 'filesystem',
2944'ID_FS_UUID': '2018-10-25-00-07-35-00',
2945'ID_FS_UUID_ENC': '2018-10-25-00-07-35-00',
2946'ID_FS_VERSION': 'Joliet Extension',
2947'ID_INSTANCE': '0:0',
2948'ID_MODEL': 'SD_MMC',
2949'ID_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
2950'ID_MODEL_ID': '6364',
2951'ID_PART_ENTRY_DISK': '8:128',
2952'ID_PART_ENTRY_FLAGS': '0x80',
2953'ID_PART_ENTRY_NUMBER': '1',
2954'ID_PART_ENTRY_OFFSET': '0',
2955'ID_PART_ENTRY_SCHEME': 'dos',
2956'ID_PART_ENTRY_SIZE': '3772416',
2957'ID_PART_ENTRY_TYPE': '0x0',
2958'ID_PART_ENTRY_UUID': '7c3f77cf-01',
2959'ID_PART_TABLE_TYPE': 'dos',
2960'ID_PART_TABLE_UUID': '7c3f77cf',
2961'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0',
2962'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_0',
2963'ID_REVISION': '1.00',
2964'ID_SERIAL': 'Generic-_SD_MMC_058F63646476-0:0',
2965'ID_SERIAL_SHORT': '058F63646476',
2966'ID_TYPE': 'disk',
2967'ID_USB_DRIVER': 'usb-storage',
2968'ID_USB_INTERFACES': ':080650:030000:',
2969'ID_USB_INTERFACE_NUM': '00',
2970'ID_VENDOR': 'Generic-',
2971'ID_VENDOR_ENC': 'Generic-',
2972'ID_VENDOR_ID': '058f',
2973'MAJOR': '8',
2974'MINOR': '129',
2975'PARTN': '1',
2976'SUBSYSTEM': 'block',
2977'SYS_NAME': 'sdi1',
2978'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi1',
2979'TAGS': ':systemd:',
2980'UDISKS_IGNORE': '0',
2981'USEC_INITIALIZED': '122153404'} ;
2982'/dev/disk/by-uuid/9415-D610 /dev/disk/by-label/ANACONDA '
2983'/dev/disk/by-path/pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0-part2 '
2984'/dev/disk/by-partuuid/7c3f77cf-02',
2985'DEVNAME': '/dev/sdi2',
2986'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi2',
2987'DEVTYPE': 'partition',
2988'ID_BUS': 'usb',
2989'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM',
2990'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION',
2991'ID_FS_LABEL': 'ANACONDA',
2992'ID_FS_LABEL_ENC': 'ANACONDA',
2993'ID_FS_SYSTEM_ID': 'LINUX',
2994'ID_FS_TYPE': 'vfat',
2995'ID_FS_USAGE': 'filesystem',
2996'ID_FS_UUID': '9415-D610',
2997'ID_FS_UUID_ENC': '9415-D610',
2998'ID_FS_VERSION': 'FAT16',
2999'ID_INSTANCE': '0:0',
3000'ID_MODEL': 'SD_MMC',
3001'ID_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
3002'ID_MODEL_ID': '6364',
3003'ID_PART_ENTRY_DISK': '8:128',
3004'ID_PART_ENTRY_NUMBER': '2',
3005'ID_PART_ENTRY_OFFSET': '116708',
3006'ID_PART_ENTRY_SCHEME': 'dos',
3007'ID_PART_ENTRY_SIZE': '19960',
3008'ID_PART_ENTRY_TYPE': '0xef',
3009'ID_PART_ENTRY_UUID': '7c3f77cf-02',
3010'ID_PART_TABLE_TYPE': 'dos',
3011'ID_PART_TABLE_UUID': '7c3f77cf',
3012'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0',
3013'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_0',
3014'ID_REVISION': '1.00',
3015'ID_SERIAL': 'Generic-_SD_MMC_058F63646476-0:0',
3016'ID_SERIAL_SHORT': '058F63646476',
3017'ID_TYPE': 'disk',
3018'ID_USB_DRIVER': 'usb-storage',
3019'ID_USB_INTERFACES': ':080650:030000:',
3020'ID_USB_INTERFACE_NUM': '00',
3021'ID_VENDOR': 'Generic-',
3022'ID_VENDOR_ENC': 'Generic-',
3023'ID_VENDOR_ID': '058f',
3024'MAJOR': '8',
3025'MINOR': '130',
3026'PARTN': '2',
3027'SUBSYSTEM': 'block',
3028'SYS_NAME': 'sdi2',
3029'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi2',
3030'TAGS': ':systemd:',
3031'UDISKS_IGNORE': '1',
3032'USEC_INITIALIZED': '122210460'} ;
3033'/dev/disk/by-path/pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0-part3 '
3034'/dev/disk/by-uuid/133f77e2-97a8-3d0f-8382-7c190bd63438 '
3035'/dev/disk/by-id/usb-Generic-_SD_MMC_058F63646476-0:0-part3',
3036'DEVNAME': '/dev/sdi3',
3037'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi3',
3038'DEVTYPE': 'partition',
3039'ID_BUS': 'usb',
3040'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM',
3041'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION',
3042'ID_FS_LABEL': 'ANACONDA',
3043'ID_FS_LABEL_ENC': 'ANACONDA',
3044'ID_FS_SYSTEM_ID': 'LINUX',
3045'ID_FS_TYPE': 'hfsplus',
3046'ID_FS_USAGE': 'filesystem',
3047'ID_FS_UUID': '133f77e2-97a8-3d0f-8382-7c190bd63438',
3048'ID_FS_UUID_ENC': '133f77e2-97a8-3d0f-8382-7c190bd63438',
3049'ID_FS_VERSION': 'Joliet Extension',
3050'ID_INSTANCE': '0:0',
3051'ID_MODEL': 'SD_MMC',
3052'ID_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
3053'ID_MODEL_ID': '6364',
3054'ID_PART_ENTRY_DISK': '8:128',
3055'ID_PART_ENTRY_NUMBER': '3',
3056'ID_PART_ENTRY_OFFSET': '136668',
3057'ID_PART_ENTRY_SCHEME': 'dos',
3058'ID_PART_ENTRY_SIZE': '42016',
3059'ID_PART_ENTRY_TYPE': '0x0',
3060'ID_PART_ENTRY_UUID': '7c3f77cf-03',
3061'ID_PART_TABLE_TYPE': 'dos',
3062'ID_PART_TABLE_UUID': '7c3f77cf',
3063'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0',
3064'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_0',
3065'ID_REVISION': '1.00',
3066'ID_SERIAL': 'Generic-_SD_MMC_058F63646476-0:0',
3067'ID_SERIAL_SHORT': '058F63646476',
3068'ID_TYPE': 'disk',
3069'ID_USB_DRIVER': 'usb-storage',
3070'ID_USB_INTERFACES': ':080650:030000:',
3071'ID_USB_INTERFACE_NUM': '00',
3072'ID_VENDOR': 'Generic-',
3073'ID_VENDOR_ENC': 'Generic-',
3074'ID_VENDOR_ID': '058f',
3075'MAJOR': '8',
3076'MINOR': '131',
3077'PARTN': '3',
3078'SUBSYSTEM': 'block',
3079'SYS_NAME': 'sdi3',
3080'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi3',
3081'TAGS': ':systemd:',
3082'UDISKS_IGNORE': '1',
3083'USEC_INITIALIZED': '122293462'} ;
3084'/dev/disk/by-id/usb-Generic-_Compact_Flash_058F63646476-0:1',
3085'DEVNAME': '/dev/sdj',
3086'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:1/block/sdj',
3087'DEVTYPE': 'disk',
3088'ID_BUS': 'usb',
3089'ID_INSTANCE': '0:1',
3090'ID_MODEL': 'Compact_Flash',
3091'ID_MODEL_ENC': 'Compact\\x20Flash\\x20\\x20\\x20',
3092'ID_MODEL_ID': '6364',
3093'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:1',
3094'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_1',
3095'ID_REVISION': '1.01',
3096'ID_SERIAL': 'Generic-_Compact_Flash_058F63646476-0:1',
3097'ID_SERIAL_SHORT': '058F63646476',
3098'ID_TYPE': 'disk',
3099'ID_USB_DRIVER': 'usb-storage',
3100'ID_USB_INTERFACES': ':080650:030000:',
3101'ID_USB_INTERFACE_NUM': '00',
3102'ID_VENDOR': 'Generic-',
3103'ID_VENDOR_ENC': 'Generic-',
3104'ID_VENDOR_ID': '058f',
3105'MAJOR': '8',
3106'MINOR': '144',
3107'SUBSYSTEM': 'block',
3108'SYS_NAME': 'sdj',
3109'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:1/block/sdj',
3110'TAGS': ':systemd:',
3111'USEC_INITIALIZED': '121847459'} ;
3112name = sdj status = True id = 13
3113children = []
3114parents = []
3115uuid = None size = 0 B
3116format = existing None
3117major = 8 minor = 144 exists = True protected = False
3118sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:1/block/sdj
3119target size = 0 B path = /dev/sdj
3120format args = [] original_format = None removable = True wwn = None
3121'/dev/disk/by-path/pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:2',
3122'DEVNAME': '/dev/sdk',
3123'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:2/block/sdk',
3124'DEVTYPE': 'disk',
3125'ID_BUS': 'usb',
3126'ID_INSTANCE': '0:2',
3127'ID_MODEL': 'SM_xD-Picture',
3128'ID_MODEL_ENC': 'SM\\x2fxD-Picture\\x20\\x20\\x20',
3129'ID_MODEL_ID': '6364',
3130'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:2',
3131'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_2',
3132'ID_REVISION': '1.02',
3133'ID_SERIAL': 'Generic-_SM_xD-Picture_058F63646476-0:2',
3134'ID_SERIAL_SHORT': '058F63646476',
3135'ID_TYPE': 'disk',
3136'ID_USB_DRIVER': 'usb-storage',
3137'ID_USB_INTERFACES': ':080650:030000:',
3138'ID_USB_INTERFACE_NUM': '00',
3139'ID_VENDOR': 'Generic-',
3140'ID_VENDOR_ENC': 'Generic-',
3141'ID_VENDOR_ID': '058f',
3142'MAJOR': '8',
3143'MINOR': '160',
3144'SUBSYSTEM': 'block',
3145'SYS_NAME': 'sdk',
3146'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:2/block/sdk',
3147'TAGS': ':systemd:',
3148'USEC_INITIALIZED': '121850101'} ;
3149name = sdk status = True id = 18
3150children = []
3151parents = []
3152uuid = None size = 0 B
3153format = existing None
3154major = 8 minor = 160 exists = True protected = False
3155sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:2/block/sdk
3156target size = 0 B path = /dev/sdk
3157format args = [] original_format = None removable = True wwn = None
3158'/dev/disk/by-path/pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:3',
3159'DEVNAME': '/dev/sdl',
3160'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:3/block/sdl',
3161'DEVTYPE': 'disk',
3162'ID_BUS': 'usb',
3163'ID_INSTANCE': '0:3',
3164'ID_MODEL': 'MS_MS-Pro',
3165'ID_MODEL_ENC': 'MS\\x2fMS-Pro\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
3166'ID_MODEL_ID': '6364',
3167'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:3',
3168'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_3',
3169'ID_REVISION': '1.03',
3170'ID_SERIAL': 'Generic-_MS_MS-Pro_058F63646476-0:3',
3171'ID_SERIAL_SHORT': '058F63646476',
3172'ID_TYPE': 'disk',
3173'ID_USB_DRIVER': 'usb-storage',
3174'ID_USB_INTERFACES': ':080650:030000:',
3175'ID_USB_INTERFACE_NUM': '00',
3176'ID_VENDOR': 'Generic-',
3177'ID_VENDOR_ENC': 'Generic-',
3178'ID_VENDOR_ID': '058f',
3179'MAJOR': '8',
3180'MINOR': '176',
3181'SUBSYSTEM': 'block',
3182'SYS_NAME': 'sdl',
3183'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:3/block/sdl',
3184'TAGS': ':systemd:',
3185'USEC_INITIALIZED': '121860644'} ;
3186name = sdl status = True id = 23
3187children = []
3188parents = []
3189uuid = None size = 0 B
3190format = existing None
3191major = 8 minor = 176 exists = True protected = False
3192sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:3/block/sdl
3193target size = 0 B path = /dev/sdl
3194format args = [] original_format = None removable = True wwn = None
3195'/dev/disk/by-path/pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:0',
3196'DEVNAME': '/dev/sde',
3197'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:0/block/sde',
3198'DEVTYPE': 'disk',
3199'ID_BUS': 'usb',
3200'ID_INSTANCE': '0:0',
3201'ID_MODEL': 'Multi-Reader_-0',
3202'ID_MODEL_ENC': 'Multi-Reader\\x20\\x20-0',
3203'ID_MODEL_ID': '6368',
3204'ID_PATH': 'pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:0',
3205'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_4_1_0-scsi-0_0_0_0',
3206'ID_REVISION': '1.00',
3207'ID_SERIAL': 'Kingston_Multi-Reader_-0_08738182805087-0:0',
3208'ID_SERIAL_SHORT': '08738182805087',
3209'ID_TYPE': 'disk',
3210'ID_USB_DRIVER': 'usb-storage',
3211'ID_USB_INTERFACES': ':080650:',
3212'ID_USB_INTERFACE_NUM': '00',
3213'ID_VENDOR': 'Kingston',
3214'ID_VENDOR_ENC': 'Kingston',
3215'ID_VENDOR_ID': '11b0',
3216'MAJOR': '8',
3217'MINOR': '64',
3218'SUBSYSTEM': 'block',
3219'SYS_NAME': 'sde',
3220'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:0/block/sde',
3221'TAGS': ':systemd:',
3222'USEC_INITIALIZED': '121861296'} ;
3223name = sde status = True id = 28
3224children = []
3225parents = []
3226uuid = None size = 0 B
3227format = existing None
3228major = 8 minor = 64 exists = True protected = False
3229sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:0/block/sde
3230target size = 0 B path = /dev/sde
3231format args = [] original_format = None removable = True wwn = None
3232'/dev/disk/by-path/pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:1',
3233'DEVNAME': '/dev/sdf',
3234'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:1/block/sdf',
3235'DEVTYPE': 'disk',
3236'ID_BUS': 'usb',
3237'ID_INSTANCE': '0:1',
3238'ID_MODEL': 'Multi-Reader_-1',
3239'ID_MODEL_ENC': 'Multi-Reader\\x20\\x20-1',
3240'ID_MODEL_ID': '6368',
3241'ID_PATH': 'pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:1',
3242'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_4_1_0-scsi-0_0_0_1',
3243'ID_REVISION': '1.00',
3244'ID_SERIAL': 'Kingston_Multi-Reader_-1_08738182805087-0:1',
3245'ID_SERIAL_SHORT': '08738182805087',
3246'ID_TYPE': 'disk',
3247'ID_USB_DRIVER': 'usb-storage',
3248'ID_USB_INTERFACES': ':080650:',
3249'ID_USB_INTERFACE_NUM': '00',
3250'ID_VENDOR': 'Kingston',
3251'ID_VENDOR_ENC': 'Kingston',
3252'ID_VENDOR_ID': '11b0',
3253'MAJOR': '8',
3254'MINOR': '80',
3255'SUBSYSTEM': 'block',
3256'SYS_NAME': 'sdf',
3257'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:1/block/sdf',
3258'TAGS': ':systemd:',
3259'USEC_INITIALIZED': '121863733'} ;
3260name = sdf status = True id = 33
3261children = []
3262parents = []
3263uuid = None size = 0 B
3264format = existing None
3265major = 8 minor = 80 exists = True protected = False
3266sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:1/block/sdf
3267target size = 0 B path = /dev/sdf
3268format args = [] original_format = None removable = True wwn = None
3269'/dev/disk/by-id/usb-Kingston_Multi-Reader_-2_08738182805087-0:2',
3270'DEVNAME': '/dev/sdg',
3271'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:2/block/sdg',
3272'DEVTYPE': 'disk',
3273'ID_BUS': 'usb',
3274'ID_INSTANCE': '0:2',
3275'ID_MODEL': 'Multi-Reader_-2',
3276'ID_MODEL_ENC': 'Multi-Reader\\x20\\x20-2',
3277'ID_MODEL_ID': '6368',
3278'ID_PATH': 'pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:2',
3279'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_4_1_0-scsi-0_0_0_2',
3280'ID_REVISION': '1.00',
3281'ID_SERIAL': 'Kingston_Multi-Reader_-2_08738182805087-0:2',
3282'ID_SERIAL_SHORT': '08738182805087',
3283'ID_TYPE': 'disk',
3284'ID_USB_DRIVER': 'usb-storage',
3285'ID_USB_INTERFACES': ':080650:',
3286'ID_USB_INTERFACE_NUM': '00',
3287'ID_VENDOR': 'Kingston',
3288'ID_VENDOR_ENC': 'Kingston',
3289'ID_VENDOR_ID': '11b0',
3290'MAJOR': '8',
3291'MINOR': '96',
3292'SUBSYSTEM': 'block',
3293'SYS_NAME': 'sdg',
3294'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:2/block/sdg',
3295'TAGS': ':systemd:',
3296'USEC_INITIALIZED': '121874924'} ;
3297name = sdg status = True id = 38
3298children = []
3299parents = []
3300uuid = None size = 0 B
3301format = existing None
3302major = 8 minor = 96 exists = True protected = False
3303sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:2/block/sdg
3304target size = 0 B path = /dev/sdg
3305format args = [] original_format = None removable = True wwn = None
3306'/dev/disk/by-id/usb-Kingston_Multi-Reader_-3_08738182805087-0:3',
3307'DEVNAME': '/dev/sdh',
3308'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:3/block/sdh',
3309'DEVTYPE': 'disk',
3310'ID_BUS': 'usb',
3311'ID_INSTANCE': '0:3',
3312'ID_MODEL': 'Multi-Reader_-3',
3313'ID_MODEL_ENC': 'Multi-Reader\\x20\\x20-3',
3314'ID_MODEL_ID': '6368',
3315'ID_PATH': 'pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:3',
3316'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_4_1_0-scsi-0_0_0_3',
3317'ID_REVISION': '1.00',
3318'ID_SERIAL': 'Kingston_Multi-Reader_-3_08738182805087-0:3',
3319'ID_SERIAL_SHORT': '08738182805087',
3320'ID_TYPE': 'disk',
3321'ID_USB_DRIVER': 'usb-storage',
3322'ID_USB_INTERFACES': ':080650:',
3323'ID_USB_INTERFACE_NUM': '00',
3324'ID_VENDOR': 'Kingston',
3325'ID_VENDOR_ENC': 'Kingston',
3326'ID_VENDOR_ID': '11b0',
3327'MAJOR': '8',
3328'MINOR': '112',
3329'SUBSYSTEM': 'block',
3330'SYS_NAME': 'sdh',
3331'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:3/block/sdh',
3332'TAGS': ':systemd:',
3333'USEC_INITIALIZED': '121877238'} ;
3334name = sdh status = True id = 43
3335children = []
3336parents = []
3337uuid = None size = 0 B
3338format = existing None
3339major = 8 minor = 112 exists = True protected = False
3340sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:3/block/sdh
3341target size = 0 B path = /dev/sdh
3342format args = [] original_format = None removable = True wwn = None
3343'/dev/disk/by-id/ata-KINGSTON_SHSS37A240G_50026B72710272C5 '
3344'/dev/disk/by-id/wwn-0x50026b72710272c5',
3345'DEVNAME': '/dev/sda',
3346'DEVPATH': '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda',
3347'DEVTYPE': 'disk',
3348'ID_ATA': '1',
3349'ID_ATA_DOWNLOAD_MICROCODE': '1',
3350'ID_ATA_FEATURE_SET_APM': '1',
3351'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254',
3352'ID_ATA_FEATURE_SET_APM_ENABLED': '1',
3353'ID_ATA_FEATURE_SET_HPA': '1',
3354'ID_ATA_FEATURE_SET_HPA_ENABLED': '1',
3355'ID_ATA_FEATURE_SET_PM': '1',
3356'ID_ATA_FEATURE_SET_PM_ENABLED': '1',
3357'ID_ATA_FEATURE_SET_SECURITY': '1',
3358'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0',
3359'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '2',
3360'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '2',
3361'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1',
3362'ID_ATA_FEATURE_SET_SMART': '1',
3363'ID_ATA_FEATURE_SET_SMART_ENABLED': '1',
3364'ID_ATA_ROTATION_RATE_RPM': '0',
3365'ID_ATA_SATA': '1',
3366'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1',
3367'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1',
3368'ID_ATA_WRITE_CACHE': '1',
3369'ID_ATA_WRITE_CACHE_ENABLED': '1',
3370'ID_BUS': 'ata',
3371'ID_MODEL': 'KINGSTON_SHSS37A240G',
3372'ID_MODEL_ENC': 'KINGSTON\\x20SHSS37A240G\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
3373'ID_PART_TABLE_TYPE': 'gpt',
3374'ID_PART_TABLE_UUID': '5b949d8d-3a8c-449e-b435-ef2d70510f29',
3375'ID_PATH': 'pci-0000:00:17.0-ata-1',
3376'ID_PATH_TAG': 'pci-0000_00_17_0-ata-1',
3377'ID_REVISION': 'SAFM02.H',
3378'ID_SERIAL': 'KINGSTON_SHSS37A240G_50026B72710272C5',
3379'ID_SERIAL_SHORT': '50026B72710272C5',
3380'ID_TYPE': 'disk',
3381'ID_WWN': '0x50026b72710272c5',
3382'ID_WWN_WITH_EXTENSION': '0x50026b72710272c5',
3383'MAJOR': '8',
3384'MINOR': '0',
3385'SUBSYSTEM': 'block',
3386'SYS_NAME': 'sda',
3387'SYS_PATH': '/sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda',
3388'TAGS': ':systemd:',
3389'USEC_INITIALIZED': '121653249'} ;
3390name = sda status = True id = 48
3391children = []
3392parents = []
3393uuid = None size = 223.57 GiB
3394format = existing None
3395major = 8 minor = 0 exists = True protected = False
3396sysfs path = /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
3397target size = 223.57 GiB path = /dev/sda
3398format args = [] original_format = None removable = False wwn = 50026b72710272c5
3399type: gpt primaryPartitionCount: 2
3400lastPartitionNumber: 2 maxPrimaryPartitionCount: 128
3401partitions: [<parted.partition.Partition object at 0x7f696a8b6ac8>, <parted.partition.Partition object at 0x7f696a8b6c18>]
3402device: <parted.device.Device object at 0x7f696a8b6f60>
3403PedDisk: <_ped.Disk object at 0x7f696aa40bc8>
3404Jan 13 15:25:06 localhost-live systemd[1]: Starting Device-Mapper Multipath Device Controller...
3405Jan 13 15:25:06 localhost-live kernel: alua: device handler registered
3406'/dev/disk/by-id/wwn-0x50026b72710272c5-part1 '
3407'/dev/disk/by-partuuid/22e18c52-164d-11e9-9d97-a31d867837ff '
3408'/dev/disk/by-id/ata-KINGSTON_SHSS37A240G_50026B72710272C5-part1 '
3409'/dev/disk/by-partlabel/Microsoft\\x20reserved\\x20partition',
3410'DEVNAME': '/dev/sda1',
3411'DEVPATH': '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1',
3412'DEVTYPE': 'partition',
3413'ID_ATA': '1',
3414'ID_ATA_DOWNLOAD_MICROCODE': '1',
3415'ID_ATA_FEATURE_SET_APM': '1',
3416'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254',
3417'ID_ATA_FEATURE_SET_APM_ENABLED': '1',
3418'ID_ATA_FEATURE_SET_HPA': '1',
3419'ID_ATA_FEATURE_SET_HPA_ENABLED': '1',
3420'ID_ATA_FEATURE_SET_PM': '1',
3421'ID_ATA_FEATURE_SET_PM_ENABLED': '1',
3422'ID_ATA_FEATURE_SET_SECURITY': '1',
3423'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0',
3424'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '2',
3425'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '2',
3426'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1',
3427'ID_ATA_FEATURE_SET_SMART': '1',
3428'ID_ATA_FEATURE_SET_SMART_ENABLED': '1',
3429'ID_ATA_ROTATION_RATE_RPM': '0',
3430'ID_ATA_SATA': '1',
3431'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1',
3432'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1',
3433'ID_ATA_WRITE_CACHE': '1',
3434'ID_ATA_WRITE_CACHE_ENABLED': '1',
3435'ID_BUS': 'ata',
3436'ID_MODEL': 'KINGSTON_SHSS37A240G',
3437'ID_MODEL_ENC': 'KINGSTON\\x20SHSS37A240G\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
3438'ID_PART_ENTRY_DISK': '8:0',
3439'ID_PART_ENTRY_NAME': 'Microsoft\\x20reserved\\x20partition',
3440'ID_PART_ENTRY_NUMBER': '1',
3441'ID_PART_ENTRY_OFFSET': '34',
3442'ID_PART_ENTRY_SCHEME': 'gpt',
3443'ID_PART_ENTRY_SIZE': '32734',
3444'ID_PART_ENTRY_TYPE': 'e3c9e316-0b5c-4db8-817d-f92df00215ae',
3445'ID_PART_ENTRY_UUID': '22e18c52-164d-11e9-9d97-a31d867837ff',
3446'ID_PART_TABLE_TYPE': 'gpt',
3447'ID_PART_TABLE_UUID': '5b949d8d-3a8c-449e-b435-ef2d70510f29',
3448'ID_PATH': 'pci-0000:00:17.0-ata-1',
3449'ID_PATH_TAG': 'pci-0000_00_17_0-ata-1',
3450'ID_REVISION': 'SAFM02.H',
3451'ID_SERIAL': 'KINGSTON_SHSS37A240G_50026B72710272C5',
3452'ID_SERIAL_SHORT': '50026B72710272C5',
3453'ID_TYPE': 'disk',
3454'ID_WWN': '0x50026b72710272c5',
3455'ID_WWN_WITH_EXTENSION': '0x50026b72710272c5',
3456'MAJOR': '8',
3457'MINOR': '1',
3458'PARTN': '1',
3459'PARTNAME': 'Microsoft reserved partition',
3460'SUBSYSTEM': 'block',
3461'SYS_NAME': 'sda1',
3462'SYS_PATH': '/sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1',
3463'TAGS': ':systemd:',
3464'UDISKS_IGNORE': '1',
3465'USEC_INITIALIZED': '121663397'} ;
3466Jan 13 15:25:06 localhost-live kernel: emc: device handler registered
3467Jan 13 15:25:06 localhost-live kernel: rdac: device handler registered
3468Jan 13 15:25:06 localhost-live multipathd[2543]: --------start up--------
3469Jan 13 15:25:06 localhost-live multipathd[2543]: read /etc/multipath.conf
3470Jan 13 15:25:06 localhost-live multipathd[2543]: path checkers start up
3471Jan 13 15:25:06 localhost-live systemd[1]: Started Device-Mapper Multipath Device Controller.
3472Jan 13 15:25:06 localhost-live audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
3473name = sda1 status = True id = 58
3474children = []
3475parents = ['existing 223.57 GiB disk sda (48) with existing gpt disklabel']
3476uuid = 22e18c52-164d-11e9-9d97-a31d867837ff size = 15.98 MiB
3477format = existing None
3478major = 8 minor = 1 exists = True protected = False
3479sysfs path = /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
3480target size = 15.98 MiB path = /dev/sda1
3481format args = [] original_format = None grow = None max size = 0 B bootable = None
3482part type = 0 primary = None start sector = None end sector = None
3483parted_partition = parted.Partition instance --
3484disk: <parted.disk.Disk object at 0x7f696a979048> fileSystem: None
3485number: 1 path: /dev/sda1 type: 0
3486name: Microsoft reserved partition active: True busy: False
3487geometry: <parted.geometry.Geometry object at 0x7f696a8b6a58> PedPartition: <_ped.Partition object at 0x7f696a897888>
3488disk = existing 223.57 GiB disk sda (48) with existing gpt disklabel
3489start = 34 end = 32767 length = 32734
3490flags = msftres
3491'/dev/disk/by-id/wwn-0x50026b72710272c5-part2 '
3492'/dev/disk/by-uuid/4AB2E83AB2E82C5F '
3493'/dev/disk/by-partuuid/3a8dbdd0-63e8-43f1-a2d8-71a603d0004a '
3494'/dev/disk/by-partlabel/Basic\\x20data\\x20partition '
3495'/dev/disk/by-id/ata-KINGSTON_SHSS37A240G_50026B72710272C5-part2',
3496'DEVNAME': '/dev/sda2',
3497'DEVPATH': '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2',
3498'DEVTYPE': 'partition',
3499'ID_ATA': '1',
3500'ID_ATA_DOWNLOAD_MICROCODE': '1',
3501'ID_ATA_FEATURE_SET_APM': '1',
3502'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254',
3503'ID_ATA_FEATURE_SET_APM_ENABLED': '1',
3504'ID_ATA_FEATURE_SET_HPA': '1',
3505'ID_ATA_FEATURE_SET_HPA_ENABLED': '1',
3506'ID_ATA_FEATURE_SET_PM': '1',
3507'ID_ATA_FEATURE_SET_PM_ENABLED': '1',
3508'ID_ATA_FEATURE_SET_SECURITY': '1',
3509'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0',
3510'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '2',
3511'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '2',
3512'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1',
3513'ID_ATA_FEATURE_SET_SMART': '1',
3514'ID_ATA_FEATURE_SET_SMART_ENABLED': '1',
3515'ID_ATA_ROTATION_RATE_RPM': '0',
3516'ID_ATA_SATA': '1',
3517'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1',
3518'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1',
3519'ID_ATA_WRITE_CACHE': '1',
3520'ID_ATA_WRITE_CACHE_ENABLED': '1',
3521'ID_BUS': 'ata',
3522'ID_FS_TYPE': 'ntfs',
3523'ID_FS_USAGE': 'filesystem',
3524'ID_FS_UUID': '4AB2E83AB2E82C5F',
3525'ID_FS_UUID_ENC': '4AB2E83AB2E82C5F',
3526'ID_MODEL': 'KINGSTON_SHSS37A240G',
3527'ID_MODEL_ENC': 'KINGSTON\\x20SHSS37A240G\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
3528'ID_PART_ENTRY_DISK': '8:0',
3529'ID_PART_ENTRY_NAME': 'Basic\\x20data\\x20partition',
3530'ID_PART_ENTRY_NUMBER': '2',
3531'ID_PART_ENTRY_OFFSET': '32768',
3532'ID_PART_ENTRY_SCHEME': 'gpt',
3533'ID_PART_ENTRY_SIZE': '468826112',
3534'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7',
3535'ID_PART_ENTRY_UUID': '3a8dbdd0-63e8-43f1-a2d8-71a603d0004a',
3536'ID_PART_TABLE_TYPE': 'gpt',
3537'ID_PART_TABLE_UUID': '5b949d8d-3a8c-449e-b435-ef2d70510f29',
3538'ID_PATH': 'pci-0000:00:17.0-ata-1',
3539'ID_PATH_TAG': 'pci-0000_00_17_0-ata-1',
3540'ID_REVISION': 'SAFM02.H',
3541'ID_SERIAL': 'KINGSTON_SHSS37A240G_50026B72710272C5',
3542'ID_SERIAL_SHORT': '50026B72710272C5',
3543'ID_TYPE': 'disk',
3544'ID_WWN': '0x50026b72710272c5',
3545'ID_WWN_WITH_EXTENSION': '0x50026b72710272c5',
3546'MAJOR': '8',
3547'MINOR': '2',
3548'PARTN': '2',
3549'PARTNAME': 'Basic data partition',
3550'SUBSYSTEM': 'block',
3551'SYS_NAME': 'sda2',
3552'SYS_PATH': '/sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2',
3553'TAGS': ':systemd:',
3554'USEC_INITIALIZED': '121663521'} ;
3555name = sda2 status = True id = 63
3556children = []
3557parents = ['existing 223.57 GiB disk sda (48) with existing gpt disklabel']
3558uuid = 3a8dbdd0-63e8-43f1-a2d8-71a603d0004a size = 223.55 GiB
3559format = existing None
3560major = 8 minor = 2 exists = True protected = False
3561sysfs path = /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
3562target size = 223.55 GiB path = /dev/sda2
3563format args = [] original_format = None grow = None max size = 0 B bootable = None
3564part type = 0 primary = None start sector = None end sector = None
3565parted_partition = parted.Partition instance --
3566disk: <parted.disk.Disk object at 0x7f696a979048> fileSystem: <parted.filesystem.FileSystem object at 0x7f696a8b6978>
3567number: 2 path: /dev/sda2 type: 0
3568name: Basic data partition active: True busy: False
3569geometry: <parted.geometry.Geometry object at 0x7f696a8b6cc0> PedPartition: <_ped.Partition object at 0x7f696a897d00>
3570disk = existing 223.57 GiB disk sda (48) with existing gpt disklabel
3571start = 32768 end = 468858879 length = 468826112
3572flags = msftdata
3573Jan 13 15:25:06 localhost-live dbus-daemon[1104]: [system] Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
3574Jan 13 15:25:06 localhost-live pulseaudio[1351]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
3575Jan 13 15:25:06 localhost-live org.fedoraproject.Anaconda.Modules.Localization[2405]: DEBUG:anaconda.modules.localization.localization:Language is set to sk_SK.UTF-8.
3576return cls.new(*args, **kwds)
3577'/dev/disk/by-path/pci-0000:00:17.0-ata-2 '
3578'/dev/disk/by-id/ata-WDC_WD3200AAJS-00B4A0_WD-WMAT10654937',
3579'DEVNAME': '/dev/sdb',
3580'DEVPATH': '/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb',
3581'DEVTYPE': 'disk',
3582'ID_ATA': '1',
3583'ID_ATA_DOWNLOAD_MICROCODE': '1',
3584'ID_ATA_FEATURE_SET_AAM': '1',
3585'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '254',
3586'ID_ATA_FEATURE_SET_AAM_ENABLED': '0',
3587'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128',
3588'ID_ATA_FEATURE_SET_HPA': '1',
3589'ID_ATA_FEATURE_SET_HPA_ENABLED': '1',
3590'ID_ATA_FEATURE_SET_PM': '1',
3591'ID_ATA_FEATURE_SET_PM_ENABLED': '1',
3592'ID_ATA_FEATURE_SET_PUIS': '1',
3593'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0',
3594'ID_ATA_FEATURE_SET_SECURITY': '1',
3595'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0',
3596'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '62',
3597'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '62',
3598'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1',
3599'ID_ATA_FEATURE_SET_SMART': '1',
3600'ID_ATA_FEATURE_SET_SMART_ENABLED': '1',
3601'ID_ATA_SATA': '1',
3602'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1',
3603'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1',
3604'ID_ATA_WRITE_CACHE': '1',
3605'ID_ATA_WRITE_CACHE_ENABLED': '1',
3606'ID_BUS': 'ata',
3607'ID_FS_TYPE': 'promise_fasttrack_raid_member',
3608'ID_FS_USAGE': 'raid',
3609'ID_MODEL': 'WDC_WD3200AAJS-00B4A0',
3610'ID_MODEL_ENC': 'WDC\\x20WD3200AAJS-00B4A0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
3611'ID_PATH': 'pci-0000:00:17.0-ata-2',
3612'ID_PATH_TAG': 'pci-0000_00_17_0-ata-2',
3613'ID_REVISION': '01.03A01',
3614'ID_SERIAL': 'WDC_WD3200AAJS-00B4A0_WD-WMAT10654937',
3615'ID_SERIAL_SHORT': 'WD-WMAT10654937',
3616'ID_TYPE': 'disk',
3617'ID_WWN': '0x50014ee0007c3bc5',
3618'ID_WWN_WITH_EXTENSION': '0x50014ee0007c3bc5',
3619'MAJOR': '8',
3620'MINOR': '16',
3621'SUBSYSTEM': 'block',
3622'SYS_NAME': 'sdb',
3623'SYS_PATH': '/sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb',
3624'TAGS': ':systemd:',
3625'USEC_INITIALIZED': '121642774'} ;
3626name = sdb status = True id = 73
3627children = []
3628parents = []
3629uuid = None size = 298,09 GiB
3630format = existing None
3631major = 8 minor = 16 exists = True protected = False
3632sysfs path = /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
3633target size = 298,09 GiB path = /dev/sdb
3634format args = [] original_format = None removable = False wwn = 50014ee0007c3bc5
3635Jan 13 15:25:07 localhost-live fedora-welcome.desktop[2042]: ERROR: pdc: identifying /dev/sdb, magic_0: 0x0/0xc75890e3, magic_1: 0x0/0x0, total_disks: 0
3636Jan 13 15:25:07 localhost-live fedora-welcome.desktop[2042]: ERROR: adding /dev/sdb to RAID set "pdc_jdhiifjfd"
3637Jan 13 15:25:07 localhost-live fedora-welcome.desktop[2042]: ERROR: removing RAID set "pdc_jdhiifjfd"
3638Jan 13 15:25:07 localhost-live fedora-welcome.desktop[2042]: ERROR: no RAID set found
3639
3640File "/usr/lib64/python3.7/site-packages/gi/overrides/BlockDev.py", line 967, in wrapped
3641ret = orig_obj(*args, **kwargs)
3642
3643File "/usr/lib64/python3.7/site-packages/gi/overrides/BlockDev.py", line 280, in dm_get_member_raid_sets
3644return _dm_get_member_raid_sets(name, uuid, major, minor)
3645
3646gi.repository.GLib.GError: g-bd-dm-error-quark: Failed to group_set (3)
3647
3648
3649During handling of the above exception, another exception occurred:
3650
3651
3652Traceback (most recent call last):
3653
3654File "/usr/lib64/python3.7/site-packages/pyanaconda/threading.py", line 286, in run
3655threading.Thread.run(self)
3656
3657File "/usr/lib64/python3.7/threading.py", line 865, in run
3658self._target(*self._args, **self._kwargs)
3659
3660File "/usr/lib64/python3.7/site-packages/pyanaconda/storage/osinstall.py", line 2298, in storage_initialize
3661storage.reset()
3662
3663File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
3664return m(*args, **kwargs)
3665
3666File "/usr/lib64/python3.7/site-packages/pyanaconda/storage/osinstall.py", line 1738, in reset
3667super().reset(cleanup_only=cleanup_only)
3668
3669File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
3670return m(*args, **kwargs)
3671
3672File "/usr/lib/python3.7/site-packages/blivet/blivet.py", line 161, in reset
3673self.devicetree.populate(cleanup_only=cleanup_only)
3674
3675File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
3676return m(*args, **kwargs)
3677
3678File "/usr/lib/python3.7/site-packages/blivet/populator/populator.py", line 413, in populate
3679self._populate()
3680
3681File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
3682return m(*args, **kwargs)
3683
3684File "/usr/lib/python3.7/site-packages/blivet/populator/populator.py", line 461, in _populate
3685self.handle_device(dev)
3686
3687File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
3688return m(*args, **kwargs)
3689
3690File "/usr/lib/python3.7/site-packages/blivet/populator/populator.py", line 276, in handle_device
3691self.handle_format(info, device)
3692
3693File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
3694return m(*args, **kwargs)
3695
3696File "/usr/lib/python3.7/site-packages/blivet/populator/populator.py", line 304, in handle_format
3697helper_class(self, info, device).run()
3698
3699File "/usr/lib/python3.7/site-packages/blivet/populator/helpers/dmraid.py", line 56, in run
3700rs_names = blockdev.dm.get_member_raid_sets(name, uuid, major, minor)
3701
3702File "/usr/lib64/python3.7/site-packages/gi/overrides/BlockDev.py", line 993, in wrapped
3703raise transform[1](msg)
3704
3705gi.overrides.BlockDev.DMError: Failed to group_set
3706
3707File "/usr/lib64/python3.7/site-packages/pyanaconda/threading.py", line 286, in run
3708threading.Thread.run(self)
3709
3710File "/usr/lib64/python3.7/threading.py", line 865, in run
3711self._target(*self._args, **self._kwargs)
3712
3713File "/usr/lib64/python3.7/site-packages/pyanaconda/payload/__init__.py", line 1766, in _runThread
3714payload.setup(storage, instClass)
3715
3716File "/usr/lib64/python3.7/site-packages/pyanaconda/payload/livepayload.py", line 76, in setup
3717raise PayloadInstallError("Unable to find osimg for %s" % self.data.method.partition)
3718
3719pyanaconda.payload.PayloadInstallError: Unable to find osimg for /dev/mapper/live-base
3720Jan 13 15:25:07 localhost-live org.fedoraproject.Anaconda.Modules.Timezone[2405]: DEBUG:anaconda.modules.timezone.timezone:UTC is set to False.
3721Jan 14 20:24:50 localhost-live audit[2556]: USYS_CONFIG pid=2556 uid=0 auid=1000 ses=1 subj=unconfined_u:system_r:install_t:s0-s0:c0.c1023 msg='op=change-system-time exe="/usr/sbin/hwclock" hostname=? addr=? terminal=? res=failed'
3722
3723
3724
3725/tmp/anaconda.log:
372615:25:03,830 INF main: /sbin/anaconda 29.24.7-1.fc29
372715:25:03,983 INF isys: 16502012 kB (16115 MB) are available
372815:25:03,998 INF startup_utils: check_memory(): total:16115, needed:320, graphical:410
372915:25:04,004 INF flags: Not doing 'early exception handler' in live installation
373015:25:04,004 INF flags: Not doing 'start audit daemon' in live installation
373115:25:04,004 INF main: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:/dev/mapper/live-base']
373215:25:04,004 INF main: Default encoding = utf-8
373315:25:04,013 INF dbus.connection: Connecting to a default bus at unix:abstract=/tmp/dbus-yydgm4Zi6d,guid=d508ba3f633375554122560f5c3b9ea0.
373415:25:04,145 INF startup_utils: Waiting 600 sec for modules to be started.
373515:25:05,177 INF startup_utils: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks
373615:25:05,331 WRN kickstart: Command firstboot will be parsed in DBus module.
373715:25:05,334 INF flags: Not doing 'setup network module mode' in live installation
373815:25:05,336 DBG main: Network module set up to not touch runtime system
373915:25:05,346 DBG localization: setting locale to: en_US.UTF-8
374015:25:05,353 DBG network: devices found ['enp7s0', 'wlp5s0u1u1']
374115:25:05,357 DBG network: ensure single initramfs connections
374215:25:05,412 DBG network: apply kickstart
374315:25:05,412 DBG network: create missing ifcfg files
374415:25:05,459 DBG network: ifcfg file for enp7s0 not found
374515:25:05,571 DBG network: dumping ifcfg file for enp7s0 from default autoconnection e4e8f1b8-4fb6-3991-86a7-306d130badeb
374615:25:05,577 DBG network: missing ifcfgs created for devices ['enp7s0']
374715:25:05,584 DBG network: set real ONBOOT value
374815:25:05,587 INF threading: Running Thread: AnaWaitForConnectingNMThread (140091082737408)
374915:25:05,588 INF screen_access: parsing existing user interaction config file in /etc/sysconfig/anaconda
375015:25:05,588 DBG anaconda: setting display mode to GUI
375115:25:05,593 INF anaconda: Display mode is set to 'interactive graphical mode'.
375215:25:05,594 INF isys: 16502012 kB (16115 MB) are available
375315:25:05,599 INF startup_utils: check_memory(): total:16115, needed:320, graphical:410
375415:25:05,607 INF network: got 0 NTP servers from DHCP
375515:25:05,609 INF threading: Thread Done: AnaWaitForConnectingNMThread (140091082737408)
375615:25:05,750 DBG installclass: Searching /usr/lib64/python3.7/site-packages/pyanaconda/installclasses.
375715:25:05,755 DBG installclass: Found Atomic Host (AtomicHostInstallClass).
375815:25:05,755 DBG installclass: Found Red Hat Enterprise Linux (RHELBaseInstallClass).
375915:25:05,756 DBG installclass: Found Fedora (FedoraBaseInstallClass).
376015:25:05,756 DBG installclass: Found Fedora Silverblue (FedoraSilverblueInstallClass).
376115:25:05,756 DBG installclass: Found Fedora (DefaultInstallClass).
376215:25:05,756 DBG installclass: Found Fedora Server (FedoraServerInstallClass).
376315:25:05,756 DBG installclass: Found Fedora Workstation (FedoraWorkstationInstallClass).
376415:25:05,756 DBG installclass: Found CentOS Linux (CentOSBaseInstallClass).
376515:25:05,756 DBG installclass: Found Scientific Linux (ScientificBaseInstallClass).
376615:25:05,756 INF installclass: Using a visible install class Fedora Workstation (FedoraWorkstationInstallClass).
376715:25:05,756 DBG storage: trying to set new default luks version to 'luks1'
376815:25:05,822 INF bootloader: bootloader EFIGRUB on EFI platform
376915:25:05,823 INF autopart: Detected 15.74 GiB of memory
377015:25:05,823 INF autopart: Suggested swap size (7.87 GiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead.
377115:25:05,823 INF autopart: Swap attempt of 0.0
377215:25:05,823 INF bootloader: bootloader EFIGRUB on EFI platform
377315:25:05,888 DBG storage_utils: LABEL=OEMDRV matches [] for devicetree=None and disks_only=True
377415:25:05,889 INF threading: Running Thread: AnaStorageThread (140091082737408)
377515:25:05,891 INF threading: Running Thread: AnaTimeInitThread (140091050264320)
377615:25:05,896 DBG payload: Restarting payload thread
377715:25:05,896 INF threading: Running Thread: AnaPayloadRestartThread (140091041609472)
377815:25:05,897 INF geoloc: Geolocation is enabled.
377915:25:05,899 INF threading: Running Thread: AnaPayloadThread (140090760230656)
378015:25:05,899 DBG payload: Updating payload thread state: 0
378115:25:05,899 DBG payload: Updating payload thread state: 1
378215:25:05,900 INF threading: Running Thread: AnaGeolocationRefreshThread (140090751837952)
378315:25:05,900 INF geoloc: Starting geolocation lookup
378415:25:05,900 INF geoloc: Geolocation provider: Fedora GeoIP
378515:25:05,900 INF flags: Not doing 'start chronyd' in live installation
378615:25:05,901 INF threading: Thread Done: AnaPayloadRestartThread (140091041609472)
378715:25:06,304 DBG ui.gui: Window scale set to 1 by XSETTINGS, not scaling
378815:25:06,950 INF geoloc: Geolocation lookup finished in 1.0 seconds
378915:25:06,950 INF geoloc: got results from geolocation
379015:25:06,950 INF threading: Thread Done: AnaGeolocationRefreshThread (140090751837952)
379115:25:06,951 INF geoloc: Waited 0.53 seconds for Geolocation
379215:25:06,958 DBG localization: setting locale to: sk_SK.UTF-8
379315:25:06,989 DBG localization: setting locale to: sk_SK.UTF-8
379415:25:07,056 DBG ui.common: Entered spoke: WelcomeLanguageSpoke
379515:25:07,059 WRN misc: /usr/lib64/python3.7/site-packages/gi/overrides/Gdk.py:346: DeprecationWarning: Gdk.Cursor.new is deprecated
3796 return cls.new(*args, **kwds)
3797
379815:25:07,110 INF threading: Thread Failed: AnaStorageThread (140091082737408)
379915:25:07,110 DBG exception: running handleException
380015:25:07,110 CRT exception: Traceback (most recent call last):
3801
3802 File "/usr/lib64/python3.7/site-packages/gi/overrides/BlockDev.py", line 967, in wrapped
3803 ret = orig_obj(*args, **kwargs)
3804
3805 File "/usr/lib64/python3.7/site-packages/gi/overrides/BlockDev.py", line 280, in dm_get_member_raid_sets
3806 return _dm_get_member_raid_sets(name, uuid, major, minor)
3807
3808gi.repository.GLib.GError: g-bd-dm-error-quark: Failed to group_set (3)
3809
3810
3811During handling of the above exception, another exception occurred:
3812
3813
3814Traceback (most recent call last):
3815
3816 File "/usr/lib64/python3.7/site-packages/pyanaconda/threading.py", line 286, in run
3817 threading.Thread.run(self)
3818
3819 File "/usr/lib64/python3.7/threading.py", line 865, in run
3820 self._target(*self._args, **self._kwargs)
3821
3822 File "/usr/lib64/python3.7/site-packages/pyanaconda/storage/osinstall.py", line 2298, in storage_initialize
3823 storage.reset()
3824
3825 File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
3826 return m(*args, **kwargs)
3827
3828 File "/usr/lib64/python3.7/site-packages/pyanaconda/storage/osinstall.py", line 1738, in reset
3829 super().reset(cleanup_only=cleanup_only)
3830
3831 File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
3832 return m(*args, **kwargs)
3833
3834 File "/usr/lib/python3.7/site-packages/blivet/blivet.py", line 161, in reset
3835 self.devicetree.populate(cleanup_only=cleanup_only)
3836
3837 File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
3838 return m(*args, **kwargs)
3839
3840 File "/usr/lib/python3.7/site-packages/blivet/populator/populator.py", line 413, in populate
3841 self._populate()
3842
3843 File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
3844 return m(*args, **kwargs)
3845
3846 File "/usr/lib/python3.7/site-packages/blivet/populator/populator.py", line 461, in _populate
3847 self.handle_device(dev)
3848
3849 File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
3850 return m(*args, **kwargs)
3851
3852 File "/usr/lib/python3.7/site-packages/blivet/populator/populator.py", line 276, in handle_device
3853 self.handle_format(info, device)
3854
3855 File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
3856 return m(*args, **kwargs)
3857
3858 File "/usr/lib/python3.7/site-packages/blivet/populator/populator.py", line 304, in handle_format
3859 helper_class(self, info, device).run()
3860
3861 File "/usr/lib/python3.7/site-packages/blivet/populator/helpers/dmraid.py", line 56, in run
3862 rs_names = blockdev.dm.get_member_raid_sets(name, uuid, major, minor)
3863
3864 File "/usr/lib64/python3.7/site-packages/gi/overrides/BlockDev.py", line 993, in wrapped
3865 raise transform[1](msg)
3866
3867gi.overrides.BlockDev.DMError: Failed to group_set
3868
386915:25:07,111 DBG exception: Gtk running, queuing exception handler to the main loop
387015:25:07,111 INF threading: Thread Done: AnaStorageThread (140091082737408)
387115:25:07,111 DBG payload: Updating payload thread state: 2
387215:25:07,133 INF threading: Thread Failed: AnaPayloadThread (140090760230656)
387315:25:07,134 DBG exception: running handleException
387415:25:07,134 CRT exception: Traceback (most recent call last):
3875
3876 File "/usr/lib64/python3.7/site-packages/pyanaconda/threading.py", line 286, in run
3877 threading.Thread.run(self)
3878
3879 File "/usr/lib64/python3.7/threading.py", line 865, in run
3880 self._target(*self._args, **self._kwargs)
3881
3882 File "/usr/lib64/python3.7/site-packages/pyanaconda/payload/__init__.py", line 1766, in _runThread
3883 payload.setup(storage, instClass)
3884
3885 File "/usr/lib64/python3.7/site-packages/pyanaconda/payload/livepayload.py", line 76, in setup
3886 raise PayloadInstallError("Unable to find osimg for %s" % self.data.method.partition)
3887
3888pyanaconda.payload.PayloadInstallError: Unable to find osimg for /dev/mapper/live-base
3889
389015:25:07,134 DBG exception: Gtk running, queuing exception handler to the main loop
389115:25:07,134 INF threading: Thread Done: AnaPayloadThread (140090760230656)
389215:25:07,135 DBG bootloader: _is_valid_disklabel(sda2) returning True
389315:25:07,135 DBG bootloader: _is_valid_size(sda2) returning True
389415:25:07,135 DBG bootloader: _is_valid_partition(sda2) returning True
389515:25:07,136 DBG bootloader: _is_valid_format(sda2) returning True
389615:25:07,136 DBG bootloader: is_valid_stage2_device(sda2) returning True
389720:24:50,000 INF threading: Thread Done: AnaTimeInitThread (140091050264320)
389820:24:50,169 INF core.util: Running kickstart %%onerror script(s)
389920:24:50,169 INF core.util: All kickstart %%onerror script(s) have been run
390020:24:50,169 INF kickstart.script: Running kickstart %%traceback script(s)
390120:24:50,169 INF kickstart.script: All kickstart %%traceback script(s) have been run
3902
3903
3904/tmp/packaging.log:
3905
3906
3907/tmp/program.log:
390815:25:01,424 INF program: Running [1] lvm version ...
390915:25:01,428 INF program: stdout[1]: LVM version: 2.02.181(2) (2018-08-01)
3910 Library version: 1.02.150 (2018-08-01)
3911 Driver version: 4.39.0
3912 Configuration: ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm --with-default-pid-dir=/run --with-default-locking-dir=/run/lock/lvm --with-usrlibdir=/usr/lib64 --enable-fsadm --enable-write_install --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-applib --enable-cmdlib --enable-dmeventd --enable-blkid_wiping --with-cluster=internal --with-clvmd=corosync --enable-cmirrord --with-udevdir=/usr/lib/udev/rules.d --enable-udev_sync --with-thin=internal --enable-lvmetad --with-cache=internal --enable-lvmpolld --enable-lvmlockd-dlm --enable-lvmlockd-sanlock --enable-dbus-service --enable-notify-dbus --enable-dmfilemapd
3913
391415:25:01,428 INF program: stderr[1]:
391515:25:01,428 INF program: ...done [1] (exit code: 0)
391615:25:01,931 INF program: Running... udevadm settle --timeout=300
391715:25:01,965 DBG program: Return code: 0
391815:25:02,172 INF program: Running... udevadm settle --timeout=300
391915:25:02,187 DBG program: Return code: 0
392015:25:02,213 INF program: Running... udevadm settle --timeout=300
392115:25:02,230 DBG program: Return code: 0
392215:25:02,256 INF program: Running... udevadm settle --timeout=300
392315:25:02,273 DBG program: Return code: 0
392415:25:02,375 INF program: Running... udevadm settle --timeout=300
392515:25:02,387 DBG program: Return code: 0
392615:25:02,406 INF program: Running... udevadm settle --timeout=300
392715:25:02,419 DBG program: Return code: 0
392815:25:03,983 INF program: Running... losetup --list
392915:25:04,005 INF program: Running... dbus-daemon --print-address --syslog --config-file=/usr/share/anaconda/dbus/anaconda-bus.conf
393015:25:05,209 INF program: Running... modprobe fcoe
393115:25:05,242 DBG program: Return code: 0
393215:25:05,243 INF program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i
393315:25:05,249 INF program: stdout:
393415:25:05,249 INF program: No FCoE boot disk information is found in EDD!
393515:25:05,250 DBG program: Return code: 1
393615:25:05,594 INF program: Running... losetup --list
393715:25:05,705 INF program: Running [2] e2fsck -V ...
393815:25:05,716 INF program: stdout[2]:
393915:25:05,717 INF program: stderr[2]: e2fsck 1.44.3 (10-July-2018)
3940 Using EXT2FS Library version 1.44.3, 10-July-2018
3941
394215:25:05,717 INF program: ...done [2] (exit code: 0)
394315:25:05,827 INF program: Running... udevadm settle --timeout=300
394415:25:05,843 DBG program: Return code: 0
394515:25:05,859 INF program: Running... udevadm settle --timeout=300
394615:25:05,873 DBG program: Return code: 0
394715:25:05,905 INF program: Running [3] mpathconf --find_multipaths y --user_friendly_names y --with_multipathd y ...
394815:25:05,941 INF program: stdout[3]:
394915:25:05,941 INF program: stderr[3]:
395015:25:05,942 INF program: ...done [3] (exit code: 0)
395115:25:05,942 INF program: Running... udevadm settle --timeout=300
395215:25:05,959 DBG program: Return code: 0
395315:25:06,285 INF program: Running... udevadm settle --timeout=300
395415:25:06,310 DBG program: Return code: 0
395515:25:06,327 INF program: Running... udevadm settle --timeout=300
395615:25:06,343 DBG program: Return code: 0
395715:25:06,360 INF program: Running... udevadm settle --timeout=300
395815:25:06,373 DBG program: Return code: 0
395915:25:06,402 INF program: Running... udevadm settle --timeout=300
396015:25:06,416 DBG program: Return code: 0
396115:25:06,438 INF program: Running... udevadm settle --timeout=300
396215:25:06,452 DBG program: Return code: 0
396315:25:06,472 INF program: Running... udevadm settle --timeout=300
396415:25:06,488 DBG program: Return code: 0
396515:25:06,508 INF program: Running... udevadm settle --timeout=300
396615:25:06,524 DBG program: Return code: 0
396715:25:06,751 INF program: Running... udevadm settle --timeout=300
396815:25:06,766 DBG program: Return code: 0
396915:25:06,805 INF program: Running... udevadm settle --timeout=300
397015:25:06,820 DBG program: Return code: 0
397115:25:06,855 INF program: Running... ntfsinfo -m /dev/sda2
397215:25:06,894 INF program: stdout:
397315:25:06,894 INF program: Volume Information
397415:25:06,895 INF program: Name of device: /dev/sda2
397515:25:06,895 INF program: Device state: 11
397615:25:06,895 INF program: Volume Name:
397715:25:06,895 INF program: Volume State: 91
397815:25:06,896 INF program: Volume Flags: 0x0080
397915:25:06,896 INF program: Volume Version: 3.1
398015:25:06,896 INF program: Sector Size: 512
398115:25:06,896 INF program: Cluster Size: 4096
398215:25:06,897 INF program: Index Block Size: 4096
398315:25:06,897 INF program: Volume Size in Clusters: 58603263
398415:25:06,897 INF program: MFT Information
398515:25:06,897 INF program: MFT Record Size: 1024
398615:25:06,897 INF program: MFT Zone Multiplier: 0
398715:25:06,898 INF program: MFT Data Position: 24
398815:25:06,898 INF program: MFT Zone Start: 786432
398915:25:06,898 INF program: MFT Zone End: 8111839
399015:25:06,898 INF program: MFT Zone Position: 786432
399115:25:06,899 INF program: Current Position in First Data Zone: 8111839
399215:25:06,899 INF program: Current Position in Second Data Zone: 0
399315:25:06,899 INF program: Allocated clusters 64 (0.0%)
399415:25:06,899 INF program: LCN of Data Attribute for FILE_MFT: 786432
399515:25:06,899 INF program: FILE_MFTMirr Size: 4
399615:25:06,900 INF program: LCN of Data Attribute for File_MFTMirr: 2
399715:25:06,900 INF program: Size of Attribute Definition Table: 2560
399815:25:06,900 INF program: Number of Attached Extent Inodes: 0
399915:25:06,900 INF program: FILE_Bitmap Information
400015:25:06,900 INF program: FILE_Bitmap MFT Record Number: 6
400115:25:06,901 INF program: State of FILE_Bitmap Inode: 80
400215:25:06,901 INF program: Length of Attribute List: 0
400315:25:06,901 INF program: Number of Attached Extent Inodes: 0
400415:25:06,901 INF program: FILE_Bitmap Data Attribute Information
400515:25:06,902 INF program: Decompressed Runlist: not done yet
400615:25:06,902 INF program: Base Inode: 6
400715:25:06,902 INF program: Attribute Types: not done yet
400815:25:06,902 INF program: Attribute Name Length: 0
400915:25:06,902 INF program: Attribute State: 3
401015:25:06,903 INF program: Attribute Allocated Size: 7327744
401115:25:06,903 INF program: Attribute Data Size: 7325408
401215:25:06,903 INF program: Attribute Initialized Size: 7325408
401315:25:06,903 INF program: Attribute Compressed Size: 0
401415:25:06,904 INF program: Compression Block Size: 0
401515:25:06,904 INF program: Compression Block Size Bits: 0
401615:25:06,904 INF program: Compression Block Clusters: 0
401715:25:06,904 INF program: Free Clusters: 58575667 (100.0%)
401815:25:06,904 DBG program: Return code: 0
401915:25:06,905 INF program: Running... ntfsresize -m /dev/sda2
402015:25:06,986 INF program: stdout:
402115:25:06,986 INF program: ntfsresize v2017.3.23 (libntfs-3g)
402215:25:06,986 INF program: Minsize (in MB): 114
402315:25:06,986 DBG program: Return code: 0
402415:25:06,991 INF program: Running... udevadm settle --timeout=300
402515:25:07,006 DBG program: Return code: 0
402615:25:07,028 INF program: Running... udevadm settle --timeout=300
402715:25:07,040 DBG program: Return code: 0
402815:25:07,138 INF program: Running... hwclock --hctosys --localtime
402920:24:50,000 DBG program: Return code: 0
403020:24:50,021 INF program: Running... lsblk --perms --fs --bytes
403120:24:50,038 INF program: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID MOUNTPOINT
403220:24:50,038 INF program: loop0 1829224448 root disk brw-rw---- squashfs
403320:24:50,038 INF program: loop1 6981419008 root disk brw-rw---- ext4 Anaconda 8867ebfa-3896-4b40-8c83-b0584ecf77b4
403420:24:50,038 INF program: |-live-rw 6981419008 root disk brw-rw---- ext4 Anaconda 8867ebfa-3896-4b40-8c83-b0584ecf77b4 /
403520:24:50,038 INF program: `-live-base 6981419008 root disk brw-rw---- ext4 Anaconda 8867ebfa-3896-4b40-8c83-b0584ecf77b4
403620:24:50,038 INF program: loop2 34359738368 root disk brw-rw---- DM_snapshot_cow
403720:24:50,038 INF program: `-live-rw 6981419008 root disk brw-rw---- ext4 Anaconda 8867ebfa-3896-4b40-8c83-b0584ecf77b4 /
403820:24:50,038 INF program: sda 240057409536 root disk brw-rw----
403920:24:50,038 INF program: |-sda1 16759808 root disk brw-rw----
404020:24:50,039 INF program: `-sda2 240038969344 root disk brw-rw---- ntfs 4AB2E83AB2E82C5F
404120:24:50,039 INF program: sdb 320072933376 root disk brw-rw---- promise_fasttrack_raid_member
404220:24:50,039 INF program: `-sdb1 320070483968 root disk brw-rw---- ntfs HDD1 AA008E91008E6463
404320:24:50,039 INF program: sdc 120034123776 root disk brw-rw----
404420:24:50,039 INF program: |-sdc1 16759808 root disk brw-rw----
404520:24:50,039 INF program: `-sdc2 120015814656 root disk brw-rw---- ntfs 18DA839CDA837532
404620:24:50,039 INF program: sdd 320072933376 root disk brw-rw----
404720:24:50,039 INF program: `-sdd1 320070483968 root disk brw-rw---- ntfs HDD2 BE9865F39865AA9B
404820:24:50,039 INF program: sdi 15552479232 root disk brw-rw---- iso9660 Fedora-WS-Live-29-1-2 2018-10-25-00-07-35-00
404920:24:50,039 INF program: |-sdi1 1931476992 root disk brw-rw---- iso9660 Fedora-WS-Live-29-1-2 2018-10-25-00-07-35-00 /run/initramfs/live
405020:24:50,039 INF program: |-sdi2 10219520 root disk brw-rw---- vfat ANACONDA 9415-D610
405120:24:50,039 INF program: `-sdi3 21512192 root disk brw-rw---- hfsplus ANACONDA 133f77e2-97a8-3d0f-8382-7c190bd63438
405220:24:50,039 INF program: nvme0n1 500107862016 root disk brw-rw----
405320:24:50,040 INF program: |-nvme0n1p1 575668224 root disk brw-rw---- ntfs Vyhraden\xc3\xa9 syst\xc3\xa9mom 8E8C1E808C1E62CF
405420:24:50,040 INF program: `-nvme0n1p2 499530072064 root disk brw-rw---- ntfs 74002E83002E4C84
405520:24:50,040 DBG program: Return code: 0
405620:24:50,040 INF program: Running... journalctl -b
405720:24:50,654 INF program: Running... lsblk --perms --fs --bytes
405820:24:50,667 INF program: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID MOUNTPOINT
405920:24:50,667 INF program: loop0 1829224448 root disk brw-rw---- squashfs
406020:24:50,667 INF program: loop1 6981419008 root disk brw-rw---- ext4 Anaconda 8867ebfa-3896-4b40-8c83-b0584ecf77b4
406120:24:50,667 INF program: |-live-rw 6981419008 root disk brw-rw---- ext4 Anaconda 8867ebfa-3896-4b40-8c83-b0584ecf77b4 /
406220:24:50,667 INF program: `-live-base 6981419008 root disk brw-rw---- ext4 Anaconda 8867ebfa-3896-4b40-8c83-b0584ecf77b4
406320:24:50,667 INF program: loop2 34359738368 root disk brw-rw---- DM_snapshot_cow
406420:24:50,667 INF program: `-live-rw 6981419008 root disk brw-rw---- ext4 Anaconda 8867ebfa-3896-4b40-8c83-b0584ecf77b4 /
406520:24:50,668 INF program: sda 240057409536 root disk brw-rw----
406620:24:50,668 INF program: |-sda1 16759808 root disk brw-rw----
406720:24:50,668 INF program: `-sda2 240038969344 root disk brw-rw---- ntfs 4AB2E83AB2E82C5F
406820:24:50,668 INF program: sdb 320072933376 root disk brw-rw---- promise_fasttrack_raid_member
406920:24:50,668 INF program: `-sdb1 320070483968 root disk brw-rw---- ntfs HDD1 AA008E91008E6463
407020:24:50,668 INF program: sdc 120034123776 root disk brw-rw----
407120:24:50,668 INF program: |-sdc1 16759808 root disk brw-rw----
407220:24:50,668 INF program: `-sdc2 120015814656 root disk brw-rw---- ntfs 18DA839CDA837532
407320:24:50,668 INF program: sdd 320072933376 root disk brw-rw----
407420:24:50,668 INF program: `-sdd1 320070483968 root disk brw-rw---- ntfs HDD2 BE9865F39865AA9B
407520:24:50,668 INF program: sdi 15552479232 root disk brw-rw---- iso9660 Fedora-WS-Live-29-1-2 2018-10-25-00-07-35-00
407620:24:50,668 INF program: |-sdi1 1931476992 root disk brw-rw---- iso9660 Fedora-WS-Live-29-1-2 2018-10-25-00-07-35-00 /run/initramfs/live
407720:24:50,668 INF program: |-sdi2 10219520 root disk brw-rw---- vfat ANACONDA 9415-D610
407820:24:50,669 INF program: `-sdi3 21512192 root disk brw-rw---- hfsplus ANACONDA 133f77e2-97a8-3d0f-8382-7c190bd63438
407920:24:50,669 INF program: nvme0n1 500107862016 root disk brw-rw----
408020:24:50,669 INF program: |-nvme0n1p1 575668224 root disk brw-rw---- ntfs Vyhraden\xc3\xa9 syst\xc3\xa9mom 8E8C1E808C1E62CF
408120:24:50,669 INF program: `-nvme0n1p2 499530072064 root disk brw-rw---- ntfs 74002E83002E4C84
408220:24:50,669 DBG program: Return code: 0
408320:24:50,669 INF program: Running... journalctl -b
4084
4085
4086/tmp/storage.log:
408715:25:01,389 DBG blivet: registered device format class DeviceFormat as None
408815:25:01,403 DBG blivet: registered device format class BIOSBoot as biosboot
408915:25:01,406 DBG blivet: registered device format class DiskLabel as disklabel
409015:25:01,406 DBG blivet: registered device format class DMRaidMember as dmraidmember
409115:25:01,417 DBG blivet: registered device format class Ext2FS as ext2
409215:25:01,417 DBG blivet: registered device format class Ext3FS as ext3
409315:25:01,417 DBG blivet: registered device format class Ext4FS as ext4
409415:25:01,417 DBG blivet: registered device format class FATFS as vfat
409515:25:01,418 DBG blivet: registered device format class EFIFS as efi
409615:25:01,418 DBG blivet: registered device format class BTRFS as btrfs
409715:25:01,418 DBG blivet: registered device format class GFS2 as gfs2
409815:25:01,418 DBG blivet: registered device format class JFS as jfs
409915:25:01,418 DBG blivet: registered device format class ReiserFS as reiserfs
410015:25:01,418 DBG blivet: registered device format class XFS as xfs
410115:25:01,418 DBG blivet: registered device format class HFS as hfs
410215:25:01,419 DBG blivet: registered device format class AppleBootstrapFS as appleboot
410315:25:01,419 DBG blivet: registered device format class HFSPlus as hfs+
410415:25:01,419 DBG blivet: registered device format class MacEFIFS as macefi
410515:25:01,419 DBG blivet: registered device format class NTFS as ntfs
410615:25:01,419 DBG blivet: registered device format class NFS as nfs
410715:25:01,419 DBG blivet: registered device format class NFSv4 as nfs4
410815:25:01,419 DBG blivet: registered device format class Iso9660FS as iso9660
410915:25:01,419 DBG blivet: registered device format class NoDevFS as nodev
411015:25:01,419 DBG blivet: registered device format class DevPtsFS as devpts
411115:25:01,419 DBG blivet: registered device format class ProcFS as proc
411215:25:01,419 DBG blivet: registered device format class SysFS as sysfs
411315:25:01,420 DBG blivet: registered device format class TmpFS as tmpfs
411415:25:01,420 DBG blivet: registered device format class BindFS as bind
411515:25:01,420 DBG blivet: registered device format class SELinuxFS as selinuxfs
411615:25:01,420 DBG blivet: registered device format class USBFS as usbfs
411715:25:01,420 DBG blivet: registered device format class EFIVarFS as efivarfs
411815:25:01,423 DBG blivet: registered device format class LUKS as luks
411915:25:01,423 DBG blivet: registered device format class Integrity as integrity
412015:25:01,429 DBG blivet: registered device format class LVMPhysicalVolume as lvmpv
412115:25:01,430 DBG blivet: registered device format class MDRaidMember as mdmember
412215:25:01,430 DBG blivet: registered device format class MultipathMember as multipath_member
412315:25:01,431 DBG blivet: registered device format class PPCPRePBoot as prepboot
412415:25:01,432 DBG blivet: registered device format class SwapSpace as swap
412515:25:01,930 INF blivet: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is []
412615:25:01,931 WRN blivet: Failed to call the update_volume_info method: libstoragemgmt functionality not available
412715:25:01,988 INF blivet: devices to scan: ['sdi', 'sdi1', 'sdi2', 'sdi3', 'sdj', 'sdk', 'sdl', 'sde', 'sdf', 'sdg', 'sdh', 'sda', 'sda1', 'sda2', 'sdb', 'sdb1', 'sdc', 'sdc1', 'sdc2', 'sdd', 'sdd1', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base']
412815:25:01,989 INF blivet: scanning sdi (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi)...
412915:25:02,017 DBG blivet: DeviceTree.get_device_by_name returned None
413015:25:02,136 DBG blivet: IGNORED: Caught exception, continuing.
413115:25:02,136 DBG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware
413215:25:02,136 DBG blivet: IGNORED: Begin exception details.
413315:25:02,149 DBG blivet: IGNORED: Traceback (most recent call last):
413415:25:02,149 DBG blivet: IGNORED: File "/usr/lib/python3.7/site-packages/blivet/safe_dbus.py", line 147, in call_sync
413515:25:02,150 DBG blivet: IGNORED: DEFAULT_DBUS_TIMEOUT, None)
413615:25:02,150 DBG blivet: IGNORED: gi.repository.GLib.GError: g-io-error-quark: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoFirmware: No firmware found (36)
413715:25:02,150 DBG blivet: IGNORED: During handling of the above exception, another exception occurred:
413815:25:02,150 DBG blivet: IGNORED: Traceback (most recent call last):
413915:25:02,150 DBG blivet: IGNORED: File "/usr/lib/python3.7/site-packages/blivet/iscsi.py", line 156, in __init__
414015:25:02,150 DBG blivet: IGNORED: initiatorname = self._call_initiator_method("GetFirmwareInitiatorName")[0]
414115:25:02,150 DBG blivet: IGNORED: File "/usr/lib/python3.7/site-packages/blivet/util.py", line 1093, in decorated
414215:25:02,150 DBG blivet: IGNORED: return fn(*args, **kwargs)
414315:25:02,151 DBG blivet: IGNORED: File "/usr/lib/python3.7/site-packages/blivet/iscsi.py", line 192, in _call_initiator_method
414415:25:02,151 DBG blivet: IGNORED: connection=self._connection)
414515:25:02,151 DBG blivet: IGNORED: File "/usr/lib/python3.7/site-packages/blivet/safe_dbus.py", line 151, in call_sync
414615:25:02,151 DBG blivet: IGNORED: raise DBusCallError(msg)
414715:25:02,151 DBG blivet: IGNORED: blivet.safe_dbus.DBusCallError: Failed to call GetFirmwareInitiatorName method on /org/freedesktop/UDisks2/Manager with None arguments: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoFirmware: No firmware found
414815:25:02,151 DBG blivet: IGNORED: End exception details.
414915:25:02,159 INF blivet: sdi is a disk
415015:25:02,159 DBG blivet: get_format('None') returning DeviceFormat instance with object id 1
415115:25:02,160 DBG blivet: get_format('None') returning DeviceFormat instance with object id 2
415215:25:02,161 DBG blivet: sdi sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi
415315:25:02,163 DBG blivet: updated sdi size to 14.48 GiB (14.48 GiB)
415415:25:02,164 INF blivet: added disk sdi (id 0) to device tree
415515:25:02,164 INF blivet: got device: DiskDevice instance (0x7fac9f85acf8) --
4156 name = sdi status = True id = 0
4157 children = []
4158 parents = []
4159 uuid = None size = 14.48 GiB
4160 format = existing None
4161 major = 8 minor = 128 exists = True protected = False
4162 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi
4163 target size = 14.48 GiB path = /dev/sdi
4164 format args = [] original_format = None removable = True wwn = None
416515:25:02,167 DBG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 4
416615:25:02,168 DBG blivet: get_format('efi') returning EFIFS instance with object id 5
416715:25:02,168 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 6
416815:25:02,169 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 7
416915:25:02,169 INF blivet: type detected on 'sdi' is 'iso9660'
417015:25:02,170 DBG blivet: get_format('iso9660') returning Iso9660FS instance with object id 8
417115:25:02,170 INF blivet: got format: existing iso9660 filesystem
417215:25:02,171 INF blivet: scanning sdi1 (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi1)...
417315:25:02,172 DBG blivet: DeviceTree.get_device_by_name returned None
417415:25:02,211 DBG blivet: DeviceTree.get_device_by_name returned existing 14.48 GiB disk sdi (0) with existing iso9660 filesystem
417515:25:02,211 DBG blivet: lvm filter: adding sdi1 to the reject list
417615:25:02,211 DBG blivet: ignoring partition sdi1 on iso9660
417715:25:02,211 DBG blivet: no device obtained for sdi1
417815:25:02,212 INF blivet: scanning sdi2 (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi2)...
417915:25:02,213 DBG blivet: DeviceTree.get_device_by_name returned None
418015:25:02,254 DBG blivet: DeviceTree.get_device_by_name returned existing 14.48 GiB disk sdi (0) with existing iso9660 filesystem
418115:25:02,254 DBG blivet: lvm filter: adding sdi2 to the reject list
418215:25:02,254 DBG blivet: ignoring partition sdi2 on iso9660
418315:25:02,254 DBG blivet: no device obtained for sdi2
418415:25:02,255 INF blivet: scanning sdi3 (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi3)...
418515:25:02,256 DBG blivet: DeviceTree.get_device_by_name returned None
418615:25:02,296 DBG blivet: DeviceTree.get_device_by_name returned existing 14.48 GiB disk sdi (0) with existing iso9660 filesystem
418715:25:02,296 DBG blivet: lvm filter: adding sdi3 to the reject list
418815:25:02,296 DBG blivet: ignoring partition sdi3 on iso9660
418915:25:02,296 DBG blivet: no device obtained for sdi3
419015:25:02,297 INF blivet: scanning sdj (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:1/block/sdj)...
419115:25:02,297 DBG blivet: DeviceTree.get_device_by_name returned None
419215:25:02,299 INF blivet: sdj is a disk
419315:25:02,299 DBG blivet: get_format('None') returning DeviceFormat instance with object id 11
419415:25:02,299 DBG blivet: get_format('None') returning DeviceFormat instance with object id 12
419515:25:02,300 DBG blivet: sdj sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:1/block/sdj
419615:25:02,300 DBG blivet: updated sdj size to 0 B (0 B)
419715:25:02,301 INF blivet: added disk sdj (id 10) to device tree
419815:25:02,301 INF blivet: got device: DiskDevice instance (0x7fac9e81ff28) --
4199 name = sdj status = True id = 10
4200 children = []
4201 parents = []
4202 uuid = None size = 0 B
4203 format = existing None
4204 major = 8 minor = 144 exists = True protected = False
4205 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:1/block/sdj
4206 target size = 0 B path = /dev/sdj
4207 format args = [] original_format = None removable = True wwn = None
420815:25:02,301 DBG blivet: no media present for device sdj
420915:25:02,302 INF blivet: scanning sdk (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:2/block/sdk)...
421015:25:02,302 DBG blivet: DeviceTree.get_device_by_name returned None
421115:25:02,304 INF blivet: sdk is a disk
421215:25:02,304 DBG blivet: get_format('None') returning DeviceFormat instance with object id 16
421315:25:02,304 DBG blivet: get_format('None') returning DeviceFormat instance with object id 17
421415:25:02,304 DBG blivet: sdk sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:2/block/sdk
421515:25:02,305 DBG blivet: updated sdk size to 0 B (0 B)
421615:25:02,305 INF blivet: added disk sdk (id 15) to device tree
421715:25:02,305 INF blivet: got device: DiskDevice instance (0x7fac9f87db38) --
4218 name = sdk status = True id = 15
4219 children = []
4220 parents = []
4221 uuid = None size = 0 B
4222 format = existing None
4223 major = 8 minor = 160 exists = True protected = False
4224 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:2/block/sdk
4225 target size = 0 B path = /dev/sdk
4226 format args = [] original_format = None removable = True wwn = None
422715:25:02,306 DBG blivet: no media present for device sdk
422815:25:02,306 INF blivet: scanning sdl (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:3/block/sdl)...
422915:25:02,306 DBG blivet: DeviceTree.get_device_by_name returned None
423015:25:02,308 INF blivet: sdl is a disk
423115:25:02,308 DBG blivet: get_format('None') returning DeviceFormat instance with object id 21
423215:25:02,308 DBG blivet: get_format('None') returning DeviceFormat instance with object id 22
423315:25:02,308 DBG blivet: sdl sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:3/block/sdl
423415:25:02,308 DBG blivet: updated sdl size to 0 B (0 B)
423515:25:02,309 INF blivet: added disk sdl (id 20) to device tree
423615:25:02,309 INF blivet: got device: DiskDevice instance (0x7fac9e81f0f0) --
4237 name = sdl status = True id = 20
4238 children = []
4239 parents = []
4240 uuid = None size = 0 B
4241 format = existing None
4242 major = 8 minor = 176 exists = True protected = False
4243 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:3/block/sdl
4244 target size = 0 B path = /dev/sdl
4245 format args = [] original_format = None removable = True wwn = None
424615:25:02,309 DBG blivet: no media present for device sdl
424715:25:02,310 INF blivet: scanning sde (/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:0/block/sde)...
424815:25:02,310 DBG blivet: DeviceTree.get_device_by_name returned None
424915:25:02,312 INF blivet: sde is a disk
425015:25:02,312 DBG blivet: get_format('None') returning DeviceFormat instance with object id 26
425115:25:02,312 DBG blivet: get_format('None') returning DeviceFormat instance with object id 27
425215:25:02,312 DBG blivet: sde sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:0/block/sde
425315:25:02,312 DBG blivet: updated sde size to 0 B (0 B)
425415:25:02,313 INF blivet: added disk sde (id 25) to device tree
425515:25:02,313 INF blivet: got device: DiskDevice instance (0x7fac9e82ff98) --
4256 name = sde status = True id = 25
4257 children = []
4258 parents = []
4259 uuid = None size = 0 B
4260 format = existing None
4261 major = 8 minor = 64 exists = True protected = False
4262 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:0/block/sde
4263 target size = 0 B path = /dev/sde
4264 format args = [] original_format = None removable = True wwn = None
426515:25:02,313 DBG blivet: no media present for device sde
426615:25:02,314 INF blivet: scanning sdf (/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:1/block/sdf)...
426715:25:02,314 DBG blivet: DeviceTree.get_device_by_name returned None
426815:25:02,315 INF blivet: sdf is a disk
426915:25:02,315 DBG blivet: get_format('None') returning DeviceFormat instance with object id 31
427015:25:02,315 DBG blivet: get_format('None') returning DeviceFormat instance with object id 32
427115:25:02,316 DBG blivet: sdf sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:1/block/sdf
427215:25:02,316 DBG blivet: updated sdf size to 0 B (0 B)
427315:25:02,316 INF blivet: added disk sdf (id 30) to device tree
427415:25:02,316 INF blivet: got device: DiskDevice instance (0x7fac9e835668) --
4275 name = sdf status = True id = 30
4276 children = []
4277 parents = []
4278 uuid = None size = 0 B
4279 format = existing None
4280 major = 8 minor = 80 exists = True protected = False
4281 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:1/block/sdf
4282 target size = 0 B path = /dev/sdf
4283 format args = [] original_format = None removable = True wwn = None
428415:25:02,317 DBG blivet: no media present for device sdf
428515:25:02,317 INF blivet: scanning sdg (/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:2/block/sdg)...
428615:25:02,318 DBG blivet: DeviceTree.get_device_by_name returned None
428715:25:02,319 INF blivet: sdg is a disk
428815:25:02,319 DBG blivet: get_format('None') returning DeviceFormat instance with object id 36
428915:25:02,319 DBG blivet: get_format('None') returning DeviceFormat instance with object id 37
429015:25:02,320 DBG blivet: sdg sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:2/block/sdg
429115:25:02,320 DBG blivet: updated sdg size to 0 B (0 B)
429215:25:02,320 INF blivet: added disk sdg (id 35) to device tree
429315:25:02,320 INF blivet: got device: DiskDevice instance (0x7fac9e8359e8) --
4294 name = sdg status = True id = 35
4295 children = []
4296 parents = []
4297 uuid = None size = 0 B
4298 format = existing None
4299 major = 8 minor = 96 exists = True protected = False
4300 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:2/block/sdg
4301 target size = 0 B path = /dev/sdg
4302 format args = [] original_format = None removable = True wwn = None
430315:25:02,321 DBG blivet: no media present for device sdg
430415:25:02,321 INF blivet: scanning sdh (/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:3/block/sdh)...
430515:25:02,321 DBG blivet: DeviceTree.get_device_by_name returned None
430615:25:02,323 INF blivet: sdh is a disk
430715:25:02,323 DBG blivet: get_format('None') returning DeviceFormat instance with object id 41
430815:25:02,323 DBG blivet: get_format('None') returning DeviceFormat instance with object id 42
430915:25:02,323 DBG blivet: sdh sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:3/block/sdh
431015:25:02,324 DBG blivet: updated sdh size to 0 B (0 B)
431115:25:02,324 INF blivet: added disk sdh (id 40) to device tree
431215:25:02,324 INF blivet: got device: DiskDevice instance (0x7fac9e83d8d0) --
4313 name = sdh status = True id = 40
4314 children = []
4315 parents = []
4316 uuid = None size = 0 B
4317 format = existing None
4318 major = 8 minor = 112 exists = True protected = False
4319 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:3/block/sdh
4320 target size = 0 B path = /dev/sdh
4321 format args = [] original_format = None removable = True wwn = None
432215:25:02,325 DBG blivet: no media present for device sdh
432315:25:02,325 INF blivet: scanning sda (/sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)...
432415:25:02,325 DBG blivet: DeviceTree.get_device_by_name returned None
432515:25:02,327 INF blivet: sda is a disk
432615:25:02,327 DBG blivet: get_format('None') returning DeviceFormat instance with object id 46
432715:25:02,327 DBG blivet: get_format('None') returning DeviceFormat instance with object id 47
432815:25:02,327 DBG blivet: sda sysfs_path set to /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
432915:25:02,327 DBG blivet: updated sda size to 223.57 GiB (223.57 GiB)
433015:25:02,328 INF blivet: added disk sda (id 45) to device tree
433115:25:02,328 INF blivet: got device: DiskDevice instance (0x7fac9e83d9e8) --
4332 name = sda status = True id = 45
4333 children = []
4334 parents = []
4335 uuid = None size = 223.57 GiB
4336 format = existing None
4337 major = 8 minor = 0 exists = True protected = False
4338 sysfs path = /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
4339 target size = 223.57 GiB path = /dev/sda
4340 format args = [] original_format = None removable = False wwn = 50026b72710272c5
434115:25:02,328 DBG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 49
434215:25:02,328 DBG blivet: get_format('efi') returning EFIFS instance with object id 50
434315:25:02,329 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 51
434415:25:02,329 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 52
434515:25:02,337 DBG blivet: Clear pmbr_boot on parted.Disk instance --
4346 type: gpt primaryPartitionCount: 2
4347 lastPartitionNumber: 2 maxPrimaryPartitionCount: 128
4348 partitions: [<parted.partition.Partition object at 0x7fac9e83b780>, <parted.partition.Partition object at 0x7fac9e83b5f8>]
4349 device: <parted.device.Device object at 0x7fac9e83b390>
4350 PedDisk: <_ped.Disk object at 0x7fac9e7c8648>
435115:25:02,373 DBG blivet: get_format('disklabel') returning DiskLabel instance with object id 53
435215:25:02,373 INF blivet: got format: existing gpt disklabel
435315:25:02,374 INF blivet: scanning sda1 (/sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)...
435415:25:02,375 DBG blivet: DeviceTree.get_device_by_name returned None
435515:25:02,401 DBG blivet: DeviceTree.get_device_by_name returned existing 223.57 GiB disk sda (45) with existing gpt disklabel
435615:25:02,402 DBG blivet: get_format('None') returning DeviceFormat instance with object id 56
435715:25:02,402 DBG blivet: get_format('None') returning DeviceFormat instance with object id 57
435815:25:02,402 DBG blivet: sda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
435915:25:02,403 DBG blivet: updated sda1 size to 15.98 MiB (15.98 MiB)
436015:25:02,403 DBG blivet: looking up parted Partition: /dev/sda1
436115:25:02,403 DBG blivet: updated sda1 size to 15.98 MiB (15.98 MiB)
436215:25:02,403 INF blivet: added partition sda1 (id 55) to device tree
436315:25:02,403 INF blivet: got device: PartitionDevice instance (0x7fac9e7ceb70) --
4364 name = sda1 status = True id = 55
4365 children = []
4366 parents = ['existing 223.57 GiB disk sda (45) with existing gpt disklabel']
4367 uuid = 22e18c52-164d-11e9-9d97-a31d867837ff size = 15.98 MiB
4368 format = existing None
4369 major = 8 minor = 1 exists = True protected = False
4370 sysfs path = /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
4371 target size = 15.98 MiB path = /dev/sda1
4372 format args = [] original_format = None grow = None max size = 0 B bootable = None
4373 part type = 0 primary = None start sector = None end sector = None
4374 parted_partition = parted.Partition instance --
4375 disk: <parted.disk.Disk object at 0x7fac9e83b438> fileSystem: None
4376 number: 1 path: /dev/sda1 type: 0
4377 name: Microsoft reserved partition active: True busy: False
4378 geometry: <parted.geometry.Geometry object at 0x7fac9e83b7b8> PedPartition: <_ped.Partition object at 0x7fac9f889830>
4379 disk = existing 223.57 GiB disk sda (45) with existing gpt disklabel
4380 start = 34 end = 32767 length = 32734
4381 flags = msftres
438215:25:02,404 DBG blivet: no type or existing type for sda1, bailing
438315:25:02,405 INF blivet: scanning sda2 (/sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)...
438415:25:02,405 DBG blivet: DeviceTree.get_device_by_name returned None
438515:25:02,433 DBG blivet: DeviceTree.get_device_by_name returned existing 223.57 GiB disk sda (45) with existing gpt disklabel
438615:25:02,434 DBG blivet: get_format('None') returning DeviceFormat instance with object id 61
438715:25:02,434 DBG blivet: get_format('None') returning DeviceFormat instance with object id 62
438815:25:02,434 DBG blivet: sda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
438915:25:02,434 DBG blivet: updated sda2 size to 223.55 GiB (223.55 GiB)
439015:25:02,435 DBG blivet: looking up parted Partition: /dev/sda2
439115:25:02,435 DBG blivet: updated sda2 size to 223.55 GiB (223.55 GiB)
439215:25:02,435 INF blivet: added partition sda2 (id 60) to device tree
439315:25:02,435 INF blivet: got device: PartitionDevice instance (0x7fac9f85aa20) --
4394 name = sda2 status = True id = 60
4395 children = []
4396 parents = ['existing 223.57 GiB disk sda (45) with existing gpt disklabel']
4397 uuid = 3a8dbdd0-63e8-43f1-a2d8-71a603d0004a size = 223.55 GiB
4398 format = existing None
4399 major = 8 minor = 2 exists = True protected = False
4400 sysfs path = /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
4401 target size = 223.55 GiB path = /dev/sda2
4402 format args = [] original_format = None grow = None max size = 0 B bootable = None
4403 part type = 0 primary = None start sector = None end sector = None
4404 parted_partition = parted.Partition instance --
4405 disk: <parted.disk.Disk object at 0x7fac9e83b438> fileSystem: <parted.filesystem.FileSystem object at 0x7fac9e83b860>
4406 number: 2 path: /dev/sda2 type: 0
4407 name: Basic data partition active: True busy: False
4408 geometry: <parted.geometry.Geometry object at 0x7fac9e83b5c0> PedPartition: <_ped.Partition object at 0x7fac9f8897d8>
4409 disk = existing 223.57 GiB disk sda (45) with existing gpt disklabel
4410 start = 32768 end = 468858879 length = 468826112
4411 flags = msftdata
441215:25:02,436 DBG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 64
441315:25:02,436 DBG blivet: get_format('efi') returning EFIFS instance with object id 65
441415:25:02,436 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 66
441515:25:02,437 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 67
441615:25:02,437 INF blivet: type detected on 'sda2' is 'ntfs'
441715:25:02,437 DBG blivet: get_format('ntfs') returning NTFS instance with object id 68
441815:25:02,437 INF blivet: got format: existing ntfs filesystem
441915:25:02,438 INF blivet: scanning sdb (/sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb)...
442015:25:02,438 DBG blivet: DeviceTree.get_device_by_name returned None
442115:25:02,439 INF blivet: sdb is a disk
442215:25:02,440 DBG blivet: get_format('None') returning DeviceFormat instance with object id 71
442315:25:02,440 DBG blivet: get_format('None') returning DeviceFormat instance with object id 72
442415:25:02,440 DBG blivet: sdb sysfs_path set to /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
442515:25:02,440 DBG blivet: updated sdb size to 298.09 GiB (298.09 GiB)
442615:25:02,440 INF blivet: added disk sdb (id 70) to device tree
442715:25:02,441 INF blivet: got device: DiskDevice instance (0x7fac9e7c9d30) --
4428 name = sdb status = True id = 70
4429 children = []
4430 parents = []
4431 uuid = None size = 298.09 GiB
4432 format = existing None
4433 major = 8 minor = 16 exists = True protected = False
4434 sysfs path = /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
4435 target size = 298.09 GiB path = /dev/sdb
4436 format args = [] original_format = None removable = False wwn = 50014ee0007c3bc5
443715:25:02,441 DBG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 74
443815:25:02,441 DBG blivet: get_format('efi') returning EFIFS instance with object id 75
443915:25:02,441 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 76
444015:25:02,442 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 77
444115:25:02,442 INF blivet: type detected on 'sdb' is 'dmraidmember'
444215:25:02,442 DBG blivet: get_format('dmraidmember') returning DMRaidMember instance with object id 78
444315:25:05,208 INF blivet: ISCSID is /sbin/iscsid
444415:25:05,209 INF blivet: no initiator set
444515:25:05,250 INF blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD!
444615:25:05,743 DBG blivet: Ext4FS.supported: supported: True ;
444715:25:05,744 DBG blivet: get_format('ext4') returning Ext4FS instance with object id 0
444815:25:05,744 DBG blivet: Ext4FS.supported: supported: True ;
444915:25:05,744 DBG blivet: trying to set new default fstype to 'ext4'
445015:25:05,745 DBG blivet: Ext4FS.supported: supported: True ;
445115:25:05,745 DBG blivet: get_format('ext4') returning Ext4FS instance with object id 1
445215:25:05,746 DBG blivet: Ext4FS.supported: supported: True ;
445315:25:05,757 DBG blivet: LUKS.__init__: luks_version: luks1 ;
445415:25:05,757 DBG blivet: get_format('luks') returning LUKS instance with object id 2
445515:25:05,902 INF blivet: no initiator set
445615:25:05,903 INF blivet: resetting Blivet (version 3.1.1) instance <pyanaconda.storage.osinstall.InstallerStorage object at 0x7f697f47bef0>
445715:25:05,904 INF blivet: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is []
445815:25:05,904 WRN blivet: Failed to call the update_volume_info method: libstoragemgmt functionality not available
445915:25:06,216 INF blivet: devices to scan: ['sdi', 'sdi1', 'sdi2', 'sdi3', 'sdj', 'sdk', 'sdl', 'sde', 'sdf', 'sdg', 'sdh', 'sda', 'sda1', 'sda2', 'sdb', 'sdb1', 'sdc', 'sdc1', 'sdc2', 'sdd', 'sdd1', 'nvme0n1', 'nvme0n1p1', 'nvme0n1p2', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base']
446015:25:06,244 DBG blivet: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic-_SD_MMC_058F63646476-0:0 '
4461 '/dev/disk/by-path/pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0 '
4462 '/dev/disk/by-uuid/2018-10-25-00-07-35-00 '
4463 '/dev/disk/by-label/Fedora-WS-Live-29-1-2',
4464 'DEVNAME': '/dev/sdi',
4465 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi',
4466 'DEVTYPE': 'disk',
4467 'ID_BUS': 'usb',
4468 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM',
4469 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION',
4470 'ID_FS_LABEL': 'Fedora-WS-Live-29-1-2',
4471 'ID_FS_LABEL_ENC': 'Fedora-WS-Live-29-1-2',
4472 'ID_FS_SYSTEM_ID': 'LINUX',
4473 'ID_FS_TYPE': 'iso9660',
4474 'ID_FS_USAGE': 'filesystem',
4475 'ID_FS_UUID': '2018-10-25-00-07-35-00',
4476 'ID_FS_UUID_ENC': '2018-10-25-00-07-35-00',
4477 'ID_FS_VERSION': 'Joliet Extension',
4478 'ID_INSTANCE': '0:0',
4479 'ID_MODEL': 'SD_MMC',
4480 'ID_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
4481 'ID_MODEL_ID': '6364',
4482 'ID_PART_TABLE_TYPE': 'dos',
4483 'ID_PART_TABLE_UUID': '7c3f77cf',
4484 'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0',
4485 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_0',
4486 'ID_REVISION': '1.00',
4487 'ID_SERIAL': 'Generic-_SD_MMC_058F63646476-0:0',
4488 'ID_SERIAL_SHORT': '058F63646476',
4489 'ID_TYPE': 'disk',
4490 'ID_USB_DRIVER': 'usb-storage',
4491 'ID_USB_INTERFACES': ':080650:030000:',
4492 'ID_USB_INTERFACE_NUM': '00',
4493 'ID_VENDOR': 'Generic-',
4494 'ID_VENDOR_ENC': 'Generic-',
4495 'ID_VENDOR_ID': '058f',
4496 'MAJOR': '8',
4497 'MINOR': '128',
4498 'SUBSYSTEM': 'block',
4499 'SYS_NAME': 'sdi',
4500 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi',
4501 'TAGS': ':systemd:',
4502 'USEC_INITIALIZED': '122027167'} ;
450315:25:06,244 INF blivet: scanning sdi (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi)...
450415:25:06,245 DBG blivet: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ;
450515:25:06,246 DBG blivet: DeviceTree.get_device_by_name returned None
450615:25:06,250 DBG blivet: DiskDevicePopulator.run: name: sdi ;
450715:25:06,251 INF blivet: sdi is a disk
450815:25:06,251 DBG blivet: get_format('None') returning DeviceFormat instance with object id 4
450915:25:06,251 DBG blivet: get_format('None') returning DeviceFormat instance with object id 5
451015:25:06,258 DBG blivet: DiskDevice._set_format: sdi ; type: None ; current: None ;
451115:25:06,261 DBG blivet: DiskDevice.update_sysfs_path: sdi ; status: True ;
451215:25:06,261 DBG blivet: sdi sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi
451315:25:06,263 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi ;
451415:25:06,266 DBG blivet: updated sdi size to 14.48 GiB (14.48 GiB)
451515:25:06,268 INF blivet: added disk sdi (id 3) to device tree
451615:25:06,269 INF blivet: got device: DiskDevice instance (0x7f697c0588d0) --
4517 name = sdi status = True id = 3
4518 children = []
4519 parents = []
4520 uuid = None size = 14.48 GiB
4521 format = existing None
4522 major = 8 minor = 128 exists = True protected = False
4523 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi
4524 target size = 14.48 GiB path = /dev/sdi
4525 format args = [] original_format = None removable = True wwn = None
452615:25:06,273 DBG blivet: DeviceTree.handle_format: name: sdi ;
452715:25:06,275 DBG blivet: AppleBootstrapFS.supported: supported: True ;
452815:25:06,277 DBG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 7
452915:25:06,280 DBG blivet: EFIFS.supported: supported: True ;
453015:25:06,280 DBG blivet: get_format('efi') returning EFIFS instance with object id 8
453115:25:06,281 DBG blivet: MacEFIFS.supported: supported: True ;
453215:25:06,281 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 9
453315:25:06,282 DBG blivet: MacEFIFS.supported: supported: True ;
453415:25:06,282 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 10
453515:25:06,283 INF blivet: type detected on 'sdi' is 'iso9660'
453615:25:06,284 DBG blivet: Iso9660FS.supported: supported: True ;
453715:25:06,284 DBG blivet: get_format('iso9660') returning Iso9660FS instance with object id 11
453815:25:06,284 DBG blivet: DiskDevice._set_format: sdi ; type: iso9660 ; current: None ;
453915:25:06,285 INF blivet: got format: existing iso9660 filesystem
454015:25:06,402 DBG blivet: Iso9660FS.supported: supported: True ;
454115:25:06,434 DBG blivet: Iso9660FS.supported: supported: True ;
454215:25:06,435 DBG blivet: DeviceTree.handle_device: name: sdi1 ; info: {'DEVLINKS': '/dev/disk/by-label/Fedora-WS-Live-29-1-2 '
4543 '/dev/disk/by-partuuid/7c3f77cf-01 '
4544 '/dev/disk/by-id/usb-Generic-_SD_MMC_058F63646476-0:0-part1 '
4545 '/dev/disk/by-uuid/2018-10-25-00-07-35-00 '
4546 '/dev/disk/by-path/pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0-part1',
4547 'DEVNAME': '/dev/sdi1',
4548 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi1',
4549 'DEVTYPE': 'partition',
4550 'ID_BUS': 'usb',
4551 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM',
4552 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION',
4553 'ID_FS_LABEL': 'Fedora-WS-Live-29-1-2',
4554 'ID_FS_LABEL_ENC': 'Fedora-WS-Live-29-1-2',
4555 'ID_FS_SYSTEM_ID': 'LINUX',
4556 'ID_FS_TYPE': 'iso9660',
4557 'ID_FS_USAGE': 'filesystem',
4558 'ID_FS_UUID': '2018-10-25-00-07-35-00',
4559 'ID_FS_UUID_ENC': '2018-10-25-00-07-35-00',
4560 'ID_FS_VERSION': 'Joliet Extension',
4561 'ID_INSTANCE': '0:0',
4562 'ID_MODEL': 'SD_MMC',
4563 'ID_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
4564 'ID_MODEL_ID': '6364',
4565 'ID_PART_ENTRY_DISK': '8:128',
4566 'ID_PART_ENTRY_FLAGS': '0x80',
4567 'ID_PART_ENTRY_NUMBER': '1',
4568 'ID_PART_ENTRY_OFFSET': '0',
4569 'ID_PART_ENTRY_SCHEME': 'dos',
4570 'ID_PART_ENTRY_SIZE': '3772416',
4571 'ID_PART_ENTRY_TYPE': '0x0',
4572 'ID_PART_ENTRY_UUID': '7c3f77cf-01',
4573 'ID_PART_TABLE_TYPE': 'dos',
4574 'ID_PART_TABLE_UUID': '7c3f77cf',
4575 'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0',
4576 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_0',
4577 'ID_REVISION': '1.00',
4578 'ID_SERIAL': 'Generic-_SD_MMC_058F63646476-0:0',
4579 'ID_SERIAL_SHORT': '058F63646476',
4580 'ID_TYPE': 'disk',
4581 'ID_USB_DRIVER': 'usb-storage',
4582 'ID_USB_INTERFACES': ':080650:030000:',
4583 'ID_USB_INTERFACE_NUM': '00',
4584 'ID_VENDOR': 'Generic-',
4585 'ID_VENDOR_ENC': 'Generic-',
4586 'ID_VENDOR_ID': '058f',
4587 'MAJOR': '8',
4588 'MINOR': '129',
4589 'PARTN': '1',
4590 'SUBSYSTEM': 'block',
4591 'SYS_NAME': 'sdi1',
4592 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi1',
4593 'TAGS': ':systemd:',
4594 'UDISKS_IGNORE': '0',
4595 'USEC_INITIALIZED': '122153404'} ;
459615:25:06,435 INF blivet: scanning sdi1 (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi1)...
459715:25:06,436 DBG blivet: DeviceTree.get_device_by_name: name: sdi1 ; incomplete: False ; hidden: False ;
459815:25:06,437 DBG blivet: DeviceTree.get_device_by_name returned None
459915:25:06,437 DBG blivet: PartitionDevicePopulator.run: name: sdi1 ;
460015:25:06,467 DBG blivet: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ;
460115:25:06,468 DBG blivet: DeviceTree.get_device_by_name returned existing 14.48 GiB disk sdi (3) with existing iso9660 filesystem
460215:25:06,469 DBG blivet: lvm filter: adding sdi1 to the reject list
460315:25:06,469 DBG blivet: ignoring partition sdi1 on iso9660
460415:25:06,469 DBG blivet: no device obtained for sdi1
460515:25:06,470 DBG blivet: DeviceTree.handle_device: name: sdi2 ; info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic-_SD_MMC_058F63646476-0:0-part2 '
4606 '/dev/disk/by-uuid/9415-D610 /dev/disk/by-label/ANACONDA '
4607 '/dev/disk/by-path/pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0-part2 '
4608 '/dev/disk/by-partuuid/7c3f77cf-02',
4609 'DEVNAME': '/dev/sdi2',
4610 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi2',
4611 'DEVTYPE': 'partition',
4612 'ID_BUS': 'usb',
4613 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM',
4614 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION',
4615 'ID_FS_LABEL': 'ANACONDA',
4616 'ID_FS_LABEL_ENC': 'ANACONDA',
4617 'ID_FS_SYSTEM_ID': 'LINUX',
4618 'ID_FS_TYPE': 'vfat',
4619 'ID_FS_USAGE': 'filesystem',
4620 'ID_FS_UUID': '9415-D610',
4621 'ID_FS_UUID_ENC': '9415-D610',
4622 'ID_FS_VERSION': 'FAT16',
4623 'ID_INSTANCE': '0:0',
4624 'ID_MODEL': 'SD_MMC',
4625 'ID_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
4626 'ID_MODEL_ID': '6364',
4627 'ID_PART_ENTRY_DISK': '8:128',
4628 'ID_PART_ENTRY_NUMBER': '2',
4629 'ID_PART_ENTRY_OFFSET': '116708',
4630 'ID_PART_ENTRY_SCHEME': 'dos',
4631 'ID_PART_ENTRY_SIZE': '19960',
4632 'ID_PART_ENTRY_TYPE': '0xef',
4633 'ID_PART_ENTRY_UUID': '7c3f77cf-02',
4634 'ID_PART_TABLE_TYPE': 'dos',
4635 'ID_PART_TABLE_UUID': '7c3f77cf',
4636 'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0',
4637 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_0',
4638 'ID_REVISION': '1.00',
4639 'ID_SERIAL': 'Generic-_SD_MMC_058F63646476-0:0',
4640 'ID_SERIAL_SHORT': '058F63646476',
4641 'ID_TYPE': 'disk',
4642 'ID_USB_DRIVER': 'usb-storage',
4643 'ID_USB_INTERFACES': ':080650:030000:',
4644 'ID_USB_INTERFACE_NUM': '00',
4645 'ID_VENDOR': 'Generic-',
4646 'ID_VENDOR_ENC': 'Generic-',
4647 'ID_VENDOR_ID': '058f',
4648 'MAJOR': '8',
4649 'MINOR': '130',
4650 'PARTN': '2',
4651 'SUBSYSTEM': 'block',
4652 'SYS_NAME': 'sdi2',
4653 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi2',
4654 'TAGS': ':systemd:',
4655 'UDISKS_IGNORE': '1',
4656 'USEC_INITIALIZED': '122210460'} ;
465715:25:06,470 INF blivet: scanning sdi2 (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi2)...
465815:25:06,471 DBG blivet: DeviceTree.get_device_by_name: name: sdi2 ; incomplete: False ; hidden: False ;
465915:25:06,471 DBG blivet: DeviceTree.get_device_by_name returned None
466015:25:06,472 DBG blivet: PartitionDevicePopulator.run: name: sdi2 ;
466115:25:06,503 DBG blivet: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ;
466215:25:06,504 DBG blivet: DeviceTree.get_device_by_name returned existing 14.48 GiB disk sdi (3) with existing iso9660 filesystem
466315:25:06,504 DBG blivet: lvm filter: adding sdi2 to the reject list
466415:25:06,505 DBG blivet: ignoring partition sdi2 on iso9660
466515:25:06,505 DBG blivet: no device obtained for sdi2
466615:25:06,506 DBG blivet: DeviceTree.handle_device: name: sdi3 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/7c3f77cf-03 /dev/disk/by-label/ANACONDA '
4667 '/dev/disk/by-path/pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0-part3 '
4668 '/dev/disk/by-uuid/133f77e2-97a8-3d0f-8382-7c190bd63438 '
4669 '/dev/disk/by-id/usb-Generic-_SD_MMC_058F63646476-0:0-part3',
4670 'DEVNAME': '/dev/sdi3',
4671 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi3',
4672 'DEVTYPE': 'partition',
4673 'ID_BUS': 'usb',
4674 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM',
4675 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION',
4676 'ID_FS_LABEL': 'ANACONDA',
4677 'ID_FS_LABEL_ENC': 'ANACONDA',
4678 'ID_FS_SYSTEM_ID': 'LINUX',
4679 'ID_FS_TYPE': 'hfsplus',
4680 'ID_FS_USAGE': 'filesystem',
4681 'ID_FS_UUID': '133f77e2-97a8-3d0f-8382-7c190bd63438',
4682 'ID_FS_UUID_ENC': '133f77e2-97a8-3d0f-8382-7c190bd63438',
4683 'ID_FS_VERSION': 'Joliet Extension',
4684 'ID_INSTANCE': '0:0',
4685 'ID_MODEL': 'SD_MMC',
4686 'ID_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
4687 'ID_MODEL_ID': '6364',
4688 'ID_PART_ENTRY_DISK': '8:128',
4689 'ID_PART_ENTRY_NUMBER': '3',
4690 'ID_PART_ENTRY_OFFSET': '136668',
4691 'ID_PART_ENTRY_SCHEME': 'dos',
4692 'ID_PART_ENTRY_SIZE': '42016',
4693 'ID_PART_ENTRY_TYPE': '0x0',
4694 'ID_PART_ENTRY_UUID': '7c3f77cf-03',
4695 'ID_PART_TABLE_TYPE': 'dos',
4696 'ID_PART_TABLE_UUID': '7c3f77cf',
4697 'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:0',
4698 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_0',
4699 'ID_REVISION': '1.00',
4700 'ID_SERIAL': 'Generic-_SD_MMC_058F63646476-0:0',
4701 'ID_SERIAL_SHORT': '058F63646476',
4702 'ID_TYPE': 'disk',
4703 'ID_USB_DRIVER': 'usb-storage',
4704 'ID_USB_INTERFACES': ':080650:030000:',
4705 'ID_USB_INTERFACE_NUM': '00',
4706 'ID_VENDOR': 'Generic-',
4707 'ID_VENDOR_ENC': 'Generic-',
4708 'ID_VENDOR_ID': '058f',
4709 'MAJOR': '8',
4710 'MINOR': '131',
4711 'PARTN': '3',
4712 'SUBSYSTEM': 'block',
4713 'SYS_NAME': 'sdi3',
4714 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi3',
4715 'TAGS': ':systemd:',
4716 'UDISKS_IGNORE': '1',
4717 'USEC_INITIALIZED': '122293462'} ;
471815:25:06,506 INF blivet: scanning sdi3 (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:0/block/sdi/sdi3)...
471915:25:06,506 DBG blivet: DeviceTree.get_device_by_name: name: sdi3 ; incomplete: False ; hidden: False ;
472015:25:06,507 DBG blivet: DeviceTree.get_device_by_name returned None
472115:25:06,508 DBG blivet: PartitionDevicePopulator.run: name: sdi3 ;
472215:25:06,539 DBG blivet: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ;
472315:25:06,539 DBG blivet: DeviceTree.get_device_by_name returned existing 14.48 GiB disk sdi (3) with existing iso9660 filesystem
472415:25:06,540 DBG blivet: lvm filter: adding sdi3 to the reject list
472515:25:06,540 DBG blivet: ignoring partition sdi3 on iso9660
472615:25:06,540 DBG blivet: no device obtained for sdi3
472715:25:06,541 DBG blivet: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:1 '
4728 '/dev/disk/by-id/usb-Generic-_Compact_Flash_058F63646476-0:1',
4729 'DEVNAME': '/dev/sdj',
4730 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:1/block/sdj',
4731 'DEVTYPE': 'disk',
4732 'ID_BUS': 'usb',
4733 'ID_INSTANCE': '0:1',
4734 'ID_MODEL': 'Compact_Flash',
4735 'ID_MODEL_ENC': 'Compact\\x20Flash\\x20\\x20\\x20',
4736 'ID_MODEL_ID': '6364',
4737 'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:1',
4738 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_1',
4739 'ID_REVISION': '1.01',
4740 'ID_SERIAL': 'Generic-_Compact_Flash_058F63646476-0:1',
4741 'ID_SERIAL_SHORT': '058F63646476',
4742 'ID_TYPE': 'disk',
4743 'ID_USB_DRIVER': 'usb-storage',
4744 'ID_USB_INTERFACES': ':080650:030000:',
4745 'ID_USB_INTERFACE_NUM': '00',
4746 'ID_VENDOR': 'Generic-',
4747 'ID_VENDOR_ENC': 'Generic-',
4748 'ID_VENDOR_ID': '058f',
4749 'MAJOR': '8',
4750 'MINOR': '144',
4751 'SUBSYSTEM': 'block',
4752 'SYS_NAME': 'sdj',
4753 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:1/block/sdj',
4754 'TAGS': ':systemd:',
4755 'USEC_INITIALIZED': '121847459'} ;
475615:25:06,541 INF blivet: scanning sdj (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:1/block/sdj)...
475715:25:06,542 DBG blivet: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ;
475815:25:06,543 DBG blivet: DeviceTree.get_device_by_name returned None
475915:25:06,545 DBG blivet: DiskDevicePopulator.run: name: sdj ;
476015:25:06,545 INF blivet: sdj is a disk
476115:25:06,545 DBG blivet: get_format('None') returning DeviceFormat instance with object id 14
476215:25:06,546 DBG blivet: get_format('None') returning DeviceFormat instance with object id 15
476315:25:06,546 DBG blivet: DiskDevice._set_format: sdj ; type: None ; current: None ;
476415:25:06,547 DBG blivet: DiskDevice.update_sysfs_path: sdj ; status: True ;
476515:25:06,547 DBG blivet: sdj sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:1/block/sdj
476615:25:06,548 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:1/block/sdj ;
476715:25:06,549 DBG blivet: updated sdj size to 0 B (0 B)
476815:25:06,549 INF blivet: added disk sdj (id 13) to device tree
476915:25:06,549 INF blivet: got device: DiskDevice instance (0x7f696a98a9e8) --
4770 name = sdj status = True id = 13
4771 children = []
4772 parents = []
4773 uuid = None size = 0 B
4774 format = existing None
4775 major = 8 minor = 144 exists = True protected = False
4776 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:1/block/sdj
4777 target size = 0 B path = /dev/sdj
4778 format args = [] original_format = None removable = True wwn = None
477915:25:06,551 DBG blivet: DeviceTree.handle_format: name: sdj ;
478015:25:06,552 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:1/block/sdj ;
478115:25:06,552 DBG blivet: no media present for device sdj
478215:25:06,553 DBG blivet: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic-_SM_xD-Picture_058F63646476-0:2 '
4783 '/dev/disk/by-path/pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:2',
4784 'DEVNAME': '/dev/sdk',
4785 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:2/block/sdk',
4786 'DEVTYPE': 'disk',
4787 'ID_BUS': 'usb',
4788 'ID_INSTANCE': '0:2',
4789 'ID_MODEL': 'SM_xD-Picture',
4790 'ID_MODEL_ENC': 'SM\\x2fxD-Picture\\x20\\x20\\x20',
4791 'ID_MODEL_ID': '6364',
4792 'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:2',
4793 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_2',
4794 'ID_REVISION': '1.02',
4795 'ID_SERIAL': 'Generic-_SM_xD-Picture_058F63646476-0:2',
4796 'ID_SERIAL_SHORT': '058F63646476',
4797 'ID_TYPE': 'disk',
4798 'ID_USB_DRIVER': 'usb-storage',
4799 'ID_USB_INTERFACES': ':080650:030000:',
4800 'ID_USB_INTERFACE_NUM': '00',
4801 'ID_VENDOR': 'Generic-',
4802 'ID_VENDOR_ENC': 'Generic-',
4803 'ID_VENDOR_ID': '058f',
4804 'MAJOR': '8',
4805 'MINOR': '160',
4806 'SUBSYSTEM': 'block',
4807 'SYS_NAME': 'sdk',
4808 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:2/block/sdk',
4809 'TAGS': ':systemd:',
4810 'USEC_INITIALIZED': '121850101'} ;
481115:25:06,553 INF blivet: scanning sdk (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:2/block/sdk)...
481215:25:06,553 DBG blivet: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ;
481315:25:06,554 DBG blivet: DeviceTree.get_device_by_name returned None
481415:25:06,556 DBG blivet: DiskDevicePopulator.run: name: sdk ;
481515:25:06,556 INF blivet: sdk is a disk
481615:25:06,557 DBG blivet: get_format('None') returning DeviceFormat instance with object id 19
481715:25:06,557 DBG blivet: get_format('None') returning DeviceFormat instance with object id 20
481815:25:06,558 DBG blivet: DiskDevice._set_format: sdk ; type: None ; current: None ;
481915:25:06,558 DBG blivet: DiskDevice.update_sysfs_path: sdk ; status: True ;
482015:25:06,559 DBG blivet: sdk sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:2/block/sdk
482115:25:06,560 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:2/block/sdk ;
482215:25:06,560 DBG blivet: updated sdk size to 0 B (0 B)
482315:25:06,560 INF blivet: added disk sdk (id 18) to device tree
482415:25:06,561 INF blivet: got device: DiskDevice instance (0x7f696a98ac18) --
4825 name = sdk status = True id = 18
4826 children = []
4827 parents = []
4828 uuid = None size = 0 B
4829 format = existing None
4830 major = 8 minor = 160 exists = True protected = False
4831 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:2/block/sdk
4832 target size = 0 B path = /dev/sdk
4833 format args = [] original_format = None removable = True wwn = None
483415:25:06,562 DBG blivet: DeviceTree.handle_format: name: sdk ;
483515:25:06,563 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:2/block/sdk ;
483615:25:06,563 DBG blivet: no media present for device sdk
483715:25:06,564 DBG blivet: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic-_MS_MS-Pro_058F63646476-0:3 '
4838 '/dev/disk/by-path/pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:3',
4839 'DEVNAME': '/dev/sdl',
4840 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:3/block/sdl',
4841 'DEVTYPE': 'disk',
4842 'ID_BUS': 'usb',
4843 'ID_INSTANCE': '0:3',
4844 'ID_MODEL': 'MS_MS-Pro',
4845 'ID_MODEL_ENC': 'MS\\x2fMS-Pro\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
4846 'ID_MODEL_ID': '6364',
4847 'ID_PATH': 'pci-0000:00:14.0-usb-0:8:1.0-scsi-0:0:0:3',
4848 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_8_1_0-scsi-0_0_0_3',
4849 'ID_REVISION': '1.03',
4850 'ID_SERIAL': 'Generic-_MS_MS-Pro_058F63646476-0:3',
4851 'ID_SERIAL_SHORT': '058F63646476',
4852 'ID_TYPE': 'disk',
4853 'ID_USB_DRIVER': 'usb-storage',
4854 'ID_USB_INTERFACES': ':080650:030000:',
4855 'ID_USB_INTERFACE_NUM': '00',
4856 'ID_VENDOR': 'Generic-',
4857 'ID_VENDOR_ENC': 'Generic-',
4858 'ID_VENDOR_ID': '058f',
4859 'MAJOR': '8',
4860 'MINOR': '176',
4861 'SUBSYSTEM': 'block',
4862 'SYS_NAME': 'sdl',
4863 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:3/block/sdl',
4864 'TAGS': ':systemd:',
4865 'USEC_INITIALIZED': '121860644'} ;
486615:25:06,564 INF blivet: scanning sdl (/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:3/block/sdl)...
486715:25:06,565 DBG blivet: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ;
486815:25:06,565 DBG blivet: DeviceTree.get_device_by_name returned None
486915:25:06,567 DBG blivet: DiskDevicePopulator.run: name: sdl ;
487015:25:06,568 INF blivet: sdl is a disk
487115:25:06,568 DBG blivet: get_format('None') returning DeviceFormat instance with object id 24
487215:25:06,568 DBG blivet: get_format('None') returning DeviceFormat instance with object id 25
487315:25:06,569 DBG blivet: DiskDevice._set_format: sdl ; type: None ; current: None ;
487415:25:06,569 DBG blivet: DiskDevice.update_sysfs_path: sdl ; status: True ;
487515:25:06,570 DBG blivet: sdl sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:3/block/sdl
487615:25:06,570 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:3/block/sdl ;
487715:25:06,571 DBG blivet: updated sdl size to 0 B (0 B)
487815:25:06,571 INF blivet: added disk sdl (id 23) to device tree
487915:25:06,571 INF blivet: got device: DiskDevice instance (0x7f696a972a20) --
4880 name = sdl status = True id = 23
4881 children = []
4882 parents = []
4883 uuid = None size = 0 B
4884 format = existing None
4885 major = 8 minor = 176 exists = True protected = False
4886 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:3/block/sdl
4887 target size = 0 B path = /dev/sdl
4888 format args = [] original_format = None removable = True wwn = None
488915:25:06,573 DBG blivet: DeviceTree.handle_format: name: sdl ;
489015:25:06,574 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/host7/target7:0:0/7:0:0:3/block/sdl ;
489115:25:06,574 DBG blivet: no media present for device sdl
489215:25:06,575 DBG blivet: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/usb-Kingston_Multi-Reader_-0_08738182805087-0:0 '
4893 '/dev/disk/by-path/pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:0',
4894 'DEVNAME': '/dev/sde',
4895 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:0/block/sde',
4896 'DEVTYPE': 'disk',
4897 'ID_BUS': 'usb',
4898 'ID_INSTANCE': '0:0',
4899 'ID_MODEL': 'Multi-Reader_-0',
4900 'ID_MODEL_ENC': 'Multi-Reader\\x20\\x20-0',
4901 'ID_MODEL_ID': '6368',
4902 'ID_PATH': 'pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:0',
4903 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_4_1_0-scsi-0_0_0_0',
4904 'ID_REVISION': '1.00',
4905 'ID_SERIAL': 'Kingston_Multi-Reader_-0_08738182805087-0:0',
4906 'ID_SERIAL_SHORT': '08738182805087',
4907 'ID_TYPE': 'disk',
4908 'ID_USB_DRIVER': 'usb-storage',
4909 'ID_USB_INTERFACES': ':080650:',
4910 'ID_USB_INTERFACE_NUM': '00',
4911 'ID_VENDOR': 'Kingston',
4912 'ID_VENDOR_ENC': 'Kingston',
4913 'ID_VENDOR_ID': '11b0',
4914 'MAJOR': '8',
4915 'MINOR': '64',
4916 'SUBSYSTEM': 'block',
4917 'SYS_NAME': 'sde',
4918 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:0/block/sde',
4919 'TAGS': ':systemd:',
4920 'USEC_INITIALIZED': '121861296'} ;
492115:25:06,575 INF blivet: scanning sde (/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:0/block/sde)...
492215:25:06,576 DBG blivet: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ;
492315:25:06,576 DBG blivet: DeviceTree.get_device_by_name returned None
492415:25:06,578 DBG blivet: DiskDevicePopulator.run: name: sde ;
492515:25:06,579 INF blivet: sde is a disk
492615:25:06,579 DBG blivet: get_format('None') returning DeviceFormat instance with object id 29
492715:25:06,579 DBG blivet: get_format('None') returning DeviceFormat instance with object id 30
492815:25:06,580 DBG blivet: DiskDevice._set_format: sde ; type: None ; current: None ;
492915:25:06,581 DBG blivet: DiskDevice.update_sysfs_path: sde ; status: True ;
493015:25:06,581 DBG blivet: sde sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:0/block/sde
493115:25:06,582 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:0/block/sde ;
493215:25:06,582 DBG blivet: updated sde size to 0 B (0 B)
493315:25:06,583 INF blivet: added disk sde (id 28) to device tree
493415:25:06,583 INF blivet: got device: DiskDevice instance (0x7f696a98a198) --
4935 name = sde status = True id = 28
4936 children = []
4937 parents = []
4938 uuid = None size = 0 B
4939 format = existing None
4940 major = 8 minor = 64 exists = True protected = False
4941 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:0/block/sde
4942 target size = 0 B path = /dev/sde
4943 format args = [] original_format = None removable = True wwn = None
494415:25:06,584 DBG blivet: DeviceTree.handle_format: name: sde ;
494515:25:06,585 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:0/block/sde ;
494615:25:06,585 DBG blivet: no media present for device sde
494715:25:06,586 DBG blivet: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/usb-Kingston_Multi-Reader_-1_08738182805087-0:1 '
4948 '/dev/disk/by-path/pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:1',
4949 'DEVNAME': '/dev/sdf',
4950 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:1/block/sdf',
4951 'DEVTYPE': 'disk',
4952 'ID_BUS': 'usb',
4953 'ID_INSTANCE': '0:1',
4954 'ID_MODEL': 'Multi-Reader_-1',
4955 'ID_MODEL_ENC': 'Multi-Reader\\x20\\x20-1',
4956 'ID_MODEL_ID': '6368',
4957 'ID_PATH': 'pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:1',
4958 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_4_1_0-scsi-0_0_0_1',
4959 'ID_REVISION': '1.00',
4960 'ID_SERIAL': 'Kingston_Multi-Reader_-1_08738182805087-0:1',
4961 'ID_SERIAL_SHORT': '08738182805087',
4962 'ID_TYPE': 'disk',
4963 'ID_USB_DRIVER': 'usb-storage',
4964 'ID_USB_INTERFACES': ':080650:',
4965 'ID_USB_INTERFACE_NUM': '00',
4966 'ID_VENDOR': 'Kingston',
4967 'ID_VENDOR_ENC': 'Kingston',
4968 'ID_VENDOR_ID': '11b0',
4969 'MAJOR': '8',
4970 'MINOR': '80',
4971 'SUBSYSTEM': 'block',
4972 'SYS_NAME': 'sdf',
4973 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:1/block/sdf',
4974 'TAGS': ':systemd:',
4975 'USEC_INITIALIZED': '121863733'} ;
497615:25:06,586 INF blivet: scanning sdf (/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:1/block/sdf)...
497715:25:06,587 DBG blivet: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ;
497815:25:06,588 DBG blivet: DeviceTree.get_device_by_name returned None
497915:25:06,589 DBG blivet: DiskDevicePopulator.run: name: sdf ;
498015:25:06,590 INF blivet: sdf is a disk
498115:25:06,590 DBG blivet: get_format('None') returning DeviceFormat instance with object id 34
498215:25:06,590 DBG blivet: get_format('None') returning DeviceFormat instance with object id 35
498315:25:06,591 DBG blivet: DiskDevice._set_format: sdf ; type: None ; current: None ;
498415:25:06,592 DBG blivet: DiskDevice.update_sysfs_path: sdf ; status: True ;
498515:25:06,592 DBG blivet: sdf sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:1/block/sdf
498615:25:06,593 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:1/block/sdf ;
498715:25:06,593 DBG blivet: updated sdf size to 0 B (0 B)
498815:25:06,594 INF blivet: added disk sdf (id 33) to device tree
498915:25:06,594 INF blivet: got device: DiskDevice instance (0x7f696a95af98) --
4990 name = sdf status = True id = 33
4991 children = []
4992 parents = []
4993 uuid = None size = 0 B
4994 format = existing None
4995 major = 8 minor = 80 exists = True protected = False
4996 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:1/block/sdf
4997 target size = 0 B path = /dev/sdf
4998 format args = [] original_format = None removable = True wwn = None
499915:25:06,595 DBG blivet: DeviceTree.handle_format: name: sdf ;
500015:25:06,596 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:1/block/sdf ;
500115:25:06,597 DBG blivet: no media present for device sdf
500215:25:06,597 DBG blivet: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:2 '
5003 '/dev/disk/by-id/usb-Kingston_Multi-Reader_-2_08738182805087-0:2',
5004 'DEVNAME': '/dev/sdg',
5005 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:2/block/sdg',
5006 'DEVTYPE': 'disk',
5007 'ID_BUS': 'usb',
5008 'ID_INSTANCE': '0:2',
5009 'ID_MODEL': 'Multi-Reader_-2',
5010 'ID_MODEL_ENC': 'Multi-Reader\\x20\\x20-2',
5011 'ID_MODEL_ID': '6368',
5012 'ID_PATH': 'pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:2',
5013 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_4_1_0-scsi-0_0_0_2',
5014 'ID_REVISION': '1.00',
5015 'ID_SERIAL': 'Kingston_Multi-Reader_-2_08738182805087-0:2',
5016 'ID_SERIAL_SHORT': '08738182805087',
5017 'ID_TYPE': 'disk',
5018 'ID_USB_DRIVER': 'usb-storage',
5019 'ID_USB_INTERFACES': ':080650:',
5020 'ID_USB_INTERFACE_NUM': '00',
5021 'ID_VENDOR': 'Kingston',
5022 'ID_VENDOR_ENC': 'Kingston',
5023 'ID_VENDOR_ID': '11b0',
5024 'MAJOR': '8',
5025 'MINOR': '96',
5026 'SUBSYSTEM': 'block',
5027 'SYS_NAME': 'sdg',
5028 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:2/block/sdg',
5029 'TAGS': ':systemd:',
5030 'USEC_INITIALIZED': '121874924'} ;
503115:25:06,598 INF blivet: scanning sdg (/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:2/block/sdg)...
503215:25:06,598 DBG blivet: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ;
503315:25:06,599 DBG blivet: DeviceTree.get_device_by_name returned None
503415:25:06,600 DBG blivet: DiskDevicePopulator.run: name: sdg ;
503515:25:06,601 INF blivet: sdg is a disk
503615:25:06,601 DBG blivet: get_format('None') returning DeviceFormat instance with object id 39
503715:25:06,601 DBG blivet: get_format('None') returning DeviceFormat instance with object id 40
503815:25:06,602 DBG blivet: DiskDevice._set_format: sdg ; type: None ; current: None ;
503915:25:06,603 DBG blivet: DiskDevice.update_sysfs_path: sdg ; status: True ;
504015:25:06,603 DBG blivet: sdg sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:2/block/sdg
504115:25:06,604 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:2/block/sdg ;
504215:25:06,604 DBG blivet: updated sdg size to 0 B (0 B)
504315:25:06,605 INF blivet: added disk sdg (id 38) to device tree
504415:25:06,605 INF blivet: got device: DiskDevice instance (0x7f696a9608d0) --
5045 name = sdg status = True id = 38
5046 children = []
5047 parents = []
5048 uuid = None size = 0 B
5049 format = existing None
5050 major = 8 minor = 96 exists = True protected = False
5051 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:2/block/sdg
5052 target size = 0 B path = /dev/sdg
5053 format args = [] original_format = None removable = True wwn = None
505415:25:06,606 DBG blivet: DeviceTree.handle_format: name: sdg ;
505515:25:06,607 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:2/block/sdg ;
505615:25:06,607 DBG blivet: no media present for device sdg
505715:25:06,608 DBG blivet: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:3 '
5058 '/dev/disk/by-id/usb-Kingston_Multi-Reader_-3_08738182805087-0:3',
5059 'DEVNAME': '/dev/sdh',
5060 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:3/block/sdh',
5061 'DEVTYPE': 'disk',
5062 'ID_BUS': 'usb',
5063 'ID_INSTANCE': '0:3',
5064 'ID_MODEL': 'Multi-Reader_-3',
5065 'ID_MODEL_ENC': 'Multi-Reader\\x20\\x20-3',
5066 'ID_MODEL_ID': '6368',
5067 'ID_PATH': 'pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:3',
5068 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_4_1_0-scsi-0_0_0_3',
5069 'ID_REVISION': '1.00',
5070 'ID_SERIAL': 'Kingston_Multi-Reader_-3_08738182805087-0:3',
5071 'ID_SERIAL_SHORT': '08738182805087',
5072 'ID_TYPE': 'disk',
5073 'ID_USB_DRIVER': 'usb-storage',
5074 'ID_USB_INTERFACES': ':080650:',
5075 'ID_USB_INTERFACE_NUM': '00',
5076 'ID_VENDOR': 'Kingston',
5077 'ID_VENDOR_ENC': 'Kingston',
5078 'ID_VENDOR_ID': '11b0',
5079 'MAJOR': '8',
5080 'MINOR': '112',
5081 'SUBSYSTEM': 'block',
5082 'SYS_NAME': 'sdh',
5083 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:3/block/sdh',
5084 'TAGS': ':systemd:',
5085 'USEC_INITIALIZED': '121877238'} ;
508615:25:06,608 INF blivet: scanning sdh (/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:3/block/sdh)...
508715:25:06,609 DBG blivet: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ;
508815:25:06,609 DBG blivet: DeviceTree.get_device_by_name returned None
508915:25:06,611 DBG blivet: DiskDevicePopulator.run: name: sdh ;
509015:25:06,612 INF blivet: sdh is a disk
509115:25:06,612 DBG blivet: get_format('None') returning DeviceFormat instance with object id 44
509215:25:06,612 DBG blivet: get_format('None') returning DeviceFormat instance with object id 45
509315:25:06,613 DBG blivet: DiskDevice._set_format: sdh ; type: None ; current: None ;
509415:25:06,614 DBG blivet: DiskDevice.update_sysfs_path: sdh ; status: True ;
509515:25:06,614 DBG blivet: sdh sysfs_path set to /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:3/block/sdh
509615:25:06,615 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:3/block/sdh ;
509715:25:06,615 DBG blivet: updated sdh size to 0 B (0 B)
509815:25:06,616 INF blivet: added disk sdh (id 43) to device tree
509915:25:06,616 INF blivet: got device: DiskDevice instance (0x7f696a960358) --
5100 name = sdh status = True id = 43
5101 children = []
5102 parents = []
5103 uuid = None size = 0 B
5104 format = existing None
5105 major = 8 minor = 112 exists = True protected = False
5106 sysfs path = /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:3/block/sdh
5107 target size = 0 B path = /dev/sdh
5108 format args = [] original_format = None removable = True wwn = None
510915:25:06,617 DBG blivet: DeviceTree.handle_format: name: sdh ;
511015:25:06,618 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/host6/target6:0:0/6:0:0:3/block/sdh ;
511115:25:06,618 DBG blivet: no media present for device sdh
511215:25:06,619 DBG blivet: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:17.0-ata-1 '
5113 '/dev/disk/by-id/ata-KINGSTON_SHSS37A240G_50026B72710272C5 '
5114 '/dev/disk/by-id/wwn-0x50026b72710272c5',
5115 'DEVNAME': '/dev/sda',
5116 'DEVPATH': '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda',
5117 'DEVTYPE': 'disk',
5118 'ID_ATA': '1',
5119 'ID_ATA_DOWNLOAD_MICROCODE': '1',
5120 'ID_ATA_FEATURE_SET_APM': '1',
5121 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254',
5122 'ID_ATA_FEATURE_SET_APM_ENABLED': '1',
5123 'ID_ATA_FEATURE_SET_HPA': '1',
5124 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1',
5125 'ID_ATA_FEATURE_SET_PM': '1',
5126 'ID_ATA_FEATURE_SET_PM_ENABLED': '1',
5127 'ID_ATA_FEATURE_SET_SECURITY': '1',
5128 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0',
5129 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '2',
5130 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '2',
5131 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1',
5132 'ID_ATA_FEATURE_SET_SMART': '1',
5133 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1',
5134 'ID_ATA_ROTATION_RATE_RPM': '0',
5135 'ID_ATA_SATA': '1',
5136 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1',
5137 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1',
5138 'ID_ATA_WRITE_CACHE': '1',
5139 'ID_ATA_WRITE_CACHE_ENABLED': '1',
5140 'ID_BUS': 'ata',
5141 'ID_MODEL': 'KINGSTON_SHSS37A240G',
5142 'ID_MODEL_ENC': 'KINGSTON\\x20SHSS37A240G\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
5143 'ID_PART_TABLE_TYPE': 'gpt',
5144 'ID_PART_TABLE_UUID': '5b949d8d-3a8c-449e-b435-ef2d70510f29',
5145 'ID_PATH': 'pci-0000:00:17.0-ata-1',
5146 'ID_PATH_TAG': 'pci-0000_00_17_0-ata-1',
5147 'ID_REVISION': 'SAFM02.H',
5148 'ID_SERIAL': 'KINGSTON_SHSS37A240G_50026B72710272C5',
5149 'ID_SERIAL_SHORT': '50026B72710272C5',
5150 'ID_TYPE': 'disk',
5151 'ID_WWN': '0x50026b72710272c5',
5152 'ID_WWN_WITH_EXTENSION': '0x50026b72710272c5',
5153 'MAJOR': '8',
5154 'MINOR': '0',
5155 'SUBSYSTEM': 'block',
5156 'SYS_NAME': 'sda',
5157 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda',
5158 'TAGS': ':systemd:',
5159 'USEC_INITIALIZED': '121653249'} ;
516015:25:06,619 INF blivet: scanning sda (/sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)...
516115:25:06,620 DBG blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ;
516215:25:06,620 DBG blivet: DeviceTree.get_device_by_name returned None
516315:25:06,622 DBG blivet: DiskDevicePopulator.run: name: sda ;
516415:25:06,623 INF blivet: sda is a disk
516515:25:06,623 DBG blivet: get_format('None') returning DeviceFormat instance with object id 49
516615:25:06,623 DBG blivet: get_format('None') returning DeviceFormat instance with object id 50
516715:25:06,624 DBG blivet: DiskDevice._set_format: sda ; type: None ; current: None ;
516815:25:06,625 DBG blivet: DiskDevice.update_sysfs_path: sda ; status: True ;
516915:25:06,625 DBG blivet: sda sysfs_path set to /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
517015:25:06,626 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda ;
517115:25:06,626 DBG blivet: updated sda size to 223.57 GiB (223.57 GiB)
517215:25:06,626 INF blivet: added disk sda (id 48) to device tree
517315:25:06,627 INF blivet: got device: DiskDevice instance (0x7f696a8b62b0) --
5174 name = sda status = True id = 48
5175 children = []
5176 parents = []
5177 uuid = None size = 223.57 GiB
5178 format = existing None
5179 major = 8 minor = 0 exists = True protected = False
5180 sysfs path = /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
5181 target size = 223.57 GiB path = /dev/sda
5182 format args = [] original_format = None removable = False wwn = 50026b72710272c5
518315:25:06,628 DBG blivet: DeviceTree.handle_format: name: sda ;
518415:25:06,629 DBG blivet: AppleBootstrapFS.supported: supported: True ;
518515:25:06,629 DBG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 52
518615:25:06,630 DBG blivet: EFIFS.supported: supported: True ;
518715:25:06,630 DBG blivet: get_format('efi') returning EFIFS instance with object id 53
518815:25:06,631 DBG blivet: MacEFIFS.supported: supported: True ;
518915:25:06,632 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 54
519015:25:06,633 DBG blivet: MacEFIFS.supported: supported: True ;
519115:25:06,633 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 55
519215:25:06,634 DBG blivet: DiskLabelFormatPopulator.run: device: sda ; label_type: gpt ;
519315:25:06,635 DBG blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ;
519415:25:06,636 DBG blivet: DiskLabel.__init__: uuid: 5b949d8d-3a8c-449e-b435-ef2d70510f29 ; label: None ; device: /dev/sda ; serial: KINGSTON_SHSS37A240G_50026B72710272C5 ; exists: True ;
519515:25:06,642 DBG blivet: Clear pmbr_boot on parted.Disk instance --
5196 type: gpt primaryPartitionCount: 2
5197 lastPartitionNumber: 2 maxPrimaryPartitionCount: 128
5198 partitions: [<parted.partition.Partition object at 0x7f696a8b6ac8>, <parted.partition.Partition object at 0x7f696a8b6c18>]
5199 device: <parted.device.Device object at 0x7f696a8b6f60>
5200 PedDisk: <_ped.Disk object at 0x7f696aa40bc8>
520115:25:06,744 DBG blivet: get_format('disklabel') returning DiskLabel instance with object id 56
520215:25:06,745 DBG blivet: DiskDevice._set_format: sda ; type: disklabel ; current: None ;
520315:25:06,745 INF blivet: got format: existing gpt disklabel
520415:25:06,749 DBG blivet: DeviceTree.handle_device: name: sda1 ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:17.0-ata-1-part1 '
5205 '/dev/disk/by-id/wwn-0x50026b72710272c5-part1 '
5206 '/dev/disk/by-partuuid/22e18c52-164d-11e9-9d97-a31d867837ff '
5207 '/dev/disk/by-id/ata-KINGSTON_SHSS37A240G_50026B72710272C5-part1 '
5208 '/dev/disk/by-partlabel/Microsoft\\x20reserved\\x20partition',
5209 'DEVNAME': '/dev/sda1',
5210 'DEVPATH': '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1',
5211 'DEVTYPE': 'partition',
5212 'ID_ATA': '1',
5213 'ID_ATA_DOWNLOAD_MICROCODE': '1',
5214 'ID_ATA_FEATURE_SET_APM': '1',
5215 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254',
5216 'ID_ATA_FEATURE_SET_APM_ENABLED': '1',
5217 'ID_ATA_FEATURE_SET_HPA': '1',
5218 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1',
5219 'ID_ATA_FEATURE_SET_PM': '1',
5220 'ID_ATA_FEATURE_SET_PM_ENABLED': '1',
5221 'ID_ATA_FEATURE_SET_SECURITY': '1',
5222 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0',
5223 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '2',
5224 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '2',
5225 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1',
5226 'ID_ATA_FEATURE_SET_SMART': '1',
5227 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1',
5228 'ID_ATA_ROTATION_RATE_RPM': '0',
5229 'ID_ATA_SATA': '1',
5230 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1',
5231 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1',
5232 'ID_ATA_WRITE_CACHE': '1',
5233 'ID_ATA_WRITE_CACHE_ENABLED': '1',
5234 'ID_BUS': 'ata',
5235 'ID_MODEL': 'KINGSTON_SHSS37A240G',
5236 'ID_MODEL_ENC': 'KINGSTON\\x20SHSS37A240G\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
5237 'ID_PART_ENTRY_DISK': '8:0',
5238 'ID_PART_ENTRY_NAME': 'Microsoft\\x20reserved\\x20partition',
5239 'ID_PART_ENTRY_NUMBER': '1',
5240 'ID_PART_ENTRY_OFFSET': '34',
5241 'ID_PART_ENTRY_SCHEME': 'gpt',
5242 'ID_PART_ENTRY_SIZE': '32734',
5243 'ID_PART_ENTRY_TYPE': 'e3c9e316-0b5c-4db8-817d-f92df00215ae',
5244 'ID_PART_ENTRY_UUID': '22e18c52-164d-11e9-9d97-a31d867837ff',
5245 'ID_PART_TABLE_TYPE': 'gpt',
5246 'ID_PART_TABLE_UUID': '5b949d8d-3a8c-449e-b435-ef2d70510f29',
5247 'ID_PATH': 'pci-0000:00:17.0-ata-1',
5248 'ID_PATH_TAG': 'pci-0000_00_17_0-ata-1',
5249 'ID_REVISION': 'SAFM02.H',
5250 'ID_SERIAL': 'KINGSTON_SHSS37A240G_50026B72710272C5',
5251 'ID_SERIAL_SHORT': '50026B72710272C5',
5252 'ID_TYPE': 'disk',
5253 'ID_WWN': '0x50026b72710272c5',
5254 'ID_WWN_WITH_EXTENSION': '0x50026b72710272c5',
5255 'MAJOR': '8',
5256 'MINOR': '1',
5257 'PARTN': '1',
5258 'PARTNAME': 'Microsoft reserved partition',
5259 'SUBSYSTEM': 'block',
5260 'SYS_NAME': 'sda1',
5261 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1',
5262 'TAGS': ':systemd:',
5263 'UDISKS_IGNORE': '1',
5264 'USEC_INITIALIZED': '121663397'} ;
526515:25:06,749 INF blivet: scanning sda1 (/sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)...
526615:25:06,750 DBG blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ;
526715:25:06,750 DBG blivet: DeviceTree.get_device_by_name returned None
526815:25:06,751 DBG blivet: PartitionDevicePopulator.run: name: sda1 ;
526915:25:06,782 DBG blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ;
527015:25:06,783 DBG blivet: DeviceTree.get_device_by_name returned existing 223.57 GiB disk sda (48) with existing gpt disklabel
527115:25:06,784 DBG blivet: get_format('None') returning DeviceFormat instance with object id 59
527215:25:06,788 DBG blivet: DiskDevice.add_child: name: sda ; child: sda1 ; kids: 0 ;
527315:25:06,788 DBG blivet: get_format('None') returning DeviceFormat instance with object id 60
527415:25:06,789 DBG blivet: PartitionDevice._set_format: sda1 ; type: None ; current: None ;
527515:25:06,790 DBG blivet: PartitionDevice.update_sysfs_path: sda1 ; status: True ;
527615:25:06,790 DBG blivet: sda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
527715:25:06,791 DBG blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 ;
527815:25:06,792 DBG blivet: updated sda1 size to 15.98 MiB (15.98 MiB)
527915:25:06,792 DBG blivet: looking up parted Partition: /dev/sda1
528015:25:06,793 DBG blivet: PartitionDevice.probe: sda1 ; exists: True ;
528115:25:06,794 DBG blivet: PartitionDevice.get_flag: path: /dev/sda1 ; flag: 1 ;
528215:25:06,794 DBG blivet: PartitionDevice.get_flag: path: /dev/sda1 ; flag: 10 ;
528315:25:06,795 DBG blivet: PartitionDevice.get_flag: path: /dev/sda1 ; flag: 12 ;
528415:25:06,796 DBG blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 ;
528515:25:06,797 DBG blivet: updated sda1 size to 15.98 MiB (15.98 MiB)
528615:25:06,797 INF blivet: added partition sda1 (id 58) to device tree
528715:25:06,797 INF blivet: got device: PartitionDevice instance (0x7f696a860f60) --
5288 name = sda1 status = True id = 58
5289 children = []
5290 parents = ['existing 223.57 GiB disk sda (48) with existing gpt disklabel']
5291 uuid = 22e18c52-164d-11e9-9d97-a31d867837ff size = 15.98 MiB
5292 format = existing None
5293 major = 8 minor = 1 exists = True protected = False
5294 sysfs path = /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
5295 target size = 15.98 MiB path = /dev/sda1
5296 format args = [] original_format = None grow = None max size = 0 B bootable = None
5297 part type = 0 primary = None start sector = None end sector = None
5298 parted_partition = parted.Partition instance --
5299 disk: <parted.disk.Disk object at 0x7f696a979048> fileSystem: None
5300 number: 1 path: /dev/sda1 type: 0
5301 name: Microsoft reserved partition active: True busy: False
5302 geometry: <parted.geometry.Geometry object at 0x7f696a8b6a58> PedPartition: <_ped.Partition object at 0x7f696a897888>
5303 disk = existing 223.57 GiB disk sda (48) with existing gpt disklabel
5304 start = 34 end = 32767 length = 32734
5305 flags = msftres
530615:25:06,801 DBG blivet: DeviceTree.handle_format: name: sda1 ;
530715:25:06,801 DBG blivet: no type or existing type for sda1, bailing
530815:25:06,802 DBG blivet: DeviceTree.handle_device: name: sda2 ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:17.0-ata-1-part2 '
5309 '/dev/disk/by-id/wwn-0x50026b72710272c5-part2 '
5310 '/dev/disk/by-uuid/4AB2E83AB2E82C5F '
5311 '/dev/disk/by-partuuid/3a8dbdd0-63e8-43f1-a2d8-71a603d0004a '
5312 '/dev/disk/by-partlabel/Basic\\x20data\\x20partition '
5313 '/dev/disk/by-id/ata-KINGSTON_SHSS37A240G_50026B72710272C5-part2',
5314 'DEVNAME': '/dev/sda2',
5315 'DEVPATH': '/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2',
5316 'DEVTYPE': 'partition',
5317 'ID_ATA': '1',
5318 'ID_ATA_DOWNLOAD_MICROCODE': '1',
5319 'ID_ATA_FEATURE_SET_APM': '1',
5320 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254',
5321 'ID_ATA_FEATURE_SET_APM_ENABLED': '1',
5322 'ID_ATA_FEATURE_SET_HPA': '1',
5323 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1',
5324 'ID_ATA_FEATURE_SET_PM': '1',
5325 'ID_ATA_FEATURE_SET_PM_ENABLED': '1',
5326 'ID_ATA_FEATURE_SET_SECURITY': '1',
5327 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0',
5328 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '2',
5329 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '2',
5330 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1',
5331 'ID_ATA_FEATURE_SET_SMART': '1',
5332 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1',
5333 'ID_ATA_ROTATION_RATE_RPM': '0',
5334 'ID_ATA_SATA': '1',
5335 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1',
5336 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1',
5337 'ID_ATA_WRITE_CACHE': '1',
5338 'ID_ATA_WRITE_CACHE_ENABLED': '1',
5339 'ID_BUS': 'ata',
5340 'ID_FS_TYPE': 'ntfs',
5341 'ID_FS_USAGE': 'filesystem',
5342 'ID_FS_UUID': '4AB2E83AB2E82C5F',
5343 'ID_FS_UUID_ENC': '4AB2E83AB2E82C5F',
5344 'ID_MODEL': 'KINGSTON_SHSS37A240G',
5345 'ID_MODEL_ENC': 'KINGSTON\\x20SHSS37A240G\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
5346 'ID_PART_ENTRY_DISK': '8:0',
5347 'ID_PART_ENTRY_NAME': 'Basic\\x20data\\x20partition',
5348 'ID_PART_ENTRY_NUMBER': '2',
5349 'ID_PART_ENTRY_OFFSET': '32768',
5350 'ID_PART_ENTRY_SCHEME': 'gpt',
5351 'ID_PART_ENTRY_SIZE': '468826112',
5352 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7',
5353 'ID_PART_ENTRY_UUID': '3a8dbdd0-63e8-43f1-a2d8-71a603d0004a',
5354 'ID_PART_TABLE_TYPE': 'gpt',
5355 'ID_PART_TABLE_UUID': '5b949d8d-3a8c-449e-b435-ef2d70510f29',
5356 'ID_PATH': 'pci-0000:00:17.0-ata-1',
5357 'ID_PATH_TAG': 'pci-0000_00_17_0-ata-1',
5358 'ID_REVISION': 'SAFM02.H',
5359 'ID_SERIAL': 'KINGSTON_SHSS37A240G_50026B72710272C5',
5360 'ID_SERIAL_SHORT': '50026B72710272C5',
5361 'ID_TYPE': 'disk',
5362 'ID_WWN': '0x50026b72710272c5',
5363 'ID_WWN_WITH_EXTENSION': '0x50026b72710272c5',
5364 'MAJOR': '8',
5365 'MINOR': '2',
5366 'PARTN': '2',
5367 'PARTNAME': 'Basic data partition',
5368 'SUBSYSTEM': 'block',
5369 'SYS_NAME': 'sda2',
5370 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2',
5371 'TAGS': ':systemd:',
5372 'USEC_INITIALIZED': '121663521'} ;
537315:25:06,802 INF blivet: scanning sda2 (/sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)...
537415:25:06,803 DBG blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: False ; hidden: False ;
537515:25:06,804 DBG blivet: DeviceTree.get_device_by_name returned None
537615:25:06,804 DBG blivet: PartitionDevicePopulator.run: name: sda2 ;
537715:25:06,835 DBG blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ;
537815:25:06,835 DBG blivet: DeviceTree.get_device_by_name returned existing 223.57 GiB disk sda (48) with existing gpt disklabel
537915:25:06,837 DBG blivet: get_format('None') returning DeviceFormat instance with object id 64
538015:25:06,838 DBG blivet: DiskDevice.add_child: name: sda ; child: sda2 ; kids: 1 ;
538115:25:06,838 DBG blivet: get_format('None') returning DeviceFormat instance with object id 65
538215:25:06,838 DBG blivet: PartitionDevice._set_format: sda2 ; type: None ; current: None ;
538315:25:06,839 DBG blivet: PartitionDevice.update_sysfs_path: sda2 ; status: True ;
538415:25:06,840 DBG blivet: sda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
538515:25:06,840 DBG blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 ;
538615:25:06,841 DBG blivet: updated sda2 size to 223.55 GiB (223.55 GiB)
538715:25:06,841 DBG blivet: looking up parted Partition: /dev/sda2
538815:25:06,842 DBG blivet: PartitionDevice.probe: sda2 ; exists: True ;
538915:25:06,843 DBG blivet: PartitionDevice.get_flag: path: /dev/sda2 ; flag: 1 ;
539015:25:06,843 DBG blivet: PartitionDevice.get_flag: path: /dev/sda2 ; flag: 10 ;
539115:25:06,844 DBG blivet: PartitionDevice.get_flag: path: /dev/sda2 ; flag: 12 ;
539215:25:06,845 DBG blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 ;
539315:25:06,846 DBG blivet: updated sda2 size to 223.55 GiB (223.55 GiB)
539415:25:06,846 INF blivet: added partition sda2 (id 63) to device tree
539515:25:06,846 INF blivet: got device: PartitionDevice instance (0x7f696a8bfd30) --
5396 name = sda2 status = True id = 63
5397 children = []
5398 parents = ['existing 223.57 GiB disk sda (48) with existing gpt disklabel']
5399 uuid = 3a8dbdd0-63e8-43f1-a2d8-71a603d0004a size = 223.55 GiB
5400 format = existing None
5401 major = 8 minor = 2 exists = True protected = False
5402 sysfs path = /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
5403 target size = 223.55 GiB path = /dev/sda2
5404 format args = [] original_format = None grow = None max size = 0 B bootable = None
5405 part type = 0 primary = None start sector = None end sector = None
5406 parted_partition = parted.Partition instance --
5407 disk: <parted.disk.Disk object at 0x7f696a979048> fileSystem: <parted.filesystem.FileSystem object at 0x7f696a8b6978>
5408 number: 2 path: /dev/sda2 type: 0
5409 name: Basic data partition active: True busy: False
5410 geometry: <parted.geometry.Geometry object at 0x7f696a8b6cc0> PedPartition: <_ped.Partition object at 0x7f696a897d00>
5411 disk = existing 223.57 GiB disk sda (48) with existing gpt disklabel
5412 start = 32768 end = 468858879 length = 468826112
5413 flags = msftdata
541415:25:06,849 DBG blivet: DeviceTree.handle_format: name: sda2 ;
541515:25:06,850 DBG blivet: AppleBootstrapFS.supported: supported: True ;
541615:25:06,851 DBG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 67
541715:25:06,852 DBG blivet: EFIFS.supported: supported: True ;
541815:25:06,852 DBG blivet: get_format('efi') returning EFIFS instance with object id 68
541915:25:06,853 DBG blivet: MacEFIFS.supported: supported: True ;
542015:25:06,853 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 69
542115:25:06,854 DBG blivet: MacEFIFS.supported: supported: True ;
542215:25:06,854 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 70
542315:25:06,854 INF blivet: type detected on 'sda2' is 'ntfs'
542415:25:06,987 DBG blivet: padding min size from 108,72 MiB up to 119,59 MiB
542515:25:06,990 DBG blivet: NTFS.supported: supported: False ;
542615:25:06,990 DBG blivet: get_format('ntfs') returning NTFS instance with object id 71
542715:25:06,991 DBG blivet: PartitionDevice._set_format: sda2 ; type: ntfs ; current: None ;
542815:25:06,991 INF blivet: got format: existing ntfs filesystem
542915:25:07,027 DBG blivet: NTFS.supported: supported: False ;
543015:25:07,065 DBG blivet: NTFS.supported: supported: False ;
543115:25:07,066 DBG blivet: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x50014ee0007c3bc5 '
5432 '/dev/disk/by-path/pci-0000:00:17.0-ata-2 '
5433 '/dev/disk/by-id/ata-WDC_WD3200AAJS-00B4A0_WD-WMAT10654937',
5434 'DEVNAME': '/dev/sdb',
5435 'DEVPATH': '/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb',
5436 'DEVTYPE': 'disk',
5437 'ID_ATA': '1',
5438 'ID_ATA_DOWNLOAD_MICROCODE': '1',
5439 'ID_ATA_FEATURE_SET_AAM': '1',
5440 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '254',
5441 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0',
5442 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128',
5443 'ID_ATA_FEATURE_SET_HPA': '1',
5444 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1',
5445 'ID_ATA_FEATURE_SET_PM': '1',
5446 'ID_ATA_FEATURE_SET_PM_ENABLED': '1',
5447 'ID_ATA_FEATURE_SET_PUIS': '1',
5448 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0',
5449 'ID_ATA_FEATURE_SET_SECURITY': '1',
5450 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0',
5451 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '62',
5452 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '62',
5453 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1',
5454 'ID_ATA_FEATURE_SET_SMART': '1',
5455 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1',
5456 'ID_ATA_SATA': '1',
5457 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1',
5458 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1',
5459 'ID_ATA_WRITE_CACHE': '1',
5460 'ID_ATA_WRITE_CACHE_ENABLED': '1',
5461 'ID_BUS': 'ata',
5462 'ID_FS_TYPE': 'promise_fasttrack_raid_member',
5463 'ID_FS_USAGE': 'raid',
5464 'ID_MODEL': 'WDC_WD3200AAJS-00B4A0',
5465 'ID_MODEL_ENC': 'WDC\\x20WD3200AAJS-00B4A0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20',
5466 'ID_PATH': 'pci-0000:00:17.0-ata-2',
5467 'ID_PATH_TAG': 'pci-0000_00_17_0-ata-2',
5468 'ID_REVISION': '01.03A01',
5469 'ID_SERIAL': 'WDC_WD3200AAJS-00B4A0_WD-WMAT10654937',
5470 'ID_SERIAL_SHORT': 'WD-WMAT10654937',
5471 'ID_TYPE': 'disk',
5472 'ID_WWN': '0x50014ee0007c3bc5',
5473 'ID_WWN_WITH_EXTENSION': '0x50014ee0007c3bc5',
5474 'MAJOR': '8',
5475 'MINOR': '16',
5476 'SUBSYSTEM': 'block',
5477 'SYS_NAME': 'sdb',
5478 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb',
5479 'TAGS': ':systemd:',
5480 'USEC_INITIALIZED': '121642774'} ;
548115:25:07,067 INF blivet: scanning sdb (/sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb)...
548215:25:07,067 DBG blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ;
548315:25:07,068 DBG blivet: DeviceTree.get_device_by_name returned None
548415:25:07,070 DBG blivet: DiskDevicePopulator.run: name: sdb ;
548515:25:07,071 INF blivet: sdb is a disk
548615:25:07,071 DBG blivet: get_format('None') returning DeviceFormat instance with object id 74
548715:25:07,071 DBG blivet: get_format('None') returning DeviceFormat instance with object id 75
548815:25:07,072 DBG blivet: DiskDevice._set_format: sdb ; type: None ; current: None ;
548915:25:07,073 DBG blivet: DiskDevice.update_sysfs_path: sdb ; status: True ;
549015:25:07,073 DBG blivet: sdb sysfs_path set to /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
549115:25:07,074 DBG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb ;
549215:25:07,075 DBG blivet: updated sdb size to 298,09 GiB (298,09 GiB)
549315:25:07,075 INF blivet: added disk sdb (id 73) to device tree
549415:25:07,075 INF blivet: got device: DiskDevice instance (0x7f696a7ee4a8) --
5495 name = sdb status = True id = 73
5496 children = []
5497 parents = []
5498 uuid = None size = 298,09 GiB
5499 format = existing None
5500 major = 8 minor = 16 exists = True protected = False
5501 sysfs path = /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
5502 target size = 298,09 GiB path = /dev/sdb
5503 format args = [] original_format = None removable = False wwn = 50014ee0007c3bc5
550415:25:07,077 DBG blivet: DeviceTree.handle_format: name: sdb ;
550515:25:07,078 DBG blivet: AppleBootstrapFS.supported: supported: True ;
550615:25:07,079 DBG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 77
550715:25:07,080 DBG blivet: EFIFS.supported: supported: True ;
550815:25:07,080 DBG blivet: get_format('efi') returning EFIFS instance with object id 78
550915:25:07,081 DBG blivet: MacEFIFS.supported: supported: True ;
551015:25:07,081 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 79
551115:25:07,082 DBG blivet: MacEFIFS.supported: supported: True ;
551215:25:07,082 DBG blivet: get_format('macefi') returning MacEFIFS instance with object id 80
551315:25:07,083 INF blivet: type detected on 'sdb' is 'dmraidmember'
551415:25:07,089 DBG blivet: DMRaidMember.__init__: uuid: None ; label: None ; device: /dev/sdb ; serial: WDC_WD3200AAJS-00B4A0_WD-WMAT10654937 ; exists: True ;
551515:25:07,089 DBG blivet: get_format('dmraidmember') returning DMRaidMember instance with object id 81
551615:25:07,090 DBG blivet: DiskDevice._set_format: sdb ; type: dmraidmember ; current: None ;
551715:25:07,091 DBG blivet: DMRaidFormatPopulator.run: name: sdb ;
551815:25:07,133 DBG blivet: DeviceTree.get_device_by_path: path: /dev/mapper/live-base ; incomplete: False ; hidden: False ;
551915:25:07,133 DBG blivet: DeviceTree.get_device_by_path returned None
5520
5521
5522/tmp/ifcfg.log:
552315:25:05,353 DBG ifcfg: content of files (network initialization):
552415:25:05,357 DBG ifcfg: all settings: [{'802-3-ethernet': {'auto-negotiate': False, 'mac-address': [28, 27, 13, 12, 194, 40], 'mac-address-blacklist': [], 's390-options': {}}, 'connection': {'id': 'Wired connection 1', 'uuid': 'e4e8f1b8-4fb6-3991-86a7-306d130badeb', 'type': '802-3-ethernet', 'permissions': [], 'autoconnect-priority': -999, 'timestamp': 1547515464}, 'proxy': {}, 'ipv6': {'method': 'auto', 'dns': [], 'dns-search': [], 'addresses': [], 'routes': [], 'address-data': [], 'route-data': []}, 'ipv4': {'method': 'auto', 'dns': [], 'dns-search': [], 'addresses': [], 'routes': [], 'address-data': [], 'route-data': []}}]
552515:25:05,577 DBG ifcfg: content of files (missing ifcfgs created for devices ['enp7s0']):
552615:25:05,577 DBG ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp7s0:
552715:25:05,578 DBG ifcfg: TYPE=Ethernet
552815:25:05,578 DBG ifcfg: PROXY_METHOD=none
552915:25:05,578 DBG ifcfg: BROWSER_ONLY=no
553015:25:05,578 DBG ifcfg: BOOTPROTO=dhcp
553115:25:05,578 DBG ifcfg: DEFROUTE=yes
553215:25:05,578 DBG ifcfg: IPV4_FAILURE_FATAL=no
553315:25:05,578 DBG ifcfg: IPV6INIT=yes
553415:25:05,578 DBG ifcfg: IPV6_AUTOCONF=yes
553515:25:05,578 DBG ifcfg: IPV6_DEFROUTE=yes
553615:25:05,579 DBG ifcfg: IPV6_FAILURE_FATAL=no
553715:25:05,579 DBG ifcfg: IPV6_ADDR_GEN_MODE=stable-privacy
553815:25:05,579 DBG ifcfg: NAME=enp7s0
553915:25:05,579 DBG ifcfg: UUID=e4e8f1b8-4fb6-3991-86a7-306d130badeb
554015:25:05,579 DBG ifcfg: ONBOOT=yes
554115:25:05,579 DBG ifcfg: AUTOCONNECT_PRIORITY=-999
554215:25:05,579 DBG ifcfg: DEVICE=enp7s0
554315:25:05,584 DBG ifcfg: all settings: [{'802-3-ethernet': {'auto-negotiate': False, 'mac-address-blacklist': [], 's390-options': {}}, 'connection': {'id': 'enp7s0', 'uuid': 'e4e8f1b8-4fb6-3991-86a7-306d130badeb', 'interface-name': 'enp7s0', 'type': '802-3-ethernet', 'permissions': [], 'autoconnect-priority': -999, 'timestamp': 1547515464}, 'proxy': {}, 'ipv6': {'method': 'auto', 'dns': [], 'dns-search': [], 'addresses': [], 'routes': [], 'address-data': [], 'route-data': []}, 'ipv4': {'method': 'auto', 'dns': [], 'dns-search': [], 'addresses': [], 'routes': [], 'address-data': [], 'route-data': []}}]
5544
5545
5546/proc/cmdline:
5547BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-29-1-2 rd.live.image rd.live.check quiet
5548
5549
5550/tmp/dbus.log:
5551dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Boss' requested by ':1.0' (uid=0 pid=2399 comm="/usr/bin/python3 /sbin/anaconda --liveinst --metho" label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
5552dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Boss'
5553dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Timezone' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
5554dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Network' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
5555dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Localization' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
5556dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Security' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
5557dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Users' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
5558dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Payload' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
5559dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Storage' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
5560dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Modules.Services' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
5561dbus-daemon[2405]: Activating service name='org.fedoraproject.Anaconda.Addons.Baz' requested by ':1.1' (uid=0 pid=2409 comm="python3 -m pyanaconda.modules.boss " label="unconfined_u:system_r:install_t:s0-s0:c0.c1023")
5562dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Payload'
5563dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Localization'
5564dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Addons.Baz'
5565dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Network'
5566dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Users'
5567dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Services'
5568dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Security'
5569dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Timezone'
5570dbus-daemon[2405]: Successfully activated service 'org.fedoraproject.Anaconda.Modules.Storage'