Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1163287 Details for
Bug 1341273
blivet.errors.FSError: mount failed: 16
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
File: anaconda-tb
anaconda-tb (text/plain), 1.38 MB, created by
Steven Usdansky
on 2016-05-31 15:59:23 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Steven Usdansky
Created:
2016-05-31 15:59:23 UTC
Size:
1.38 MB
patch
obsolete
>anaconda 24.13.5-1 exception report >Traceback (most recent call first): > File "/usr/lib/python3.5/site-packages/blivet/tasks/fsmount.py", line 123, in doTask > raise FSError("mount failed: %s" % rc) > File "/usr/lib/python3.5/site-packages/blivet/formats/fs.py", line 645, in _setup > self._mount.doTask(chrootedMountpoint, options=options) > File "/usr/lib/python3.5/site-packages/blivet/formats/__init__.py", line 483, in setup > self._setup(**kwargs) > File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 632, in mountFilesystems > chroot=rootPath) > File "/usr/lib/python3.5/site-packages/blivet/blivet.py", line 1407, in mountFilesystems > readOnly=readOnly, skipRoot=skipRoot) > File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 1105, in turnOnFilesystems > storage.mountFilesystems() > File "/usr/lib64/python3.5/site-packages/pyanaconda/install.py", line 195, in doInstall > turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall, callbacks=callbacks_reg) > File "/usr/lib64/python3.5/threading.py", line 862, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib64/python3.5/site-packages/pyanaconda/threads.py", line 253, in run > threading.Thread.run(self, *args, **kwargs) >blivet.errors.FSError: mount failed: 16 > >Local variables in innermost frame: >mountpoint: /mnt/sysimage/mnt/GoFlex >error_msgs: [] >options: default,ro >self: mount >rc: 16 > > >Anaconda instance, containing members: >_payload: LiveImagePayload instance, containing members: > _payload.source_size: 4236558336 > _payload.txID: None > _payload.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 ># Use graphical install >graphical ># Use hard drive installation media >harddrive --dir=None --partition=/dev/mapper/live-base ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=sdh ># Keyboard layouts >keyboard --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=enp0s10 --ipv6=auto >network --hostname=localhost.localdomain ># Root password ><auto-removed line containing rootpw> ># System timezone >timezone America/Chicago ># System bootloader configuration >bootloader --location=mbr --boot-drive=sdh ># Partition clearing information >clearpart --none --initlabel ># Disk partitioning information >part /mnt/GoFlex --fstype="ntfs" --noformat --onpart=sdh1 --fsoptions="default,ro" --label=FreeAgent_GoFlex_Drive >part /mnt/Mint --fstype="ext4" --noformat --onpart=sdh5 --label=GoFlex-5 >part /mnt/Common --fstype="ext4" --noformat --onpart=sdh6 --label=GoFlex-Common >part / --fstype="ext4" --onpart=sdh7 --label=GF-F24 >part /mnt/Boot --fstype="ext4" --noformat --onpart=sdh2 --label=Boot > > >%anaconda >pwpolicy root --minlen=0 --minquality=1 --notstrict --nochanges --emptyok >pwpolicy user --minlen=0 --minquality=1 --notstrict --nochanges --emptyok >pwpolicy luks --minlen=0 --minquality=1 --notstrict --nochanges --emptyok >%end > > _payload.verbose_errors: [] > _payload._session: Session instance, containing members: > _payload._session.headers: {'User-Agent': 'python-requests/2.10.0', 'Accept': '*/*', 'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate'} > _payload._session.max_redirects: 30 > _payload._session.proxies: {} > _payload._session.verify: True > _payload._session.redirect_cache: RecentlyUsedContainer instance, containing members: > _payload._session.redirect_cache._container: {} > _payload._session.redirect_cache._maxsize: 1000 > _payload._session.redirect_cache.dispose_func: None > _payload._session.redirect_cache.lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7fc39e73bc90> > _payload._session.adapters: {'https://': HTTPAdapter instance, containing members: > _payload._session.adapters.max_retries: Retry(total=0, connect=None, read=False, redirect=None) > _payload._session.adapters._pool_block: False > _payload._session.adapters.proxy_manager: {} > _payload._session.adapters.poolmanager: PoolManager instance, containing members: > _payload._session.adapters.poolmanager.headers: {} > _payload._session.adapters.poolmanager.connection_pool_kw: {'block': False, 'maxsize': 10, 'strict': True} > _payload._session.adapters.poolmanager.pool_classes_by_scheme: {'http': <class 'requests.packages.urllib3.connectionpool.HTTPConnectionPool'> >, 'https': <class 'requests.packages.urllib3.connectionpool.HTTPSConnectionPool'> >} > _payload._session.adapters.poolmanager.pools: RecentlyUsedContainer instance, containing members: > _payload._session.adapters.poolmanager.pools._container: {} > _payload._session.adapters.poolmanager.pools._maxsize: 10 > _payload._session.adapters.poolmanager.pools.dispose_func: <function PoolManager.__init__.<locals>.<lambda> at 0x7fc39e6c8620> > _payload._session.adapters.poolmanager.pools.lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7fc39e73bb10> > _payload._session.adapters.config: {} > _payload._session.adapters._pool_connections: 10 > _payload._session.adapters._pool_maxsize: 10 >, 'http://': HTTPAdapter instance, containing members: > _payload._session.adapters.max_retries: Retry(total=0, connect=None, read=False, redirect=None) > _payload._session.adapters._pool_block: False > _payload._session.adapters.proxy_manager: {} > _payload._session.adapters.poolmanager: PoolManager instance, containing members: > _payload._session.adapters.poolmanager.headers: {} > _payload._session.adapters.poolmanager.connection_pool_kw: {'block': False, 'maxsize': 10, 'strict': True} > _payload._session.adapters.poolmanager.pool_classes_by_scheme: {'http': Already dumped (type instance) >, 'https': Already dumped (type instance) >} > _payload._session.adapters.poolmanager.pools: RecentlyUsedContainer instance, containing members: > _payload._session.adapters.poolmanager.pools._container: {} > _payload._session.adapters.poolmanager.pools._maxsize: 10 > _payload._session.adapters.poolmanager.pools.dispose_func: <function PoolManager.__init__.<locals>.<lambda> at 0x7fc39e6d76a8> > _payload._session.adapters.poolmanager.pools.lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7fc39e73bc60> > _payload._session.adapters.config: {} > _payload._session.adapters._pool_connections: 10 > _payload._session.adapters._pool_maxsize: 10 >, 'file://': FileAdapter instance, containing members: >, 'ftp://': FTPAdapter instance, containing members: > _payload._session.adapters.func_table: {'LIST': <bound method FTPAdapter.list of <requests_ftp.ftp.FTPAdapter object at 0x7fc39e6dfa20>> >, 'SIZE': <bound method FTPAdapter.size of <requests_ftp.ftp.FTPAdapter object at 0x7fc39e6dfa20>> >, 'STOR': <bound method FTPAdapter.stor of <requests_ftp.ftp.FTPAdapter object at 0x7fc39e6dfa20>> >, 'NLST': <bound method FTPAdapter.nlst of <requests_ftp.ftp.FTPAdapter object at 0x7fc39e6dfa20>> >, 'RETR': <bound method FTPAdapter.retr of <requests_ftp.ftp.FTPAdapter object at 0x7fc39e6dfa20>> >, 'HEAD': <bound method FTPAdapter.head of <requests_ftp.ftp.FTPAdapter object at 0x7fc39e6dfa20>> >, 'GET': <bound method FTPAdapter.get of <requests_ftp.ftp.FTPAdapter object at 0x7fc39e6dfa20>> >} >} > _payload._session.params: {} > _payload._session.auth: None > _payload._session.stream: False > _payload._session.trust_env: True > _payload._session.cert: None > _payload._session.cookies: RequestsCookieJar instance, containing members: > _payload._session.cookies._cookies: {} > _payload._session.cookies._cookies_lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7fc39e73ba50> > _payload._session.cookies._policy: DefaultCookiePolicy instance, containing members: > _payload._session.cookies._policy.rfc2109_as_netscape: None > _payload._session.cookies._policy.hide_cookie2: False > _payload._session.cookies._policy.strict_ns_unverifiable: False > _payload._session.cookies._policy.strict_domain: False > _payload._session.cookies._policy.netscape: True > _payload._session.cookies._policy.strict_ns_domain: 0 > _payload._session.cookies._policy.rfc2965: False > _payload._session.cookies._policy.strict_ns_set_initial_dollar: False > _payload._session.cookies._policy._allowed_domains: None > _payload._session.cookies._policy._blocked_domains: () > _payload._session.cookies._policy.strict_ns_set_path: False > _payload._session.cookies._policy.strict_rfc2965_unverifiable: True > _payload._session.hooks: {'response': []} > _payload.pct_lock: None > _payload.instclass: DefaultInstall instance, containing members: > _payload.storage: Blivet instance, containing members: > _payload.storage.iscsi: iscsi instance, containing members: > _payload.storage.iscsi._initiator: Skipped > _payload.storage.iscsi.ibftNodes: [] > _payload.storage.iscsi.ifaces: {} > _payload.storage.iscsi.initiatorSet: False > _payload.storage.iscsi.discovered_targets: {} > _payload.storage.iscsi.started: False > _payload.storage._nextID: 0 > _payload.storage._free_space_snapshot: {'sdc': (Size('0 B'), Size('0 B')), 'sdh': (Size('202.42 GiB'), Size('52.17 GiB'))} > _payload.storage.doAutoPart: False > _payload.storage.encryptedAutoPart: False > _payload.storage.zfcp: ZFCP instance, containing members: > _payload.storage.zfcp.hasReadConfig: True > _payload.storage.zfcp.down: False > _payload.storage.zfcp.intf: None > _payload.storage.zfcp.fcpdevs: set() > _payload.storage.autoPartEscrowCert: None > _payload.storage.size_sets: [] > _payload.storage.escrowCertificates: {} > _payload.storage.autoPartAddBackupPassphrase: False > _payload.storage._defaultFSType: ext4 > _payload.storage.autoPartType: 0 > _payload.storage.config: StorageDiscoveryConfig instance, containing members: > _payload.storage.config.clearPartDisks: [sdh] > _payload.storage.config.protectedDevSpecs: [/dev/disk/by-label/Fedora-MATE-Live-24-20160531-n-0] > _payload.storage.config.ignoreDiskInteractive: False > _payload.storage.config.clearPartDevices: [] > _payload.storage.config.exclusiveDisks: [sdh] > _payload.storage.config.initializeDisks: True > _payload.storage.config.ignoredDisks: [] > _payload.storage.config.diskImages: {} > _payload.storage.config.clearNonExistent: False > _payload.storage.config.clearPartType: 2 > _payload.storage.config.zeroMbr: False > _payload.storage.services: set() > _payload.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _payload.storage._bootloader: GRUB2 instance, containing members: > _payload.storage._bootloader.stage1_device: existing 596.17 GiB disk sdh (32) with existing msdos disklabel > _payload.storage._bootloader.skip_bootloader: False > _payload.storage._bootloader.stage2_device: existing 9.76 GiB partition sdh7 (104) with existing ext4 filesystem mounted at / > _payload.storage._bootloader.stage1_disk: Already dumped (DiskDevice instance) > _payload.storage._bootloader.chain_images: [] > _payload.storage._bootloader._update_only: False > _payload.storage._bootloader.stage2_is_preferred_stage1: False > _payload.storage._bootloader.errors: [] > _payload.storage._bootloader.boot_args: > _payload.storage._bootloader.warnings: [] > _payload.storage._bootloader.password: None > _payload.storage._bootloader.disks: [existing 596.17 GiB disk sdh (32) with existing msdos disklabel >] > _payload.storage._bootloader._disk_order: [] > _payload.storage._bootloader.problems: [] > _payload.storage._bootloader.linux_images: [] > _payload.storage._bootloader.encrypted_password: Skipped > _payload.storage._bootloader._timeout: None > _payload.storage._bootloader.console_options: Skipped > _payload.storage._bootloader.dracut_args: > _payload.storage._bootloader._default_image: None > _payload.storage._bootloader.console: Skipped > _payload.storage._defaultBootFSType: None > _payload.storage.roots: [Root instance, containing members: > name: Ubuntu Linux 12.10 for x86_64 > swaps: [] > mounts: {'/mnt/Data': existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common >, '/': existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >} >, Root instance, containing members: > name: Fedora Linux 20 for x86_64 > swaps: [] > mounts: {'/mnt/GoFlex': existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >, '/mnt/Boot': existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >, '/mnt/Mint': Already dumped (PartitionDevice instance) >, '/': Already dumped (PartitionDevice instance) >, '/mnt/Data': Already dumped (PartitionDevice instance) >} >, Root instance, containing members: > name: Ubuntu Linux 16.04 for x86_64 > swaps: [] > mounts: {'/mnt/F25': existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >, '/mnt/Pictures': existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >, '/mnt/F24': existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >, '/mnt/Common': existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >, '/mnt/U1510': existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >, '/mnt/Boot': existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >, '/mnt/Archives': existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >, '/': existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >} >, Root instance, containing members: > name: Fedora Linux 25 for x86_64 > swaps: [] > mounts: {'/mnt/Pictures': Already dumped (PartitionDevice instance) >, '/mnt/F24': Already dumped (PartitionDevice instance) >, '/mnt/Common': Already dumped (PartitionDevice instance) >, '/mnt/U1604': Already dumped (PartitionDevice instance) >, '/mnt/U1610': Already dumped (PartitionDevice instance) >, '/mnt/Boot': Already dumped (PartitionDevice instance) >, '/mnt/Archives': Already dumped (PartitionDevice instance) >, '/': Already dumped (PartitionDevice instance) >} >, Root instance, containing members: > name: Fedora Linux 24 for x86_64 > swaps: [] > mounts: {'/mnt/F25': Already dumped (PartitionDevice instance) >, '/mnt/Pictures': Already dumped (PartitionDevice instance) >, '/mnt/Common': Already dumped (PartitionDevice instance) >, '/mnt/U1604': Already dumped (PartitionDevice instance) >, '/mnt/U1510': Already dumped (PartitionDevice instance) >, '/mnt/Boot': Already dumped (PartitionDevice instance) >, '/mnt/Archives': Already dumped (PartitionDevice instance) >, '/': Already dumped (PartitionDevice instance) >} >, Root instance, containing members: > name: Ubuntu Linux 16.10 for x86_64 > swaps: [] > mounts: {'/mnt/F25': Already dumped (PartitionDevice instance) >, '/mnt/Pictures': Already dumped (PartitionDevice instance) >, '/mnt/F24': Already dumped (PartitionDevice instance) >, '/mnt/Common': Already dumped (PartitionDevice instance) >, '/mnt/U1604': Already dumped (PartitionDevice instance) >, '/mnt/Boot': Already dumped (PartitionDevice instance) >, '/mnt/Archives': Already dumped (PartitionDevice instance) >, '/': Already dumped (PartitionDevice instance) >} >] > _payload.storage.eddDict: {} > _payload.storage.clearPartChoice: None > _payload.storage.dasd: None > _payload.storage.encryptionPassphrase: Skipped > _payload.storage.encryptionCipher: None > _payload.storage.autoPartitionRequests: [PartSpec instance (0x7fc39e66b5c0) -- > mountpoint = / lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1 GiB maxSize = 50 GiB grow = True > >, PartSpec instance (0x7fc39e66b6a0) -- > mountpoint = /home lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB maxSize = None grow = True > >, PartSpec instance (0x7fc39e66b6d8) -- > mountpoint = None lv = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 MiB maxSize = None grow = False > >, PartSpec instance (0x7fc39e66b748) -- > mountpoint = /boot lv = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 MiB maxSize = None grow = False > >, PartSpec instance (0x7fc39e66b828) -- > mountpoint = None lv = True thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 0.0 maxSize = None grow = False > >] > _payload.storage.fsset: FSSet instance, containing members: > _payload.storage.fsset.blkidTab: None > _payload.storage.fsset._fstab_swaps: set() > _payload.storage.fsset.active: False > _payload.storage.fsset.preserveLines: [] > _payload.storage.fsset._proc: NoDevice instance, containing members: > _payload.storage.fsset._proc._vendor: Skipped > _payload.storage.fsset._proc._parents: ParentList instance, containing members: > _payload.storage.fsset._proc._parents.removefunc: <bound method Device._removeParent of NoDevice instance (0x7fc3af2d5cf8) -- > name = proc status = False kids = 0 id = 710 > parents = [] > uuid = None size = 0 B > format = existing proc filesystem mounted at /proc > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = proc > format args = [] originalFormat = proc> > _payload.storage.fsset._proc._parents.appendfunc: <bound method Device._addParent of NoDevice instance (0x7fc3af2d5cf8) -- > name = proc status = False kids = 0 id = 710 > parents = [] > uuid = None size = 0 B > format = existing proc filesystem mounted at /proc > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = proc > format args = [] originalFormat = proc> > _payload.storage.fsset._proc._parents.items: [] > _payload.storage.fsset._proc.kids: 0 > _payload.storage.fsset._proc._name: proc > _payload.storage.fsset._proc._model: Skipped > _payload.storage.fsset._proc.major: 0 > _payload.storage.fsset._proc.minor: 0 > _payload.storage.fsset._proc.deviceLinks: [] > _payload.storage.fsset._proc._protected: False > _payload.storage.fsset._proc._size: 0 B > _payload.storage.fsset._proc.id: 710 > _payload.storage.fsset._proc.bus: Skipped > _payload.storage.fsset._proc.exists: True > _payload.storage.fsset._proc._serial: None > _payload.storage.fsset._proc.fstabComment: Skipped > _payload.storage.fsset._proc.controllable: True > _payload.storage.fsset._proc.originalFormat: ProcFS instance, containing members: > _payload.storage.fsset._proc.originalFormat._mount: NoDevFSMount instance, containing members: > _payload.storage.fsset._proc.originalFormat._mount.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc.originalFormat._current_info: None > _payload.storage.fsset._proc.originalFormat._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._proc.originalFormat._fsck.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc.originalFormat._minInstanceSize: 0 B > _payload.storage.fsset._proc.originalFormat._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._proc.originalFormat._sizeinfo.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc.originalFormat._createOptions: None > _payload.storage.fsset._proc.originalFormat._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._proc.originalFormat._sync.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc.originalFormat._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._proc.originalFormat._mkfs.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc.originalFormat._size: 0 B > _payload.storage.fsset._proc.originalFormat.mountopts: None > _payload.storage.fsset._proc.originalFormat._label: None > _payload.storage.fsset._proc.originalFormat._resizable: False > _payload.storage.fsset._proc.originalFormat.exists: True > _payload.storage.fsset._proc.originalFormat._chrootedMountpoint: None > _payload.storage.fsset._proc.originalFormat.fsprofile: None > _payload.storage.fsset._proc.originalFormat._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._proc.originalFormat._minsize.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc.originalFormat._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._proc.originalFormat._resize.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc.originalFormat._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._proc.originalFormat._info.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc.originalFormat.id: 709 > _payload.storage.fsset._proc.originalFormat._device: proc > _payload.storage.fsset._proc.originalFormat.uuid: None > _payload.storage.fsset._proc.originalFormat._targetSize: Already dumped (Size instance) > _payload.storage.fsset._proc.originalFormat._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._proc.originalFormat._readlabel.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc.originalFormat.mountpoint: /proc > _payload.storage.fsset._proc.originalFormat._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._proc.originalFormat._writelabel.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc.originalFormat._options: None > _payload.storage.fsset._proc.sysfsPath: Skipped > _payload.storage.fsset._proc.uuid: None > _payload.storage.fsset._proc._targetSize: Already dumped (Size instance) > _payload.storage.fsset._proc._readonly: False > _payload.storage.fsset._proc._partedDevice: None > _payload.storage.fsset._proc._format: ProcFS instance, containing members: > _payload.storage.fsset._proc._format._mount: NoDevFSMount instance, containing members: > _payload.storage.fsset._proc._format._mount.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc._format._targetSize: 0 B > _payload.storage.fsset._proc._format._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._proc._format._fsck.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc._format._minInstanceSize: 0 B > _payload.storage.fsset._proc._format._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._proc._format._sizeinfo.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc._format._createOptions: None > _payload.storage.fsset._proc._format._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._proc._format._sync.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc._format._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._proc._format._mkfs.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc._format.mountopts: None > _payload.storage.fsset._proc._format._size: Already dumped (Size instance) > _payload.storage.fsset._proc._format.id: 709 > _payload.storage.fsset._proc._format._label: None > _payload.storage.fsset._proc._format._resizable: False > _payload.storage.fsset._proc._format.exists: True > _payload.storage.fsset._proc._format._chrootedMountpoint: None > _payload.storage.fsset._proc._format.fsprofile: None > _payload.storage.fsset._proc._format._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._proc._format._resize.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc._format.uuid: None > _payload.storage.fsset._proc._format._current_info: None > _payload.storage.fsset._proc._format._device: proc > _payload.storage.fsset._proc._format._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._proc._format._info.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc._format._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._proc._format._minsize.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc._format._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._proc._format._readlabel.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc._format.mountpoint: /proc > _payload.storage.fsset._proc._format._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._proc._format._writelabel.fs: Already dumped (ProcFS instance) > _payload.storage.fsset._proc._format._options: None > _payload.storage.fsset._proc._currentSize: Already dumped (Size instance) > _payload.storage.fsset.origFStab: None > _payload.storage.fsset._efivars: None > _payload.storage.fsset._devpts: NoDevice instance, containing members: > _payload.storage.fsset._devpts._vendor: Skipped > _payload.storage.fsset._devpts._parents: ParentList instance, containing members: > _payload.storage.fsset._devpts._parents.removefunc: <bound method Device._removeParent of NoDevice instance (0x7fc3af2d5278) -- > name = devpts status = False kids = 0 id = 702 > parents = [] > uuid = None size = 0 B > format = existing devpts filesystem mounted at /dev/pts > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = devpts > format args = [] originalFormat = devpts> > _payload.storage.fsset._devpts._parents.appendfunc: <bound method Device._addParent of NoDevice instance (0x7fc3af2d5278) -- > name = devpts status = False kids = 0 id = 702 > parents = [] > uuid = None size = 0 B > format = existing devpts filesystem mounted at /dev/pts > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = devpts > format args = [] originalFormat = devpts> > _payload.storage.fsset._devpts._parents.items: [] > _payload.storage.fsset._devpts.kids: 0 > _payload.storage.fsset._devpts._name: devpts > _payload.storage.fsset._devpts._model: Skipped > _payload.storage.fsset._devpts.major: 0 > _payload.storage.fsset._devpts.minor: 0 > _payload.storage.fsset._devpts.deviceLinks: [] > _payload.storage.fsset._devpts._protected: False > _payload.storage.fsset._devpts._size: 0 B > _payload.storage.fsset._devpts.id: 702 > _payload.storage.fsset._devpts.bus: Skipped > _payload.storage.fsset._devpts.exists: True > _payload.storage.fsset._devpts._serial: None > _payload.storage.fsset._devpts.fstabComment: Skipped > _payload.storage.fsset._devpts.controllable: True > _payload.storage.fsset._devpts.originalFormat: DevPtsFS instance, containing members: > _payload.storage.fsset._devpts.originalFormat._mount: DevPtsFSMount instance, containing members: > _payload.storage.fsset._devpts.originalFormat._mount.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts.originalFormat._current_info: None > _payload.storage.fsset._devpts.originalFormat._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._devpts.originalFormat._fsck.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts.originalFormat._minInstanceSize: 0 B > _payload.storage.fsset._devpts.originalFormat._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._devpts.originalFormat._sizeinfo.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts.originalFormat._createOptions: None > _payload.storage.fsset._devpts.originalFormat._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._devpts.originalFormat._sync.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts.originalFormat._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._devpts.originalFormat._mkfs.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts.originalFormat._size: 0 B > _payload.storage.fsset._devpts.originalFormat.mountopts: None > _payload.storage.fsset._devpts.originalFormat._label: None > _payload.storage.fsset._devpts.originalFormat._resizable: False > _payload.storage.fsset._devpts.originalFormat.exists: True > _payload.storage.fsset._devpts.originalFormat._chrootedMountpoint: None > _payload.storage.fsset._devpts.originalFormat.fsprofile: None > _payload.storage.fsset._devpts.originalFormat._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._devpts.originalFormat._minsize.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts.originalFormat._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._devpts.originalFormat._resize.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts.originalFormat._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._devpts.originalFormat._info.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts.originalFormat.id: 701 > _payload.storage.fsset._devpts.originalFormat._device: devpts > _payload.storage.fsset._devpts.originalFormat.uuid: None > _payload.storage.fsset._devpts.originalFormat._targetSize: Already dumped (Size instance) > _payload.storage.fsset._devpts.originalFormat._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._devpts.originalFormat._readlabel.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts.originalFormat.mountpoint: /dev/pts > _payload.storage.fsset._devpts.originalFormat._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._devpts.originalFormat._writelabel.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts.originalFormat._options: None > _payload.storage.fsset._devpts.sysfsPath: Skipped > _payload.storage.fsset._devpts.uuid: None > _payload.storage.fsset._devpts._targetSize: Already dumped (Size instance) > _payload.storage.fsset._devpts._readonly: False > _payload.storage.fsset._devpts._partedDevice: None > _payload.storage.fsset._devpts._format: DevPtsFS instance, containing members: > _payload.storage.fsset._devpts._format._mount: DevPtsFSMount instance, containing members: > _payload.storage.fsset._devpts._format._mount.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts._format._targetSize: 0 B > _payload.storage.fsset._devpts._format._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._devpts._format._fsck.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts._format._minInstanceSize: 0 B > _payload.storage.fsset._devpts._format._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._devpts._format._sizeinfo.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts._format._createOptions: None > _payload.storage.fsset._devpts._format._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._devpts._format._sync.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts._format._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._devpts._format._mkfs.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts._format.mountopts: None > _payload.storage.fsset._devpts._format._size: Already dumped (Size instance) > _payload.storage.fsset._devpts._format.id: 701 > _payload.storage.fsset._devpts._format._label: None > _payload.storage.fsset._devpts._format._resizable: False > _payload.storage.fsset._devpts._format.exists: True > _payload.storage.fsset._devpts._format._chrootedMountpoint: /mnt/sysimage/dev/pts > _payload.storage.fsset._devpts._format.fsprofile: None > _payload.storage.fsset._devpts._format._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._devpts._format._resize.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts._format.uuid: None > _payload.storage.fsset._devpts._format._current_info: None > _payload.storage.fsset._devpts._format._device: devpts > _payload.storage.fsset._devpts._format._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._devpts._format._info.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts._format._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._devpts._format._minsize.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts._format._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._devpts._format._readlabel.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts._format.mountpoint: /dev/pts > _payload.storage.fsset._devpts._format._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._devpts._format._writelabel.fs: Already dumped (DevPtsFS instance) > _payload.storage.fsset._devpts._format._options: None > _payload.storage.fsset._devpts._currentSize: Already dumped (Size instance) > _payload.storage.fsset._run: DirectoryDevice instance, containing members: > _payload.storage.fsset._run._vendor: Skipped > _payload.storage.fsset._run._parents: ParentList instance, containing members: > _payload.storage.fsset._run._parents.removefunc: <bound method Device._removeParent of DirectoryDevice instance (0x7fc3af2e1c50) -- > name = /run status = True kids = 0 id = 722 > parents = [] > uuid = None size = 1.21 KiB > format = existing bind filesystem mounted at /run > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /run > format args = [] originalFormat = bind> > _payload.storage.fsset._run._parents.appendfunc: <bound method Device._addParent of DirectoryDevice instance (0x7fc3af2e1c50) -- > name = /run status = True kids = 0 id = 722 > parents = [] > uuid = None size = 1.21 KiB > format = existing bind filesystem mounted at /run > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /run > format args = [] originalFormat = bind> > _payload.storage.fsset._run._parents.items: [] > _payload.storage.fsset._run.kids: 0 > _payload.storage.fsset._run._name: /run > _payload.storage.fsset._run._model: Skipped > _payload.storage.fsset._run.major: 0 > _payload.storage.fsset._run.minor: 0 > _payload.storage.fsset._run.deviceLinks: [] > _payload.storage.fsset._run._protected: False > _payload.storage.fsset._run._size: 0 B > _payload.storage.fsset._run.id: 722 > _payload.storage.fsset._run.bus: Skipped > _payload.storage.fsset._run.exists: True > _payload.storage.fsset._run._serial: None > _payload.storage.fsset._run.fstabComment: Skipped > _payload.storage.fsset._run.controllable: True > _payload.storage.fsset._run.originalFormat: BindFS instance, containing members: > _payload.storage.fsset._run.originalFormat._mount: BindFSMount instance, containing members: > _payload.storage.fsset._run.originalFormat._mount.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run.originalFormat._current_info: None > _payload.storage.fsset._run.originalFormat._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._run.originalFormat._fsck.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run.originalFormat._minInstanceSize: 0 B > _payload.storage.fsset._run.originalFormat._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._run.originalFormat._sizeinfo.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run.originalFormat._createOptions: None > _payload.storage.fsset._run.originalFormat._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._run.originalFormat._sync.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run.originalFormat._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._run.originalFormat._mkfs.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run.originalFormat._size: 0 B > _payload.storage.fsset._run.originalFormat.mountopts: None > _payload.storage.fsset._run.originalFormat._label: None > _payload.storage.fsset._run.originalFormat._resizable: False > _payload.storage.fsset._run.originalFormat.exists: True > _payload.storage.fsset._run.originalFormat._chrootedMountpoint: None > _payload.storage.fsset._run.originalFormat.fsprofile: None > _payload.storage.fsset._run.originalFormat._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._run.originalFormat._minsize.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run.originalFormat._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._run.originalFormat._resize.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run.originalFormat._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._run.originalFormat._info.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run.originalFormat.id: 721 > _payload.storage.fsset._run.originalFormat._device: /run > _payload.storage.fsset._run.originalFormat.uuid: None > _payload.storage.fsset._run.originalFormat._targetSize: Already dumped (Size instance) > _payload.storage.fsset._run.originalFormat._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._run.originalFormat._readlabel.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run.originalFormat.mountpoint: /run > _payload.storage.fsset._run.originalFormat._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._run.originalFormat._writelabel.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run.originalFormat._options: None > _payload.storage.fsset._run.sysfsPath: Skipped > _payload.storage.fsset._run.uuid: None > _payload.storage.fsset._run._targetSize: Already dumped (Size instance) > _payload.storage.fsset._run._readonly: False > _payload.storage.fsset._run._partedDevice: None > _payload.storage.fsset._run._format: BindFS instance, containing members: > _payload.storage.fsset._run._format._mount: BindFSMount instance, containing members: > _payload.storage.fsset._run._format._mount.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run._format._targetSize: 0 B > _payload.storage.fsset._run._format._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._run._format._fsck.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run._format._minInstanceSize: 0 B > _payload.storage.fsset._run._format._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._run._format._sizeinfo.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run._format._createOptions: None > _payload.storage.fsset._run._format._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._run._format._sync.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run._format._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._run._format._mkfs.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run._format.mountopts: None > _payload.storage.fsset._run._format._size: Already dumped (Size instance) > _payload.storage.fsset._run._format.id: 721 > _payload.storage.fsset._run._format._label: None > _payload.storage.fsset._run._format._resizable: False > _payload.storage.fsset._run._format.exists: True > _payload.storage.fsset._run._format._chrootedMountpoint: None > _payload.storage.fsset._run._format.fsprofile: None > _payload.storage.fsset._run._format._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._run._format._resize.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run._format.uuid: None > _payload.storage.fsset._run._format._current_info: None > _payload.storage.fsset._run._format._device: /run > _payload.storage.fsset._run._format._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._run._format._info.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run._format._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._run._format._minsize.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run._format._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._run._format._readlabel.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run._format.mountpoint: /run > _payload.storage.fsset._run._format._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._run._format._writelabel.fs: Already dumped (BindFS instance) > _payload.storage.fsset._run._format._options: None > _payload.storage.fsset._run._currentSize: Already dumped (Size instance) > _payload.storage.fsset._dev: DirectoryDevice instance, containing members: > _payload.storage.fsset._dev._vendor: Skipped > _payload.storage.fsset._dev._parents: ParentList instance, containing members: > _payload.storage.fsset._dev._parents.removefunc: <bound method Device._removeParent of DirectoryDevice instance (0x7fc3af2d1ef0) -- > name = /dev status = True kids = 0 id = 694 > parents = [] > uuid = None size = 4.53 KiB > format = existing bind filesystem mounted at /dev > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /dev > format args = [] originalFormat = bind> > _payload.storage.fsset._dev._parents.appendfunc: <bound method Device._addParent of DirectoryDevice instance (0x7fc3af2d1ef0) -- > name = /dev status = True kids = 0 id = 694 > parents = [] > uuid = None size = 4.53 KiB > format = existing bind filesystem mounted at /dev > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /dev > format args = [] originalFormat = bind> > _payload.storage.fsset._dev._parents.items: [] > _payload.storage.fsset._dev.kids: 0 > _payload.storage.fsset._dev._name: /dev > _payload.storage.fsset._dev._model: Skipped > _payload.storage.fsset._dev.major: 0 > _payload.storage.fsset._dev.minor: 0 > _payload.storage.fsset._dev.deviceLinks: [] > _payload.storage.fsset._dev._protected: False > _payload.storage.fsset._dev._size: 0 B > _payload.storage.fsset._dev.id: 694 > _payload.storage.fsset._dev.bus: Skipped > _payload.storage.fsset._dev.exists: True > _payload.storage.fsset._dev._serial: None > _payload.storage.fsset._dev.fstabComment: Skipped > _payload.storage.fsset._dev.controllable: True > _payload.storage.fsset._dev.originalFormat: BindFS instance, containing members: > _payload.storage.fsset._dev.originalFormat._mount: BindFSMount instance, containing members: > _payload.storage.fsset._dev.originalFormat._mount.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev.originalFormat._current_info: None > _payload.storage.fsset._dev.originalFormat._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._dev.originalFormat._fsck.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev.originalFormat._minInstanceSize: 0 B > _payload.storage.fsset._dev.originalFormat._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._dev.originalFormat._sizeinfo.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev.originalFormat._createOptions: None > _payload.storage.fsset._dev.originalFormat._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._dev.originalFormat._sync.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev.originalFormat._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._dev.originalFormat._mkfs.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev.originalFormat._size: 0 B > _payload.storage.fsset._dev.originalFormat.mountopts: None > _payload.storage.fsset._dev.originalFormat._label: None > _payload.storage.fsset._dev.originalFormat._resizable: False > _payload.storage.fsset._dev.originalFormat.exists: True > _payload.storage.fsset._dev.originalFormat._chrootedMountpoint: None > _payload.storage.fsset._dev.originalFormat.fsprofile: None > _payload.storage.fsset._dev.originalFormat._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._dev.originalFormat._minsize.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev.originalFormat._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._dev.originalFormat._resize.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev.originalFormat._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._dev.originalFormat._info.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev.originalFormat.id: 693 > _payload.storage.fsset._dev.originalFormat._device: /dev > _payload.storage.fsset._dev.originalFormat.uuid: None > _payload.storage.fsset._dev.originalFormat._targetSize: Already dumped (Size instance) > _payload.storage.fsset._dev.originalFormat._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._dev.originalFormat._readlabel.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev.originalFormat.mountpoint: /dev > _payload.storage.fsset._dev.originalFormat._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._dev.originalFormat._writelabel.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev.originalFormat._options: None > _payload.storage.fsset._dev.sysfsPath: Skipped > _payload.storage.fsset._dev.uuid: None > _payload.storage.fsset._dev._targetSize: Already dumped (Size instance) > _payload.storage.fsset._dev._readonly: False > _payload.storage.fsset._dev._partedDevice: None > _payload.storage.fsset._dev._format: BindFS instance, containing members: > _payload.storage.fsset._dev._format._mount: BindFSMount instance, containing members: > _payload.storage.fsset._dev._format._mount.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev._format._targetSize: 0 B > _payload.storage.fsset._dev._format._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._dev._format._fsck.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev._format._minInstanceSize: 0 B > _payload.storage.fsset._dev._format._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._dev._format._sizeinfo.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev._format._createOptions: None > _payload.storage.fsset._dev._format._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._dev._format._sync.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev._format._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._dev._format._mkfs.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev._format.mountopts: None > _payload.storage.fsset._dev._format._size: Already dumped (Size instance) > _payload.storage.fsset._dev._format.id: 693 > _payload.storage.fsset._dev._format._label: None > _payload.storage.fsset._dev._format._resizable: False > _payload.storage.fsset._dev._format.exists: True > _payload.storage.fsset._dev._format._chrootedMountpoint: /mnt/sysimage/dev > _payload.storage.fsset._dev._format.fsprofile: None > _payload.storage.fsset._dev._format._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._dev._format._resize.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev._format.uuid: None > _payload.storage.fsset._dev._format._current_info: None > _payload.storage.fsset._dev._format._device: /dev > _payload.storage.fsset._dev._format._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._dev._format._info.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev._format._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._dev._format._minsize.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev._format._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._dev._format._readlabel.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev._format.mountpoint: /dev > _payload.storage.fsset._dev._format._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._dev._format._writelabel.fs: Already dumped (BindFS instance) > _payload.storage.fsset._dev._format._options: None > _payload.storage.fsset._dev._currentSize: Already dumped (Size instance) > _payload.storage.fsset._usb: NoDevice instance, containing members: > _payload.storage.fsset._usb._vendor: Skipped > _payload.storage.fsset._usb._parents: ParentList instance, containing members: > _payload.storage.fsset._usb._parents.removefunc: <bound method Device._removeParent of NoDevice instance (0x7fc3af2e1710) -- > name = usbfs status = False kids = 0 id = 718 > parents = [] > uuid = None size = 0 B > format = existing usbfs filesystem mounted at /proc/bus/usb > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = usbfs > format args = [] originalFormat = usbfs> > _payload.storage.fsset._usb._parents.appendfunc: <bound method Device._addParent of NoDevice instance (0x7fc3af2e1710) -- > name = usbfs status = False kids = 0 id = 718 > parents = [] > uuid = None size = 0 B > format = existing usbfs filesystem mounted at /proc/bus/usb > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = usbfs > format args = [] originalFormat = usbfs> > _payload.storage.fsset._usb._parents.items: [] > _payload.storage.fsset._usb.kids: 0 > _payload.storage.fsset._usb._name: usbfs > _payload.storage.fsset._usb._model: Skipped > _payload.storage.fsset._usb.major: 0 > _payload.storage.fsset._usb.minor: 0 > _payload.storage.fsset._usb.deviceLinks: [] > _payload.storage.fsset._usb._protected: False > _payload.storage.fsset._usb._size: 0 B > _payload.storage.fsset._usb.id: 718 > _payload.storage.fsset._usb.bus: Skipped > _payload.storage.fsset._usb.exists: True > _payload.storage.fsset._usb._serial: None > _payload.storage.fsset._usb.fstabComment: Skipped > _payload.storage.fsset._usb.controllable: True > _payload.storage.fsset._usb.originalFormat: USBFS instance, containing members: > _payload.storage.fsset._usb.originalFormat._mount: NoDevFSMount instance, containing members: > _payload.storage.fsset._usb.originalFormat._mount.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb.originalFormat._current_info: None > _payload.storage.fsset._usb.originalFormat._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._usb.originalFormat._fsck.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb.originalFormat._minInstanceSize: 0 B > _payload.storage.fsset._usb.originalFormat._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._usb.originalFormat._sizeinfo.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb.originalFormat._createOptions: None > _payload.storage.fsset._usb.originalFormat._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._usb.originalFormat._sync.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb.originalFormat._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._usb.originalFormat._mkfs.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb.originalFormat._size: 0 B > _payload.storage.fsset._usb.originalFormat.mountopts: None > _payload.storage.fsset._usb.originalFormat._label: None > _payload.storage.fsset._usb.originalFormat._resizable: False > _payload.storage.fsset._usb.originalFormat.exists: True > _payload.storage.fsset._usb.originalFormat._chrootedMountpoint: None > _payload.storage.fsset._usb.originalFormat.fsprofile: None > _payload.storage.fsset._usb.originalFormat._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._usb.originalFormat._minsize.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb.originalFormat._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._usb.originalFormat._resize.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb.originalFormat._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._usb.originalFormat._info.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb.originalFormat.id: 717 > _payload.storage.fsset._usb.originalFormat._device: usbfs > _payload.storage.fsset._usb.originalFormat.uuid: None > _payload.storage.fsset._usb.originalFormat._targetSize: Already dumped (Size instance) > _payload.storage.fsset._usb.originalFormat._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._usb.originalFormat._readlabel.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb.originalFormat.mountpoint: /proc/bus/usb > _payload.storage.fsset._usb.originalFormat._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._usb.originalFormat._writelabel.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb.originalFormat._options: None > _payload.storage.fsset._usb.sysfsPath: Skipped > _payload.storage.fsset._usb.uuid: None > _payload.storage.fsset._usb._targetSize: Already dumped (Size instance) > _payload.storage.fsset._usb._readonly: False > _payload.storage.fsset._usb._partedDevice: None > _payload.storage.fsset._usb._format: USBFS instance, containing members: > _payload.storage.fsset._usb._format._mount: NoDevFSMount instance, containing members: > _payload.storage.fsset._usb._format._mount.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb._format._targetSize: 0 B > _payload.storage.fsset._usb._format._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._usb._format._fsck.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb._format._minInstanceSize: 0 B > _payload.storage.fsset._usb._format._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._usb._format._sizeinfo.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb._format._createOptions: None > _payload.storage.fsset._usb._format._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._usb._format._sync.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb._format._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._usb._format._mkfs.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb._format.mountopts: None > _payload.storage.fsset._usb._format._size: Already dumped (Size instance) > _payload.storage.fsset._usb._format.id: 717 > _payload.storage.fsset._usb._format._label: None > _payload.storage.fsset._usb._format._resizable: False > _payload.storage.fsset._usb._format.exists: True > _payload.storage.fsset._usb._format._chrootedMountpoint: None > _payload.storage.fsset._usb._format.fsprofile: None > _payload.storage.fsset._usb._format._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._usb._format._resize.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb._format.uuid: None > _payload.storage.fsset._usb._format._current_info: None > _payload.storage.fsset._usb._format._device: usbfs > _payload.storage.fsset._usb._format._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._usb._format._info.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb._format._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._usb._format._minsize.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb._format._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._usb._format._readlabel.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb._format.mountpoint: /proc/bus/usb > _payload.storage.fsset._usb._format._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._usb._format._writelabel.fs: Already dumped (USBFS instance) > _payload.storage.fsset._usb._format._options: None > _payload.storage.fsset._usb._currentSize: Already dumped (Size instance) > _payload.storage.fsset._sysfs: NoDevice instance, containing members: > _payload.storage.fsset._sysfs._vendor: Skipped > _payload.storage.fsset._sysfs._parents: ParentList instance, containing members: > _payload.storage.fsset._sysfs._parents.removefunc: <bound method Device._removeParent of NoDevice instance (0x7fc3af2d57b8) -- > name = sysfs status = False kids = 0 id = 706 > parents = [] > uuid = None size = 0 B > format = existing sysfs filesystem mounted at /sys > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = sysfs > format args = [] originalFormat = sysfs> > _payload.storage.fsset._sysfs._parents.appendfunc: <bound method Device._addParent of NoDevice instance (0x7fc3af2d57b8) -- > name = sysfs status = False kids = 0 id = 706 > parents = [] > uuid = None size = 0 B > format = existing sysfs filesystem mounted at /sys > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = sysfs > format args = [] originalFormat = sysfs> > _payload.storage.fsset._sysfs._parents.items: [] > _payload.storage.fsset._sysfs.kids: 0 > _payload.storage.fsset._sysfs._name: sysfs > _payload.storage.fsset._sysfs._model: Skipped > _payload.storage.fsset._sysfs.major: 0 > _payload.storage.fsset._sysfs.minor: 0 > _payload.storage.fsset._sysfs.deviceLinks: [] > _payload.storage.fsset._sysfs._protected: False > _payload.storage.fsset._sysfs._size: 0 B > _payload.storage.fsset._sysfs.id: 706 > _payload.storage.fsset._sysfs.bus: Skipped > _payload.storage.fsset._sysfs.exists: True > _payload.storage.fsset._sysfs._serial: None > _payload.storage.fsset._sysfs.fstabComment: Skipped > _payload.storage.fsset._sysfs.controllable: True > _payload.storage.fsset._sysfs.originalFormat: SysFS instance, containing members: > _payload.storage.fsset._sysfs.originalFormat._mount: NoDevFSMount instance, containing members: > _payload.storage.fsset._sysfs.originalFormat._mount.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs.originalFormat._current_info: None > _payload.storage.fsset._sysfs.originalFormat._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._sysfs.originalFormat._fsck.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs.originalFormat._minInstanceSize: 0 B > _payload.storage.fsset._sysfs.originalFormat._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._sysfs.originalFormat._sizeinfo.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs.originalFormat._createOptions: None > _payload.storage.fsset._sysfs.originalFormat._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._sysfs.originalFormat._sync.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs.originalFormat._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._sysfs.originalFormat._mkfs.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs.originalFormat._size: 0 B > _payload.storage.fsset._sysfs.originalFormat.mountopts: None > _payload.storage.fsset._sysfs.originalFormat._label: None > _payload.storage.fsset._sysfs.originalFormat._resizable: False > _payload.storage.fsset._sysfs.originalFormat.exists: True > _payload.storage.fsset._sysfs.originalFormat._chrootedMountpoint: None > _payload.storage.fsset._sysfs.originalFormat.fsprofile: None > _payload.storage.fsset._sysfs.originalFormat._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._sysfs.originalFormat._minsize.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs.originalFormat._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._sysfs.originalFormat._resize.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs.originalFormat._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._sysfs.originalFormat._info.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs.originalFormat.id: 705 > _payload.storage.fsset._sysfs.originalFormat._device: sysfs > _payload.storage.fsset._sysfs.originalFormat.uuid: None > _payload.storage.fsset._sysfs.originalFormat._targetSize: Already dumped (Size instance) > _payload.storage.fsset._sysfs.originalFormat._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._sysfs.originalFormat._readlabel.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs.originalFormat.mountpoint: /sys > _payload.storage.fsset._sysfs.originalFormat._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._sysfs.originalFormat._writelabel.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs.originalFormat._options: None > _payload.storage.fsset._sysfs.sysfsPath: Skipped > _payload.storage.fsset._sysfs.uuid: None > _payload.storage.fsset._sysfs._targetSize: Already dumped (Size instance) > _payload.storage.fsset._sysfs._readonly: False > _payload.storage.fsset._sysfs._partedDevice: None > _payload.storage.fsset._sysfs._format: SysFS instance, containing members: > _payload.storage.fsset._sysfs._format._mount: NoDevFSMount instance, containing members: > _payload.storage.fsset._sysfs._format._mount.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs._format._targetSize: 0 B > _payload.storage.fsset._sysfs._format._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._sysfs._format._fsck.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs._format._minInstanceSize: 0 B > _payload.storage.fsset._sysfs._format._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._sysfs._format._sizeinfo.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs._format._createOptions: None > _payload.storage.fsset._sysfs._format._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._sysfs._format._sync.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs._format._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._sysfs._format._mkfs.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs._format.mountopts: None > _payload.storage.fsset._sysfs._format._size: Already dumped (Size instance) > _payload.storage.fsset._sysfs._format.id: 705 > _payload.storage.fsset._sysfs._format._label: None > _payload.storage.fsset._sysfs._format._resizable: False > _payload.storage.fsset._sysfs._format.exists: True > _payload.storage.fsset._sysfs._format._chrootedMountpoint: None > _payload.storage.fsset._sysfs._format.fsprofile: None > _payload.storage.fsset._sysfs._format._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._sysfs._format._resize.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs._format.uuid: None > _payload.storage.fsset._sysfs._format._current_info: None > _payload.storage.fsset._sysfs._format._device: sysfs > _payload.storage.fsset._sysfs._format._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._sysfs._format._info.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs._format._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._sysfs._format._minsize.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs._format._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._sysfs._format._readlabel.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs._format.mountpoint: /sys > _payload.storage.fsset._sysfs._format._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._sysfs._format._writelabel.fs: Already dumped (SysFS instance) > _payload.storage.fsset._sysfs._format._options: None > _payload.storage.fsset._sysfs._currentSize: Already dumped (Size instance) > _payload.storage.fsset._selinux: NoDevice instance, containing members: > _payload.storage.fsset._selinux._vendor: Skipped > _payload.storage.fsset._selinux._parents: ParentList instance, containing members: > _payload.storage.fsset._selinux._parents.removefunc: <bound method Device._removeParent of NoDevice instance (0x7fc3af2e1240) -- > name = selinuxfs status = False kids = 0 id = 714 > parents = [] > uuid = None size = 0 B > format = existing selinuxfs filesystem mounted at /sys/fs/selinux > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = selinuxfs > format args = [] originalFormat = selinuxfs> > _payload.storage.fsset._selinux._parents.appendfunc: <bound method Device._addParent of NoDevice instance (0x7fc3af2e1240) -- > name = selinuxfs status = False kids = 0 id = 714 > parents = [] > uuid = None size = 0 B > format = existing selinuxfs filesystem mounted at /sys/fs/selinux > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = selinuxfs > format args = [] originalFormat = selinuxfs> > _payload.storage.fsset._selinux._parents.items: [] > _payload.storage.fsset._selinux.kids: 0 > _payload.storage.fsset._selinux._name: selinuxfs > _payload.storage.fsset._selinux._model: Skipped > _payload.storage.fsset._selinux.major: 0 > _payload.storage.fsset._selinux.minor: 0 > _payload.storage.fsset._selinux.deviceLinks: [] > _payload.storage.fsset._selinux._protected: False > _payload.storage.fsset._selinux._size: 0 B > _payload.storage.fsset._selinux.id: 714 > _payload.storage.fsset._selinux.bus: Skipped > _payload.storage.fsset._selinux.exists: True > _payload.storage.fsset._selinux._serial: None > _payload.storage.fsset._selinux.fstabComment: Skipped > _payload.storage.fsset._selinux.controllable: True > _payload.storage.fsset._selinux.originalFormat: SELinuxFS instance, containing members: > _payload.storage.fsset._selinux.originalFormat._mount: SELinuxFSMount instance, containing members: > _payload.storage.fsset._selinux.originalFormat._mount.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux.originalFormat._current_info: None > _payload.storage.fsset._selinux.originalFormat._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._selinux.originalFormat._fsck.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux.originalFormat._minInstanceSize: 0 B > _payload.storage.fsset._selinux.originalFormat._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._selinux.originalFormat._sizeinfo.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux.originalFormat._createOptions: None > _payload.storage.fsset._selinux.originalFormat._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._selinux.originalFormat._sync.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux.originalFormat._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._selinux.originalFormat._mkfs.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux.originalFormat._size: 0 B > _payload.storage.fsset._selinux.originalFormat.mountopts: None > _payload.storage.fsset._selinux.originalFormat._label: None > _payload.storage.fsset._selinux.originalFormat._resizable: False > _payload.storage.fsset._selinux.originalFormat.exists: True > _payload.storage.fsset._selinux.originalFormat._chrootedMountpoint: None > _payload.storage.fsset._selinux.originalFormat.fsprofile: None > _payload.storage.fsset._selinux.originalFormat._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._selinux.originalFormat._minsize.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux.originalFormat._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._selinux.originalFormat._resize.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux.originalFormat._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._selinux.originalFormat._info.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux.originalFormat.id: 713 > _payload.storage.fsset._selinux.originalFormat._device: selinuxfs > _payload.storage.fsset._selinux.originalFormat.uuid: None > _payload.storage.fsset._selinux.originalFormat._targetSize: Already dumped (Size instance) > _payload.storage.fsset._selinux.originalFormat._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._selinux.originalFormat._readlabel.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux.originalFormat.mountpoint: /sys/fs/selinux > _payload.storage.fsset._selinux.originalFormat._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._selinux.originalFormat._writelabel.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux.originalFormat._options: None > _payload.storage.fsset._selinux.sysfsPath: Skipped > _payload.storage.fsset._selinux.uuid: None > _payload.storage.fsset._selinux._targetSize: Already dumped (Size instance) > _payload.storage.fsset._selinux._readonly: False > _payload.storage.fsset._selinux._partedDevice: None > _payload.storage.fsset._selinux._format: SELinuxFS instance, containing members: > _payload.storage.fsset._selinux._format._mount: SELinuxFSMount instance, containing members: > _payload.storage.fsset._selinux._format._mount.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux._format._targetSize: 0 B > _payload.storage.fsset._selinux._format._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._selinux._format._fsck.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux._format._minInstanceSize: 0 B > _payload.storage.fsset._selinux._format._sizeinfo: UnimplementedFSSize instance, containing members: > _payload.storage.fsset._selinux._format._sizeinfo.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux._format._createOptions: None > _payload.storage.fsset._selinux._format._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._selinux._format._sync.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux._format._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._selinux._format._mkfs.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux._format.mountopts: None > _payload.storage.fsset._selinux._format._size: Already dumped (Size instance) > _payload.storage.fsset._selinux._format.id: 713 > _payload.storage.fsset._selinux._format._label: None > _payload.storage.fsset._selinux._format._resizable: False > _payload.storage.fsset._selinux._format.exists: True > _payload.storage.fsset._selinux._format._chrootedMountpoint: None > _payload.storage.fsset._selinux._format.fsprofile: None > _payload.storage.fsset._selinux._format._resize: UnimplementedFSResize instance, containing members: > _payload.storage.fsset._selinux._format._resize.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux._format.uuid: None > _payload.storage.fsset._selinux._format._current_info: None > _payload.storage.fsset._selinux._format._device: selinuxfs > _payload.storage.fsset._selinux._format._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._selinux._format._info.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux._format._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._selinux._format._minsize.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux._format._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._selinux._format._readlabel.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux._format.mountpoint: /sys/fs/selinux > _payload.storage.fsset._selinux._format._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._selinux._format._writelabel.fs: Already dumped (SELinuxFS instance) > _payload.storage.fsset._selinux._format._options: None > _payload.storage.fsset._selinux._currentSize: Already dumped (Size instance) > _payload.storage.fsset.cryptTab: None > _payload.storage.fsset.devicetree: existing 0 B disk sdb (1) >existing 0 B disk sdd (12) >existing 0 B disk sde (17) >existing 0 B disk sdf (22) >existing 0 B disk sdg (27) >existing 596.17 GiB disk sdh (32) with existing msdos disklabel > existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex > existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot > existing 521.95 GiB partition sdh3 (50) > existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint > existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common > existing 9.76 GiB partition sdh7 (104) with existing ext4 filesystem mounted at / >existing 1024 MiB cdrom sr0 (199) >existing 1.32 GiB file /run/initramfs/live/LiveOS/squashfs.img (204) > existing 1.32 GiB loop loop0 (208) >existing 0 B file /LiveOS/rootfs.img (214) > existing 0 B loop loop1 (218) with existing ext4 filesystem > existing 6 GiB dm live-rw (233) with existing ext4 filesystem > existing 6 GiB dm live-base (239) with existing ext4 filesystem >existing 0 B file /overlay (deleted) (224) > existing 0 B loop loop2 (228) >existing 1.95 GiB disk sdc (6) with existing iso9660 filesystem > > _payload.storage.fsset._devshm: NoDevice instance, containing members: > _payload.storage.fsset._devshm._vendor: Skipped > _payload.storage.fsset._devshm._parents: ParentList instance, containing members: > _payload.storage.fsset._devshm._parents.removefunc: <bound method Device._removeParent of NoDevice instance (0x7fc3af2d6cc0) -- > name = tmpfs status = False kids = 0 id = 698 > parents = [] > uuid = None size = 0 B > format = existing tmpfs filesystem mounted at /dev/shm > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = tmpfs > format args = [] originalFormat = tmpfs> > _payload.storage.fsset._devshm._parents.appendfunc: <bound method Device._addParent of NoDevice instance (0x7fc3af2d6cc0) -- > name = tmpfs status = False kids = 0 id = 698 > parents = [] > uuid = None size = 0 B > format = existing tmpfs filesystem mounted at /dev/shm > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = tmpfs > format args = [] originalFormat = tmpfs> > _payload.storage.fsset._devshm._parents.items: [] > _payload.storage.fsset._devshm.kids: 0 > _payload.storage.fsset._devshm._name: tmpfs > _payload.storage.fsset._devshm._model: Skipped > _payload.storage.fsset._devshm.major: 0 > _payload.storage.fsset._devshm.minor: 0 > _payload.storage.fsset._devshm.deviceLinks: [] > _payload.storage.fsset._devshm._protected: False > _payload.storage.fsset._devshm._size: 0 B > _payload.storage.fsset._devshm.id: 698 > _payload.storage.fsset._devshm.bus: Skipped > _payload.storage.fsset._devshm.exists: True > _payload.storage.fsset._devshm._serial: None > _payload.storage.fsset._devshm.fstabComment: Skipped > _payload.storage.fsset._devshm.controllable: True > _payload.storage.fsset._devshm.originalFormat: TmpFS instance, containing members: > _payload.storage.fsset._devshm.originalFormat._mount: TmpFSMount instance, containing members: > _payload.storage.fsset._devshm.originalFormat._mount.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm.originalFormat._maxSize: 16 EiB > _payload.storage.fsset._devshm.originalFormat._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._devshm.originalFormat._fsck.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm.originalFormat._minInstanceSize: 0 B > _payload.storage.fsset._devshm.originalFormat._sizeinfo: TmpFSSize instance, containing members: > _payload.storage.fsset._devshm.originalFormat._sizeinfo.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm.originalFormat._createOptions: None > _payload.storage.fsset._devshm.originalFormat._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._devshm.originalFormat._sync.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm.originalFormat._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._devshm.originalFormat._mkfs.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm.originalFormat._size: 0 B > _payload.storage.fsset._devshm.originalFormat.mountopts: None > _payload.storage.fsset._devshm.originalFormat._label: None > _payload.storage.fsset._devshm.originalFormat._resizable: False > _payload.storage.fsset._devshm.originalFormat.exists: True > _payload.storage.fsset._devshm.originalFormat._chrootedMountpoint: None > _payload.storage.fsset._devshm.originalFormat.fsprofile: None > _payload.storage.fsset._devshm.originalFormat._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._devshm.originalFormat._minsize.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm.originalFormat._resize: TmpFSResize instance, containing members: > _payload.storage.fsset._devshm.originalFormat._resize.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm.originalFormat.uuid: None > _payload.storage.fsset._devshm.originalFormat.id: 697 > _payload.storage.fsset._devshm.originalFormat._device: tmpfs > _payload.storage.fsset._devshm.originalFormat._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._devshm.originalFormat._info.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm.originalFormat._targetSize: Already dumped (Size instance) > _payload.storage.fsset._devshm.originalFormat._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._devshm.originalFormat._readlabel.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm.originalFormat._accept_default_size: True > _payload.storage.fsset._devshm.originalFormat.mountpoint: /dev/shm > _payload.storage.fsset._devshm.originalFormat._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._devshm.originalFormat._writelabel.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm.originalFormat._options: None > _payload.storage.fsset._devshm.originalFormat._current_info: None > _payload.storage.fsset._devshm.sysfsPath: Skipped > _payload.storage.fsset._devshm.uuid: None > _payload.storage.fsset._devshm._targetSize: Already dumped (Size instance) > _payload.storage.fsset._devshm._readonly: False > _payload.storage.fsset._devshm._partedDevice: None > _payload.storage.fsset._devshm._format: TmpFS instance, containing members: > _payload.storage.fsset._devshm._format._mount: TmpFSMount instance, containing members: > _payload.storage.fsset._devshm._format._mount.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm._format._targetSize: 0 B > _payload.storage.fsset._devshm._format._fsck: UnimplementedFSCK instance, containing members: > _payload.storage.fsset._devshm._format._fsck.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm._format._minInstanceSize: 0 B > _payload.storage.fsset._devshm._format._sizeinfo: TmpFSSize instance, containing members: > _payload.storage.fsset._devshm._format._sizeinfo.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm._format._createOptions: None > _payload.storage.fsset._devshm._format._sync: UnimplementedFSSync instance, containing members: > _payload.storage.fsset._devshm._format._sync.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm._format._mkfs: UnimplementedFSMkfs instance, containing members: > _payload.storage.fsset._devshm._format._mkfs.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm._format.mountopts: None > _payload.storage.fsset._devshm._format._size: Already dumped (Size instance) > _payload.storage.fsset._devshm._format.id: 697 > _payload.storage.fsset._devshm._format._label: None > _payload.storage.fsset._devshm._format._resizable: False > _payload.storage.fsset._devshm._format.exists: True > _payload.storage.fsset._devshm._format._chrootedMountpoint: /mnt/sysimage/dev/shm > _payload.storage.fsset._devshm._format.fsprofile: None > _payload.storage.fsset._devshm._format._maxSize: 16 EiB > _payload.storage.fsset._devshm._format._resize: TmpFSResize instance, containing members: > _payload.storage.fsset._devshm._format._resize.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm._format.uuid: None > _payload.storage.fsset._devshm._format._current_info: None > _payload.storage.fsset._devshm._format._device: tmpfs > _payload.storage.fsset._devshm._format._info: UnimplementedFSInfo instance, containing members: > _payload.storage.fsset._devshm._format._info.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm._format._minsize: UnimplementedFSMinSize instance, containing members: > _payload.storage.fsset._devshm._format._minsize.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm._format._readlabel: UnimplementedFSReadLabel instance, containing members: > _payload.storage.fsset._devshm._format._readlabel.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm._format._accept_default_size: True > _payload.storage.fsset._devshm._format.mountpoint: /dev/shm > _payload.storage.fsset._devshm._format._writelabel: UnimplementedFSWriteLabel instance, containing members: > _payload.storage.fsset._devshm._format._writelabel.fs: Already dumped (TmpFS instance) > _payload.storage.fsset._devshm._format._options: None > _payload.storage.fsset._devshm._currentSize: Already dumped (Size instance) > _payload.storage.devicetree: Already dumped (DeviceTree instance) > _payload.storage.fcoe: fcoe instance, containing members: > _payload.storage.fcoe.lldpadStarted: False > _payload.storage.fcoe.added_nics: [] > _payload.storage.fcoe.nics: [] > _payload.storage.fcoe.started: True > _payload.storage._dumpFile: /tmp/storage.state > _payload._adj_size: 0 > _payload._kernelVersionList: [4.5.5-300.fc24.x86_64] > _payload.pct: 0 >_intf: GraphicalUserInterface instance, containing members: > _intf.payload: Already dumped (LiveImagePayload instance) > _intf._isFinal: False > _intf._distributionText: <function distributionText at 0x7fc3c2a1dc80> > _intf.instclass: Already dumped (DefaultInstall instance) > _intf.storage: Already dumped (Blivet instance) > _intf._actions: Skipped > _intf.data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow: MainWindow instance, containing members: > _intf.mainWindow._stack_contents: {<pyanaconda.ui.gui.hubs.progress.ProgressHub object at 0x7fc38e2aa400>, <pyanaconda.ui.gui.hubs.summary.SummaryHub object at 0x7fc38db97438>, <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7fc38c5de630>, <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860>, <pyanaconda.ui.gui.spokes.custom.CustomPartitioningSpoke object at 0x7fc38c656470>, <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7fc38c64f898>, <pyanaconda.ui.gui.spokes.welcome.WelcomeLanguageSpoke object at 0x7fc38e414978>} > _intf.mainWindow._transparent_base: Pixbuf instance, containing members: > _intf.mainWindow._overlay_depth: 0 > _intf.mainWindow._current_action: ProgressHub instance, containing members: > _intf.mainWindow._current_action.lastAutostepSpoke: False > _intf.mainWindow._current_action._autoContinue: False > _intf.mainWindow._current_action.builder: Builder instance, containing members: > _intf.mainWindow._current_action._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._inSpoke: True > _intf.mainWindow._current_action._spokes: {'PasswordSpoke': PasswordSpoke instance, containing members: > _intf.mainWindow._current_action._spokes.lastAutostepSpoke: False > _intf.mainWindow._current_action._spokes.visitedSinceApplied: False > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._waiveStrengthClicks: 0 > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes._pwASCIICheck: GUIInputCheck instance, containing members: > _intf.mainWindow._current_action._spokes._pwASCIICheck._input_obj: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._pwASCIICheck._check_status: None > _intf.mainWindow._current_action._spokes._pwASCIICheck.update_check_status: TimedAction instance, containing members: > _intf.mainWindow._current_action._spokes._pwASCIICheck.update_check_status._instance_map: {} > _intf.mainWindow._current_action._spokes._pwASCIICheck.update_check_status._timer_id: None > _intf.mainWindow._current_action._spokes._pwASCIICheck.update_check_status._last_start: None > _intf.mainWindow._current_action._spokes._pwASCIICheck.update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc38c64f048>> > _intf.mainWindow._current_action._spokes._pwASCIICheck._enabled: True > _intf.mainWindow._current_action._spokes._pwASCIICheck._run_check: <bound method PasswordSpoke._checkPasswordASCII of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7fc38c5de630>> > _intf.mainWindow._current_action._spokes._pwASCIICheck._data: None > _intf.mainWindow._current_action._spokes._pwASCIICheck._parent: Already dumped (PasswordSpoke instance) > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._confirm_check: GUIInputCheck instance, containing members: > _intf.mainWindow._current_action._spokes._confirm_check._input_obj: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._confirm_check._check_status: None > _intf.mainWindow._current_action._spokes._confirm_check.update_check_status: TimedAction instance, containing members: > _intf.mainWindow._current_action._spokes._confirm_check.update_check_status._instance_map: {} > _intf.mainWindow._current_action._spokes._confirm_check.update_check_status._timer_id: None > _intf.mainWindow._current_action._spokes._confirm_check.update_check_status._last_start: None > _intf.mainWindow._current_action._spokes._confirm_check.update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc38e2aa828>> > _intf.mainWindow._current_action._spokes._confirm_check._enabled: True > _intf.mainWindow._current_action._spokes._confirm_check._run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7fc38c5de630>> > _intf.mainWindow._current_action._spokes._confirm_check._data: None > _intf.mainWindow._current_action._spokes._confirm_check._parent: Already dumped (PasswordSpoke instance) > _intf.mainWindow._current_action._spokes.policy: pwpolicy root --minlen=0 --minquality=1 --notstrict --nochanges --emptyok > > _intf.mainWindow._current_action._spokes._kickstarted: False > _intf.mainWindow._current_action._spokes.payload: Already dumped (LiveImagePayload instance) > _intf.mainWindow._current_action._spokes.pw: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes._pwq_valid: True > _intf.mainWindow._current_action._spokes.pw_bar: LevelBar instance, containing members: > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes._check_list: [GUIInputCheck instance, containing members: > _input_obj: Already dumped (Entry instance) > _check_status: None > update_check_status: TimedAction instance, containing members: > update_check_status._instance_map: {} > update_check_status._timer_id: None > update_check_status._last_start: None > update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc38c5def98>> > _enabled: True > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7fc38c5de630>> > _data: None > _parent: Already dumped (PasswordSpoke instance) >, Already dumped (GUIInputCheck instance) >, GUIInputCheck instance, containing members: > _input_obj: Already dumped (Entry instance) > _check_status: None > update_check_status: TimedAction instance, containing members: > update_check_status._instance_map: {} > update_check_status._timer_id: None > update_check_status._last_start: None > update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc38e2aa198>> > _enabled: True > _run_check: <bound method PasswordSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7fc38c5de630>> > _data: None > _parent: Already dumped (PasswordSpoke instance) >, Already dumped (GUIInputCheck instance) >, GUIInputCheck instance, containing members: > _input_obj: Already dumped (Entry instance) > _check_status: None > update_check_status: TimedAction instance, containing members: > update_check_status._instance_map: {} > update_check_status._timer_id: None > update_check_status._last_start: None > update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc38c64f160>> > _enabled: True > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7fc38c5de630>> > _data: None > _parent: Already dumped (PasswordSpoke instance) >] > _intf.mainWindow._current_action._spokes._autostepDoneCallback: None > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes.confirm: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes._automaticEntry: False > _intf.mainWindow._current_action._spokes._autostepRunning: False > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes.pw_label: Label instance, containing members: > _intf.mainWindow._current_action._spokes._prev_status: None > _intf.mainWindow._current_action._spokes._pwq_error: None > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._waiveASCIIClicks: 0 > _intf.mainWindow._current_action._spokes._pwStrengthCheck: Already dumped (GUIInputCheck instance) > _intf.mainWindow._current_action._spokes._autostepDone: False >, 'UserSpoke': UserSpoke instance, containing members: > _intf.mainWindow._current_action._spokes.lastAutostepSpoke: False > _intf.mainWindow._current_action._spokes._password_kickstarted: False > _intf.mainWindow._current_action._spokes.visitedSinceApplied: True > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._waiveStrengthClicks: 0 > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes.username: Entry instance, containing members: > _intf.mainWindow._current_action._spokes.usepassword: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes._pwASCIICheck: GUIInputCheck instance, containing members: > _intf.mainWindow._current_action._spokes._pwASCIICheck._input_obj: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._pwASCIICheck._check_status: None > _intf.mainWindow._current_action._spokes._pwASCIICheck.update_check_status: TimedAction instance, containing members: > _intf.mainWindow._current_action._spokes._pwASCIICheck.update_check_status._instance_map: {} > _intf.mainWindow._current_action._spokes._pwASCIICheck.update_check_status._timer_id: None > _intf.mainWindow._current_action._spokes._pwASCIICheck.update_check_status._last_start: None > _intf.mainWindow._current_action._spokes._pwASCIICheck.update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc38c64ff60>> > _intf.mainWindow._current_action._spokes._pwASCIICheck._enabled: True > _intf.mainWindow._current_action._spokes._pwASCIICheck._run_check: <bound method UserSpoke._checkPasswordASCII of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7fc38c64f898>> > _intf.mainWindow._current_action._spokes._pwASCIICheck._data: None > _intf.mainWindow._current_action._spokes._pwASCIICheck._parent: Already dumped (UserSpoke instance) > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.pw_bar: LevelBar instance, containing members: > _intf.mainWindow._current_action._spokes.policy: pwpolicy user --minlen=0 --minquality=1 --notstrict --nochanges --emptyok > > _intf.mainWindow._current_action._spokes._autostepDone: False > _intf.mainWindow._current_action._spokes.pw_label: Label instance, containing members: > _intf.mainWindow._current_action._spokes.payload: Already dumped (LiveImagePayload instance) > _intf.mainWindow._current_action._spokes.pw: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes.guesser: False > _intf.mainWindow._current_action._spokes._confirm_check: GUIInputCheck instance, containing members: > _intf.mainWindow._current_action._spokes._confirm_check._input_obj: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._confirm_check._check_status: None > _intf.mainWindow._current_action._spokes._confirm_check.update_check_status: TimedAction instance, containing members: > _intf.mainWindow._current_action._spokes._confirm_check.update_check_status._instance_map: {} > _intf.mainWindow._current_action._spokes._confirm_check.update_check_status._timer_id: None > _intf.mainWindow._current_action._spokes._confirm_check.update_check_status._last_start: None > _intf.mainWindow._current_action._spokes._confirm_check.update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc38c64fb70>> > _intf.mainWindow._current_action._spokes._confirm_check._enabled: True > _intf.mainWindow._current_action._spokes._confirm_check._run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7fc38c64f898>> > _intf.mainWindow._current_action._spokes._confirm_check._data: None > _intf.mainWindow._current_action._spokes._confirm_check._parent: Already dumped (UserSpoke instance) > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes._check_list: [GUIInputCheck instance, containing members: > _input_obj: Already dumped (Entry instance) > _check_status: None > update_check_status: TimedAction instance, containing members: > update_check_status._instance_map: {} > update_check_status._timer_id: None > update_check_status._last_start: None > update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc38c64fb00>> > _enabled: True > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7fc38c64f898>> > _data: None > _parent: Already dumped (UserSpoke instance) >, Already dumped (GUIInputCheck instance) >, GUIInputCheck instance, containing members: > _input_obj: Already dumped (Entry instance) > _check_status: None > update_check_status: TimedAction instance, containing members: > update_check_status._instance_map: {} > update_check_status._timer_id: None > update_check_status._last_start: None > update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc38c64fd30>> > _enabled: True > _run_check: <bound method UserSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7fc38c64f898>> > _data: None > _parent: Already dumped (UserSpoke instance) >, Already dumped (GUIInputCheck instance) >, GUIInputCheck instance, containing members: > _input_obj: Already dumped (Entry instance) > _check_status: The passwords do not match. > update_check_status: TimedAction instance, containing members: > update_check_status._instance_map: {} > update_check_status._timer_id: None > update_check_status._last_start: None > update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc3af8991d0>> > _enabled: True > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7fc38c64f898>> > _data: None > _parent: Already dumped (UserSpoke instance) >, GUIInputCheck instance, containing members: > _input_obj: Already dumped (Entry instance) > _check_status: None > update_check_status: TimedAction instance, containing members: > update_check_status._instance_map: {} > update_check_status._timer_id: None > update_check_status._last_start: None > update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc38c64f978>> > _enabled: True > _run_check: <bound method InputCheckHandler._check_re of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7fc38c64f898>> > _data: {'message': Invalid user name, 'regex': re.compile('^[a-zA-Z0-9._](([a-zA-Z0-9._-]{0,2})|([a-zA-Z0-9._-]{3}(?<!root))|([a-zA-Z0-9._-]{4,31})|([a-zA-Z0-9._-]{,30}\\$))$|^$')} > _parent: Already dumped (UserSpoke instance) >, GUIInputCheck instance, containing members: > _input_obj: Entry instance, containing members: > _check_status: None > update_check_status: TimedAction instance, containing members: > update_check_status._instance_map: {} > update_check_status._timer_id: None > update_check_status._last_start: None > update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc38e2aa0f0>> > _enabled: True > _run_check: <bound method InputCheckHandler._check_re of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7fc38c64f898>> > _data: {'message': Full name cannot contain colon characters, 'regex': re.compile('^[^:]*$')} > _parent: Already dumped (UserSpoke instance) >] > _intf.mainWindow._current_action._spokes._autostepRunning: False > _intf.mainWindow._current_action._spokes._autostepDoneCallback: None > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes.confirm: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes._automaticEntry: False > _intf.mainWindow._current_action._spokes.fullname: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes.admin: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes.b_advanced: Button instance, containing members: > _intf.mainWindow._current_action._spokes._prev_status: The passwords do not match. > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._waiveASCIIClicks: 0 > _intf.mainWindow._current_action._spokes._pwStrengthCheck: Already dumped (GUIInputCheck instance) > _intf.mainWindow._current_action._spokes._user: F19_UserData instance, containing members: > _intf.mainWindow._current_action._spokes._user.isCrypted: False > _intf.mainWindow._current_action._spokes._user.homedir: Skipped > _intf.mainWindow._current_action._spokes._user.lineno: 0 > _intf.mainWindow._current_action._spokes._user.lock: False > _intf.mainWindow._current_action._spokes._user.password: Skipped > _intf.mainWindow._current_action._spokes._user.gid: None > _intf.mainWindow._current_action._spokes._user.uid: None > _intf.mainWindow._current_action._spokes._user.name: Skipped > _intf.mainWindow._current_action._spokes._user.shell: Skipped > _intf.mainWindow._current_action._spokes._user.groups: [wheel] > _intf.mainWindow._current_action._spokes._user.gecos: Skipped > _intf.mainWindow._current_action._spokes._advanced: AdvancedUserDialog instance, containing members: > _intf.mainWindow._current_action._spokes._advanced.lastAutostepSpoke: False > _intf.mainWindow._current_action._spokes._advanced._spinGid: SpinButton instance, containing members: > _intf.mainWindow._current_action._spokes._advanced.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._advanced._cUid: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes._advanced.applyOnSkip: False > _intf.mainWindow._current_action._spokes._advanced._autostepDone: False > _intf.mainWindow._current_action._spokes._advanced._cGid: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._lHome: Label instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._ok_button: Button instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._origHome: None > _intf.mainWindow._current_action._spokes._advanced._check_list: [GUIInputCheck instance, containing members: > _input_obj: Entry instance, containing members: > _check_status: None > update_check_status: TimedAction instance, containing members: > update_check_status._instance_map: {} > update_check_status._timer_id: None > update_check_status._last_start: None > update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc3af899630>> > _enabled: True > _run_check: <bound method AdvancedUserDialog._validateGroups of <pyanaconda.ui.gui.spokes.user.AdvancedUserDialog object at 0x7fc3af8995f8>> > _data: None > _parent: Already dumped (AdvancedUserDialog instance) >] > _intf.mainWindow._current_action._spokes._advanced._tGroups: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes._advanced._autostepDoneCallback: None > _intf.mainWindow._current_action._spokes._advanced._window: None > _intf.mainWindow._current_action._spokes._advanced._automaticEntry: False > _intf.mainWindow._current_action._spokes._advanced._autostepRunning: False > _intf.mainWindow._current_action._spokes._advanced._homeSet: False > _intf.mainWindow._current_action._spokes._advanced._tHome: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._uid: Adjustment instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._gid: Adjustment instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._spinUid: SpinButton instance, containing members: > _intf.mainWindow._current_action._spokes._advanced.skipTo: None > _intf.mainWindow._current_action._spokes._advanced._user: Already dumped (F19_UserData instance) >} > _intf.mainWindow._current_action._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action.applyOnSkip: False > _intf.mainWindow._current_action._rnotesPages: <itertools.cycle object at 0x7fc38c576a88> > _intf.mainWindow._current_action._progressLabel: Label instance, containing members: > _intf.mainWindow._current_action._autostepDone: False > _intf.mainWindow._current_action.payload: Already dumped (LiveImagePayload instance) > _intf.mainWindow._current_action._notReadySpokes: [] > _intf.mainWindow._current_action._checker: None > _intf.mainWindow._current_action.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python3.5/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes')], 'categories': [('pyanaconda.ui.categories.%s', '/usr/lib/python3.5/site-packages/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/tmp/updates/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib64/python3.5/site-packages/pyanaconda/ui/categories')]} > _intf.mainWindow._current_action._currentStep: 2 > _intf.mainWindow._current_action._autostepDoneCallback: None > _intf.mainWindow._current_action._window: HubWindow instance, containing members: > _intf.mainWindow._current_action._spokeAutostepIndex: 0 > _intf.mainWindow._current_action._automaticEntry: False > _intf.mainWindow._current_action._autostepRunning: False > _intf.mainWindow._current_action._progressBar: ProgressBar instance, containing members: > _intf.mainWindow._current_action._rnotes_id: 31530 > _intf.mainWindow._current_action.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._progressNotebook: Notebook instance, containing members: > _intf.mainWindow._current_action._incompleteSpokes: [] > _intf.mainWindow._current_action._totalSteps: 15 > _intf.mainWindow._current_action._warningMsg: None > _intf.mainWindow._current_action.skipTo: None > _intf.mainWindow._current_action._configurationDone: False > _intf.mainWindow._current_action._spinner: Spinner instance, containing members: > _intf.mainWindow._current_action._spokesToStepIn: [] > _intf.mainWindow._current_action._environs: [anaconda] > _intf.mainWindow._saved_help_button_label: Help! > _intf.mainWindow._stack: Stack instance, containing members: > _intf.mainWindow._accel_group: AccelGroup instance, containing members: > _intf.mainWindow._overlay: Overlay instance, containing members: > _intf.mainWindow._mnemonic_signal: 35099 > _intf.mainWindow._overlay_img: None > _intf._ui: None > _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members: > _intf._mehInterface._lightbox_func: <bound method MainWindow.lightbox_on of <gui.MainWindow object at 0x7fc39e6daab0 (pyanaconda+ui+gui+MainWindow at 0x559f0a824360)>> > _intf._gui_lock: <locked _thread.lock object at 0x7fc3b8c19fa8> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf._currentAction: Already dumped (ProgressHub instance) >stage2: None >proxyPassword: None >_storage: Already dumped (Blivet instance) >mehConfig: Config instance, containing members: > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7fc39e69b2f0>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7fc39e69b378>, True), 'addons': (<function list_addons_callback at 0x7fc39e69b488>, False), 'type': (<function initExceptionHandling.<locals>.<lambda> at 0x7fc39e69b7b8>, True), 'journalctl': (<function journalctl_callback at 0x7fc39e69b400>, False)} > mehConfig.programName: anaconda > 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.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups] > mehConfig.localSkipList: [passphrase, password, _oldweak, _password, try_passphrase] > mehConfig.programArch: x86_64 > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/dnf.log, /tmp/dnf.rpm.log, /tmp/lvm.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline] > mehConfig.programVersion: 24.13.5-1 >proxyUsername: None >mediaDevice: None >canReIPL: False >dir: None >rescue_mount: True >reIPLMessage: None >methodstr: livecd:///dev/mapper/live-base >opts: Namespace instance, containing members: > opts.display_mode: g > opts.extlinux: False > opts.method: livecd:///dev/mapper/live-base > opts.xdriver: None > opts.updateSrc: None > opts.rescue: False > opts.askmethod: False > opts.syslog: None > opts.mpath: True > opts.runres: None > opts.lang: None > opts.keymap: None > opts.loglevel: None > opts.leavebootorder: False > opts.debug: False > opts.selinux: -1 > opts.nombr: False > opts.ksfile: None > opts.multiLib: False > opts.noverifyssl: False > opts.proxy: None > opts.remotelog: None > opts.liveinst: True > opts.vncpassword: Skipped > opts.vncconnect: None > opts.eject: True > opts.mpathfriendlynames: True > opts.geoloc: None > opts.armPlatform: None > opts.stage2: None > opts.memcheck: True > opts.kexec: False > opts.images: [] > opts.dmraid: True > opts.vnc: False > opts.rescue_nomount: False > opts.ibft: True > opts.dirinstall: None >ksdata: Already dumped (AnacondaKSHandler instance) >proxy: None >displayMode: g >dbus_inhibit_id: None >_bootloader: GRUB2 instance, containing members: > _bootloader.stage1_device: None > _bootloader.skip_bootloader: False > _bootloader.stage2_device: None > _bootloader.stage1_disk: None > _bootloader.chain_images: [] > _bootloader._update_only: False > _bootloader.stage2_is_preferred_stage1: False > _bootloader.errors: [] > _bootloader.boot_args: > _bootloader.warnings: [] > _bootloader.password: None > _bootloader.disks: [] > _bootloader._disk_order: [] > _bootloader.problems: [] > _bootloader.linux_images: [] > _bootloader.encrypted_password: Skipped > _bootloader._timeout: None > _bootloader.console_options: Skipped > _bootloader.dracut_args: > _bootloader._default_image: None > _bootloader.console: Skipped >xdriver: None >isHeadless: False >id: None >updateSrc: None >rootParts: None >_instClass: Already dumped (DefaultInstall instance) >gui_initialized: <locked _thread.lock object at 0x7fc3b8c19fa8> >dbus_session_connection: DBusConnection instance, containing members: >gui_startup_failed: False >desktop: Desktop instance, containing members: > desktop.desktop: None > desktop._runlevel: 3 > >Registered callbacks: >journalctl: >-- Logs begin at Tue 2016-05-31 11:38:55 EDT, end at Tue 2016-05-31 11:53:03 EDT. -- >May 31 11:38:55 localhost systemd-journald[159]: Runtime journal (/run/log/journal/) is 8.0M, max 184.9M, 176.9M free. >May 31 11:38:55 localhost kernel: Linux version 4.5.5-300.fc24.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 6.1.1 20160510 (Red Hat 6.1.1-2) (GCC) ) #1 SMP Thu May 19 13:05:32 UTC 2016 >May 31 11:38:55 localhost kernel: Command line: BOOT_IMAGE=vmlinuz initrd=initrd.img root=live:CDLABEL=Fedora-MATE-Live-24-20160531-n-0 rd.live.image rd.live.check quiet >May 31 11:38:55 localhost kernel: tseg: 0000000000 >May 31 11:38:55 localhost kernel: x86/fpu: Legacy x87 FPU detected. >May 31 11:38:55 localhost kernel: x86/fpu: Using 'lazy' FPU context switches. >May 31 11:38:55 localhost kernel: e820: BIOS-provided physical RAM map: >May 31 11:38:55 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable >May 31 11:38:55 localhost kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved >May 31 11:38:55 localhost kernel: BIOS-e820: [mem 0x00000000000e2000-0x00000000000fffff] reserved >May 31 11:38:55 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000cff9ffff] usable >May 31 11:38:55 localhost kernel: BIOS-e820: [mem 0x00000000cffa0000-0x00000000cffadfff] ACPI data >May 31 11:38:55 localhost kernel: BIOS-e820: [mem 0x00000000cffae000-0x00000000cffeffff] ACPI NVS >May 31 11:38:55 localhost kernel: BIOS-e820: [mem 0x00000000cfff0000-0x00000000cfffffff] reserved >May 31 11:38:55 localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved >May 31 11:38:55 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved >May 31 11:38:55 localhost kernel: BIOS-e820: [mem 0x00000000ff700000-0x00000000ffffffff] reserved >May 31 11:38:55 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000011fffffff] usable >May 31 11:38:55 localhost kernel: NX (Execute Disable) protection: active >May 31 11:38:55 localhost kernel: SMBIOS 2.5 present. >May 31 11:38:55 localhost kernel: DMI: HP-Pavilion FQ578AAR-ABA s3707c/NutMeg, BIOS 5.12 02/17/2009 >May 31 11:38:55 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >May 31 11:38:55 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable >May 31 11:38:55 localhost kernel: e820: last_pfn = 0x120000 max_arch_pfn = 0x400000000 >May 31 11:38:55 localhost kernel: MTRR default type: uncachable >May 31 11:38:55 localhost kernel: MTRR fixed ranges enabled: >May 31 11:38:55 localhost kernel: 00000-9FFFF write-back >May 31 11:38:55 localhost kernel: A0000-EFFFF uncachable >May 31 11:38:55 localhost kernel: F0000-FFFFF write-protect >May 31 11:38:55 localhost kernel: MTRR variable ranges enabled: >May 31 11:38:55 localhost kernel: 0 base 0000000000 mask FF80000000 write-back >May 31 11:38:55 localhost kernel: 1 base 0080000000 mask FFC0000000 write-back >May 31 11:38:55 localhost kernel: 2 base 00C0000000 mask FFE0000000 write-back >May 31 11:38:55 localhost kernel: 3 disabled >May 31 11:38:55 localhost kernel: 4 disabled >May 31 11:38:55 localhost kernel: 5 disabled >May 31 11:38:55 localhost kernel: 6 disabled >May 31 11:38:55 localhost kernel: 7 disabled >May 31 11:38:55 localhost kernel: TOM2: 0000000120000000 aka 4608M >May 31 11:38:55 localhost kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT >May 31 11:38:55 localhost kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved >May 31 11:38:55 localhost kernel: e820: last_pfn = 0xcffa0 max_arch_pfn = 0x400000000 >May 31 11:38:55 localhost kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780] >May 31 11:38:55 localhost kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576 >May 31 11:38:55 localhost kernel: BRK [0x0205f000, 0x0205ffff] PGTABLE >May 31 11:38:55 localhost kernel: BRK [0x02060000, 0x02060fff] PGTABLE >May 31 11:38:55 localhost kernel: BRK [0x02061000, 0x02061fff] PGTABLE >May 31 11:38:55 localhost kernel: BRK [0x02062000, 0x02062fff] PGTABLE >May 31 11:38:55 localhost kernel: RAMDISK: [mem 0x7daa7000-0x7fffffff] >May 31 11:38:55 localhost kernel: ACPI: Early table checksum verification disabled >May 31 11:38:55 localhost kernel: ACPI: RSDP 0x00000000000FC740 000014 (v00 HPQOEM) >May 31 11:38:55 localhost kernel: ACPI: RSDT 0x00000000CFFA0000 00004C (v01 HPQOEM SLIC-CPC 20090217 MSFT 00000097) >May 31 11:38:55 localhost kernel: ACPI: FACP 0x00000000CFFA0200 000084 (v01 HPQOEM SLIC-CPC 20090217 MSFT 00000097) >May 31 11:38:55 localhost kernel: ACPI: DSDT 0x00000000CFFA04A0 009100 (v01 HPQOEM SLIC-CPC 00000052 INTL 20051117) >May 31 11:38:55 localhost kernel: ACPI: FACS 0x00000000CFFAE000 000040 >May 31 11:38:55 localhost kernel: ACPI: APIC 0x00000000CFFA0390 000080 (v01 HPQOEM SLIC-CPC 20090217 MSFT 00000097) >May 31 11:38:55 localhost kernel: ACPI: MCFG 0x00000000CFFA0410 00003C (v01 HPQOEM SLIC-CPC 20090217 MSFT 00000097) >May 31 11:38:55 localhost kernel: ACPI: WDRT 0x00000000CFFA0450 000047 (v01 HPQOEM SLIC-CPC 20090217 MSFT 00000097) >May 31 11:38:55 localhost kernel: ACPI: OEMB 0x00000000CFFAE040 000073 (v01 HPQOEM SLIC-CPC 20090217 MSFT 00000097) >May 31 11:38:55 localhost kernel: ACPI: HPET 0x00000000CFFA95A0 000038 (v01 HPQOEM SLIC-CPC 20090217 MSFT 00000097) >May 31 11:38:55 localhost kernel: ACPI: INFO 0x00000000CFFAE0C0 000124 (v01 HPQOEM SLIC-CPC 20090217 MSFT 00000097) >May 31 11:38:55 localhost kernel: ACPI: NVHD 0x00000000CFFAE1F0 000554 (v01 HPQOEM SLIC-CPC 20090217 MSFT 00000097) >May 31 11:38:55 localhost kernel: ACPI: SLIC 0x00000000CFFAE750 000176 (v01 HPQOEM SLIC-CPC 00000001 MSFT 00000001) >May 31 11:38:55 localhost kernel: ACPI: SSDT 0x00000000CFFA95E0 0002CC (v01 HPQOEM SLIC-CPC 00000001 AMD 00000001) >May 31 11:38:55 localhost kernel: ACPI: Local APIC address 0xfee00000 >May 31 11:38:55 localhost kernel: Scanning NUMA topology in Northbridge 24 >May 31 11:38:55 localhost kernel: No NUMA configuration found >May 31 11:38:55 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000011fffffff] >May 31 11:38:55 localhost kernel: NODE_DATA(0) allocated [mem 0x11ffe5000-0x11fffbfff] >May 31 11:38:55 localhost kernel: Zone ranges: >May 31 11:38:55 localhost kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff] >May 31 11:38:55 localhost kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff] >May 31 11:38:55 localhost kernel: Normal [mem 0x0000000100000000-0x000000011fffffff] >May 31 11:38:55 localhost kernel: Device empty >May 31 11:38:55 localhost kernel: Movable zone start for each node >May 31 11:38:55 localhost kernel: Early memory node ranges >May 31 11:38:55 localhost kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff] >May 31 11:38:55 localhost kernel: node 0: [mem 0x0000000000100000-0x00000000cff9ffff] >May 31 11:38:55 localhost kernel: node 0: [mem 0x0000000100000000-0x000000011fffffff] >May 31 11:38:55 localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000011fffffff] >May 31 11:38:55 localhost kernel: On node 0 totalpages: 982844 >May 31 11:38:55 localhost kernel: DMA zone: 64 pages used for memmap >May 31 11:38:55 localhost kernel: DMA zone: 21 pages reserved >May 31 11:38:55 localhost kernel: DMA zone: 3996 pages, LIFO batch:0 >May 31 11:38:55 localhost kernel: DMA32 zone: 13247 pages used for memmap >May 31 11:38:55 localhost kernel: DMA32 zone: 847776 pages, LIFO batch:31 >May 31 11:38:55 localhost kernel: Normal zone: 2048 pages used for memmap >May 31 11:38:55 localhost kernel: Normal zone: 131072 pages, LIFO batch:31 >May 31 11:38:55 localhost kernel: Detected use of extended apic ids on hypertransport bus >May 31 11:38:55 localhost kernel: ACPI: PM-Timer IO Port: 0x2008 >May 31 11:38:55 localhost kernel: ACPI: Local APIC address 0xfee00000 >May 31 11:38:55 localhost kernel: IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23 >May 31 11:38:55 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >May 31 11:38:55 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >May 31 11:38:55 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge) >May 31 11:38:55 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge) >May 31 11:38:55 localhost kernel: ACPI: IRQ0 used by override. >May 31 11:38:55 localhost kernel: ACPI: IRQ9 used by override. >May 31 11:38:55 localhost kernel: ACPI: IRQ14 used by override. >May 31 11:38:55 localhost kernel: ACPI: IRQ15 used by override. >May 31 11:38:55 localhost kernel: Using ACPI (MADT) for SMP configuration information >May 31 11:38:55 localhost kernel: ACPI: HPET id: 0x10de8201 base: 0xfed00000 >May 31 11:38:55 localhost kernel: smpboot: Allowing 4 CPUs, 2 hotplug CPUs >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff] >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff] >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000e1fff] >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0x000e2000-0x000fffff] >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0xcffa0000-0xcffadfff] >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0xcffae000-0xcffeffff] >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0xcfff0000-0xcfffffff] >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0xd0000000-0xfebfffff] >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff] >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff] >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0xfef00000-0xff6fffff] >May 31 11:38:55 localhost kernel: PM: Registered nosave memory: [mem 0xff700000-0xffffffff] >May 31 11:38:55 localhost kernel: e820: [mem 0xd0000000-0xfebfffff] available for PCI devices >May 31 11:38:55 localhost kernel: Booting paravirtualized kernel on bare hardware >May 31 11:38:55 localhost kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns >May 31 11:38:55 localhost kernel: setup_percpu: NR_CPUS:1024 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 >May 31 11:38:55 localhost kernel: PERCPU: Embedded 34 pages/cpu @ffff88011fc00000 s98648 r8192 d32424 u524288 >May 31 11:38:55 localhost kernel: pcpu-alloc: s98648 r8192 d32424 u524288 alloc=1*2097152 >May 31 11:38:55 localhost kernel: pcpu-alloc: [0] 0 1 2 3 >May 31 11:38:55 localhost kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 967464 >May 31 11:38:55 localhost kernel: Policy zone: Normal >May 31 11:38:55 localhost kernel: Kernel command line: BOOT_IMAGE=vmlinuz initrd=initrd.img root=live:CDLABEL=Fedora-MATE-Live-24-20160531-n-0 rd.live.image rd.live.check quiet >May 31 11:38:55 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes) >May 31 11:38:55 localhost kernel: Memory: 3747868K/3931376K available (8014K kernel code, 1336K rwdata, 3512K rodata, 1552K init, 1544K bss, 183508K reserved, 0K cma-reserved) >May 31 11:38:55 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 >May 31 11:38:55 localhost kernel: Hierarchical RCU implementation. >May 31 11:38:55 localhost kernel: Build-time adjustment of leaf fanout to 64. >May 31 11:38:55 localhost kernel: RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=4. >May 31 11:38:55 localhost kernel: RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4 >May 31 11:38:55 localhost kernel: NR_IRQS:65792 nr_irqs:456 16 >May 31 11:38:55 localhost kernel: Offload RCU callbacks from all CPUs >May 31 11:38:55 localhost kernel: Offload RCU callbacks from CPUs: 0-3. >May 31 11:38:55 localhost kernel: spurious 8259A interrupt: IRQ7. >May 31 11:38:55 localhost kernel: Console: colour VGA+ 80x25 >May 31 11:38:55 localhost kernel: console [tty0] enabled >May 31 11:38:55 localhost kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns >May 31 11:38:55 localhost kernel: hpet clockevent registered >May 31 11:38:55 localhost kernel: tsc: Fast TSC calibration using PIT >May 31 11:38:55 localhost kernel: tsc: Detected 2799.962 MHz processor >May 31 11:38:55 localhost kernel: tsc: Marking TSC unstable due to TSCs unsynchronized >May 31 11:38:55 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5599.92 BogoMIPS (lpj=2799962) >May 31 11:38:55 localhost kernel: pid_max: default: 32768 minimum: 301 >May 31 11:38:55 localhost kernel: ACPI: Core revision 20160108 >May 31 11:38:55 localhost kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded >May 31 11:38:55 localhost kernel: >May 31 11:38:55 localhost kernel: Security Framework initialized >May 31 11:38:55 localhost kernel: Yama: becoming mindful. >May 31 11:38:55 localhost kernel: SELinux: Initializing. >May 31 11:38:55 localhost kernel: SELinux: Starting in permissive mode >May 31 11:38:55 localhost kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) >May 31 11:38:55 localhost kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) >May 31 11:38:55 localhost kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) >May 31 11:38:55 localhost kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) >May 31 11:38:55 localhost kernel: CPU: Physical Processor ID: 0 >May 31 11:38:55 localhost kernel: CPU: Processor Core ID: 0 >May 31 11:38:55 localhost kernel: mce: CPU supports 5 MCE banks >May 31 11:38:55 localhost kernel: LVT offset 0 assigned for vector 0xf9 >May 31 11:38:55 localhost kernel: process: using AMD E400 aware idle routine >May 31 11:38:55 localhost kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4 >May 31 11:38:55 localhost kernel: Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0 >May 31 11:38:55 localhost kernel: Freeing SMP alternatives memory: 32K (ffffffff81ed3000 - ffffffff81edb000) >May 31 11:38:55 localhost kernel: ftrace: allocating 29874 entries in 117 pages >May 31 11:38:55 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >May 31 11:38:55 localhost kernel: smpboot: CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 5400+ (family: 0xf, model: 0x6b, stepping: 0x2) >May 31 11:38:55 localhost kernel: Performance Events: AMD PMU driver. >May 31 11:38:55 localhost kernel: ... version: 0 >May 31 11:38:55 localhost kernel: ... bit width: 48 >May 31 11:38:55 localhost kernel: ... generic registers: 4 >May 31 11:38:55 localhost kernel: ... value mask: 0000ffffffffffff >May 31 11:38:55 localhost kernel: ... max period: 00007fffffffffff >May 31 11:38:55 localhost kernel: ... fixed-purpose events: 0 >May 31 11:38:55 localhost kernel: ... event mask: 000000000000000f >May 31 11:38:55 localhost kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >May 31 11:38:55 localhost kernel: x86: Booting SMP configuration: >May 31 11:38:55 localhost kernel: .... node #0, CPUs: #1 >May 31 11:38:55 localhost kernel: x86: Booted up 1 node, 2 CPUs >May 31 11:38:55 localhost kernel: smpboot: Total of 2 processors activated (11199.57 BogoMIPS) >May 31 11:38:55 localhost kernel: process: System has AMD C1E enabled >May 31 11:38:55 localhost kernel: process: Switch to broadcast mode on CPU1 >May 31 11:38:55 localhost kernel: process: Switch to broadcast mode on CPU0 >May 31 11:38:55 localhost kernel: devtmpfs: initialized >May 31 11:38:55 localhost kernel: PM: Registering ACPI NVS region [mem 0xcffae000-0xcffeffff] (270336 bytes) >May 31 11:38:55 localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns >May 31 11:38:55 localhost kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE >May 31 11:38:55 localhost kernel: pinctrl core: initialized pinctrl subsystem >May 31 11:38:55 localhost kernel: RTC time: 15:38:51, date: 05/31/16 >May 31 11:38:55 localhost kernel: NET: Registered protocol family 16 >May 31 11:38:55 localhost kernel: cpuidle: using governor menu >May 31 11:38:55 localhost kernel: node 0 link 0: io port [1000, ffffff] >May 31 11:38:55 localhost kernel: TOM: 00000000e0000000 aka 3584M >May 31 11:38:55 localhost kernel: node 0 link 0: mmio [f0000000, f3ffffff] >May 31 11:38:55 localhost kernel: node 0 link 0: mmio [a0000, bffff] >May 31 11:38:55 localhost kernel: node 0 link 0: mmio [e0000000, efffffff] >May 31 11:38:55 localhost kernel: TOM2: 0000000120000000 aka 4608M >May 31 11:38:55 localhost kernel: bus: [bus 00-07] on node 0 link 0 >May 31 11:38:55 localhost kernel: bus: 00 [io 0x0000-0xffff] >May 31 11:38:55 localhost kernel: bus: 00 [mem 0xe0000000-0xffffffff] >May 31 11:38:55 localhost kernel: bus: 00 [mem 0x000a0000-0x000bffff] >May 31 11:38:55 localhost kernel: bus: 00 [mem 0x120000000-0xfcffffffff] >May 31 11:38:55 localhost kernel: ACPI: bus type PCI registered >May 31 11:38:55 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >May 31 11:38:55 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) >May 31 11:38:55 localhost kernel: PCI: not using MMCONFIG >May 31 11:38:55 localhost kernel: PCI: Using configuration type 1 for base access >May 31 11:38:55 localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages >May 31 11:38:55 localhost kernel: ACPI: Added _OSI(Module Device) >May 31 11:38:55 localhost kernel: ACPI: Added _OSI(Processor Device) >May 31 11:38:55 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions) >May 31 11:38:55 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device) >May 31 11:38:55 localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code >May 31 11:38:55 localhost kernel: ACPI: Interpreter enabled >May 31 11:38:55 localhost kernel: ACPI: (supports S0 S1 S3 S4 S5) >May 31 11:38:55 localhost kernel: ACPI: Using IOAPIC for interrupt routing >May 31 11:38:55 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) >May 31 11:38:55 localhost kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in ACPI motherboard resources >May 31 11:38:55 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >May 31 11:38:55 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >May 31 11:38:55 localhost kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >May 31 11:38:55 localhost kernel: acpi PNP0A03:00: _OSC: platform does not support [PCIeHotplug PME PCIeCapability] >May 31 11:38:55 localhost kernel: acpi PNP0A03:00: _OSC: not requesting control; platform does not support [PCIeCapability] >May 31 11:38:55 localhost kernel: acpi PNP0A03:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability] >May 31 11:38:55 localhost kernel: acpi PNP0A03:00: _OSC: platform willing to grant [AER] >May 31 11:38:55 localhost kernel: acpi PNP0A03:00: _OSC failed (AE_SUPPORT); disabling ASPM >May 31 11:38:55 localhost kernel: acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge >May 31 11:38:55 localhost kernel: PCI host bridge to bus 0000:00 >May 31 11:38:55 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] >May 31 11:38:55 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xf4000000-0xfebfffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff] >May 31 11:38:55 localhost kernel: pci 0000:00:00.0: [10de:0754] type 00 class 0x050000 >May 31 11:38:55 localhost kernel: pci 0000:00:01.0: [10de:075c] type 00 class 0x060100 >May 31 11:38:55 localhost kernel: pci 0000:00:01.0: reg 0x10: [io 0x2f00-0x2fff] >May 31 11:38:55 localhost kernel: pci 0000:00:01.1: [10de:0752] type 00 class 0x0c0500 >May 31 11:38:55 localhost kernel: pci 0000:00:01.1: reg 0x10: [io 0x2900-0x293f] >May 31 11:38:55 localhost kernel: pci 0000:00:01.1: reg 0x20: [io 0x2d00-0x2d3f] >May 31 11:38:55 localhost kernel: pci 0000:00:01.1: reg 0x24: [io 0x2e00-0x2e3f] >May 31 11:38:55 localhost kernel: pci 0000:00:01.1: PME# supported from D3hot D3cold >May 31 11:38:55 localhost kernel: pci 0000:00:01.1: System wakeup disabled by ACPI >May 31 11:38:55 localhost kernel: pci 0000:00:01.2: [10de:0751] type 00 class 0x050000 >May 31 11:38:55 localhost kernel: pci 0000:00:01.3: [10de:0753] type 00 class 0x0b4000 >May 31 11:38:55 localhost kernel: pci 0000:00:01.3: reg 0x10: [mem 0xfcf80000-0xfcffffff] >May 31 11:38:55 localhost kernel: pci 0000:00:01.4: [10de:0568] type 00 class 0x050000 >May 31 11:38:55 localhost kernel: pci 0000:00:02.0: [10de:077b] type 00 class 0x0c0310 >May 31 11:38:55 localhost kernel: pci 0000:00:02.0: reg 0x10: [mem 0xfcf7f000-0xfcf7ffff] >May 31 11:38:55 localhost kernel: pci 0000:00:02.0: supports D1 D2 >May 31 11:38:55 localhost kernel: pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold >May 31 11:38:55 localhost kernel: pci 0000:00:02.0: System wakeup disabled by ACPI >May 31 11:38:55 localhost kernel: pci 0000:00:02.1: [10de:077c] type 00 class 0x0c0320 >May 31 11:38:55 localhost kernel: pci 0000:00:02.1: reg 0x10: [mem 0xfcf7ec00-0xfcf7ecff] >May 31 11:38:55 localhost kernel: pci 0000:00:02.1: supports D1 D2 >May 31 11:38:55 localhost kernel: pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold >May 31 11:38:55 localhost kernel: pci 0000:00:02.1: System wakeup disabled by ACPI >May 31 11:38:55 localhost kernel: pci 0000:00:04.0: [10de:077d] type 00 class 0x0c0310 >May 31 11:38:55 localhost kernel: pci 0000:00:04.0: reg 0x10: [mem 0xfcf7d000-0xfcf7dfff] >May 31 11:38:55 localhost kernel: pci 0000:00:04.0: supports D1 D2 >May 31 11:38:55 localhost kernel: pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold >May 31 11:38:55 localhost kernel: pci 0000:00:04.0: System wakeup disabled by ACPI >May 31 11:38:55 localhost kernel: pci 0000:00:04.1: [10de:077e] type 00 class 0x0c0320 >May 31 11:38:55 localhost kernel: pci 0000:00:04.1: reg 0x10: [mem 0xfcf7e800-0xfcf7e8ff] >May 31 11:38:55 localhost kernel: pci 0000:00:04.1: supports D1 D2 >May 31 11:38:55 localhost kernel: pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold >May 31 11:38:55 localhost kernel: pci 0000:00:04.1: System wakeup disabled by ACPI >May 31 11:38:55 localhost kernel: pci 0000:00:07.0: [10de:0774] type 00 class 0x040300 >May 31 11:38:55 localhost kernel: pci 0000:00:07.0: reg 0x10: [mem 0xfcf78000-0xfcf7bfff] >May 31 11:38:55 localhost kernel: pci 0000:00:07.0: PME# supported from D3hot D3cold >May 31 11:38:55 localhost kernel: pci 0000:00:07.0: System wakeup disabled by ACPI >May 31 11:38:55 localhost kernel: pci 0000:00:08.0: [10de:075a] type 01 class 0x060401 >May 31 11:38:55 localhost kernel: pci 0000:00:08.0: System wakeup disabled by ACPI >May 31 11:38:55 localhost kernel: pci 0000:00:09.0: [10de:0ad4] type 00 class 0x010601 >May 31 11:38:55 localhost kernel: pci 0000:00:09.0: reg 0x10: [io 0xd480-0xd487] >May 31 11:38:55 localhost kernel: pci 0000:00:09.0: reg 0x14: [io 0xd400-0xd403] >May 31 11:38:55 localhost kernel: pci 0000:00:09.0: reg 0x18: [io 0xd080-0xd087] >May 31 11:38:55 localhost kernel: pci 0000:00:09.0: reg 0x1c: [io 0xd000-0xd003] >May 31 11:38:55 localhost kernel: pci 0000:00:09.0: reg 0x20: [io 0xcc00-0xcc0f] >May 31 11:38:55 localhost kernel: pci 0000:00:09.0: reg 0x24: [mem 0xfcf76000-0xfcf77fff] >May 31 11:38:55 localhost kernel: pci 0000:00:0a.0: [10de:0760] type 00 class 0x020000 >May 31 11:38:55 localhost kernel: pci 0000:00:0a.0: reg 0x10: [mem 0xfcf7c000-0xfcf7cfff] >May 31 11:38:55 localhost kernel: pci 0000:00:0a.0: reg 0x14: [io 0xc880-0xc887] >May 31 11:38:55 localhost kernel: pci 0000:00:0a.0: reg 0x18: [mem 0xfcf7e400-0xfcf7e4ff] >May 31 11:38:55 localhost kernel: pci 0000:00:0a.0: reg 0x1c: [mem 0xfcf7e000-0xfcf7e00f] >May 31 11:38:55 localhost kernel: pci 0000:00:0a.0: supports D1 D2 >May 31 11:38:55 localhost kernel: pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold >May 31 11:38:55 localhost kernel: pci 0000:00:0a.0: System wakeup disabled by ACPI >May 31 11:38:55 localhost kernel: pci 0000:00:0b.0: [10de:0569] type 01 class 0x060400 >May 31 11:38:55 localhost kernel: pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold >May 31 11:38:55 localhost kernel: pci 0000:00:10.0: [10de:0778] type 01 class 0x060400 >May 31 11:38:55 localhost kernel: pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold >May 31 11:38:55 localhost kernel: pci 0000:00:10.0: System wakeup disabled by ACPI >May 31 11:38:55 localhost kernel: pci 0000:00:12.0: [10de:075b] type 01 class 0x060400 >May 31 11:38:55 localhost kernel: pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold >May 31 11:38:55 localhost kernel: pci 0000:00:12.0: System wakeup disabled by ACPI >May 31 11:38:55 localhost kernel: pci 0000:00:13.0: [10de:077a] type 01 class 0x060400 >May 31 11:38:55 localhost kernel: pci 0000:00:13.0: PME# supported from D0 D1 D2 D3hot D3cold >May 31 11:38:55 localhost kernel: pci 0000:00:13.0: System wakeup disabled by ACPI >May 31 11:38:55 localhost kernel: pci 0000:00:14.0: [10de:077a] type 01 class 0x060400 >May 31 11:38:55 localhost kernel: pci 0000:00:14.0: PME# supported from D0 D1 D2 D3hot D3cold >May 31 11:38:55 localhost kernel: pci 0000:00:14.0: System wakeup disabled by ACPI >May 31 11:38:55 localhost kernel: pci 0000:00:18.0: [1022:1100] type 00 class 0x060000 >May 31 11:38:55 localhost kernel: pci 0000:00:18.1: [1022:1101] type 00 class 0x060000 >May 31 11:38:55 localhost kernel: pci 0000:00:18.2: [1022:1102] type 00 class 0x060000 >May 31 11:38:55 localhost kernel: pci 0000:00:18.3: [1022:1103] type 00 class 0x060000 >May 31 11:38:55 localhost kernel: pci 0000:00:08.0: PCI bridge to [bus 01] (subtractive decode) >May 31 11:38:55 localhost kernel: pci 0000:00:08.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) >May 31 11:38:55 localhost kernel: pci 0000:00:08.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) >May 31 11:38:55 localhost kernel: pci 0000:00:08.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) >May 31 11:38:55 localhost kernel: pci 0000:00:08.0: bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode) >May 31 11:38:55 localhost kernel: pci 0000:00:08.0: bridge window [mem 0xe0000000-0xefffffff window] (subtractive decode) >May 31 11:38:55 localhost kernel: pci 0000:00:08.0: bridge window [mem 0xf4000000-0xfebfffff window] (subtractive decode) >May 31 11:38:55 localhost kernel: pci 0000:02:00.0: [10de:0847] type 00 class 0x030000 >May 31 11:38:55 localhost kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff] >May 31 11:38:55 localhost kernel: pci 0000:02:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref] >May 31 11:38:55 localhost kernel: pci 0000:02:00.0: reg 0x1c: [mem 0xe6000000-0xe7ffffff 64bit pref] >May 31 11:38:55 localhost kernel: pci 0000:02:00.0: reg 0x24: [io 0xec00-0xec7f] >May 31 11:38:55 localhost kernel: pci 0000:02:00.0: reg 0x30: [mem 0xfe9e0000-0xfe9fffff pref] >May 31 11:38:55 localhost kernel: pci 0000:00:0b.0: PCI bridge to [bus 02] >May 31 11:38:55 localhost kernel: pci 0000:00:0b.0: bridge window [io 0xe000-0xefff] >May 31 11:38:55 localhost kernel: pci 0000:00:0b.0: bridge window [mem 0xfd000000-0xfe9fffff] >May 31 11:38:55 localhost kernel: pci 0000:00:0b.0: bridge window [mem 0xe6000000-0xefffffff 64bit pref] >May 31 11:38:55 localhost kernel: pci 0000:00:10.0: PCI bridge to [bus 03] >May 31 11:38:55 localhost kernel: pci 0000:04:00.0: [11c1:0630] type 00 class 0x078000 >May 31 11:38:55 localhost kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfeaff000-0xfeafffff 64bit] >May 31 11:38:55 localhost kernel: pci 0000:04:00.0: PME# supported from D3hot D3cold >May 31 11:38:55 localhost kernel: pci 0000:00:12.0: PCI bridge to [bus 04] >May 31 11:38:55 localhost kernel: pci 0000:00:12.0: bridge window [mem 0xfea00000-0xfeafffff] >May 31 11:38:55 localhost kernel: pci 0000:05:00.0: [197b:2380] type 00 class 0x0c0010 >May 31 11:38:55 localhost kernel: pci 0000:05:00.0: reg 0x10: [mem 0xfebff800-0xfebfffff] >May 31 11:38:55 localhost kernel: pci 0000:05:00.0: reg 0x14: [mem 0xfebff400-0xfebff47f] >May 31 11:38:55 localhost kernel: pci 0000:05:00.0: reg 0x20: [mem 0xfebff000-0xfebff07f] >May 31 11:38:55 localhost kernel: pci 0000:05:00.0: reg 0x24: [mem 0xfebfec00-0xfebfec7f] >May 31 11:38:55 localhost kernel: pci 0000:00:13.0: PCI bridge to [bus 05] >May 31 11:38:55 localhost kernel: pci 0000:00:13.0: bridge window [mem 0xfeb00000-0xfebfffff] >May 31 11:38:55 localhost kernel: pci 0000:00:14.0: PCI bridge to [bus 06] >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) *10 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) *11 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) *15 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) *14 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN7A] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN7B] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN7C] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN7D] (IRQs 16 17 18 19) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *15 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *14 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *14 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *15 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) *7 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *10 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *11 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled. >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) *10 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) *11 >May 31 11:38:55 localhost kernel: vgaarb: setting as boot device: PCI:0000:02:00.0 >May 31 11:38:55 localhost kernel: vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none >May 31 11:38:55 localhost kernel: vgaarb: loaded >May 31 11:38:55 localhost kernel: vgaarb: bridge control possible 0000:02:00.0 >May 31 11:38:55 localhost kernel: SCSI subsystem initialized >May 31 11:38:55 localhost kernel: libata version 3.00 loaded. >May 31 11:38:55 localhost kernel: ACPI: bus type USB registered >May 31 11:38:55 localhost kernel: usbcore: registered new interface driver usbfs >May 31 11:38:55 localhost kernel: usbcore: registered new interface driver hub >May 31 11:38:55 localhost kernel: usbcore: registered new device driver usb >May 31 11:38:55 localhost kernel: PCI: Using ACPI for IRQ routing >May 31 11:38:55 localhost kernel: PCI: pci_cache_line_size set to 64 bytes >May 31 11:38:55 localhost kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff] >May 31 11:38:55 localhost kernel: e820: reserve RAM buffer [mem 0xcffa0000-0xcfffffff] >May 31 11:38:55 localhost kernel: NetLabel: Initializing >May 31 11:38:55 localhost kernel: NetLabel: domain hash size = 128 >May 31 11:38:55 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4 >May 31 11:38:55 localhost kernel: NetLabel: unlabeled traffic allowed by default >May 31 11:38:55 localhost kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer >May 31 11:38:55 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31 >May 31 11:38:55 localhost kernel: hpet0: 3 comparators, 32-bit 25.000000 MHz counter >May 31 11:38:55 localhost kernel: clocksource: Switched to clocksource hpet >May 31 11:38:55 localhost kernel: VFS: Disk quotas dquot_6.6.0 >May 31 11:38:55 localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >May 31 11:38:55 localhost kernel: pnp: PnP ACPI init >May 31 11:38:55 localhost kernel: system 00:00: [io 0x04d0-0x04d1] has been reserved >May 31 11:38:55 localhost kernel: system 00:00: [io 0x0800-0x080f] has been reserved >May 31 11:38:55 localhost kernel: system 00:00: [io 0x2000-0x207f] could not be reserved >May 31 11:38:55 localhost kernel: system 00:00: [io 0x2080-0x20ff] has been reserved >May 31 11:38:55 localhost kernel: system 00:00: [io 0x2400-0x247f] has been reserved >May 31 11:38:55 localhost kernel: system 00:00: [io 0x2480-0x24ff] has been reserved >May 31 11:38:55 localhost kernel: system 00:00: [io 0x2800-0x287f] has been reserved >May 31 11:38:55 localhost kernel: system 00:00: [io 0x2880-0x28ff] has been reserved >May 31 11:38:55 localhost kernel: system 00:00: [mem 0x000d0000-0x000d3fff window] has been reserved >May 31 11:38:55 localhost kernel: system 00:00: [mem 0x000d4000-0x000d7fff window] has been reserved >May 31 11:38:55 localhost kernel: system 00:00: [mem 0x000de000-0x000dffff window] has been reserved >May 31 11:38:55 localhost kernel: system 00:00: [mem 0xfed04000-0xfed04fff] has been reserved >May 31 11:38:55 localhost kernel: system 00:00: [mem 0xfee01000-0xfeefffff] has been reserved >May 31 11:38:55 localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) >May 31 11:38:55 localhost kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) >May 31 11:38:55 localhost kernel: system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved >May 31 11:38:55 localhost kernel: system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved >May 31 11:38:55 localhost kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) >May 31 11:38:55 localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) >May 31 11:38:55 localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0f13 (active) >May 31 11:38:55 localhost kernel: system 00:05: [io 0x0a00-0x0a0f] has been reserved >May 31 11:38:55 localhost kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) >May 31 11:38:55 localhost kernel: system 00:06: [mem 0xf0000000-0xf3ffffff] has been reserved >May 31 11:38:55 localhost kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) >May 31 11:38:55 localhost kernel: system 00:07: [mem 0x00000000-0x0009ffff] could not be reserved >May 31 11:38:55 localhost kernel: system 00:07: [mem 0x000c0000-0x000cffff] could not be reserved >May 31 11:38:55 localhost kernel: system 00:07: [mem 0x000e0000-0x000fffff] could not be reserved >May 31 11:38:55 localhost kernel: system 00:07: [mem 0x00100000-0xdfffffff] could not be reserved >May 31 11:38:55 localhost kernel: system 00:07: [mem 0xfec00000-0xffffffff] could not be reserved >May 31 11:38:55 localhost kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active) >May 31 11:38:55 localhost kernel: pnp: PnP ACPI: found 8 devices >May 31 11:38:55 localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns >May 31 11:38:55 localhost kernel: pci 0000:00:08.0: PCI bridge to [bus 01] >May 31 11:38:55 localhost kernel: pci 0000:00:0b.0: PCI bridge to [bus 02] >May 31 11:38:55 localhost kernel: pci 0000:00:0b.0: bridge window [io 0xe000-0xefff] >May 31 11:38:55 localhost kernel: pci 0000:00:0b.0: bridge window [mem 0xfd000000-0xfe9fffff] >May 31 11:38:55 localhost kernel: pci 0000:00:0b.0: bridge window [mem 0xe6000000-0xefffffff 64bit pref] >May 31 11:38:55 localhost kernel: pci 0000:00:10.0: PCI bridge to [bus 03] >May 31 11:38:55 localhost kernel: pci 0000:00:12.0: PCI bridge to [bus 04] >May 31 11:38:55 localhost kernel: pci 0000:00:12.0: bridge window [mem 0xfea00000-0xfeafffff] >May 31 11:38:55 localhost kernel: pci 0000:00:13.0: PCI bridge to [bus 05] >May 31 11:38:55 localhost kernel: pci 0000:00:13.0: bridge window [mem 0xfeb00000-0xfebfffff] >May 31 11:38:55 localhost kernel: pci 0000:00:14.0: PCI bridge to [bus 06] >May 31 11:38:55 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] >May 31 11:38:55 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:00: resource 8 [mem 0xe0000000-0xefffffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:00: resource 9 [mem 0xf4000000-0xfebfffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7 window] >May 31 11:38:55 localhost kernel: pci_bus 0000:01: resource 5 [io 0x0d00-0xffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:01: resource 8 [mem 0xe0000000-0xefffffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:01: resource 9 [mem 0xf4000000-0xfebfffff window] >May 31 11:38:55 localhost kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff] >May 31 11:38:55 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xfd000000-0xfe9fffff] >May 31 11:38:55 localhost kernel: pci_bus 0000:02: resource 2 [mem 0xe6000000-0xefffffff 64bit pref] >May 31 11:38:55 localhost kernel: pci_bus 0000:04: resource 1 [mem 0xfea00000-0xfeafffff] >May 31 11:38:55 localhost kernel: pci_bus 0000:05: resource 1 [mem 0xfeb00000-0xfebfffff] >May 31 11:38:55 localhost kernel: NET: Registered protocol family 2 >May 31 11:38:55 localhost kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes) >May 31 11:38:55 localhost kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes) >May 31 11:38:55 localhost kernel: TCP: Hash tables configured (established 32768 bind 32768) >May 31 11:38:55 localhost kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes) >May 31 11:38:55 localhost kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) >May 31 11:38:55 localhost kernel: NET: Registered protocol family 1 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 23 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 22 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [UB11] enabled at IRQ 21 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [UB12] enabled at IRQ 20 >May 31 11:38:55 localhost kernel: pci 0000:00:07.0: Enabling HT MSI Mapping >May 31 11:38:55 localhost kernel: pci 0000:00:08.0: Enabling HT MSI Mapping >May 31 11:38:55 localhost kernel: pci 0000:00:09.0: Enabling HT MSI Mapping >May 31 11:38:55 localhost kernel: pci 0000:00:0a.0: Enabling HT MSI Mapping >May 31 11:38:55 localhost kernel: pci 0000:00:0b.0: Enabling HT MSI Mapping >May 31 11:38:55 localhost kernel: pci 0000:02:00.0: Video device with shadowed ROM >May 31 11:38:55 localhost kernel: PCI: CLS 64 bytes, default 64 >May 31 11:38:55 localhost kernel: Unpacking initramfs... >May 31 11:38:55 localhost kernel: Freeing initrd memory: 38244K (ffff88007daa7000 - ffff880080000000) >May 31 11:38:55 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >May 31 11:38:55 localhost kernel: software IO TLB [mem 0xcbfa0000-0xcffa0000] (64MB) mapped at [ffff8800cbfa0000-ffff8800cff9ffff] >May 31 11:38:55 localhost kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x285c1d175f3, max_idle_ns: 440795327228 ns >May 31 11:38:55 localhost kernel: futex hash table entries: 1024 (order: 4, 65536 bytes) >May 31 11:38:55 localhost kernel: audit: initializing netlink subsys (disabled) >May 31 11:38:55 localhost kernel: audit: type=2000 audit(1464709134.407:1): initialized >May 31 11:38:55 localhost kernel: Initialise system trusted keyring >May 31 11:38:55 localhost kernel: zbud: loaded >May 31 11:38:55 localhost kernel: Key type big_key registered >May 31 11:38:55 localhost kernel: SELinux: Registering netfilter hooks >May 31 11:38:55 localhost kernel: NET: Registered protocol family 38 >May 31 11:38:55 localhost kernel: Key type asymmetric registered >May 31 11:38:55 localhost kernel: Asymmetric key parser 'x509' registered >May 31 11:38:55 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) >May 31 11:38:55 localhost kernel: io scheduler noop registered >May 31 11:38:55 localhost kernel: io scheduler deadline registered >May 31 11:38:55 localhost kernel: io scheduler cfq registered (default) >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN0A] enabled at IRQ 19 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN2A] enabled at IRQ 18 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN3A] enabled at IRQ 17 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LN4A] enabled at IRQ 16 >May 31 11:38:55 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >May 31 11:38:55 localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >May 31 11:38:55 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 >May 31 11:38:55 localhost kernel: ACPI: Power Button [PWRB] >May 31 11:38:55 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 >May 31 11:38:55 localhost kernel: ACPI: Power Button [PWRF] >May 31 11:38:55 localhost kernel: ACPI: processor limited to max C-state 1 >May 31 11:38:55 localhost kernel: GHES: HEST is not enabled! >May 31 11:38:55 localhost kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled >May 31 11:38:55 localhost kernel: Non-volatile memory driver v1.3 >May 31 11:38:55 localhost kernel: Linux agpgart interface v0.103 >May 31 11:38:55 localhost kernel: ahci 0000:00:09.0: version 3.0 >May 31 11:38:55 localhost kernel: ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23 >May 31 11:38:55 localhost kernel: ahci 0000:00:09.0: controller can't do PMP, turning off CAP_PMP >May 31 11:38:55 localhost kernel: ahci 0000:00:09.0: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0xf impl SATA mode >May 31 11:38:55 localhost kernel: ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pio boh >May 31 11:38:55 localhost kernel: scsi host0: ahci >May 31 11:38:55 localhost kernel: scsi host1: ahci >May 31 11:38:55 localhost kernel: scsi host2: ahci >May 31 11:38:55 localhost kernel: scsi host3: ahci >May 31 11:38:55 localhost kernel: ata1: SATA max UDMA/133 abar m8192@0xfcf76000 port 0xfcf76100 irq 24 >May 31 11:38:55 localhost kernel: ata2: SATA max UDMA/133 abar m8192@0xfcf76000 port 0xfcf76180 irq 24 >May 31 11:38:55 localhost kernel: ata3: SATA max UDMA/133 abar m8192@0xfcf76000 port 0xfcf76200 irq 24 >May 31 11:38:55 localhost kernel: ata4: SATA max UDMA/133 abar m8192@0xfcf76000 port 0xfcf76280 irq 24 >May 31 11:38:55 localhost kernel: libphy: Fixed MDIO Bus: probed >May 31 11:38:55 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >May 31 11:38:55 localhost kernel: ehci-pci: EHCI PCI platform driver >May 31 11:38:55 localhost kernel: ehci-pci 0000:00:02.1: EHCI Host Controller >May 31 11:38:55 localhost kernel: ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1 >May 31 11:38:55 localhost kernel: ehci-pci 0000:00:02.1: debug port 1 >May 31 11:38:55 localhost kernel: ehci-pci 0000:00:02.1: cache line size of 64 is not supported >May 31 11:38:55 localhost kernel: ehci-pci 0000:00:02.1: irq 22, io mem 0xfcf7ec00 >May 31 11:38:55 localhost kernel: ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00 >May 31 11:38:55 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >May 31 11:38:55 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >May 31 11:38:55 localhost kernel: usb usb1: Product: EHCI Host Controller >May 31 11:38:55 localhost kernel: usb usb1: Manufacturer: Linux 4.5.5-300.fc24.x86_64 ehci_hcd >May 31 11:38:55 localhost kernel: usb usb1: SerialNumber: 0000:00:02.1 >May 31 11:38:55 localhost kernel: hub 1-0:1.0: USB hub found >May 31 11:38:55 localhost kernel: hub 1-0:1.0: 6 ports detected >May 31 11:38:55 localhost kernel: ehci-pci 0000:00:04.1: EHCI Host Controller >May 31 11:38:55 localhost kernel: ehci-pci 0000:00:04.1: new USB bus registered, assigned bus number 2 >May 31 11:38:55 localhost kernel: ehci-pci 0000:00:04.1: debug port 1 >May 31 11:38:55 localhost kernel: ehci-pci 0000:00:04.1: cache line size of 64 is not supported >May 31 11:38:55 localhost kernel: ehci-pci 0000:00:04.1: irq 20, io mem 0xfcf7e800 >May 31 11:38:55 localhost kernel: ehci-pci 0000:00:04.1: USB 2.0 started, EHCI 1.00 >May 31 11:38:55 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >May 31 11:38:55 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >May 31 11:38:55 localhost kernel: usb usb2: Product: EHCI Host Controller >May 31 11:38:55 localhost kernel: usb usb2: Manufacturer: Linux 4.5.5-300.fc24.x86_64 ehci_hcd >May 31 11:38:55 localhost kernel: usb usb2: SerialNumber: 0000:00:04.1 >May 31 11:38:55 localhost kernel: hub 2-0:1.0: USB hub found >May 31 11:38:55 localhost kernel: hub 2-0:1.0: 6 ports detected >May 31 11:38:55 localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >May 31 11:38:55 localhost kernel: ohci-pci: OHCI PCI platform driver >May 31 11:38:55 localhost kernel: ohci-pci 0000:00:02.0: OHCI PCI host controller >May 31 11:38:55 localhost kernel: ohci-pci 0000:00:02.0: new USB bus registered, assigned bus number 3 >May 31 11:38:55 localhost kernel: ohci-pci 0000:00:02.0: irq 23, io mem 0xfcf7f000 >May 31 11:38:55 localhost kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >May 31 11:38:55 localhost kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >May 31 11:38:55 localhost kernel: usb usb3: Product: OHCI PCI host controller >May 31 11:38:55 localhost kernel: usb usb3: Manufacturer: Linux 4.5.5-300.fc24.x86_64 ohci_hcd >May 31 11:38:55 localhost kernel: usb usb3: SerialNumber: 0000:00:02.0 >May 31 11:38:55 localhost kernel: hub 3-0:1.0: USB hub found >May 31 11:38:55 localhost kernel: hub 3-0:1.0: 6 ports detected >May 31 11:38:55 localhost kernel: ohci-pci 0000:00:04.0: OHCI PCI host controller >May 31 11:38:55 localhost kernel: ohci-pci 0000:00:04.0: new USB bus registered, assigned bus number 4 >May 31 11:38:55 localhost kernel: ohci-pci 0000:00:04.0: irq 21, io mem 0xfcf7d000 >May 31 11:38:55 localhost kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >May 31 11:38:55 localhost kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >May 31 11:38:55 localhost kernel: usb usb4: Product: OHCI PCI host controller >May 31 11:38:55 localhost kernel: usb usb4: Manufacturer: Linux 4.5.5-300.fc24.x86_64 ohci_hcd >May 31 11:38:55 localhost kernel: usb usb4: SerialNumber: 0000:00:04.0 >May 31 11:38:55 localhost kernel: hub 4-0:1.0: USB hub found >May 31 11:38:55 localhost kernel: hub 4-0:1.0: 6 ports detected >May 31 11:38:55 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver >May 31 11:38:55 localhost kernel: usbcore: registered new interface driver usbserial >May 31 11:38:55 localhost kernel: usbcore: registered new interface driver usbserial_generic >May 31 11:38:55 localhost kernel: usbserial: USB Serial support registered for generic >May 31 11:38:55 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 >May 31 11:38:55 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 >May 31 11:38:55 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 >May 31 11:38:55 localhost kernel: mousedev: PS/2 mouse device common for all mice >May 31 11:38:55 localhost kernel: rtc_cmos 00:01: RTC can wake from S4 >May 31 11:38:55 localhost kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >May 31 11:38:55 localhost kernel: rtc_cmos 00:01: alarms up to one year, y3k, 114 bytes nvram, hpet irqs >May 31 11:38:55 localhost kernel: device-mapper: uevent: version 1.0.3 >May 31 11:38:55 localhost kernel: device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com >May 31 11:38:55 localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina >May 31 11:38:55 localhost kernel: usbcore: registered new interface driver usbhid >May 31 11:38:55 localhost kernel: usbhid: USB HID core driver >May 31 11:38:55 localhost kernel: drop_monitor: Initializing network drop monitor service >May 31 11:38:55 localhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team >May 31 11:38:55 localhost kernel: Initializing XFRM netlink socket >May 31 11:38:55 localhost kernel: NET: Registered protocol family 10 >May 31 11:38:55 localhost kernel: mip6: Mobile IPv6 >May 31 11:38:55 localhost kernel: NET: Registered protocol family 17 >May 31 11:38:55 localhost kernel: microcode: AMD CPU family 0xf not supported >May 31 11:38:55 localhost kernel: registered taskstats version 1 >May 31 11:38:55 localhost kernel: Loading compiled-in X.509 certificates >May 31 11:38:55 localhost kernel: Loaded X.509 cert 'Fedora kernel signing key: 1304c420836ce81b5a1692090e4eee89aac431dd' >May 31 11:38:55 localhost kernel: zswap: loaded using pool lzo/zbud >May 31 11:38:55 localhost kernel: Magic number: 0:496:640 >May 31 11:38:55 localhost kernel: rtc_cmos 00:01: setting system clock to 2016-05-31 15:38:55 UTC (1464709135) >May 31 11:38:55 localhost kernel: PM: Hibernation image not present or could not be loaded. >May 31 11:38:55 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 >May 31 11:38:55 localhost kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >May 31 11:38:55 localhost kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >May 31 11:38:55 localhost kernel: ata3: SATA link down (SStatus 0 SControl 300) >May 31 11:38:55 localhost kernel: ata2.00: ATAPI: ATAPI DVD A DH16A6L-C, ZHCG, max UDMA/100 >May 31 11:38:55 localhost kernel: ata4: SATA link down (SStatus 0 SControl 300) >May 31 11:38:55 localhost kernel: ata1.00: ATA-8: ST3500413AS, JC4B, max UDMA/133 >May 31 11:38:55 localhost kernel: ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32) >May 31 11:38:55 localhost kernel: ata2.00: configured for UDMA/100 >May 31 11:38:55 localhost kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci >May 31 11:38:55 localhost kernel: ata1.00: configured for UDMA/133 >May 31 11:38:55 localhost kernel: scsi 0:0:0:0: Direct-Access ATA ST3500413AS JC4B PQ: 0 ANSI: 5 >May 31 11:38:55 localhost kernel: sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB) >May 31 11:38:55 localhost kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0 >May 31 11:38:55 localhost kernel: sd 0:0:0:0: [sda] Write Protect is off >May 31 11:38:55 localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >May 31 11:38:55 localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >May 31 11:38:55 localhost kernel: scsi 1:0:0:0: CD-ROM ATAPI DVD A DH16A6L-C ZHCG PQ: 0 ANSI: 5 >May 31 11:38:55 localhost kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 40x/12x writer dvd-ram cd/rw xa/form2 cdda tray >May 31 11:38:55 localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20 >May 31 11:38:55 localhost kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0 >May 31 11:38:55 localhost kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5 >May 31 11:38:55 localhost kernel: usb 1-1: New USB device found, idVendor=03f0, idProduct=6911 >May 31 11:38:55 localhost kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >May 31 11:38:55 localhost kernel: usb 1-1: Product: Photosmart D7200 series >May 31 11:38:55 localhost kernel: usb 1-1: Manufacturer: HP >May 31 11:38:55 localhost kernel: usb 1-1: SerialNumber: MY759F21B5050G >May 31 11:38:55 localhost kernel: sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 sda14 > sda4 >May 31 11:38:55 localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk >May 31 11:38:55 localhost kernel: Freeing unused kernel memory: 1552K (ffffffff81d4f000 - ffffffff81ed3000) >May 31 11:38:55 localhost kernel: Write protecting the kernel read-only data: 12288k >May 31 11:38:55 localhost kernel: Freeing unused kernel memory: 168K (ffff8800017d6000 - ffff880001800000) >May 31 11:38:55 localhost kernel: Freeing unused kernel memory: 584K (ffff880001b6e000 - ffff880001c00000) >May 31 11:38:55 localhost kernel: random: systemd urandom read with 52 bits of entropy available >May 31 11:38:55 localhost systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN) >May 31 11:38:55 localhost systemd[1]: Detected architecture x86-64. >May 31 11:38:55 localhost systemd[1]: Running in initial RAM disk. >May 31 11:38:55 localhost systemd[1]: No hostname configured. >May 31 11:38:55 localhost systemd[1]: Set hostname to <localhost>. >May 31 11:38:55 localhost systemd[1]: Initializing machine ID from random generator. >May 31 11:38:55 localhost kernel: usb 1-3: new high-speed USB device number 3 using ehci-pci >May 31 11:38:55 localhost systemd[1]: Listening on Journal Socket (/dev/log). >May 31 11:38:55 localhost systemd[1]: Reached target Timers. >May 31 11:38:55 localhost systemd[1]: Listening on Journal Audit Socket. >May 31 11:38:55 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. >May 31 11:38:55 localhost systemd[1]: Reached target Local File Systems. >May 31 11:38:55 localhost systemd[1]: Reached target Encrypted Volumes. >May 31 11:38:55 localhost systemd[1]: Reached target Swap. >May 31 11:38:55 localhost systemd[1]: Listening on udev Kernel Socket. >May 31 11:38:55 localhost systemd[1]: Listening on udev Control Socket. >May 31 11:38:55 localhost systemd[1]: Created slice System Slice. >May 31 11:38:55 localhost systemd[1]: Reached target Slices. >May 31 11:38:55 localhost systemd[1]: Reached target Paths. >May 31 11:38:55 localhost systemd[1]: Listening on Journal Socket. >May 31 11:38:55 localhost systemd[1]: Starting Create list of required static device nodes for the current kernel... >May 31 11:38:55 localhost systemd[1]: Starting dracut cmdline hook... >May 31 11:38:55 localhost systemd[1]: Starting Apply Kernel Variables... >May 31 11:38:55 localhost systemd[1]: Starting Journal Service... >May 31 11:38:55 localhost systemd[1]: Started Create list of required static device nodes for the current kernel. >May 31 11:38:55 localhost kernel: audit: type=1130 audit(1464709135.933:2): 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' >May 31 11:38:55 localhost systemd[1]: Started Apply Kernel Variables. >May 31 11:38:55 localhost kernel: audit: type=1130 audit(1464709135.933:3): 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' >May 31 11:38:55 localhost kernel: usb 2-2: new high-speed USB device number 3 using ehci-pci >May 31 11:38:55 localhost kernel: usb 4-1: new full-speed USB device number 2 using ohci-pci >May 31 11:38:55 localhost systemd[1]: Starting Create Static Device Nodes in /dev... >May 31 11:38:55 localhost systemd[1]: Started Create Static Device Nodes in /dev. >May 31 11:38:55 localhost kernel: audit: type=1130 audit(1464709135.963:4): 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' >May 31 11:38:55 localhost systemd-journald[159]: Journal started >May 31 11:38:55 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' >May 31 11:38:55 localhost systemd[1]: Started Journal Service. >May 31 11:38:55 localhost kernel: audit: type=1130 audit(1464709135.971:5): 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' >May 31 11:38:55 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' >May 31 11:38:55 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' >May 31 11:38:55 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' >May 31 11:38:55 localhost systemd-sysctl[158]: Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: No such file or directory >May 31 11:38:55 localhost systemd-sysctl[158]: Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring: No such file or directory >May 31 11:38:55 localhost systemd-sysctl[158]: Couldn't write '0' to 'net/bridge/bridge-nf-call-arptables', ignoring: No such file or directory >May 31 11:38:55 localhost dracut-cmdline[157]: dracut-24 (Twenty Four) dracut-044-18.git20160108.fc24 >May 31 11:38:55 localhost dracut-cmdline[157]: Using kernel command line parameters: rd.driver.pre=scsi_dh_alua rd.driver.pre=scsi_dh_emc rd.driver.pre=scsi_dh_rdac BOOT_IMAGE=vmlinuz initrd=initrd.img root=live:CDLABEL=Fedora-MATE-Live-24-20160531-n-0 rd.live.image rd.live.check quiet >May 31 11:38:56 localhost kernel: usb 1-3: New USB device found, idVendor=1e3d, idProduct=2093 >May 31 11:38:56 localhost kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >May 31 11:38:56 localhost kernel: usb 1-3: Product: Flash Disk >May 31 11:38:56 localhost kernel: usb 1-3: Manufacturer: USB 2.0 >May 31 11:38:56 localhost kernel: usb 1-3: SerialNumber: 2015500087C66C00 >May 31 11:38:56 localhost dracut-cmdline[157]: livenet: no url handler for CDLABEL=Fedora-MATE-Live-24-20160531-n-0 >May 31 11:38:56 localhost kernel: loop: module loaded >May 31 11:38:56 localhost dracut-cmdline[157]: root was live:CDLABEL=Fedora-MATE-Live-24-20160531-n-0, is now live:/dev/disk/by-label/Fedora-MATE-Live-24-20160531-n-0 >May 31 11:38:56 localhost kernel: usb 2-2: New USB device found, idVendor=0846, idProduct=9030 >May 31 11:38:56 localhost kernel: usb 2-2: New USB device strings: Mfr=16, Product=32, SerialNumber=48 >May 31 11:38:56 localhost kernel: usb 2-2: Product: WNA1100 >May 31 11:38:56 localhost kernel: usb 2-2: Manufacturer: NETGEAR WNA >May 31 11:38:56 localhost kernel: usb 2-2: SerialNumber: 12345 >May 31 11:38:56 localhost kernel: usb 1-6: new high-speed USB device number 4 using ehci-pci >May 31 11:38:56 localhost kernel: usb 4-1: New USB device found, idVendor=093a, idProduct=2460 >May 31 11:38:56 localhost kernel: usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >May 31 11:38:56 localhost kernel: usb 4-1: Product: CIF Single Chip >May 31 11:38:56 localhost kernel: usb 4-1: Manufacturer: Pixart Imaging Inc. >May 31 11:38:56 localhost systemd[1]: Started dracut cmdline hook. >May 31 11:38:56 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' >May 31 11:38:56 localhost kernel: audit: type=1130 audit(1464709136.188:6): 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' >May 31 11:38:56 localhost systemd[1]: Starting Open-iSCSI... >May 31 11:38:56 localhost systemd[1]: Starting dracut pre-udev hook... >May 31 11:38:56 localhost iscsid[315]: iSCSI logger with pid=319 started! >May 31 11:38:56 localhost iscsid[319]: iSCSI daemon with pid=321 started! >May 31 11:38:56 localhost systemd[1]: iscsid.service: Failed to read PID from file /var/run/iscsid.pid: Invalid argument >May 31 11:38:56 localhost kernel: Loading iSCSI transport class v2.0-870. >May 31 11:38:56 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' >May 31 11:38:56 localhost systemd[1]: Started Open-iSCSI. >May 31 11:38:56 localhost kernel: audit: type=1130 audit(1464709136.217:7): 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' >May 31 11:38:56 localhost kernel: RPC: Registered named UNIX socket transport module. >May 31 11:38:56 localhost kernel: RPC: Registered udp transport module. >May 31 11:38:56 localhost kernel: RPC: Registered tcp transport module. >May 31 11:38:56 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. >May 31 11:38:56 localhost rpc.statd[348]: Version 1.3.3 starting >May 31 11:38:56 localhost rpc.statd[348]: Initializing NSM state >May 31 11:38:56 localhost rpc.statd[348]: Running as root. chown /var/lib/nfs/statd to choose different user >May 31 11:38:56 localhost kernel: alua: device handler registered >May 31 11:38:56 localhost kernel: emc: device handler registered >May 31 11:38:56 localhost kernel: rdac: device handler registered >May 31 11:38:56 localhost systemd[1]: Started dracut pre-udev hook. >May 31 11:38:56 localhost kernel: audit: type=1130 audit(1464709136.368:8): 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' >May 31 11:38:56 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' >May 31 11:38:56 localhost systemd[1]: Starting udev Kernel Device Manager... >May 31 11:38:56 localhost kernel: audit: type=1130 audit(1464709136.380:9): 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' >May 31 11:38:56 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' >May 31 11:38:56 localhost systemd[1]: Started udev Kernel Device Manager. >May 31 11:38:56 localhost systemd[1]: Starting dracut pre-trigger hook... >May 31 11:38:56 localhost kernel: usb-storage 1-1:1.2: USB Mass Storage device detected >May 31 11:38:56 localhost kernel: scsi host4: usb-storage 1-1:1.2 >May 31 11:38:56 localhost kernel: usb-storage 1-3:1.0: USB Mass Storage device detected >May 31 11:38:56 localhost kernel: scsi host5: usb-storage 1-3:1.0 >May 31 11:38:56 localhost kernel: usbcore: registered new interface driver usb-storage >May 31 11:38:56 localhost lldpad[393]: config file failed to load, >May 31 11:38:56 localhost lldpad[393]: create a new file. >May 31 11:38:56 localhost lldpad[393]: bound ctrl iface to /com/intel/lldpad >May 31 11:38:56 localhost dracut-pre-trigger[382]: 400 >May 31 11:38:56 localhost kernel: usbcore: registered new interface driver uas >May 31 11:38:56 localhost dracut-pre-trigger[382]: rd.md=0: removing MD RAID activation >May 31 11:38:56 localhost kernel: audit: type=1130 audit(1464709136.499:10): 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' >May 31 11:38:56 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' >May 31 11:38:56 localhost systemd[1]: Started dracut pre-trigger hook. >May 31 11:38:56 localhost systemd[1]: Starting udev Coldplug all Devices... >May 31 11:38:56 localhost systemd[1]: Mounting Configuration File System... >May 31 11:38:56 localhost systemd[1]: Mounted Configuration File System. >May 31 11:38:56 localhost systemd[1]: Started udev Coldplug all Devices. >May 31 11:38:56 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' >May 31 11:38:56 localhost systemd[1]: Reached target System Initialization. >May 31 11:38:56 localhost systemd[1]: Listening on Open-iSCSI iscsiuio Socket. >May 31 11:38:56 localhost systemd[1]: Reached target Sockets. >May 31 11:38:56 localhost systemd[1]: Reached target Basic System. >May 31 11:38:56 localhost systemd[1]: Starting dracut initqueue hook... >May 31 11:38:56 localhost kernel: FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED >May 31 11:38:56 localhost kernel: forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64. >May 31 11:38:56 localhost kernel: ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 22 >May 31 11:38:56 localhost kernel: forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 3, addr 00:24:8c:13:79:5b >May 31 11:38:56 localhost kernel: forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt gbit lnktim msi desc-v3 >May 31 11:38:56 localhost kernel: forcedeth 0000:00:0a.0 enp0s10: renamed from eth0 >May 31 11:38:56 localhost kernel: firewire_ohci 0000:05:00.0: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x10 >May 31 11:38:56 localhost kernel: 8021q: 802.1Q VLAN Support v1.8 >May 31 11:38:56 localhost kernel: usb 1-6: New USB device found, idVendor=0bda, idProduct=0151 >May 31 11:38:56 localhost kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >May 31 11:38:56 localhost kernel: usb 1-6: Product: USB2.0-CRW >May 31 11:38:56 localhost kernel: usb 1-6: Manufacturer: Generic >May 31 11:38:56 localhost kernel: usb 1-6: SerialNumber: 20060413092100000 >May 31 11:38:56 localhost kernel: usb-storage 1-6:1.0: USB Mass Storage device detected >May 31 11:38:56 localhost kernel: scsi host6: usb-storage 1-6:1.0 >May 31 11:38:56 localhost kernel: random: nonblocking pool is initialized >May 31 11:38:57 localhost kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4 >May 31 11:38:57 localhost iscsid[319]: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi >May 31 11:38:57 localhost iscsid[319]: Warning: InitiatorName file /etc/iscsi/initiatorname.iscsi does not exist or does not contain a properly formated InitiatorName. If using software iscsi (iscsi_tcp or ib_iser) or partial offload (bnx2i or cxgbi iscsi), you may not be able to log into or d >May 31 11:38:57 localhost iscsid[319]: can't open InitiatorAlias configuration file /etc/iscsi/initiatorname.iscsi >May 31 11:38:57 localhost iscsid[319]: can't open iscsid.safe_logout configuration file /etc/iscsi/iscsid.conf >May 31 11:38:57 localhost kernel: firewire_core 0000:05:00.0: created device fw0: GUID 001e8c0001bb205f, S400 >May 31 11:38:57 localhost kernel: scsi 4:0:0:0: Direct-Access HP Photosmart D7200 1.00 PQ: 0 ANSI: 5 >May 31 11:38:57 localhost kernel: sd 4:0:0:0: Attached scsi generic sg2 type 0 >May 31 11:38:57 localhost kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk >May 31 11:38:57 localhost kernel: scsi 5:0:0:0: Direct-Access USB 2.0 Flash Disk 5.00 PQ: 0 ANSI: 2 >May 31 11:38:57 localhost kernel: sd 5:0:0:0: Attached scsi generic sg3 type 0 >May 31 11:38:57 localhost kernel: sd 5:0:0:0: [sdc] 4093952 512-byte logical blocks: (2.10 GB/1.95 GiB) >May 31 11:38:57 localhost kernel: sd 5:0:0:0: [sdc] Write Protect is off >May 31 11:38:57 localhost kernel: sd 5:0:0:0: [sdc] Mode Sense: 0b 00 00 08 >May 31 11:38:57 localhost kernel: sd 5:0:0:0: [sdc] No Caching mode page found >May 31 11:38:57 localhost kernel: sd 5:0:0:0: [sdc] Assuming drive cache: write through >May 31 11:38:57 localhost kernel: sdc: sdc1 sdc2 sdc3 >May 31 11:38:57 localhost kernel: sd 5:0:0:0: [sdc] Attached SCSI removable disk >May 31 11:38:57 localhost kernel: scsi 6:0:0:0: Direct-Access Generic- Compact Flash 1.00 PQ: 0 ANSI: 0 CCS >May 31 11:38:57 localhost kernel: scsi 6:0:0:1: Direct-Access Generic- SM/xD-Picture 1.00 PQ: 0 ANSI: 0 CCS >May 31 11:38:57 localhost kernel: scsi 6:0:0:2: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS >May 31 11:38:57 localhost kernel: scsi 6:0:0:3: Direct-Access Generic- MS/MS-Pro 1.00 PQ: 0 ANSI: 0 CCS >May 31 11:38:57 localhost kernel: sd 6:0:0:0: Attached scsi generic sg4 type 0 >May 31 11:38:57 localhost kernel: sd 6:0:0:1: Attached scsi generic sg5 type 0 >May 31 11:38:57 localhost kernel: sd 6:0:0:2: Attached scsi generic sg6 type 0 >May 31 11:38:57 localhost kernel: sd 6:0:0:3: Attached scsi generic sg7 type 0 >May 31 11:38:57 localhost kernel: sd 6:0:0:0: [sdd] Attached SCSI removable disk >May 31 11:38:57 localhost kernel: sd 6:0:0:1: [sde] Attached SCSI removable disk >May 31 11:38:57 localhost kernel: sd 6:0:0:2: [sdf] Attached SCSI removable disk >May 31 11:38:57 localhost kernel: sd 6:0:0:3: [sdg] Attached SCSI removable disk >May 31 11:38:58 localhost systemd[1]: dev-disk-by\x2dlabel-ANACONDA.device: Dev dev-disk-by\x2dlabel-ANACONDA.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc2 and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc3 >May 31 11:38:58 localhost systemd[1]: dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0.device: Dev dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 >May 31 11:38:58 localhost systemd[1]: dev-disk-by\x2duuid-2016\x2d05\x2d31\x2d11\x2d04\x2d01\x2d00.device: Dev dev-disk-by\x2duuid-2016\x2d05\x2d31\x2d11\x2d04\x2d01\x2d00.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 >May 31 11:38:58 localhost systemd[1]: Created slice system-checkisomd5.slice. >May 31 11:38:58 localhost systemd[1]: Starting Media check on /dev/disk/by-label/Fedora-MATE-Live-24-20160531-n-0... >May 31 11:39:01 localhost systemd[1]: Started Media check on /dev/disk/by-label/Fedora-MATE-Live-24-20160531-n-0. >May 31 11:39:01 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=checkisomd5@dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 11:39:01 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=checkisomd5@dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 11:39:01 localhost kernel: audit_printk_skb: 3 callbacks suppressed >May 31 11:39:01 localhost kernel: audit: type=1130 audit(1464709141.329:12): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=checkisomd5@dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 11:39:01 localhost kernel: audit: type=1131 audit(1464709141.329:13): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=checkisomd5@dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 11:39:01 localhost kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher >May 31 11:39:01 localhost kernel: ISO 9660 Extensions: Microsoft Joliet Level 3 >May 31 11:39:01 localhost kernel: ISO 9660 Extensions: RRIP_1991A >May 31 11:39:01 localhost systemd[1]: dev-disk-by\x2dlabel-Anaconda.device: Dev dev-disk-by\x2dlabel-Anaconda.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-0 >May 31 11:39:01 localhost systemd[1]: dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device: Dev dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-0 >May 31 11:39:01 localhost systemd[1]: Found device /dev/mapper/live-rw. >May 31 11:39:01 localhost systemd[1]: dev-disk-by\x2dlabel-Anaconda.device: Dev dev-disk-by\x2dlabel-Anaconda.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-1 >May 31 11:39:01 localhost systemd[1]: dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device: Dev dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-1 >May 31 11:39:01 localhost systemd[1]: Started dracut initqueue hook. >May 31 11:39:01 localhost kernel: audit: type=1130 audit(1464709141.664:14): 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' >May 31 11:39:01 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' >May 31 11:39:01 localhost systemd[1]: Reached target Remote File Systems (Pre). >May 31 11:39:01 localhost systemd[1]: Reached target Remote File Systems. >May 31 11:39:01 localhost systemd[1]: Starting dracut pre-mount hook... >May 31 11:39:01 localhost systemd[1]: Started dracut pre-mount hook. >May 31 11:39:01 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' >May 31 11:39:01 localhost kernel: audit: type=1130 audit(1464709141.687:15): 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' >May 31 11:39:01 localhost systemd[1]: Mounting /sysroot... >May 31 11:39:01 localhost kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:39:01 localhost systemd[1]: Mounted /sysroot. >May 31 11:39:01 localhost systemd[1]: Reached target Initrd Root File System. >May 31 11:39:01 localhost systemd[1]: Starting Reload Configuration from the Real Root... >May 31 11:39:01 localhost systemd[1]: Reloading. >May 31 11:39:01 localhost systemd[1]: Started Reload Configuration from the Real Root. >May 31 11:39:01 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' >May 31 11:39:01 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' >May 31 11:39:01 localhost kernel: audit: type=1130 audit(1464709141.875:16): 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' >May 31 11:39:01 localhost kernel: audit: type=1131 audit(1464709141.875: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' >May 31 11:39:01 localhost systemd[1]: Reached target Initrd File Systems. >May 31 11:39:01 localhost systemd[1]: Reached target Initrd Default Target. >May 31 11:39:01 localhost systemd[1]: Starting dracut pre-pivot and cleanup hook... >May 31 11:39:02 localhost rpcbind[344]: cannot open file = /tmp/rpcbind.xdr for writing >May 31 11:39:02 localhost rpcbind[344]: cannot save any registration >May 31 11:39:02 localhost rpcbind[344]: cannot open file = /tmp/portmap.xdr for writing >May 31 11:39:02 localhost rpcbind[344]: cannot save any registration >May 31 11:39:02 localhost kernel: audit: type=1130 audit(1464709142.078:18): 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' >May 31 11:39:02 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' >May 31 11:39:02 localhost systemd[1]: Started dracut pre-pivot and cleanup hook. >May 31 11:39:02 localhost systemd[1]: Starting Cleaning Up and Shutting Down Daemons... >May 31 11:39:02 localhost systemd[1]: Stopped target Timers. >May 31 11:39:02 localhost systemd[1]: Stopped Cleaning Up and Shutting Down Daemons. >May 31 11:39:02 localhost kernel: audit: type=1130 audit(1464709142.092:19): 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' >May 31 11:39:02 localhost kernel: audit: type=1131 audit(1464709142.093:20): 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' >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 localhost systemd[1]: Stopped dracut pre-pivot and cleanup hook. >May 31 11:39:02 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' >May 31 11:39:02 localhost systemd[1]: Stopped target Initrd Default Target. >May 31 11:39:02 localhost systemd[1]: Stopped target Basic System. >May 31 11:39:02 localhost systemd[1]: Stopped target Slices. >May 31 11:39:02 localhost kernel: audit: type=1131 audit(1464709142.093:21): 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' >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 localhost systemd[1]: Stopped target Sockets. >May 31 11:39:02 localhost systemd[1]: Closed Open-iSCSI iscsiuio Socket. >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 localhost systemd[1]: Stopped target Paths. >May 31 11:39:02 localhost systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch. >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 localhost systemd[1]: Stopped target System Initialization. >May 31 11:39:02 localhost systemd[1]: Stopped target Local File Systems. >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 localhost systemd[1]: Stopped Apply Kernel Variables. >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 localhost systemd[1]: Stopped target Swap. >May 31 11:39:02 localhost systemd[1]: Stopped target Remote File Systems. >May 31 11:39:02 localhost systemd[1]: Stopped target Remote File Systems (Pre). >May 31 11:39:02 localhost systemd[1]: Stopped dracut pre-mount hook. >May 31 11:39:02 localhost systemd[1]: Stopped target Encrypted Volumes. >May 31 11:39:02 localhost systemd[1]: Stopped dracut initqueue hook. >May 31 11:39:02 localhost systemd[1]: Stopped udev Coldplug all Devices. >May 31 11:39:02 localhost systemd[1]: Stopped dracut pre-trigger hook. >May 31 11:39:02 localhost systemd[1]: Stopping udev Kernel Device Manager... >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 localhost systemd[1]: Stopping Open-iSCSI... >May 31 11:39:02 localhost iscsid[319]: iscsid shutting down. >May 31 11:39:02 localhost systemd[1]: Stopped udev Kernel Device Manager. >May 31 11:39:02 localhost systemd[1]: Stopped dracut pre-udev hook. >May 31 11:39:02 localhost systemd[1]: Stopped Create Static Device Nodes in /dev. >May 31 11:39:02 localhost systemd[1]: Stopped Create list of required static device nodes for the current kernel. >May 31 11:39:02 localhost systemd[1]: Closed udev Control Socket. >May 31 11:39:02 localhost systemd[1]: Closed udev Kernel Socket. >May 31 11:39:02 localhost systemd[1]: Starting Cleanup udevd DB... >May 31 11:39:02 localhost systemd[1]: Stopped Open-iSCSI. >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 localhost systemd[1]: Stopped dracut cmdline hook. >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 localhost systemd[1]: Started Cleanup udevd DB. >May 31 11:39:02 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' >May 31 11:39:02 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' >May 31 11:39:02 localhost systemd[1]: Reached target Switch Root. >May 31 11:39:02 localhost systemd[1]: Starting Switch Root... >May 31 11:39:02 localhost systemd[1]: Switching root. >May 31 11:39:02 localhost systemd-journald[159]: Journal stopped >May 31 15:39:04 localhost systemd-journald[795]: Runtime journal (/run/log/journal/) is 8.0M, max 184.9M, 176.9M free. >May 31 15:39:04 localhost systemd-journald[795]: System journal (/var/log/journal/) is 8.0M, max 591.9M, 583.9M free. >May 31 15:39:04 localhost systemd-journald[795]: Time spent on flushing to /var is 35.768ms for 935 entries. >May 31 15:39:04 localhost systemd-journald[159]: Received SIGTERM from PID 1 (systemd). >May 31 15:39:04 localhost kernel: SELinux: 32768 avtab hash slots, 104894 rules. >May 31 15:39:04 localhost kernel: SELinux: 32768 avtab hash slots, 104894 rules. >May 31 15:39:04 localhost kernel: SELinux: 8 users, 14 roles, 5017 types, 307 bools, 1 sens, 1024 cats >May 31 15:39:04 localhost kernel: SELinux: 92 classes, 104894 rules >May 31 15:39:04 localhost kernel: SELinux: Permission validate_trans in class security not defined in policy. >May 31 15:39:04 localhost kernel: SELinux: the above unknown classes and permissions will be allowed >May 31 15:39:04 localhost kernel: SELinux: Completing initialization. >May 31 15:39:04 localhost kernel: SELinux: Setting up existing superblocks. >May 31 15:39:04 localhost systemd[1]: Successfully loaded SELinux policy in 277.210ms. >May 31 15:39:04 localhost systemd[1]: RTC configured in localtime, applying delta of -240 minutes to system time. >May 31 15:39:04 localhost systemd[1]: Relabelled /dev and /run in 53.051ms. >May 31 15:39:04 localhost systemd-journald[795]: Journal started >May 31 11:39:02 localhost audit: MAC_STATUS enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 >May 31 11:39:02 localhost audit: MAC_POLICY_LOAD policy loaded auid=4294967295 ses=4294967295 >May 31 15:39:04 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' >May 31 15:39:04 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' >May 31 15:39:04 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' >May 31 15:39:04 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' >May 31 15:39:04 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' >May 31 15:39:04 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' >May 31 15:39:04 localhost audit: CONFIG_CHANGE audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:syslogd_t:s0 res=1 >May 31 15:39:04 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' >May 31 15:39:04 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' >May 31 15:39:04 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' >May 31 15:39:03 localhost systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN) >May 31 15:39:03 localhost systemd[1]: Detected architecture x86-64. >May 31 15:39:04 localhost systemd-sysctl[821]: Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: No such file or directory >May 31 15:39:04 localhost systemd-sysctl[821]: Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring: No such file or directory >May 31 15:39:04 localhost systemd-sysctl[821]: Couldn't write '0' to 'net/bridge/bridge-nf-call-arptables', ignoring: No such file or directory >May 31 15:39:04 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' >May 31 15:39:04 localhost systemd[1]: Starting Flush Journal to Persistent Storage... >May 31 15:39:04 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' >May 31 15:39:04 localhost systemd[1]: Started LVM2 metadata daemon. >May 31 15:39:04 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' >May 31 15:39:04 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' >May 31 15:39:04 localhost systemd[1]: Started udev Coldplug all Devices. >May 31 15:39:04 localhost systemd[1]: Starting udev Wait for Complete Device Initialization... >May 31 15:39:04 localhost systemd[1]: Started Flush Journal to Persistent Storage. >May 31 15:39:04 localhost systemd[1]: Started Configure read-only root support. >May 31 15:39:04 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fedora-readonly comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:04 localhost systemd[1]: Starting Load/Save Random Seed... >May 31 15:39:04 localhost systemd[1]: Started Load/Save Random Seed. >May 31 15:39:04 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' >May 31 15:39:04 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' >May 31 15:39:04 localhost systemd[1]: Started Setup Virtual Console. >May 31 15:39:04 localhost systemd[1]: Starting Show Plymouth Boot Screen... >May 31 15:39:05 localhost kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de). >May 31 15:39:05 localhost systemd[1]: Mounted NFSD configuration filesystem. >May 31 15:39:05 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' >May 31 15:39:05 localhost systemd[1]: Started Create Static Device Nodes in /dev. >May 31 15:39:05 localhost systemd[1]: Starting udev Kernel Device Manager... >May 31 15:39:05 localhost systemd[1]: Started udev Kernel Device Manager. >May 31 15:39:05 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' >May 31 15:39:05 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' >May 31 15:39:05 localhost systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. >May 31 15:39:05 localhost kernel: i2c i2c-0: nForce2 SMBus adapter at 0x2d00 >May 31 15:39:05 localhost kernel: ACPI Warning: SystemIO range 0x0000000000002E00-0x0000000000002E3F conflicts with OpRegion 0x0000000000002E00-0x0000000000002E3F (\SM00) (20160108/utaddress-255) >May 31 15:39:05 localhost kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >May 31 15:39:05 localhost kernel: wmi: Mapper loaded >May 31 15:39:05 localhost kernel: [Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS >May 31 15:39:05 localhost kernel: ACPI: Video Device [IGPU] (multi-head: yes rom: no post: no) >May 31 15:39:05 localhost kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0e/LNXVIDEO:00/input/input5 >May 31 15:39:05 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 >May 31 15:39:06 localhost mtp-probe[893]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:02.1/usb1/1-1" >May 31 15:39:06 localhost mtp-probe[893]: bus: 1, device: 2 was not an MTP device >May 31 15:39:06 localhost mtp-probe[897]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:02.1/usb1/1-6" >May 31 15:39:06 localhost mtp-probe[897]: bus: 1, device: 4 was not an MTP device >May 31 15:39:06 localhost mtp-probe[891]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3" >May 31 15:39:06 localhost mtp-probe[895]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:04.1/usb2/2-2" >May 31 15:39:06 localhost mtp-probe[896]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:04.0/usb4/4-1" >May 31 15:39:06 localhost mtp-probe[895]: bus: 2, device: 3 was not an MTP device >May 31 15:39:06 localhost mtp-probe[891]: bus: 1, device: 3 was not an MTP device >May 31 15:39:06 localhost mtp-probe[896]: bus: 4, device: 2 was not an MTP device >May 31 15:39:06 localhost systemd[1]: Created slice system-configure\x2dprinter.slice. >May 31 15:39:06 localhost kernel: ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21 >May 31 15:39:06 localhost kernel: snd_hda_intel 0000:00:07.0: Disabling MSI >May 31 15:39:06 localhost kernel: usblp 1-1:1.0: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x03F0 pid 0x6911 >May 31 15:39:06 localhost kernel: usbcore: registered new interface driver usblp >May 31 15:39:06 localhost kernel: media: Linux media interface: v0.10 >May 31 15:39:06 localhost kernel: [drm] Initialized drm 1.1.0 20060810 >May 31 15:39:06 localhost systemd[1]: dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0.device: Dev dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 >May 31 15:39:06 localhost systemd[1]: dev-disk-by\x2duuid-2016\x2d05\x2d31\x2d11\x2d04\x2d01\x2d00.device: Dev dev-disk-by\x2duuid-2016\x2d05\x2d31\x2d11\x2d04\x2d01\x2d00.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 >May 31 15:39:06 localhost kernel: Linux video capture interface: v2.00 >May 31 15:39:06 localhost kernel: gspca_main: v2.14.0 registered >May 31 15:39:06 localhost systemd[1]: dev-disk-by\x2dlabel-ANACONDA.device: Dev dev-disk-by\x2dlabel-ANACONDA.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc2 and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc3 >May 31 15:39:06 localhost kernel: gspca_main: pac207-2.14.0 probing 093a:2460 >May 31 15:39:06 localhost kernel: input: pac207 as /devices/pci0000:00/0000:00:04.0/usb4/4-1/input/input6 >May 31 15:39:06 localhost kernel: usbcore: registered new interface driver pac207 >May 31 15:39:06 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: ALC888: SKU not ready 0x411111f0 >May 31 15:39:06 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC888: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line >May 31 15:39:06 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) >May 31 15:39:06 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) >May 31 15:39:06 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 >May 31 15:39:06 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0 >May 31 15:39:06 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: inputs: >May 31 15:39:06 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 >May 31 15:39:06 localhost kernel: snd_hda_codec_realtek hdaudioC0D0: Line=0x16 >May 31 15:39:06 localhost kernel: usb 2-2: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw requested >May 31 15:39:06 localhost kernel: usbcore: registered new interface driver ath9k_htc >May 31 15:39:06 localhost kernel: MXM: GUID detected in BIOS >May 31 15:39:06 localhost kernel: ACPI Warning: \_SB.PCI0.IXVE.IGPU._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95) >May 31 15:39:06 localhost kernel: ACPI: \_SB_.PCI0.IXVE.IGPU: failed to evaluate _DSM >May 31 15:39:06 localhost kernel: ACPI: PCI Interrupt Link [SGRU] enabled at IRQ 20 >May 31 15:39:06 localhost kernel: nouveau 0000:02:00.0: NVIDIA MCP77/MCP78 (0aa380a2) >May 31 15:39:06 localhost kernel: nouveau 0000:02:00.0: bios: version 62.77.2f.00.06 >May 31 15:39:06 localhost kernel: nouveau 0000:02:00.0: fb: 256 MiB stolen system memory >May 31 15:39:06 localhost kernel: usb 2-2: ath9k_htc: Transferred FW: ath9k_htc/htc_9271-1.4.0.fw, size: 51008 >May 31 15:39:07 localhost kernel: input: HDA NVidia Mic as /devices/pci0000:00/0000:00:07.0/sound/card0/input7 >May 31 15:39:07 localhost kernel: input: HDA NVidia Line as /devices/pci0000:00/0000:00:07.0/sound/card0/input8 >May 31 15:39:07 localhost kernel: input: HDA NVidia Line Out as /devices/pci0000:00/0000:00:07.0/sound/card0/input9 >May 31 15:39:07 localhost kernel: input: HDA NVidia Front Headphone as /devices/pci0000:00/0000:00:07.0/sound/card0/input10 >May 31 15:39:07 localhost kernel: ath9k_htc 2-2:1.0: ath9k_htc: HTC initialized with 33 credits >May 31 15:39:07 localhost kernel: [TTM] Zone kernel: Available graphics memory: 1894224 kiB >May 31 15:39:07 localhost kernel: [TTM] Initializing pool allocator >May 31 15:39:07 localhost kernel: [TTM] Initializing DMA pool allocator >May 31 15:39:07 localhost kernel: nouveau 0000:02:00.0: DRM: VRAM: 256 MiB >May 31 15:39:07 localhost kernel: nouveau 0000:02:00.0: DRM: GART: 1048576 MiB >May 31 15:39:07 localhost kernel: nouveau 0000:02:00.0: DRM: TMDS table version 2.0 >May 31 15:39:07 localhost kernel: nouveau 0000:02:00.0: DRM: DCB version 4.0 >May 31 15:39:07 localhost kernel: nouveau 0000:02:00.0: DRM: DCB outp 00: 01000300 0000001e >May 31 15:39:07 localhost kernel: nouveau 0000:02:00.0: DRM: DCB outp 01: 01011332 00020010 >May 31 15:39:07 localhost kernel: nouveau 0000:02:00.0: DRM: DCB conn 00: 00000100 >May 31 15:39:07 localhost kernel: nouveau 0000:02:00.0: DRM: DCB conn 01: 00001231 >May 31 15:39:07 localhost kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). >May 31 15:39:07 localhost kernel: [drm] Driver supports precise vblank timestamp query. >May 31 15:39:07 localhost kernel: nouveau 0000:02:00.0: DRM: MM: using M2MF for buffer copies >May 31 15:39:07 localhost kernel: EDAC MC: Ver: 3.0.0 >May 31 15:39:07 localhost kernel: MCE: In-kernel MCE decoding enabled. >May 31 15:39:07 localhost kernel: AMD64 EDAC driver v3.4.0 >May 31 15:39:07 localhost kernel: EDAC amd64: DRAM ECC disabled. >May 31 15:39:07 localhost kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load. >Either enable ECC checking or force module loading by setting 'ecc_enable_override'. >(Note that use of the override may cause unknown side effects.) >May 31 15:39:07 localhost kernel: nouveau 0000:02:00.0: DRM: allocated 1920x1080 fb: 0x50000, bo ffff8800c9f1f400 >May 31 15:39:07 localhost kernel: fbcon: nouveaufb (fb0) is primary device >May 31 15:39:07 localhost kernel: k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141 >May 31 15:39:07 localhost kernel: Console: switching to colour frame buffer device 240x67 >May 31 15:39:07 localhost kernel: nouveau 0000:02:00.0: fb0: nouveaufb frame buffer device >May 31 15:39:07 localhost kernel: [drm] Initialized nouveau 1.3.1 20120801 for 0000:02:00.0 on minor 0 >May 31 15:39:07 localhost kernel: ath9k_htc 2-2:1.0: ath9k_htc: FW Version: 1.4 >May 31 15:39:07 localhost kernel: ath9k_htc 2-2:1.0: FW RMW support: On >May 31 15:39:07 localhost kernel: ath: EEPROM regdomain: 0x60 >May 31 15:39:07 localhost kernel: ath: EEPROM indicates we should expect a direct regpair map >May 31 15:39:07 localhost kernel: ath: Country alpha2 being used: 00 >May 31 15:39:07 localhost kernel: ath: Regpair used: 0x60 >May 31 15:39:07 localhost kernel: ieee80211 phy0: Atheros AR9271 Rev:1 >May 31 15:39:07 localhost kernel: kvm: Nested Virtualization enabled >May 31 15:39:07 localhost kernel: powernow_k8: fid 0x14 (2800 MHz), vid 0x8 >May 31 15:39:07 localhost kernel: powernow_k8: fid 0x12 (2600 MHz), vid 0xa >May 31 15:39:07 localhost kernel: powernow_k8: fid 0x10 (2400 MHz), vid 0xc >May 31 15:39:07 localhost kernel: powernow_k8: fid 0xe (2200 MHz), vid 0xe >May 31 15:39:07 localhost kernel: powernow_k8: fid 0xc (2000 MHz), vid 0x10 >May 31 15:39:07 localhost kernel: powernow_k8: fid 0xa (1800 MHz), vid 0x10 >May 31 15:39:07 localhost kernel: powernow_k8: fid 0x2 (1000 MHz), vid 0x12 >May 31 15:39:07 localhost kernel: powernow_k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 5400+ (2 cpu cores) (version 2.20.00) >May 31 15:39:07 localhost systemd[1]: dev-disk-by\x2dlabel-Anaconda.device: Dev dev-disk-by\x2dlabel-Anaconda.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-1 >May 31 15:39:07 localhost systemd[1]: dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device: Dev dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-1 >May 31 15:39:07 localhost systemd[1]: dev-disk-by\x2dlabel-Anaconda.device: Dev dev-disk-by\x2dlabel-Anaconda.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-0 >May 31 15:39:07 localhost systemd[1]: dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device: Dev dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-0 >May 31 15:39:07 localhost systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. >May 31 15:39:07 localhost systemd[1]: Starting Load/Save RF Kill Switch Status... >May 31 15:39:07 localhost systemd[1]: Reached target Sound Card. >May 31 15:39:07 localhost kernel: ath9k_htc 2-2:1.0 wlp0s4f1u2: renamed from wlan0 >May 31 15:39:07 localhost crda[946]: Could not determine country! Unable to set regulatory domain. >May 31 15:39:07 localhost systemd-udevd[876]: Process '/usr/sbin/setregdomain' failed with exit code 1. >May 31 15:39:07 localhost kernel: audit_printk_skb: 138 callbacks suppressed >May 31 15:39:07 localhost kernel: audit: type=1130 audit(1464723547.965:68): 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' >May 31 15:39:07 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' >May 31 15:39:07 localhost systemd[1]: Started Load/Save RF Kill Switch Status. >May 31 15:39:08 localhost kernel: audit: type=1130 audit(1464723548.057:69): 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' >May 31 15:39: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-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:08 localhost systemd[1]: Started udev Wait for Complete Device Initialization. >May 31 15:39:08 localhost systemd[1]: Starting Activation of DM RAID sets... >May 31 15:39:08 localhost systemd[1]: Received SIGRTMIN+20 from PID 866 (plymouthd). >May 31 15:39:08 localhost systemd[1]: Started Show Plymouth Boot Screen. >May 31 15:39:08 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' >May 31 15:39:08 localhost kernel: audit: type=1130 audit(1464723548.136:70): 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' >May 31 15:39:08 localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. >May 31 15:39:08 localhost kernel: CE: hpet increased min_delta_ns to 11521 nsec >May 31 15:39:08 localhost systemd[1]: Started Activation of DM RAID sets. >May 31 15:39:08 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' >May 31 15:39:08 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' >May 31 15:39:08 localhost systemd[1]: Reached target Local File Systems (Pre). >May 31 15:39:08 localhost kernel: audit: type=1130 audit(1464723548.230:71): 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' >May 31 15:39:08 localhost kernel: audit: type=1131 audit(1464723548.230:72): 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' >May 31 15:39:08 localhost systemd[1]: var-tmp.mount: Directory /var/tmp to mount over is not empty, mounting anyway. >May 31 15:39:08 localhost systemd[1]: Mounting /var/tmp... >May 31 15:39:08 localhost systemd[1]: Reached target Encrypted Volumes. >May 31 15:39:08 localhost systemd[1]: Mounted /var/tmp. >May 31 15:39:08 localhost systemd[1]: Reached target Local File Systems. >May 31 15:39:08 localhost systemd[1]: Starting Preprocess NFS configuration... >May 31 15:39:08 localhost systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... >May 31 15:39:08 localhost systemd[1]: Starting Import network configuration from initramfs... >May 31 15:39:08 localhost systemd[1]: Starting Restore /run/initramfs on shutdown... >May 31 15:39:08 localhost kernel: audit: type=1130 audit(1464723548.309:73): 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' >May 31 15:39:08 localhost kernel: audit: type=1131 audit(1464723548.309:74): 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' >May 31 15:39:08 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' >May 31 15:39:08 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' >May 31 15:39:08 localhost systemd[1]: Started Tell Plymouth To Write Out Runtime Data. >May 31 15:39:08 localhost kernel: audit: type=1130 audit(1464723548.342:75): 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' >May 31 15:39:08 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' >May 31 15:39:08 localhost systemd[1]: Started Restore /run/initramfs on shutdown. >May 31 15:39:08 localhost systemd[1]: Started Preprocess NFS configuration. >May 31 15:39:08 localhost kernel: audit: type=1130 audit(1464723548.369:76): 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' >May 31 15:39:08 localhost kernel: audit: type=1131 audit(1464723548.369:77): 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' >May 31 15:39:08 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' >May 31 15:39:08 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' >May 31 15:39:08 localhost systemd[1]: Started Import network configuration from initramfs. >May 31 15:39:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fedora-import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:08 localhost systemd[1]: Starting Create Volatile Files and Directories... >May 31 15:39:08 localhost systemd[1]: Started Create Volatile Files and Directories. >May 31 15:39: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-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:08 localhost systemd[1]: Starting Security Auditing Service... >May 31 15:39:08 localhost auditd[988]: Started dispatcher: /sbin/audispd pid: 1003 >May 31 15:39:08 localhost audispd[1003]: priority_boost_parser called with: 4 >May 31 15:39:08 localhost audit: CONFIG_CHANGE audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 >May 31 15:39:08 localhost audit: CONFIG_CHANGE audit_pid=988 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 >May 31 15:39:08 localhost audispd[1003]: max_restarts_parser called with: 10 >May 31 15:39:08 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 >May 31 15:39:08 localhost augenrules[989]: No rules >May 31 15:39:08 localhost audispd[1003]: audispd initialized with q_depth=150 and 1 active plugins >May 31 15:39:08 localhost auditd[988]: Init complete, auditd 2.5.2 listening for events (startup state enable) >May 31 15:39:08 localhost systemd[1]: Started Security Auditing Service. >May 31 15:39:08 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' >May 31 15:39:08 localhost systemd[1]: Starting Update UTMP about System Boot/Shutdown... >May 31 15:39:08 localhost audit[1012]: SYSTEM_BOOT pid=1012 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' >May 31 15:39:08 localhost systemd[1]: Started Update UTMP about System Boot/Shutdown. >May 31 15:39: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-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:08 localhost systemd[1]: Reached target System Initialization. >May 31 15:39:08 localhost systemd[1]: Started Updates mlocate database every day. >May 31 15:39:08 localhost systemd[1]: Listening on Open-iSCSI iscsid Socket. >May 31 15:39:08 localhost systemd[1]: Listening on Open-iSCSI iscsiuio Socket. >May 31 15:39:08 localhost systemd[1]: Listening on RPCbind Server Activation Socket. >May 31 15:39:08 localhost systemd[1]: Started daily update of the root trust anchor for DNSSEC. >May 31 15:39:08 localhost systemd[1]: Listening on CUPS Scheduler. >May 31 15:39:08 localhost systemd[1]: Started CUPS Scheduler. >May 31 15:39:08 localhost systemd[1]: Reached target Paths. >May 31 15:39:08 localhost systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket. >May 31 15:39:08 localhost systemd[1]: Listening on D-Bus System Message Bus Socket. >May 31 15:39:08 localhost systemd[1]: Reached target Sockets. >May 31 15:39:08 localhost systemd[1]: Started Daily Cleanup of Temporary Directories. >May 31 15:39:08 localhost systemd[1]: Reached target Timers. >May 31 15:39:08 localhost systemd[1]: Reached target Basic System. >May 31 15:39:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=configure-printer@usb-001-002 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:08 localhost systemd[1]: Started Configure Plugged-In Printer. >May 31 15:39:08 localhost systemd[1]: Starting NTP client/server... >May 31 15:39:08 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' >May 31 15:39:08 localhost systemd[1]: Starting Login Service... >May 31 15:39:08 localhost systemd[1]: Started Machine Check Exception Logging Daemon. >May 31 15:39:08 localhost systemd[1]: Starting GSSAPI Proxy Daemon... >May 31 15:39:08 localhost systemd[1]: Starting Accounts Service... >May 31 15:39:08 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=irqbalance comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:08 localhost systemd[1]: Started irqbalance daemon. >May 31 15:39:08 localhost systemd[1]: Started D-Bus System Message Bus. >May 31 15:39:09 localhost chronyd[1032]: chronyd version 2.3 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SECHASH +ASYNCDNS +IPV6 +DEBUG) >May 31 15:39:09 localhost audit[1020]: AVC avc: denied { getattr } for pid=1020 comm="gssproxy" name="/" dev="dm-0" ino=2 scontext=system_u:system_r:gssproxy_t:s0 tcontext=system_u:object_r:fs_t:s0 tclass=filesystem permissive=0 >May 31 15:39:09 localhost udev-configure-printer[1015]: add usb-001-002 >May 31 15:39:09 localhost udev-configure-printer[1015]: device devpath is /devices/pci0000:00/0000:00:02.1/usb1/1-1 >May 31 15:39:09 localhost udev-configure-printer[1015]: MFG:HP MDL:Photosmart D7200 series SERN:MY759F21B5050G serial:MY759F21B5050G >May 31 15:39:09 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' >May 31 15:39:09 localhost dbus[1028]: [system] Successfully activated service 'org.freedesktop.systemd1' >May 31 15:39:09 localhost systemd[1]: Starting firewalld - dynamic firewall daemon... >May 31 15:39:09 localhost systemd[1]: Starting Disk Manager... >May 31 15:39:09 localhost systemd[1]: Starting LSB: Init script for live image.... >May 31 15:39:10 localhost systemd[1]: Started Self Monitoring and Reporting Technology (SMART) Daemon. >May 31 15:39:10 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=smartd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:10 localhost systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. >May 31 15:39:10 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' >May 31 15:39:10 localhost systemd[1]: Starting Avahi mDNS/DNS-SD Stack... >May 31 15:39:10 localhost systemd[1]: Starting System Logging Service... >May 31 15:39:10 localhost systemd[1]: Starting Modem Manager... >May 31 15:39:10 localhost systemd[1]: Starting RealtimeKit Scheduling Policy Service... >May 31 15:39:10 localhost audit: NETFILTER_CFG table=filter family=2 entries=0 >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: read error >May 31 15:39:10 localhost rngd[1057]: No entropy sources working, exiting rngd >May 31 15:39:10 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' >May 31 15:39:10 localhost alsactl[1068]: alsactl 1.1.1 daemon started >May 31 15:39:10 localhost systemd[1]: Started Manage Sound Card State (restore and store). >May 31 15:39:10 localhost alsactl[1068]: /usr/sbin/alsactl: load_state:1683Cannot open /var/lib/alsa/asound.state for reading: No such file or directory >May 31 15:39:10 localhost alsactl[1068]: Found hardware: "HDA-Intel" "Realtek ALC888" "HDA:10ec0888,103c2a7a,00100202" "0x103c" "0x2a7a" >May 31 15:39:10 localhost alsactl[1068]: Hardware is initialized using a generic method >May 31 15:39:10 localhost alsactl[1068]: /usr/sbin/alsactl: sysfs_init:48sysfs path '/sys' is invalid >May 31 15:39:10 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' >May 31 15:39:10 localhost audit[1]: SERVICE_STOP 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' >May 31 15:39:10 localhost systemd[1]: Started GSSAPI Proxy Daemon. >May 31 15:39:10 localhost systemd-logind[1018]: New seat seat0. >May 31 15:39:10 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' >May 31 15:39:10 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' >May 31 15:39:10 localhost rtkit-daemon[1064]: Successfully called chroot. >May 31 15:39:10 localhost systemd[1]: Started Login Service. >May 31 15:39:10 localhost rtkit-daemon[1064]: Successfully dropped privileges. >May 31 15:39:10 localhost systemd[1]: Started RealtimeKit Scheduling Policy Service. >May 31 15:39:10 localhost rtkit-daemon[1064]: Successfully limited resources. >May 31 15:39:10 localhost systemd[1]: Reached target NFS client services. >May 31 15:39:10 localhost rtkit-daemon[1064]: Running. >May 31 15:39:10 localhost systemd-logind[1018]: Watching system buttons on /dev/input/event1 (Power Button) >May 31 15:39:10 localhost rtkit-daemon[1064]: Watchdog thread running. >May 31 15:39:10 localhost systemd-logind[1018]: Watching system buttons on /dev/input/event4 (Video Bus) >May 31 15:39:10 localhost rtkit-daemon[1064]: Canary thread running. >May 31 15:39:10 localhost systemd-logind[1018]: Watching system buttons on /dev/input/event0 (Power Button) >May 31 15:39:10 localhost systemd[1]: Started NTP client/server. >May 31 15:39:10 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' >May 31 15:39:10 localhost udisksd[1046]: udisks daemon version 2.1.7 starting >May 31 15:39:10 localhost dbus[1028]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >May 31 15:39:10 localhost systemd[1]: Starting Authorization Manager... >May 31 15:39:10 localhost avahi-daemon[1059]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70). >May 31 15:39:10 localhost avahi-daemon[1059]: Successfully dropped root privileges. >May 31 15:39:10 localhost avahi-daemon[1059]: avahi-daemon 0.6.32 starting up. >May 31 15:39:10 localhost systemd[1]: Started Avahi mDNS/DNS-SD Stack. >May 31 15:39:10 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' >May 31 15:39:10 localhost avahi-daemon[1059]: Successfully called chroot(). >May 31 15:39:10 localhost avahi-daemon[1059]: Successfully dropped remaining capabilities. >May 31 15:39:10 localhost avahi-daemon[1084]: chroot.c: open() failed: No such file or directory >May 31 15:39:10 localhost avahi-daemon[1059]: Failed to open /etc/resolv.conf: Invalid argument >May 31 15:39:10 localhost avahi-daemon[1059]: No service file found in /etc/avahi/services. >May 31 15:39:10 localhost avahi-daemon[1059]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives. >May 31 15:39:10 localhost avahi-daemon[1059]: Network interface enumeration completed. >May 31 15:39:10 localhost avahi-daemon[1059]: Server startup complete. Host name is linux.local. Local service cookie is 3220212808. >May 31 15:39:10 localhost audit[1022]: AVC avc: denied { write } for pid=1022 comm="accounts-daemon" name="root" dev="dm-0" ino=262661 scontext=system_u:system_r:accountsd_t:s0 tcontext=system_u:object_r:admin_home_t:s0 tclass=dir permissive=0 >May 31 15:39:10 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rsyslog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:10 localhost systemd[1]: Started System Logging Service. >May 31 15:39:10 localhost smartd[1055]: smartd 6.5 2016-05-07 r4318 [x86_64-linux-4.5.5-300.fc24.x86_64] (local build) >May 31 15:39:10 localhost smartd[1055]: Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org >May 31 15:39:10 localhost smartd[1055]: Opened configuration file /etc/smartmontools/smartd.conf >May 31 15:39:10 localhost smartd[1055]: Configuration file /etc/smartmontools/smartd.conf was parsed, found DEVICESCAN, scanning devices >May 31 15:39:10 localhost smartd[1055]: Device: /dev/sda, type changed from 'scsi' to 'sat' >May 31 15:39:10 localhost smartd[1055]: Device: /dev/sda [SAT], opened >May 31 15:39:10 localhost smartd[1055]: Device: /dev/sda [SAT], ST3500413AS, S/N:6VMWEG0T, WWN:5-000c50-037458df6, FW:JC4B, 500 GB >May 31 15:39:10 localhost smartd[1055]: Device: /dev/sda [SAT], found in smartd database: Seagate Barracuda 7200.12 >May 31 15:39:10 localhost ModemManager[1062]: <info> ModemManager (version 1.6-0.3.rc3.fc24) starting in system bus... >May 31 15:39:10 localhost polkitd[1082]: Started polkitd version 0.113 >May 31 15:39:10 localhost smartd[1055]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list. >May 31 15:39:10 localhost smartd[1055]: Monitoring 1 ATA/SATA, 0 SCSI/SAS and 0 NVMe devices >May 31 15:39:11 localhost polkitd[1082]: Loading rules from directory /etc/polkit-1/rules.d >May 31 15:39:11 localhost polkitd[1082]: Loading rules from directory /usr/share/polkit-1/rules.d >May 31 15:39:11 localhost polkitd[1082]: Finished loading, compiling and executing 3 rules >May 31 15:39:11 localhost dbus[1028]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >May 31 15:39:11 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' >May 31 15:39:11 localhost polkitd[1082]: Acquired the name org.freedesktop.PolicyKit1 on the system bus >May 31 15:39:11 localhost systemd[1]: Started Authorization Manager. >May 31 15:39:11 localhost accounts-daemon[1022]: started daemon version 0.6.40 >May 31 15:39:11 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' >May 31 15:39:11 localhost systemd[1]: Started Accounts Service. >May 31 15:39:11 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' >May 31 15:39:11 localhost systemd[1]: Started Modem Manager. >May 31 15:39:11 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' >May 31 15:39:11 localhost systemd[1]: Started Disk Manager. >May 31 15:39:11 localhost udisksd[1046]: Acquired the name org.freedesktop.UDisks2 on the system message bus >May 31 15:39:12 localhost audit[1102]: ADD_GROUP pid=1102 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' >May 31 15:39:12 localhost useradd[1102]: new group: name=liveuser, GID=1000 >May 31 15:39:12 localhost useradd[1102]: new user: name=liveuser, UID=1000, GID=1000, home=/home/liveuser, shell=/bin/bash >May 31 15:39:12 localhost dbus[1028]: [system] Activating service name='org.fedoraproject.Setroubleshootd' (using servicehelper) >May 31 15:39:12 localhost audit[1102]: ADD_USER pid=1102 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' >May 31 15:39:12 localhost audit[1102]: USER_MGMT pid=1102 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' >May 31 15:39:12 localhost livesys[1048]: Adding live user [ OK ] >May 31 15:39:12 localhost audit[1109]: USER_CHAUTHTOK pid=1109 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:initrc_t:s0 msg='op=delete password id=1000 exe="/usr/bin/passwd" hostname=? addr=? terminal=? res=success' >May 31 15:39:12 localhost audit[1110]: USER_MGMT pid=1110 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' >May 31 15:39:12 localhost audit[1110]: USER_MGMT pid=1110 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' >May 31 15:39:12 localhost usermod[1110]: add 'liveuser' to group 'wheel' >May 31 15:39:12 localhost usermod[1110]: add 'liveuser' to shadow group 'wheel' >May 31 15:39:12 localhost audit[1115]: USER_CHAUTHTOK pid=1115 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:initrc_t:s0 msg='op=delete password id=0 exe="/usr/bin/passwd" hostname=? addr=? terminal=? res=success' >May 31 15:39:12 localhost audit[1]: USER_AVC pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='Unknown permission stop for class system exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' >May 31 15:39:12 localhost audit[1]: USER_AVC pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='Unknown permission stop for class system exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' >May 31 15:39:12 localhost audit[1]: USER_AVC pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='Unknown permission stop for class system exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' >May 31 15:39:12 localhost audit[1]: USER_AVC pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='Unknown permission stop for class system exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' >May 31 15:39:12 localhost systemd[1]: Stopped Software RAID monitoring and management. >May 31 15:39:12 localhost audit[1]: USER_AVC pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='Unknown permission stop for class system exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' >May 31 15:39:12 localhost audit[1]: USER_AVC pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='Unknown permission stop for class system exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' >May 31 15:39:12 localhost livesys[1048]: No such schema 'org.gnome.software' >May 31 15:39:12 localhost systemd[1]: Stopped Command Scheduler. >May 31 15:39:12 localhost systemd[1]: Stopped Job spooling tools. >May 31 15:39:12 localhost livesys[1048]: sed: can't read : No such file or directory >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 localhost livesys[1048]: warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >May 31 15:39:12 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' >May 31 15:39:13 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' >May 31 15:39:13 localhost systemd[1]: Started firewalld - dynamic firewall daemon. >May 31 15:39:13 localhost systemd[1]: Starting Network Manager... >May 31 15:39:13 localhost kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team >May 31 15:39:13 localhost audit: NETFILTER_CFG table=filter family=10 entries=0 >May 31 15:39:13 localhost audit: NETFILTER_CFG table=filter family=10 entries=0 >May 31 15:39:13 localhost systemd[1]: Started LSB: Init script for live image.. >May 31 15:39:13 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' >May 31 15:39:13 localhost systemd[1]: Starting SYSV: Late init script for live image.... >May 31 15:39:13 localhost systemd[1]: Starting ABRT Automated Bug Reporting Tool... >May 31 15:39:13 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' >May 31 15:39:13 localhost systemd[1]: Started SYSV: Late init script for live image.. >May 31 15:39:13 localhost ModemManager[1062]: <info> Couldn't check support for device at '/sys/devices/pci0000:00/0000:00:04.1/usb2/2-2': not supported by any plugin >May 31 15:39:13 localhost ModemManager[1062]: <info> Couldn't check support for device at '/sys/devices/pci0000:00/0000:00:0a.0': not supported by any plugin >May 31 15:39:13 localhost kernel: Ebtables v2.0 registered >May 31 15:39:14 localhost audit: NETFILTER_CFG table=mangle family=2 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=mangle family=2 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=security family=2 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=security family=2 entries=0 >May 31 15:39:14 localhost NetworkManager[1138]: <info> [1464723554.0845] NetworkManager (version 1.2.2-1.fc24) is starting... >May 31 15:39:14 localhost NetworkManager[1138]: <info> [1464723554.0856] Read config: /etc/NetworkManager/NetworkManager.conf >May 31 15:39:14 localhost audit: NETFILTER_CFG table=raw family=2 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=raw family=2 entries=0 >May 31 15:39:14 localhost NetworkManager[1138]: <info> [1464723554.1436] manager[0x55e92b795210]: monitoring kernel firmware directory '/lib/firmware'. >May 31 15:39:14 localhost NetworkManager[1138]: <info> [1464723554.1791] dns-mgr[0x55e92b7ac0b0]: set resolv-conf-mode: default >May 31 15:39:14 localhost NetworkManager[1138]: <info> [1464723554.1795] dns-mgr[0x55e92b7ac0b0]: using resolv.conf manager 'none' >May 31 15:39:14 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) >May 31 15:39:14 localhost NetworkManager[1138]: <info> [1464723554.1916] rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:04.1/usb2/2-2/2-2:1.0/ieee80211/phy0/rfkill0) (driver ath9k_htc) >May 31 15:39:14 localhost NetworkManager[1138]: <info> [1464723554.1919] WiFi hardware radio set enabled >May 31 15:39:14 localhost NetworkManager[1138]: <info> [1464723554.1920] WWAN hardware radio set enabled >May 31 15:39:14 localhost systemd[1]: Started Network Manager. >May 31 15:39:14 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' >May 31 15:39:14 localhost systemd[1]: Reached target Network. >May 31 15:39:14 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' >May 31 15:39:14 localhost systemd[1]: Started Logout off all iSCSI sessions on shutdown. >May 31 15:39:14 localhost systemd[1]: Starting Availability of block devices... >May 31 15:39:14 localhost systemd[1]: Reached target Remote File Systems (Pre). >May 31 15:39:14 localhost dbus[1028]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >May 31 15:39:14 localhost systemd[1]: Reached target Remote File Systems. >May 31 15:39:14 localhost systemd[1]: Starting Permit User Sessions... >May 31 15:39:14 localhost systemd[1]: Starting CUPS Scheduler... >May 31 15:39:14 localhost systemd[1]: Starting Notify NFS peers of a restart... >May 31 15:39:14 localhost systemd[1]: Started Availability of block devices. >May 31 15:39:14 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=blk-availability comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39: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-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:14 localhost systemd[1]: Started Permit User Sessions. >May 31 15:39:14 localhost audit: NETFILTER_CFG table=nat family=2 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=nat family=2 entries=0 >May 31 15:39:14 localhost systemd[1]: Starting Terminate Plymouth Boot Screen... >May 31 15:39:14 localhost systemd[1]: Starting Wait for Plymouth Boot Screen to Quit... >May 31 15:39:14 localhost systemd[1]: Starting Network Manager Script Dispatcher Service... >May 31 15:39:14 localhost sm-notify[1200]: Version 1.3.3 starting >May 31 15:39:14 localhost 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' >May 31 15:39:14 localhost audit[1]: SERVICE_STOP 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' >May 31 15:39:14 localhost systemd[1]: Received SIGRTMIN+21 from PID 866 (plymouthd). >May 31 15:39:14 localhost systemd[1]: Started Notify NFS peers of a restart. >May 31 15:39:14 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:14 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:14 localhost systemd[1]: Started Terminate Plymouth Boot Screen. >May 31 15:39:14 localhost 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' >May 31 15:39:14 localhost 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' >May 31 15:39:14 localhost systemd[1]: Started Wait for Plymouth Boot Screen to Quit. >May 31 15:39:14 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=abrtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:14 localhost systemd[1]: Started ABRT Automated Bug Reporting Tool. >May 31 15:39:14 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=abrt-oops comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:14 localhost systemd[1]: Started ABRT kernel log watcher. >May 31 15:39:14 localhost audit: NETFILTER_CFG table=mangle family=10 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=mangle family=10 entries=0 >May 31 15:39:14 localhost systemd[1]: Starting Install ABRT coredump hook... >May 31 15:39:14 localhost systemd[1]: Started ABRT Xorg log watcher. >May 31 15:39:14 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=abrt-xorg comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:14 localhost systemd[1]: Starting Light Display Manager... >May 31 15:39:14 localhost 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' >May 31 15:39:14 localhost audit: NETFILTER_CFG table=security family=10 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=security family=10 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=raw family=10 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=raw family=10 entries=0 >May 31 15:39:14 localhost dbus[1028]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >May 31 15:39:14 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' >May 31 15:39:14 localhost systemd[1]: Started Network Manager Script Dispatcher Service. >May 31 15:39:14 localhost audit: NETFILTER_CFG table=nat family=10 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=nat family=10 entries=0 >May 31 15:39:14 localhost NetworkManager[1138]: <info> [1464723554.6817] settings: loaded plugin ifcfg-rh: (c) 2007 - 2015 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. (/usr/lib64/NetworkManager/libnm-settings-plugin-ifcfg-rh.so) >May 31 15:39:14 localhost NetworkManager[1138]: <info> [1464723554.7003] settings: loaded plugin iBFT: (c) 2014 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. (/usr/lib64/NetworkManager/libnm-settings-plugin-ibft.so) >May 31 15:39:14 localhost NetworkManager[1138]: <info> [1464723554.7004] settings: loaded plugin keyfile: (c) 2007 - 2015 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >May 31 15:39:14 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=abrt-ccpp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:14 localhost systemd[1]: Started Install ABRT coredump hook. >May 31 15:39:14 localhost kernel: bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. >May 31 15:39:14 localhost dbus[1028]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >May 31 15:39:14 localhost cupsd[1197]: REQUEST localhost - - "POST / HTTP/1.1" 401 244 CUPS-Get-Devices successful-ok >May 31 15:39:14 localhost 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' >May 31 15:39:14 localhost systemd[1]: Started CUPS Scheduler. >May 31 15:39:14 localhost systemd[1]: Reached target Printer. >May 31 15:39:14 localhost audit: NETFILTER_CFG table=filter family=2 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=filter family=10 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=mangle family=2 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=security family=2 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=raw family=2 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=nat family=2 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=mangle family=10 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=security family=10 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=raw family=10 entries=0 >May 31 15:39:14 localhost audit: NETFILTER_CFG table=nat family=10 entries=0 >May 31 15:39:14 localhost systemd[1]: Starting Hostname Service... >May 31 15:39:15 localhost dbus[1028]: [system] Successfully activated service 'org.freedesktop.hostname1' >May 31 15:39: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-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:15 localhost systemd[1]: Started Hostname Service. >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0609] settings: hostname: using hostnamed >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0612] settings: hostname changed from (none) to "localhost" >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0620] Using DHCP client 'dhclient' >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0621] manager: WiFi enabled by radio killswitch; enabled by state file >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0622] manager: WWAN enabled by radio killswitch; enabled by state file >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0622] manager: Networking is enabled by state file >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0623] Loaded device plugin: NMVxlanFactory (internal) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0623] Loaded device plugin: NMVlanFactory (internal) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0623] Loaded device plugin: NMVethFactory (internal) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0624] Loaded device plugin: NMTunFactory (internal) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0624] Loaded device plugin: NMMacvlanFactory (internal) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0624] Loaded device plugin: NMIPTunnelFactory (internal) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0625] Loaded device plugin: NMInfinibandFactory (internal) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0625] Loaded device plugin: NMEthernetFactory (internal) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0625] Loaded device plugin: NMBridgeFactory (internal) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.0625] Loaded device plugin: NMBondFactory (internal) >May 31 15:39:15 localhost nm-dispatcher[1211]: req:1 'hostname': new request (5 scripts) >May 31 15:39:15 localhost nm-dispatcher[1211]: req:1 'hostname': start running ordered scripts... >May 31 15:39:15 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:15 localhost systemd[1]: Started Light Display Manager. >May 31 15:39:15 localhost cupsd[1197]: [cups-deviced] PID 1275 (gutenprint52+usb) stopped with status 1! >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.2579] Loaded device plugin: NMWifiFactory (/usr/lib64/NetworkManager/libnm-device-plugin-wifi.so) >May 31 15:39:15 localhost kernel: Netfilter messages via NETLINK v0.30. >May 31 15:39:15 localhost kernel: usblp0: removed >May 31 15:39:15 localhost kernel: usblp 1-1:1.0: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x03F0 pid 0x6911 >May 31 15:39:15 localhost kernel: ip_set: protocol 6 >May 31 15:39:15 localhost cupsd[1197]: PID 1269 (/usr/lib/cups/daemon/cups-deviced) exited with no errors. >May 31 15:39:15 localhost udev-configure-printer[1015]: SERN fields match >May 31 15:39:15 localhost cupsd[1197]: REQUEST localhost - root "POST / HTTP/1.1" 200 1083 CUPS-Get-Devices - >May 31 15:39:15 localhost udev-configure-printer[1015]: URI match: usb://HP/Photosmart%20D7200%20series?serial=MY759F21B5050G >May 31 15:39:15 localhost udev-configure-printer[1015]: About to add queue for usb://HP/Photosmart%20D7200%20series?serial=MY759F21B5050G >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.5483] Loaded device plugin: NMBluezManager (/usr/lib64/NetworkManager/libnm-device-plugin-bluetooth.so) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.6004] Loaded device plugin: NMAtmManager (/usr/lib64/NetworkManager/libnm-device-plugin-adsl.so) >May 31 15:39:15 localhost dbus[1028]: [system] Successfully activated service 'org.fedoraproject.Setroubleshootd' >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.6643] Loaded device plugin: NMWwanFactory (/usr/lib64/NetworkManager/libnm-device-plugin-wwan.so) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.7478] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/libnm-device-plugin-team.so) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.7750] (wlp0s4f1u2): using nl80211 for WiFi device control >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.7866] device (wlp0s4f1u2): driver supports Access Point (AP) mode >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.7908] manager: (wlp0s4f1u2): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/0) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.7939] device (wlp0s4f1u2): state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >May 31 15:39:15 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s4f1u2: link is not ready >May 31 15:39:15 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s4f1u2: link is not ready >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.9965] manager: (enp0s10): new Ethernet device (/org/freedesktop/NetworkManager/Devices/1) >May 31 15:39:15 localhost NetworkManager[1138]: <info> [1464723555.9995] ifcfg-rh: add connection in-memory (aefe867e-7f0b-32ae-9c03-8509be3713a9,"Wired connection 1") >May 31 15:39:16 localhost NetworkManager[1138]: <info> [1464723556.0004] settings: (enp0s10): created default wired connection 'Wired connection 1' >May 31 15:39:16 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready >May 31 15:39:16 localhost kernel: forcedeth 0000:00:0a.0 enp0s10: MSI enabled >May 31 15:39:16 localhost kernel: forcedeth 0000:00:0a.0 enp0s10: no link during initialization >May 31 15:39:16 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready >May 31 15:39:16 localhost NetworkManager[1138]: <info> [1464723556.0085] device (enp0s10): state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >May 31 15:39:16 localhost NetworkManager[1138]: <info> [1464723556.0139] device (lo): link connected >May 31 15:39:16 localhost NetworkManager[1138]: <info> [1464723556.0239] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/2) >May 31 15:39:16 localhost dbus[1028]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' >May 31 15:39:16 localhost systemd[1]: Starting WPA supplicant... >May 31 15:39:16 localhost NetworkManager[1138]: <info> [1464723556.2303] ModemManager available in the bus >May 31 15:39:16 localhost dbus[1028]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' >May 31 15:39:16 localhost systemd[1]: Started WPA supplicant. >May 31 15:39:16 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' >May 31 15:39:16 localhost wpa_supplicant[1306]: Successfully initialized wpa_supplicant >May 31 15:39:16 localhost NetworkManager[1138]: <info> [1464723556.3860] supplicant: wpa_supplicant running >May 31 15:39:16 localhost NetworkManager[1138]: <info> [1464723556.3861] device (wlp0s4f1u2): supplicant interface state: init -> starting >May 31 15:39:16 localhost NetworkManager[1138]: <info> [1464723556.4146] sup-iface[0x55e92b7892b0,wlp0s4f1u2]: supports 4 scan SSIDs >May 31 15:39:16 localhost NetworkManager[1138]: <info> [1464723556.4201] device (wlp0s4f1u2): supplicant interface state: starting -> ready >May 31 15:39:16 localhost NetworkManager[1138]: <info> [1464723556.4202] device (wlp0s4f1u2): state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42] >May 31 15:39:16 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s4f1u2: link is not ready >May 31 15:39:16 localhost audit: NETFILTER_CFG table=filter family=2 entries=4 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=mangle family=2 entries=6 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=nat family=2 entries=5 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=raw family=2 entries=3 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=security family=2 entries=4 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=filter family=10 entries=4 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=mangle family=10 entries=6 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=nat family=10 entries=5 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=raw family=10 entries=3 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=security family=10 entries=4 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=filter family=7 entries=0 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=filter family=7 entries=0 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=filter family=7 entries=0 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=broute family=7 entries=0 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=broute family=7 entries=0 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=broute family=7 entries=0 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=nat family=7 entries=0 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=nat family=7 entries=0 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=nat family=7 entries=0 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=filter family=2 entries=4 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=mangle family=2 entries=6 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=security family=2 entries=4 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=raw family=2 entries=3 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=nat family=2 entries=5 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=filter family=10 entries=4 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=mangle family=10 entries=6 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=security family=10 entries=4 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=raw family=10 entries=3 >May 31 15:39:16 localhost audit: NETFILTER_CFG table=nat family=10 entries=5 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=7 entries=0 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=7 entries=1 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=7 entries=1 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=7 entries=2 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=7 entries=2 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=7 entries=3 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=broute family=7 entries=0 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=broute family=7 entries=1 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=7 entries=0 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=7 entries=1 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=7 entries=1 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=7 entries=2 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=7 entries=2 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=7 entries=3 >May 31 15:39:17 localhost setroubleshoot[1104]: SELinux is preventing gssproxy from getattr access on the filesystem /. For complete SELinux messages. run sealert -l 12633a8a-00aa-4c0f-a786-95d51628d9ef >May 31 15:39:17 localhost audit: NETFILTER_CFG table=raw family=10 entries=9 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=2 entries=41 >May 31 15:39:17 localhost /firewalld[1044]: WARNING: FedoraServer: INVALID_SERVICE: cockpit >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=10 entries=41 >May 31 15:39:17 localhost python3[1104]: SELinux is preventing gssproxy from getattr access on the filesystem /. > >***** Plugin catchall (100. confidence) suggests ************************** > >If you believe that gssproxy should be allowed getattr access on the filesystem by default. >Then you should report this as a bug. >You can generate a local policy module to allow this access. >Do >allow this access for now by executing: ># ausearch -c 'gssproxy' --raw | audit2allow -M my-gssproxy ># semodule -X 300 -i my-gssproxy.pp > >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=2 entries=49 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=10 entries=49 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=2 entries=52 >May 31 15:39:17 localhost udev-add-printer[1015]: add_queue: URIs=['usb://HP/Photosmart%20D7200%20series?serial=MY759F21B5050G'] >May 31 15:39:17 localhost udev-add-printer[1015]: D-Bus method call failed: org.freedesktop.DBus.Error.ServiceUnknown: The name com.redhat.NewPrinterNotification was not provided by any .service files >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=10 entries=52 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=2 entries=53 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=10 entries=53 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=10 entries=54 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=2 entries=54 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=10 entries=55 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=2 entries=62 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=10 entries=63 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=2 entries=65 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=10 entries=66 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=2 entries=73 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=10 entries=74 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=mangle family=2 entries=27 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=mangle family=10 entries=27 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=mangle family=2 entries=35 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=mangle family=10 entries=35 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=2 entries=26 >May 31 15:39:17 localhost setroubleshoot[1104]: SELinux is preventing accounts-daemon from write access on the directory root. For complete SELinux messages. run sealert -l 13ca974d-31b4-4e77-a845-15ec4f33d79f >May 31 15:39:17 localhost python3[1104]: SELinux is preventing accounts-daemon from write access on the directory root. > >***** Plugin catchall (100. confidence) suggests ************************** > >If you believe that accounts-daemon should be allowed write access on the root directory by default. >Then you should report this as a bug. >You can generate a local policy module to allow this access. >Do >allow this access for now by executing: ># ausearch -c 'accounts-daemon' --raw | audit2allow -M my-accountsdaemon ># semodule -X 300 -i my-accountsdaemon.pp > >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=10 entries=26 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=2 entries=34 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=10 entries=34 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=2 entries=37 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=10 entries=37 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=2 entries=45 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=10 entries=45 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=2 entries=76 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=mangle family=2 entries=38 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=2 entries=48 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=10 entries=77 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=mangle family=10 entries=38 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=10 entries=48 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=2 entries=79 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=mangle family=2 entries=39 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=security family=2 entries=13 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=raw family=2 entries=9 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=10 entries=80 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=mangle family=10 entries=39 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=security family=10 entries=13 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=raw family=10 entries=11 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=7 entries=3 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=7 entries=3 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=filter family=7 entries=3 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=broute family=7 entries=1 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=7 entries=3 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=7 entries=3 >May 31 15:39:17 localhost audit: NETFILTER_CFG table=nat family=7 entries=3 >May 31 15:39:18 localhost NetworkManager[1138]: <info> [1464723558.1086] device (wlp0s4f1u2): supplicant interface state: ready -> inactive >May 31 15:39:18 localhost audit[1402]: USER_AUTH pid=1402 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/sbin/lightdm" hostname=? addr=? terminal=:0 res=success' >May 31 15:39:18 localhost audit[1402]: USER_ACCT pid=1402 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/sbin/lightdm" hostname=? addr=? terminal=:0 res=success' >May 31 15:39:18 localhost audit[1402]: CRED_ACQ pid=1402 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_permit acct="liveuser" exe="/usr/sbin/lightdm" hostname=? addr=? terminal=:0 res=success' >May 31 15:39:19 localhost audit[1402]: USER_ROLE_CHANGE pid=1402 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/sbin/lightdm" hostname=? addr=? terminal=:0 res=success' >May 31 15:39:19 localhost audit[1]: USER_AVC pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='Unknown permission start for class system exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' >May 31 15:39:19 localhost audit[1]: USER_AVC pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='Unknown permission start for class system exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' >May 31 15:39:19 localhost audit[1]: USER_AVC pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='Unknown permission start for class system exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' >May 31 15:39:19 localhost audit[1]: USER_AVC pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='Unknown permission start for class system exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' >May 31 15:39:19 localhost systemd-logind[1018]: New session 1 of user liveuser. >May 31 15:39:19 localhost systemd[1]: Created slice User Slice of liveuser. >May 31 15:39:19 localhost systemd[1]: Started Session 1 of user liveuser. >May 31 15:39:19 localhost systemd[1]: Starting User Manager for UID 1000... >May 31 15:39:19 localhost audit[1408]: USER_ACCT pid=1408 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' >May 31 15:39:19 localhost audit[1408]: USER_ROLE_CHANGE pid=1408 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' >May 31 15:39:19 localhost audit[1408]: USER_START pid=1408 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="liveuser" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:19 localhost systemd[1408]: pam_unix(systemd-user:session): session opened for user liveuser by (uid=0) >May 31 15:39:19 localhost systemd[1408]: Starting D-Bus User Message Bus Socket. >May 31 15:39:19 localhost systemd[1408]: Reached target Timers. >May 31 15:39:19 localhost systemd[1408]: Reached target Paths. >May 31 15:39:19 localhost systemd[1408]: Listening on D-Bus User Message Bus Socket. >May 31 15:39:19 localhost systemd[1408]: Reached target Sockets. >May 31 15:39:19 localhost systemd[1408]: Reached target Basic System. >May 31 15:39:19 localhost systemd[1408]: Reached target Default. >May 31 15:39:19 localhost systemd[1408]: Startup finished in 154ms. >May 31 15:39:19 localhost systemd[1]: Started User Manager for UID 1000. >May 31 15:39: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' >May 31 15:39:19 localhost lightdm[1402]: pam_unix(lightdm-autologin:session): session opened for user liveuser by (uid=0) >May 31 15:39:19 localhost audit[1402]: USER_START pid=1402 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_limits,pam_selinux,pam_keyinit,pam_namespace,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="liveuser" exe="/usr/sbin/lightdm" hostname=? addr=? terminal=:0 res=success' >May 31 15:39:19 localhost audit[1402]: USER_LOGIN pid=1402 uid=0 auid=1000 ses=1 subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 msg='op=login id=1000 exe="/usr/sbin/lightdm" hostname=? addr=? terminal=/dev/tty1 res=success' >May 31 15:39:19 localhost systemd[1408]: Started D-Bus User Message Bus. >May 31 15:39:20 localhost dbus-daemon[1427]: Activating service name='com.redhat.imsettings' >May 31 15:39:20 localhost dbus-daemon[1427]: Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' >May 31 15:39:20 localhost systemd[1408]: Starting Virtual filesystem service... >May 31 15:39:20 localhost dbus-daemon[1427]: Successfully activated service 'org.gtk.vfs.Daemon' >May 31 15:39:20 localhost systemd[1408]: Started Virtual filesystem service. >May 31 15:39:20 localhost dbus-daemon[1427]: Successfully activated service 'com.redhat.imsettings' >May 31 15:39:20 localhost com.redhat.imsettings[1427]: [ 1464723560.659807]: IMSettings-Daemon[1491]: INFO: Starting imsettings-daemon... >May 31 15:39:20 localhost com.redhat.imsettings[1427]: [ 1464723560.660860]: IMSettings-Daemon[1491]: INFO: [HOME=/home/liveuser/.config/imsettings] >May 31 15:39:20 localhost com.redhat.imsettings[1427]: [ 1464723560.661744]: IMSettings-Daemon[1491]: INFO: [XINPUTRCDIR=/etc/X11/xinit/] >May 31 15:39:20 localhost com.redhat.imsettings[1427]: [ 1464723560.661812]: IMSettings-Daemon[1491]: INFO: [XINPUTDIR=/etc/X11/xinit/xinput.d/] >May 31 15:39:20 localhost com.redhat.imsettings[1427]: [ 1464723560.661850]: IMSettings-Daemon[1491]: INFO: [MODULEDIR=/usr/lib64/imsettings] >May 31 15:39:20 localhost com.redhat.imsettings[1427]: [ 1464723560.661887]: IMSettings-Daemon[1491]: INFO: [MODULES=gsettings] >May 31 15:39:20 localhost kernel: fuse init (API version 7.24) >May 31 15:39:20 localhost NetworkManager[1138]: <info> [1464723560.9501] manager: startup complete >May 31 15:39:22 localhost dbus-daemon[1427]: Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' >May 31 15:39:22 localhost systemd[1408]: Starting Accessibility services bus... >May 31 15:39:22 localhost dbus-daemon[1427]: Successfully activated service 'org.a11y.Bus' >May 31 15:39:22 localhost systemd[1408]: Started Accessibility services bus. >May 31 15:39:22 localhost at-spi-bus-launcher[1603]: ** (process:1603): WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files >May 31 15:39:22 localhost at-spi-bus-launcher[1603]: Activating service name='org.a11y.atspi.Registry' >May 31 15:39:22 localhost at-spi-bus-launcher[1603]: Successfully activated service 'org.a11y.atspi.Registry' >May 31 15:39:22 localhost org.a11y.atspi.Registry[1608]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry >May 31 15:39:22 localhost dbus-daemon[1427]: Activating service name='ca.desrt.dconf' >May 31 15:39:22 localhost dbus-daemon[1427]: Successfully activated service 'ca.desrt.dconf' >May 31 15:39:22 localhost gnome-keyring-daemon[1622]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory >May 31 15:39:22 localhost mate-session[1416]: WARNING: Unable to find provider '' of required component 'dock' >May 31 15:39:25 localhost 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' >May 31 15:39:26 localhost dbus-daemon[1427]: Activating service name='org.mate.panel.applet.WnckletFactory' >May 31 15:39:26 localhost dbus-daemon[1427]: Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' >May 31 15:39:26 localhost systemd[1408]: Starting Virtual filesystem service - disk device monitor... >May 31 15:39:26 localhost dbus-daemon[1427]: Successfully activated service 'org.mate.panel.applet.WnckletFactory' >May 31 15:39:26 localhost spice-vdagent[1659]: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0 >May 31 15:39:26 localhost dbus-daemon[1427]: Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor' >May 31 15:39:26 localhost systemd[1408]: Started Virtual filesystem service - disk device monitor. >May 31 15:39:26 localhost dbus-daemon[1427]: Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' >May 31 15:39:26 localhost systemd[1408]: Starting Virtual filesystem service - Apple File Conduit monitor... >May 31 15:39:27 localhost rtkit-daemon[1064]: Successfully made thread 1649 of process 1649 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >May 31 15:39:27 localhost rtkit-daemon[1064]: Supervising 1 threads of 1 processes of 1 users. >May 31 15:39:27 localhost polkitd[1082]: Registered Authentication Agent for unix-session:1 (system bus name :1.27 [/usr/libexec/polkit-mate-authentication-agent-1], object path /org/mate/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) >May 31 15:39:27 localhost gvfs-afc-volume-monitor[1669]: Volume monitor alive >May 31 15:39:27 localhost gnome-keyring-daemon[1622]: The Secret Service was already initialized >May 31 15:39:27 localhost gnome-keyring-daemon[1622]: The SSH agent was already initialized >May 31 15:39:27 localhost dbus-daemon[1427]: Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor' >May 31 15:39:27 localhost systemd[1408]: Started Virtual filesystem service - Apple File Conduit monitor. >May 31 15:39:27 localhost dbus-daemon[1427]: Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' >May 31 15:39:27 localhost systemd[1408]: Starting Virtual filesystem service - digital camera monitor... >May 31 15:39:27 localhost gnome-keyring-daemon[1622]: The PKCS#11 component was already initialized >May 31 15:39:27 localhost dbus-daemon[1427]: Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor' >May 31 15:39:27 localhost systemd[1408]: Started Virtual filesystem service - digital camera monitor. >May 31 15:39:27 localhost dbus-daemon[1427]: Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' >May 31 15:39:27 localhost systemd[1408]: Starting Virtual filesystem service - Media Transfer Protocol monitor... >May 31 15:39:27 localhost dbus-daemon[1427]: Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor' >May 31 15:39:27 localhost systemd[1408]: Started Virtual filesystem service - Media Transfer Protocol monitor. >May 31 15:39:27 localhost com.redhat.imsettings[1427]: [ 1464723567.492632]: IMSettings-Daemon[1491]: INFO: Attempting to switch IM to none [lang=en_US.UTF-8, desktop=mate, update=false] >May 31 15:39:27 localhost com.redhat.imsettings[1427]: [ 1464723567.658106]: IMSettings-Daemon[1491]: INFO: no need to invoke any auxiliary process for none >May 31 15:39:27 localhost com.redhat.imsettings[1427]: [ 1464723567.658272]: IMSettings-Daemon[1491]: INFO: no need to invoke any main process for none >May 31 15:39:27 localhost com.redhat.imsettings[1427]: [ 1464723567.658935]: IMSettings-GSettings backend[1491]: INFO: Setting up gtk-im-context-simple:xim as gtk+ immodule >May 31 15:39:27 localhost rtkit-daemon[1064]: Supervising 1 threads of 1 processes of 1 users. >May 31 15:39:27 localhost rtkit-daemon[1064]: Successfully made thread 1759 of process 1649 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5. >May 31 15:39:27 localhost rtkit-daemon[1064]: Supervising 2 threads of 1 processes of 1 users. >May 31 15:39:27 localhost rtkit-daemon[1064]: Supervising 2 threads of 1 processes of 1 users. >May 31 15:39:27 localhost rtkit-daemon[1064]: Successfully made thread 1763 of process 1649 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5. >May 31 15:39:27 localhost rtkit-daemon[1064]: Supervising 3 threads of 1 processes of 1 users. >May 31 15:39:27 localhost dbus[1028]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >May 31 15:39:27 localhost pulseaudio[1649]: [pulseaudio] authkey.c: Failed to open cookie file '/home/liveuser/.config/pulse/cookie': No such file or directory >May 31 15:39:27 localhost pulseaudio[1649]: [pulseaudio] authkey.c: Failed to load authentication key '/home/liveuser/.config/pulse/cookie': No such file or directory >May 31 15:39:27 localhost pulseaudio[1649]: [pulseaudio] authkey.c: Failed to open cookie file '/home/liveuser/.pulse-cookie': No such file or directory >May 31 15:39:27 localhost pulseaudio[1649]: [pulseaudio] authkey.c: Failed to load authentication key '/home/liveuser/.pulse-cookie': No such file or directory >May 31 15:39:29 localhost rtkit-daemon[1064]: Successfully made thread 1782 of process 1782 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >May 31 15:39:29 localhost rtkit-daemon[1064]: Supervising 4 threads of 2 processes of 1 users. >May 31 15:39:29 localhost pulseaudio[1782]: [pulseaudio] pid.c: Daemon already running. >May 31 15:39:29 localhost dbus[1028]: [system] Activating service name='org.freedesktop.problems' (using servicehelper) >May 31 15:39:29 localhost caja[1639]: [N-A] Caja-Actions Tracker 1.8.1 initializing... >May 31 15:39:29 localhost dbus[1028]: [system] Successfully activated service 'org.freedesktop.problems' >May 31 15:39:29 localhost caja[1639]: [N-A] Caja-Actions Menu Extender 1.8.1 initializing... >May 31 15:39:29 localhost dbus[1028]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >May 31 15:39:29 localhost systemd[1]: Starting Daemon for power management... >May 31 15:39:30 localhost dbus[1028]: [system] Successfully activated service 'org.freedesktop.UPower' >May 31 15:39:30 localhost 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' >May 31 15:39:30 localhost systemd[1]: Started Daemon for power management. >May 31 15:39:30 localhost dbus-daemon[1427]: Activating service name='org.mate.panel.applet.ClockAppletFactory' >May 31 15:39:30 localhost dbus-daemon[1427]: Activating service name='org.mate.panel.applet.NotificationAreaAppletFactory' >May 31 15:39:30 localhost dbus-daemon[1427]: Successfully activated service 'org.mate.panel.applet.NotificationAreaAppletFactory' >May 31 15:39:30 localhost dbus-daemon[1427]: Successfully activated service 'org.mate.panel.applet.ClockAppletFactory' >May 31 15:39:30 localhost dbus[1028]: [system] Activating service name='org.mate.SettingsDaemon.DateTimeMechanism' (using servicehelper) >May 31 15:39:30 localhost dbus[1028]: [system] Successfully activated service 'org.mate.SettingsDaemon.DateTimeMechanism' >May 31 15:39:32 localhost dbus-daemon[1427]: Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' >May 31 15:39:32 localhost systemd[1408]: Starting Virtual filesystem metadata service... >May 31 15:39:32 localhost dbus-daemon[1427]: Successfully activated service 'org.gtk.vfs.Metadata' >May 31 15:39:32 localhost systemd[1408]: Started Virtual filesystem metadata service. >May 31 15:39:36 localhost NetworkManager[1138]: <info> [1464723576.6450] ifcfg-rh: add connection in-memory (73a889b8-0acd-440e-84e2-f630b78dab00,"Tenda") >May 31 15:39:36 localhost NetworkManager[1138]: <info> [1464723576.6491] device (wlp0s4f1u2): Activation: starting connection 'Tenda' (73a889b8-0acd-440e-84e2-f630b78dab00) >May 31 15:39:36 localhost NetworkManager[1138]: <info> [1464723576.6529] audit: op="connection-add-activate" uuid="73a889b8-0acd-440e-84e2-f630b78dab00" name="Tenda" pid=1642 uid=1000 result="success" >May 31 15:39:36 localhost NetworkManager[1138]: <info> [1464723576.6593] device (wlp0s4f1u2): state change: disconnected -> prepare (reason 'none') [30 40 0] >May 31 15:39:36 localhost NetworkManager[1138]: <info> [1464723576.6610] manager: NetworkManager state is now CONNECTING >May 31 15:39:36 localhost NetworkManager[1138]: <info> [1464723576.6851] device (wlp0s4f1u2): state change: prepare -> config (reason 'none') [40 50 0] >May 31 15:39:36 localhost NetworkManager[1138]: <info> [1464723576.6878] device (wlp0s4f1u2): Activation: (wifi) connection 'Tenda' requires no security. No secrets needed. >May 31 15:39:36 localhost NetworkManager[1138]: <info> [1464723576.6884] Config: added 'ssid' value 'Tenda' >May 31 15:39:36 localhost NetworkManager[1138]: <info> [1464723576.6890] Config: added 'scan_ssid' value '1' >May 31 15:39:36 localhost NetworkManager[1138]: <info> [1464723576.6905] Config: added 'key_mgmt' value 'NONE' >May 31 15:39:36 localhost NetworkManager[1138]: <info> [1464723576.6963] sup-iface[0x55e92b7892b0,wlp0s4f1u2]: config: set interface ap_scan to 1 >May 31 15:39:36 localhost NetworkManager[1138]: <info> [1464723576.7651] device (wlp0s4f1u2): supplicant interface state: inactive -> scanning >May 31 15:39:38 localhost wpa_supplicant[1306]: wlp0s4f1u2: SME: Trying to authenticate with c8:3a:35:09:2f:18 (SSID='Tenda' freq=2452 MHz) >May 31 15:39:38 localhost kernel: wlp0s4f1u2: authenticate with c8:3a:35:09:2f:18 >May 31 15:39:38 localhost kernel: wlp0s4f1u2: send auth to c8:3a:35:09:2f:18 (try 1/3) >May 31 15:39:38 localhost kernel: wlp0s4f1u2: authenticated >May 31 15:39:38 localhost kernel: wlp0s4f1u2: associate with c8:3a:35:09:2f:18 (try 1/3) >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.2748] device (wlp0s4f1u2): supplicant interface state: scanning -> authenticating >May 31 15:39:38 localhost wpa_supplicant[1306]: wlp0s4f1u2: Trying to associate with c8:3a:35:09:2f:18 (SSID='Tenda' freq=2452 MHz) >May 31 15:39:38 localhost kernel: wlp0s4f1u2: RX AssocResp from c8:3a:35:09:2f:18 (capab=0x401 status=0 aid=6) >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.2834] device (wlp0s4f1u2): supplicant interface state: authenticating -> associating >May 31 15:39:38 localhost kernel: wlp0s4f1u2: associated >May 31 15:39:38 localhost kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s4f1u2: link becomes ready >May 31 15:39:38 localhost wpa_supplicant[1306]: wlp0s4f1u2: Associated with c8:3a:35:09:2f:18 >May 31 15:39:38 localhost wpa_supplicant[1306]: wlp0s4f1u2: CTRL-EVENT-CONNECTED - Connection to c8:3a:35:09:2f:18 completed [id=0 id_str=] >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.3023] device (wlp0s4f1u2): supplicant interface state: associating -> completed >May 31 15:39:38 localhost wpa_supplicant[1306]: wlp0s4f1u2: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=CN >May 31 15:39:38 localhost kernel: ath: EEPROM regdomain: 0x809c >May 31 15:39:38 localhost kernel: ath: EEPROM indicates we should expect a country code >May 31 15:39:38 localhost kernel: ath: doing EEPROM country->regdmn map search >May 31 15:39:38 localhost kernel: ath: country maps to regdmn code: 0x52 >May 31 15:39:38 localhost kernel: ath: Country alpha2 being used: CN >May 31 15:39:38 localhost kernel: ath: Regpair used: 0x52 >May 31 15:39:38 localhost kernel: ath: regdomain 0x809c dynamically updated by country IE >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.3063] device (wlp0s4f1u2): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'Tenda'. >May 31 15:39:38 localhost audit: NETFILTER_CFG table=filter family=2 entries=79 >May 31 15:39:38 localhost audit: NETFILTER_CFG table=mangle family=2 entries=39 >May 31 15:39:38 localhost audit: NETFILTER_CFG table=nat family=2 entries=50 >May 31 15:39:38 localhost audit: NETFILTER_CFG table=filter family=10 entries=80 >May 31 15:39:38 localhost audit: NETFILTER_CFG table=mangle family=10 entries=39 >May 31 15:39:38 localhost audit: NETFILTER_CFG table=nat family=10 entries=50 >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.3515] device (wlp0s4f1u2): state change: config -> ip-config (reason 'none') [50 70 0] >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.3532] dhcp4 (wlp0s4f1u2): activation: beginning transaction (timeout in 45 seconds) >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.3625] dhcp4 (wlp0s4f1u2): dhclient started with pid 1925 >May 31 15:39:38 localhost dhclient[1925]: Created duid "\000\004-\365~?h\213@\036\256\371\177Y\234\217\022\200". >May 31 15:39:38 localhost dhclient[1925]: DHCPDISCOVER on wlp0s4f1u2 to 255.255.255.255 port 67 interval 7 (xid=0xf7ebb14) >May 31 15:39:38 localhost dhclient[1925]: DHCPREQUEST on wlp0s4f1u2 to 255.255.255.255 port 67 (xid=0xf7ebb14) >May 31 15:39:38 localhost dhclient[1925]: DHCPOFFER from 192.168.0.1 >May 31 15:39:38 localhost dhclient[1925]: DHCPACK from 192.168.0.1 (xid=0xf7ebb14) >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.5655] address 192.168.0.102 >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.5662] plen 24 (255.255.255.0) >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.5664] gateway 192.168.0.1 >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.5666] server identifier 192.168.0.1 >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.5668] lease time 86400 >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.5671] nameserver '8.8.8.8' >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.5673] nameserver '8.8.4.4' >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.5675] dhcp4 (wlp0s4f1u2): state changed unknown -> bound >May 31 15:39:38 localhost avahi-daemon[1059]: Joining mDNS multicast group on interface wlp0s4f1u2.IPv4 with address 192.168.0.102. >May 31 15:39:38 localhost avahi-daemon[1059]: New relevant interface wlp0s4f1u2.IPv4 for mDNS. >May 31 15:39:38 localhost avahi-daemon[1059]: Registering new address record for 192.168.0.102 on wlp0s4f1u2.IPv4. >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.5720] device (wlp0s4f1u2): state change: ip-config -> ip-check (reason 'none') [70 80 0] >May 31 15:39:38 localhost dbus[1028]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >May 31 15:39:38 localhost systemd[1]: Starting Network Manager Script Dispatcher Service... >May 31 15:39:38 localhost dhclient[1925]: bound to 192.168.0.102 -- renewal in 38137 seconds. >May 31 15:39:38 localhost dbus[1028]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >May 31 15:39:38 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' >May 31 15:39:38 localhost systemd[1]: Started Network Manager Script Dispatcher Service. >May 31 15:39:38 localhost nm-dispatcher[1934]: req:1 'pre-up' [wlp0s4f1u2]: new request (1 scripts) >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.6365] device (wlp0s4f1u2): state change: ip-check -> secondaries (reason 'none') [80 90 0] >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.6371] device (wlp0s4f1u2): state change: secondaries -> activated (reason 'none') [90 100 0] >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.6373] manager: NetworkManager state is now CONNECTED_LOCAL >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.6387] manager: NetworkManager state is now CONNECTED_GLOBAL >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.6423] policy: set 'Tenda' (wlp0s4f1u2) as default for IPv4 routing and DNS >May 31 15:39:38 localhost NetworkManager[1138]: <info> [1464723578.6446] device (wlp0s4f1u2): Activation: successful, device activated. >May 31 15:39:38 localhost nm-dispatcher[1934]: req:2 'up' [wlp0s4f1u2]: new request (5 scripts) >May 31 15:39:38 localhost nm-dispatcher[1934]: req:2 'up' [wlp0s4f1u2]: start running ordered scripts... >May 31 15:39:38 localhost dbus-daemon[1427]: Activating service name='org.freedesktop.Notifications' >May 31 15:39:38 localhost systemd[1]: iscsi.service: Unit cannot be reloaded because it is inactive. >May 31 15:39:38 localhost dbus-daemon[1427]: Successfully activated service 'org.freedesktop.Notifications' >May 31 15:39:39 localhost cupsd[1197]: PID 1361 (/usr/lib/cups/daemon/cups-driverd) exited with no errors. >May 31 15:39:39 localhost cupsd[1197]: REQUEST localhost - - "POST / HTTP/1.1" 200 4043980 CUPS-Get-PPDs - >May 31 15:39:39 localhost avahi-daemon[1059]: Host name conflict, retrying with linux-2 >May 31 15:39:39 localhost avahi-daemon[1059]: Registering new address record for 192.168.0.102 on wlp0s4f1u2.IPv4. >May 31 15:39:39 localhost avahi-daemon[1059]: Joining mDNS multicast group on interface wlp0s4f1u2.IPv6 with address fe80::1b5f:ef49:60a9:e410. >May 31 15:39:39 localhost avahi-daemon[1059]: New relevant interface wlp0s4f1u2.IPv6 for mDNS. >May 31 15:39:39 localhost avahi-daemon[1059]: Registering new address record for fe80::1b5f:ef49:60a9:e410 on wlp0s4f1u2.*. >May 31 15:39:40 localhost avahi-daemon[1059]: Server startup complete. Host name is linux-2.local. Local service cookie is 3220212808. >May 31 15:39:40 localhost udev-add-printer[1015]: PPD: gutenprint.5.2://hp-psc_7550/simple; Status: 1 >May 31 15:39:40 localhost udev-configure-printer[1015]: No ID match for device usb://HP/Photosmart%20D7200%20series?serial=MY759F21B5050G: >May 31 15:39:40 localhost udev-configure-printer[1015]: MFG:HP;MDL:Photosmart D7200 series;CMD:MLC,PCL,PML,DW-PCL,DESKJET,DYN; >May 31 15:39:40 localhost udev-configure-printer[1015]: Using gutenprint.5.2://hp-psc_7550/simple (status: 1) >May 31 15:39:40 localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=configure-printer@usb-001-002 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 15:39:45 localhost audit[1]: SERVICE_STOP 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' >May 31 15:39:45 localhost chronyd[1032]: Selected source 131.107.13.100 >May 31 15:39:45 localhost chronyd[1032]: System clock wrong by -14400.270963 seconds, adjustment started >May 31 11:39:45 localhost systemd[1408]: Time has been changed >May 31 11:39:45 localhost chronyd[1032]: System clock was stepped by -14400.270963 seconds >May 31 11:39:45 localhost systemd[1]: Time has been changed >May 31 11:39:48 localhost 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' >May 31 11:39:52 localhost dbus[1028]: [system] Failed to activate service 'org.bluez': timed out >May 31 11:39:52 localhost pulseaudio[1649]: [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. >May 31 11:39:52 localhost dbus[1028]: [system] Activating service name='org.blueman.Mechanism' (using servicehelper) >May 31 11:39:53 localhost org.blueman.Mechanism[1028]: Unable to init server: Could not connect: Connection refused >May 31 11:39:53 localhost org.blueman.Mechanism[1028]: Unable to init server: Could not connect: Connection refused >May 31 11:39:53 localhost blueman-mechanism[1981]: Starting blueman-mechanism >May 31 11:39:53 localhost dbus[1028]: [system] Successfully activated service 'org.blueman.Mechanism' >May 31 11:39:53 localhost org.blueman.Mechanism[1028]: (blueman-mechanism:1981): Gtk-CRITICAL **: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed >May 31 11:39:53 localhost blueman-mechanism[1981]: loading Network >May 31 11:39:53 localhost blueman-mechanism[1981]: loading Rfcomm >May 31 11:39:53 localhost blueman-mechanism[1981]: loading Ppp >May 31 11:39:53 localhost blueman-mechanism[1981]: loading RfKill >May 31 11:40:14 localhost kernel: usb 2-3: new high-speed USB device number 4 using ehci-pci >May 31 11:40:14 localhost kernel: usb 2-3: New USB device found, idVendor=0bc2, idProduct=5021 >May 31 11:40:14 localhost kernel: usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >May 31 11:40:14 localhost kernel: usb 2-3: Product: FreeAgent GoFlex >May 31 11:40:14 localhost kernel: usb 2-3: Manufacturer: Seagate >May 31 11:40:14 localhost kernel: usb 2-3: SerialNumber: NA0F6EDY >May 31 11:40:14 localhost kernel: usb-storage 2-3:1.0: USB Mass Storage device detected >May 31 11:40:14 localhost kernel: scsi host7: usb-storage 2-3:1.0 >May 31 11:40:14 localhost mtp-probe[1988]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3" >May 31 11:40:14 localhost mtp-probe[1988]: bus: 2, device: 4 was not an MTP device >May 31 11:40:15 localhost kernel: scsi 7:0:0:0: Direct-Access Seagate FreeAgent GoFlex 0148 PQ: 0 ANSI: 4 >May 31 11:40:15 localhost kernel: sd 7:0:0:0: Attached scsi generic sg8 type 0 >May 31 11:40:15 localhost kernel: sd 7:0:0:0: [sdh] 1250263727 512-byte logical blocks: (640 GB/596 GiB) >May 31 11:40:15 localhost kernel: sd 7:0:0:0: [sdh] Write Protect is off >May 31 11:40:15 localhost kernel: sd 7:0:0:0: [sdh] Mode Sense: 1c 00 00 00 >May 31 11:40:15 localhost kernel: sd 7:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >May 31 11:40:15 localhost kernel: sdh: sdh1 sdh2 sdh3 < sdh5 sdh6 sdh7 > >May 31 11:40:15 localhost kernel: sd 7:0:0:0: [sdh] Attached SCSI disk >May 31 11:40:17 localhost kernel: EXT4-fs (sdh7): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:40:17 localhost udisksd[1046]: Mounted /dev/sdh7 at /run/media/liveuser/GF-F20 on behalf of uid 1000 >May 31 11:40:17 localhost kernel: EXT4-fs (sdh6): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:40:17 localhost udisksd[1046]: Mounted /dev/sdh6 at /run/media/liveuser/GoFlex-Common on behalf of uid 1000 >May 31 11:40:17 localhost gvfs-udisks2-volume-monitor[1654]: disc.c:352: error opening file BDMV/index.bdmv >May 31 11:40:17 localhost gvfs-udisks2-volume-monitor[1654]: disc.c:352: error opening file BDMV/BACKUP/index.bdmv >May 31 11:40:17 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:40:17 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:40:17 localhost gvfs-udisks2-volume-monitor[1654]: disc.c:352: error opening file BDMV/index.bdmv >May 31 11:40:17 localhost gvfs-udisks2-volume-monitor[1654]: disc.c:352: error opening file BDMV/BACKUP/index.bdmv >May 31 11:40:17 localhost kernel: EXT4-fs (sdh5): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:40:17 localhost udisksd[1046]: Mounted /dev/sdh5 at /run/media/liveuser/GoFlex-5 on behalf of uid 1000 >May 31 11:40:17 localhost gvfs-udisks2-volume-monitor[1654]: disc.c:352: error opening file BDMV/index.bdmv >May 31 11:40:17 localhost gvfs-udisks2-volume-monitor[1654]: disc.c:352: error opening file BDMV/BACKUP/index.bdmv >May 31 11:40:17 localhost kernel: EXT4-fs (sdh2): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:40:17 localhost udisksd[1046]: Mounted /dev/sdh2 at /run/media/liveuser/Boot on behalf of uid 1000 >May 31 11:40:18 localhost udisksd[1046]: Mounted /dev/sdh1 at /run/media/liveuser/FreeAgent GoFlex Drive on behalf of uid 1000 >May 31 11:40:18 localhost ntfs-3g[2038]: Version 2016.2.22 integrated FUSE 27 >May 31 11:40:18 localhost ntfs-3g[2038]: Mounted /dev/sdh1 (Read-Write, label "FreeAgent GoFlex Drive", NTFS 3.1) >May 31 11:40:18 localhost ntfs-3g[2038]: Cmdline options: rw,nodev,nosuid,uid=1000,gid=1000,uhelper=udisks2 >May 31 11:40:18 localhost ntfs-3g[2038]: Mount options: rw,nodev,nosuid,uhelper=udisks2,allow_other,nonempty,relatime,default_permissions,fsname=/dev/sdh1,blkdev,blksize=4096 >May 31 11:40:18 localhost ntfs-3g[2038]: Global ownership and permissions enforced, configuration type 1 >May 31 11:40:18 localhost gvfs-udisks2-volume-monitor[1654]: disc.c:352: error opening file BDMV/index.bdmv >May 31 11:40:18 localhost gvfs-udisks2-volume-monitor[1654]: disc.c:352: error opening file BDMV/BACKUP/index.bdmv >May 31 11:40:18 localhost gvfs-udisks2-volume-monitor[1654]: disc.c:352: error opening file BDMV/index.bdmv >May 31 11:40:18 localhost gvfs-udisks2-volume-monitor[1654]: disc.c:352: error opening file BDMV/BACKUP/index.bdmv >May 31 11:40:23 localhost blueman-mechanism[1981]: Exiting >May 31 11:40:30 localhost audit[2046]: USER_AUTH pid=2046 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' >May 31 11:40:30 localhost audit[2046]: USER_ACCT pid=2046 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' >May 31 11:40:31 localhost userhelper[2046]: pam_timestamp(liveinst:session): updated timestamp file `/var/run//pam_timestamp/liveuser/unknown:root' >May 31 11:40:31 localhost audit[2046]: USER_START pid=2046 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_xauth,pam_timestamp acct="root" exe="/usr/sbin/userhelper" hostname=? addr=? terminal=? res=success' >May 31 11:40:31 localhost audit[2046]: CRED_ACQ pid=2046 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' >May 31 11:40:31 localhost userhelper[2051]: running '/usr/sbin/liveinst' with root privileges on behalf of 'liveuser' >May 31 11:40:31 localhost kernel: md: raid0 personality registered for level 0 >May 31 11:40:31 localhost kernel: md: raid1 personality registered for level 1 >May 31 11:40:31 localhost kernel: raid6: sse2x1 gen() 3468 MB/s >May 31 11:40:31 localhost kernel: raid6: sse2x1 xor() 3185 MB/s >May 31 11:40:31 localhost kernel: raid6: sse2x2 gen() 4695 MB/s >May 31 11:40:31 localhost kernel: raid6: sse2x2 xor() 3572 MB/s >May 31 11:40:31 localhost kernel: raid6: sse2x4 gen() 4867 MB/s >May 31 11:40:31 localhost kernel: raid6: sse2x4 xor() 2521 MB/s >May 31 11:40:31 localhost kernel: raid6: using algorithm sse2x4 gen() 4867 MB/s >May 31 11:40:31 localhost kernel: raid6: .... xor() 2521 MB/s, rmw enabled >May 31 11:40:31 localhost kernel: raid6: using intx1 recovery algorithm >May 31 11:40:31 localhost kernel: async_tx: api initialized (async) >May 31 11:40:31 localhost kernel: xor: measuring software checksum speed >May 31 11:40:31 localhost kernel: prefetch64-sse: 8004.000 MB/sec >May 31 11:40:31 localhost kernel: generic_sse: 7608.000 MB/sec >May 31 11:40:31 localhost kernel: xor: using function: prefetch64-sse (8004.000 MB/sec) >May 31 11:40:31 localhost kernel: md: raid6 personality registered for level 6 >May 31 11:40:31 localhost kernel: md: raid5 personality registered for level 5 >May 31 11:40:31 localhost kernel: md: raid4 personality registered for level 4 >May 31 11:40:31 localhost kernel: md: raid10 personality registered for level 10 >May 31 11:40:31 localhost kernel: device-mapper: multipath: version 1.10.0 loaded >May 31 11:40:31 localhost kernel: device-mapper: multipath round-robin: version 1.0.0 loaded >May 31 11:40:31 localhost kernel: iscsi: registered transport (tcp) >May 31 11:40:31 localhost kernel: No iBFT detected. >May 31 11:40:31 localhost audit: MAC_STATUS enforcing=0 old_enforcing=1 auid=1000 ses=1 >May 31 11:40:31 localhost audit[1028]: USER_AVC pid=1028 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) >exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?' >May 31 11:40:31 localhost dbus[1427]: avc: received setenforce notice (enforcing=0) >May 31 11:40:31 localhost dbus[1608]: avc: received setenforce notice (enforcing=0) >May 31 11:40:32 localhost udisksd[1046]: Cleaning up mount point /run/media/liveuser/Boot (device 8:114 is not mounted) >May 31 11:40:32 localhost udisksd[1046]: Cleaning up mount point /run/media/liveuser/GoFlex-5 (device 8:117 is not mounted) >May 31 11:40:32 localhost udisksd[1046]: Cleaning up mount point /run/media/liveuser/GoFlex-Common (device 8:118 is not mounted) >May 31 11:40:33 localhost udisksd[1046]: Cleaning up mount point /run/media/liveuser/GF-F20 (device 8:119 is not mounted) >May 31 11:40:33 localhost systemd[1408]: dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0.device: Dev dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc >May 31 11:40:33 localhost systemd[1408]: dev-disk-by\x2duuid-2016\x2d05\x2d31\x2d11\x2d04\x2d01\x2d00.device: Dev dev-disk-by\x2duuid-2016\x2d05\x2d31\x2d11\x2d04\x2d01\x2d00.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc >May 31 11:40:33 localhost systemd[1408]: dev-disk-by\x2dlabel-Anaconda.device: Dev dev-disk-by\x2dlabel-Anaconda.device appeared twice with different sysfs paths /sys/devices/virtual/block/dm-0 and /sys/devices/virtual/block/loop1 >May 31 11:40:33 localhost systemd[1408]: dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device: Dev dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device appeared twice with different sysfs paths /sys/devices/virtual/block/dm-0 and /sys/devices/virtual/block/loop1 >May 31 11:40:33 localhost systemd[1]: dev-disk-by\x2dlabel-Anaconda.device: Dev dev-disk-by\x2dlabel-Anaconda.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-0 >May 31 11:40:33 localhost systemd[1]: dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device: Dev dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-0 >May 31 11:40:33 localhost systemd[1]: dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0.device: Dev dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 >May 31 11:40:33 localhost systemd[1]: dev-disk-by\x2duuid-2016\x2d05\x2d31\x2d11\x2d04\x2d01\x2d00.device: Dev dev-disk-by\x2duuid-2016\x2d05\x2d31\x2d11\x2d04\x2d01\x2d00.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 >May 31 11:40:33 localhost systemd[1408]: dev-disk-by\x2dlabel-ANACONDA.device: Dev dev-disk-by\x2dlabel-ANACONDA.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc3 and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc2 >May 31 11:40:33 localhost systemd[1]: dev-disk-by\x2dlabel-ANACONDA.device: Dev dev-disk-by\x2dlabel-ANACONDA.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc2 and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc3 >May 31 11:40:33 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:40:33 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:40:33 localhost systemd[1]: sys-devices-virtual-misc-vmbus\x21hv_kvp.device: Job sys-devices-virtual-misc-vmbus\x21hv_kvp.device/start timed out. >May 31 11:40:33 localhost systemd[1]: Timed out waiting for device sys-devices-virtual-misc-vmbus\x21hv_kvp.device. >May 31 11:40:33 localhost systemd[1]: Dependency failed for Hyper-V KVP daemon. >May 31 11:40:33 localhost systemd[1]: hypervkvpd.service: Job hypervkvpd.service/start failed with result 'dependency'. >May 31 11:40:33 localhost systemd[1]: sys-devices-virtual-misc-vmbus\x21hv_kvp.device: Job sys-devices-virtual-misc-vmbus\x21hv_kvp.device/start failed with result 'timeout'. >May 31 11:40:33 localhost systemd[1]: sys-devices-virtual-misc-vmbus\x21hv_vss.device: Job sys-devices-virtual-misc-vmbus\x21hv_vss.device/start timed out. >May 31 11:40:33 localhost systemd[1]: Timed out waiting for device sys-devices-virtual-misc-vmbus\x21hv_vss.device. >May 31 11:40:33 localhost systemd[1]: Dependency failed for Hyper-V VSS daemon. >May 31 11:40:33 localhost systemd[1]: hypervvssd.service: Job hypervvssd.service/start failed with result 'dependency'. >May 31 11:40:33 localhost systemd[1]: sys-devices-virtual-misc-vmbus\x21hv_vss.device: Job sys-devices-virtual-misc-vmbus\x21hv_vss.device/start failed with result 'timeout'. >May 31 11:40:33 localhost systemd[1]: sys-devices-virtual-misc-vmbus\x21hv_fcopy.device: Job sys-devices-virtual-misc-vmbus\x21hv_fcopy.device/start timed out. >May 31 11:40:33 localhost systemd[1]: Timed out waiting for device sys-devices-virtual-misc-vmbus\x21hv_fcopy.device. >May 31 11:40:33 localhost systemd[1]: Dependency failed for Hyper-V FCOPY daemon. >May 31 11:40:33 localhost systemd[1]: hypervfcopyd.service: Job hypervfcopyd.service/start failed with result 'dependency'. >May 31 11:40:33 localhost systemd[1]: sys-devices-virtual-misc-vmbus\x21hv_fcopy.device: Job sys-devices-virtual-misc-vmbus\x21hv_fcopy.device/start failed with result 'timeout'. >May 31 11:40:33 localhost systemd[1]: Reached target Multi-User System. >May 31 11:40:33 localhost systemd[1]: Reached target Graphical Interface. >May 31 11:40:33 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes... >May 31 11:40:33 localhost 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) >exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' >May 31 11:40:33 localhost audit[2153]: SYSTEM_RUNLEVEL pid=2153 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' >May 31 11:40:33 localhost systemd[1]: Started Update UTMP about System Runlevel Changes. >May 31 11:40:33 localhost systemd[1]: Startup finished in 3.891s (kernel) + 6.859s (initrd) + 1min 31.450s (userspace) = 1min 42.201s. >May 31 11:40:33 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-runlevel comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >May 31 11:40:33 localhost 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' >May 31 11:40:35 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:40:35 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:40:36 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:40:36 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >option = self.option_class(*args, **kwargs) >op.add_option("--minlen", type="int") >May 31 11:40:52 localhost systemd[1408]: dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0.device: Dev dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc >May 31 11:40:52 localhost systemd[1408]: dev-disk-by\x2duuid-2016\x2d05\x2d31\x2d11\x2d04\x2d01\x2d00.device: Dev dev-disk-by\x2duuid-2016\x2d05\x2d31\x2d11\x2d04\x2d01\x2d00.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc >May 31 11:40:52 localhost systemd[1408]: dev-disk-by\x2dlabel-Anaconda.device: Dev dev-disk-by\x2dlabel-Anaconda.device appeared twice with different sysfs paths /sys/devices/virtual/block/dm-0 and /sys/devices/virtual/block/loop1 >May 31 11:40:52 localhost systemd[1408]: dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device: Dev dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device appeared twice with different sysfs paths /sys/devices/virtual/block/dm-0 and /sys/devices/virtual/block/loop1 >May 31 11:40:52 localhost systemd[1408]: dev-disk-by\x2dlabel-Anaconda.device: Dev dev-disk-by\x2dlabel-Anaconda.device appeared twice with different sysfs paths /sys/devices/virtual/block/dm-0 and /sys/devices/virtual/block/dm-1 >May 31 11:40:52 localhost systemd[1408]: dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device: Dev dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device appeared twice with different sysfs paths /sys/devices/virtual/block/dm-0 and /sys/devices/virtual/block/dm-1 >May 31 11:40:52 localhost systemd[1]: dev-disk-by\x2dlabel-Anaconda.device: Dev dev-disk-by\x2dlabel-Anaconda.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-1 >May 31 11:40:52 localhost systemd[1]: dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device: Dev dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-1 >May 31 11:40:52 localhost systemd[1408]: dev-disk-by\x2dlabel-ANACONDA.device: Dev dev-disk-by\x2dlabel-ANACONDA.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc3 and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc2 >May 31 11:40:52 localhost systemd[1]: dev-disk-by\x2dlabel-Anaconda.device: Dev dev-disk-by\x2dlabel-Anaconda.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-0 >May 31 11:40:52 localhost systemd[1]: dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device: Dev dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-0 >May 31 11:40:52 localhost systemd[1]: dev-disk-by\x2dlabel-ANACONDA.device: Dev dev-disk-by\x2dlabel-ANACONDA.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc2 and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc3 >May 31 11:40:52 localhost systemd[1]: dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0.device: Dev dev-disk-by\x2dlabel-Fedora\x2dMATE\x2dLive\x2d24\x2d20160531\x2dn\x2d0.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 >May 31 11:40:52 localhost systemd[1]: dev-disk-by\x2duuid-2016\x2d05\x2d31\x2d11\x2d04\x2d01\x2d00.device: Dev dev-disk-by\x2duuid-2016\x2d05\x2d31\x2d11\x2d04\x2d01\x2d00.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc and /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 >May 31 11:40:52 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:40:52 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >self._setToObj(self.op, opts, pd) >option = self.option_class(*args, **kwargs) >May 31 11:40:54 localhost NetworkManager[1138]: <info> [1464709254.9318] audit: op="connection-update" uuid="aefe867e-7f0b-32ae-9c03-8509be3713a9" name="enp0s10" pid=2431 uid=0 result="success" >op.add_option("--minlen", type="int") >0, GObject.G_MAXUINT, 0, >GObject.PARAM_READWRITE), >"nm-state-changed": (GObject.SIGNAL_RUN_LAST, GObject.TYPE_NONE, []), >'/dev/disk/by-path/pci-0000:00:02.1-usb-0:1:1.2-scsi-0:0:0:0', >'DEVNAME': '/dev/sdb', >'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb', >'DEVTYPE': 'disk', >'ID_BUS': 'usb', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Photosmart_D7200', >'ID_MODEL_ENC': 'Photosmart\\x20D7200', >'ID_MODEL_ID': '6911', >'ID_PATH': 'pci-0000:00:02.1-usb-0:1:1.2-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_1_1_2-scsi-0_0_0_0', >'ID_REVISION': '1.00', >'ID_SERIAL': 'HP_Photosmart_D7200_MY759F21B5050G-0:0', >'ID_SERIAL_SHORT': 'MY759F21B5050G', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':070102:ffffff:ffd400:080650:', >'ID_USB_INTERFACE_NUM': '02', >'ID_VENDOR': 'HP', >'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_VENDOR_ID': '03f0', >'MAJOR': '8', >'MINOR': '16', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '14236496'} ; name: sdb ; >name = sdb status = True kids = 0 id = 1 >parents = [] >uuid = None size = 0 B >format = existing None >major = 8 minor = 16 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb >target size = 0 B path = /dev/sdb >format args = [] originalFormat = None removable = True >'/dev/disk/by-uuid/2016-05-31-11-04-01-00 ' >'/dev/disk/by-id/usb-USB_2.0_Flash_Disk_2015500087C66C00-0:0 ' >'/dev/disk/by-path/pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', >'DEVNAME': '/dev/sdc', >'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc', >'DEVTYPE': 'disk', >'ID_BUS': 'usb', >'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', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora-MATE-Live-24-20160531-n-0', >'ID_FS_LABEL_ENC': 'Fedora-MATE-Live-24-20160531-n-0', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'iso9660', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2016-05-31-11-04-01-00', >'ID_FS_UUID_ENC': '2016-05-31-11-04-01-00', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '2093', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '34466889', >'ID_PATH': 'pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_3_1_0-scsi-0_0_0_0', >'ID_REVISION': '5.00', >'ID_SERIAL': 'USB_2.0_Flash_Disk_2015500087C66C00-0:0', >'ID_SERIAL_SHORT': '2015500087C66C00', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'USB_2.0', >'ID_VENDOR_ENC': 'USB\\x202.0\\x20', >'ID_VENDOR_ID': '1e3d', >'MAJOR': '8', >'MINOR': '32', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '14320125'} ; name: sdc ; >name = sdc status = True kids = 0 id = 6 >parents = [] >uuid = None size = 1.95 GiB >format = existing None >major = 8 minor = 32 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc >target size = 1.95 GiB path = /dev/sdc >format args = [] originalFormat = None removable = True >'/dev/disk/by-id/usb-USB_2.0_Flash_Disk_2015500087C66C00-0:0-part1 ' >'/dev/disk/by-uuid/2016-05-31-11-04-01-00 ' >'/dev/disk/by-path/pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0-part1', >'DEVNAME': '/dev/sdc1', >'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'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', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora-MATE-Live-24-20160531-n-0', >'ID_FS_LABEL_ENC': 'Fedora-MATE-Live-24-20160531-n-0', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'iso9660', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2016-05-31-11-04-01-00', >'ID_FS_UUID_ENC': '2016-05-31-11-04-01-00', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '2093', >'ID_PART_ENTRY_DISK': '8:32', >'ID_PART_ENTRY_FLAGS': '0x80', >'ID_PART_ENTRY_NUMBER': '1', >'ID_PART_ENTRY_OFFSET': '0', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '2908160', >'ID_PART_ENTRY_TYPE': '0x0', >'ID_PART_ENTRY_UUID': '34466889-01', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '34466889', >'ID_PATH': 'pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_3_1_0-scsi-0_0_0_0', >'ID_REVISION': '5.00', >'ID_SERIAL': 'USB_2.0_Flash_Disk_2015500087C66C00-0:0', >'ID_SERIAL_SHORT': '2015500087C66C00', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'USB_2.0', >'ID_VENDOR_ENC': 'USB\\x202.0\\x20', >'ID_VENDOR_ID': '1e3d', >'MAJOR': '8', >'MINOR': '33', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '0', >'USEC_INITIALIZED': '14328255'} ; name: sdc1 ; >'/dev/disk/by-uuid/F8DE-BA26 ' >'/dev/disk/by-path/pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0-part2 ' >'/dev/disk/by-label/ANACONDA', >'DEVNAME': '/dev/sdc2', >'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc2', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'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', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'ANACONDA', >'ID_FS_LABEL_ENC': 'ANACONDA', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'vfat', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'F8DE-BA26', >'ID_FS_UUID_ENC': 'F8DE-BA26', >'ID_FS_VERSION': 'FAT12', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '2093', >'ID_PART_ENTRY_DISK': '8:32', >'ID_PART_ENTRY_NUMBER': '2', >'ID_PART_ENTRY_OFFSET': '90092', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '10636', >'ID_PART_ENTRY_TYPE': '0xef', >'ID_PART_ENTRY_UUID': '34466889-02', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '34466889', >'ID_PATH': 'pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_3_1_0-scsi-0_0_0_0', >'ID_REVISION': '5.00', >'ID_SERIAL': 'USB_2.0_Flash_Disk_2015500087C66C00-0:0', >'ID_SERIAL_SHORT': '2015500087C66C00', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'USB_2.0', >'ID_VENDOR_ENC': 'USB\\x202.0\\x20', >'ID_VENDOR_ID': '1e3d', >'MAJOR': '8', >'MINOR': '34', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '14358441'} ; name: sdc2 ; >'/dev/disk/by-uuid/abbb756c-612c-3589-aeef-e899eddc83d8 ' >'/dev/disk/by-path/pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0-part3 ' >'/dev/disk/by-id/usb-USB_2.0_Flash_Disk_2015500087C66C00-0:0-part3', >'DEVNAME': '/dev/sdc3', >'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc3', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'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', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'ANACONDA', >'ID_FS_LABEL_ENC': 'ANACONDA', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'hfsplus', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'abbb756c-612c-3589-aeef-e899eddc83d8', >'ID_FS_UUID_ENC': 'abbb756c-612c-3589-aeef-e899eddc83d8', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '2093', >'ID_PART_ENTRY_DISK': '8:32', >'ID_PART_ENTRY_NUMBER': '3', >'ID_PART_ENTRY_OFFSET': '100728', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '23344', >'ID_PART_ENTRY_TYPE': '0x0', >'ID_PART_ENTRY_UUID': '34466889-03', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '34466889', >'ID_PATH': 'pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_3_1_0-scsi-0_0_0_0', >'ID_REVISION': '5.00', >'ID_SERIAL': 'USB_2.0_Flash_Disk_2015500087C66C00-0:0', >'ID_SERIAL_SHORT': '2015500087C66C00', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'USB_2.0', >'ID_VENDOR_ENC': 'USB\\x202.0\\x20', >'ID_VENDOR_ID': '1e3d', >'MAJOR': '8', >'MINOR': '35', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '14418483'} ; name: sdc3 ; >'/dev/disk/by-id/usb-Generic-_Compact_Flash_20060413092100000-0:0', >'DEVNAME': '/dev/sdd', >'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd', >'DEVTYPE': 'disk', >'ID_BUS': 'usb', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Compact_Flash', >'ID_MODEL_ENC': 'Compact\\x20Flash\\x20\\x20\\x20', >'ID_MODEL_ID': '0151', >'ID_PATH': 'pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_6_1_0-scsi-0_0_0_0', >'ID_REVISION': '1.00', >'ID_SERIAL': 'Generic-_Compact_Flash_20060413092100000-0:0', >'ID_SERIAL_SHORT': '20060413092100000', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic-', >'ID_VENDOR_ENC': 'Generic-', >'ID_VENDOR_ID': '0bda', >'MAJOR': '8', >'MINOR': '48', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '14265831'} ; name: sdd ; >name = sdd status = True kids = 0 id = 12 >parents = [] >uuid = None size = 0 B >format = existing None >major = 8 minor = 48 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd >target size = 0 B path = /dev/sdd >format args = [] originalFormat = None removable = True >'/dev/disk/by-path/pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:1', >'DEVNAME': '/dev/sde', >'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde', >'DEVTYPE': 'disk', >'ID_BUS': 'usb', >'ID_INSTANCE': '0:1', >'ID_MODEL': 'SM_xD-Picture', >'ID_MODEL_ENC': 'SM\\x2fxD-Picture\\x20\\x20\\x20', >'ID_MODEL_ID': '0151', >'ID_PATH': 'pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:1', >'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_6_1_0-scsi-0_0_0_1', >'ID_REVISION': '1.00', >'ID_SERIAL': 'Generic-_SM_xD-Picture_20060413092100000-0:1', >'ID_SERIAL_SHORT': '20060413092100000', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic-', >'ID_VENDOR_ENC': 'Generic-', >'ID_VENDOR_ID': '0bda', >'MAJOR': '8', >'MINOR': '64', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '14263598'} ; name: sde ; >name = sde status = True kids = 0 id = 17 >parents = [] >uuid = None size = 0 B >format = existing None >major = 8 minor = 64 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde >target size = 0 B path = /dev/sde >format args = [] originalFormat = None removable = True >'/dev/disk/by-id/usb-Generic-_SD_MMC_20060413092100000-0:2', >'DEVNAME': '/dev/sdf', >'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf', >'DEVTYPE': 'disk', >'ID_BUS': 'usb', >'ID_INSTANCE': '0:2', >'ID_MODEL': 'SD_MMC', >'ID_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '0151', >'ID_PATH': 'pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:2', >'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_6_1_0-scsi-0_0_0_2', >'ID_REVISION': '1.00', >'ID_SERIAL': 'Generic-_SD_MMC_20060413092100000-0:2', >'ID_SERIAL_SHORT': '20060413092100000', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic-', >'ID_VENDOR_ENC': 'Generic-', >'ID_VENDOR_ID': '0bda', >'MAJOR': '8', >'MINOR': '80', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '14276636'} ; name: sdf ; >name = sdf status = True kids = 0 id = 22 >parents = [] >uuid = None size = 0 B >format = existing None >major = 8 minor = 80 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf >target size = 0 B path = /dev/sdf >format args = [] originalFormat = None removable = True >'/dev/disk/by-path/pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:3', >'DEVNAME': '/dev/sdg', >'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg', >'DEVTYPE': 'disk', >'ID_BUS': 'usb', >'ID_INSTANCE': '0:3', >'ID_MODEL': 'MS_MS-Pro', >'ID_MODEL_ENC': 'MS\\x2fMS-Pro\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '0151', >'ID_PATH': 'pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:3', >'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_6_1_0-scsi-0_0_0_3', >'ID_REVISION': '1.00', >'ID_SERIAL': 'Generic-_MS_MS-Pro_20060413092100000-0:3', >'ID_SERIAL_SHORT': '20060413092100000', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic-', >'ID_VENDOR_ENC': 'Generic-', >'ID_VENDOR_ID': '0bda', >'MAJOR': '8', >'MINOR': '96', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '14289653'} ; name: sdg ; >name = sdg status = True kids = 0 id = 27 >parents = [] >uuid = None size = 0 B >format = existing None >major = 8 minor = 96 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg >target size = 0 B path = /dev/sdg >format args = [] originalFormat = None removable = True >'/dev/disk/by-id/ata-ST9640423AS_5WS28R1M ' >'/dev/disk/by-id/wwn-0x5000c5003d96c02d', >'DEVNAME': '/dev/sdh', >'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh', >'DEVTYPE': 'disk', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_APM': '1', >'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', >'ID_ATA_FEATURE_SET_APM_ENABLED': '1', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '5400', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_MODEL': 'ST9640423AS', >'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '00087375', >'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', >'ID_REVISION': '0001SDM1', >'ID_SERIAL': 'ST9640423AS_5WS28R1M', >'ID_SERIAL_SHORT': '5WS28R1M', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c5003d96c02d', >'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', >'MAJOR': '8', >'MINOR': '112', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '84403765'} ; name: sdh ; >name = sdh status = True kids = 0 id = 32 >parents = [] >uuid = None size = 596.17 GiB >format = existing None >major = 8 minor = 112 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh >target size = 596.17 GiB path = /dev/sdh >format args = [] originalFormat = None removable = False >type: msdos primaryPartitionCount: 3 >lastPartitionNumber: 7 maxPrimaryPartitionCount: 4 >partitions: [<parted.partition.Partition object at 0x7fc38db7c9e8>, <parted.partition.Partition object at 0x7fc38e356a90>, <parted.partition.Partition object at 0x7fc38db7c5c0>, <parted.partition.Partition object at 0x7fc38db7c4a8>, <parted.partition.Partition object at 0x7fc38db7c828>, <parted.partition.Partition object at 0x7fc38db7cc88>] >device: <parted.device.Device object at 0x7fc38db73c88> >PedDisk: <_ped.Disk object at 0x7fc38e35f588> >May 31 11:41:00 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:41:00 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:41:00 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:41:00 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >'/dev/disk/by-id/wwn-0x5000c5003d96c02d-part1 ' >'/dev/disk/by-uuid/1E645C97645C738D ' >'/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part1 ' >'/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part1', >'DEVNAME': '/dev/sdh1', >'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh1', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_APM': '1', >'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', >'ID_ATA_FEATURE_SET_APM_ENABLED': '1', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '5400', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'FreeAgent_GoFlex_Drive', >'ID_FS_LABEL_ENC': 'FreeAgent\\x20GoFlex\\x20Drive', >'ID_FS_TYPE': 'ntfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '1E645C97645C738D', >'ID_FS_UUID_ENC': '1E645C97645C738D', >'ID_MODEL': 'ST9640423AS', >'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:112', >'ID_PART_ENTRY_NUMBER': '1', >'ID_PART_ENTRY_OFFSET': '63', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '153601985', >'ID_PART_ENTRY_TYPE': '0x7', >'ID_PART_ENTRY_UUID': '00087375-01', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '00087375', >'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', >'ID_REVISION': '0001SDM1', >'ID_SERIAL': 'ST9640423AS_5WS28R1M', >'ID_SERIAL_SHORT': '5WS28R1M', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c5003d96c02d', >'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', >'MAJOR': '8', >'MINOR': '113', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '85293832'} ; name: sdh1 ; >name = sdh1 status = True kids = 0 id = 38 >parents = ['existing 596.17 GiB disk sdh (32) with existing msdos disklabel'] >uuid = None size = 73.24 GiB >format = existing None >major = 8 minor = 113 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh1 >target size = 73.24 GiB path = /dev/sdh1 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 0 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38db7c630> >number: 1 path: /dev/sdh1 type: 0 >name: None active: True busy: True >geometry: <parted.geometry.Geometry object at 0x7fc38db7c8d0> PedPartition: <_ped.Partition object at 0x7fc38db84150> >disk = existing 596.17 GiB disk sdh (32) with existing msdos disklabel >start = 63 end = 153602047 length = 153601985 >flags = >return cls.new(*args, **kwds) >'/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part2 ' >'/dev/disk/by-label/Boot ' >'/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part2 ' >'/dev/disk/by-id/wwn-0x5000c5003d96c02d-part2', >'DEVNAME': '/dev/sdh2', >'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_APM': '1', >'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', >'ID_ATA_FEATURE_SET_APM_ENABLED': '1', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '5400', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'Boot', >'ID_FS_LABEL_ENC': 'Boot', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'ca7e29db-edf4-4d4a-8c84-1d8ee97efdbc', >'ID_FS_UUID_ENC': 'ca7e29db-edf4-4d4a-8c84-1d8ee97efdbc', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST9640423AS', >'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:112', >'ID_PART_ENTRY_NUMBER': '2', >'ID_PART_ENTRY_OFFSET': '153602048', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '2048000', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '00087375-02', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '00087375', >'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', >'ID_REVISION': '0001SDM1', >'ID_SERIAL': 'ST9640423AS_5WS28R1M', >'ID_SERIAL_SHORT': '5WS28R1M', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c5003d96c02d', >'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', >'MAJOR': '8', >'MINOR': '114', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '85603120'} ; name: sdh2 ; >name = sdh2 status = True kids = 0 id = 44 >parents = ['existing 596.17 GiB disk sdh (32) with existing msdos disklabel'] >uuid = None size = 1000 MiB >format = existing None >major = 8 minor = 114 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >target size = 1000 MiB path = /dev/sdh2 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 0 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38db7c668> >number: 2 path: /dev/sdh2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38e3569e8> PedPartition: <_ped.Partition object at 0x7fc38db840f8> >disk = existing 596.17 GiB disk sdh (32) with existing msdos disklabel >start = 153602048 end = 155650047 length = 2048000 >flags = >May 31 11:41:02 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:41:02 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >'/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part3 ' >'/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part3', >'DEVNAME': '/dev/sdh3', >'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh3', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_APM': '1', >'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', >'ID_ATA_FEATURE_SET_APM_ENABLED': '1', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '5400', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_MODEL': 'ST9640423AS', >'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:112', >'ID_PART_ENTRY_NUMBER': '3', >'ID_PART_ENTRY_OFFSET': '155650048', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '1094612992', >'ID_PART_ENTRY_TYPE': '0x5', >'ID_PART_ENTRY_UUID': '00087375-03', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '00087375', >'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', >'ID_REVISION': '0001SDM1', >'ID_SERIAL': 'ST9640423AS_5WS28R1M', >'ID_SERIAL_SHORT': '5WS28R1M', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c5003d96c02d', >'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', >'MAJOR': '8', >'MINOR': '115', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '84745416'} ; name: sdh3 ; >May 31 11:41:02 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:41:02 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) >name = sdh3 status = True kids = 0 id = 50 >parents = ['existing 596.17 GiB disk sdh (32) with existing msdos disklabel'] >uuid = None size = 521.95 GiB >format = existing None >major = 8 minor = 115 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh3 >target size = 521.95 GiB path = /dev/sdh3 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 2 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: None >number: 3 path: /dev/sdh3 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38db7c5f8> PedPartition: <_ped.Partition object at 0x7fc38db841a8> >disk = existing 596.17 GiB disk sdh (32) with existing msdos disklabel >start = 155650048 end = 1250263039 length = 1094612992 >flags = >'/dev/disk/by-id/wwn-0x5000c5003d96c02d-part5 ' >'/dev/disk/by-label/GoFlex-5 ' >'/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part5 ' >'/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part5', >'DEVNAME': '/dev/sdh5', >'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh5', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_APM': '1', >'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', >'ID_ATA_FEATURE_SET_APM_ENABLED': '1', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '5400', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'GoFlex-5', >'ID_FS_LABEL_ENC': 'GoFlex-5', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '03477541-3fb6-4b74-9f93-59ec80e089a1', >'ID_FS_UUID_ENC': '03477541-3fb6-4b74-9f93-59ec80e089a1', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST9640423AS', >'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:112', >'ID_PART_ENTRY_NUMBER': '5', >'ID_PART_ENTRY_OFFSET': '155652096', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '20480000', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '00087375-05', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '00087375', >'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', >'ID_REVISION': '0001SDM1', >'ID_SERIAL': 'ST9640423AS_5WS28R1M', >'ID_SERIAL_SHORT': '5WS28R1M', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c5003d96c02d', >'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', >'MAJOR': '8', >'MINOR': '117', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '85267965'} ; name: sdh5 ; >name = sdh5 status = True kids = 0 id = 55 >parents = ['existing 596.17 GiB disk sdh (32) with existing msdos disklabel'] >uuid = None size = 9.77 GiB >format = existing None >major = 8 minor = 117 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh5 >target size = 9.77 GiB path = /dev/sdh5 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 1 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38db7cac8> >number: 5 path: /dev/sdh5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38db7c278> PedPartition: <_ped.Partition object at 0x7fc38db84200> >disk = existing 596.17 GiB disk sdh (32) with existing msdos disklabel >start = 155652096 end = 176132095 length = 20480000 >flags = >'/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part6 ' >'/dev/disk/by-label/GoFlex-Common ' >'/dev/disk/by-uuid/bef286a2-5c7e-429e-9597-ca47b8eedae5 ' >'/dev/disk/by-id/wwn-0x5000c5003d96c02d-part6', >'DEVNAME': '/dev/sdh6', >'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh6', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_APM': '1', >'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', >'ID_ATA_FEATURE_SET_APM_ENABLED': '1', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '5400', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'GoFlex-Common', >'ID_FS_LABEL_ENC': 'GoFlex-Common', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'bef286a2-5c7e-429e-9597-ca47b8eedae5', >'ID_FS_UUID_ENC': 'bef286a2-5c7e-429e-9597-ca47b8eedae5', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST9640423AS', >'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:112', >'ID_PART_ENTRY_NUMBER': '6', >'ID_PART_ENTRY_OFFSET': '196614144', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '629145600', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '00087375-06', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '00087375', >'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', >'ID_REVISION': '0001SDM1', >'ID_SERIAL': 'ST9640423AS_5WS28R1M', >'ID_SERIAL_SHORT': '5WS28R1M', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c5003d96c02d', >'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', >'MAJOR': '8', >'MINOR': '118', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '85153359'} ; name: sdh6 ; >name = sdh6 status = True kids = 0 id = 61 >parents = ['existing 596.17 GiB disk sdh (32) with existing msdos disklabel'] >uuid = None size = 300 GiB >format = existing None >major = 8 minor = 118 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh6 >target size = 300 GiB path = /dev/sdh6 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 1 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38db7cda0> >number: 6 path: /dev/sdh6 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38db7cd30> PedPartition: <_ped.Partition object at 0x7fc38db84308> >disk = existing 596.17 GiB disk sdh (32) with existing msdos disklabel >start = 196614144 end = 825759743 length = 629145600 >flags = >selector.set_margin_left(12) >self._environmentListBox.set_focus_vadjustment(environmentViewport.get_vadjustment()) >self.local_disks_box.set_focus_hadjustment(localViewport.get_hadjustment()) >option = self.option_class(*args, **kwargs) >op.add_option("--minlen", type="int") >May 31 11:41:29 localhost kernel: Btrfs loaded >May 31 11:41:30 localhost kernel: SGI XFS with ACLs, security attributes, no debug enabled >'/dev/disk/by-uuid/61b0a203-5bb0-43b8-a243-ed664c67691e ' >'/dev/disk/by-label/GF-F20 ' >'/dev/disk/by-id/wwn-0x5000c5003d96c02d-part7 ' >'/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part7', >'DEVNAME': '/dev/sdh7', >'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh7', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_APM': '1', >'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', >'ID_ATA_FEATURE_SET_APM_ENABLED': '1', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '5400', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'GF-F20', >'ID_FS_LABEL_ENC': 'GF-F20', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '61b0a203-5bb0-43b8-a243-ed664c67691e', >'ID_FS_UUID_ENC': '61b0a203-5bb0-43b8-a243-ed664c67691e', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST9640423AS', >'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:112', >'ID_PART_ENTRY_NUMBER': '7', >'ID_PART_ENTRY_OFFSET': '176134144', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '20477952', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '00087375-07', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '00087375', >'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', >'ID_REVISION': '0001SDM1', >'ID_SERIAL': 'ST9640423AS_5WS28R1M', >'ID_SERIAL_SHORT': '5WS28R1M', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c5003d96c02d', >'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', >'MAJOR': '8', >'MINOR': '119', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '84995679'} ; name: sdh7 ; >name = sdh7 status = True kids = 0 id = 104 >parents = ['existing 596.17 GiB disk sdh (32) with existing msdos disklabel'] >uuid = None size = 9.76 GiB >format = existing None >major = 8 minor = 119 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh7 >target size = 9.76 GiB path = /dev/sdh7 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 1 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38db7cbe0> >number: 7 path: /dev/sdh7 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38db7cb70> PedPartition: <_ped.Partition object at 0x7fc38db842b0> >disk = existing 596.17 GiB disk sdh (32) with existing msdos disklabel >start = 176134144 end = 196612095 length = 20477952 >flags = >'/dev/disk/by-path/pci-0000:00:09.0-ata-1 ' >'/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T', >'DEVNAME': '/dev/sda', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda', >'DEVTYPE': 'disk', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '14237228'} ; name: sda ; >name = sda status = True kids = 0 id = 110 >parents = [] >uuid = None size = 465.76 GiB >format = existing None >major = 8 minor = 0 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda >target size = 465.76 GiB path = /dev/sda >format args = [] originalFormat = None removable = False >May 31 11:41:40 localhost kernel: sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 sda14 > sda4 >type: msdos primaryPartitionCount: 4 >lastPartitionNumber: 14 maxPrimaryPartitionCount: 4 >partitions: [<parted.partition.Partition object at 0x7fc38c5b8860>, <parted.partition.Partition object at 0x7fc38c5b8588>, <parted.partition.Partition object at 0x7fc38c5b8048>, <parted.partition.Partition object at 0x7fc38c5b8550>, <parted.partition.Partition object at 0x7fc38e28eeb8>, <parted.partition.Partition object at 0x7fc38e28eac8>, <parted.partition.Partition object at 0x7fc38e28e6a0>, <parted.partition.Partition object at 0x7fc38db8b550>, <parted.partition.Partition object at 0x7fc38c550630>, <parted.partition.Partition object at 0x7fc38c5b82e8>, <parted.partition.Partition object at 0x7fc38c550278>, <parted.partition.Partition object at 0x7fc38c550128>, <parted.partition.Partition object at 0x7fc38c550c88>, <parted.partition.Partition object at 0x7fc38c550e48>] >device: <parted.device.Device object at 0x7fc38db957f0> >PedDisk: <_ped.Disk object at 0x7fc38c5c57c8> >'/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part1 ' >'/dev/disk/by-id/wwn-0x5000c50037458df6-part1 ' >'/dev/disk/by-path/pci-0000:00:09.0-ata-1-part1 ' >'/dev/disk/by-label/Win7', >'DEVNAME': '/dev/sda1', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'Win7', >'ID_FS_LABEL_ENC': 'Win7', >'ID_FS_TYPE': 'ntfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '365829FF5829BF0D', >'ID_FS_UUID_ENC': '365829FF5829BF0D', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_FLAGS': '0x80', >'ID_PART_ENTRY_NUMBER': '1', >'ID_PART_ENTRY_OFFSET': '63', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '102401985', >'ID_PART_ENTRY_TYPE': '0x7', >'ID_PART_ENTRY_UUID': '91522702-01', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '1', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15809062'} ; name: sda1 ; >name = sda1 status = True kids = 0 id = 116 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 48.83 GiB >format = existing None >major = 8 minor = 1 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 >target size = 48.83 GiB path = /dev/sda1 >format args = [] originalFormat = None grow = None max size = 0 B bootable = True >part type = 0 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5b8c18> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5b83c8> PedPartition: <_ped.Partition object at 0x7fc38c5c3990> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 63 end = 102402047 length = 102401985 >flags = boot >'/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part10 ' >'/dev/disk/by-uuid/7d8a5838-6442-451e-a42b-e7700be50d21 ' >'/dev/disk/by-id/wwn-0x5000c50037458df6-part10 ' >'/dev/disk/by-path/pci-0000:00:09.0-ata-1-part10', >'DEVNAME': '/dev/sda10', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'U1604', >'ID_FS_LABEL_ENC': 'U1604', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '7d8a5838-6442-451e-a42b-e7700be50d21', >'ID_FS_UUID_ENC': '7d8a5838-6442-451e-a42b-e7700be50d21', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '10', >'ID_PART_ENTRY_OFFSET': '698386495', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '39073729', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '91522702-0a', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '10', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '14768429'} ; name: sda10 ; >name = sda10 status = True kids = 0 id = 122 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 18.63 GiB >format = existing None >major = 8 minor = 10 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10 >target size = 18.63 GiB path = /dev/sda10 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 1 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c550588> >number: 10 path: /dev/sda10 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c550550> PedPartition: <_ped.Partition object at 0x7fc38c5c3678> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 698386495 end = 737460223 length = 39073729 >flags = >'/dev/disk/by-id/wwn-0x5000c50037458df6-part11 ' >'/dev/disk/by-uuid/106e7306-f04d-484a-8a14-950359552549 ' >'/dev/disk/by-label/F25 ' >'/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part11', >'DEVNAME': '/dev/sda11', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'F25', >'ID_FS_LABEL_ENC': 'F25', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '106e7306-f04d-484a-8a14-950359552549', >'ID_FS_UUID_ENC': '106e7306-f04d-484a-8a14-950359552549', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '11', >'ID_PART_ENTRY_OFFSET': '737463888', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '40949622', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '91522702-0b', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '11', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15617648'} ; name: sda11 ; >name = sda11 status = True kids = 0 id = 128 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 19.53 GiB >format = existing None >major = 8 minor = 11 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11 >target size = 19.53 GiB path = /dev/sda11 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 1 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c550080> >number: 11 path: /dev/sda11 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38db956a0> PedPartition: <_ped.Partition object at 0x7fc38c5c3888> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 737463888 end = 778413509 length = 40949622 >flags = >'/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part12 ' >'/dev/disk/by-path/pci-0000:00:09.0-ata-1-part12 ' >'/dev/disk/by-id/wwn-0x5000c50037458df6-part12 ' >'/dev/disk/by-label/F24', >'DEVNAME': '/dev/sda12', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda12', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'F24', >'ID_FS_LABEL_ENC': 'F24', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'b3451aa2-33c3-4043-9c9f-001ef81da043', >'ID_FS_UUID_ENC': 'b3451aa2-33c3-4043-9c9f-001ef81da043', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '12', >'ID_PART_ENTRY_OFFSET': '778416128', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '40960000', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '91522702-0c', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '12', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '14767852'} ; name: sda12 ; >name = sda12 status = True kids = 0 id = 134 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 19.53 GiB >format = existing None >major = 8 minor = 12 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda12 >target size = 19.53 GiB path = /dev/sda12 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 1 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c550240> >number: 12 path: /dev/sda12 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c550208> PedPartition: <_ped.Partition object at 0x7fc38c5c3d00> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 778416128 end = 819376127 length = 40960000 >flags = >'/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part13 ' >'/dev/disk/by-label/U1510-64 ' >'/dev/disk/by-path/pci-0000:00:09.0-ata-1-part13 ' >'/dev/disk/by-uuid/593906aa-1575-424c-900e-9251fef8242a', >'DEVNAME': '/dev/sda13', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda13', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'U1510-64', >'ID_FS_LABEL_ENC': 'U1510-64', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '593906aa-1575-424c-900e-9251fef8242a', >'ID_FS_UUID_ENC': '593906aa-1575-424c-900e-9251fef8242a', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '13', >'ID_PART_ENTRY_OFFSET': '819378176', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '40960938', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '91522702-0d', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '13', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15364666'} ; name: sda13 ; >name = sda13 status = True kids = 0 id = 140 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 19.53 GiB >format = existing None >major = 8 minor = 13 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda13 >target size = 19.53 GiB path = /dev/sda13 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 1 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c550be0> >number: 13 path: /dev/sda13 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c550b70> PedPartition: <_ped.Partition object at 0x7fc38c5c3d58> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 819378176 end = 860339113 length = 40960938 >flags = >'/dev/disk/by-path/pci-0000:00:09.0-ata-1-part14 ' >'/dev/disk/by-uuid/143A65343A651450 ' >'/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part14 ' >'/dev/disk/by-label/Win10BackupOf8.1', >'DEVNAME': '/dev/sda14', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda14', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'Win10BackupOf8.1', >'ID_FS_LABEL_ENC': 'Win10BackupOf8.1', >'ID_FS_TYPE': 'ntfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '143A65343A651450', >'ID_FS_UUID_ENC': '143A65343A651450', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '14', >'ID_PART_ENTRY_OFFSET': '860340224', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '88936448', >'ID_PART_ENTRY_TYPE': '0x7', >'ID_PART_ENTRY_UUID': '91522702-0e', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '14', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15761817'} ; name: sda14 ; >name = sda14 status = True kids = 0 id = 146 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 42.41 GiB >format = existing None >major = 8 minor = 14 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda14 >target size = 42.41 GiB path = /dev/sda14 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 1 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c550da0> >number: 14 path: /dev/sda14 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c550d30> PedPartition: <_ped.Partition object at 0x7fc38c5c38e0> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 860340224 end = 949276671 length = 88936448 >flags = >'/dev/disk/by-path/pci-0000:00:09.0-ata-1-part2 ' >'/dev/disk/by-label/Boot ' >'/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part2 ' >'/dev/disk/by-uuid/e0974202-011f-491f-abea-c77aad45f762', >'DEVNAME': '/dev/sda2', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'Boot', >'ID_FS_LABEL_ENC': 'Boot', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'e0974202-011f-491f-abea-c77aad45f762', >'ID_FS_UUID_ENC': 'e0974202-011f-491f-abea-c77aad45f762', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '2', >'ID_PART_ENTRY_OFFSET': '102402048', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '2048829', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '91522702-02', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '2', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15862564'} ; name: sda2 ; >name = sda2 status = True kids = 0 id = 152 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 1000.4 MiB >format = existing None >major = 8 minor = 2 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 >target size = 1000.4 MiB path = /dev/sda2 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 0 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5b8080> >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5b8fd0> PedPartition: <_ped.Partition object at 0x7fc38c5c39e8> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 102402048 end = 104450876 length = 2048829 >flags = >'/dev/disk/by-path/pci-0000:00:09.0-ata-1-part3 ' >'/dev/disk/by-id/wwn-0x5000c50037458df6-part3', >'DEVNAME': '/dev/sda3', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '3', >'ID_PART_ENTRY_OFFSET': '104452094', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '844824578', >'ID_PART_ENTRY_TYPE': '0x5', >'ID_PART_ENTRY_UUID': '91522702-03', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '3', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '14774371'} ; name: sda3 ; >dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) >name = sda3 status = True kids = 0 id = 158 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 402.84 GiB >format = existing None >major = 8 minor = 3 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 >target size = 402.84 GiB path = /dev/sda3 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 2 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: None >number: 3 path: /dev/sda3 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5b8358> PedPartition: <_ped.Partition object at 0x7fc38c5c3728> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 104452094 end = 949276671 length = 844824578 >flags = >'/dev/disk/by-path/pci-0000:00:09.0-ata-1-part4 ' >'/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part4 ' >'/dev/disk/by-uuid/386EBB496EBAFEA6 ' >'/dev/disk/by-label/FACTORY_IMAGE', >'DEVNAME': '/dev/sda4', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'FACTORY_IMAGE', >'ID_FS_LABEL_ENC': 'FACTORY_IMAGE', >'ID_FS_TYPE': 'ntfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '386EBB496EBAFEA6', >'ID_FS_UUID_ENC': '386EBB496EBAFEA6', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '4', >'ID_PART_ENTRY_OFFSET': '949278720', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '27490304', >'ID_PART_ENTRY_TYPE': '0x7', >'ID_PART_ENTRY_UUID': '91522702-04', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '4', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15936473'} ; name: sda4 ; >name = sda4 status = True kids = 0 id = 163 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 13.11 GiB >format = existing None >major = 8 minor = 4 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 >target size = 13.11 GiB path = /dev/sda4 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 0 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c550f60> >number: 4 path: /dev/sda4 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c550ef0> PedPartition: <_ped.Partition object at 0x7fc38c5c3a98> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 949278720 end = 976769023 length = 27490304 >flags = >'/dev/disk/by-path/pci-0000:00:09.0-ata-1-part5 ' >'/dev/disk/by-uuid/19353959-5f58-48ad-b115-552c2c2b4b51 ' >'/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part5 ' >'/dev/disk/by-id/wwn-0x5000c50037458df6-part5', >'DEVNAME': '/dev/sda5', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'Common', >'ID_FS_LABEL_ENC': 'Common', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '19353959-5f58-48ad-b115-552c2c2b4b51', >'ID_FS_UUID_ENC': '19353959-5f58-48ad-b115-552c2c2b4b51', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '5', >'ID_PART_ENTRY_OFFSET': '104452096', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '163840000', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '91522702-05', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '5', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15901100'} ; name: sda5 ; >name = sda5 status = True kids = 0 id = 169 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 78.12 GiB >format = existing None >major = 8 minor = 5 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 >target size = 78.12 GiB path = /dev/sda5 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 1 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38e28ec88> >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5b8160> PedPartition: <_ped.Partition object at 0x7fc38c5c37d8> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 104452096 end = 268292095 length = 163840000 >flags = >'/dev/disk/by-uuid/21fd337b-1ccc-461c-9454-3f5f28e5bc12 ' >'/dev/disk/by-label/Pictures ' >'/dev/disk/by-path/pci-0000:00:09.0-ata-1-part6 ' >'/dev/disk/by-id/wwn-0x5000c50037458df6-part6', >'DEVNAME': '/dev/sda6', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'Pictures', >'ID_FS_LABEL_ENC': 'Pictures', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '21fd337b-1ccc-461c-9454-3f5f28e5bc12', >'ID_FS_UUID_ENC': '21fd337b-1ccc-461c-9454-3f5f28e5bc12', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '6', >'ID_PART_ENTRY_OFFSET': '268294144', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '244770816', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '91522702-06', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '6', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15493778'} ; name: sda6 ; >name = sda6 status = True kids = 0 id = 175 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 116.72 GiB >format = existing None >major = 8 minor = 6 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 >target size = 116.72 GiB path = /dev/sda6 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 1 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38e28ecf8> >number: 6 path: /dev/sda6 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38e28ea90> PedPartition: <_ped.Partition object at 0x7fc38c5c36d0> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 268294144 end = 513064959 length = 244770816 >flags = >'/dev/disk/by-id/wwn-0x5000c50037458df6-part7 ' >'/dev/disk/by-path/pci-0000:00:09.0-ata-1-part7 ' >'/dev/disk/by-uuid/7e5687c1-d335-4fd2-9aa1-9e97cb7cba6d ' >'/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part7', >'DEVNAME': '/dev/sda7', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'Tiny1', >'ID_FS_LABEL_ENC': 'Tiny1', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '7e5687c1-d335-4fd2-9aa1-9e97cb7cba6d', >'ID_FS_UUID_ENC': '7e5687c1-d335-4fd2-9aa1-9e97cb7cba6d', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '7', >'ID_PART_ENTRY_OFFSET': '513067008', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '997376', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '91522702-07', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '7', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15786188'} ; name: sda7 ; >name = sda7 status = True kids = 0 id = 181 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 487 MiB >format = existing None >major = 8 minor = 7 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 >target size = 487 MiB path = /dev/sda7 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 1 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38e28e9e8> >number: 7 path: /dev/sda7 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38e28ea20> PedPartition: <_ped.Partition object at 0x7fc38c5c35c8> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 513067008 end = 514064383 length = 997376 >flags = >'/dev/disk/by-uuid/eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7 ' >'/dev/disk/by-label/Archives ' >'/dev/disk/by-path/pci-0000:00:09.0-ata-1-part8 ' >'/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part8', >'DEVNAME': '/dev/sda8', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'Archives', >'ID_FS_LABEL_ENC': 'Archives', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7', >'ID_FS_UUID_ENC': 'eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '8', >'ID_PART_ENTRY_OFFSET': '514065983', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '102400000', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '91522702-08', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '8', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15470338'} ; name: sda8 ; >name = sda8 status = True kids = 0 id = 187 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 48.83 GiB >format = existing None >major = 8 minor = 8 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 >target size = 48.83 GiB path = /dev/sda8 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 1 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38e28efd0> >number: 8 path: /dev/sda8 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38e28e7b8> PedPartition: <_ped.Partition object at 0x7fc38c5c3570> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 514065983 end = 616465982 length = 102400000 >flags = >'/dev/disk/by-id/wwn-0x5000c50037458df6-part9 ' >'/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part9 ' >'/dev/disk/by-path/pci-0000:00:09.0-ata-1-part9 ' >'/dev/disk/by-label/Win10', >'DEVNAME': '/dev/sda9', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'ID_ATA_FEATURE_SET_HPA': '1', >'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', >'ID_ATA_FEATURE_SET_PM': '1', >'ID_ATA_FEATURE_SET_PM_ENABLED': '1', >'ID_ATA_FEATURE_SET_SECURITY': '1', >'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', >'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', >'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_ROTATION_RATE_RPM': '7200', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_LABEL': 'Win10', >'ID_FS_LABEL_ENC': 'Win10', >'ID_FS_TYPE': 'ntfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '1E648ED8648EB1D7', >'ID_FS_UUID_ENC': '1E648ED8648EB1D7', >'ID_MODEL': 'ST3500413AS', >'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '9', >'ID_PART_ENTRY_OFFSET': '616466432', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '81920000', >'ID_PART_ENTRY_TYPE': '0x7', >'ID_PART_ENTRY_UUID': '91522702-09', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '91522702', >'ID_PATH': 'pci-0000:00:09.0-ata-1', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', >'ID_REVISION': 'JC4B', >'ID_SERIAL': 'ST3500413AS_6VMWEG0T', >'ID_SERIAL_SHORT': '6VMWEG0T', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000c50037458df6', >'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', >'MAJOR': '8', >'MINOR': '9', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15523794'} ; name: sda9 ; >name = sda9 status = True kids = 0 id = 193 >parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] >uuid = None size = 39.06 GiB >format = existing None >major = 8 minor = 9 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9 >target size = 39.06 GiB path = /dev/sda9 >format args = [] originalFormat = None grow = None max size = 0 B bootable = None >part type = 1 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5509b0> >number: 9 path: /dev/sda9 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5501d0> PedPartition: <_ped.Partition object at 0x7fc38c5c3620> >disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel >start = 616466432 end = 698386431 length = 81920000 >flags = >'/dev/disk/by-id/ata-ATAPI_DVD_A_DH16A6L-C_218848403026 ' >'/dev/disk/by-path/pci-0000:00:09.0-ata-2', >'DEVNAME': '/dev/sr0', >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0', >'DEVTYPE': 'disk', >'ID_ATA': '1', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_BUS': 'ata', >'ID_CDROM': '1', >'ID_CDROM_CD': '1', >'ID_CDROM_CD_R': '1', >'ID_CDROM_CD_RW': '1', >'ID_CDROM_DVD': '1', >'ID_CDROM_DVD_PLUS_R': '1', >'ID_CDROM_DVD_PLUS_RW': '1', >'ID_CDROM_DVD_PLUS_R_DL': '1', >'ID_CDROM_DVD_R': '1', >'ID_CDROM_DVD_RAM': '1', >'ID_CDROM_DVD_RW': '1', >'ID_CDROM_MRW': '1', >'ID_CDROM_MRW_W': '1', >'ID_FOR_SEAT': 'block-pci-0000_00_09_0-ata-2', >'ID_MODEL': 'ATAPI_DVD_A_DH16A6L-C', >'ID_MODEL_ENC': 'ATAPI\\x20\\x20\\x20DVD\\x20A\\x20\\x20DH16A6L-C\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PATH': 'pci-0000:00:09.0-ata-2', >'ID_PATH_TAG': 'pci-0000_00_09_0-ata-2', >'ID_REVISION': 'ZHCG', >'ID_SERIAL': 'ATAPI_DVD_A_DH16A6L-C_218848403026', >'ID_SERIAL_SHORT': '218848403026', >'ID_TYPE': 'cd', >'MAJOR': '11', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:uaccess:seat:', >'USEC_INITIALIZED': '14269483'} ; name: sr0 ; >name = sr0 status = True kids = 0 id = 199 >parents = [] >uuid = None size = 1024 MiB >format = existing None >major = 11 minor = 0 exists = True protected = False >sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0 >target size = 1024 MiB path = /dev/sr0 >format args = [] originalFormat = None >'DEVPATH': '/devices/virtual/block/loop0', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'squashfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_VERSION': '4.0', >'MAJOR': '7', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15642399'} ; name: loop0 ; >name = loop0 status = False kids = 0 id = 208 >parents = ['existing 1.32 GiB file /run/initramfs/live/LiveOS/squashfs.img (204)'] >uuid = None size = 1.32 GiB >format = existing None >major = 0 minor = 0 exists = True protected = True >sysfs path = >target size = 0 B path = /dev/loop0 >format args = [] originalFormat = None >'/dev/disk/by-uuid/3738d843-0326-4e94-9cfa-ea834c80f9fa', >'DEVNAME': '/dev/loop1', >'DEVPATH': '/devices/virtual/block/loop1', >'DEVTYPE': 'disk', >'ID_FS_LABEL': 'Anaconda', >'ID_FS_LABEL_ENC': 'Anaconda', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '3738d843-0326-4e94-9cfa-ea834c80f9fa', >'ID_FS_UUID_ENC': '3738d843-0326-4e94-9cfa-ea834c80f9fa', >'ID_FS_VERSION': '1.0', >'MAJOR': '7', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15646098'} ; name: loop1 ; >name = loop1 status = False kids = 0 id = 218 >parents = ['existing 0 B file /LiveOS/rootfs.img (214)'] >uuid = None size = 0 B >format = existing None >major = 0 minor = 0 exists = True protected = True >sysfs path = >target size = 0 B path = /dev/loop1 >format args = [] originalFormat = None >'DEVPATH': '/devices/virtual/block/loop2', >'DEVTYPE': 'disk', >'MAJOR': '7', >'MINOR': '2', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '15649666'} ; name: loop2 ; >name = loop2 status = False kids = 0 id = 228 >parents = ['existing 0 B file /overlay (deleted) (224)'] >uuid = None size = 0 B >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = >target size = 0 B path = /dev/loop2 >format args = [] originalFormat = None >'/dev/disk/by-label/Anaconda ' >'/dev/disk/by-uuid/3738d843-0326-4e94-9cfa-ea834c80f9fa', >'DEVNAME': '/dev/dm-0', >'DEVPATH': '/devices/virtual/block/dm-0', >'DEVTYPE': 'disk', >'DM_NAME': 'live-rw', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': 'Anaconda', >'ID_FS_LABEL_ENC': 'Anaconda', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '3738d843-0326-4e94-9cfa-ea834c80f9fa', >'ID_FS_UUID_ENC': '3738d843-0326-4e94-9cfa-ea834c80f9fa', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '9624890'} ; name: live-rw ; >dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) >name = live-rw status = True kids = 0 id = 233 >parents = ['existing 0 B loop loop1 (218) with existing ext4 filesystem'] >uuid = None size = 6 GiB >format = existing None >major = 0 minor = 0 exists = True protected = True >sysfs path = /sys/devices/virtual/block/dm-0 >target size = 6 GiB path = /dev/mapper/live-rw >format args = [] originalFormat = None target = None dmUuid = None >'/dev/disk/by-uuid/3738d843-0326-4e94-9cfa-ea834c80f9fa ' >'/dev/disk/by-id/dm-name-live-base', >'DEVNAME': '/dev/dm-1', >'DEVPATH': '/devices/virtual/block/dm-1', >'DEVTYPE': 'disk', >'DM_NAME': 'live-base', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': 'Anaconda', >'ID_FS_LABEL_ENC': 'Anaconda', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '3738d843-0326-4e94-9cfa-ea834c80f9fa', >'ID_FS_UUID_ENC': '3738d843-0326-4e94-9cfa-ea834c80f9fa', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '9677689'} ; name: live-base ; >dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) >name = live-base status = True kids = 0 id = 239 >parents = ['existing 0 B loop loop1 (218) with existing ext4 filesystem'] >uuid = None size = 6 GiB >format = existing None >major = 0 minor = 0 exists = True protected = True >sysfs path = /sys/devices/virtual/block/dm-1 >target size = 6 GiB path = /dev/mapper/live-base >format args = [] originalFormat = None target = None dmUuid = None >May 31 11:42:33 localhost systemd[1408]: dev-disk-by\x2dlabel-Anaconda.device: Dev dev-disk-by\x2dlabel-Anaconda.device appeared twice with different sysfs paths /sys/devices/virtual/block/dm-0 and /sys/devices/virtual/block/dm-1 >May 31 11:42:33 localhost systemd[1408]: dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device: Dev dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device appeared twice with different sysfs paths /sys/devices/virtual/block/dm-0 and /sys/devices/virtual/block/dm-1 >May 31 11:42:33 localhost systemd[1]: dev-disk-by\x2dlabel-Anaconda.device: Dev dev-disk-by\x2dlabel-Anaconda.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-1 >May 31 11:42:33 localhost systemd[1]: dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device: Dev dev-disk-by\x2duuid-3738d843\x2d0326\x2d4e94\x2d9cfa\x2dea834c80f9fa.device appeared twice with different sysfs paths /sys/devices/virtual/block/loop1 and /sys/devices/virtual/block/dm-1 >May 31 11:42:42 localhost kernel: EXT4-fs (sdh2): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:42:42 localhost kernel: EXT4-fs (sdh5): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:42:43 localhost kernel: EXT4-fs (sdh6): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:42:43 localhost kernel: EXT4-fs (sdh7): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:42:44 localhost kernel: EXT4-fs (sda10): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:42:45 localhost kernel: EXT4-fs (sda11): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:42:45 localhost kernel: EXT4-fs (sda12): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:42:46 localhost kernel: EXT4-fs (sda13): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:42:47 localhost kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:42:47 localhost kernel: EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:42:48 localhost kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:42:49 localhost kernel: EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:42:49 localhost kernel: EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:43:00 localhost kernel: EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:43:01 localhost systemd[1]: Time has been changed >May 31 11:43:01 localhost systemd[1408]: Time has been changed >May 31 11:43:01 localhost audit[3388]: USYS_CONFIG pid=3388 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=success' >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af8e6da0> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af8e6cf8> PedPartition: <_ped.Partition object at 0x7fc38d14aba0> >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af930b70> >number: 10 path: /dev/sda10 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af930ac8> PedPartition: <_ped.Partition object at 0x7fc38d14ae60> >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af930d30> >number: 11 path: /dev/sda11 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af8e6f28> PedPartition: <_ped.Partition object at 0x7fc38d14abf8> >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af930ef0> >number: 12 path: /dev/sda12 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af930e48> PedPartition: <_ped.Partition object at 0x7fc38d14af10> >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9400f0> >number: 13 path: /dev/sda13 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af940048> PedPartition: <_ped.Partition object at 0x7fc38d14af68> >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9402b0> >number: 14 path: /dev/sda14 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af940208> PedPartition: <_ped.Partition object at 0x7fc38d14afc0> >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af8e6e10> >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af8e6c88> PedPartition: <_ped.Partition object at 0x7fc38d14ab48> >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: None >number: 3 path: /dev/sda3 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af9300b8> PedPartition: <_ped.Partition object at 0x7fc38d14ac50> >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af940470> >number: 4 path: /dev/sda4 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af9403c8> PedPartition: <_ped.Partition object at 0x7fc3af939048> >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9302b0> >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af930208> PedPartition: <_ped.Partition object at 0x7fc38d14aca8> >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af930470> >number: 6 path: /dev/sda6 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af9303c8> PedPartition: <_ped.Partition object at 0x7fc38d14ad00> >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af930630> >number: 7 path: /dev/sda7 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af930588> PedPartition: <_ped.Partition object at 0x7fc38d14ad58> >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9307f0> >number: 8 path: /dev/sda8 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af930748> PedPartition: <_ped.Partition object at 0x7fc38d14adb0> >disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9309b0> >number: 9 path: /dev/sda9 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af930908> PedPartition: <_ped.Partition object at 0x7fc38d14ae08> >disk: <parted.disk.Disk object at 0x7fc3af938048> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af940c50> >number: 1 path: /dev/sdh1 type: 0 >name: None active: True busy: True >geometry: <parted.geometry.Geometry object at 0x7fc3af940ba8> PedPartition: <_ped.Partition object at 0x7fc3af9390a0> >disk: <parted.disk.Disk object at 0x7fc3af938048> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af940cc0> >number: 2 path: /dev/sdh2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af9409b0> PedPartition: <_ped.Partition object at 0x7fc38d14aeb8> >disk: <parted.disk.Disk object at 0x7fc3af938048> fileSystem: None >number: 3 path: /dev/sdh3 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af940dd8> PedPartition: <_ped.Partition object at 0x7fc3af9390f8> >disk: <parted.disk.Disk object at 0x7fc3af938048> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af949160> >number: 5 path: /dev/sdh5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af940e80> PedPartition: <_ped.Partition object at 0x7fc3af939150> >disk: <parted.disk.Disk object at 0x7fc3af938048> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9494e0> >number: 6 path: /dev/sdh6 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af949438> PedPartition: <_ped.Partition object at 0x7fc3af939258> >disk: <parted.disk.Disk object at 0x7fc3af938048> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af949320> >number: 7 path: /dev/sdh7 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af949278> PedPartition: <_ped.Partition object at 0x7fc3af939200> >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: None >number: 3 path: /dev/sdh3 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af949710> PedPartition: <_ped.Partition object at 0x7fc3af9391a8> ; logicals is ['sdh5', 'sdh7', 'sdh6'] >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >option = self.option_class(*args, **kwargs) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af8c8b70> >number: 1 path: /dev/sdh1 type: 0 >name: None active: True busy: True >geometry: <parted.geometry.Geometry object at 0x7fc3af8c8ac8> PedPartition: <_ped.Partition object at 0x7fc3af9392b0> >disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af8c8be0> >number: 2 path: /dev/sdh2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af8c8a58> PedPartition: <_ped.Partition object at 0x7fc3af9396d0> >disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: None >number: 3 path: /dev/sdh3 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af8c8cf8> PedPartition: <_ped.Partition object at 0x7fc3af9393b8> >disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933080> >number: 5 path: /dev/sdh5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af8c8da0> PedPartition: <_ped.Partition object at 0x7fc3af939678> >disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933400> >number: 6 path: /dev/sdh6 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af933358> PedPartition: <_ped.Partition object at 0x7fc3af939e60> >disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933240> >number: 7 path: /dev/sdh7 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af933198> PedPartition: <_ped.Partition object at 0x7fc3af939af0> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9336d8> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af933630> PedPartition: <_ped.Partition object at 0x7fc3af939db0> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94d4a8> >number: 10 path: /dev/sda10 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af94d400> PedPartition: <_ped.Partition object at 0x7fc3af9399e8> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94d668> >number: 11 path: /dev/sda11 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af933860> PedPartition: <_ped.Partition object at 0x7fc3af939830> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94d828> >number: 12 path: /dev/sda12 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af94d780> PedPartition: <_ped.Partition object at 0x7fc3af939fc0> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94d9e8> >number: 13 path: /dev/sda13 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af94d940> PedPartition: <_ped.Partition object at 0x7fc3af939620> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94dba8> >number: 14 path: /dev/sda14 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af94db00> PedPartition: <_ped.Partition object at 0x7fc3af939518> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933748> >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af8c8f28> PedPartition: <_ped.Partition object at 0x7fc3af9391a8> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: None >number: 3 path: /dev/sda3 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af9339b0> PedPartition: <_ped.Partition object at 0x7fc3af939938> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94dd68> >number: 4 path: /dev/sda4 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af94dcc0> PedPartition: <_ped.Partition object at 0x7fc3af8f6048> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933ba8> >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af933b00> PedPartition: <_ped.Partition object at 0x7fc3af939b48> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933d68> >number: 6 path: /dev/sda6 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af933cc0> PedPartition: <_ped.Partition object at 0x7fc3af939eb8> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933f28> >number: 7 path: /dev/sda7 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af933e80> PedPartition: <_ped.Partition object at 0x7fc3af939308> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94d128> >number: 8 path: /dev/sda8 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af94d080> PedPartition: <_ped.Partition object at 0x7fc3af939990> >disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94d2e8> >number: 9 path: /dev/sda9 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af94d240> PedPartition: <_ped.Partition object at 0x7fc3af939d00> >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >label.set_alignment(0, 0.5) >combo.set_margin_right(18) >May 31 11:43:41 localhost kernel: usb 1-6: reset high-speed USB device number 4 using ehci-pci >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >May 31 11:44:07 localhost audit[3556]: USER_AUTH pid=3556 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="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' >May 31 11:44:07 localhost audit[3556]: USER_ACCT pid=3556 uid=1000 auid=1000 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="liveuser" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' >May 31 11:44:07 localhost sudo[3556]: liveuser : TTY=pts/0 ; PWD=/home/liveuser ; USER=root ; COMMAND=/sbin/blkid -c /dev/null >May 31 11:44:07 localhost audit[3556]: USER_CMD pid=3556 uid=1000 auid=1000 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/home/liveuser" cmd=626C6B6964202D63202F6465762F6E756C6C terminal=pts/0 res=success' >May 31 11:44:07 localhost audit[3556]: CRED_REFR pid=3556 uid=0 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/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' >May 31 11:44:07 localhost sudo[3556]: pam_systemd(sudo:session): Cannot create session: Already running in a session >May 31 11:44:07 localhost sudo[3556]: pam_unix(sudo:session): session opened for user root by (uid=0) >May 31 11:44:07 localhost audit[3556]: USER_START pid=3556 uid=0 auid=1000 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' >May 31 11:44:10 localhost sudo[3556]: pam_unix(sudo:session): session closed for user root >May 31 11:44:10 localhost audit[3556]: USER_END pid=3556 uid=0 auid=1000 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' >May 31 11:44:10 localhost audit[3556]: CRED_DISP pid=3556 uid=0 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/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' >message_format=str(self._error)) >message_format=str(self._error)) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: None >number: 3 path: /dev/sdh3 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5d3048> PedPartition: <_ped.Partition object at 0x7fc38c64e048> ; logicals is ['sdh5', 'sdh7', 'sdh6'] >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >option = self.option_class(*args, **kwargs) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >disk: <parted.disk.Disk object at 0x7fc38c64b358> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af892cc0> >number: 1 path: /dev/sdh1 type: 0 >name: None active: True busy: True >geometry: <parted.geometry.Geometry object at 0x7fc3af892c18> PedPartition: <_ped.Partition object at 0x7fc38c64e8e0> >disk: <parted.disk.Disk object at 0x7fc38c64b358> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af892d30> >number: 2 path: /dev/sdh2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af892ba8> PedPartition: <_ped.Partition object at 0x7fc38c64e360> >disk: <parted.disk.Disk object at 0x7fc38c64b358> fileSystem: None >number: 3 path: /dev/sdh3 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af892e48> PedPartition: <_ped.Partition object at 0x7fc38c64e888> >disk: <parted.disk.Disk object at 0x7fc38c64b358> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5661d0> >number: 5 path: /dev/sdh5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af892ef0> PedPartition: <_ped.Partition object at 0x7fc38c64e7d8> >disk: <parted.disk.Disk object at 0x7fc38c64b358> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c566550> >number: 6 path: /dev/sdh6 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5664a8> PedPartition: <_ped.Partition object at 0x7fc38c64e830> >disk: <parted.disk.Disk object at 0x7fc38c64b358> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c566390> >number: 7 path: /dev/sdh7 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5662e8> PedPartition: <_ped.Partition object at 0x7fc38c64e150> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5de438> >number: 9 path: /dev/sda9 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5de390> PedPartition: <_ped.Partition object at 0x7fc3af871570> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5de278> >number: 8 path: /dev/sda8 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5de1d0> PedPartition: <_ped.Partition object at 0x7fc3af871ca8> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5de0b8> >number: 7 path: /dev/sda7 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c566fd0> PedPartition: <_ped.Partition object at 0x7fc3af871518> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c566eb8> >number: 6 path: /dev/sda6 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c566e10> PedPartition: <_ped.Partition object at 0x7fc3af871eb8> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c566cf8> >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c566c50> PedPartition: <_ped.Partition object at 0x7fc38c64e258> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5deeb8> >number: 4 path: /dev/sda4 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5dee10> PedPartition: <_ped.Partition object at 0x7fc3af871bf8> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: None >number: 3 path: /dev/sda3 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c566b00> PedPartition: <_ped.Partition object at 0x7fc38c64e200> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c566898> >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5660b8> PedPartition: <_ped.Partition object at 0x7fc38c64e2b0> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5decf8> >number: 14 path: /dev/sda14 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5dec50> PedPartition: <_ped.Partition object at 0x7fc3af871360> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5deb38> >number: 13 path: /dev/sda13 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5dea90> PedPartition: <_ped.Partition object at 0x7fc3af8715c8> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5de978> >number: 12 path: /dev/sda12 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5de8d0> PedPartition: <_ped.Partition object at 0x7fc3af871678> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5de7b8> >number: 11 path: /dev/sda11 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5669b0> PedPartition: <_ped.Partition object at 0x7fc38c64e0a0> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5de5f8> >number: 10 path: /dev/sda10 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c5de550> PedPartition: <_ped.Partition object at 0x7fc3af871a40> >disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c566828> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c566780> PedPartition: <_ped.Partition object at 0x7fc38c64e308> >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >partitions = self.devicetree.getDevicesByInstance(PartitionDevice) >May 31 11:52:01 localhost kernel: nouveau 0000:02:00.0: therm: temperature (90 C) hit the 'fanboost' threshold >disk: <parted.disk.Disk object at 0x7fc38c578e48> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c591c50> >number: 1 path: /dev/sdh1 type: 0 >name: None active: True busy: True >geometry: <parted.geometry.Geometry object at 0x7fc38c591eb8> PedPartition: <_ped.Partition object at 0x7fc3af8719e8> >disk: <parted.disk.Disk object at 0x7fc38c578e48> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5912b0> >number: 2 path: /dev/sdh2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c591fd0> PedPartition: <_ped.Partition object at 0x7fc3af8714c0> >disk: <parted.disk.Disk object at 0x7fc38c578e48> fileSystem: None >number: 3 path: /dev/sdh3 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc38c591748> PedPartition: <_ped.Partition object at 0x7fc3af871d58> >disk: <parted.disk.Disk object at 0x7fc38c578e48> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2d1198> >number: 5 path: /dev/sdh5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af2d10f0> PedPartition: <_ped.Partition object at 0x7fc3af8712b0> >disk: <parted.disk.Disk object at 0x7fc38c578e48> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2d10b8> >number: 6 path: /dev/sdh6 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af2d12b0> PedPartition: <_ped.Partition object at 0x7fc3af871b48> >disk: <parted.disk.Disk object at 0x7fc38c578e48> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2d1358> >number: 7 path: /dev/sdh7 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af2d1550> PedPartition: <_ped.Partition object at 0x7fc3af8716d0> >May 31 11:52:39 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:52:39 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:52:39 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:52:39 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:52:40 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:52:40 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >self.path) >dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) >disk: <parted.disk.Disk object at 0x7fc38c64b208> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2cf7f0> >number: 1 path: /dev/sdh1 type: 0 >name: None active: True busy: True >geometry: <parted.geometry.Geometry object at 0x7fc3af2cf748> PedPartition: <_ped.Partition object at 0x7fc3af2d2200> >disk: <parted.disk.Disk object at 0x7fc38c64b208> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2cf860> >number: 2 path: /dev/sdh2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af2cf390> PedPartition: <_ped.Partition object at 0x7fc3af2d2258> >disk: <parted.disk.Disk object at 0x7fc38c64b208> fileSystem: None >number: 3 path: /dev/sdh3 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af2cf978> PedPartition: <_ped.Partition object at 0x7fc3af2d22b0> >disk: <parted.disk.Disk object at 0x7fc38c64b208> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2cfcc0> >number: 5 path: /dev/sdh5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af2cfa20> PedPartition: <_ped.Partition object at 0x7fc3af2d2308> >disk: <parted.disk.Disk object at 0x7fc38c64b208> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2d6080> >number: 6 path: /dev/sdh6 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af2cff98> PedPartition: <_ped.Partition object at 0x7fc3af2d2410> >disk: <parted.disk.Disk object at 0x7fc38c64b208> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2cfe80> >number: 7 path: /dev/sdh7 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc3af2cfdd8> PedPartition: <_ped.Partition object at 0x7fc3af2d23b8> >May 31 11:52:47 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:52:47 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:52:48 localhost systemd[1408]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:52:48 localhost systemd[1]: dev-disk-by\x2dlabel-Boot.device: Dev dev-disk-by\x2dlabel-Boot.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 and /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 >May 31 11:52:48 localhost kernel: EXT4-fs (sdh7): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:52:57 localhost kernel: EXT4-fs (sdh2): mounted filesystem with ordered data mode. Opts: (null) >May 31 11:53:00 localhost kernel: EXT4-fs (sdh6): mounted filesystem with ordered data mode. Opts: (null) > >File "/usr/lib64/python3.5/site-packages/pyanaconda/threads.py", line 253, in run >threading.Thread.run(self, *args, **kwargs) > >File "/usr/lib64/python3.5/threading.py", line 862, in run >self._target(*self._args, **self._kwargs) > >File "/usr/lib64/python3.5/site-packages/pyanaconda/install.py", line 195, in doInstall >turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall, callbacks=callbacks_reg) > >File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 1105, in turnOnFilesystems >storage.mountFilesystems() > >File "/usr/lib/python3.5/site-packages/blivet/blivet.py", line 1407, in mountFilesystems >readOnly=readOnly, skipRoot=skipRoot) > >File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 632, in mountFilesystems >chroot=rootPath) > >File "/usr/lib/python3.5/site-packages/blivet/formats/__init__.py", line 483, in setup >self._setup(**kwargs) > >File "/usr/lib/python3.5/site-packages/blivet/formats/fs.py", line 645, in _setup >self._mount.doTask(chrootedMountpoint, options=options) > >File "/usr/lib/python3.5/site-packages/blivet/tasks/fsmount.py", line 123, in doTask >raise FSError("mount failed: %s" % rc) > >blivet.errors.FSError: mount failed: 16 > > > >/tmp/anaconda.log: >11:40:52,039 INFO anaconda: /sbin/anaconda 24.13.5-1 >11:40:52,415 INFO anaconda: 3919520 kB (3827 MB) are available >11:40:52,427 INFO anaconda: check_memory(): total:3827, needed:320, graphical:410 >11:40:52,445 INFO anaconda: Unable to inhibit the screensaver: Failed to call Inhibit method on /org/freedesktop/ScreenSaver with ('anaconda', 'Installing') arguments: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files >11:40:52,446 INFO anaconda: Not doing 'early exception handler' in live installation >11:40:52,447 INFO anaconda: Not doing 'start audit daemon' in live installation >11:40:52,448 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base'] >11:40:52,449 INFO anaconda: Default encoding = utf-8 >11:40:52,482 WARN anaconda: /usr/lib64/python3.5/optparse.py:999: PendingDeprecationWarning: The KSOption class is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > option = self.option_class(*args, **kwargs) > >11:40:52,520 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/pwpolicy.py:101: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--minlen", type="int") > >11:40:52,523 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >11:40:54,428 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/pwpolicy.py:117: PendingDeprecationWarning: _setToObj has been renamed to set_to_obj. The old name will be removed in a future release. > self._setToObj(self.op, opts, pd) > >11:40:54,432 WARN anaconda: /usr/lib64/python3.5/optparse.py:999: PendingDeprecationWarning: The KSOption class is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > option = self.option_class(*args, **kwargs) > >11:40:54,435 DEBUG anaconda: setting locale to: en_US.UTF-8 >11:40:54,469 DEBUG anaconda: network: devices found ['wlp0s4f1u2', 'enp0s10'] >11:40:54,939 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on enp0s10 >11:40:54,943 DEBUG anaconda: network: missing ifcfgs created for devices ['enp0s10'] >11:40:56,824 DEBUG anaconda: updating host name localhost.localdomain >11:40:56,860 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/pwpolicy.py:101: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--minlen", type="int") > >11:40:56,862 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140478441211648) >11:40:56,882 INFO anaconda: Display mode = g >11:40:56,884 INFO anaconda: 3919520 kB (3827 MB) are available >11:40:56,958 INFO anaconda: check_memory(): total:3827, needed:320, graphical:410 >11:40:57,098 DEBUG anaconda: updating host name localhost.localdomain >11:40:57,161 INFO anaconda: got 0 NTP servers from DHCP >11:40:57,162 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140478441211648) >11:40:57,643 INFO anaconda: Fedora is the highest priority installclass, using it >11:40:57,793 INFO anaconda: bootloader GRUB2 on X86 platform >11:40:57,795 INFO anaconda: Detected 3.63 GiB of memory >11:40:57,797 INFO anaconda: Suggested swap size (3.63 GiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >11:40:57,799 INFO anaconda: Swap attempt of 0.0 >11:40:57,800 INFO anaconda: bootloader GRUB2 on X86 platform >11:40:57,810 INFO anaconda: Running Thread: AnaStorageThread (140478441211648) >11:40:57,836 INFO anaconda: Running Thread: AnaTimeInitThread (140478139393792) >11:40:57,894 INFO anaconda: Running Thread: AnaPayloadRestartThread (140478131001088) >11:40:57,901 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140478122608384) >11:40:57,903 INFO anaconda: Not doing 'start chronyd' in live installation >11:40:57,904 INFO anaconda: Starting geolocation lookup >11:40:57,914 INFO anaconda: Geolocation provider: Fedora GeoIP >11:40:57,917 INFO anaconda: Thread Done: AnaPayloadRestartThread (140478131001088) >11:40:57,962 INFO anaconda: Running Thread: AnaPayloadThread (140477911267072) >11:40:58,847 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:122: PyGIDeprecationWarning: GObject.G_MAXUINT is deprecated; use GLib.MAXUINT instead > 0, GObject.G_MAXUINT, 0, > >11:40:58,849 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:123: PyGIDeprecationWarning: GObject.PARAM_READWRITE is deprecated; use GObject.ParamFlags.READWRITE (glib 2.42+) instead > GObject.PARAM_READWRITE), > >11:40:58,851 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:246: PyGIDeprecationWarning: GObject.SIGNAL_RUN_LAST is deprecated; use GObject.SignalFlags.RUN_LAST instead > "nm-state-changed": (GObject.SIGNAL_RUN_LAST, GObject.TYPE_NONE, []), > >11:40:58,950 DEBUG anaconda: Detected primary monitor: 1920x1080 102dpix 102dpiy >11:40:59,084 INFO anaconda: Not doing 'activate layouts' in live installation >11:40:59,227 INFO anaconda: Geolocation lookup finished in 1.3 seconds >11:40:59,245 INFO anaconda: got results from geolocation >11:40:59,246 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140478122608384) >11:41:01,341 DEBUG anaconda: setting locale to: en_US.UTF-8 >11:41:01,365 DEBUG anaconda: setting locale to: en_US.UTF-8 >11:41:01,378 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >11:41:01,444 WARN anaconda: /usr/lib64/python3.5/site-packages/gi/overrides/Gdk.py:329: DeprecationWarning: Gdk.Cursor.new is deprecated > return cls.new(*args, **kwds) > >11:41:03,143 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >11:41:21,400 DEBUG anaconda: setting locale to: en_US.UTF-8 >11:41:21,574 INFO anaconda: Not doing 'require network connection' in live installation >11:41:21,575 DEBUG anaconda: network standalone spoke (init): completed: True >11:41:21,576 INFO anaconda: Not doing 'require network connection' in live installation >11:41:21,587 DEBUG anaconda: Left spoke: WelcomeLanguageSpoke >11:41:21,587 DEBUG anaconda: Entered hub: SummaryHub >11:41:21,686 INFO anaconda: Running Thread: AnaAddLayoutsInitThread (140478131001088) >11:41:21,699 DEBUG anaconda: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7fc38db956d8>> on <list object at 0x7fc38e39f9c8> >11:41:21,709 INFO anaconda: Running Thread: AnaGtkBatchPre1 (140478122608384) >11:41:21,714 INFO anaconda: Thread Done: AnaGtkBatchPre1 (140478122608384) >11:41:21,787 INFO anaconda: Running Thread: AnaKeyboardThread (140478122608384) >11:41:22,222 INFO anaconda: Not doing 'modify system time and date' in live installation >11:41:22,238 INFO anaconda: Running Thread: AnaNTPserver1 (140477726717696) >11:41:22,261 INFO anaconda: Running Thread: AnaDateTimeThread (140477642831616) >11:41:22,265 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/hubs/__init__.py:195: DeprecationWarning: Gtk.Widget.set_margin_left is deprecated > selector.set_margin_left(12) > >11:41:22,407 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/software.py:85: DeprecationWarning: Gtk.Viewport.get_vadjustment is deprecated > self._environmentListBox.set_focus_vadjustment(environmentViewport.get_vadjustment()) > >11:41:22,433 INFO anaconda: Thread Done: AnaNTPserver1 (140477726717696) >11:41:22,443 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/storage.py:621: DeprecationWarning: Gtk.Viewport.get_hadjustment is deprecated > self.local_disks_box.set_focus_hadjustment(localViewport.get_hadjustment()) > >11:41:22,444 INFO anaconda: Running Thread: AnaStorageWatcher (140477726717696) >11:41:22,509 INFO anaconda: Running Thread: AnaCustomStorageInit (140477634438912) >11:41:22,726 INFO anaconda: Not doing 'register anaconda secret agent' in live installation >11:41:22,731 WARN anaconda: network: enp0s10 has unexpected number of connections: [] >11:41:22,732 DEBUG anaconda: network: GUI, device configuration added: connection None device enp0s10 >11:41:22,737 DEBUG anaconda: network: can't get remote connection of active connection of device wlp0s4f1u2 >11:41:22,738 DEBUG anaconda: network: GUI, device configuration added: connection None device wlp0s4f1u2 >11:41:22,742 DEBUG anaconda: network: GUI, not adding wireless connection 73a889b8-0acd-440e-84e2-f630b78dab00 >11:41:22,818 DEBUG anaconda: network: GUI, attaching connection aefe867e-7f0b-32ae-9c03-8509be3713a9 to device enp0s10 >11:41:22,822 INFO anaconda: Not doing 'hide hint to use network configuration in DE' in live installation >11:41:22,877 WARN anaconda: /usr/lib64/python3.5/optparse.py:999: PendingDeprecationWarning: The KSOption class is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > option = self.option_class(*args, **kwargs) > >11:41:22,920 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/pwpolicy.py:101: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--minlen", type="int") > >11:41:22,989 DEBUG anaconda: updating host name localhost.localdomain >11:41:23,246 INFO anaconda: Not doing 'require network connection' in live installation >11:41:25,167 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fc38db95400> >11:41:25,168 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fc38db95400> status to: Getting list of layouts... >11:41:25,169 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> status to: Probing storage... >10:41:27,015 INFO anaconda: Not doing 'save system time' in live installation >10:41:27,017 INFO anaconda: Not doing 'save system time' in live installation >10:41:27,019 INFO anaconda: Not doing 'save system time' in live installation >10:41:27,024 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7fc38db95da0> status to: Restoring hardware time... >10:41:30,302 INFO anaconda: Thread Done: AnaCustomStorageInit (140477634438912) >10:41:31,916 DEBUG anaconda: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7fc38db956d8>> on <list object at 0x7fc38e39f9c8> >10:41:31,916 INFO anaconda: Thread Done: AnaAddLayoutsInitThread (140478131001088) >10:41:31,917 INFO anaconda: Thread Done: AnaKeyboardThread (140478122608384) >10:41:31,925 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fc38db95400> >10:42:22,644 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >10:42:33,183 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >10:42:33,329 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >10:43:00,546 INFO anaconda: Thread Done: AnaStorageThread (140478441211648) >10:43:00,557 INFO anaconda: Thread Done: AnaStorageWatcher (140477726717696) >10:43:00,630 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >10:43:00,645 DEBUG anaconda: _is_valid_size(sda1) returning True >10:43:00,648 DEBUG anaconda: _is_valid_partition(sda1) returning True >10:43:00,649 DEBUG anaconda: _is_valid_format(sda1) returning True >10:43:00,650 DEBUG anaconda: is_valid_stage2_device(sda1) returning True >10:43:00,659 INFO anaconda: using environment from kickstart: None >10:43:00,663 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> >10:43:00,664 INFO anaconda: Thread Done: AnaPayloadThread (140477911267072) >10:43:00,715 DEBUG anaconda: _is_valid_disklabel(sda14) returning True >10:43:00,717 DEBUG anaconda: _is_valid_size(sda14) returning True >10:43:00,720 DEBUG anaconda: _is_valid_partition(sda14) returning True >10:43:00,721 DEBUG anaconda: _is_valid_format(sda14) returning True >10:43:00,722 DEBUG anaconda: is_valid_stage2_device(sda14) returning True >10:43:00,762 DEBUG anaconda: _is_valid_disklabel(sda4) returning True >10:43:00,764 DEBUG anaconda: _is_valid_size(sda4) returning True >10:43:00,765 DEBUG anaconda: _is_valid_partition(sda4) returning True >10:43:00,766 DEBUG anaconda: _is_valid_format(sda4) returning True >10:43:00,767 DEBUG anaconda: is_valid_stage2_device(sda4) returning True >10:43:00,789 DEBUG anaconda: _is_valid_disklabel(sda9) returning True >10:43:00,791 DEBUG anaconda: _is_valid_size(sda9) returning True >10:43:00,792 DEBUG anaconda: _is_valid_partition(sda9) returning True >10:43:00,793 DEBUG anaconda: _is_valid_format(sda9) returning True >10:43:00,793 DEBUG anaconda: is_valid_stage2_device(sda9) returning True >10:43:00,837 DEBUG anaconda: _is_valid_disklabel(sdh1) returning True >10:43:00,838 DEBUG anaconda: _is_valid_size(sdh1) returning True >10:43:00,839 DEBUG anaconda: _is_valid_partition(sdh1) returning True >10:43:00,840 DEBUG anaconda: _is_valid_format(sdh1) returning True >10:43:00,841 DEBUG anaconda: is_valid_stage2_device(sdh1) returning True >10:43:01,026 INFO anaconda: Thread Done: AnaTimeInitThread (140478139393792) >10:43:01,027 INFO anaconda: Thread Done: AnaDateTimeThread (140477642831616) >10:43:01,114 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7fc38db95da0> >10:43:03,664 DEBUG anaconda: Entered spoke: StorageSpoke >10:43:03,689 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:03,728 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:03,759 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:03,788 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:07,283 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:07,311 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:12,549 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:12,578 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:31,066 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:31,095 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:37,414 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:38,100 INFO anaconda: Running Thread: AnaExecuteStorageThread (140477642831616) >10:43:38,101 DEBUG anaconda: Left spoke: StorageSpoke >10:43:38,115 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:38,406 INFO anaconda: Not doing 'require network connection' in live installation >10:43:38,429 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >10:43:39,006 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:39,032 DEBUG anaconda: new disk order: [] >10:43:39,251 DEBUG anaconda: new disk order: [] >10:43:39,541 DEBUG anaconda: _is_valid_disklabel(sdh) returning True >10:43:39,543 DEBUG anaconda: _is_valid_size(sdh) returning True >10:43:39,544 DEBUG anaconda: _is_valid_location(sdh) returning True >10:43:39,544 DEBUG anaconda: _is_valid_format(sdh) returning True >10:43:39,545 DEBUG anaconda: is_valid_stage1_device(sdh) returning True >10:43:39,547 WARN anaconda: /usr/lib64/python3.5/optparse.py:999: PendingDeprecationWarning: The KSOption class is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > option = self.option_class(*args, **kwargs) > >10:43:39,555 INFO anaconda: Thread Done: AnaExecuteStorageThread (140477642831616) >10:43:39,659 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:40,615 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sdb', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sr0'] >10:43:40,778 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:40,887 DEBUG anaconda: ui: unused=[] >10:43:40,888 DEBUG anaconda: ui: new_devices=[] >10:43:40,895 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/lib/accordion.py:527: DeprecationWarning: Gtk.Misc.set_alignment is deprecated > label.set_alignment(0, 0.5) > >10:43:40,902 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/lib/accordion.py:576: DeprecationWarning: Gtk.Widget.set_margin_right is deprecated > combo.set_margin_right(18) > >10:43:41,081 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:41,192 DEBUG anaconda: page clicked: New Fedora 24 Installation >10:43:41,192 DEBUG anaconda: show mountpoint: New Fedora 24 Installation >10:43:41,194 DEBUG anaconda: show mountpoint: New Fedora 24 Installation >10:43:41,498 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:43:41,526 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> >10:43:41,527 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> status to: Saving storage configuration... >10:43:41,532 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> >10:44:28,047 DEBUG anaconda: page clicked: Fedora Linux 20 for x86_64 >10:44:28,048 DEBUG anaconda: show mountpoint: Fedora Linux 20 for x86_64 >10:44:28,049 DEBUG anaconda: Accordion: unselecting all items >10:44:28,051 DEBUG anaconda: Accordion: select existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem device >10:44:28,055 DEBUG anaconda: populate_right_side: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem >10:44:28,057 DEBUG anaconda: updated device_disks to ['sdh'] >10:44:28,058 DEBUG anaconda: updated device_container_name to None >10:44:28,059 DEBUG anaconda: updated device_container_raid_level to None >10:44:28,060 DEBUG anaconda: updated device_container_encrypted to False >10:44:28,061 DEBUG anaconda: updated device_container_size to 0 >10:44:28,075 DEBUG anaconda: device_type_changed: None >10:44:28,077 DEBUG anaconda: device_type_changed: DEVICE_TYPE_PARTITION >10:44:28,079 DEBUG anaconda: populate_raid: 2, None >10:44:28,082 DEBUG anaconda: populate_raid: 2, None >10:45:59,160 DEBUG anaconda: Accordion: unselecting all items >10:45:59,162 DEBUG anaconda: Accordion: select existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem device >10:45:59,164 DEBUG anaconda: Saving current selector: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem >10:45:59,165 INFO anaconda: ui: saving changes to device sdh1 >10:45:59,167 DEBUG anaconda: reformat: False >10:45:59,174 DEBUG anaconda: old disks: ['sdh'] >10:45:59,174 DEBUG anaconda: new disks: ['sdh'] >10:45:59,175 DEBUG anaconda: device: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem >10:45:59,177 DEBUG anaconda: old size: 73.24 GiB >10:45:59,178 DEBUG anaconda: new size: 73.24 GiB >10:45:59,179 DEBUG anaconda: old label: FreeAgent_GoFlex_Drive >10:45:59,179 DEBUG anaconda: new label: FreeAgent_GoFlex_Dri >10:45:59,180 DEBUG anaconda: old container_name: None >10:45:59,181 DEBUG anaconda: new container_name: None >10:45:59,181 DEBUG anaconda: old name: sdh1 >10:45:59,182 DEBUG anaconda: new name: None >10:45:59,183 DEBUG anaconda: old container_size: 0 >10:45:59,183 DEBUG anaconda: new container_size: 0 >10:45:59,184 DEBUG anaconda: old container_encrypted: False >10:45:59,185 DEBUG anaconda: new container_encrypted: False >10:45:59,185 DEBUG anaconda: old container_raid_level: None >10:45:59,186 DEBUG anaconda: new container_raid_level: None >10:45:59,187 DEBUG anaconda: old encrypted: False >10:45:59,187 DEBUG anaconda: new encrypted: False >10:45:59,188 DEBUG anaconda: old min_luks_entropy: 256 >10:45:59,189 DEBUG anaconda: new min_luks_entropy: 256 >10:45:59,189 DEBUG anaconda: old device_type: 2 >10:45:59,190 DEBUG anaconda: new device_type: 2 >10:45:59,191 DEBUG anaconda: old fstype: ntfs >10:45:59,191 DEBUG anaconda: new fstype: ntfs >10:45:59,192 DEBUG anaconda: old mountpoint: >10:45:59,193 DEBUG anaconda: new mountpoint: /mnt/GoFlex >10:45:59,193 DEBUG anaconda: old raid_level: None >10:45:59,194 DEBUG anaconda: new raid_level: None >10:45:59,195 DEBUG anaconda: updating mountpoint of sdh1 to /mnt/GoFlex >10:45:59,203 DEBUG anaconda: populate_right_side: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >10:45:59,204 DEBUG anaconda: updated device_disks to ['sdh'] >10:45:59,205 DEBUG anaconda: updated device_container_name to None >10:45:59,206 DEBUG anaconda: updated device_container_raid_level to None >10:45:59,206 DEBUG anaconda: updated device_container_encrypted to False >10:45:59,207 DEBUG anaconda: updated device_container_size to 0 >10:45:59,221 DEBUG anaconda: populate_raid: 2, None >10:45:59,222 DEBUG anaconda: populate_right_side: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem >10:45:59,224 DEBUG anaconda: updated device_disks to ['sdh'] >10:45:59,225 DEBUG anaconda: updated device_container_name to None >10:45:59,225 DEBUG anaconda: updated device_container_raid_level to None >10:45:59,226 DEBUG anaconda: updated device_container_encrypted to False >10:45:59,227 DEBUG anaconda: updated device_container_size to 0 >10:45:59,243 DEBUG anaconda: populate_raid: 2, None >10:46:06,873 DEBUG anaconda: Accordion: unselecting all items >10:46:06,875 DEBUG anaconda: Accordion: select existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem device >10:46:06,877 DEBUG anaconda: Saving current selector: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem >10:46:06,878 INFO anaconda: ui: saving changes to device sdh2 >10:46:06,880 DEBUG anaconda: reformat: False >10:46:06,886 DEBUG anaconda: old disks: ['sdh'] >10:46:06,886 DEBUG anaconda: new disks: ['sdh'] >10:46:06,887 DEBUG anaconda: device: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem >10:46:06,889 DEBUG anaconda: old size: 1000 MiB >10:46:06,890 DEBUG anaconda: new size: 1000 MiB >10:46:06,890 DEBUG anaconda: old label: Boot >10:46:06,891 DEBUG anaconda: new label: Boot >10:46:06,892 DEBUG anaconda: old container_name: None >10:46:06,893 DEBUG anaconda: new container_name: None >10:46:06,893 DEBUG anaconda: old name: sdh2 >10:46:06,894 DEBUG anaconda: new name: None >10:46:06,895 DEBUG anaconda: old container_size: 0 >10:46:06,895 DEBUG anaconda: new container_size: 0 >10:46:06,896 DEBUG anaconda: old container_encrypted: False >10:46:06,897 DEBUG anaconda: new container_encrypted: False >10:46:06,898 DEBUG anaconda: old container_raid_level: None >10:46:06,899 DEBUG anaconda: new container_raid_level: None >10:46:06,899 DEBUG anaconda: old encrypted: False >10:46:06,900 DEBUG anaconda: new encrypted: False >10:46:06,901 DEBUG anaconda: old min_luks_entropy: 256 >10:46:06,901 DEBUG anaconda: new min_luks_entropy: 256 >10:46:06,902 DEBUG anaconda: old device_type: 2 >10:46:06,902 DEBUG anaconda: new device_type: 2 >10:46:06,903 DEBUG anaconda: old fstype: ext4 >10:46:06,904 DEBUG anaconda: new fstype: ext4 >10:46:06,904 DEBUG anaconda: old mountpoint: >10:46:06,905 DEBUG anaconda: new mountpoint: /mnt/Boot >10:46:06,906 DEBUG anaconda: old raid_level: None >10:46:06,906 DEBUG anaconda: new raid_level: None >10:46:06,907 DEBUG anaconda: updating mountpoint of sdh2 to /mnt/Boot >10:46:06,910 DEBUG anaconda: populate_right_side: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:46:06,912 DEBUG anaconda: updated device_disks to ['sdh'] >10:46:06,913 DEBUG anaconda: updated device_container_name to None >10:46:06,913 DEBUG anaconda: updated device_container_raid_level to None >10:46:06,914 DEBUG anaconda: updated device_container_encrypted to False >10:46:06,915 DEBUG anaconda: updated device_container_size to 0 >10:46:06,928 DEBUG anaconda: populate_raid: 2, None >10:46:06,929 DEBUG anaconda: populate_right_side: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem >10:46:06,931 DEBUG anaconda: updated device_disks to ['sdh'] >10:46:06,931 DEBUG anaconda: updated device_container_name to None >10:46:06,932 DEBUG anaconda: updated device_container_raid_level to None >10:46:06,933 DEBUG anaconda: updated device_container_encrypted to False >10:46:06,934 DEBUG anaconda: updated device_container_size to 0 >10:46:06,947 DEBUG anaconda: populate_raid: 2, None >10:46:14,382 DEBUG anaconda: Accordion: unselecting all items >10:46:14,384 DEBUG anaconda: Accordion: select existing 300 GiB partition sdh6 (61) with existing ext4 filesystem device >10:46:14,386 DEBUG anaconda: Saving current selector: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem >10:46:14,387 INFO anaconda: ui: saving changes to device sdh5 >10:46:14,389 DEBUG anaconda: reformat: False >10:46:14,394 DEBUG anaconda: old disks: ['sdh'] >10:46:14,395 DEBUG anaconda: new disks: ['sdh'] >10:46:14,396 DEBUG anaconda: device: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem >10:46:14,398 DEBUG anaconda: old size: 9.77 GiB >10:46:14,398 DEBUG anaconda: new size: 9.77 GiB >10:46:14,399 DEBUG anaconda: old label: GoFlex-5 >10:46:14,400 DEBUG anaconda: new label: GoFlex-5 >10:46:14,401 DEBUG anaconda: old container_name: None >10:46:14,402 DEBUG anaconda: new container_name: None >10:46:14,402 DEBUG anaconda: old name: sdh5 >10:46:14,403 DEBUG anaconda: new name: None >10:46:14,404 DEBUG anaconda: old container_size: 0 >10:46:14,404 DEBUG anaconda: new container_size: 0 >10:46:14,405 DEBUG anaconda: old container_encrypted: False >10:46:14,406 DEBUG anaconda: new container_encrypted: False >10:46:14,406 DEBUG anaconda: old container_raid_level: None >10:46:14,407 DEBUG anaconda: new container_raid_level: None >10:46:14,407 DEBUG anaconda: old encrypted: False >10:46:14,408 DEBUG anaconda: new encrypted: False >10:46:14,409 DEBUG anaconda: old min_luks_entropy: 256 >10:46:14,409 DEBUG anaconda: new min_luks_entropy: 256 >10:46:14,410 DEBUG anaconda: old device_type: 2 >10:46:14,411 DEBUG anaconda: new device_type: 2 >10:46:14,411 DEBUG anaconda: old fstype: ext4 >10:46:14,412 DEBUG anaconda: new fstype: ext4 >10:46:14,413 DEBUG anaconda: old mountpoint: >10:46:14,413 DEBUG anaconda: new mountpoint: /mnt/Mint >10:46:14,414 DEBUG anaconda: old raid_level: None >10:46:14,415 DEBUG anaconda: new raid_level: None >10:46:14,415 DEBUG anaconda: updating mountpoint of sdh5 to /mnt/Mint >10:46:14,418 DEBUG anaconda: populate_right_side: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:46:14,420 DEBUG anaconda: updated device_disks to ['sdh'] >10:46:14,421 DEBUG anaconda: updated device_container_name to None >10:46:14,422 DEBUG anaconda: updated device_container_raid_level to None >10:46:14,422 DEBUG anaconda: updated device_container_encrypted to False >10:46:14,423 DEBUG anaconda: updated device_container_size to 0 >10:46:14,436 DEBUG anaconda: populate_raid: 2, None >10:46:14,437 DEBUG anaconda: populate_right_side: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem >10:46:14,439 DEBUG anaconda: updated device_disks to ['sdh'] >10:46:14,440 DEBUG anaconda: updated device_container_name to None >10:46:14,441 DEBUG anaconda: updated device_container_raid_level to None >10:46:14,442 DEBUG anaconda: updated device_container_encrypted to False >10:46:14,442 DEBUG anaconda: updated device_container_size to 0 >10:46:14,456 DEBUG anaconda: populate_raid: 2, None >10:46:30,540 DEBUG anaconda: Accordion: unselecting all items >10:46:30,542 DEBUG anaconda: Accordion: select existing 9.76 GiB partition sdh7 (104) with existing ext4 filesystem device >10:46:30,544 DEBUG anaconda: Saving current selector: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem >10:46:30,546 INFO anaconda: ui: saving changes to device sdh6 >10:46:30,548 DEBUG anaconda: reformat: False >10:46:30,554 DEBUG anaconda: old disks: ['sdh'] >10:46:30,555 DEBUG anaconda: new disks: ['sdh'] >10:46:30,556 DEBUG anaconda: device: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem >10:46:30,557 DEBUG anaconda: old size: 300 GiB >10:46:30,558 DEBUG anaconda: new size: 300 GiB >10:46:30,559 DEBUG anaconda: old label: GoFlex-Common >10:46:30,560 DEBUG anaconda: new label: GoFlex-Common >10:46:30,560 DEBUG anaconda: old container_name: None >10:46:30,561 DEBUG anaconda: new container_name: None >10:46:30,562 DEBUG anaconda: old name: sdh6 >10:46:30,562 DEBUG anaconda: new name: None >10:46:30,563 DEBUG anaconda: old container_size: 0 >10:46:30,564 DEBUG anaconda: new container_size: 0 >10:46:30,564 DEBUG anaconda: old container_encrypted: False >10:46:30,565 DEBUG anaconda: new container_encrypted: False >10:46:30,566 DEBUG anaconda: old container_raid_level: None >10:46:30,566 DEBUG anaconda: new container_raid_level: None >10:46:30,567 DEBUG anaconda: old encrypted: False >10:46:30,568 DEBUG anaconda: new encrypted: False >10:46:30,568 DEBUG anaconda: old min_luks_entropy: 256 >10:46:30,569 DEBUG anaconda: new min_luks_entropy: 256 >10:46:30,570 DEBUG anaconda: old device_type: 2 >10:46:30,570 DEBUG anaconda: new device_type: 2 >10:46:30,571 DEBUG anaconda: old fstype: ext4 >10:46:30,572 DEBUG anaconda: new fstype: ext4 >10:46:30,572 DEBUG anaconda: old mountpoint: >10:46:30,573 DEBUG anaconda: new mountpoint: /mnt/Data >10:46:30,574 DEBUG anaconda: old raid_level: None >10:46:30,574 DEBUG anaconda: new raid_level: None >10:46:30,575 DEBUG anaconda: updating mountpoint of sdh6 to /mnt/Data >10:46:30,578 DEBUG anaconda: populate_right_side: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Data >10:46:30,580 DEBUG anaconda: updated device_disks to ['sdh'] >10:46:30,581 DEBUG anaconda: updated device_container_name to None >10:46:30,582 DEBUG anaconda: updated device_container_raid_level to None >10:46:30,583 DEBUG anaconda: updated device_container_encrypted to False >10:46:30,583 DEBUG anaconda: updated device_container_size to 0 >10:46:30,596 DEBUG anaconda: populate_raid: 2, None >10:46:30,597 DEBUG anaconda: populate_right_side: existing 9.76 GiB partition sdh7 (104) with existing ext4 filesystem >10:46:30,599 DEBUG anaconda: updated device_disks to ['sdh'] >10:46:30,600 DEBUG anaconda: updated device_container_name to None >10:46:30,601 DEBUG anaconda: updated device_container_raid_level to None >10:46:30,601 DEBUG anaconda: updated device_container_encrypted to False >10:46:30,602 DEBUG anaconda: updated device_container_size to 0 >10:46:30,615 DEBUG anaconda: populate_raid: 2, None >10:46:43,613 DEBUG anaconda: Accordion: unselecting all items >10:46:43,615 DEBUG anaconda: Accordion: select existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Data device >10:46:43,617 DEBUG anaconda: Saving current selector: existing 9.76 GiB partition sdh7 (104) with existing ext4 filesystem >10:46:43,618 INFO anaconda: ui: saving changes to device sdh7 >10:46:43,619 DEBUG anaconda: reformat: True >10:46:43,625 DEBUG anaconda: old disks: ['sdh'] >10:46:43,626 DEBUG anaconda: new disks: ['sdh'] >10:46:43,627 DEBUG anaconda: device: existing 9.76 GiB partition sdh7 (104) with existing ext4 filesystem >10:46:43,628 DEBUG anaconda: old size: 9.76 GiB >10:46:43,629 DEBUG anaconda: new size: 9.76 GiB >10:46:43,630 DEBUG anaconda: old label: GF-F20 >10:46:43,631 DEBUG anaconda: new label: GF-F24 >10:46:43,632 DEBUG anaconda: old container_name: None >10:46:43,632 DEBUG anaconda: new container_name: None >10:46:43,633 DEBUG anaconda: old name: sdh7 >10:46:43,634 DEBUG anaconda: new name: None >10:46:43,634 DEBUG anaconda: old container_size: 0 >10:46:43,635 DEBUG anaconda: new container_size: 0 >10:46:43,635 DEBUG anaconda: old container_encrypted: False >10:46:43,636 DEBUG anaconda: new container_encrypted: False >10:46:43,637 DEBUG anaconda: old container_raid_level: None >10:46:43,637 DEBUG anaconda: new container_raid_level: None >10:46:43,638 DEBUG anaconda: old encrypted: False >10:46:43,639 DEBUG anaconda: new encrypted: False >10:46:43,639 DEBUG anaconda: old min_luks_entropy: 256 >10:46:43,640 DEBUG anaconda: new min_luks_entropy: 256 >10:46:43,641 DEBUG anaconda: old device_type: 2 >10:46:43,641 DEBUG anaconda: new device_type: 2 >10:46:43,642 DEBUG anaconda: old fstype: ext4 >10:46:43,643 DEBUG anaconda: new fstype: ext4 >10:46:43,643 DEBUG anaconda: old mountpoint: >10:46:43,644 DEBUG anaconda: new mountpoint: / >10:46:43,645 DEBUG anaconda: old raid_level: None >10:46:43,645 DEBUG anaconda: new raid_level: None >10:46:43,646 INFO anaconda: scheduling reformat of sdh7 as ext4 >10:46:45,548 DEBUG anaconda: Accordion: selected items 1; removed items 1 >10:46:45,552 DEBUG anaconda: populate_right_side: existing 9.76 GiB partition sdh7 (104) with non-existent ext4 filesystem mounted at / >10:46:45,554 DEBUG anaconda: updated device_disks to ['sdh'] >10:46:45,555 DEBUG anaconda: updated device_container_name to None >10:46:45,555 DEBUG anaconda: updated device_container_raid_level to None >10:46:45,556 DEBUG anaconda: updated device_container_encrypted to False >10:46:45,557 DEBUG anaconda: updated device_container_size to 0 >10:46:45,572 DEBUG anaconda: populate_raid: 2, None >10:46:45,573 DEBUG anaconda: populate_right_side: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Data >10:46:45,575 DEBUG anaconda: updated device_disks to ['sdh'] >10:46:45,576 DEBUG anaconda: updated device_container_name to None >10:46:45,576 DEBUG anaconda: updated device_container_raid_level to None >10:46:45,577 DEBUG anaconda: updated device_container_encrypted to False >10:46:45,578 DEBUG anaconda: updated device_container_size to 0 >10:46:45,592 DEBUG anaconda: populate_raid: 2, None >10:46:51,457 DEBUG anaconda: Accordion: unselecting all items >10:46:51,458 DEBUG anaconda: Accordion: select existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint device >10:46:51,459 DEBUG anaconda: Saving current selector: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Data >10:46:51,461 DEBUG anaconda: populate_right_side: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:46:51,463 DEBUG anaconda: updated device_disks to ['sdh'] >10:46:51,464 DEBUG anaconda: updated device_container_name to None >10:46:51,465 DEBUG anaconda: updated device_container_raid_level to None >10:46:51,466 DEBUG anaconda: updated device_container_encrypted to False >10:46:51,467 DEBUG anaconda: updated device_container_size to 0 >10:46:51,480 DEBUG anaconda: populate_raid: 2, None >10:47:08,533 DEBUG anaconda: Accordion: unselecting all items >10:47:08,534 DEBUG anaconda: Accordion: select existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot device >10:47:08,535 DEBUG anaconda: Saving current selector: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:47:08,538 INFO anaconda: ui: saving changes to device sdh5 >10:47:08,539 DEBUG anaconda: reformat: False >10:47:08,545 DEBUG anaconda: old disks: ['sdh'] >10:47:08,546 DEBUG anaconda: new disks: ['sdh'] >10:47:08,547 DEBUG anaconda: device: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:47:08,549 DEBUG anaconda: old size: 9.77 GiB >10:47:08,550 DEBUG anaconda: new size: 9.77 GiB >10:47:08,550 DEBUG anaconda: old label: GoFlex-5 >10:47:08,551 DEBUG anaconda: new label: GoFlex5 >10:47:08,552 DEBUG anaconda: old container_name: None >10:47:08,552 DEBUG anaconda: new container_name: None >10:47:08,553 DEBUG anaconda: old name: sdh5 >10:47:08,554 DEBUG anaconda: new name: None >10:47:08,554 DEBUG anaconda: old container_size: 0 >10:47:08,555 DEBUG anaconda: new container_size: 0 >10:47:08,556 DEBUG anaconda: old container_encrypted: False >10:47:08,556 DEBUG anaconda: new container_encrypted: False >10:47:08,557 DEBUG anaconda: old container_raid_level: None >10:47:08,558 DEBUG anaconda: new container_raid_level: None >10:47:08,558 DEBUG anaconda: old encrypted: False >10:47:08,559 DEBUG anaconda: new encrypted: False >10:47:08,560 DEBUG anaconda: old min_luks_entropy: 256 >10:47:08,560 DEBUG anaconda: new min_luks_entropy: 256 >10:47:08,561 DEBUG anaconda: old device_type: 2 >10:47:08,562 DEBUG anaconda: new device_type: 2 >10:47:08,562 DEBUG anaconda: old fstype: ext4 >10:47:08,563 DEBUG anaconda: new fstype: ext4 >10:47:08,564 DEBUG anaconda: old mountpoint: /mnt/Mint >10:47:08,564 DEBUG anaconda: new mountpoint: /mnt/Mint >10:47:08,565 DEBUG anaconda: old raid_level: None >10:47:08,566 DEBUG anaconda: new raid_level: None >10:47:08,567 DEBUG anaconda: populate_right_side: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:47:08,568 DEBUG anaconda: updated device_disks to ['sdh'] >10:47:08,569 DEBUG anaconda: updated device_container_name to None >10:47:08,570 DEBUG anaconda: updated device_container_raid_level to None >10:47:08,571 DEBUG anaconda: updated device_container_encrypted to False >10:47:08,571 DEBUG anaconda: updated device_container_size to 0 >10:47:08,585 DEBUG anaconda: populate_raid: 2, None >10:47:08,586 DEBUG anaconda: populate_right_side: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:47:08,587 DEBUG anaconda: updated device_disks to ['sdh'] >10:47:08,588 DEBUG anaconda: updated device_container_name to None >10:47:08,589 DEBUG anaconda: updated device_container_raid_level to None >10:47:08,590 DEBUG anaconda: updated device_container_encrypted to False >10:47:08,590 DEBUG anaconda: updated device_container_size to 0 >10:47:08,604 DEBUG anaconda: populate_raid: 2, None >10:47:18,550 DEBUG anaconda: Accordion: unselecting all items >10:47:18,551 DEBUG anaconda: Accordion: select existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint device >10:47:18,553 DEBUG anaconda: Saving current selector: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:47:18,555 INFO anaconda: ui: saving changes to device sdh2 >10:47:18,556 DEBUG anaconda: reformat: False >10:47:18,561 DEBUG anaconda: old disks: ['sdh'] >10:47:18,562 DEBUG anaconda: new disks: ['sdh'] >10:47:18,563 DEBUG anaconda: device: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:47:18,564 DEBUG anaconda: old size: 1000 MiB >10:47:18,565 DEBUG anaconda: new size: 1000 MiB >10:47:18,566 DEBUG anaconda: old label: Boot >10:47:18,567 DEBUG anaconda: new label: GoFlex-Boot >10:47:18,568 DEBUG anaconda: old container_name: None >10:47:18,568 DEBUG anaconda: new container_name: None >10:47:18,569 DEBUG anaconda: old name: sdh2 >10:47:18,570 DEBUG anaconda: new name: None >10:47:18,570 DEBUG anaconda: old container_size: 0 >10:47:18,571 DEBUG anaconda: new container_size: 0 >10:47:18,572 DEBUG anaconda: old container_encrypted: False >10:47:18,573 DEBUG anaconda: new container_encrypted: False >10:47:18,573 DEBUG anaconda: old container_raid_level: None >10:47:18,574 DEBUG anaconda: new container_raid_level: None >10:47:18,575 DEBUG anaconda: old encrypted: False >10:47:18,576 DEBUG anaconda: new encrypted: False >10:47:18,576 DEBUG anaconda: old min_luks_entropy: 256 >10:47:18,577 DEBUG anaconda: new min_luks_entropy: 256 >10:47:18,578 DEBUG anaconda: old device_type: 2 >10:47:18,578 DEBUG anaconda: new device_type: 2 >10:47:18,579 DEBUG anaconda: old fstype: ext4 >10:47:18,580 DEBUG anaconda: new fstype: ext4 >10:47:18,580 DEBUG anaconda: old mountpoint: /mnt/Boot >10:47:18,581 DEBUG anaconda: new mountpoint: /mnt/Boot >10:47:18,582 DEBUG anaconda: old raid_level: None >10:47:18,582 DEBUG anaconda: new raid_level: None >10:47:18,583 DEBUG anaconda: populate_right_side: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:47:18,585 DEBUG anaconda: updated device_disks to ['sdh'] >10:47:18,586 DEBUG anaconda: updated device_container_name to None >10:47:18,586 DEBUG anaconda: updated device_container_raid_level to None >10:47:18,587 DEBUG anaconda: updated device_container_encrypted to False >10:47:18,588 DEBUG anaconda: updated device_container_size to 0 >10:47:18,605 DEBUG anaconda: populate_raid: 2, None >10:47:18,606 DEBUG anaconda: populate_right_side: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:47:18,608 DEBUG anaconda: updated device_disks to ['sdh'] >10:47:18,609 DEBUG anaconda: updated device_container_name to None >10:47:18,609 DEBUG anaconda: updated device_container_raid_level to None >10:47:18,610 DEBUG anaconda: updated device_container_encrypted to False >10:47:18,611 DEBUG anaconda: updated device_container_size to 0 >10:47:18,624 DEBUG anaconda: populate_raid: 2, None >10:47:23,297 DEBUG anaconda: Accordion: unselecting all items >10:47:23,298 DEBUG anaconda: Accordion: select existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex device >10:47:23,300 DEBUG anaconda: Saving current selector: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:47:23,302 INFO anaconda: ui: saving changes to device sdh5 >10:47:23,303 DEBUG anaconda: reformat: False >10:47:23,309 DEBUG anaconda: old disks: ['sdh'] >10:47:23,310 DEBUG anaconda: new disks: ['sdh'] >10:47:23,310 DEBUG anaconda: device: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:47:23,312 DEBUG anaconda: old size: 9.77 GiB >10:47:23,313 DEBUG anaconda: new size: 9.77 GiB >10:47:23,314 DEBUG anaconda: old label: GoFlex-5 >10:47:23,315 DEBUG anaconda: new label: GoFlex-Mint5 >10:47:23,315 DEBUG anaconda: old container_name: None >10:47:23,316 DEBUG anaconda: new container_name: None >10:47:23,317 DEBUG anaconda: old name: sdh5 >10:47:23,317 DEBUG anaconda: new name: None >10:47:23,318 DEBUG anaconda: old container_size: 0 >10:47:23,319 DEBUG anaconda: new container_size: 0 >10:47:23,319 DEBUG anaconda: old container_encrypted: False >10:47:23,320 DEBUG anaconda: new container_encrypted: False >10:47:23,321 DEBUG anaconda: old container_raid_level: None >10:47:23,321 DEBUG anaconda: new container_raid_level: None >10:47:23,322 DEBUG anaconda: old encrypted: False >10:47:23,323 DEBUG anaconda: new encrypted: False >10:47:23,323 DEBUG anaconda: old min_luks_entropy: 256 >10:47:23,324 DEBUG anaconda: new min_luks_entropy: 256 >10:47:23,325 DEBUG anaconda: old device_type: 2 >10:47:23,325 DEBUG anaconda: new device_type: 2 >10:47:23,326 DEBUG anaconda: old fstype: ext4 >10:47:23,327 DEBUG anaconda: new fstype: ext4 >10:47:23,327 DEBUG anaconda: old mountpoint: /mnt/Mint >10:47:23,328 DEBUG anaconda: new mountpoint: /mnt/Mint >10:47:23,329 DEBUG anaconda: old raid_level: None >10:47:23,329 DEBUG anaconda: new raid_level: None >10:47:23,330 DEBUG anaconda: populate_right_side: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:47:23,332 DEBUG anaconda: updated device_disks to ['sdh'] >10:47:23,333 DEBUG anaconda: updated device_container_name to None >10:47:23,334 DEBUG anaconda: updated device_container_raid_level to None >10:47:23,334 DEBUG anaconda: updated device_container_encrypted to False >10:47:23,335 DEBUG anaconda: updated device_container_size to 0 >10:47:23,349 DEBUG anaconda: populate_raid: 2, None >10:47:23,350 DEBUG anaconda: populate_right_side: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >10:47:23,352 DEBUG anaconda: updated device_disks to ['sdh'] >10:47:23,353 DEBUG anaconda: updated device_container_name to None >10:47:23,353 DEBUG anaconda: updated device_container_raid_level to None >10:47:23,354 DEBUG anaconda: updated device_container_encrypted to False >10:47:23,355 DEBUG anaconda: updated device_container_size to 0 >10:47:23,369 DEBUG anaconda: populate_raid: 2, None >10:47:27,739 DEBUG anaconda: Accordion: unselecting all items >10:47:27,740 DEBUG anaconda: Accordion: select existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Data device >10:47:27,742 DEBUG anaconda: Saving current selector: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >10:47:27,744 DEBUG anaconda: populate_right_side: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Data >10:47:27,746 DEBUG anaconda: updated device_disks to ['sdh'] >10:47:27,747 DEBUG anaconda: updated device_container_name to None >10:47:27,748 DEBUG anaconda: updated device_container_raid_level to None >10:47:27,749 DEBUG anaconda: updated device_container_encrypted to False >10:47:27,749 DEBUG anaconda: updated device_container_size to 0 >10:47:27,763 DEBUG anaconda: populate_raid: 2, None >10:47:37,011 DEBUG anaconda: Accordion: unselecting all items >10:47:37,013 DEBUG anaconda: Accordion: select existing 9.76 GiB partition sdh7 (104) with non-existent ext4 filesystem mounted at / device >10:47:37,015 DEBUG anaconda: Saving current selector: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Data >10:47:37,016 INFO anaconda: ui: saving changes to device sdh6 >10:47:37,018 DEBUG anaconda: reformat: False >10:47:37,024 DEBUG anaconda: old disks: ['sdh'] >10:47:37,025 DEBUG anaconda: new disks: ['sdh'] >10:47:37,026 DEBUG anaconda: device: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Data >10:47:37,027 DEBUG anaconda: old size: 300 GiB >10:47:37,028 DEBUG anaconda: new size: 300 GiB >10:47:37,029 DEBUG anaconda: old label: GoFlex-Common >10:47:37,030 DEBUG anaconda: new label: GoFlex-Common6 >10:47:37,031 DEBUG anaconda: old container_name: None >10:47:37,031 DEBUG anaconda: new container_name: None >10:47:37,032 DEBUG anaconda: old name: sdh6 >10:47:37,033 DEBUG anaconda: new name: None >10:47:37,033 DEBUG anaconda: old container_size: 0 >10:47:37,034 DEBUG anaconda: new container_size: 0 >10:47:37,035 DEBUG anaconda: old container_encrypted: False >10:47:37,035 DEBUG anaconda: new container_encrypted: False >10:47:37,036 DEBUG anaconda: old container_raid_level: None >10:47:37,037 DEBUG anaconda: new container_raid_level: None >10:47:37,037 DEBUG anaconda: old encrypted: False >10:47:37,038 DEBUG anaconda: new encrypted: False >10:47:37,039 DEBUG anaconda: old min_luks_entropy: 256 >10:47:37,039 DEBUG anaconda: new min_luks_entropy: 256 >10:47:37,040 DEBUG anaconda: old device_type: 2 >10:47:37,040 DEBUG anaconda: new device_type: 2 >10:47:37,041 DEBUG anaconda: old fstype: ext4 >10:47:37,042 DEBUG anaconda: new fstype: ext4 >10:47:37,042 DEBUG anaconda: old mountpoint: /mnt/Data >10:47:37,043 DEBUG anaconda: new mountpoint: /mnt/Data >10:47:37,044 DEBUG anaconda: old raid_level: None >10:47:37,044 DEBUG anaconda: new raid_level: None >10:47:37,045 DEBUG anaconda: populate_right_side: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Data >10:47:37,047 DEBUG anaconda: updated device_disks to ['sdh'] >10:47:37,048 DEBUG anaconda: updated device_container_name to None >10:47:37,049 DEBUG anaconda: updated device_container_raid_level to None >10:47:37,049 DEBUG anaconda: updated device_container_encrypted to False >10:47:37,050 DEBUG anaconda: updated device_container_size to 0 >10:47:37,133 DEBUG anaconda: populate_raid: 2, None >10:47:37,134 DEBUG anaconda: populate_right_side: existing 9.76 GiB partition sdh7 (104) with non-existent ext4 filesystem mounted at / >10:47:37,136 DEBUG anaconda: updated device_disks to ['sdh'] >10:47:37,137 DEBUG anaconda: updated device_container_name to None >10:47:37,137 DEBUG anaconda: updated device_container_raid_level to None >10:47:37,138 DEBUG anaconda: updated device_container_encrypted to False >10:47:37,139 DEBUG anaconda: updated device_container_size to 0 >10:47:37,153 DEBUG anaconda: populate_raid: 2, None >10:47:43,633 DEBUG anaconda: Accordion: unselecting all items >10:47:43,635 DEBUG anaconda: Accordion: select existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Data device >10:47:43,637 DEBUG anaconda: Saving current selector: existing 9.76 GiB partition sdh7 (104) with non-existent ext4 filesystem mounted at / >10:47:43,640 DEBUG anaconda: populate_right_side: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Data >10:47:43,641 DEBUG anaconda: updated device_disks to ['sdh'] >10:47:43,642 DEBUG anaconda: updated device_container_name to None >10:47:43,643 DEBUG anaconda: updated device_container_raid_level to None >10:47:43,643 DEBUG anaconda: updated device_container_encrypted to False >10:47:43,644 DEBUG anaconda: updated device_container_size to 0 >10:47:43,658 DEBUG anaconda: populate_raid: 2, None >10:48:00,883 DEBUG anaconda: Accordion: unselecting all items >10:48:00,885 DEBUG anaconda: Accordion: select existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint device >10:48:00,887 DEBUG anaconda: Saving current selector: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Data >10:48:00,888 INFO anaconda: ui: saving changes to device sdh6 >10:48:00,890 DEBUG anaconda: reformat: False >10:48:00,896 DEBUG anaconda: old disks: ['sdh'] >10:48:00,896 DEBUG anaconda: new disks: ['sdh'] >10:48:00,897 DEBUG anaconda: device: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Data >10:48:00,899 DEBUG anaconda: old size: 300 GiB >10:48:00,900 DEBUG anaconda: new size: 300 GiB >10:48:00,901 DEBUG anaconda: old label: GoFlex-Common >10:48:00,902 DEBUG anaconda: new label: GF-Common >10:48:00,902 DEBUG anaconda: old container_name: None >10:48:00,903 DEBUG anaconda: new container_name: None >10:48:00,904 DEBUG anaconda: old name: sdh6 >10:48:00,904 DEBUG anaconda: new name: None >10:48:00,905 DEBUG anaconda: old container_size: 0 >10:48:00,906 DEBUG anaconda: new container_size: 0 >10:48:00,906 DEBUG anaconda: old container_encrypted: False >10:48:00,907 DEBUG anaconda: new container_encrypted: False >10:48:00,908 DEBUG anaconda: old container_raid_level: None >10:48:00,908 DEBUG anaconda: new container_raid_level: None >10:48:00,909 DEBUG anaconda: old encrypted: False >10:48:00,910 DEBUG anaconda: new encrypted: False >10:48:00,910 DEBUG anaconda: old min_luks_entropy: 256 >10:48:00,911 DEBUG anaconda: new min_luks_entropy: 256 >10:48:00,912 DEBUG anaconda: old device_type: 2 >10:48:00,912 DEBUG anaconda: new device_type: 2 >10:48:00,913 DEBUG anaconda: old fstype: ext4 >10:48:00,914 DEBUG anaconda: new fstype: ext4 >10:48:00,914 DEBUG anaconda: old mountpoint: /mnt/Data >10:48:00,915 DEBUG anaconda: new mountpoint: /mnt/Common >10:48:00,916 DEBUG anaconda: old raid_level: None >10:48:00,916 DEBUG anaconda: new raid_level: None >10:48:00,917 DEBUG anaconda: updating mountpoint of sdh6 to /mnt/Common >10:48:00,918 DEBUG anaconda: populate_right_side: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common >10:48:00,920 DEBUG anaconda: updated device_disks to ['sdh'] >10:48:00,921 DEBUG anaconda: updated device_container_name to None >10:48:00,922 DEBUG anaconda: updated device_container_raid_level to None >10:48:00,923 DEBUG anaconda: updated device_container_encrypted to False >10:48:00,923 DEBUG anaconda: updated device_container_size to 0 >10:48:00,937 DEBUG anaconda: populate_raid: 2, None >10:48:00,938 DEBUG anaconda: populate_right_side: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:48:00,940 DEBUG anaconda: updated device_disks to ['sdh'] >10:48:00,941 DEBUG anaconda: updated device_container_name to None >10:48:00,941 DEBUG anaconda: updated device_container_raid_level to None >10:48:00,942 DEBUG anaconda: updated device_container_encrypted to False >10:48:00,943 DEBUG anaconda: updated device_container_size to 0 >10:48:00,957 DEBUG anaconda: populate_raid: 2, None >10:48:19,060 DEBUG anaconda: Accordion: unselecting all items >10:48:19,062 DEBUG anaconda: Accordion: select existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot device >10:48:19,064 DEBUG anaconda: Saving current selector: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:48:19,065 INFO anaconda: ui: saving changes to device sdh5 >10:48:19,067 DEBUG anaconda: reformat: False >10:48:19,072 DEBUG anaconda: old disks: ['sdh'] >10:48:19,073 DEBUG anaconda: new disks: ['sdh'] >10:48:19,073 DEBUG anaconda: device: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:48:19,075 DEBUG anaconda: old size: 9.77 GiB >10:48:19,076 DEBUG anaconda: new size: 9.77 GiB >10:48:19,077 DEBUG anaconda: old label: GoFlex-5 >10:48:19,078 DEBUG anaconda: new label: GF-Mint5 >10:48:19,078 DEBUG anaconda: old container_name: None >10:48:19,079 DEBUG anaconda: new container_name: None >10:48:19,080 DEBUG anaconda: old name: sdh5 >10:48:19,080 DEBUG anaconda: new name: None >10:48:19,081 DEBUG anaconda: old container_size: 0 >10:48:19,082 DEBUG anaconda: new container_size: 0 >10:48:19,082 DEBUG anaconda: old container_encrypted: False >10:48:19,083 DEBUG anaconda: new container_encrypted: False >10:48:19,084 DEBUG anaconda: old container_raid_level: None >10:48:19,084 DEBUG anaconda: new container_raid_level: None >10:48:19,085 DEBUG anaconda: old encrypted: False >10:48:19,086 DEBUG anaconda: new encrypted: False >10:48:19,086 DEBUG anaconda: old min_luks_entropy: 256 >10:48:19,087 DEBUG anaconda: new min_luks_entropy: 256 >10:48:19,088 DEBUG anaconda: old device_type: 2 >10:48:19,088 DEBUG anaconda: new device_type: 2 >10:48:19,089 DEBUG anaconda: old fstype: ext4 >10:48:19,090 DEBUG anaconda: new fstype: ext4 >10:48:19,090 DEBUG anaconda: old mountpoint: /mnt/Mint >10:48:19,091 DEBUG anaconda: new mountpoint: /mnt/Mint >10:48:19,092 DEBUG anaconda: old raid_level: None >10:48:19,092 DEBUG anaconda: new raid_level: None >10:48:19,093 DEBUG anaconda: populate_right_side: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:48:19,095 DEBUG anaconda: updated device_disks to ['sdh'] >10:48:19,096 DEBUG anaconda: updated device_container_name to None >10:48:19,096 DEBUG anaconda: updated device_container_raid_level to None >10:48:19,097 DEBUG anaconda: updated device_container_encrypted to False >10:48:19,098 DEBUG anaconda: updated device_container_size to 0 >10:48:19,111 DEBUG anaconda: populate_raid: 2, None >10:48:19,112 DEBUG anaconda: populate_right_side: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:48:19,114 DEBUG anaconda: updated device_disks to ['sdh'] >10:48:19,115 DEBUG anaconda: updated device_container_name to None >10:48:19,116 DEBUG anaconda: updated device_container_raid_level to None >10:48:19,116 DEBUG anaconda: updated device_container_encrypted to False >10:48:19,117 DEBUG anaconda: updated device_container_size to 0 >10:48:19,130 DEBUG anaconda: populate_raid: 2, None >10:48:28,524 DEBUG anaconda: Accordion: unselecting all items >10:48:28,526 DEBUG anaconda: Accordion: select existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex device >10:48:28,527 DEBUG anaconda: Saving current selector: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:48:28,529 INFO anaconda: ui: saving changes to device sdh2 >10:48:28,531 DEBUG anaconda: reformat: False >10:48:28,536 DEBUG anaconda: old disks: ['sdh'] >10:48:28,537 DEBUG anaconda: new disks: ['sdh'] >10:48:28,538 DEBUG anaconda: device: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:48:28,539 DEBUG anaconda: old size: 1000 MiB >10:48:28,540 DEBUG anaconda: new size: 1000 MiB >10:48:28,541 DEBUG anaconda: old label: Boot >10:48:28,542 DEBUG anaconda: new label: GF-Boot >10:48:28,543 DEBUG anaconda: old container_name: None >10:48:28,543 DEBUG anaconda: new container_name: None >10:48:28,544 DEBUG anaconda: old name: sdh2 >10:48:28,545 DEBUG anaconda: new name: None >10:48:28,545 DEBUG anaconda: old container_size: 0 >10:48:28,546 DEBUG anaconda: new container_size: 0 >10:48:28,546 DEBUG anaconda: old container_encrypted: False >10:48:28,547 DEBUG anaconda: new container_encrypted: False >10:48:28,548 DEBUG anaconda: old container_raid_level: None >10:48:28,548 DEBUG anaconda: new container_raid_level: None >10:48:28,549 DEBUG anaconda: old encrypted: False >10:48:28,550 DEBUG anaconda: new encrypted: False >10:48:28,550 DEBUG anaconda: old min_luks_entropy: 256 >10:48:28,551 DEBUG anaconda: new min_luks_entropy: 256 >10:48:28,552 DEBUG anaconda: old device_type: 2 >10:48:28,552 DEBUG anaconda: new device_type: 2 >10:48:28,553 DEBUG anaconda: old fstype: ext4 >10:48:28,554 DEBUG anaconda: new fstype: ext4 >10:48:28,554 DEBUG anaconda: old mountpoint: /mnt/Boot >10:48:28,555 DEBUG anaconda: new mountpoint: /mnt/Boot >10:48:28,556 DEBUG anaconda: old raid_level: None >10:48:28,556 DEBUG anaconda: new raid_level: None >10:48:28,557 DEBUG anaconda: populate_right_side: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:48:28,559 DEBUG anaconda: updated device_disks to ['sdh'] >10:48:28,560 DEBUG anaconda: updated device_container_name to None >10:48:28,560 DEBUG anaconda: updated device_container_raid_level to None >10:48:28,561 DEBUG anaconda: updated device_container_encrypted to False >10:48:28,562 DEBUG anaconda: updated device_container_size to 0 >10:48:28,575 DEBUG anaconda: populate_raid: 2, None >10:48:28,576 DEBUG anaconda: populate_right_side: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >10:48:28,578 DEBUG anaconda: updated device_disks to ['sdh'] >10:48:28,579 DEBUG anaconda: updated device_container_name to None >10:48:28,579 DEBUG anaconda: updated device_container_raid_level to None >10:48:28,580 DEBUG anaconda: updated device_container_encrypted to False >10:48:28,581 DEBUG anaconda: updated device_container_size to 0 >10:48:28,596 DEBUG anaconda: populate_raid: 2, None >10:48:46,426 DEBUG anaconda: Accordion: unselecting all items >10:48:46,428 DEBUG anaconda: Accordion: select existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex device >10:48:46,430 DEBUG anaconda: Saving current selector: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >10:48:46,432 INFO anaconda: ui: saving changes to device sdh1 >10:48:46,434 DEBUG anaconda: reformat: False >10:48:46,439 DEBUG anaconda: old disks: ['sdh'] >10:48:46,440 DEBUG anaconda: new disks: ['sdh'] >10:48:46,440 DEBUG anaconda: device: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >10:48:46,442 DEBUG anaconda: old size: 73.24 GiB >10:48:46,443 DEBUG anaconda: new size: 73.24 GiB >10:48:46,444 DEBUG anaconda: old label: FreeAgent_GoFlex_Drive >10:48:46,445 DEBUG anaconda: new label: GF-1 >10:48:46,445 DEBUG anaconda: old container_name: None >10:48:46,446 DEBUG anaconda: new container_name: None >10:48:46,447 DEBUG anaconda: old name: sdh1 >10:48:46,447 DEBUG anaconda: new name: None >10:48:46,448 DEBUG anaconda: old container_size: 0 >10:48:46,449 DEBUG anaconda: new container_size: 0 >10:48:46,449 DEBUG anaconda: old container_encrypted: False >10:48:46,450 DEBUG anaconda: new container_encrypted: False >10:48:46,451 DEBUG anaconda: old container_raid_level: None >10:48:46,451 DEBUG anaconda: new container_raid_level: None >10:48:46,452 DEBUG anaconda: old encrypted: False >10:48:46,453 DEBUG anaconda: new encrypted: False >10:48:46,453 DEBUG anaconda: old min_luks_entropy: 256 >10:48:46,454 DEBUG anaconda: new min_luks_entropy: 256 >10:48:46,454 DEBUG anaconda: old device_type: 2 >10:48:46,455 DEBUG anaconda: new device_type: 2 >10:48:46,456 DEBUG anaconda: old fstype: ntfs >10:48:46,456 DEBUG anaconda: new fstype: ntfs >10:48:46,457 DEBUG anaconda: old mountpoint: /mnt/GoFlex >10:48:46,458 DEBUG anaconda: new mountpoint: /mnt/GoFlex >10:48:46,458 DEBUG anaconda: old raid_level: None >10:48:46,459 DEBUG anaconda: new raid_level: None >10:48:46,460 DEBUG anaconda: populate_right_side: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >10:48:46,462 DEBUG anaconda: updated device_disks to ['sdh'] >10:48:46,463 DEBUG anaconda: updated device_container_name to None >10:48:46,463 DEBUG anaconda: updated device_container_raid_level to None >10:48:46,464 DEBUG anaconda: updated device_container_encrypted to False >10:48:46,465 DEBUG anaconda: updated device_container_size to 0 >10:48:46,479 DEBUG anaconda: populate_raid: 2, None >10:48:46,480 DEBUG anaconda: populate_right_side: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >10:48:46,481 DEBUG anaconda: updated device_disks to ['sdh'] >10:48:46,482 DEBUG anaconda: updated device_container_name to None >10:48:46,483 DEBUG anaconda: updated device_container_raid_level to None >10:48:46,484 DEBUG anaconda: updated device_container_encrypted to False >10:48:46,484 DEBUG anaconda: updated device_container_size to 0 >10:48:46,498 DEBUG anaconda: populate_raid: 2, None >10:48:55,993 DEBUG anaconda: Accordion: unselecting all items >10:48:55,995 DEBUG anaconda: Accordion: select existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot device >10:48:55,998 DEBUG anaconda: Saving current selector: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >10:48:55,999 INFO anaconda: ui: saving changes to device sdh1 >10:48:56,000 DEBUG anaconda: reformat: False >10:48:56,006 DEBUG anaconda: old disks: ['sdh'] >10:48:56,006 DEBUG anaconda: new disks: ['sdh'] >10:48:56,007 DEBUG anaconda: device: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >10:48:56,009 DEBUG anaconda: old size: 73.24 GiB >10:48:56,010 DEBUG anaconda: new size: 73.24 GiB >10:48:56,011 DEBUG anaconda: old label: FreeAgent_GoFlex_Drive >10:48:56,011 DEBUG anaconda: new label: GF-1 >10:48:56,012 DEBUG anaconda: old container_name: None >10:48:56,013 DEBUG anaconda: new container_name: None >10:48:56,013 DEBUG anaconda: old name: sdh1 >10:48:56,014 DEBUG anaconda: new name: None >10:48:56,015 DEBUG anaconda: old container_size: 0 >10:48:56,015 DEBUG anaconda: new container_size: 0 >10:48:56,016 DEBUG anaconda: old container_encrypted: False >10:48:56,017 DEBUG anaconda: new container_encrypted: False >10:48:56,017 DEBUG anaconda: old container_raid_level: None >10:48:56,018 DEBUG anaconda: new container_raid_level: None >10:48:56,019 DEBUG anaconda: old encrypted: False >10:48:56,019 DEBUG anaconda: new encrypted: False >10:48:56,020 DEBUG anaconda: old min_luks_entropy: 256 >10:48:56,021 DEBUG anaconda: new min_luks_entropy: 256 >10:48:56,021 DEBUG anaconda: old device_type: 2 >10:48:56,022 DEBUG anaconda: new device_type: 2 >10:48:56,023 DEBUG anaconda: old fstype: ntfs >10:48:56,023 DEBUG anaconda: new fstype: ntfs >10:48:56,024 DEBUG anaconda: old mountpoint: /mnt/GoFlex >10:48:56,025 DEBUG anaconda: new mountpoint: /mnt/GoFlex >10:48:56,025 DEBUG anaconda: old raid_level: None >10:48:56,026 DEBUG anaconda: new raid_level: None >10:48:56,027 DEBUG anaconda: populate_right_side: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >10:48:56,029 DEBUG anaconda: updated device_disks to ['sdh'] >10:48:56,030 DEBUG anaconda: updated device_container_name to None >10:48:56,031 DEBUG anaconda: updated device_container_raid_level to None >10:48:56,031 DEBUG anaconda: updated device_container_encrypted to False >10:48:56,032 DEBUG anaconda: updated device_container_size to 0 >10:48:56,046 DEBUG anaconda: populate_raid: 2, None >10:48:56,047 DEBUG anaconda: populate_right_side: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:48:56,049 DEBUG anaconda: updated device_disks to ['sdh'] >10:48:56,050 DEBUG anaconda: updated device_container_name to None >10:48:56,050 DEBUG anaconda: updated device_container_raid_level to None >10:48:56,051 DEBUG anaconda: updated device_container_encrypted to False >10:48:56,052 DEBUG anaconda: updated device_container_size to 0 >10:48:56,066 DEBUG anaconda: populate_raid: 2, None >10:49:03,339 DEBUG anaconda: Accordion: unselecting all items >10:49:03,341 DEBUG anaconda: Accordion: select existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint device >10:49:03,343 DEBUG anaconda: Saving current selector: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:49:03,345 INFO anaconda: ui: saving changes to device sdh2 >10:49:03,346 DEBUG anaconda: reformat: False >10:49:03,351 DEBUG anaconda: old disks: ['sdh'] >10:49:03,352 DEBUG anaconda: new disks: ['sdh'] >10:49:03,353 DEBUG anaconda: device: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:49:03,354 DEBUG anaconda: old size: 1000 MiB >10:49:03,355 DEBUG anaconda: new size: 1000 MiB >10:49:03,356 DEBUG anaconda: old label: Boot >10:49:03,357 DEBUG anaconda: new label: GF-Boot2 >10:49:03,357 DEBUG anaconda: old container_name: None >10:49:03,358 DEBUG anaconda: new container_name: None >10:49:03,359 DEBUG anaconda: old name: sdh2 >10:49:03,359 DEBUG anaconda: new name: None >10:49:03,360 DEBUG anaconda: old container_size: 0 >10:49:03,361 DEBUG anaconda: new container_size: 0 >10:49:03,362 DEBUG anaconda: old container_encrypted: False >10:49:03,362 DEBUG anaconda: new container_encrypted: False >10:49:03,363 DEBUG anaconda: old container_raid_level: None >10:49:03,364 DEBUG anaconda: new container_raid_level: None >10:49:03,364 DEBUG anaconda: old encrypted: False >10:49:03,365 DEBUG anaconda: new encrypted: False >10:49:03,366 DEBUG anaconda: old min_luks_entropy: 256 >10:49:03,367 DEBUG anaconda: new min_luks_entropy: 256 >10:49:03,367 DEBUG anaconda: old device_type: 2 >10:49:03,368 DEBUG anaconda: new device_type: 2 >10:49:03,369 DEBUG anaconda: old fstype: ext4 >10:49:03,370 DEBUG anaconda: new fstype: ext4 >10:49:03,370 DEBUG anaconda: old mountpoint: /mnt/Boot >10:49:03,371 DEBUG anaconda: new mountpoint: /mnt/Boot >10:49:03,372 DEBUG anaconda: old raid_level: None >10:49:03,372 DEBUG anaconda: new raid_level: None >10:49:03,373 DEBUG anaconda: populate_right_side: existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:49:03,375 DEBUG anaconda: updated device_disks to ['sdh'] >10:49:03,376 DEBUG anaconda: updated device_container_name to None >10:49:03,376 DEBUG anaconda: updated device_container_raid_level to None >10:49:03,377 DEBUG anaconda: updated device_container_encrypted to False >10:49:03,378 DEBUG anaconda: updated device_container_size to 0 >10:49:03,392 DEBUG anaconda: populate_raid: 2, None >10:49:03,393 DEBUG anaconda: populate_right_side: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:49:03,395 DEBUG anaconda: updated device_disks to ['sdh'] >10:49:03,396 DEBUG anaconda: updated device_container_name to None >10:49:03,396 DEBUG anaconda: updated device_container_raid_level to None >10:49:03,397 DEBUG anaconda: updated device_container_encrypted to False >10:49:03,398 DEBUG anaconda: updated device_container_size to 0 >10:49:03,411 DEBUG anaconda: populate_raid: 2, None >10:49:10,135 DEBUG anaconda: Accordion: unselecting all items >10:49:10,137 DEBUG anaconda: Accordion: select existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common device >10:49:10,140 DEBUG anaconda: Saving current selector: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:49:10,142 INFO anaconda: ui: saving changes to device sdh5 >10:49:10,143 DEBUG anaconda: reformat: False >10:49:10,148 DEBUG anaconda: old disks: ['sdh'] >10:49:10,149 DEBUG anaconda: new disks: ['sdh'] >10:49:10,150 DEBUG anaconda: device: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:49:10,151 DEBUG anaconda: old size: 9.77 GiB >10:49:10,152 DEBUG anaconda: new size: 9.77 GiB >10:49:10,153 DEBUG anaconda: old label: GoFlex-5 >10:49:10,154 DEBUG anaconda: new label: GF-Mint5 >10:49:10,155 DEBUG anaconda: old container_name: None >10:49:10,155 DEBUG anaconda: new container_name: None >10:49:10,156 DEBUG anaconda: old name: sdh5 >10:49:10,157 DEBUG anaconda: new name: None >10:49:10,157 DEBUG anaconda: old container_size: 0 >10:49:10,158 DEBUG anaconda: new container_size: 0 >10:49:10,159 DEBUG anaconda: old container_encrypted: False >10:49:10,159 DEBUG anaconda: new container_encrypted: False >10:49:10,160 DEBUG anaconda: old container_raid_level: None >10:49:10,161 DEBUG anaconda: new container_raid_level: None >10:49:10,161 DEBUG anaconda: old encrypted: False >10:49:10,162 DEBUG anaconda: new encrypted: False >10:49:10,163 DEBUG anaconda: old min_luks_entropy: 256 >10:49:10,163 DEBUG anaconda: new min_luks_entropy: 256 >10:49:10,164 DEBUG anaconda: old device_type: 2 >10:49:10,165 DEBUG anaconda: new device_type: 2 >10:49:10,165 DEBUG anaconda: old fstype: ext4 >10:49:10,166 DEBUG anaconda: new fstype: ext4 >10:49:10,167 DEBUG anaconda: old mountpoint: /mnt/Mint >10:49:10,167 DEBUG anaconda: new mountpoint: /mnt/Mint >10:49:10,168 DEBUG anaconda: old raid_level: None >10:49:10,169 DEBUG anaconda: new raid_level: None >10:49:10,170 DEBUG anaconda: populate_right_side: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:49:10,171 DEBUG anaconda: updated device_disks to ['sdh'] >10:49:10,172 DEBUG anaconda: updated device_container_name to None >10:49:10,173 DEBUG anaconda: updated device_container_raid_level to None >10:49:10,173 DEBUG anaconda: updated device_container_encrypted to False >10:49:10,174 DEBUG anaconda: updated device_container_size to 0 >10:49:10,188 DEBUG anaconda: populate_raid: 2, None >10:49:10,189 DEBUG anaconda: populate_right_side: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common >10:49:10,190 DEBUG anaconda: updated device_disks to ['sdh'] >10:49:10,191 DEBUG anaconda: updated device_container_name to None >10:49:10,192 DEBUG anaconda: updated device_container_raid_level to None >10:49:10,193 DEBUG anaconda: updated device_container_encrypted to False >10:49:10,193 DEBUG anaconda: updated device_container_size to 0 >10:49:10,207 DEBUG anaconda: populate_raid: 2, None >10:49:28,424 DEBUG anaconda: Accordion: unselecting all items >10:49:28,426 DEBUG anaconda: Accordion: select existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint device >10:49:28,428 DEBUG anaconda: Saving current selector: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common >10:49:28,430 INFO anaconda: ui: saving changes to device sdh6 >10:49:28,431 DEBUG anaconda: reformat: False >10:49:28,437 DEBUG anaconda: old disks: ['sdh'] >10:49:28,437 DEBUG anaconda: new disks: ['sdh'] >10:49:28,438 DEBUG anaconda: device: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common >10:49:28,440 DEBUG anaconda: old size: 300 GiB >10:49:28,441 DEBUG anaconda: new size: 300 GiB >10:49:28,442 DEBUG anaconda: old label: GoFlex-Common >10:49:28,442 DEBUG anaconda: new label: GF-Common6 >10:49:28,443 DEBUG anaconda: old container_name: None >10:49:28,444 DEBUG anaconda: new container_name: None >10:49:28,444 DEBUG anaconda: old name: sdh6 >10:49:28,445 DEBUG anaconda: new name: None >10:49:28,446 DEBUG anaconda: old container_size: 0 >10:49:28,446 DEBUG anaconda: new container_size: 0 >10:49:28,447 DEBUG anaconda: old container_encrypted: False >10:49:28,448 DEBUG anaconda: new container_encrypted: False >10:49:28,448 DEBUG anaconda: old container_raid_level: None >10:49:28,449 DEBUG anaconda: new container_raid_level: None >10:49:28,450 DEBUG anaconda: old encrypted: False >10:49:28,451 DEBUG anaconda: new encrypted: False >10:49:28,451 DEBUG anaconda: old min_luks_entropy: 256 >10:49:28,452 DEBUG anaconda: new min_luks_entropy: 256 >10:49:28,453 DEBUG anaconda: old device_type: 2 >10:49:28,454 DEBUG anaconda: new device_type: 2 >10:49:28,454 DEBUG anaconda: old fstype: ext4 >10:49:28,455 DEBUG anaconda: new fstype: ext4 >10:49:28,456 DEBUG anaconda: old mountpoint: /mnt/Common >10:49:28,457 DEBUG anaconda: new mountpoint: /mnt/Common >10:49:28,457 DEBUG anaconda: old raid_level: None >10:49:28,458 DEBUG anaconda: new raid_level: None >10:49:28,459 DEBUG anaconda: populate_right_side: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common >10:49:28,460 DEBUG anaconda: updated device_disks to ['sdh'] >10:49:28,461 DEBUG anaconda: updated device_container_name to None >10:49:28,462 DEBUG anaconda: updated device_container_raid_level to None >10:49:28,463 DEBUG anaconda: updated device_container_encrypted to False >10:49:28,463 DEBUG anaconda: updated device_container_size to 0 >10:49:28,477 DEBUG anaconda: populate_raid: 2, None >10:49:28,478 DEBUG anaconda: populate_right_side: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:49:28,479 DEBUG anaconda: updated device_disks to ['sdh'] >10:49:28,480 DEBUG anaconda: updated device_container_name to None >10:49:28,481 DEBUG anaconda: updated device_container_raid_level to None >10:49:28,482 DEBUG anaconda: updated device_container_encrypted to False >10:49:28,482 DEBUG anaconda: updated device_container_size to 0 >10:49:28,496 DEBUG anaconda: populate_raid: 2, None >10:49:34,079 DEBUG anaconda: Accordion: unselecting all items >10:49:34,079 DEBUG anaconda: Accordion: select existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common device >10:49:34,080 DEBUG anaconda: Saving current selector: existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:49:34,081 DEBUG anaconda: populate_right_side: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common >10:49:34,084 DEBUG anaconda: updated device_disks to ['sdh'] >10:49:34,085 DEBUG anaconda: updated device_container_name to None >10:49:34,086 DEBUG anaconda: updated device_container_raid_level to None >10:49:34,086 DEBUG anaconda: updated device_container_encrypted to False >10:49:34,088 DEBUG anaconda: updated device_container_size to 0 >10:49:34,101 DEBUG anaconda: populate_raid: 2, None >10:49:52,001 INFO anaconda: ui: saving changes to device sdh6 >10:49:52,002 DEBUG anaconda: reformat: False >10:49:52,005 DEBUG anaconda: old disks: ['sdh'] >10:49:52,005 DEBUG anaconda: new disks: ['sdh'] >10:49:52,005 DEBUG anaconda: device: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common >10:49:52,009 DEBUG anaconda: old size: 300 GiB >10:49:52,010 DEBUG anaconda: new size: 300 GiB >10:49:52,011 DEBUG anaconda: old label: GoFlex-Common >10:49:52,012 DEBUG anaconda: new label: GF-Common6 >10:49:52,012 DEBUG anaconda: old container_name: None >10:49:52,013 DEBUG anaconda: new container_name: None >10:49:52,014 DEBUG anaconda: old name: sdh6 >10:49:52,014 DEBUG anaconda: new name: None >10:49:52,015 DEBUG anaconda: old container_size: 0 >10:49:52,016 DEBUG anaconda: new container_size: 0 >10:49:52,016 DEBUG anaconda: old container_encrypted: False >10:49:52,017 DEBUG anaconda: new container_encrypted: False >10:49:52,018 DEBUG anaconda: old container_raid_level: None >10:49:52,018 DEBUG anaconda: new container_raid_level: None >10:49:52,019 DEBUG anaconda: old encrypted: False >10:49:52,020 DEBUG anaconda: new encrypted: False >10:49:52,020 DEBUG anaconda: old min_luks_entropy: 256 >10:49:52,021 DEBUG anaconda: new min_luks_entropy: 256 >10:49:52,022 DEBUG anaconda: old device_type: 2 >10:49:52,022 DEBUG anaconda: new device_type: 2 >10:49:52,023 DEBUG anaconda: old fstype: ext4 >10:49:52,024 DEBUG anaconda: new fstype: ext4 >10:49:52,024 DEBUG anaconda: old mountpoint: /mnt/Common >10:49:52,025 DEBUG anaconda: new mountpoint: /mnt/Common >10:49:52,026 DEBUG anaconda: old raid_level: None >10:49:52,026 DEBUG anaconda: new raid_level: None >10:49:52,027 DEBUG anaconda: populate_right_side: existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common >10:49:52,029 DEBUG anaconda: updated device_disks to ['sdh'] >10:49:52,030 DEBUG anaconda: updated device_container_name to None >10:49:52,030 DEBUG anaconda: updated device_container_raid_level to None >10:49:52,031 DEBUG anaconda: updated device_container_encrypted to False >10:49:52,032 DEBUG anaconda: updated device_container_size to 0 >10:49:52,045 DEBUG anaconda: populate_raid: 2, None >10:49:52,065 DEBUG anaconda: new disk order: [] >10:49:52,355 DEBUG anaconda: _is_valid_disklabel(sdh) returning True >10:49:52,356 DEBUG anaconda: _is_valid_size(sdh) returning True >10:49:52,357 DEBUG anaconda: _is_valid_location(sdh) returning True >10:49:52,357 DEBUG anaconda: _is_valid_format(sdh) returning True >10:49:52,358 DEBUG anaconda: is_valid_stage1_device(sdh) returning True >10:49:52,386 DEBUG anaconda: _is_valid_disklabel(sdh) returning True >10:49:52,387 DEBUG anaconda: _is_valid_size(sdh) returning True >10:49:52,388 DEBUG anaconda: _is_valid_location(sdh) returning True >10:49:52,389 DEBUG anaconda: _is_valid_format(sdh) returning True >10:49:52,389 DEBUG anaconda: is_valid_stage1_device(sdh) returning True >10:49:52,412 DEBUG anaconda: _is_valid_disklabel(sdh7) returning True >10:49:52,414 DEBUG anaconda: _is_valid_size(sdh7) returning True >10:49:52,415 DEBUG anaconda: _is_valid_partition(sdh7) returning True >10:49:52,416 DEBUG anaconda: _is_valid_format(sdh7) returning True >10:49:52,417 DEBUG anaconda: is_valid_stage2_device(sdh7) returning True >10:49:52,463 WARN anaconda: You have not specified a swap partition. Although not strictly required in all cases, it will significantly improve performance for most installations. >10:49:56,793 INFO anaconda: fs space: 8.3 GiB needed: 3.72 GiB >10:49:56,797 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> >10:49:56,798 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> status to: Checking storage configuration... >10:49:58,880 INFO anaconda: fs space: 8.3 GiB needed: 3.72 GiB >10:49:58,882 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> >10:50:07,894 DEBUG anaconda: info bar clicked: You have not specified a swap partition. Although not strictly required in all cases, it will significantly improve performance for most installations. ((<AnacondaWidgets.SpokeWindow object at 0x7fc38c65db88 (AnacondaSpokeWindow at 0x559f0b7e9cf0)>,)) >10:50:07,896 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/custom.py:2757: PyGTKDeprecationWarning: The keyword(s) "message_format" have been deprecated in favor of "text" respectively. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > message_format=str(self._error)) > >10:50:07,896 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/custom.py:2757: PyGTKDeprecationWarning: The "flags" argument for dialog construction is deprecated. Please use initializer keywords: modal=True and/or destroy_with_parent=True. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > message_format=str(self._error)) > >10:50:33,621 DEBUG anaconda: Left spoke: CustomPartitioningSpoke >10:50:33,863 INFO anaconda: Not doing 'require network connection' in live installation >10:50:35,867 INFO anaconda: fs space: 8.3 GiB needed: 3.72 GiB >10:50:37,904 INFO anaconda: fs space: 8.3 GiB needed: 3.72 GiB >10:50:37,906 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> >10:50:45,628 DEBUG anaconda: Entered spoke: StorageSpoke >10:50:46,665 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:50:46,966 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:50:47,713 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:50:48,017 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:50:53,688 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:50:53,978 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:51:00,671 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:51:00,963 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:51:08,162 INFO anaconda: Running Thread: AnaExecuteStorageThread (140477642831616) >10:51:08,162 DEBUG anaconda: Left spoke: StorageSpoke >10:51:08,177 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:51:08,477 INFO anaconda: Not doing 'require network connection' in live installation >10:51:08,491 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >10:51:09,081 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:51:09,107 DEBUG anaconda: new disk order: [] >10:51:09,324 DEBUG anaconda: new disk order: [] >10:51:09,618 DEBUG anaconda: _is_valid_disklabel(sdh) returning True >10:51:09,620 DEBUG anaconda: _is_valid_size(sdh) returning True >10:51:09,621 DEBUG anaconda: _is_valid_location(sdh) returning True >10:51:09,621 DEBUG anaconda: _is_valid_format(sdh) returning True >10:51:09,622 DEBUG anaconda: is_valid_stage1_device(sdh) returning True >10:51:09,624 WARN anaconda: /usr/lib64/python3.5/optparse.py:999: PendingDeprecationWarning: The KSOption class is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > option = self.option_class(*args, **kwargs) > >10:51:09,631 INFO anaconda: Thread Done: AnaExecuteStorageThread (140477642831616) >10:51:09,731 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:51:10,709 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sdb', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sr0'] >10:51:10,872 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:51:10,984 DEBUG anaconda: ui: unused=[] >10:51:10,985 DEBUG anaconda: ui: new_devices=['sdh5', 'sdh7', 'sdh2', 'sdh1', 'sdh6'] >10:51:11,174 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:51:11,284 DEBUG anaconda: page clicked: New Fedora 24 Installation >10:51:11,285 DEBUG anaconda: show mountpoint: New Fedora 24 Installation >10:51:11,286 DEBUG anaconda: Accordion: unselecting all items >10:51:11,287 DEBUG anaconda: Accordion: select existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex device >10:51:11,289 DEBUG anaconda: populate_right_side: existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >10:51:11,291 DEBUG anaconda: updated device_disks to ['sdh'] >10:51:11,292 DEBUG anaconda: updated device_container_name to None >10:51:11,292 DEBUG anaconda: updated device_container_raid_level to None >10:51:11,293 DEBUG anaconda: updated device_container_encrypted to False >10:51:11,294 DEBUG anaconda: updated device_container_size to 0 >10:51:11,312 DEBUG anaconda: populate_raid: 2, None >10:51:11,313 DEBUG anaconda: show mountpoint: New Fedora 24 Installation >10:51:11,624 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >10:51:13,642 INFO anaconda: fs space: 8.3 GiB needed: 3.72 GiB >10:51:13,643 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> >10:51:13,644 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> status to: Saving storage configuration... >10:51:15,630 INFO anaconda: fs space: 8.3 GiB needed: 3.72 GiB >10:51:15,631 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> >10:51:56,867 DEBUG anaconda: new disk order: [] >10:51:57,167 DEBUG anaconda: _is_valid_disklabel(sdh) returning True >10:51:57,168 DEBUG anaconda: _is_valid_size(sdh) returning True >10:51:57,169 DEBUG anaconda: _is_valid_location(sdh) returning True >10:51:57,170 DEBUG anaconda: _is_valid_format(sdh) returning True >10:51:57,171 DEBUG anaconda: is_valid_stage1_device(sdh) returning True >10:51:57,197 DEBUG anaconda: _is_valid_disklabel(sdh) returning True >10:51:57,198 DEBUG anaconda: _is_valid_size(sdh) returning True >10:51:57,198 DEBUG anaconda: _is_valid_location(sdh) returning True >10:51:57,199 DEBUG anaconda: _is_valid_format(sdh) returning True >10:51:57,200 DEBUG anaconda: is_valid_stage1_device(sdh) returning True >10:51:57,223 DEBUG anaconda: _is_valid_disklabel(sdh7) returning True >10:51:57,225 DEBUG anaconda: _is_valid_size(sdh7) returning True >10:51:57,226 DEBUG anaconda: _is_valid_partition(sdh7) returning True >10:51:57,227 DEBUG anaconda: _is_valid_format(sdh7) returning True >10:51:57,228 DEBUG anaconda: is_valid_stage2_device(sdh7) returning True >10:51:57,275 WARN anaconda: You have not specified a swap partition. Although not strictly required in all cases, it will significantly improve performance for most installations. >10:51:59,275 INFO anaconda: fs space: 8.3 GiB needed: 3.72 GiB >10:51:59,277 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> >10:51:59,278 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> status to: Checking storage configuration... >10:52:01,275 INFO anaconda: fs space: 8.3 GiB needed: 3.72 GiB >10:52:01,276 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> >10:52:10,951 DEBUG anaconda: Left spoke: CustomPartitioningSpoke >10:52:11,190 INFO anaconda: Not doing 'require network connection' in live installation >10:52:13,199 INFO anaconda: fs space: 8.3 GiB needed: 3.72 GiB >10:52:15,200 INFO anaconda: fs space: 8.3 GiB needed: 3.72 GiB >10:52:15,202 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc38e2ae860> >10:52:32,739 DEBUG anaconda: Left hub: SummaryHub >10:52:32,740 DEBUG anaconda: Entered hub: ProgressHub >10:52:32,810 INFO anaconda: Running Thread: AnaInstallThread (140477726717696) >10:52:32,817 INFO anaconda: Not doing 'save system time to HW clock' in live installation >10:52:32,819 INFO anaconda: Setting up the installation environment >10:52:32,821 INFO anaconda: Setting up the installation environment -- DONE >10:52:35,275 DEBUG anaconda: Entered spoke: PasswordSpoke >10:52:38,608 INFO anaconda: Creating ext4 on /dev/sdh7 >10:52:45,212 DEBUG anaconda: Left spoke: PasswordSpoke >10:52:46,296 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/devices/storage.py:280: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > self.path) > >10:52:46,298 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >10:52:46,300 INFO anaconda: Created ext4 on /dev/sdh7 >10:52:47,033 DEBUG anaconda: Entered spoke: UserSpoke >10:53:03,039 DEBUG anaconda: running handleException >10:53:03,040 CRIT anaconda: Traceback (most recent call last): > > File "/usr/lib64/python3.5/site-packages/pyanaconda/threads.py", line 253, in run > threading.Thread.run(self, *args, **kwargs) > > File "/usr/lib64/python3.5/threading.py", line 862, in run > self._target(*self._args, **self._kwargs) > > File "/usr/lib64/python3.5/site-packages/pyanaconda/install.py", line 195, in doInstall > turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall, callbacks=callbacks_reg) > > File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 1105, in turnOnFilesystems > storage.mountFilesystems() > > File "/usr/lib/python3.5/site-packages/blivet/blivet.py", line 1407, in mountFilesystems > readOnly=readOnly, skipRoot=skipRoot) > > File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 632, in mountFilesystems > chroot=rootPath) > > File "/usr/lib/python3.5/site-packages/blivet/formats/__init__.py", line 483, in setup > self._setup(**kwargs) > > File "/usr/lib/python3.5/site-packages/blivet/formats/fs.py", line 645, in _setup > self._mount.doTask(chrootedMountpoint, options=options) > > File "/usr/lib/python3.5/site-packages/blivet/tasks/fsmount.py", line 123, in doTask > raise FSError("mount failed: %s" % rc) > >blivet.errors.FSError: mount failed: 16 > >10:53:03,042 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >10:53:03,057 INFO anaconda: Thread Done: AnaInstallThread (140477726717696) > > >/tmp/packaging.log: > > >/tmp/program.log: >11:40:31,931 INFO program: Running [1] lvm version ... >11:40:31,938 INFO program: stdout[1]: LVM version: 2.02.150(2) (2016-04-09) > Library version: 1.02.122 (2016-04-09) > Driver version: 4.34.0 > >11:40:31,938 INFO program: stderr[1]: >11:40:31,938 INFO program: ...done [1] (exit code: 0) >11:40:31,950 INFO program: Running [2] btrfs --version ... >11:40:32,004 INFO program: stdout[2]: btrfs-progs v4.5.2 > >11:40:32,004 INFO program: stderr[2]: >11:40:32,004 INFO program: ...done [2] (exit code: 0) >11:40:32,013 INFO program: Running [3] mkswap --version ... >11:40:32,031 INFO program: stdout[3]: mkswap from util-linux 2.28 > >11:40:32,031 INFO program: stderr[3]: >11:40:32,031 INFO program: ...done [3] (exit code: 0) >11:40:32,032 INFO program: Running [4] swapon --version ... >11:40:32,057 INFO program: stdout[4]: swapon from util-linux 2.28 > >11:40:32,057 INFO program: stderr[4]: >11:40:32,058 INFO program: ...done [4] (exit code: 0) >11:40:32,058 INFO program: Running [5] swapoff --version ... >11:40:32,062 INFO program: stdout[5]: swapoff from util-linux 2.28 > >11:40:32,063 INFO program: stderr[5]: >11:40:32,063 INFO program: ...done [5] (exit code: 0) >11:40:32,064 INFO program: Running [6] losetup --version ... >11:40:32,078 INFO program: stdout[6]: losetup from util-linux 2.28 > >11:40:32,078 INFO program: stderr[6]: >11:40:32,078 INFO program: ...done [6] (exit code: 0) >11:40:32,126 INFO program: Running [7] multipath --version ... >11:40:32,151 INFO program: stdout[7]: >11:40:32,152 INFO program: stderr[7]: Unknown switch: (null) >multipath-tools v0.4.9 (05/33, 2016) >Usage: > multipath [-a|-A|-c|-w|-W] [-d] [-T tm:val] [-r] [-i] [-v lvl] [-p pol] [-b fil] [-q] [dev] > multipath -l|-ll|-f [-v lvl] [-b fil] [dev] > multipath -F [-v lvl] > multipath -t > multipath -h > >Where: > -h print this usage text > -l show multipath topology (sysfs and DM info) > -ll show multipath topology (maximum info) > -f flush a multipath device map > -F flush all multipath device maps > -a add a device wwid to the wwids file > -A add devices from kernel command line mpath.wwids > parameters to wwids file > -c check if a device should be a path in a multipath device > -T tm:val > check if tm matches the multipathd timestamp. If so val is > whether or not the device is a path in a multipath device > -q allow queue_if_no_path when multipathd is not running > -d dry run, do not create or update devmaps > -t dump internal hardware table > -r force devmap reload > -i ignore wwids file > -B treat the bindings file as read only > -p policy failover|multibus|group_by_serial|group_by_prio > -b fil bindings file location > -w remove a device from the wwids file > -W reset the wwids file include only the current devices > -p pol force all maps to specified path grouping policy : > . failover one path per priority group > . multibus all paths in one priority group > . group_by_serial one priority group per serial > . group_by_prio one priority group per priority lvl > . group_by_node_name one priority group per target node > -v lvl verbosity level > . 0 no output > . 1 print created devmap names only > . 2 default verbosity > . 3 print debug information > dev action limited to: > . multipath named 'dev' (ex: mpath0) or > . multipath whose wwid is 'dev' (ex: 60051..) > . multipath including the path named 'dev' (ex: /dev/sda) > . multipath including the path with maj:min 'dev' (ex: 8:0) > >11:40:32,152 INFO program: ...done [7] (exit code: 256) >11:40:32,153 INFO program: Running [8] dmsetup --version ... >11:40:32,171 INFO program: stdout[8]: Library version: 1.02.122 (2016-04-09) >Driver version: 4.34.0 > >11:40:32,171 INFO program: stderr[8]: >11:40:32,172 INFO program: ...done [8] (exit code: 0) >11:40:32,173 INFO program: Running [9] mdadm --version ... >11:40:32,201 INFO program: stdout[9]: >11:40:32,201 INFO program: stderr[9]: mdadm - v3.3.4 - 3rd August 2015 > >11:40:32,201 INFO program: ...done [9] (exit code: 0) >11:40:34,797 INFO program: Running... udevadm settle --timeout=300 >11:40:34,819 DEBUG program: Return code: 0 >11:40:34,821 INFO program: Running... udevadm settle --timeout=300 >11:40:34,836 DEBUG program: Return code: 0 >11:40:44,287 INFO program: Running... udevadm settle --timeout=300 >11:40:44,302 DEBUG program: Return code: 0 >11:40:44,620 INFO program: Running... udevadm settle --timeout=300 >11:40:44,635 DEBUG program: Return code: 0 >11:40:44,638 INFO program: Running... udevadm settle --timeout=300 >11:40:44,653 DEBUG program: Return code: 0 >11:40:44,656 INFO program: Running... udevadm settle --timeout=300 >11:40:44,671 DEBUG program: Return code: 0 >11:40:44,674 INFO program: Running... udevadm settle --timeout=300 >11:40:44,689 DEBUG program: Return code: 0 >11:40:44,692 INFO program: Running... udevadm settle --timeout=300 >11:40:44,707 DEBUG program: Return code: 0 >11:40:44,709 INFO program: Running... udevadm settle --timeout=300 >11:40:44,724 DEBUG program: Return code: 0 >11:40:44,748 INFO program: Running... udevadm settle --timeout=300 >11:40:44,763 DEBUG program: Return code: 0 >11:40:44,787 INFO program: Running... udevadm settle --timeout=300 >11:40:44,802 DEBUG program: Return code: 0 >11:40:44,826 INFO program: Running... udevadm settle --timeout=300 >11:40:44,841 DEBUG program: Return code: 0 >11:40:44,865 INFO program: Running... udevadm settle --timeout=300 >11:40:44,880 DEBUG program: Return code: 0 >11:40:44,904 INFO program: Running... udevadm settle --timeout=300 >11:40:44,919 DEBUG program: Return code: 0 >11:40:44,943 INFO program: Running... udevadm settle --timeout=300 >11:40:44,958 DEBUG program: Return code: 0 >11:40:44,982 INFO program: Running... udevadm settle --timeout=300 >11:40:44,997 DEBUG program: Return code: 0 >11:40:45,021 INFO program: Running... udevadm settle --timeout=300 >11:40:45,036 DEBUG program: Return code: 0 >11:40:45,060 INFO program: Running... udevadm settle --timeout=300 >11:40:45,076 DEBUG program: Return code: 0 >11:40:45,100 INFO program: Running... udevadm settle --timeout=300 >11:40:45,115 DEBUG program: Return code: 0 >11:40:45,139 INFO program: Running... udevadm settle --timeout=300 >11:40:45,154 DEBUG program: Return code: 0 >11:40:45,178 INFO program: Running... udevadm settle --timeout=300 >11:40:45,193 DEBUG program: Return code: 0 >11:40:45,217 INFO program: Running... udevadm settle --timeout=300 >11:40:45,232 DEBUG program: Return code: 0 >11:40:45,256 INFO program: Running... udevadm settle --timeout=300 >11:40:45,271 DEBUG program: Return code: 0 >11:40:45,296 INFO program: Running... udevadm settle --timeout=300 >11:40:45,311 DEBUG program: Return code: 0 >11:40:45,335 INFO program: Running... udevadm settle --timeout=300 >11:40:45,350 DEBUG program: Return code: 0 >11:40:45,374 INFO program: Running... udevadm settle --timeout=300 >11:40:45,389 DEBUG program: Return code: 0 >11:40:45,413 INFO program: Running... udevadm settle --timeout=300 >11:40:45,428 DEBUG program: Return code: 0 >11:40:45,452 INFO program: Running... udevadm settle --timeout=300 >11:40:45,467 DEBUG program: Return code: 0 >11:40:45,491 INFO program: Running... udevadm settle --timeout=300 >11:40:45,506 DEBUG program: Return code: 0 >11:40:45,530 INFO program: Running... udevadm settle --timeout=300 >11:40:45,545 DEBUG program: Return code: 0 >11:40:45,562 INFO program: Running... udevadm settle --timeout=300 >11:40:45,577 DEBUG program: Return code: 0 >11:40:45,601 INFO program: Running... udevadm settle --timeout=300 >11:40:45,616 DEBUG program: Return code: 0 >11:40:45,640 INFO program: Running... udevadm settle --timeout=300 >11:40:45,656 DEBUG program: Return code: 0 >11:40:45,680 INFO program: Running... udevadm settle --timeout=300 >11:40:45,695 DEBUG program: Return code: 0 >11:40:45,719 INFO program: Running... udevadm settle --timeout=300 >11:40:45,734 DEBUG program: Return code: 0 >11:40:45,758 INFO program: Running... udevadm settle --timeout=300 >11:40:45,773 DEBUG program: Return code: 0 >11:40:45,797 INFO program: Running... udevadm settle --timeout=300 >11:40:45,812 DEBUG program: Return code: 0 >11:40:45,836 INFO program: Running... udevadm settle --timeout=300 >11:40:45,851 DEBUG program: Return code: 0 >11:40:45,875 INFO program: Running... udevadm settle --timeout=300 >11:40:45,890 DEBUG program: Return code: 0 >11:40:45,914 INFO program: Running... udevadm settle --timeout=300 >11:40:45,929 DEBUG program: Return code: 0 >11:40:45,953 INFO program: Running... udevadm settle --timeout=300 >11:40:45,972 DEBUG program: Return code: 0 >11:40:45,996 INFO program: Running... udevadm settle --timeout=300 >11:40:46,011 DEBUG program: Return code: 0 >11:40:46,035 INFO program: Running... udevadm settle --timeout=300 >11:40:46,050 DEBUG program: Return code: 0 >11:40:46,068 INFO program: Running... udevadm settle --timeout=300 >11:40:46,083 DEBUG program: Return code: 0 >11:40:46,103 INFO program: Running... udevadm settle --timeout=300 >11:40:46,118 DEBUG program: Return code: 0 >11:40:46,137 INFO program: Running... udevadm settle --timeout=300 >11:40:46,152 DEBUG program: Return code: 0 >11:40:46,172 INFO program: Running... udevadm settle --timeout=300 >11:40:46,187 DEBUG program: Return code: 0 >11:40:46,207 INFO program: Running... udevadm settle --timeout=300 >11:40:46,222 DEBUG program: Return code: 0 >11:40:46,242 INFO program: Running... udevadm settle --timeout=300 >11:40:46,257 DEBUG program: Return code: 0 >11:40:46,277 INFO program: Running... udevadm settle --timeout=300 >11:40:46,292 DEBUG program: Return code: 0 >11:40:46,311 INFO program: Running... udevadm settle --timeout=300 >11:40:46,326 DEBUG program: Return code: 0 >11:40:46,330 INFO program: Running... udevadm settle --timeout=300 >11:40:46,344 DEBUG program: Return code: 0 >11:40:46,346 INFO program: Running... udevadm settle --timeout=300 >11:40:46,361 DEBUG program: Return code: 0 >11:40:46,382 INFO program: Running... udevadm settle --timeout=300 >11:40:46,397 DEBUG program: Return code: 0 >11:40:46,416 INFO program: Running... udevadm settle --timeout=300 >11:40:46,431 DEBUG program: Return code: 0 >11:40:46,452 INFO program: Running... udevadm settle --timeout=300 >11:40:46,467 DEBUG program: Return code: 0 >11:40:46,489 INFO program: Running... udevadm settle --timeout=300 >11:40:46,503 DEBUG program: Return code: 0 >11:40:46,507 INFO program: Running... udevadm settle --timeout=300 >11:40:46,522 DEBUG program: Return code: 0 >11:40:46,524 INFO program: Running... udevadm settle --timeout=300 >11:40:46,539 DEBUG program: Return code: 0 >11:40:46,560 INFO program: Running... udevadm settle --timeout=300 >11:40:46,575 DEBUG program: Return code: 0 >11:40:46,595 INFO program: Running... udevadm settle --timeout=300 >11:40:46,609 DEBUG program: Return code: 0 >11:40:46,631 INFO program: Running... udevadm settle --timeout=300 >11:40:46,645 DEBUG program: Return code: 0 >11:40:46,665 INFO program: Running... udevadm settle --timeout=300 >11:40:46,682 DEBUG program: Return code: 0 >11:40:46,687 INFO program: Running... udevadm settle --timeout=300 >11:40:46,701 DEBUG program: Return code: 0 >11:40:46,703 INFO program: Running... udevadm settle --timeout=300 >11:40:46,718 DEBUG program: Return code: 0 >11:40:46,739 INFO program: Running... udevadm settle --timeout=300 >11:40:46,754 DEBUG program: Return code: 0 >11:40:46,774 INFO program: Running... udevadm settle --timeout=300 >11:40:46,789 DEBUG program: Return code: 0 >11:40:46,810 INFO program: Running... udevadm settle --timeout=300 >11:40:46,825 DEBUG program: Return code: 0 >11:40:46,845 INFO program: Running... udevadm settle --timeout=300 >11:40:46,860 DEBUG program: Return code: 0 >11:40:46,863 INFO program: Running... udevadm settle --timeout=300 >11:40:46,878 DEBUG program: Return code: 0 >11:40:46,880 INFO program: Running... udevadm settle --timeout=300 >11:40:46,895 DEBUG program: Return code: 0 >11:40:46,916 INFO program: Running... udevadm settle --timeout=300 >11:40:46,931 DEBUG program: Return code: 0 >11:40:46,951 INFO program: Running... udevadm settle --timeout=300 >11:40:46,966 DEBUG program: Return code: 0 >11:40:46,988 INFO program: Running... udevadm settle --timeout=300 >11:40:47,002 DEBUG program: Return code: 0 >11:40:47,022 INFO program: Running... udevadm settle --timeout=300 >11:40:47,037 DEBUG program: Return code: 0 >11:40:47,041 INFO program: Running... udevadm settle --timeout=300 >11:40:47,056 DEBUG program: Return code: 0 >11:40:47,058 INFO program: Running... udevadm settle --timeout=300 >11:40:47,072 DEBUG program: Return code: 0 >11:40:47,094 INFO program: Running... udevadm settle --timeout=300 >11:40:47,109 DEBUG program: Return code: 0 >11:40:47,130 INFO program: Running... udevadm settle --timeout=300 >11:40:47,145 DEBUG program: Return code: 0 >11:40:47,166 INFO program: Running... udevadm settle --timeout=300 >11:40:47,181 DEBUG program: Return code: 0 >11:40:47,202 INFO program: Running... udevadm settle --timeout=300 >11:40:47,217 DEBUG program: Return code: 0 >11:40:47,221 INFO program: Running... udevadm settle --timeout=300 >11:40:47,236 DEBUG program: Return code: 0 >11:40:47,238 INFO program: Running... udevadm settle --timeout=300 >11:40:47,252 DEBUG program: Return code: 0 >11:40:47,274 INFO program: Running... udevadm settle --timeout=300 >11:40:47,289 DEBUG program: Return code: 0 >11:40:47,310 INFO program: Running... udevadm settle --timeout=300 >11:40:47,325 DEBUG program: Return code: 0 >11:40:47,347 INFO program: Running... udevadm settle --timeout=300 >11:40:47,362 DEBUG program: Return code: 0 >11:40:47,382 INFO program: Running... udevadm settle --timeout=300 >11:40:47,397 DEBUG program: Return code: 0 >11:40:47,401 INFO program: Running... udevadm settle --timeout=300 >11:40:47,416 DEBUG program: Return code: 0 >11:40:47,417 INFO program: Running... udevadm settle --timeout=300 >11:40:47,432 DEBUG program: Return code: 0 >11:40:47,454 INFO program: Running... udevadm settle --timeout=300 >11:40:47,469 DEBUG program: Return code: 0 >11:40:47,490 INFO program: Running... udevadm settle --timeout=300 >11:40:47,505 DEBUG program: Return code: 0 >11:40:47,527 INFO program: Running... udevadm settle --timeout=300 >11:40:47,542 DEBUG program: Return code: 0 >11:40:47,563 INFO program: Running... udevadm settle --timeout=300 >11:40:47,577 DEBUG program: Return code: 0 >11:40:47,581 INFO program: Running... udevadm settle --timeout=300 >11:40:47,596 DEBUG program: Return code: 0 >11:40:47,598 INFO program: Running... udevadm settle --timeout=300 >11:40:47,612 DEBUG program: Return code: 0 >11:40:47,637 INFO program: Running... udevadm settle --timeout=300 >11:40:47,652 DEBUG program: Return code: 0 >11:40:47,673 INFO program: Running... udevadm settle --timeout=300 >11:40:47,688 DEBUG program: Return code: 0 >11:40:47,710 INFO program: Running... udevadm settle --timeout=300 >11:40:47,725 DEBUG program: Return code: 0 >11:40:47,746 INFO program: Running... udevadm settle --timeout=300 >11:40:47,761 DEBUG program: Return code: 0 >11:40:47,765 INFO program: Running... udevadm settle --timeout=300 >11:40:47,779 DEBUG program: Return code: 0 >11:40:47,781 INFO program: Running... udevadm settle --timeout=300 >11:40:47,796 DEBUG program: Return code: 0 >11:40:47,819 INFO program: Running... udevadm settle --timeout=300 >11:40:47,833 DEBUG program: Return code: 0 >11:40:47,855 INFO program: Running... udevadm settle --timeout=300 >11:40:47,870 DEBUG program: Return code: 0 >11:40:47,893 INFO program: Running... udevadm settle --timeout=300 >11:40:47,908 DEBUG program: Return code: 0 >11:40:47,929 INFO program: Running... udevadm settle --timeout=300 >11:40:47,944 DEBUG program: Return code: 0 >11:40:47,948 INFO program: Running... udevadm settle --timeout=300 >11:40:47,962 DEBUG program: Return code: 0 >11:40:47,964 INFO program: Running... udevadm settle --timeout=300 >11:40:47,979 DEBUG program: Return code: 0 >11:40:48,003 INFO program: Running... udevadm settle --timeout=300 >11:40:48,017 DEBUG program: Return code: 0 >11:40:48,039 INFO program: Running... udevadm settle --timeout=300 >11:40:48,054 DEBUG program: Return code: 0 >11:40:48,077 INFO program: Running... udevadm settle --timeout=300 >11:40:48,092 DEBUG program: Return code: 0 >11:40:48,114 INFO program: Running... udevadm settle --timeout=300 >11:40:48,129 DEBUG program: Return code: 0 >11:40:48,133 INFO program: Running... udevadm settle --timeout=300 >11:40:48,147 DEBUG program: Return code: 0 >11:40:48,149 INFO program: Running... udevadm settle --timeout=300 >11:40:48,164 DEBUG program: Return code: 0 >11:40:48,188 INFO program: Running... udevadm settle --timeout=300 >11:40:48,203 DEBUG program: Return code: 0 >11:40:48,225 INFO program: Running... udevadm settle --timeout=300 >11:40:48,240 DEBUG program: Return code: 0 >11:40:48,264 INFO program: Running... udevadm settle --timeout=300 >11:40:48,279 DEBUG program: Return code: 0 >11:40:48,301 INFO program: Running... udevadm settle --timeout=300 >11:40:48,316 DEBUG program: Return code: 0 >11:40:48,320 INFO program: Running... udevadm settle --timeout=300 >11:40:48,334 DEBUG program: Return code: 0 >11:40:48,336 INFO program: Running... udevadm settle --timeout=300 >11:40:48,351 DEBUG program: Return code: 0 >11:40:48,375 INFO program: Running... udevadm settle --timeout=300 >11:40:48,389 DEBUG program: Return code: 0 >11:40:48,412 INFO program: Running... udevadm settle --timeout=300 >11:40:48,427 DEBUG program: Return code: 0 >11:40:48,450 INFO program: Running... udevadm settle --timeout=300 >11:40:48,465 DEBUG program: Return code: 0 >11:40:48,487 INFO program: Running... udevadm settle --timeout=300 >11:40:48,502 DEBUG program: Return code: 0 >11:40:48,506 INFO program: Running... udevadm settle --timeout=300 >11:40:48,521 DEBUG program: Return code: 0 >11:40:48,522 INFO program: Running... udevadm settle --timeout=300 >11:40:48,537 DEBUG program: Return code: 0 >11:40:48,561 INFO program: Running... udevadm settle --timeout=300 >11:40:48,576 DEBUG program: Return code: 0 >11:40:48,598 INFO program: Running... udevadm settle --timeout=300 >11:40:48,613 DEBUG program: Return code: 0 >11:40:48,637 INFO program: Running... udevadm settle --timeout=300 >11:40:48,652 DEBUG program: Return code: 0 >11:40:48,674 INFO program: Running... udevadm settle --timeout=300 >11:40:48,691 DEBUG program: Return code: 0 >11:40:48,695 INFO program: Running... udevadm settle --timeout=300 >11:40:48,710 DEBUG program: Return code: 0 >11:40:48,712 INFO program: Running... udevadm settle --timeout=300 >11:40:48,726 DEBUG program: Return code: 0 >11:40:48,750 INFO program: Running... udevadm settle --timeout=300 >11:40:48,765 DEBUG program: Return code: 0 >11:40:48,788 INFO program: Running... udevadm settle --timeout=300 >11:40:48,803 DEBUG program: Return code: 0 >11:40:48,827 INFO program: Running... udevadm settle --timeout=300 >11:40:48,841 DEBUG program: Return code: 0 >11:40:48,864 INFO program: Running... udevadm settle --timeout=300 >11:40:48,879 DEBUG program: Return code: 0 >11:40:48,883 INFO program: Running... udevadm settle --timeout=300 >11:40:48,897 DEBUG program: Return code: 0 >11:40:48,899 INFO program: Running... udevadm settle --timeout=300 >11:40:48,914 DEBUG program: Return code: 0 >11:40:48,938 INFO program: Running... udevadm settle --timeout=300 >11:40:48,953 DEBUG program: Return code: 0 >11:40:48,976 INFO program: Running... udevadm settle --timeout=300 >11:40:48,991 DEBUG program: Return code: 0 >11:40:49,015 INFO program: Running... udevadm settle --timeout=300 >11:40:49,030 DEBUG program: Return code: 0 >11:40:49,053 INFO program: Running... udevadm settle --timeout=300 >11:40:49,068 DEBUG program: Return code: 0 >11:40:49,072 INFO program: Running... udevadm settle --timeout=300 >11:40:49,086 DEBUG program: Return code: 0 >11:40:49,088 INFO program: Running... udevadm settle --timeout=300 >11:40:49,103 DEBUG program: Return code: 0 >11:40:49,127 INFO program: Running... udevadm settle --timeout=300 >11:40:49,142 DEBUG program: Return code: 0 >11:40:49,165 INFO program: Running... udevadm settle --timeout=300 >11:40:49,180 DEBUG program: Return code: 0 >11:40:49,204 INFO program: Running... udevadm settle --timeout=300 >11:40:49,219 DEBUG program: Return code: 0 >11:40:49,242 INFO program: Running... udevadm settle --timeout=300 >11:40:49,257 DEBUG program: Return code: 0 >11:40:49,261 INFO program: Running... udevadm settle --timeout=300 >11:40:49,275 DEBUG program: Return code: 0 >11:40:49,279 INFO program: Running... udevadm settle --timeout=300 >11:40:49,294 DEBUG program: Return code: 0 >11:40:52,415 INFO program: Running... losetup --list >11:40:52,450 INFO program: Running... udevadm control --env=ANACONDA=1 >11:40:52,469 DEBUG program: Return code: 0 >11:40:52,557 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >11:40:52,595 DEBUG program: Return code: 0 >11:40:52,595 INFO program: Running... udevadm settle --timeout=300 >11:40:54,310 DEBUG program: Return code: 0 >11:40:54,313 INFO program: Running... modprobe fcoe >11:40:54,408 DEBUG program: Return code: 0 >11:40:54,410 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >11:40:54,423 INFO program: stdout: >11:40:54,424 INFO program: No FCoE boot disk information is found in EDD! >11:40:54,424 DEBUG program: Return code: 1 >11:40:56,892 INFO program: Running... losetup --list >11:40:57,812 INFO program: Running... udevadm settle --timeout=300 >11:40:57,886 DEBUG program: Return code: 0 >11:40:57,888 INFO program: Running [10] mpathconf --find_multipaths y --user_friendly_names y --with_multipathd y ... >11:40:58,597 INFO program: stdout[10]: >11:40:58,598 INFO program: stderr[10]: >11:40:58,598 INFO program: ...done [10] (exit code: 0) >11:40:58,627 INFO program: Running... udevadm settle --timeout=300 >11:40:58,717 DEBUG program: Return code: 0 >11:40:58,818 INFO program: Running... udevadm settle --timeout=300 >11:40:58,900 DEBUG program: Return code: 0 >11:41:01,350 INFO program: Running... ntfsresize -c /dev/sdh1 >11:41:01,476 INFO program: stdout: >11:41:01,476 INFO program: ntfsresize v2016.2.22 (libntfs-3g) >11:41:01,477 DEBUG program: Return code: 0 >11:41:01,477 INFO program: Running... ntfsinfo -m /dev/sdh1 >11:41:01,510 INFO program: stdout: >11:41:01,513 INFO program: Failed to open '/dev/sdh1'. >11:41:01,514 INFO program: stderr: >11:41:01,514 INFO program: b'Access is denied because the NTFS volume is already exclusively opened.' >11:41:01,519 INFO program: b'The volume may be already mounted, or another software may use it which' >11:41:01,520 INFO program: b"could be identified for example by the help of the 'fuser' command." >11:41:01,520 INFO program: b'You can use force option to avoid this check, but this is not recommended' >11:41:01,521 INFO program: b'and may lead to data corruption.' >11:41:01,522 DEBUG program: Return code: 1 >11:41:01,527 INFO program: Running... ntfsresize -m /dev/sdh1 >11:41:01,560 INFO program: stdout: >11:41:01,561 INFO program: ntfsresize v2016.2.22 (libntfs-3g) >11:41:01,562 INFO program: ERROR: Device '/dev/sdh1' is mounted read-write. You must 'umount' it first. >11:41:01,563 DEBUG program: Return code: 1 >11:41:02,132 INFO program: Running... e2fsck -f -p -C 0 /dev/sdh2 >11:41:02,555 INFO program: stdout: >11:41:02,556 INFO program: [01]Boot: |===== | 8.8% >11:41:02,562 INFO program: [02][01]Boot: |========================================================| 100.0% >11:41:02,562 INFO program: [02][01] >11:41:02,563 INFO program: [02]Boot: 404/64000 files (0.0% non-contiguous), 16034/256000 blocks >11:41:02,564 DEBUG program: Return code: 0 >11:41:02,565 INFO program: Running... dumpe2fs -h /dev/sdh2 >11:41:02,614 INFO program: stdout: >11:41:02,615 INFO program: Filesystem volume name: Boot >11:41:02,615 INFO program: Last mounted on: /run/media/liveuser/Boot >11:41:02,615 INFO program: Filesystem UUID: ca7e29db-edf4-4d4a-8c84-1d8ee97efdbc >11:41:02,615 INFO program: Filesystem magic number: 0xEF53 >11:41:02,615 INFO program: Filesystem revision #: 1 (dynamic) >11:41:02,615 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >11:41:02,616 INFO program: Filesystem flags: signed_directory_hash >11:41:02,616 INFO program: Default mount options: user_xattr acl >11:41:02,616 INFO program: Filesystem state: clean >11:41:02,616 INFO program: Errors behavior: Continue >11:41:02,616 INFO program: Filesystem OS type: Linux >11:41:02,616 INFO program: Inode count: 64000 >11:41:02,616 INFO program: Block count: 256000 >11:41:02,617 INFO program: Reserved block count: 12800 >11:41:02,617 INFO program: Free blocks: 239966 >11:41:02,617 INFO program: Free inodes: 63596 >11:41:02,617 INFO program: First block: 0 >11:41:02,617 INFO program: Block size: 4096 >11:41:02,617 INFO program: Fragment size: 4096 >11:41:02,617 INFO program: Reserved GDT blocks: 62 >11:41:02,618 INFO program: Blocks per group: 32768 >11:41:02,618 INFO program: Fragments per group: 32768 >11:41:02,618 INFO program: Inodes per group: 8000 >11:41:02,618 INFO program: Inode blocks per group: 500 >11:41:02,618 INFO program: Flex block group size: 16 >11:41:02,618 INFO program: Filesystem created: Tue Apr 30 18:45:33 2013 >11:41:02,618 INFO program: Last mount time: Tue May 31 11:40:17 2016 >11:41:02,619 INFO program: Last write time: Tue May 31 11:41:02 2016 >11:41:02,619 INFO program: Mount count: 0 >11:41:02,619 INFO program: Maximum mount count: -1 >11:41:02,619 INFO program: Last checked: Tue May 31 11:41:02 2016 >11:41:02,619 INFO program: Check interval: 0 (<none>) >11:41:02,619 INFO program: Lifetime writes: 126 MB >11:41:02,619 INFO program: Reserved blocks uid: 0 (user root) >11:41:02,620 INFO program: Reserved blocks gid: 0 (group root) >11:41:02,620 INFO program: First inode: 11 >11:41:02,620 INFO program: Inode size: 256 >11:41:02,620 INFO program: Required extra isize: 28 >11:41:02,620 INFO program: Desired extra isize: 28 >11:41:02,620 INFO program: Journal inode: 8 >11:41:02,620 INFO program: Default directory hash: half_md4 >11:41:02,628 INFO program: Directory Hash Seed: efb0d8f5-8987-47bf-800d-ad353b0b3fff >11:41:02,630 INFO program: Journal backup: inode blocks >11:41:02,630 INFO program: Journal features: (none) >11:41:02,630 INFO program: Journal size: 16M >11:41:02,630 INFO program: Journal length: 4096 >11:41:02,630 INFO program: Journal sequence: 0x00000073 >11:41:02,631 INFO program: Journal start: 0 >11:41:02,631 INFO program: >11:41:02,631 INFO program: stderr: >11:41:02,631 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >11:41:02,631 DEBUG program: Return code: 0 >11:41:02,632 INFO program: Running... resize2fs -P /dev/sdh2 >11:41:02,715 INFO program: stdout: >11:41:02,716 INFO program: Estimated minimum size of the filesystem: 16438 >11:41:02,717 INFO program: stderr: >11:41:02,718 INFO program: b'resize2fs 1.42.13 (17-May-2015)' >11:41:02,719 DEBUG program: Return code: 0 >11:41:04,006 INFO program: Running... e2fsck -f -p -C 0 /dev/sdh5 >11:41:11,762 INFO program: stdout: >11:41:11,763 INFO program: [01]GoFlex-5: | | 0.9% >11:41:11,768 INFO program: [02][01]GoFlex-5: |= / 1.8% >11:41:11,769 INFO program: [02][01]GoFlex-5: |= - 2.7% >11:41:11,769 INFO program: [02][01]GoFlex-5: |== \ 3.5% >11:41:11,770 INFO program: [02][01]GoFlex-5: |== | 4.4% >11:41:11,771 INFO program: [02][01]GoFlex-5: |=== / 5.3% >11:41:11,771 INFO program: [02][01]GoFlex-5: |=== - 6.2% >11:41:11,772 INFO program: [02][01]GoFlex-5: |==== \ 7.1% >11:41:11,773 INFO program: [02][01]GoFlex-5: |==== | 8.0% >11:41:11,773 INFO program: [02][01]GoFlex-5: |===== / 8.9% >11:41:11,774 INFO program: [02][01]GoFlex-5: |===== - 9.7% >11:41:11,775 INFO program: [02][01]GoFlex-5: |====== \ 10.6% >11:41:11,775 INFO program: [02][01]GoFlex-5: |======== | 15.1% >11:41:11,776 INFO program: [02][01]GoFlex-5: |========= / 15.9% >11:41:11,777 INFO program: [02][01]GoFlex-5: |========= - 16.8% >11:41:11,778 INFO program: [02][01]GoFlex-5: |========== \ 17.7% >11:41:11,778 INFO program: [02][01]GoFlex-5: |================ | 29.2% >11:41:11,779 INFO program: [02][01]GoFlex-5: |================= / 30.1% >11:41:11,780 INFO program: [02][01]GoFlex-5: |================== - 31.9% >11:41:11,781 INFO program: [02][01]GoFlex-5: |======================== \ 43.4% >11:41:11,786 INFO program: [02][01]GoFlex-5: |========================= | 44.3% >11:41:11,787 INFO program: [02][01]GoFlex-5: |========================= / 45.2% >11:41:11,788 INFO program: [02][01]GoFlex-5: |================================ - 57.6% >11:41:11,788 INFO program: [02][01]GoFlex-5: |================================= \ 59.4% >11:41:11,789 INFO program: [02][01]GoFlex-5: |================================== | 60.3% >11:41:11,790 INFO program: [02][01]GoFlex-5: |================================== / 61.1% >11:41:11,790 INFO program: [02][01]GoFlex-5: |======================================= - 70.4% >11:41:11,791 INFO program: [02][01]GoFlex-5: |======================================== \ 70.7% >11:41:11,792 INFO program: [02][01]GoFlex-5: |======================================== | 71.4% >11:41:11,793 INFO program: [02][01]GoFlex-5: |======================================== / 72.1% >11:41:11,793 INFO program: [02][01]GoFlex-5: |========================================= - 72.8% >11:41:11,794 INFO program: [02][01]GoFlex-5: |========================================= \ 73.5% >11:41:11,795 INFO program: [02][01]GoFlex-5: |========================================== | 74.2% >11:41:11,795 INFO program: [02][01]GoFlex-5: |========================================== / 75.0% >11:41:11,796 INFO program: [02][01]GoFlex-5: |========================================== - 75.6% >11:41:11,797 INFO program: [02][01]GoFlex-5: |=========================================== \ 76.3% >11:41:11,797 INFO program: [02][01]GoFlex-5: |=========================================== | 76.9% >11:41:11,798 INFO program: [02][01]GoFlex-5: |=========================================== / 77.6% >11:41:11,799 INFO program: [02][01]GoFlex-5: |============================================ - 78.2% >11:41:11,803 INFO program: [02][01]GoFlex-5: |============================================ \ 78.9% >11:41:11,804 INFO program: [02][01]GoFlex-5: |============================================= | 79.6% >11:41:11,804 INFO program: [02][01]GoFlex-5: |============================================= / 80.2% >11:41:11,805 INFO program: [02][01]GoFlex-5: |============================================= - 81.0% >11:41:11,806 INFO program: [02][01]GoFlex-5: |============================================== \ 81.7% >11:41:11,807 INFO program: [02][01]GoFlex-5: |============================================== | 82.4% >11:41:11,808 INFO program: [02][01]GoFlex-5: |=============================================== / 83.1% >11:41:11,809 INFO program: [02][01]GoFlex-5: |=============================================== - 83.8% >11:41:11,810 INFO program: [02][01]GoFlex-5: |=============================================== \ 84.6% >11:41:11,811 INFO program: [02][01]GoFlex-5: |================================================ | 85.1% >11:41:11,812 INFO program: [02][01]GoFlex-5: |================================================ / 85.8% >11:41:11,812 INFO program: [02][01]GoFlex-5: |================================================ - 86.5% >11:41:11,813 INFO program: [02][01]GoFlex-5: |================================================= \ 87.1% >11:41:11,814 INFO program: [02][01]GoFlex-5: |================================================= | 87.6% >11:41:11,815 INFO program: [02][01]GoFlex-5: |================================================= / 88.1% >11:41:11,816 INFO program: [02][01]GoFlex-5: |================================================== - 88.6% >11:41:11,821 INFO program: [02][01]GoFlex-5: |================================================== \ 89.2% >11:41:11,821 INFO program: [02][01]GoFlex-5: |================================================== | 89.6% >11:41:11,822 INFO program: [02][01]GoFlex-5: |================================================== / 90.0% >11:41:11,823 INFO program: [02][01]GoFlex-5: |===================================================== - 95.1% >11:41:11,823 INFO program: [02][01]GoFlex-5: |========================================================| 100.0% >11:41:11,824 INFO program: [02][01] >11:41:11,825 INFO program: [02]GoFlex-5: 223354/644640 files (0.4% non-contiguous), 1279134/2559999 blocks >11:41:11,825 DEBUG program: Return code: 0 >11:41:11,826 INFO program: Running... dumpe2fs -h /dev/sdh5 >11:41:11,859 INFO program: stdout: >11:41:11,860 INFO program: Filesystem volume name: GoFlex-5 >11:41:11,861 INFO program: Last mounted on: /media/a/GoFlex-5 >11:41:11,861 INFO program: Filesystem UUID: 03477541-3fb6-4b74-9f93-59ec80e089a1 >11:41:11,862 INFO program: Filesystem magic number: 0xEF53 >11:41:11,864 INFO program: Filesystem revision #: 1 (dynamic) >11:41:11,864 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >11:41:11,865 INFO program: Filesystem flags: signed_directory_hash >11:41:11,866 INFO program: Default mount options: user_xattr acl >11:41:11,867 INFO program: Filesystem state: clean >11:41:11,868 INFO program: Errors behavior: Continue >11:41:11,872 INFO program: Filesystem OS type: Linux >11:41:11,873 INFO program: Inode count: 644640 >11:41:11,873 INFO program: Block count: 2559999 >11:41:11,874 INFO program: Reserved block count: 127999 >11:41:11,882 INFO program: Free blocks: 1280865 >11:41:11,883 INFO program: Free inodes: 421286 >11:41:11,883 INFO program: First block: 0 >11:41:11,884 INFO program: Block size: 4096 >11:41:11,885 INFO program: Fragment size: 4096 >11:41:11,885 INFO program: Reserved GDT blocks: 1023 >11:41:11,890 INFO program: Blocks per group: 32768 >11:41:11,890 INFO program: Fragments per group: 32768 >11:41:11,891 INFO program: Inodes per group: 8160 >11:41:11,892 INFO program: Inode blocks per group: 510 >11:41:11,893 INFO program: RAID stride: 32639 >11:41:11,894 INFO program: Flex block group size: 16 >11:41:11,894 INFO program: Filesystem created: Wed Nov 14 13:36:59 2012 >11:41:11,895 INFO program: Last mount time: Tue May 31 11:40:17 2016 >11:41:11,896 INFO program: Last write time: Tue May 31 11:41:04 2016 >11:41:11,896 INFO program: Mount count: 0 >11:41:11,897 INFO program: Maximum mount count: -1 >11:41:11,897 INFO program: Last checked: Tue May 31 11:41:04 2016 >11:41:11,898 INFO program: Check interval: 0 (<none>) >11:41:11,899 INFO program: Lifetime writes: 6094 MB >11:41:11,900 INFO program: Reserved blocks uid: 0 (user root) >11:41:11,900 INFO program: Reserved blocks gid: 0 (group root) >11:41:11,901 INFO program: First inode: 11 >11:41:11,901 INFO program: Inode size: 256 >11:41:11,902 INFO program: Required extra isize: 28 >11:41:11,903 INFO program: Desired extra isize: 28 >11:41:11,903 INFO program: Journal inode: 8 >11:41:11,908 INFO program: Default directory hash: half_md4 >11:41:11,908 INFO program: Directory Hash Seed: 2303aa8b-a209-4999-a79e-61345b39c2b3 >11:41:11,909 INFO program: Journal backup: inode blocks >11:41:11,910 INFO program: Journal features: journal_incompat_revoke >11:41:11,910 INFO program: Journal size: 128M >11:41:11,911 INFO program: Journal length: 32768 >11:41:11,912 INFO program: Journal sequence: 0x000063b8 >11:41:11,912 INFO program: Journal start: 0 >11:41:11,913 INFO program: >11:41:11,913 INFO program: stderr: >11:41:11,914 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >11:41:11,915 DEBUG program: Return code: 0 >11:41:11,916 INFO program: Running... resize2fs -P /dev/sdh5 >11:41:11,945 INFO program: stdout: >11:41:11,946 INFO program: Estimated minimum size of the filesystem: 1393598 >11:41:11,947 INFO program: stderr: >11:41:11,948 INFO program: b'resize2fs 1.42.13 (17-May-2015)' >11:41:11,949 DEBUG program: Return code: 0 >11:41:12,233 INFO program: Running... e2fsck -f -p -C 0 /dev/sdh6 >10:41:29,572 INFO program: stdout: >10:41:29,572 INFO program: [01]GoFlex-Common: | | 0.1% >10:41:29,573 INFO program: [02][01]GoFlex-Common: |========== / 21.1% >10:41:29,574 INFO program: [02][01]GoFlex-Common: |========== - 21.6% >10:41:29,575 INFO program: [02][01]GoFlex-Common: |=========== \ 23.4% >10:41:29,576 INFO program: [02][01]GoFlex-Common: |=========== | 23.9% >10:41:29,576 INFO program: [02][01]GoFlex-Common: |============ / 24.8% >10:41:29,577 INFO program: [02][01]GoFlex-Common: |============ - 25.3% >10:41:29,578 INFO program: [02][01]GoFlex-Common: |============= \ 26.2% >10:41:29,579 INFO program: [02][01]GoFlex-Common: |============= | 27.2% >10:41:29,579 INFO program: [02][01]GoFlex-Common: |============= / 27.6% >10:41:29,580 INFO program: [02][01]GoFlex-Common: |============= - 28.1% >10:41:29,581 INFO program: [02][01]GoFlex-Common: |============== \ 29.0% >10:41:29,582 INFO program: [02][01]GoFlex-Common: |============== | 30.0% >10:41:29,582 INFO program: [02][01]GoFlex-Common: |=============== / 30.4% >10:41:29,583 INFO program: [02][01]GoFlex-Common: |=============== - 30.5% >10:41:29,584 INFO program: [02][01]GoFlex-Common: |=============== \ 31.4% >10:41:29,586 INFO program: [02][01]GoFlex-Common: |=============== | 31.8% >10:41:29,587 INFO program: [02][01]GoFlex-Common: |================ / 33.2% >10:41:29,588 INFO program: [02][01]GoFlex-Common: |================= - 34.6% >10:41:29,591 INFO program: [02][01]GoFlex-Common: |================= \ 35.1% >10:41:29,592 INFO program: [02][01]GoFlex-Common: |================= | 35.6% >10:41:29,593 INFO program: [02][01]GoFlex-Common: |================== / 36.5% >10:41:29,594 INFO program: [02][01]GoFlex-Common: |================== - 36.6% >10:41:29,595 INFO program: [02][01]GoFlex-Common: |================== \ 37.0% >10:41:29,599 INFO program: [02][01]GoFlex-Common: |=================== | 38.8% >10:41:29,599 INFO program: [02][01]GoFlex-Common: |=================== / 40.2% >10:41:29,600 INFO program: [02][01]GoFlex-Common: |=================== - 40.2% >10:41:29,601 INFO program: [02][01]GoFlex-Common: |==================== \ 41.2% >10:41:29,601 INFO program: [02][01]GoFlex-Common: |==================== | 42.6% >10:41:29,602 INFO program: [02][01]GoFlex-Common: |===================== / 43.5% >10:41:29,603 INFO program: [02][01]GoFlex-Common: |====================== - 45.4% >10:41:29,604 INFO program: [02][01]GoFlex-Common: |====================== \ 46.8% >10:41:29,604 INFO program: [02][01]GoFlex-Common: |======================= | 47.7% >10:41:29,611 INFO program: [02][01]GoFlex-Common: |======================== / 49.1% >10:41:29,612 INFO program: [02][01]GoFlex-Common: |======================== - 51.0% >10:41:29,613 INFO program: [02][01]GoFlex-Common: |========================== \ 53.3% >10:41:29,614 INFO program: [02][01]GoFlex-Common: |========================== | 55.2% >10:41:29,614 INFO program: [02][01]GoFlex-Common: |=========================== / 57.0% >10:41:29,615 INFO program: [02][01]GoFlex-Common: |============================ - 58.0% >10:41:29,616 INFO program: [02][01]GoFlex-Common: |============================= \ 60.8% >10:41:29,617 INFO program: [02][01]GoFlex-Common: |============================= | 61.2% >10:41:29,618 INFO program: [02][01]GoFlex-Common: |================================== / 70.1% >10:41:29,618 INFO program: [02][01]GoFlex-Common: |================================== - 70.2% >10:41:29,619 INFO program: [02][01]GoFlex-Common: |================================== \ 70.3% >10:41:29,620 INFO program: [02][01]GoFlex-Common: |================================== | 70.9% >10:41:29,621 INFO program: [02][01]GoFlex-Common: |================================== / 71.3% >10:41:29,621 INFO program: [02][01]GoFlex-Common: |================================== - 71.8% >10:41:29,622 INFO program: [02][01]GoFlex-Common: |=================================== \ 72.1% >10:41:29,623 INFO program: [02][01]GoFlex-Common: |=================================== | 72.5% >10:41:29,624 INFO program: [02][01]GoFlex-Common: |=================================== / 73.0% >10:41:29,627 INFO program: [02][01]GoFlex-Common: |=================================== - 73.3% >10:41:29,628 INFO program: [02][01]GoFlex-Common: |=================================== \ 73.7% >10:41:29,628 INFO program: [02][01]GoFlex-Common: |=================================== | 73.9% >10:41:29,629 INFO program: [02][01]GoFlex-Common: |==================================== / 74.2% >10:41:29,630 INFO program: [02][01]GoFlex-Common: |==================================== - 74.5% >10:41:29,631 INFO program: [02][01]GoFlex-Common: |==================================== \ 74.9% >10:41:29,631 INFO program: [02][01]GoFlex-Common: |==================================== | 75.1% >10:41:29,633 INFO program: [02][01]GoFlex-Common: |==================================== / 75.8% >10:41:29,634 INFO program: [02][01]GoFlex-Common: |===================================== - 76.4% >10:41:29,635 INFO program: [02][01]GoFlex-Common: |===================================== \ 77.1% >10:41:29,642 INFO program: [02][01]GoFlex-Common: |===================================== | 77.8% >10:41:29,642 INFO program: [02][01]GoFlex-Common: |====================================== / 78.4% >10:41:29,643 INFO program: [02][01]GoFlex-Common: |====================================== - 79.1% >10:41:29,644 INFO program: [02][01]GoFlex-Common: |====================================== \ 79.7% >10:41:29,644 INFO program: [02][01]GoFlex-Common: |======================================= | 80.4% >10:41:29,645 INFO program: [02][01]GoFlex-Common: |======================================= / 81.3% >10:41:29,646 INFO program: [02][01]GoFlex-Common: |======================================= - 82.1% >10:41:29,646 INFO program: [02][01]GoFlex-Common: |======================================== \ 82.7% >10:41:29,647 INFO program: [02][01]GoFlex-Common: |======================================== | 83.5% >10:41:29,648 INFO program: [02][01]GoFlex-Common: |======================================== / 84.4% >10:41:29,648 INFO program: [02][01]GoFlex-Common: |========================================= - 85.1% >10:41:29,649 INFO program: [02][01]GoFlex-Common: |========================================= \ 85.6% >10:41:29,650 INFO program: [02][01]GoFlex-Common: |========================================= | 86.0% >10:41:29,650 INFO program: [02][01]GoFlex-Common: |========================================= / 86.2% >10:41:29,651 INFO program: [02][01]GoFlex-Common: |========================================== - 86.7% >10:41:29,652 INFO program: [02][01]GoFlex-Common: |========================================== \ 87.0% >10:41:29,653 INFO program: [02][01]GoFlex-Common: |========================================== | 87.2% >10:41:29,653 INFO program: [02][01]GoFlex-Common: |========================================== / 87.3% >10:41:29,654 INFO program: [02][01]GoFlex-Common: |========================================== - 87.9% >10:41:29,657 INFO program: [02][01]GoFlex-Common: |========================================== \ 88.2% >10:41:29,658 INFO program: [02][01]GoFlex-Common: |========================================== | 88.3% >10:41:29,659 INFO program: [02][01]GoFlex-Common: |========================================== / 88.5% >10:41:29,660 INFO program: [02][01]GoFlex-Common: |=========================================== - 88.6% >10:41:29,661 INFO program: [02][01]GoFlex-Common: |=========================================== \ 88.7% >10:41:29,661 INFO program: [02][01]GoFlex-Common: |=========================================== | 88.8% >10:41:29,666 INFO program: [02][01]GoFlex-Common: |=========================================== / 89.3% >10:41:29,667 INFO program: [02][01]GoFlex-Common: |=========================================== - 89.6% >10:41:29,668 INFO program: [02][01]GoFlex-Common: |=========================================== \ 89.8% >10:41:29,668 INFO program: [02][01]GoFlex-Common: |=========================================== | 89.9% >10:41:29,669 INFO program: [02][01]GoFlex-Common: |=========================================== / 90.1% >10:41:29,670 INFO program: [02][01]GoFlex-Common: |============================================ - 92.2% >10:41:29,673 INFO program: [02][01]GoFlex-Common: |============================================ \ 92.6% >10:41:29,674 INFO program: [02][01]GoFlex-Common: |============================================= | 92.8% >10:41:29,675 INFO program: [02][01]GoFlex-Common: |============================================= / 93.3% >10:41:29,676 INFO program: [02][01]GoFlex-Common: |============================================= - 93.8% >10:41:29,676 INFO program: [02][01]GoFlex-Common: |============================================= \ 94.1% >10:41:29,678 INFO program: [02][01]GoFlex-Common: |============================================= | 94.2% >10:41:29,679 INFO program: [02][01]GoFlex-Common: |============================================= / 94.4% >10:41:29,680 INFO program: [02][01]GoFlex-Common: |============================================= - 94.7% >10:41:29,681 INFO program: [02][01]GoFlex-Common: |============================================== \ 94.9% >10:41:29,683 INFO program: [02][01]GoFlex-Common: |============================================== | 95.1% >10:41:29,683 INFO program: [02][01]GoFlex-Common: |=============================================== / 98.7% >10:41:29,684 INFO program: [02][01]GoFlex-Common: |================================================| 99.9% >10:41:29,687 INFO program: [02][01] >10:41:29,688 INFO program: [02]GoFlex-Common: 242500/19660800 files (0.5% non-contiguous), 66062205/78643200 blocks >10:41:29,689 DEBUG program: Return code: 0 >10:41:29,691 INFO program: Running... modprobe btrfs >10:41:29,881 DEBUG program: Return code: 0 >10:41:29,885 INFO program: Running... dumpe2fs -h /dev/sdh6 >10:41:29,945 INFO program: stdout: >10:41:29,946 INFO program: Filesystem volume name: GoFlex-Common >10:41:29,946 INFO program: Last mounted on: /run/media/a/GoFlex-Common >10:41:29,947 INFO program: Filesystem UUID: bef286a2-5c7e-429e-9597-ca47b8eedae5 >10:41:29,948 INFO program: Filesystem magic number: 0xEF53 >10:41:29,948 INFO program: Filesystem revision #: 1 (dynamic) >10:41:29,949 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:41:29,950 INFO program: Filesystem flags: signed_directory_hash >10:41:29,951 INFO program: Default mount options: user_xattr acl >10:41:29,951 INFO program: Filesystem state: clean >10:41:29,952 INFO program: Errors behavior: Continue >10:41:29,952 INFO program: Filesystem OS type: Linux >10:41:29,953 INFO program: Inode count: 19660800 >10:41:29,954 INFO program: Block count: 78643200 >10:41:29,955 INFO program: Reserved block count: 3932160 >10:41:29,955 INFO program: Free blocks: 12580995 >10:41:29,956 INFO program: Free inodes: 19418300 >10:41:29,957 INFO program: First block: 0 >10:41:29,961 INFO program: Block size: 4096 >10:41:29,961 INFO program: Fragment size: 4096 >10:41:29,962 INFO program: Reserved GDT blocks: 1005 >10:41:29,963 INFO program: Blocks per group: 32768 >10:41:29,963 INFO program: Fragments per group: 32768 >10:41:29,964 INFO program: Inodes per group: 8192 >10:41:29,965 INFO program: Inode blocks per group: 512 >10:41:29,965 INFO program: Flex block group size: 16 >10:41:29,966 INFO program: Filesystem created: Wed Nov 14 17:08:52 2012 >10:41:29,967 INFO program: Last mount time: Tue May 31 11:40:17 2016 >10:41:29,972 INFO program: Last write time: Tue May 31 11:41:12 2016 >10:41:29,972 INFO program: Mount count: 0 >10:41:29,973 INFO program: Maximum mount count: -1 >10:41:29,974 INFO program: Last checked: Tue May 31 11:41:12 2016 >10:41:29,974 INFO program: Check interval: 0 (<none>) >10:41:29,975 INFO program: Lifetime writes: 296 GB >10:41:29,976 INFO program: Reserved blocks uid: 0 (user root) >10:41:29,977 INFO program: Reserved blocks gid: 0 (group root) >10:41:29,977 INFO program: First inode: 11 >10:41:29,978 INFO program: Inode size: 256 >10:41:29,978 INFO program: Required extra isize: 28 >10:41:29,979 INFO program: Desired extra isize: 28 >10:41:29,980 INFO program: Journal inode: 8 >10:41:29,980 INFO program: Default directory hash: half_md4 >10:41:29,984 INFO program: Directory Hash Seed: 19e8cadf-0f4e-47f8-b898-004375bc352b >10:41:29,984 INFO program: Journal backup: inode blocks >10:41:29,985 INFO program: Journal features: journal_incompat_revoke >10:41:29,986 INFO program: Journal size: 128M >10:41:29,986 INFO program: Journal length: 32768 >10:41:29,987 INFO program: Journal sequence: 0x00000fe7 >10:41:29,988 INFO program: Journal start: 0 >10:41:29,993 INFO program: >10:41:29,993 INFO program: stderr: >10:41:29,994 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:41:29,995 DEBUG program: Return code: 0 >10:41:29,996 INFO program: Running... modprobe xfs >10:41:30,193 DEBUG program: Return code: 0 >10:41:30,196 INFO program: Running... resize2fs -P /dev/sdh6 >10:41:30,362 INFO program: stdout: >10:41:30,363 INFO program: Estimated minimum size of the filesystem: 66114689 >10:41:30,364 INFO program: stderr: >10:41:30,364 INFO program: b'resize2fs 1.42.13 (17-May-2015)' >10:41:30,365 DEBUG program: Return code: 0 >10:41:30,902 INFO program: Running... e2fsck -f -p -C 0 /dev/sdh7 >10:41:38,281 INFO program: stdout: >10:41:38,282 INFO program: [01]GF-F20: | | 0.9% >10:41:38,282 INFO program: [02][01]GF-F20: |= / 1.8% >10:41:38,283 INFO program: [02][01]GF-F20: |= - 2.7% >10:41:38,284 INFO program: [02][01]GF-F20: |== \ 3.5% >10:41:38,284 INFO program: [02][01]GF-F20: |======== | 15.1% >10:41:38,285 INFO program: [02][01]GF-F20: |========= / 15.9% >10:41:38,286 INFO program: [02][01]GF-F20: |========== - 17.7% >10:41:38,286 INFO program: [02][01]GF-F20: |========== \ 18.6% >10:41:38,287 INFO program: [02][01]GF-F20: |================ | 29.2% >10:41:38,288 INFO program: [02][01]GF-F20: |================= / 30.1% >10:41:38,288 INFO program: [02][01]GF-F20: |================= - 31.0% >10:41:38,289 INFO program: [02][01]GF-F20: |================== \ 32.8% >10:41:38,290 INFO program: [02][01]GF-F20: |======================== | 43.4% >10:41:38,290 INFO program: [02][01]GF-F20: |========================= / 44.3% >10:41:38,291 INFO program: [02][01]GF-F20: |========================= - 45.2% >10:41:38,292 INFO program: [02][01]GF-F20: |========================== \ 47.0% >10:41:38,293 INFO program: [02][01]GF-F20: |=========================== | 47.8% >10:41:38,293 INFO program: [02][01]GF-F20: |================================ / 57.6% >10:41:38,294 INFO program: [02][01]GF-F20: |================================= - 59.4% >10:41:38,295 INFO program: [02][01]GF-F20: |================================== \ 60.3% >10:41:38,296 INFO program: [02][01]GF-F20: |=================================== | 62.0% >10:41:38,297 INFO program: [02][01]GF-F20: |==================================== / 63.8% >10:41:38,298 INFO program: [02][01]GF-F20: |======================================= - 70.2% >10:41:38,298 INFO program: [02][01]GF-F20: |======================================== \ 70.9% >10:41:38,299 INFO program: [02][01]GF-F20: |======================================== | 71.4% >10:41:38,300 INFO program: [02][01]GF-F20: |======================================== / 72.1% >10:41:38,301 INFO program: [02][01]GF-F20: |========================================= - 72.7% >10:41:38,301 INFO program: [02][01]GF-F20: |========================================= \ 73.4% >10:41:38,302 INFO program: [02][01]GF-F20: |========================================= | 74.0% >10:41:38,303 INFO program: [02][01]GF-F20: |========================================== / 74.8% >10:41:38,303 INFO program: [02][01]GF-F20: |========================================== - 75.5% >10:41:38,304 INFO program: [02][01]GF-F20: |=========================================== \ 76.2% >10:41:38,305 INFO program: [02][01]GF-F20: |=========================================== | 76.5% >10:41:38,305 INFO program: [02][01]GF-F20: |=========================================== / 77.2% >10:41:38,306 INFO program: [02][01]GF-F20: |============================================ - 77.9% >10:41:38,307 INFO program: [02][01]GF-F20: |============================================ \ 78.6% >10:41:38,307 INFO program: [02][01]GF-F20: |============================================ | 79.3% >10:41:38,308 INFO program: [02][01]GF-F20: |============================================= / 80.0% >10:41:38,309 INFO program: [02][01]GF-F20: |============================================= - 80.6% >10:41:38,309 INFO program: [02][01]GF-F20: |============================================== \ 81.3% >10:41:38,310 INFO program: [02][01]GF-F20: |============================================== | 82.0% >10:41:38,311 INFO program: [02][01]GF-F20: |============================================== / 82.7% >10:41:38,312 INFO program: [02][01]GF-F20: |=============================================== - 83.4% >10:41:38,312 INFO program: [02][01]GF-F20: |=============================================== \ 84.1% >10:41:38,313 INFO program: [02][01]GF-F20: |=============================================== | 84.6% >10:41:38,314 INFO program: [02][01]GF-F20: |================================================ / 85.4% >10:41:38,314 INFO program: [02][01]GF-F20: |================================================ - 86.0% >10:41:38,315 INFO program: [02][01]GF-F20: |================================================= \ 86.7% >10:41:38,316 INFO program: [02][01]GF-F20: |================================================= | 87.4% >10:41:38,316 INFO program: [02][01]GF-F20: |================================================= / 88.1% >10:41:38,317 INFO program: [02][01]GF-F20: |================================================== - 88.8% >10:41:38,318 INFO program: [02][01]GF-F20: |================================================== \ 89.5% >10:41:38,318 INFO program: [02][01]GF-F20: |================================================== | 89.7% >10:41:38,319 INFO program: [02][01]GF-F20: |===================================================== / 95.1% >10:41:38,320 INFO program: [02][01]GF-F20: |========================================================| 100.0% >10:41:38,320 INFO program: [02][01] >10:41:38,321 INFO program: [02]GF-F20: 238812/640848 files (0.2% non-contiguous), 2144196/2559744 blocks >10:41:38,322 DEBUG program: Return code: 0 >10:41:38,324 INFO program: Running... dumpe2fs -h /dev/sdh7 >10:41:38,357 INFO program: stdout: >10:41:38,358 INFO program: Filesystem volume name: GF-F20 >10:41:38,359 INFO program: Last mounted on: /run/media/liveuser/GF-F20 >10:41:38,359 INFO program: Filesystem UUID: 61b0a203-5bb0-43b8-a243-ed664c67691e >10:41:38,360 INFO program: Filesystem magic number: 0xEF53 >10:41:38,362 INFO program: Filesystem revision #: 1 (dynamic) >10:41:38,363 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:41:38,363 INFO program: Filesystem flags: signed_directory_hash >10:41:38,364 INFO program: Default mount options: user_xattr acl >10:41:38,365 INFO program: Filesystem state: clean >10:41:38,365 INFO program: Errors behavior: Continue >10:41:38,367 INFO program: Filesystem OS type: Linux >10:41:38,367 INFO program: Inode count: 640848 >10:41:38,368 INFO program: Block count: 2559744 >10:41:38,369 INFO program: Reserved block count: 127987 >10:41:38,370 INFO program: Free blocks: 415548 >10:41:38,370 INFO program: Free inodes: 402036 >10:41:38,371 INFO program: First block: 0 >10:41:38,372 INFO program: Block size: 4096 >10:41:38,373 INFO program: Fragment size: 4096 >10:41:38,373 INFO program: Reserved GDT blocks: 624 >10:41:38,374 INFO program: Blocks per group: 32768 >10:41:38,375 INFO program: Fragments per group: 32768 >10:41:38,375 INFO program: Inodes per group: 8112 >10:41:38,376 INFO program: Inode blocks per group: 507 >10:41:38,377 INFO program: Flex block group size: 16 >10:41:38,377 INFO program: Filesystem created: Sun Sep 8 16:45:31 2013 >10:41:38,386 INFO program: Last mount time: Tue May 31 11:40:16 2016 >10:41:38,387 INFO program: Last write time: Tue May 31 11:41:30 2016 >10:41:38,388 INFO program: Mount count: 0 >10:41:38,388 INFO program: Maximum mount count: -1 >10:41:38,389 INFO program: Last checked: Tue May 31 11:41:30 2016 >10:41:38,390 INFO program: Check interval: 0 (<none>) >10:41:38,390 INFO program: Lifetime writes: 9 GB >10:41:38,391 INFO program: Reserved blocks uid: 0 (user root) >10:41:38,392 INFO program: Reserved blocks gid: 0 (group root) >10:41:38,392 INFO program: First inode: 11 >10:41:38,393 INFO program: Inode size: 256 >10:41:38,394 INFO program: Required extra isize: 28 >10:41:38,394 INFO program: Desired extra isize: 28 >10:41:38,395 INFO program: Journal inode: 8 >10:41:38,396 INFO program: Default directory hash: half_md4 >10:41:38,396 INFO program: Directory Hash Seed: 14e5d987-6fe3-4295-bb69-a6d7c42a5647 >10:41:38,397 INFO program: Journal backup: inode blocks >10:41:38,398 INFO program: Journal features: journal_incompat_revoke >10:41:38,398 INFO program: Journal size: 128M >10:41:38,399 INFO program: Journal length: 32768 >10:41:38,400 INFO program: Journal sequence: 0x00000363 >10:41:38,400 INFO program: Journal start: 0 >10:41:38,401 INFO program: >10:41:38,401 INFO program: stderr: >10:41:38,402 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:41:38,403 DEBUG program: Return code: 0 >10:41:38,404 INFO program: Running... resize2fs -P /dev/sdh7 >10:41:38,444 INFO program: stdout: >10:41:38,445 INFO program: Estimated minimum size of the filesystem: 2209416 >10:41:38,446 INFO program: stderr: >10:41:38,447 INFO program: b'resize2fs 1.42.13 (17-May-2015)' >10:41:38,448 DEBUG program: Return code: 0 >10:41:42,550 INFO program: Running... ntfsresize -c /dev/sda1 >10:41:42,600 INFO program: stdout: >10:41:42,601 INFO program: ntfsresize v2016.2.22 (libntfs-3g) >10:41:42,602 DEBUG program: Return code: 0 >10:41:42,603 INFO program: Running... ntfsinfo -m /dev/sda1 >10:41:42,657 INFO program: stdout: >10:41:42,660 INFO program: Volume Information >10:41:42,661 INFO program: Name of device: /dev/sda1 >10:41:42,662 INFO program: Device state: 11 >10:41:42,663 INFO program: Volume Name: Win7 >10:41:42,663 INFO program: Volume State: 91 >10:41:42,664 INFO program: Volume Flags: 0x4000 >10:41:42,665 INFO program: Volume Version: 3.1 >10:41:42,665 INFO program: Sector Size: 512 >10:41:42,666 INFO program: Cluster Size: 4096 >10:41:42,667 INFO program: Index Block Size: 4096 >10:41:42,667 INFO program: Volume Size in Clusters: 12800248 >10:41:42,668 INFO program: MFT Information >10:41:42,669 INFO program: MFT Record Size: 1024 >10:41:42,669 INFO program: MFT Zone Multiplier: 0 >10:41:42,670 INFO program: MFT Data Position: 24 >10:41:42,671 INFO program: MFT Zone Start: 786432 >10:41:42,671 INFO program: MFT Zone End: 2386463 >10:41:42,672 INFO program: MFT Zone Position: 786432 >10:41:42,673 INFO program: Current Position in First Data Zone: 2386463 >10:41:42,673 INFO program: Current Position in Second Data Zone: 0 >10:41:42,674 INFO program: Allocated clusters 87104 (0.7%) >10:41:42,674 INFO program: LCN of Data Attribute for FILE_MFT: 786432 >10:41:42,675 INFO program: FILE_MFTMirr Size: 4 >10:41:42,676 INFO program: LCN of Data Attribute for File_MFTMirr: 2 >10:41:42,676 INFO program: Size of Attribute Definition Table: 2560 >10:41:42,677 INFO program: Number of Attached Extent Inodes: 0 >10:41:42,678 INFO program: FILE_Bitmap Information >10:41:42,679 INFO program: FILE_Bitmap MFT Record Number: 6 >10:41:42,680 INFO program: State of FILE_Bitmap Inode: 80 >10:41:42,682 INFO program: Length of Attribute List: 0 >10:41:42,682 INFO program: Number of Attached Extent Inodes: 0 >10:41:42,683 INFO program: FILE_Bitmap Data Attribute Information >10:41:42,686 INFO program: Decompressed Runlist: not done yet >10:41:42,686 INFO program: Base Inode: 6 >10:41:42,687 INFO program: Attribute Types: not done yet >10:41:42,688 INFO program: Attribute Name Length: 0 >10:41:42,688 INFO program: Attribute State: 3 >10:41:42,689 INFO program: Attribute Allocated Size: 1601536 >10:41:42,690 INFO program: Attribute Data Size: 1600032 >10:41:42,690 INFO program: Attribute Initialized Size: 1600032 >10:41:42,691 INFO program: Attribute Compressed Size: 0 >10:41:42,692 INFO program: Compression Block Size: 0 >10:41:42,692 INFO program: Compression Block Size Bits: 0 >10:41:42,693 INFO program: Compression Block Clusters: 0 >10:41:42,694 INFO program: Free Clusters: 4190254 (32.7%) >10:41:42,695 DEBUG program: Return code: 0 >10:41:42,696 INFO program: Running... ntfsresize -m /dev/sda1 >10:41:48,364 INFO program: stdout: >10:41:48,365 INFO program: ntfsresize v2016.2.22 (libntfs-3g) >10:41:48,366 INFO program: Minsize (in MB): 35267 >10:41:48,367 DEBUG program: Return code: 0 >10:41:48,653 INFO program: Running... e2fsck -f -p -C 0 /dev/sda10 >10:41:54,016 INFO program: stdout: >10:41:54,019 INFO program: [01]U1604: | | 0.5% >10:41:54,020 INFO program: [02][01]U1604: |= / 1.4% >10:41:54,021 INFO program: [02][01]U1604: |==== - 7.9% >10:41:54,022 INFO program: [02][01]U1604: |===== \ 8.9% >10:41:54,022 INFO program: [02][01]U1604: |========= | 15.4% >10:41:54,023 INFO program: [02][01]U1604: |========= / 16.3% >10:41:54,026 INFO program: [02][01]U1604: |============= - 22.9% >10:41:54,027 INFO program: [02][01]U1604: |============= \ 23.8% >10:41:54,028 INFO program: [02][01]U1604: |================= | 30.3% >10:41:54,028 INFO program: [02][01]U1604: |===================== / 37.8% >10:41:54,029 INFO program: [02][01]U1604: |===================== - 38.3% >10:41:54,030 INFO program: [02][01]U1604: |====================== \ 39.2% >10:41:54,030 INFO program: [02][01]U1604: |====================== | 39.7% >10:41:54,031 INFO program: [02][01]U1604: |========================= / 45.3% >10:41:54,032 INFO program: [02][01]U1604: |========================== - 45.7% >10:41:54,032 INFO program: [02][01]U1604: |========================== \ 46.2% >10:41:54,033 INFO program: [02][01]U1604: |========================== | 46.7% >10:41:54,039 INFO program: [02][01]U1604: |============================== / 52.7% >10:41:54,039 INFO program: [02][01]U1604: |============================== - 53.2% >10:41:54,040 INFO program: [02][01]U1604: |================================== \ 60.2% >10:41:54,041 INFO program: [02][01]U1604: |================================== | 60.7% >10:41:54,041 INFO program: [02][01]U1604: |================================== / 61.6% >10:41:54,042 INFO program: [02][01]U1604: |======================================= - 70.2% >10:41:54,043 INFO program: [02][01]U1604: |======================================== \ 71.7% >10:41:54,043 INFO program: [02][01]U1604: |========================================= | 73.0% >10:41:54,044 INFO program: [02][01]U1604: |========================================== / 74.4% >10:41:54,045 INFO program: [02][01]U1604: |=========================================== - 76.0% >10:41:54,045 INFO program: [02][01]U1604: |=========================================== \ 77.2% >10:41:54,046 INFO program: [02][01]U1604: |============================================ | 78.7% >10:41:54,047 INFO program: [02][01]U1604: |============================================= / 79.8% >10:41:54,048 INFO program: [02][01]U1604: |============================================== - 81.5% >10:41:54,049 INFO program: [02][01]U1604: |============================================== \ 82.7% >10:41:54,050 INFO program: [02][01]U1604: |=============================================== | 83.9% >10:41:54,050 INFO program: [02][01]U1604: |================================================ / 85.3% >10:41:54,051 INFO program: [02][01]U1604: |================================================ - 86.4% >10:41:54,054 INFO program: [02][01]U1604: |================================================= \ 88.0% >10:41:54,055 INFO program: [02][01]U1604: |================================================== | 88.8% >10:41:54,056 INFO program: [02][01]U1604: |================================================== / 89.3% >10:41:54,056 INFO program: [02][01]U1604: |================================================== - 90.0% >10:41:54,057 INFO program: [02][01]U1604: |===================================================== \ 95.1% >10:41:54,058 INFO program: [02][01]U1604: |========================================================| 99.9% >10:41:54,059 INFO program: [02][01] >10:41:54,060 INFO program: [02]U1604: 225451/1221600 files (0.4% non-contiguous), 1692614/4884216 blocks >10:41:54,061 DEBUG program: Return code: 0 >10:41:54,062 INFO program: Running... dumpe2fs -h /dev/sda10 >10:41:54,086 INFO program: stdout: >10:41:54,088 INFO program: Filesystem volume name: U1604 >10:41:54,090 INFO program: Last mounted on: /mnt/U1604 >10:41:54,091 INFO program: Filesystem UUID: 7d8a5838-6442-451e-a42b-e7700be50d21 >10:41:54,092 INFO program: Filesystem magic number: 0xEF53 >10:41:54,092 INFO program: Filesystem revision #: 1 (dynamic) >10:41:54,093 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:41:54,094 INFO program: Filesystem flags: signed_directory_hash >10:41:54,094 INFO program: Default mount options: user_xattr acl >10:41:54,095 INFO program: Filesystem state: clean >10:41:54,096 INFO program: Errors behavior: Continue >10:41:54,097 INFO program: Filesystem OS type: Linux >10:41:54,098 INFO program: Inode count: 1221600 >10:41:54,098 INFO program: Block count: 4884216 >10:41:54,099 INFO program: Reserved block count: 244210 >10:41:54,100 INFO program: Free blocks: 3191602 >10:41:54,101 INFO program: Free inodes: 996149 >10:41:54,101 INFO program: First block: 0 >10:41:54,102 INFO program: Block size: 4096 >10:41:54,103 INFO program: Fragment size: 4096 >10:41:54,106 INFO program: Reserved GDT blocks: 1022 >10:41:54,107 INFO program: Blocks per group: 32768 >10:41:54,108 INFO program: Fragments per group: 32768 >10:41:54,108 INFO program: Inodes per group: 8144 >10:41:54,110 INFO program: Inode blocks per group: 509 >10:41:54,110 INFO program: RAID stride: 32624 >10:41:54,111 INFO program: Flex block group size: 16 >10:41:54,112 INFO program: Filesystem created: Thu Oct 29 13:23:40 2015 >10:41:54,112 INFO program: Last mount time: Tue May 31 09:43:04 2016 >10:41:54,113 INFO program: Last write time: Tue May 31 11:41:48 2016 >10:41:54,114 INFO program: Mount count: 0 >10:41:54,114 INFO program: Maximum mount count: -1 >10:41:54,115 INFO program: Last checked: Tue May 31 11:41:48 2016 >10:41:54,116 INFO program: Check interval: 0 (<none>) >10:41:54,116 INFO program: Lifetime writes: 158 GB >10:41:54,117 INFO program: Reserved blocks uid: 0 (user root) >10:41:54,118 INFO program: Reserved blocks gid: 0 (group root) >10:41:54,118 INFO program: First inode: 11 >10:41:54,119 INFO program: Inode size: 256 >10:41:54,120 INFO program: Required extra isize: 28 >10:41:54,120 INFO program: Desired extra isize: 28 >10:41:54,124 INFO program: Journal inode: 8 >10:41:54,125 INFO program: Default directory hash: half_md4 >10:41:54,126 INFO program: Directory Hash Seed: 5b889fba-f493-4d5b-b237-6ef9816a69df >10:41:54,126 INFO program: Journal backup: inode blocks >10:41:54,127 INFO program: Journal features: journal_incompat_revoke >10:41:54,128 INFO program: Journal size: 128M >10:41:54,128 INFO program: Journal length: 32768 >10:41:54,129 INFO program: Journal sequence: 0x0005d829 >10:41:54,130 INFO program: Journal start: 0 >10:41:54,130 INFO program: >10:41:54,131 INFO program: stderr: >10:41:54,132 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:41:54,132 DEBUG program: Return code: 0 >10:41:54,134 INFO program: Running... resize2fs -P /dev/sda10 >10:41:54,151 INFO program: stdout: >10:41:54,152 INFO program: Estimated minimum size of the filesystem: 1781863 >10:41:54,153 INFO program: stderr: >10:41:54,154 INFO program: b'resize2fs 1.42.13 (17-May-2015)' >10:41:54,155 DEBUG program: Return code: 0 >10:41:54,478 INFO program: Running... e2fsck -f -p -C 0 /dev/sda11 >10:41:59,172 INFO program: stdout: >10:41:59,173 INFO program: [01]F25: | | 0.4% >10:41:59,174 INFO program: [02][01]F25: |==== / 7.6% >10:41:59,175 INFO program: [02][01]F25: |===== - 8.5% >10:41:59,175 INFO program: [02][01]F25: |======== \ 14.7% >10:41:59,176 INFO program: [02][01]F25: |======== | 15.2% >10:41:59,177 INFO program: [02][01]F25: |============ / 22.3% >10:41:59,177 INFO program: [02][01]F25: |================ - 29.0% >10:41:59,178 INFO program: [02][01]F25: |================= \ 30.8% >10:41:59,179 INFO program: [02][01]F25: |==================== | 36.1% >10:41:59,180 INFO program: [02][01]F25: |===================== / 37.0% >10:41:59,180 INFO program: [02][01]F25: |======================== - 43.2% >10:41:59,181 INFO program: [02][01]F25: |============================ \ 50.4% >10:41:59,184 INFO program: [02][01]F25: |================================ | 57.5% >10:41:59,185 INFO program: [02][01]F25: |================================= / 58.4% >10:41:59,185 INFO program: [02][01]F25: |==================================== - 64.6% >10:41:59,186 INFO program: [02][01]F25: |===================================== \ 65.5% >10:41:59,187 INFO program: [02][01]F25: |======================================== | 70.9% >10:41:59,187 INFO program: [02][01]F25: |======================================== / 72.3% >10:41:59,188 INFO program: [02][01]F25: |========================================= - 73.7% >10:41:59,189 INFO program: [02][01]F25: |========================================== \ 74.5% >10:41:59,189 INFO program: [02][01]F25: |========================================== | 75.4% >10:41:59,190 INFO program: [02][01]F25: |=========================================== / 76.8% >10:41:59,191 INFO program: [02][01]F25: |============================================ - 78.1% >10:41:59,192 INFO program: [02][01]F25: |============================================= \ 79.8% >10:41:59,192 INFO program: [02][01]F25: |============================================== | 81.3% >10:41:59,194 INFO program: [02][01]F25: |=============================================== / 83.1% >10:41:59,195 INFO program: [02][01]F25: |=============================================== - 84.8% >10:41:59,196 INFO program: [02][01]F25: |================================================ \ 86.3% >10:41:59,197 INFO program: [02][01]F25: |================================================= | 87.8% >10:41:59,198 INFO program: [02][01]F25: |================================================== / 89.4% >10:41:59,198 INFO program: [02][01]F25: |================================================== - 89.9% >10:41:59,199 INFO program: [02][01]F25: |===================================================== \ 94.6% >10:41:59,200 INFO program: [02][01]F25: |========================================================| 100.0% >10:41:59,200 INFO program: [02][01] >10:41:59,201 INFO program: [02]F25: 216375/1281120 files (0.5% non-contiguous), 2027010/5118702 blocks >10:41:59,202 DEBUG program: Return code: 0 >10:41:59,202 INFO program: Running... dumpe2fs -h /dev/sda11 >10:41:59,220 INFO program: stdout: >10:41:59,221 INFO program: Filesystem volume name: F25 >10:41:59,222 INFO program: Last mounted on: / >10:41:59,223 INFO program: Filesystem UUID: 106e7306-f04d-484a-8a14-950359552549 >10:41:59,224 INFO program: Filesystem magic number: 0xEF53 >10:41:59,224 INFO program: Filesystem revision #: 1 (dynamic) >10:41:59,225 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:41:59,226 INFO program: Filesystem flags: signed_directory_hash >10:41:59,227 INFO program: Default mount options: user_xattr acl >10:41:59,228 INFO program: Filesystem state: clean >10:41:59,228 INFO program: Errors behavior: Continue >10:41:59,229 INFO program: Filesystem OS type: Linux >10:41:59,230 INFO program: Inode count: 1281120 >10:41:59,231 INFO program: Block count: 5118702 >10:41:59,231 INFO program: Reserved block count: 255935 >10:41:59,232 INFO program: Free blocks: 3091692 >10:41:59,233 INFO program: Free inodes: 1064745 >10:41:59,233 INFO program: First block: 0 >10:41:59,234 INFO program: Block size: 4096 >10:41:59,235 INFO program: Fragment size: 4096 >10:41:59,235 INFO program: Reserved GDT blocks: 1022 >10:41:59,236 INFO program: Blocks per group: 32768 >10:41:59,237 INFO program: Fragments per group: 32768 >10:41:59,237 INFO program: Inodes per group: 8160 >10:41:59,238 INFO program: Inode blocks per group: 510 >10:41:59,239 INFO program: Flex block group size: 16 >10:41:59,239 INFO program: Filesystem created: Wed Mar 23 19:25:46 2016 >10:41:59,240 INFO program: Last mount time: Tue May 31 09:42:51 2016 >10:41:59,241 INFO program: Last write time: Tue May 31 11:41:54 2016 >10:41:59,241 INFO program: Mount count: 0 >10:41:59,242 INFO program: Maximum mount count: -1 >10:41:59,243 INFO program: Last checked: Tue May 31 11:41:54 2016 >10:41:59,243 INFO program: Check interval: 0 (<none>) >10:41:59,244 INFO program: Lifetime writes: 155 GB >10:41:59,244 INFO program: Reserved blocks uid: 0 (user root) >10:41:59,245 INFO program: Reserved blocks gid: 0 (group root) >10:41:59,246 INFO program: First inode: 11 >10:41:59,247 INFO program: Inode size: 256 >10:41:59,247 INFO program: Required extra isize: 28 >10:41:59,248 INFO program: Desired extra isize: 28 >10:41:59,249 INFO program: Journal inode: 8 >10:41:59,249 INFO program: Default directory hash: half_md4 >10:41:59,250 INFO program: Directory Hash Seed: 1c9ef8be-20c5-4396-9b5e-6679b90669ef >10:41:59,251 INFO program: Journal backup: inode blocks >10:41:59,251 INFO program: Journal features: journal_incompat_revoke >10:41:59,252 INFO program: Journal size: 128M >10:41:59,253 INFO program: Journal length: 32768 >10:41:59,253 INFO program: Journal sequence: 0x00035d6f >10:41:59,254 INFO program: Journal start: 0 >10:41:59,255 INFO program: >10:41:59,255 INFO program: stderr: >10:41:59,256 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:41:59,257 DEBUG program: Return code: 0 >10:41:59,258 INFO program: Running... resize2fs -P /dev/sda11 >10:41:59,276 INFO program: stdout: >10:41:59,277 INFO program: Estimated minimum size of the filesystem: 2143561 >10:41:59,278 INFO program: stderr: >10:41:59,278 INFO program: b'resize2fs 1.42.13 (17-May-2015)' >10:41:59,279 DEBUG program: Return code: 0 >10:41:59,615 INFO program: Running... e2fsck -f -p -C 0 /dev/sda12 >10:42:04,605 INFO program: stdout: >10:42:04,607 INFO program: [01]F24: | | 0.4% >10:42:04,607 INFO program: [02][01]F24: |==== / 8.0% >10:42:04,608 INFO program: [02][01]F24: |===== - 8.9% >10:42:04,609 INFO program: [02][01]F24: |======== \ 15.2% >10:42:04,610 INFO program: [02][01]F24: |============ | 21.8% >10:42:04,612 INFO program: [02][01]F24: |============= / 22.7% >10:42:04,613 INFO program: [02][01]F24: |================= - 29.9% >10:42:04,614 INFO program: [02][01]F24: |================= \ 31.2% >10:42:04,614 INFO program: [02][01]F24: |==================== | 36.1% >10:42:04,615 INFO program: [02][01]F24: |==================== / 36.6% >10:42:04,616 INFO program: [02][01]F24: |===================== - 37.0% >10:42:04,616 INFO program: [02][01]F24: |======================== \ 43.2% >10:42:04,617 INFO program: [02][01]F24: |======================== | 43.7% >10:42:04,618 INFO program: [02][01]F24: |============================ / 50.4% >10:42:04,619 INFO program: [02][01]F24: |================================ - 57.5% >10:42:04,619 INFO program: [02][01]F24: |================================= \ 58.4% >10:42:04,620 INFO program: [02][01]F24: |==================================== | 65.1% >10:42:04,621 INFO program: [02][01]F24: |===================================== / 65.5% >10:42:04,622 INFO program: [02][01]F24: |======================================= - 70.5% >10:42:04,624 INFO program: [02][01]F24: |======================================== \ 71.9% >10:42:04,624 INFO program: [02][01]F24: |========================================= | 72.7% >10:42:04,625 INFO program: [02][01]F24: |========================================= / 73.9% >10:42:04,626 INFO program: [02][01]F24: |========================================== - 75.4% >10:42:04,627 INFO program: [02][01]F24: |=========================================== \ 77.0% >10:42:04,628 INFO program: [02][01]F24: |============================================ | 78.0% >10:42:04,629 INFO program: [02][01]F24: |============================================ / 79.4% >10:42:04,629 INFO program: [02][01]F24: |============================================= - 81.1% >10:42:04,630 INFO program: [02][01]F24: |============================================== \ 82.7% >10:42:04,631 INFO program: [02][01]F24: |=============================================== | 84.3% >10:42:04,631 INFO program: [02][01]F24: |================================================ / 85.8% >10:42:04,632 INFO program: [02][01]F24: |================================================= - 87.6% >10:42:04,633 INFO program: [02][01]F24: |================================================== \ 89.2% >10:42:04,633 INFO program: [02][01]F24: |================================================== | 89.7% >10:42:04,634 INFO program: [02][01]F24: |================================================== / 90.1% >10:42:04,635 INFO program: [02][01]F24: |===================================================== - 95.1% >10:42:04,635 INFO program: [02][01]F24: |========================================================| 100.0% >10:42:04,636 INFO program: [02][01] >10:42:04,637 INFO program: [02]F24: 231569/1281120 files (0.8% non-contiguous), 1914809/5120000 blocks >10:42:04,637 DEBUG program: Return code: 0 >10:42:04,638 INFO program: Running... dumpe2fs -h /dev/sda12 >10:42:04,657 INFO program: stdout: >10:42:04,658 INFO program: Filesystem volume name: F24 >10:42:04,659 INFO program: Last mounted on: /mnt/F24 >10:42:04,659 INFO program: Filesystem UUID: b3451aa2-33c3-4043-9c9f-001ef81da043 >10:42:04,660 INFO program: Filesystem magic number: 0xEF53 >10:42:04,661 INFO program: Filesystem revision #: 1 (dynamic) >10:42:04,661 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:42:04,662 INFO program: Filesystem flags: signed_directory_hash >10:42:04,663 INFO program: Default mount options: user_xattr acl >10:42:04,663 INFO program: Filesystem state: clean >10:42:04,664 INFO program: Errors behavior: Continue >10:42:04,665 INFO program: Filesystem OS type: Linux >10:42:04,665 INFO program: Inode count: 1281120 >10:42:04,666 INFO program: Block count: 5120000 >10:42:04,667 INFO program: Reserved block count: 256000 >10:42:04,667 INFO program: Free blocks: 3205191 >10:42:04,668 INFO program: Free inodes: 1049551 >10:42:04,669 INFO program: First block: 0 >10:42:04,669 INFO program: Block size: 4096 >10:42:04,670 INFO program: Fragment size: 4096 >10:42:04,671 INFO program: Reserved GDT blocks: 1022 >10:42:04,672 INFO program: Blocks per group: 32768 >10:42:04,673 INFO program: Fragments per group: 32768 >10:42:04,673 INFO program: Inodes per group: 8160 >10:42:04,674 INFO program: Inode blocks per group: 510 >10:42:04,675 INFO program: Flex block group size: 16 >10:42:04,676 INFO program: Filesystem created: Wed Nov 11 14:06:41 2015 >10:42:04,677 INFO program: Last mount time: Tue May 31 09:43:03 2016 >10:42:04,677 INFO program: Last write time: Tue May 31 11:41:59 2016 >10:42:04,678 INFO program: Mount count: 0 >10:42:04,679 INFO program: Maximum mount count: -1 >10:42:04,680 INFO program: Last checked: Tue May 31 11:41:59 2016 >10:42:04,680 INFO program: Check interval: 0 (<none>) >10:42:04,681 INFO program: Lifetime writes: 256 GB >10:42:04,681 INFO program: Reserved blocks uid: 0 (user root) >10:42:04,682 INFO program: Reserved blocks gid: 0 (group root) >10:42:04,683 INFO program: First inode: 11 >10:42:04,683 INFO program: Inode size: 256 >10:42:04,684 INFO program: Required extra isize: 28 >10:42:04,685 INFO program: Desired extra isize: 28 >10:42:04,685 INFO program: Journal inode: 8 >10:42:04,686 INFO program: Default directory hash: half_md4 >10:42:04,687 INFO program: Directory Hash Seed: e0411a4e-9db6-4b08-8c86-1e7e4b37cbec >10:42:04,687 INFO program: Journal backup: inode blocks >10:42:04,688 INFO program: Journal features: journal_incompat_revoke >10:42:04,689 INFO program: Journal size: 128M >10:42:04,690 INFO program: Journal length: 32768 >10:42:04,690 INFO program: Journal sequence: 0x0005bab4 >10:42:04,691 INFO program: Journal start: 0 >10:42:04,692 INFO program: >10:42:04,692 INFO program: stderr: >10:42:04,693 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:42:04,694 DEBUG program: Return code: 0 >10:42:04,695 INFO program: Running... resize2fs -P /dev/sda12 >10:42:04,713 INFO program: stdout: >10:42:04,713 INFO program: Estimated minimum size of the filesystem: 1968227 >10:42:04,714 INFO program: stderr: >10:42:04,715 INFO program: b'resize2fs 1.42.13 (17-May-2015)' >10:42:04,716 DEBUG program: Return code: 0 >10:42:05,044 INFO program: Running... e2fsck -f -p -C 0 /dev/sda13 >10:42:10,532 INFO program: stdout: >10:42:10,535 INFO program: [01]U1510-64: | | 0.4% >10:42:10,536 INFO program: [02][01]U1510-64: |= / 1.3% >10:42:10,536 INFO program: [02][01]U1510-64: |==== - 7.6% >10:42:10,537 INFO program: [02][01]U1510-64: |======== \ 14.7% >10:42:10,538 INFO program: [02][01]U1510-64: |============ | 21.8% >10:42:10,538 INFO program: [02][01]U1510-64: |==================== / 36.1% >10:42:10,539 INFO program: [02][01]U1510-64: |===================== - 37.0% >10:42:10,540 INFO program: [02][01]U1510-64: |===================== \ 37.5% >10:42:10,540 INFO program: [02][01]U1510-64: |======================== | 43.2% >10:42:10,541 INFO program: [02][01]U1510-64: |======================== / 43.7% >10:42:10,542 INFO program: [02][01]U1510-64: |========================= - 44.6% >10:42:10,543 INFO program: [02][01]U1510-64: |============================ \ 50.4% >10:42:10,544 INFO program: [02][01]U1510-64: |============================ | 50.8% >10:42:10,545 INFO program: [02][01]U1510-64: |============================= / 51.3% >10:42:10,547 INFO program: [02][01]U1510-64: |================================ - 57.5% >10:42:10,547 INFO program: [02][01]U1510-64: |================================ \ 58.0% >10:42:10,548 INFO program: [02][01]U1510-64: |==================================== | 64.6% >10:42:10,549 INFO program: [02][01]U1510-64: |==================================== / 65.1% >10:42:10,549 INFO program: [02][01]U1510-64: |======================================= - 70.1% >10:42:10,550 INFO program: [02][01]U1510-64: |======================================== \ 72.1% >10:42:10,551 INFO program: [02][01]U1510-64: |========================================= | 73.5% >10:42:10,551 INFO program: [02][01]U1510-64: |========================================== / 74.6% >10:42:10,552 INFO program: [02][01]U1510-64: |=========================================== - 76.4% >10:42:10,553 INFO program: [02][01]U1510-64: |============================================ \ 77.8% >10:42:10,553 INFO program: [02][01]U1510-64: |============================================ | 79.1% >10:42:10,554 INFO program: [02][01]U1510-64: |============================================= / 80.0% >10:42:10,555 INFO program: [02][01]U1510-64: |============================================= - 80.9% >10:42:10,556 INFO program: [02][01]U1510-64: |============================================== \ 81.8% >10:42:10,556 INFO program: [02][01]U1510-64: |============================================== | 82.2% >10:42:10,557 INFO program: [02][01]U1510-64: |=============================================== / 83.9% >10:42:10,558 INFO program: [02][01]U1510-64: |=============================================== - 84.7% >10:42:10,559 INFO program: [02][01]U1510-64: |================================================ \ 86.3% >10:42:10,559 INFO program: [02][01]U1510-64: |================================================= | 87.4% >10:42:10,560 INFO program: [02][01]U1510-64: |================================================= / 88.3% >10:42:10,561 INFO program: [02][01]U1510-64: |================================================== - 88.8% >10:42:10,561 INFO program: [02][01]U1510-64: |================================================== \ 89.6% >10:42:10,562 INFO program: [02][01]U1510-64: |================================================== | 90.1% >10:42:10,563 INFO program: [02][01]U1510-64: |===================================================== / 95.1% >10:42:10,564 INFO program: [02][01]U1510-64: |========================================================| 100.0% >10:42:10,564 INFO program: [02][01] >10:42:10,565 INFO program: [02]U1510-64: 186494/1281120 files (0.4% non-contiguous), 1828927/5120117 blocks >10:42:10,566 DEBUG program: Return code: 0 >10:42:10,567 INFO program: Running... dumpe2fs -h /dev/sda13 >10:42:10,585 INFO program: stdout: >10:42:10,586 INFO program: Filesystem volume name: U1510-64 >10:42:10,586 INFO program: Last mounted on: / >10:42:10,587 INFO program: Filesystem UUID: 593906aa-1575-424c-900e-9251fef8242a >10:42:10,588 INFO program: Filesystem magic number: 0xEF53 >10:42:10,589 INFO program: Filesystem revision #: 1 (dynamic) >10:42:10,589 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:42:10,590 INFO program: Filesystem flags: signed_directory_hash >10:42:10,591 INFO program: Default mount options: user_xattr acl >10:42:10,591 INFO program: Filesystem state: clean >10:42:10,592 INFO program: Errors behavior: Continue >10:42:10,593 INFO program: Filesystem OS type: Linux >10:42:10,593 INFO program: Inode count: 1281120 >10:42:10,594 INFO program: Block count: 5120117 >10:42:10,595 INFO program: Reserved block count: 256005 >10:42:10,596 INFO program: Free blocks: 3291190 >10:42:10,596 INFO program: Free inodes: 1094626 >10:42:10,597 INFO program: First block: 0 >10:42:10,598 INFO program: Block size: 4096 >10:42:10,598 INFO program: Fragment size: 4096 >10:42:10,599 INFO program: Reserved GDT blocks: 1022 >10:42:10,600 INFO program: Blocks per group: 32768 >10:42:10,600 INFO program: Fragments per group: 32768 >10:42:10,601 INFO program: Inodes per group: 8160 >10:42:10,602 INFO program: Inode blocks per group: 510 >10:42:10,602 INFO program: RAID stride: 32624 >10:42:10,603 INFO program: Flex block group size: 16 >10:42:10,604 INFO program: Filesystem created: Mon Nov 3 12:09:42 2014 >10:42:10,604 INFO program: Last mount time: Tue May 31 09:43:03 2016 >10:42:10,605 INFO program: Last write time: Tue May 31 11:42:05 2016 >10:42:10,606 INFO program: Mount count: 0 >10:42:10,606 INFO program: Maximum mount count: -1 >10:42:10,607 INFO program: Last checked: Tue May 31 11:42:05 2016 >10:42:10,608 INFO program: Check interval: 0 (<none>) >10:42:10,608 INFO program: Lifetime writes: 257 GB >10:42:10,609 INFO program: Reserved blocks uid: 0 (user root) >10:42:10,610 INFO program: Reserved blocks gid: 0 (group root) >10:42:10,611 INFO program: First inode: 11 >10:42:10,611 INFO program: Inode size: 256 >10:42:10,612 INFO program: Required extra isize: 28 >10:42:10,613 INFO program: Desired extra isize: 28 >10:42:10,613 INFO program: Journal inode: 8 >10:42:10,614 INFO program: Default directory hash: half_md4 >10:42:10,615 INFO program: Directory Hash Seed: 7b8343a8-4fd8-47ca-9896-067ae52d0016 >10:42:10,615 INFO program: Journal backup: inode blocks >10:42:10,616 INFO program: Journal features: journal_incompat_revoke >10:42:10,617 INFO program: Journal size: 128M >10:42:10,617 INFO program: Journal length: 32768 >10:42:10,618 INFO program: Journal sequence: 0x0008a8ed >10:42:10,619 INFO program: Journal start: 0 >10:42:10,619 INFO program: >10:42:10,620 INFO program: stderr: >10:42:10,621 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:42:10,622 DEBUG program: Return code: 0 >10:42:10,623 INFO program: Running... resize2fs -P /dev/sda13 >10:42:10,641 INFO program: stdout: >10:42:10,642 INFO program: Estimated minimum size of the filesystem: 2073620 >10:42:10,642 INFO program: stderr: >10:42:10,643 INFO program: b'resize2fs 1.42.13 (17-May-2015)' >10:42:10,644 DEBUG program: Return code: 0 >10:42:10,969 INFO program: Running... ntfsresize -c /dev/sda14 >10:42:11,013 INFO program: stdout: >10:42:11,014 INFO program: ntfsresize v2016.2.22 (libntfs-3g) >10:42:11,015 DEBUG program: Return code: 0 >10:42:11,016 INFO program: Running... ntfsinfo -m /dev/sda14 >10:42:11,085 INFO program: stdout: >10:42:11,089 INFO program: Volume Information >10:42:11,090 INFO program: Name of device: /dev/sda14 >10:42:11,091 INFO program: Device state: 11 >10:42:11,092 INFO program: Volume Name: Win10BackupOf8.1 >10:42:11,092 INFO program: Volume State: 91 >10:42:11,093 INFO program: Volume Flags: 0x0080 >10:42:11,094 INFO program: Volume Version: 3.1 >10:42:11,094 INFO program: Sector Size: 512 >10:42:11,095 INFO program: Cluster Size: 4096 >10:42:11,096 INFO program: Index Block Size: 4096 >10:42:11,096 INFO program: Volume Size in Clusters: 11117055 >10:42:11,097 INFO program: MFT Information >10:42:11,098 INFO program: MFT Record Size: 1024 >10:42:11,098 INFO program: MFT Zone Multiplier: 0 >10:42:11,099 INFO program: MFT Data Position: 24 >10:42:11,100 INFO program: MFT Zone Start: 786432 >10:42:11,100 INFO program: MFT Zone End: 2176063 >10:42:11,101 INFO program: MFT Zone Position: 786432 >10:42:11,102 INFO program: Current Position in First Data Zone: 2176063 >10:42:11,103 INFO program: Current Position in Second Data Zone: 0 >10:42:11,104 INFO program: Allocated clusters 22912 (0.2%) >10:42:11,105 INFO program: LCN of Data Attribute for FILE_MFT: 786432 >10:42:11,106 INFO program: FILE_MFTMirr Size: 4 >10:42:11,107 INFO program: LCN of Data Attribute for File_MFTMirr: 2 >10:42:11,108 INFO program: Size of Attribute Definition Table: 2560 >10:42:11,109 INFO program: Number of Attached Extent Inodes: 0 >10:42:11,109 INFO program: FILE_Bitmap Information >10:42:11,110 INFO program: FILE_Bitmap MFT Record Number: 6 >10:42:11,111 INFO program: State of FILE_Bitmap Inode: 80 >10:42:11,111 INFO program: Length of Attribute List: 0 >10:42:11,112 INFO program: Number of Attached Extent Inodes: 0 >10:42:11,113 INFO program: FILE_Bitmap Data Attribute Information >10:42:11,113 INFO program: Decompressed Runlist: not done yet >10:42:11,114 INFO program: Base Inode: 6 >10:42:11,115 INFO program: Attribute Types: not done yet >10:42:11,115 INFO program: Attribute Name Length: 0 >10:42:11,116 INFO program: Attribute State: 3 >10:42:11,117 INFO program: Attribute Allocated Size: 1392640 >10:42:11,117 INFO program: Attribute Data Size: 1389632 >10:42:11,118 INFO program: Attribute Initialized Size: 1389632 >10:42:11,119 INFO program: Attribute Compressed Size: 0 >10:42:11,119 INFO program: Compression Block Size: 0 >10:42:11,120 INFO program: Compression Block Size Bits: 0 >10:42:11,121 INFO program: Compression Block Clusters: 0 >10:42:11,122 INFO program: Free Clusters: 7693875 (69.2%) >10:42:11,131 DEBUG program: Return code: 0 >10:42:11,132 INFO program: Running... ntfsresize -m /dev/sda14 >10:42:21,954 INFO program: stdout: >10:42:21,955 INFO program: ntfsresize v2016.2.22 (libntfs-3g) >10:42:21,956 INFO program: Minsize (in MB): 14022 >10:42:21,956 DEBUG program: Return code: 0 >10:42:22,241 INFO program: Running... e2fsck -f -p -C 0 /dev/sda2 >10:42:22,364 INFO program: stdout: >10:42:22,365 INFO program: [01]Boot: |===== | 8.8% >10:42:22,366 INFO program: [02][01]Boot: |========================================================| 100.0% >10:42:22,367 INFO program: [02][01] >10:42:22,367 INFO program: [02]Boot: 990/64000 files (0.3% non-contiguous), 14058/256103 blocks >10:42:22,368 DEBUG program: Return code: 0 >10:42:22,369 INFO program: Running... dumpe2fs -h /dev/sda2 >10:42:22,389 INFO program: stdout: >10:42:22,390 INFO program: Filesystem volume name: Boot >10:42:22,391 INFO program: Last mounted on: /mnt/Boot >10:42:22,391 INFO program: Filesystem UUID: e0974202-011f-491f-abea-c77aad45f762 >10:42:22,392 INFO program: Filesystem magic number: 0xEF53 >10:42:22,393 INFO program: Filesystem revision #: 1 (dynamic) >10:42:22,393 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:42:22,394 INFO program: Filesystem flags: signed_directory_hash >10:42:22,395 INFO program: Default mount options: (none) >10:42:22,395 INFO program: Filesystem state: clean >10:42:22,396 INFO program: Errors behavior: Continue >10:42:22,397 INFO program: Filesystem OS type: Linux >10:42:22,398 INFO program: Inode count: 64000 >10:42:22,399 INFO program: Block count: 256103 >10:42:22,400 INFO program: Reserved block count: 12805 >10:42:22,401 INFO program: Free blocks: 242045 >10:42:22,402 INFO program: Free inodes: 63010 >10:42:22,403 INFO program: First block: 0 >10:42:22,404 INFO program: Block size: 4096 >10:42:22,404 INFO program: Fragment size: 4096 >10:42:22,405 INFO program: Reserved GDT blocks: 62 >10:42:22,406 INFO program: Blocks per group: 32768 >10:42:22,406 INFO program: Fragments per group: 32768 >10:42:22,407 INFO program: Inodes per group: 8000 >10:42:22,408 INFO program: Inode blocks per group: 500 >10:42:22,408 INFO program: Flex block group size: 16 >10:42:22,409 INFO program: Filesystem created: Wed Sep 7 18:50:48 2011 >10:42:22,410 INFO program: Last mount time: Tue May 31 09:43:04 2016 >10:42:22,411 INFO program: Last write time: Tue May 31 11:42:22 2016 >10:42:22,411 INFO program: Mount count: 0 >10:42:22,412 INFO program: Maximum mount count: 32 >10:42:22,413 INFO program: Last checked: Tue May 31 11:42:22 2016 >10:42:22,414 INFO program: Check interval: 15552000 (6 months) >10:42:22,414 INFO program: Next check after: Sun Nov 27 10:42:22 2016 >10:42:22,415 INFO program: Lifetime writes: 235 MB >10:42:22,416 INFO program: Reserved blocks uid: 0 (user root) >10:42:22,416 INFO program: Reserved blocks gid: 0 (group root) >10:42:22,417 INFO program: First inode: 11 >10:42:22,418 INFO program: Inode size: 256 >10:42:22,418 INFO program: Required extra isize: 28 >10:42:22,419 INFO program: Desired extra isize: 28 >10:42:22,419 INFO program: Journal inode: 8 >10:42:22,420 INFO program: Default directory hash: half_md4 >10:42:22,421 INFO program: Directory Hash Seed: 488e3d07-0323-4417-9b2f-568d10dfd03a >10:42:22,421 INFO program: Journal backup: inode blocks >10:42:22,422 INFO program: Journal features: (none) >10:42:22,423 INFO program: Journal size: 16M >10:42:22,424 INFO program: Journal length: 4096 >10:42:22,424 INFO program: Journal sequence: 0x00001025 >10:42:22,425 INFO program: Journal start: 0 >10:42:22,426 INFO program: >10:42:22,426 INFO program: stderr: >10:42:22,427 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:42:22,428 DEBUG program: Return code: 0 >10:42:22,429 INFO program: Running... resize2fs -P /dev/sda2 >10:42:22,446 INFO program: stdout: >10:42:22,447 INFO program: Estimated minimum size of the filesystem: 14542 >10:42:22,448 INFO program: stderr: >10:42:22,449 INFO program: b'resize2fs 1.42.13 (17-May-2015)' >10:42:22,450 DEBUG program: Return code: 0 >10:42:23,075 INFO program: Running... ntfsresize -c /dev/sda4 >10:42:23,162 INFO program: stdout: >10:42:23,163 INFO program: ntfsresize v2016.2.22 (libntfs-3g) >10:42:23,164 DEBUG program: Return code: 0 >10:42:23,165 INFO program: Running... ntfsinfo -m /dev/sda4 >10:42:23,221 INFO program: stdout: >10:42:23,223 INFO program: Volume Information >10:42:23,224 INFO program: Name of device: /dev/sda4 >10:42:23,225 INFO program: Device state: 11 >10:42:23,226 INFO program: Volume Name: FACTORY_IMAGE >10:42:23,227 INFO program: Volume State: 91 >10:42:23,227 INFO program: Volume Flags: 0x0000 >10:42:23,228 INFO program: Volume Version: 3.1 >10:42:23,229 INFO program: Sector Size: 512 >10:42:23,229 INFO program: Cluster Size: 4096 >10:42:23,230 INFO program: Index Block Size: 4096 >10:42:23,231 INFO program: Volume Size in Clusters: 3436287 >10:42:23,232 INFO program: MFT Information >10:42:23,232 INFO program: MFT Record Size: 1024 >10:42:23,233 INFO program: MFT Zone Multiplier: 0 >10:42:23,234 INFO program: MFT Data Position: 24 >10:42:23,234 INFO program: MFT Zone Start: 786432 >10:42:23,235 INFO program: MFT Zone End: 1215967 >10:42:23,236 INFO program: MFT Zone Position: 786432 >10:42:23,236 INFO program: Current Position in First Data Zone: 1215967 >10:42:23,237 INFO program: Current Position in Second Data Zone: 0 >10:42:23,238 INFO program: Allocated clusters 3520 (0.1%) >10:42:23,238 INFO program: LCN of Data Attribute for FILE_MFT: 786432 >10:42:23,239 INFO program: FILE_MFTMirr Size: 4 >10:42:23,240 INFO program: LCN of Data Attribute for File_MFTMirr: 1718143 >10:42:23,240 INFO program: Size of Attribute Definition Table: 2560 >10:42:23,241 INFO program: Number of Attached Extent Inodes: 0 >10:42:23,242 INFO program: FILE_Bitmap Information >10:42:23,242 INFO program: FILE_Bitmap MFT Record Number: 6 >10:42:23,243 INFO program: State of FILE_Bitmap Inode: 80 >10:42:23,244 INFO program: Length of Attribute List: 0 >10:42:23,244 INFO program: Number of Attached Extent Inodes: 0 >10:42:23,245 INFO program: FILE_Bitmap Data Attribute Information >10:42:23,246 INFO program: Decompressed Runlist: not done yet >10:42:23,246 INFO program: Base Inode: 6 >10:42:23,247 INFO program: Attribute Types: not done yet >10:42:23,251 INFO program: Attribute Name Length: 0 >10:42:23,251 INFO program: Attribute State: 3 >10:42:23,252 INFO program: Attribute Allocated Size: 430080 >10:42:23,253 INFO program: Attribute Data Size: 429536 >10:42:23,253 INFO program: Attribute Initialized Size: 429536 >10:42:23,254 INFO program: Attribute Compressed Size: 0 >10:42:23,255 INFO program: Compression Block Size: 0 >10:42:23,256 INFO program: Compression Block Size Bits: 0 >10:42:23,256 INFO program: Compression Block Clusters: 0 >10:42:23,257 INFO program: Free Clusters: 464128 (13.5%) >10:42:23,258 DEBUG program: Return code: 0 >10:42:23,259 INFO program: Running... ntfsresize -m /dev/sda4 >10:42:23,667 INFO program: stdout: >10:42:23,669 INFO program: ntfsresize v2016.2.22 (libntfs-3g) >10:42:23,670 INFO program: Minsize (in MB): 12174 >10:42:23,670 DEBUG program: Return code: 0 >10:42:23,955 INFO program: Running... e2fsck -f -p -C 0 /dev/sda5 >10:42:27,016 INFO program: stdout: >10:42:27,018 INFO program: [01]Common: | | 0.1% >10:42:27,018 INFO program: [02][01]Common: |= / 1.9% >10:42:27,019 INFO program: [02][01]Common: |=== - 5.5% >10:42:27,020 INFO program: [02][01]Common: |============== \ 25.2% >10:42:27,021 INFO program: [02][01]Common: |================== | 32.4% >10:42:27,021 INFO program: [02][01]Common: |==================== / 36.0% >10:42:27,022 INFO program: [02][01]Common: |====================== - 39.6% >10:42:27,023 INFO program: [02][01]Common: |============================== \ 53.9% >10:42:27,024 INFO program: [02][01]Common: |================================ | 57.5% >10:42:27,024 INFO program: [02][01]Common: |================================= / 59.2% >10:42:27,025 INFO program: [02][01]Common: |================================== - 61.0% >10:42:27,026 INFO program: [02][01]Common: |===================================== \ 66.4% >10:42:27,026 INFO program: [02][01]Common: |======================================= | 70.3% >10:42:27,027 INFO program: [02][01]Common: |========================================= / 73.9% >10:42:27,028 INFO program: [02][01]Common: |=========================================== - 77.7% >10:42:27,031 INFO program: [02][01]Common: |============================================= \ 81.2% >10:42:27,032 INFO program: [02][01]Common: |============================================== | 82.6% >10:42:27,033 INFO program: [02][01]Common: |================================================ / 86.0% >10:42:27,035 INFO program: [02][01]Common: |================================================== - 89.1% >10:42:27,035 INFO program: [02][01]Common: |================================================== \ 90.1% >10:42:27,036 INFO program: [02][01]Common: |===================================================== | 94.4% >10:42:27,037 INFO program: [02][01]Common: |===================================================== / 95.1% >10:42:27,037 INFO program: [02][01]Common: |========================================================| 100.0% >10:42:27,038 INFO program: [02][01] >10:42:27,039 INFO program: [02]Common: 105897/5120000 files (0.4% non-contiguous), 11320112/20480000 blocks >10:42:27,039 DEBUG program: Return code: 0 >10:42:27,040 INFO program: Running... dumpe2fs -h /dev/sda5 >10:42:27,058 INFO program: stdout: >10:42:27,059 INFO program: Filesystem volume name: Common >10:42:27,060 INFO program: Last mounted on: /mnt/Common >10:42:27,061 INFO program: Filesystem UUID: 19353959-5f58-48ad-b115-552c2c2b4b51 >10:42:27,062 INFO program: Filesystem magic number: 0xEF53 >10:42:27,062 INFO program: Filesystem revision #: 1 (dynamic) >10:42:27,063 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:42:27,064 INFO program: Filesystem flags: signed_directory_hash >10:42:27,064 INFO program: Default mount options: (none) >10:42:27,065 INFO program: Filesystem state: clean >10:42:27,066 INFO program: Errors behavior: Continue >10:42:27,066 INFO program: Filesystem OS type: Linux >10:42:27,067 INFO program: Inode count: 5120000 >10:42:27,068 INFO program: Block count: 20480000 >10:42:27,068 INFO program: Reserved block count: 1024000 >10:42:27,069 INFO program: Free blocks: 9159888 >10:42:27,070 INFO program: Free inodes: 5014103 >10:42:27,070 INFO program: First block: 0 >10:42:27,071 INFO program: Block size: 4096 >10:42:27,072 INFO program: Fragment size: 4096 >10:42:27,072 INFO program: Reserved GDT blocks: 1019 >10:42:27,073 INFO program: Blocks per group: 32768 >10:42:27,074 INFO program: Fragments per group: 32768 >10:42:27,074 INFO program: Inodes per group: 8192 >10:42:27,075 INFO program: Inode blocks per group: 512 >10:42:27,076 INFO program: Flex block group size: 16 >10:42:27,077 INFO program: Filesystem created: Wed Sep 7 18:50:51 2011 >10:42:27,077 INFO program: Last mount time: Tue May 31 09:43:03 2016 >10:42:27,078 INFO program: Last write time: Tue May 31 11:42:23 2016 >10:42:27,079 INFO program: Mount count: 0 >10:42:27,079 INFO program: Maximum mount count: 22 >10:42:27,084 INFO program: Last checked: Tue May 31 11:42:23 2016 >10:42:27,084 INFO program: Check interval: 15552000 (6 months) >10:42:27,085 INFO program: Next check after: Sun Nov 27 10:42:23 2016 >10:42:27,086 INFO program: Lifetime writes: 667 GB >10:42:27,087 INFO program: Reserved blocks uid: 0 (user root) >10:42:27,087 INFO program: Reserved blocks gid: 0 (group root) >10:42:27,088 INFO program: First inode: 11 >10:42:27,089 INFO program: Inode size: 256 >10:42:27,089 INFO program: Required extra isize: 28 >10:42:27,090 INFO program: Desired extra isize: 28 >10:42:27,091 INFO program: Journal inode: 8 >10:42:27,091 INFO program: Default directory hash: half_md4 >10:42:27,093 INFO program: Directory Hash Seed: 904dbaba-3618-4c23-96bf-d6fad4c4bfce >10:42:27,093 INFO program: Journal backup: inode blocks >10:42:27,094 INFO program: Journal features: journal_incompat_revoke >10:42:27,095 INFO program: Journal size: 128M >10:42:27,095 INFO program: Journal length: 32768 >10:42:27,096 INFO program: Journal sequence: 0x000ab3c6 >10:42:27,097 INFO program: Journal start: 0 >10:42:27,097 INFO program: >10:42:27,101 INFO program: stderr: >10:42:27,102 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:42:27,102 DEBUG program: Return code: 0 >10:42:27,104 INFO program: Running... resize2fs -P /dev/sda5 >10:42:27,127 INFO program: stdout: >10:42:27,128 INFO program: Estimated minimum size of the filesystem: 11455906 >10:42:27,130 INFO program: stderr: >10:42:27,130 INFO program: b'resize2fs 1.42.13 (17-May-2015)' >10:42:27,131 DEBUG program: Return code: 0 >10:42:27,467 INFO program: Running... e2fsck -f -p -C 0 /dev/sda6 >10:42:30,129 INFO program: stdout: >10:42:30,130 INFO program: [01]Pictures: | | 0.1% >10:42:30,131 INFO program: [02][01]Pictures: |===== / 8.5% >10:42:30,132 INFO program: [02][01]Pictures: |======== - 14.5% >10:42:30,132 INFO program: [02][01]Pictures: |=========== \ 20.5% >10:42:30,133 INFO program: [02][01]Pictures: |=============== | 26.5% >10:42:30,134 INFO program: [02][01]Pictures: |==================== / 36.1% >10:42:30,135 INFO program: [02][01]Pictures: |========================== - 45.7% >10:42:30,135 INFO program: [02][01]Pictures: |=============================== \ 55.3% >10:42:30,136 INFO program: [02][01]Pictures: |======================================= | 70.2% >10:42:30,137 INFO program: [02][01]Pictures: |========================================= / 74.1% >10:42:30,138 INFO program: [02][01]Pictures: |============================================= - 80.6% >10:42:30,138 INFO program: [02][01]Pictures: |================================================ \ 85.4% >10:42:30,139 INFO program: [02][01]Pictures: |================================================= | 87.8% >10:42:30,140 INFO program: [02][01]Pictures: |================================================== / 89.3% >10:42:30,141 INFO program: [02][01]Pictures: |==================================================== - 93.3% >10:42:30,141 INFO program: [02][01]Pictures: |===================================================== \ 95.0% >10:42:30,142 INFO program: [02][01]Pictures: |===================================================== | 95.1% >10:42:30,143 INFO program: [02][01]Pictures: |========================================================| 100.0% >10:42:30,143 INFO program: [02][01] >10:42:30,144 INFO program: [02]Pictures: 50586/7651328 files (0.5% non-contiguous), 26117565/30596352 blocks >10:42:30,145 DEBUG program: Return code: 0 >10:42:30,146 INFO program: Running... dumpe2fs -h /dev/sda6 >10:42:30,167 INFO program: stdout: >10:42:30,168 INFO program: Filesystem volume name: Pictures >10:42:30,168 INFO program: Last mounted on: /mnt/Pictures >10:42:30,169 INFO program: Filesystem UUID: 21fd337b-1ccc-461c-9454-3f5f28e5bc12 >10:42:30,170 INFO program: Filesystem magic number: 0xEF53 >10:42:30,171 INFO program: Filesystem revision #: 1 (dynamic) >10:42:30,171 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:42:30,172 INFO program: Filesystem flags: signed_directory_hash >10:42:30,173 INFO program: Default mount options: (none) >10:42:30,174 INFO program: Filesystem state: clean >10:42:30,174 INFO program: Errors behavior: Continue >10:42:30,175 INFO program: Filesystem OS type: Linux >10:42:30,176 INFO program: Inode count: 7651328 >10:42:30,176 INFO program: Block count: 30596352 >10:42:30,177 INFO program: Reserved block count: 1478877 >10:42:30,178 INFO program: Free blocks: 4478787 >10:42:30,178 INFO program: Free inodes: 7600742 >10:42:30,179 INFO program: First block: 0 >10:42:30,180 INFO program: Block size: 4096 >10:42:30,180 INFO program: Fragment size: 4096 >10:42:30,181 INFO program: Reserved GDT blocks: 1016 >10:42:30,182 INFO program: Blocks per group: 32768 >10:42:30,183 INFO program: Fragments per group: 32768 >10:42:30,183 INFO program: Inodes per group: 8192 >10:42:30,184 INFO program: Inode blocks per group: 512 >10:42:30,185 INFO program: RAID stride: 32726 >10:42:30,185 INFO program: Flex block group size: 16 >10:42:30,186 INFO program: Filesystem created: Wed Sep 7 18:50:55 2011 >10:42:30,187 INFO program: Last mount time: Tue May 31 09:43:04 2016 >10:42:30,187 INFO program: Last write time: Tue May 31 11:42:27 2016 >10:42:30,188 INFO program: Mount count: 0 >10:42:30,189 INFO program: Maximum mount count: 35 >10:42:30,189 INFO program: Last checked: Tue May 31 11:42:27 2016 >10:42:30,190 INFO program: Check interval: 15552000 (6 months) >10:42:30,191 INFO program: Next check after: Sun Nov 27 10:42:27 2016 >10:42:30,191 INFO program: Lifetime writes: 100 GB >10:42:30,192 INFO program: Reserved blocks uid: 0 (user root) >10:42:30,193 INFO program: Reserved blocks gid: 0 (group root) >10:42:30,193 INFO program: First inode: 11 >10:42:30,194 INFO program: Inode size: 256 >10:42:30,195 INFO program: Required extra isize: 28 >10:42:30,195 INFO program: Desired extra isize: 28 >10:42:30,196 INFO program: Journal inode: 8 >10:42:30,197 INFO program: Default directory hash: half_md4 >10:42:30,197 INFO program: Directory Hash Seed: 1a21e132-3038-48e1-a35c-80e3b957536d >10:42:30,198 INFO program: Journal backup: inode blocks >10:42:30,199 INFO program: Journal features: journal_incompat_revoke >10:42:30,199 INFO program: Journal size: 128M >10:42:30,200 INFO program: Journal length: 32768 >10:42:30,201 INFO program: Journal sequence: 0x00007019 >10:42:30,202 INFO program: Journal start: 0 >10:42:30,202 INFO program: >10:42:30,203 INFO program: stderr: >10:42:30,204 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:42:30,204 DEBUG program: Return code: 0 >10:42:30,205 INFO program: Running... resize2fs -P /dev/sda6 >10:42:30,224 INFO program: stdout: >10:42:30,225 INFO program: Estimated minimum size of the filesystem: 26377633 >10:42:30,226 INFO program: stderr: >10:42:30,226 INFO program: b'resize2fs 1.42.13 (17-May-2015)' >10:42:30,227 DEBUG program: Return code: 0 >10:42:30,547 INFO program: Running... e2fsck -f -p -C 0 /dev/sda7 >10:42:30,679 INFO program: stdout: >10:42:30,682 INFO program: [01]Tiny1: |========== | 17.5% >10:42:30,682 INFO program: [02][01]Tiny1: |========================================================| 100.0% >10:42:30,683 INFO program: [02][01] >10:42:30,686 INFO program: [02]Tiny1: 11/32640 files (0.0% non-contiguous), 37897/124672 blocks >10:42:30,687 DEBUG program: Return code: 0 >10:42:30,688 INFO program: Running... dumpe2fs -h /dev/sda7 >10:42:30,725 INFO program: stdout: >10:42:30,726 INFO program: Filesystem volume name: Tiny1 >10:42:30,727 INFO program: Last mounted on: <not available> >10:42:30,728 INFO program: Filesystem UUID: 7e5687c1-d335-4fd2-9aa1-9e97cb7cba6d >10:42:30,729 INFO program: Filesystem magic number: 0xEF53 >10:42:30,729 INFO program: Filesystem revision #: 1 (dynamic) >10:42:30,730 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:42:30,731 INFO program: Filesystem flags: signed_directory_hash >10:42:30,731 INFO program: Default mount options: user_xattr acl >10:42:30,732 INFO program: Filesystem state: clean >10:42:30,733 INFO program: Errors behavior: Continue >10:42:30,733 INFO program: Filesystem OS type: Linux >10:42:30,734 INFO program: Inode count: 32640 >10:42:30,735 INFO program: Block count: 124672 >10:42:30,735 INFO program: Reserved block count: 6233 >10:42:30,736 INFO program: Free blocks: 86775 >10:42:30,737 INFO program: Free inodes: 32629 >10:42:30,737 INFO program: First block: 0 >10:42:30,738 INFO program: Block size: 4096 >10:42:30,739 INFO program: Fragment size: 4096 >10:42:30,740 INFO program: Reserved GDT blocks: 1023 >10:42:30,740 INFO program: Blocks per group: 32768 >10:42:30,741 INFO program: Fragments per group: 32768 >10:42:30,742 INFO program: Inodes per group: 8160 >10:42:30,743 INFO program: Inode blocks per group: 510 >10:42:30,743 INFO program: RAID stride: 32624 >10:42:30,744 INFO program: Flex block group size: 16 >10:42:30,745 INFO program: Filesystem created: Sun May 24 09:03:57 2015 >10:42:30,746 INFO program: Last mount time: Sun May 22 06:45:40 2016 >10:42:30,746 INFO program: Last write time: Tue May 31 11:42:30 2016 >10:42:30,747 INFO program: Mount count: 0 >10:42:30,747 INFO program: Maximum mount count: -1 >10:42:30,748 INFO program: Last checked: Tue May 31 11:42:30 2016 >10:42:30,749 INFO program: Check interval: 0 (<none>) >10:42:30,749 INFO program: Lifetime writes: 276 MB >10:42:30,750 INFO program: Reserved blocks uid: 0 (user root) >10:42:30,751 INFO program: Reserved blocks gid: 0 (group root) >10:42:30,751 INFO program: First inode: 11 >10:42:30,752 INFO program: Inode size: 256 >10:42:30,753 INFO program: Required extra isize: 28 >10:42:30,753 INFO program: Desired extra isize: 28 >10:42:30,754 INFO program: Journal inode: 8 >10:42:30,755 INFO program: Default directory hash: half_md4 >10:42:30,755 INFO program: Directory Hash Seed: 77671f48-8f13-42aa-8464-a7568c89677b >10:42:30,756 INFO program: Journal backup: inode blocks >10:42:30,757 INFO program: Journal features: (none) >10:42:30,758 INFO program: Journal size: 128M >10:42:30,758 INFO program: Journal length: 32768 >10:42:30,759 INFO program: Journal sequence: 0x000000b1 >10:42:30,760 INFO program: Journal start: 0 >10:42:30,760 INFO program: >10:42:30,761 INFO program: stderr: >10:42:30,762 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:42:30,762 DEBUG program: Return code: 0 >10:42:30,764 INFO program: Running... resize2fs -P /dev/sda7 >10:42:30,793 INFO program: stdout: >10:42:30,795 INFO program: Estimated minimum size of the filesystem: 39531 >10:42:30,797 INFO program: stderr: >10:42:30,798 INFO program: b'resize2fs 1.42.13 (17-May-2015)' >10:42:30,799 DEBUG program: Return code: 0 >10:42:31,194 INFO program: Running... e2fsck -f -p -C 0 /dev/sda8 >10:42:32,326 INFO program: stdout: >10:42:32,327 INFO program: [01]Archives: | | 0.2% >10:42:32,328 INFO program: [02][01]Archives: |===== / 8.8% >10:42:32,329 INFO program: [02][01]Archives: |======= - 11.6% >10:42:32,329 INFO program: [02][01]Archives: |================== \ 31.9% >10:42:32,330 INFO program: [02][01]Archives: |======================================= | 70.1% >10:42:32,331 INFO program: [02][01]Archives: |================================================== / 89.1% >10:42:32,332 INFO program: [02][01]Archives: |===================================================== - 94.3% >10:42:32,332 INFO program: [02][01]Archives: |===================================================== \ 95.1% >10:42:32,333 INFO program: [02][01]Archives: |========================================================| 100.0% >10:42:32,334 INFO program: [02][01] >10:42:32,335 INFO program: [02]Archives: 5965/3203072 files (2.6% non-contiguous), 10675053/12800000 blocks >10:42:32,336 DEBUG program: Return code: 0 >10:42:32,337 INFO program: Running... dumpe2fs -h /dev/sda8 >10:42:32,360 INFO program: stdout: >10:42:32,361 INFO program: Filesystem volume name: Archives >10:42:32,361 INFO program: Last mounted on: /mnt/Archives >10:42:32,362 INFO program: Filesystem UUID: eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7 >10:42:32,363 INFO program: Filesystem magic number: 0xEF53 >10:42:32,363 INFO program: Filesystem revision #: 1 (dynamic) >10:42:32,364 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:42:32,365 INFO program: Filesystem flags: signed_directory_hash >10:42:32,365 INFO program: Default mount options: (none) >10:42:32,366 INFO program: Filesystem state: clean >10:42:32,367 INFO program: Errors behavior: Continue >10:42:32,367 INFO program: Filesystem OS type: Linux >10:42:32,368 INFO program: Inode count: 3203072 >10:42:32,369 INFO program: Block count: 12800000 >10:42:32,369 INFO program: Reserved block count: 640000 >10:42:32,371 INFO program: Free blocks: 2124947 >10:42:32,372 INFO program: Free inodes: 3197107 >10:42:32,372 INFO program: First block: 0 >10:42:32,373 INFO program: Block size: 4096 >10:42:32,374 INFO program: Fragment size: 4096 >10:42:32,374 INFO program: Reserved GDT blocks: 1020 >10:42:32,375 INFO program: Blocks per group: 32768 >10:42:32,376 INFO program: Fragments per group: 32768 >10:42:32,376 INFO program: Inodes per group: 8192 >10:42:32,377 INFO program: Inode blocks per group: 512 >10:42:32,377 INFO program: Flex block group size: 16 >10:42:32,378 INFO program: Filesystem created: Thu Sep 8 09:00:11 2011 >10:42:32,379 INFO program: Last mount time: Tue May 31 09:43:03 2016 >10:42:32,380 INFO program: Last write time: Tue May 31 11:42:31 2016 >10:42:32,380 INFO program: Mount count: 0 >10:42:32,381 INFO program: Maximum mount count: 27 >10:42:32,382 INFO program: Last checked: Tue May 31 11:42:31 2016 >10:42:32,383 INFO program: Check interval: 15552000 (6 months) >10:42:32,384 INFO program: Next check after: Sun Nov 27 10:42:31 2016 >10:42:32,385 INFO program: Lifetime writes: 139 GB >10:42:32,385 INFO program: Reserved blocks uid: 0 (user root) >10:42:32,386 INFO program: Reserved blocks gid: 0 (group root) >10:42:32,387 INFO program: First inode: 11 >10:42:32,387 INFO program: Inode size: 256 >10:42:32,388 INFO program: Required extra isize: 28 >10:42:32,389 INFO program: Desired extra isize: 28 >10:42:32,390 INFO program: Journal inode: 8 >10:42:32,390 INFO program: Default directory hash: half_md4 >10:42:32,391 INFO program: Directory Hash Seed: 734b000f-a6d5-4cf9-8d64-7f493cd21b98 >10:42:32,392 INFO program: Journal backup: inode blocks >10:42:32,392 INFO program: Journal features: journal_incompat_revoke >10:42:32,393 INFO program: Journal size: 128M >10:42:32,394 INFO program: Journal length: 32768 >10:42:32,394 INFO program: Journal sequence: 0x000038f5 >10:42:32,395 INFO program: Journal start: 0 >10:42:32,395 INFO program: >10:42:32,396 INFO program: stderr: >10:42:32,397 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:42:32,398 DEBUG program: Return code: 0 >10:42:32,399 INFO program: Running... resize2fs -P /dev/sda8 >10:42:32,417 INFO program: stdout: >10:42:32,418 INFO program: Estimated minimum size of the filesystem: 11256552 >10:42:32,418 INFO program: stderr: >10:42:32,419 INFO program: b'resize2fs 1.42.13 (17-May-2015)' >10:42:32,420 DEBUG program: Return code: 0 >10:42:32,755 INFO program: Running... ntfsresize -c /dev/sda9 >10:42:32,805 INFO program: stdout: >10:42:32,807 INFO program: ntfsresize v2016.2.22 (libntfs-3g) >10:42:32,808 DEBUG program: Return code: 0 >10:42:32,809 INFO program: Running... ntfsinfo -m /dev/sda9 >10:42:32,829 INFO program: stdout: >10:42:32,831 INFO program: Failed to open '/dev/sda9'. >10:42:32,833 INFO program: stderr: >10:42:32,834 INFO program: b'Volume is scheduled for check.' >10:42:32,836 INFO program: b"Please boot into Windows TWICE, or use the 'force' option." >10:42:32,836 INFO program: b'NOTE: If you had not scheduled check and last time accessed this volume' >10:42:32,837 INFO program: b'using ntfsmount and shutdown system properly, then init scripts in your' >10:42:32,838 INFO program: b'distribution are broken. Please report to your distribution developers' >10:42:32,838 INFO program: b'(NOT to us!) that init scripts kill ntfsmount or mount.ntfs-fuse during' >10:42:32,839 INFO program: b'shutdown instead of proper umount.' >10:42:32,840 DEBUG program: Return code: 1 >10:42:32,842 INFO program: Running... ntfsresize -m /dev/sda9 >10:42:32,865 INFO program: stdout: >10:42:32,866 INFO program: ntfsresize v2016.2.22 (libntfs-3g) >10:42:32,866 INFO program: ERROR: Volume is scheduled for check. >10:42:32,867 INFO program: Run chkdsk /f and please try again, or see option -f. >10:42:32,868 DEBUG program: Return code: 1 >10:42:33,040 INFO program: Running... e2fsck -f -p -C 0 /dev/loop1 >10:42:33,058 INFO program: stdout: >10:42:33,059 INFO program: /dev/loop1 is in use. >10:42:33,060 INFO program: stderr: >10:42:33,060 INFO program: b'e2fsck: Cannot continue, aborting.' >10:42:33,061 INFO program: b'' >10:42:33,062 INFO program: b'' >10:42:33,062 DEBUG program: Return code: 8 >10:42:33,063 INFO program: Running... dumpe2fs -h /dev/loop1 >10:42:33,081 INFO program: stdout: >10:42:33,087 INFO program: Filesystem volume name: Anaconda >10:42:33,088 INFO program: Last mounted on: /mnt/sysimage >10:42:33,089 INFO program: Filesystem UUID: 3738d843-0326-4e94-9cfa-ea834c80f9fa >10:42:33,089 INFO program: Filesystem magic number: 0xEF53 >10:42:33,090 INFO program: Filesystem revision #: 1 (dynamic) >10:42:33,091 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:42:33,092 INFO program: Filesystem flags: signed_directory_hash >10:42:33,092 INFO program: Default mount options: user_xattr acl >10:42:33,093 INFO program: Filesystem state: clean >10:42:33,094 INFO program: Errors behavior: Continue >10:42:33,094 INFO program: Filesystem OS type: Linux >10:42:33,095 INFO program: Inode count: 393984 >10:42:33,095 INFO program: Block count: 1572864 >10:42:33,096 INFO program: Reserved block count: 0 >10:42:33,097 INFO program: Free blocks: 481044 >10:42:33,097 INFO program: Free inodes: 232345 >10:42:33,098 INFO program: First block: 0 >10:42:33,099 INFO program: Block size: 4096 >10:42:33,099 INFO program: Fragment size: 4096 >10:42:33,100 INFO program: Reserved GDT blocks: 383 >10:42:33,101 INFO program: Blocks per group: 32768 >10:42:33,101 INFO program: Fragments per group: 32768 >10:42:33,102 INFO program: Inodes per group: 8208 >10:42:33,103 INFO program: Inode blocks per group: 513 >10:42:33,103 INFO program: Flex block group size: 16 >10:42:33,104 INFO program: Filesystem created: Tue May 31 06:29:19 2016 >10:42:33,105 INFO program: Last mount time: Tue May 31 06:29:24 2016 >10:42:33,105 INFO program: Last write time: Tue May 31 06:56:40 2016 >10:42:33,106 INFO program: Mount count: 0 >10:42:33,107 INFO program: Maximum mount count: -1 >10:42:33,107 INFO program: Last checked: Tue May 31 06:56:40 2016 >10:42:33,108 INFO program: Check interval: 0 (<none>) >10:42:33,108 INFO program: Lifetime writes: 5460 MB >10:42:33,109 INFO program: Reserved blocks uid: 0 (user root) >10:42:33,110 INFO program: Reserved blocks gid: 0 (group root) >10:42:33,110 INFO program: First inode: 11 >10:42:33,111 INFO program: Inode size: 256 >10:42:33,112 INFO program: Required extra isize: 28 >10:42:33,112 INFO program: Desired extra isize: 28 >10:42:33,113 INFO program: Journal inode: 8 >10:42:33,114 INFO program: Default directory hash: half_md4 >10:42:33,114 INFO program: Directory Hash Seed: 023eef25-cecb-495e-a55e-8629ad4a25ff >10:42:33,115 INFO program: Journal backup: inode blocks >10:42:33,116 INFO program: Journal features: journal_incompat_revoke >10:42:33,116 INFO program: Journal size: 128M >10:42:33,117 INFO program: Journal length: 32768 >10:42:33,118 INFO program: Journal sequence: 0x0000083f >10:42:33,118 INFO program: Journal start: 0 >10:42:33,119 INFO program: >10:42:33,120 INFO program: stderr: >10:42:33,120 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:42:33,121 DEBUG program: Return code: 0 >10:42:33,223 INFO program: Running... e2fsck -f -p -C 0 /dev/mapper/live-rw >10:42:33,241 INFO program: stdout: >10:42:33,242 INFO program: /dev/mapper/live-rw is mounted. >10:42:33,243 INFO program: stderr: >10:42:33,246 INFO program: b'e2fsck: Cannot continue, aborting.' >10:42:33,247 INFO program: b'' >10:42:33,247 INFO program: b'' >10:42:33,248 DEBUG program: Return code: 8 >10:42:33,249 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >10:42:33,269 INFO program: stdout: >10:42:33,270 INFO program: Filesystem volume name: Anaconda >10:42:33,271 INFO program: Last mounted on: /sysroot >10:42:33,271 INFO program: Filesystem UUID: 3738d843-0326-4e94-9cfa-ea834c80f9fa >10:42:33,272 INFO program: Filesystem magic number: 0xEF53 >10:42:33,273 INFO program: Filesystem revision #: 1 (dynamic) >10:42:33,274 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:42:33,274 INFO program: Filesystem flags: signed_directory_hash >10:42:33,275 INFO program: Default mount options: user_xattr acl >10:42:33,276 INFO program: Filesystem state: clean >10:42:33,276 INFO program: Errors behavior: Continue >10:42:33,277 INFO program: Filesystem OS type: Linux >10:42:33,278 INFO program: Inode count: 393984 >10:42:33,278 INFO program: Block count: 1572864 >10:42:33,279 INFO program: Reserved block count: 0 >10:42:33,280 INFO program: Free blocks: 481044 >10:42:33,281 INFO program: Free inodes: 232345 >10:42:33,282 INFO program: First block: 0 >10:42:33,282 INFO program: Block size: 4096 >10:42:33,283 INFO program: Fragment size: 4096 >10:42:33,284 INFO program: Reserved GDT blocks: 383 >10:42:33,284 INFO program: Blocks per group: 32768 >10:42:33,285 INFO program: Fragments per group: 32768 >10:42:33,286 INFO program: Inodes per group: 8208 >10:42:33,286 INFO program: Inode blocks per group: 513 >10:42:33,287 INFO program: Flex block group size: 16 >10:42:33,288 INFO program: Filesystem created: Tue May 31 06:29:19 2016 >10:42:33,288 INFO program: Last mount time: Tue May 31 11:39:01 2016 >10:42:33,289 INFO program: Last write time: Tue May 31 11:39:01 2016 >10:42:33,289 INFO program: Mount count: 1 >10:42:33,290 INFO program: Maximum mount count: -1 >10:42:33,291 INFO program: Last checked: Tue May 31 06:56:40 2016 >10:42:33,292 INFO program: Check interval: 0 (<none>) >10:42:33,293 INFO program: Lifetime writes: 5460 MB >10:42:33,293 INFO program: Reserved blocks uid: 0 (user root) >10:42:33,294 INFO program: Reserved blocks gid: 0 (group root) >10:42:33,295 INFO program: First inode: 11 >10:42:33,295 INFO program: Inode size: 256 >10:42:33,296 INFO program: Required extra isize: 28 >10:42:33,297 INFO program: Desired extra isize: 28 >10:42:33,297 INFO program: Journal inode: 8 >10:42:33,298 INFO program: First orphan inode: 301938 >10:42:33,299 INFO program: Default directory hash: half_md4 >10:42:33,299 INFO program: Directory Hash Seed: 023eef25-cecb-495e-a55e-8629ad4a25ff >10:42:33,300 INFO program: Journal backup: inode blocks >10:42:33,301 INFO program: Journal features: journal_incompat_revoke >10:42:33,301 INFO program: Journal size: 128M >10:42:33,302 INFO program: Journal length: 32768 >10:42:33,303 INFO program: Journal sequence: 0x00000840 >10:42:33,303 INFO program: Journal start: 1 >10:42:33,304 INFO program: >10:42:33,305 INFO program: stderr: >10:42:33,306 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:42:33,307 DEBUG program: Return code: 0 >10:42:33,375 INFO program: Running... e2fsck -f -p -C 0 /dev/mapper/live-base >10:42:33,393 INFO program: stdout: >10:42:33,394 INFO program: You must have r/w access to the filesystem or be root >10:42:33,400 INFO program: stderr: >10:42:33,401 INFO program: b'e2fsck: Operation not permitted while trying to open /dev/mapper/live-base' >10:42:33,401 DEBUG program: Return code: 8 >10:42:33,402 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >10:42:33,431 INFO program: stdout: >10:42:33,432 INFO program: Filesystem volume name: Anaconda >10:42:33,433 INFO program: Last mounted on: /mnt/sysimage >10:42:33,433 INFO program: Filesystem UUID: 3738d843-0326-4e94-9cfa-ea834c80f9fa >10:42:33,434 INFO program: Filesystem magic number: 0xEF53 >10:42:33,435 INFO program: Filesystem revision #: 1 (dynamic) >10:42:33,436 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >10:42:33,436 INFO program: Filesystem flags: signed_directory_hash >10:42:33,437 INFO program: Default mount options: user_xattr acl >10:42:33,438 INFO program: Filesystem state: clean >10:42:33,438 INFO program: Errors behavior: Continue >10:42:33,439 INFO program: Filesystem OS type: Linux >10:42:33,440 INFO program: Inode count: 393984 >10:42:33,440 INFO program: Block count: 1572864 >10:42:33,441 INFO program: Reserved block count: 0 >10:42:33,442 INFO program: Free blocks: 481044 >10:42:33,442 INFO program: Free inodes: 232345 >10:42:33,443 INFO program: First block: 0 >10:42:33,443 INFO program: Block size: 4096 >10:42:33,444 INFO program: Fragment size: 4096 >10:42:33,445 INFO program: Reserved GDT blocks: 383 >10:42:33,445 INFO program: Blocks per group: 32768 >10:42:33,446 INFO program: Fragments per group: 32768 >10:42:33,447 INFO program: Inodes per group: 8208 >10:42:33,447 INFO program: Inode blocks per group: 513 >10:42:33,448 INFO program: Flex block group size: 16 >10:42:33,449 INFO program: Filesystem created: Tue May 31 06:29:19 2016 >10:42:33,450 INFO program: Last mount time: Tue May 31 06:29:24 2016 >10:42:33,450 INFO program: Last write time: Tue May 31 06:56:40 2016 >10:42:33,451 INFO program: Mount count: 0 >10:42:33,452 INFO program: Maximum mount count: -1 >10:42:33,453 INFO program: Last checked: Tue May 31 06:56:40 2016 >10:42:33,453 INFO program: Check interval: 0 (<none>) >10:42:33,454 INFO program: Lifetime writes: 5460 MB >10:42:33,454 INFO program: Reserved blocks uid: 0 (user root) >10:42:33,455 INFO program: Reserved blocks gid: 0 (group root) >10:42:33,456 INFO program: First inode: 11 >10:42:33,456 INFO program: Inode size: 256 >10:42:33,457 INFO program: Required extra isize: 28 >10:42:33,458 INFO program: Desired extra isize: 28 >10:42:33,459 INFO program: Journal inode: 8 >10:42:33,459 INFO program: Default directory hash: half_md4 >10:42:33,460 INFO program: Directory Hash Seed: 023eef25-cecb-495e-a55e-8629ad4a25ff >10:42:33,461 INFO program: Journal backup: inode blocks >10:42:33,461 INFO program: Journal features: journal_incompat_revoke >10:42:33,462 INFO program: Journal size: 128M >10:42:33,463 INFO program: Journal length: 32768 >10:42:33,463 INFO program: Journal sequence: 0x0000083f >10:42:33,464 INFO program: Journal start: 0 >10:42:33,465 INFO program: >10:42:33,465 INFO program: stderr: >10:42:33,466 INFO program: b'dumpe2fs 1.42.13 (17-May-2015)' >10:42:33,467 DEBUG program: Return code: 0 >10:42:33,477 INFO program: Running... udevadm settle --timeout=300 >10:42:33,501 DEBUG program: Return code: 0 >10:42:34,014 INFO program: Running... udevadm settle --timeout=300 >10:42:34,037 DEBUG program: Return code: 0 >10:42:34,045 INFO program: Running... udevadm settle --timeout=300 >10:42:34,069 DEBUG program: Return code: 0 >10:42:34,077 INFO program: Running... udevadm settle --timeout=300 >10:42:34,100 DEBUG program: Return code: 0 >10:42:34,108 INFO program: Running... udevadm settle --timeout=300 >10:42:34,136 DEBUG program: Return code: 0 >10:42:34,144 INFO program: Running... udevadm settle --timeout=300 >10:42:34,189 DEBUG program: Return code: 0 >10:42:34,200 INFO program: Running... udevadm settle --timeout=300 >10:42:34,309 DEBUG program: Return code: 0 >10:42:34,396 INFO program: Running... udevadm settle --timeout=300 >10:42:34,449 DEBUG program: Return code: 0 >10:42:34,502 INFO program: Running... udevadm settle --timeout=300 >10:42:34,549 DEBUG program: Return code: 0 >10:42:34,608 INFO program: Running... udevadm settle --timeout=300 >10:42:34,704 DEBUG program: Return code: 0 >10:42:34,775 INFO program: Running... udevadm settle --timeout=300 >10:42:34,938 DEBUG program: Return code: 0 >10:42:34,979 INFO program: Running... udevadm settle --timeout=300 >10:42:35,019 DEBUG program: Return code: 0 >10:42:35,050 INFO program: Running... udevadm settle --timeout=300 >10:42:35,079 DEBUG program: Return code: 0 >10:42:35,119 INFO program: Running... udevadm settle --timeout=300 >10:42:35,145 DEBUG program: Return code: 0 >10:42:35,173 INFO program: Running... udevadm settle --timeout=300 >10:42:35,199 DEBUG program: Return code: 0 >10:42:35,228 INFO program: Running... udevadm settle --timeout=300 >10:42:35,253 DEBUG program: Return code: 0 >10:42:35,284 INFO program: Running... udevadm settle --timeout=300 >10:42:35,315 DEBUG program: Return code: 0 >10:42:35,344 INFO program: Running... udevadm settle --timeout=300 >10:42:35,369 DEBUG program: Return code: 0 >10:42:35,397 INFO program: Running... udevadm settle --timeout=300 >10:42:35,429 DEBUG program: Return code: 0 >10:42:35,460 INFO program: Running... udevadm settle --timeout=300 >10:42:35,487 DEBUG program: Return code: 0 >10:42:35,516 INFO program: Running... udevadm settle --timeout=300 >10:42:35,541 DEBUG program: Return code: 0 >10:42:35,568 INFO program: Running... udevadm settle --timeout=300 >10:42:35,592 DEBUG program: Return code: 0 >10:42:35,620 INFO program: Running... udevadm settle --timeout=300 >10:42:35,644 DEBUG program: Return code: 0 >10:42:35,670 INFO program: Running... udevadm settle --timeout=300 >10:42:35,694 DEBUG program: Return code: 0 >10:42:35,720 INFO program: Running... udevadm settle --timeout=300 >10:42:35,745 DEBUG program: Return code: 0 >10:42:35,771 INFO program: Running... udevadm settle --timeout=300 >10:42:35,796 DEBUG program: Return code: 0 >10:42:35,822 INFO program: Running... udevadm settle --timeout=300 >10:42:35,846 DEBUG program: Return code: 0 >10:42:35,872 INFO program: Running... udevadm settle --timeout=300 >10:42:35,897 DEBUG program: Return code: 0 >10:42:35,916 INFO program: Running... udevadm settle --timeout=300 >10:42:35,940 DEBUG program: Return code: 0 >10:42:35,966 INFO program: Running... udevadm settle --timeout=300 >10:42:35,990 DEBUG program: Return code: 0 >10:42:36,017 INFO program: Running... udevadm settle --timeout=300 >10:42:36,041 DEBUG program: Return code: 0 >10:42:36,069 INFO program: Running... udevadm settle --timeout=300 >10:42:36,093 DEBUG program: Return code: 0 >10:42:36,119 INFO program: Running... udevadm settle --timeout=300 >10:42:36,143 DEBUG program: Return code: 0 >10:42:36,169 INFO program: Running... udevadm settle --timeout=300 >10:42:36,194 DEBUG program: Return code: 0 >10:42:36,220 INFO program: Running... udevadm settle --timeout=300 >10:42:36,244 DEBUG program: Return code: 0 >10:42:36,271 INFO program: Running... udevadm settle --timeout=300 >10:42:36,295 DEBUG program: Return code: 0 >10:42:36,321 INFO program: Running... udevadm settle --timeout=300 >10:42:36,345 DEBUG program: Return code: 0 >10:42:36,371 INFO program: Running... udevadm settle --timeout=300 >10:42:36,395 DEBUG program: Return code: 0 >10:42:36,421 INFO program: Running... udevadm settle --timeout=300 >10:42:36,444 DEBUG program: Return code: 0 >10:42:36,470 INFO program: Running... udevadm settle --timeout=300 >10:42:36,495 DEBUG program: Return code: 0 >10:42:36,522 INFO program: Running... udevadm settle --timeout=300 >10:42:36,546 DEBUG program: Return code: 0 >10:42:36,566 INFO program: Running... udevadm settle --timeout=300 >10:42:36,591 DEBUG program: Return code: 0 >10:42:36,614 INFO program: Running... udevadm settle --timeout=300 >10:42:36,638 DEBUG program: Return code: 0 >10:42:36,659 INFO program: Running... udevadm settle --timeout=300 >10:42:36,688 DEBUG program: Return code: 0 >10:42:36,712 INFO program: Running... udevadm settle --timeout=300 >10:42:36,736 DEBUG program: Return code: 0 >10:42:36,760 INFO program: Running... udevadm settle --timeout=300 >10:42:36,814 DEBUG program: Return code: 0 >10:42:36,899 INFO program: Running... udevadm settle --timeout=300 >10:42:36,972 DEBUG program: Return code: 0 >10:42:37,005 INFO program: Running... udevadm settle --timeout=300 >10:42:37,029 DEBUG program: Return code: 0 >10:42:37,050 INFO program: Running... udevadm settle --timeout=300 >10:42:37,075 DEBUG program: Return code: 0 >10:42:37,083 INFO program: Running... udevadm settle --timeout=300 >10:42:37,107 DEBUG program: Return code: 0 >10:42:37,111 INFO program: Running... udevadm settle --timeout=300 >10:42:37,136 DEBUG program: Return code: 0 >10:42:37,161 INFO program: Running... udevadm settle --timeout=300 >10:42:37,185 DEBUG program: Return code: 0 >10:42:37,208 INFO program: Running... udevadm settle --timeout=300 >10:42:37,232 DEBUG program: Return code: 0 >10:42:37,256 INFO program: Running... udevadm settle --timeout=300 >10:42:37,279 DEBUG program: Return code: 0 >10:42:37,302 INFO program: Running... udevadm settle --timeout=300 >10:42:37,327 DEBUG program: Return code: 0 >10:42:37,335 INFO program: Running... udevadm settle --timeout=300 >10:42:37,358 DEBUG program: Return code: 0 >10:42:37,362 INFO program: Running... udevadm settle --timeout=300 >10:42:37,386 DEBUG program: Return code: 0 >10:42:37,411 INFO program: Running... udevadm settle --timeout=300 >10:42:37,435 DEBUG program: Return code: 0 >10:42:37,507 INFO program: Running... udevadm settle --timeout=300 >10:42:37,543 DEBUG program: Return code: 0 >10:42:37,570 INFO program: Running... udevadm settle --timeout=300 >10:42:37,593 DEBUG program: Return code: 0 >10:42:37,615 INFO program: Running... udevadm settle --timeout=300 >10:42:37,640 DEBUG program: Return code: 0 >10:42:37,648 INFO program: Running... udevadm settle --timeout=300 >10:42:37,671 DEBUG program: Return code: 0 >10:42:37,675 INFO program: Running... udevadm settle --timeout=300 >10:42:37,711 DEBUG program: Return code: 0 >10:42:37,751 INFO program: Running... udevadm settle --timeout=300 >10:42:37,780 DEBUG program: Return code: 0 >10:42:37,805 INFO program: Running... udevadm settle --timeout=300 >10:42:37,836 DEBUG program: Return code: 0 >10:42:37,866 INFO program: Running... udevadm settle --timeout=300 >10:42:37,893 DEBUG program: Return code: 0 >10:42:37,922 INFO program: Running... udevadm settle --timeout=300 >10:42:37,949 DEBUG program: Return code: 0 >10:42:37,960 INFO program: Running... udevadm settle --timeout=300 >10:42:37,986 DEBUG program: Return code: 0 >10:42:37,993 INFO program: Running... udevadm settle --timeout=300 >10:42:38,021 DEBUG program: Return code: 0 >10:42:38,052 INFO program: Running... udevadm settle --timeout=300 >10:42:38,081 DEBUG program: Return code: 0 >10:42:38,108 INFO program: Running... udevadm settle --timeout=300 >10:42:38,135 DEBUG program: Return code: 0 >10:42:38,161 INFO program: Running... udevadm settle --timeout=300 >10:42:38,185 DEBUG program: Return code: 0 >10:42:38,207 INFO program: Running... udevadm settle --timeout=300 >10:42:38,232 DEBUG program: Return code: 0 >10:42:38,240 INFO program: Running... udevadm settle --timeout=300 >10:42:38,264 DEBUG program: Return code: 0 >10:42:38,268 INFO program: Running... udevadm settle --timeout=300 >10:42:38,291 DEBUG program: Return code: 0 >10:42:38,317 INFO program: Running... udevadm settle --timeout=300 >10:42:38,340 DEBUG program: Return code: 0 >10:42:38,365 INFO program: Running... udevadm settle --timeout=300 >10:42:38,389 DEBUG program: Return code: 0 >10:42:38,414 INFO program: Running... udevadm settle --timeout=300 >10:42:38,438 DEBUG program: Return code: 0 >10:42:38,461 INFO program: Running... udevadm settle --timeout=300 >10:42:38,485 DEBUG program: Return code: 0 >10:42:38,493 INFO program: Running... udevadm settle --timeout=300 >10:42:38,517 DEBUG program: Return code: 0 >10:42:38,521 INFO program: Running... udevadm settle --timeout=300 >10:42:38,544 DEBUG program: Return code: 0 >10:42:38,570 INFO program: Running... udevadm settle --timeout=300 >10:42:38,594 DEBUG program: Return code: 0 >10:42:38,619 INFO program: Running... udevadm settle --timeout=300 >10:42:38,643 DEBUG program: Return code: 0 >10:42:38,669 INFO program: Running... udevadm settle --timeout=300 >10:42:38,693 DEBUG program: Return code: 0 >10:42:38,716 INFO program: Running... udevadm settle --timeout=300 >10:42:38,740 DEBUG program: Return code: 0 >10:42:38,748 INFO program: Running... udevadm settle --timeout=300 >10:42:38,772 DEBUG program: Return code: 0 >10:42:38,776 INFO program: Running... udevadm settle --timeout=300 >10:42:38,800 DEBUG program: Return code: 0 >10:42:38,826 INFO program: Running... udevadm settle --timeout=300 >10:42:38,849 DEBUG program: Return code: 0 >10:42:38,874 INFO program: Running... udevadm settle --timeout=300 >10:42:38,898 DEBUG program: Return code: 0 >10:42:38,924 INFO program: Running... udevadm settle --timeout=300 >10:42:38,948 DEBUG program: Return code: 0 >10:42:38,971 INFO program: Running... udevadm settle --timeout=300 >10:42:38,996 DEBUG program: Return code: 0 >10:42:39,004 INFO program: Running... udevadm settle --timeout=300 >10:42:39,028 DEBUG program: Return code: 0 >10:42:39,032 INFO program: Running... udevadm settle --timeout=300 >10:42:39,056 DEBUG program: Return code: 0 >10:42:39,082 INFO program: Running... udevadm settle --timeout=300 >10:42:39,106 DEBUG program: Return code: 0 >10:42:39,131 INFO program: Running... udevadm settle --timeout=300 >10:42:39,155 DEBUG program: Return code: 0 >10:42:39,181 INFO program: Running... udevadm settle --timeout=300 >10:42:39,205 DEBUG program: Return code: 0 >10:42:39,229 INFO program: Running... udevadm settle --timeout=300 >10:42:39,253 DEBUG program: Return code: 0 >10:42:39,261 INFO program: Running... udevadm settle --timeout=300 >10:42:39,285 DEBUG program: Return code: 0 >10:42:39,289 INFO program: Running... udevadm settle --timeout=300 >10:42:39,313 DEBUG program: Return code: 0 >10:42:39,339 INFO program: Running... udevadm settle --timeout=300 >10:42:39,363 DEBUG program: Return code: 0 >10:42:39,389 INFO program: Running... udevadm settle --timeout=300 >10:42:39,413 DEBUG program: Return code: 0 >10:42:39,439 INFO program: Running... udevadm settle --timeout=300 >10:42:39,463 DEBUG program: Return code: 0 >10:42:39,487 INFO program: Running... udevadm settle --timeout=300 >10:42:39,512 DEBUG program: Return code: 0 >10:42:39,520 INFO program: Running... udevadm settle --timeout=300 >10:42:39,544 DEBUG program: Return code: 0 >10:42:39,547 INFO program: Running... udevadm settle --timeout=300 >10:42:39,571 DEBUG program: Return code: 0 >10:42:39,598 INFO program: Running... udevadm settle --timeout=300 >10:42:39,623 DEBUG program: Return code: 0 >10:42:39,648 INFO program: Running... udevadm settle --timeout=300 >10:42:39,672 DEBUG program: Return code: 0 >10:42:39,698 INFO program: Running... udevadm settle --timeout=300 >10:42:39,723 DEBUG program: Return code: 0 >10:42:39,747 INFO program: Running... udevadm settle --timeout=300 >10:42:39,771 DEBUG program: Return code: 0 >10:42:39,779 INFO program: Running... udevadm settle --timeout=300 >10:42:39,803 DEBUG program: Return code: 0 >10:42:39,806 INFO program: Running... udevadm settle --timeout=300 >10:42:39,831 DEBUG program: Return code: 0 >10:42:39,859 INFO program: Running... udevadm settle --timeout=300 >10:42:39,882 DEBUG program: Return code: 0 >10:42:39,908 INFO program: Running... udevadm settle --timeout=300 >10:42:39,933 DEBUG program: Return code: 0 >10:42:39,960 INFO program: Running... udevadm settle --timeout=300 >10:42:39,984 DEBUG program: Return code: 0 >10:42:40,008 INFO program: Running... udevadm settle --timeout=300 >10:42:40,033 DEBUG program: Return code: 0 >10:42:40,041 INFO program: Running... udevadm settle --timeout=300 >10:42:40,065 DEBUG program: Return code: 0 >10:42:40,069 INFO program: Running... udevadm settle --timeout=300 >10:42:40,093 DEBUG program: Return code: 0 >10:42:40,120 INFO program: Running... udevadm settle --timeout=300 >10:42:40,145 DEBUG program: Return code: 0 >10:42:40,171 INFO program: Running... udevadm settle --timeout=300 >10:42:40,194 DEBUG program: Return code: 0 >10:42:40,222 INFO program: Running... udevadm settle --timeout=300 >10:42:40,246 DEBUG program: Return code: 0 >10:42:40,270 INFO program: Running... udevadm settle --timeout=300 >10:42:40,295 DEBUG program: Return code: 0 >10:42:40,303 INFO program: Running... udevadm settle --timeout=300 >10:42:40,327 DEBUG program: Return code: 0 >10:42:40,330 INFO program: Running... udevadm settle --timeout=300 >10:42:40,355 DEBUG program: Return code: 0 >10:42:40,382 INFO program: Running... udevadm settle --timeout=300 >10:42:40,406 DEBUG program: Return code: 0 >10:42:40,432 INFO program: Running... udevadm settle --timeout=300 >10:42:40,457 DEBUG program: Return code: 0 >10:42:40,484 INFO program: Running... udevadm settle --timeout=300 >10:42:40,508 DEBUG program: Return code: 0 >10:42:40,532 INFO program: Running... udevadm settle --timeout=300 >10:42:40,557 DEBUG program: Return code: 0 >10:42:40,565 INFO program: Running... udevadm settle --timeout=300 >10:42:40,588 DEBUG program: Return code: 0 >10:42:40,592 INFO program: Running... udevadm settle --timeout=300 >10:42:40,616 DEBUG program: Return code: 0 >10:42:40,644 INFO program: Running... udevadm settle --timeout=300 >10:42:40,668 DEBUG program: Return code: 0 >10:42:40,701 INFO program: Running... udevadm settle --timeout=300 >10:42:40,734 DEBUG program: Return code: 0 >10:42:40,762 INFO program: Running... udevadm settle --timeout=300 >10:42:40,786 DEBUG program: Return code: 0 >10:42:40,811 INFO program: Running... udevadm settle --timeout=300 >10:42:40,835 DEBUG program: Return code: 0 >10:42:40,843 INFO program: Running... udevadm settle --timeout=300 >10:42:40,868 DEBUG program: Return code: 0 >10:42:40,871 INFO program: Running... udevadm settle --timeout=300 >10:42:40,896 DEBUG program: Return code: 0 >10:42:40,925 INFO program: Running... udevadm settle --timeout=300 >10:42:40,948 DEBUG program: Return code: 0 >10:42:40,975 INFO program: Running... udevadm settle --timeout=300 >10:42:40,998 DEBUG program: Return code: 0 >10:42:41,026 INFO program: Running... udevadm settle --timeout=300 >10:42:41,050 DEBUG program: Return code: 0 >10:42:41,076 INFO program: Running... udevadm settle --timeout=300 >10:42:41,099 DEBUG program: Return code: 0 >10:42:41,108 INFO program: Running... udevadm settle --timeout=300 >10:42:41,132 DEBUG program: Return code: 0 >10:42:41,135 INFO program: Running... udevadm settle --timeout=300 >10:42:41,160 DEBUG program: Return code: 0 >10:42:41,190 INFO program: Running... udevadm settle --timeout=300 >10:42:41,213 DEBUG program: Return code: 0 >10:42:41,239 INFO program: Running... udevadm settle --timeout=300 >10:42:41,263 DEBUG program: Return code: 0 >10:42:41,292 INFO program: Running... udevadm settle --timeout=300 >10:42:41,315 DEBUG program: Return code: 0 >10:42:41,341 INFO program: Running... udevadm settle --timeout=300 >10:42:41,364 DEBUG program: Return code: 0 >10:42:41,372 INFO program: Running... udevadm settle --timeout=300 >10:42:41,396 DEBUG program: Return code: 0 >10:42:41,404 INFO program: Running... udevadm settle --timeout=300 >10:42:41,428 DEBUG program: Return code: 0 >10:42:41,925 INFO program: Running... udevadm settle --timeout=300 >10:42:41,949 DEBUG program: Return code: 0 >10:42:41,973 INFO program: Running... udevadm settle --timeout=300 >10:42:41,996 DEBUG program: Return code: 0 >10:42:42,018 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sdh2 /mnt/sysimage >10:42:42,095 DEBUG program: Return code: 0 >10:42:42,107 INFO program: Running... umount /mnt/sysimage >10:42:42,140 DEBUG program: Return code: 0 >10:42:42,143 INFO program: Running... udevadm settle --timeout=300 >10:42:42,168 DEBUG program: Return code: 0 >10:42:42,193 INFO program: Running... udevadm settle --timeout=300 >10:42:42,219 DEBUG program: Return code: 0 >10:42:42,241 INFO program: Running... udevadm settle --timeout=300 >10:42:42,265 DEBUG program: Return code: 0 >10:42:42,288 INFO program: Running... udevadm settle --timeout=300 >10:42:42,312 DEBUG program: Return code: 0 >10:42:42,334 INFO program: Running... udevadm settle --timeout=300 >10:42:42,366 DEBUG program: Return code: 0 >10:42:42,372 INFO program: Running... udevadm settle --timeout=300 >10:42:42,398 DEBUG program: Return code: 0 >10:42:42,401 INFO program: Running... udevadm settle --timeout=300 >10:42:42,424 DEBUG program: Return code: 0 >10:42:42,447 INFO program: Running... udevadm settle --timeout=300 >10:42:42,470 DEBUG program: Return code: 0 >10:42:42,491 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sdh5 /mnt/sysimage >10:42:42,548 DEBUG program: Return code: 0 >10:42:42,604 INFO program: Running... arch >10:42:42,906 INFO program: stdout: >10:42:42,907 INFO program: x86_64 >10:42:42,908 DEBUG program: Return code: 0 >10:42:42,970 INFO program: Running... umount /mnt/sysimage >10:42:43,008 DEBUG program: Return code: 0 >10:42:43,012 INFO program: Running... udevadm settle --timeout=300 >10:42:43,040 DEBUG program: Return code: 0 >10:42:43,065 INFO program: Running... udevadm settle --timeout=300 >10:42:43,088 DEBUG program: Return code: 0 >10:42:43,112 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sdh6 /mnt/sysimage >10:42:43,196 DEBUG program: Return code: 0 >10:42:43,205 INFO program: Running... umount /mnt/sysimage >10:42:43,234 DEBUG program: Return code: 0 >10:42:43,238 INFO program: Running... udevadm settle --timeout=300 >10:42:43,262 DEBUG program: Return code: 0 >10:42:43,286 INFO program: Running... udevadm settle --timeout=300 >10:42:43,313 DEBUG program: Return code: 0 >10:42:43,335 INFO program: Running... udevadm settle --timeout=300 >10:42:43,360 DEBUG program: Return code: 0 >10:42:43,386 INFO program: Running... udevadm settle --timeout=300 >10:42:43,411 DEBUG program: Return code: 0 >10:42:43,434 INFO program: Running... udevadm settle --timeout=300 >10:42:43,460 DEBUG program: Return code: 0 >10:42:43,469 INFO program: Running... udevadm settle --timeout=300 >10:42:43,494 DEBUG program: Return code: 0 >10:42:43,499 INFO program: Running... udevadm settle --timeout=300 >10:42:43,524 DEBUG program: Return code: 0 >10:42:43,549 INFO program: Running... udevadm settle --timeout=300 >10:42:43,575 DEBUG program: Return code: 0 >10:42:43,599 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sdh7 /mnt/sysimage >10:42:43,709 DEBUG program: Return code: 0 >10:42:43,793 INFO program: Running... arch >10:42:44,104 INFO program: stdout: >10:42:44,106 INFO program: x86_64 >10:42:44,106 DEBUG program: Return code: 0 >10:42:44,184 INFO program: Running... umount /mnt/sysimage >10:42:44,225 DEBUG program: Return code: 0 >10:42:44,229 INFO program: Running... udevadm settle --timeout=300 >10:42:44,259 DEBUG program: Return code: 0 >10:42:44,287 INFO program: Running... udevadm settle --timeout=300 >10:42:44,314 DEBUG program: Return code: 0 >10:42:44,338 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda10 /mnt/sysimage >10:42:44,413 DEBUG program: Return code: 0 >10:42:44,457 INFO program: Running... arch >10:42:44,756 INFO program: stdout: >10:42:44,757 INFO program: x86_64 >10:42:44,758 DEBUG program: Return code: 0 >10:42:44,839 INFO program: Running... umount /mnt/sysimage >10:42:44,879 DEBUG program: Return code: 0 >10:42:44,884 INFO program: Running... udevadm settle --timeout=300 >10:42:44,913 DEBUG program: Return code: 0 >10:42:44,940 INFO program: Running... udevadm settle --timeout=300 >10:42:44,965 DEBUG program: Return code: 0 >10:42:44,989 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda11 /mnt/sysimage >10:42:45,054 DEBUG program: Return code: 0 >10:42:45,103 INFO program: Running... arch >10:42:45,404 INFO program: stdout: >10:42:45,405 INFO program: x86_64 >10:42:45,406 DEBUG program: Return code: 0 >10:42:45,472 INFO program: Running... umount /mnt/sysimage >10:42:45,512 DEBUG program: Return code: 0 >10:42:45,516 INFO program: Running... udevadm settle --timeout=300 >10:42:45,543 DEBUG program: Return code: 0 >10:42:45,569 INFO program: Running... udevadm settle --timeout=300 >10:42:45,594 DEBUG program: Return code: 0 >10:42:45,619 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda12 /mnt/sysimage >10:42:45,683 DEBUG program: Return code: 0 >10:42:45,744 INFO program: Running... arch >10:42:45,990 INFO program: stdout: >10:42:45,991 INFO program: x86_64 >10:42:45,992 DEBUG program: Return code: 0 >10:42:46,104 INFO program: Running... umount /mnt/sysimage >10:42:46,145 DEBUG program: Return code: 0 >10:42:46,148 INFO program: Running... udevadm settle --timeout=300 >10:42:46,178 DEBUG program: Return code: 0 >10:42:46,206 INFO program: Running... udevadm settle --timeout=300 >10:42:46,232 DEBUG program: Return code: 0 >10:42:46,257 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda13 /mnt/sysimage >10:42:46,337 DEBUG program: Return code: 0 >10:42:46,385 INFO program: Running... arch >10:42:46,708 INFO program: stdout: >10:42:46,709 INFO program: x86_64 >10:42:46,710 DEBUG program: Return code: 0 >10:42:46,822 INFO program: Running... umount /mnt/sysimage >10:42:46,865 DEBUG program: Return code: 0 >10:42:46,870 INFO program: Running... udevadm settle --timeout=300 >10:42:46,898 DEBUG program: Return code: 0 >10:42:46,925 INFO program: Running... udevadm settle --timeout=300 >10:42:46,949 DEBUG program: Return code: 0 >10:42:46,975 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda2 /mnt/sysimage >10:42:47,045 DEBUG program: Return code: 0 >10:42:47,049 INFO program: Running... umount /mnt/sysimage >10:42:47,077 DEBUG program: Return code: 0 >10:42:47,080 INFO program: Running... udevadm settle --timeout=300 >10:42:47,105 DEBUG program: Return code: 0 >10:42:47,131 INFO program: Running... udevadm settle --timeout=300 >10:42:47,157 DEBUG program: Return code: 0 >10:42:47,182 INFO program: Running... udevadm settle --timeout=300 >10:42:47,207 DEBUG program: Return code: 0 >10:42:47,234 INFO program: Running... udevadm settle --timeout=300 >10:42:47,260 DEBUG program: Return code: 0 >10:42:47,284 INFO program: Running... udevadm settle --timeout=300 >10:42:47,309 DEBUG program: Return code: 0 >10:42:47,317 INFO program: Running... udevadm settle --timeout=300 >10:42:47,388 DEBUG program: Return code: 0 >10:42:47,392 INFO program: Running... udevadm settle --timeout=300 >10:42:47,450 DEBUG program: Return code: 0 >10:42:47,508 INFO program: Running... udevadm settle --timeout=300 >10:42:47,553 DEBUG program: Return code: 0 >10:42:47,602 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda5 /mnt/sysimage >10:42:47,711 DEBUG program: Return code: 0 >10:42:47,724 INFO program: Running... umount /mnt/sysimage >10:42:47,771 DEBUG program: Return code: 0 >10:42:47,776 INFO program: Running... udevadm settle --timeout=300 >10:42:47,840 DEBUG program: Return code: 0 >10:42:47,922 INFO program: Running... udevadm settle --timeout=300 >10:42:47,975 DEBUG program: Return code: 0 >10:42:48,103 INFO program: Running... udevadm settle --timeout=300 >10:42:48,165 DEBUG program: Return code: 0 >10:42:48,192 INFO program: Running... udevadm settle --timeout=300 >10:42:48,217 DEBUG program: Return code: 0 >10:42:48,241 INFO program: Running... udevadm settle --timeout=300 >10:42:48,265 DEBUG program: Return code: 0 >10:42:48,273 INFO program: Running... udevadm settle --timeout=300 >10:42:48,296 DEBUG program: Return code: 0 >10:42:48,300 INFO program: Running... udevadm settle --timeout=300 >10:42:48,325 DEBUG program: Return code: 0 >10:42:48,352 INFO program: Running... udevadm settle --timeout=300 >10:42:48,375 DEBUG program: Return code: 0 >10:42:48,401 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda6 /mnt/sysimage >10:42:48,484 DEBUG program: Return code: 0 >10:42:48,500 INFO program: Running... umount /mnt/sysimage >10:42:48,543 DEBUG program: Return code: 0 >10:42:48,547 INFO program: Running... udevadm settle --timeout=300 >10:42:48,580 DEBUG program: Return code: 0 >10:42:48,611 INFO program: Running... udevadm settle --timeout=300 >10:42:48,636 DEBUG program: Return code: 0 >10:42:48,668 INFO program: Running... udevadm settle --timeout=300 >10:42:48,701 DEBUG program: Return code: 0 >10:42:48,737 INFO program: Running... udevadm settle --timeout=300 >10:42:48,762 DEBUG program: Return code: 0 >10:42:48,793 INFO program: Running... udevadm settle --timeout=300 >10:42:48,820 DEBUG program: Return code: 0 >10:42:48,828 INFO program: Running... udevadm settle --timeout=300 >10:42:48,853 DEBUG program: Return code: 0 >10:42:48,857 INFO program: Running... udevadm settle --timeout=300 >10:42:48,883 DEBUG program: Return code: 0 >10:42:48,913 INFO program: Running... udevadm settle --timeout=300 >10:42:48,938 DEBUG program: Return code: 0 >10:42:48,964 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda7 /mnt/sysimage >10:42:49,029 DEBUG program: Return code: 0 >10:42:49,042 INFO program: Running... umount /mnt/sysimage >10:42:49,086 DEBUG program: Return code: 0 >10:42:49,089 INFO program: Running... udevadm settle --timeout=300 >10:42:49,133 DEBUG program: Return code: 0 >10:42:49,161 INFO program: Running... udevadm settle --timeout=300 >10:42:49,187 DEBUG program: Return code: 0 >10:42:49,214 INFO program: Running... udevadm settle --timeout=300 >10:42:49,246 DEBUG program: Return code: 0 >10:42:49,275 INFO program: Running... udevadm settle --timeout=300 >10:42:49,309 DEBUG program: Return code: 0 >10:42:49,338 INFO program: Running... udevadm settle --timeout=300 >10:42:49,367 DEBUG program: Return code: 0 >10:42:49,376 INFO program: Running... udevadm settle --timeout=300 >10:42:49,403 DEBUG program: Return code: 0 >10:42:49,407 INFO program: Running... udevadm settle --timeout=300 >10:42:49,436 DEBUG program: Return code: 0 >10:42:49,468 INFO program: Running... udevadm settle --timeout=300 >10:42:49,491 DEBUG program: Return code: 0 >10:42:49,516 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda8 /mnt/sysimage >10:42:49,605 DEBUG program: Return code: 0 >10:42:49,624 INFO program: Running... umount /mnt/sysimage >10:42:49,654 DEBUG program: Return code: 0 >10:42:49,658 INFO program: Running... udevadm settle --timeout=300 >10:42:49,684 DEBUG program: Return code: 0 >10:42:49,716 INFO program: Running... udevadm settle --timeout=300 >10:42:49,743 DEBUG program: Return code: 0 >10:42:49,771 INFO program: Running... udevadm settle --timeout=300 >10:42:49,795 DEBUG program: Return code: 0 >10:42:49,823 INFO program: Running... udevadm settle --timeout=300 >10:42:49,847 DEBUG program: Return code: 0 >10:42:49,875 INFO program: Running... udevadm settle --timeout=300 >10:42:49,899 DEBUG program: Return code: 0 >10:42:49,907 INFO program: Running... udevadm settle --timeout=300 >10:42:49,931 DEBUG program: Return code: 0 >10:42:50,598 INFO program: Running... udevadm settle --timeout=300 >10:42:50,676 DEBUG program: Return code: 0 >10:42:50,691 INFO program: Running... udevadm settle --timeout=300 >10:42:50,764 DEBUG program: Return code: 0 >10:42:50,787 INFO program: Running... udevadm settle --timeout=300 >10:42:50,860 DEBUG program: Return code: 0 >10:42:50,926 INFO program: Running... udevadm settle --timeout=300 >10:42:51,047 DEBUG program: Return code: 0 >10:42:51,079 INFO program: Running... udevadm settle --timeout=300 >10:42:51,175 DEBUG program: Return code: 0 >10:42:51,186 INFO program: Running... udevadm settle --timeout=300 >10:42:51,357 DEBUG program: Return code: 0 >10:42:51,507 INFO program: Running... udevadm settle --timeout=300 >10:42:51,603 DEBUG program: Return code: 0 >10:42:51,726 INFO program: Running... udevadm settle --timeout=300 >10:42:51,803 DEBUG program: Return code: 0 >10:42:51,890 INFO program: Running... udevadm settle --timeout=300 >10:42:51,964 DEBUG program: Return code: 0 >10:42:52,036 INFO program: Running... udevadm settle --timeout=300 >10:42:52,128 DEBUG program: Return code: 0 >10:42:52,203 INFO program: Running... udevadm settle --timeout=300 >10:42:52,261 DEBUG program: Return code: 0 >10:42:52,295 INFO program: Running... udevadm settle --timeout=300 >10:42:52,323 DEBUG program: Return code: 0 >10:42:52,368 INFO program: Running... udevadm settle --timeout=300 >10:42:52,420 DEBUG program: Return code: 0 >10:42:52,430 INFO program: Running... udevadm settle --timeout=300 >10:42:52,472 DEBUG program: Return code: 0 >10:42:52,476 INFO program: Running... udevadm settle --timeout=300 >10:42:52,524 DEBUG program: Return code: 0 >10:42:52,587 INFO program: Running... udevadm settle --timeout=300 >10:42:52,691 DEBUG program: Return code: 0 >10:42:52,769 INFO program: Running... udevadm settle --timeout=300 >10:42:52,881 DEBUG program: Return code: 0 >10:42:52,955 INFO program: Running... udevadm settle --timeout=300 >10:42:53,029 DEBUG program: Return code: 0 >10:42:53,087 INFO program: Running... udevadm settle --timeout=300 >10:42:53,148 DEBUG program: Return code: 0 >10:42:53,161 INFO program: Running... udevadm settle --timeout=300 >10:42:53,223 DEBUG program: Return code: 0 >10:42:53,229 INFO program: Running... udevadm settle --timeout=300 >10:42:53,342 DEBUG program: Return code: 0 >10:42:53,474 INFO program: Running... udevadm settle --timeout=300 >10:42:53,558 DEBUG program: Return code: 0 >10:42:53,635 INFO program: Running... udevadm settle --timeout=300 >10:42:53,708 DEBUG program: Return code: 0 >10:42:53,777 INFO program: Running... udevadm settle --timeout=300 >10:42:53,867 DEBUG program: Return code: 0 >10:42:53,935 INFO program: Running... udevadm settle --timeout=300 >10:42:53,992 DEBUG program: Return code: 0 >10:42:54,002 INFO program: Running... udevadm settle --timeout=300 >10:42:54,059 DEBUG program: Return code: 0 >10:42:54,065 INFO program: Running... udevadm settle --timeout=300 >10:42:54,146 DEBUG program: Return code: 0 >10:42:54,216 INFO program: Running... udevadm settle --timeout=300 >10:42:54,307 DEBUG program: Return code: 0 >10:42:54,357 INFO program: Running... udevadm settle --timeout=300 >10:42:54,423 DEBUG program: Return code: 0 >10:42:54,473 INFO program: Running... udevadm settle --timeout=300 >10:42:54,929 DEBUG program: Return code: 0 >10:42:55,305 INFO program: Running... udevadm settle --timeout=300 >10:42:55,524 DEBUG program: Return code: 0 >10:42:55,539 INFO program: Running... udevadm settle --timeout=300 >10:42:55,772 DEBUG program: Return code: 0 >10:42:55,791 INFO program: Running... udevadm settle --timeout=300 >10:42:55,891 DEBUG program: Return code: 0 >10:42:56,018 INFO program: Running... udevadm settle --timeout=300 >10:42:56,150 DEBUG program: Return code: 0 >10:42:56,188 INFO program: Running... udevadm settle --timeout=300 >10:42:56,236 DEBUG program: Return code: 0 >10:42:56,306 INFO program: Running... udevadm settle --timeout=300 >10:42:56,371 DEBUG program: Return code: 0 >10:42:56,433 INFO program: Running... udevadm settle --timeout=300 >10:42:56,488 DEBUG program: Return code: 0 >10:42:56,496 INFO program: Running... udevadm settle --timeout=300 >10:42:56,546 DEBUG program: Return code: 0 >10:42:56,549 INFO program: Running... udevadm settle --timeout=300 >10:42:56,596 DEBUG program: Return code: 0 >10:42:56,632 INFO program: Running... udevadm settle --timeout=300 >10:42:56,686 DEBUG program: Return code: 0 >10:42:56,731 INFO program: Running... udevadm settle --timeout=300 >10:42:56,777 DEBUG program: Return code: 0 >10:42:56,822 INFO program: Running... udevadm settle --timeout=300 >10:42:56,867 DEBUG program: Return code: 0 >10:42:56,906 INFO program: Running... udevadm settle --timeout=300 >10:42:56,955 DEBUG program: Return code: 0 >10:42:56,961 INFO program: Running... udevadm settle --timeout=300 >10:42:57,001 DEBUG program: Return code: 0 >10:42:57,004 INFO program: Running... udevadm settle --timeout=300 >10:42:57,040 DEBUG program: Return code: 0 >10:42:57,101 INFO program: Running... udevadm settle --timeout=300 >10:42:57,143 DEBUG program: Return code: 0 >10:42:57,220 INFO program: Running... udevadm settle --timeout=300 >10:42:57,246 DEBUG program: Return code: 0 >10:42:57,272 INFO program: Running... udevadm settle --timeout=300 >10:42:57,296 DEBUG program: Return code: 0 >10:42:57,319 INFO program: Running... udevadm settle --timeout=300 >10:42:57,345 DEBUG program: Return code: 0 >10:42:57,354 INFO program: Running... udevadm settle --timeout=300 >10:42:57,381 DEBUG program: Return code: 0 >10:42:57,386 INFO program: Running... udevadm settle --timeout=300 >10:42:57,412 DEBUG program: Return code: 0 >10:42:57,439 INFO program: Running... udevadm settle --timeout=300 >10:42:57,463 DEBUG program: Return code: 0 >10:42:57,487 INFO program: Running... udevadm settle --timeout=300 >10:42:57,514 DEBUG program: Return code: 0 >10:42:57,540 INFO program: Running... udevadm settle --timeout=300 >10:42:57,566 DEBUG program: Return code: 0 >10:42:57,591 INFO program: Running... udevadm settle --timeout=300 >10:42:57,617 DEBUG program: Return code: 0 >10:42:57,626 INFO program: Running... udevadm settle --timeout=300 >10:42:57,653 DEBUG program: Return code: 0 >10:42:57,657 INFO program: Running... udevadm settle --timeout=300 >10:42:57,685 DEBUG program: Return code: 0 >10:42:57,716 INFO program: Running... udevadm settle --timeout=300 >10:42:57,743 DEBUG program: Return code: 0 >10:42:57,769 INFO program: Running... udevadm settle --timeout=300 >10:42:57,796 DEBUG program: Return code: 0 >10:42:57,827 INFO program: Running... udevadm settle --timeout=300 >10:42:57,852 DEBUG program: Return code: 0 >10:42:57,879 INFO program: Running... udevadm settle --timeout=300 >10:42:57,905 DEBUG program: Return code: 0 >10:42:57,913 INFO program: Running... udevadm settle --timeout=300 >10:42:57,939 DEBUG program: Return code: 0 >10:42:57,943 INFO program: Running... udevadm settle --timeout=300 >10:42:57,970 DEBUG program: Return code: 0 >10:42:57,999 INFO program: Running... udevadm settle --timeout=300 >10:42:58,024 DEBUG program: Return code: 0 >10:42:58,050 INFO program: Running... udevadm settle --timeout=300 >10:42:58,075 DEBUG program: Return code: 0 >10:42:58,102 INFO program: Running... udevadm settle --timeout=300 >10:42:58,127 DEBUG program: Return code: 0 >10:42:58,152 INFO program: Running... udevadm settle --timeout=300 >10:42:58,178 DEBUG program: Return code: 0 >10:42:58,186 INFO program: Running... udevadm settle --timeout=300 >10:42:58,211 DEBUG program: Return code: 0 >10:42:58,215 INFO program: Running... udevadm settle --timeout=300 >10:42:58,240 DEBUG program: Return code: 0 >10:42:58,269 INFO program: Running... udevadm settle --timeout=300 >10:42:58,293 DEBUG program: Return code: 0 >10:42:58,319 INFO program: Running... udevadm settle --timeout=300 >10:42:58,345 DEBUG program: Return code: 0 >10:42:58,390 INFO program: Running... udevadm settle --timeout=300 >10:42:58,422 DEBUG program: Return code: 0 >10:42:58,448 INFO program: Running... udevadm settle --timeout=300 >10:42:58,488 DEBUG program: Return code: 0 >10:42:58,497 INFO program: Running... udevadm settle --timeout=300 >10:42:58,521 DEBUG program: Return code: 0 >10:42:58,526 INFO program: Running... udevadm settle --timeout=300 >10:42:58,552 DEBUG program: Return code: 0 >10:42:58,581 INFO program: Running... udevadm settle --timeout=300 >10:42:58,604 DEBUG program: Return code: 0 >10:42:58,630 INFO program: Running... udevadm settle --timeout=300 >10:42:58,655 DEBUG program: Return code: 0 >10:42:58,683 INFO program: Running... udevadm settle --timeout=300 >10:42:58,707 DEBUG program: Return code: 0 >10:42:58,732 INFO program: Running... udevadm settle --timeout=300 >10:42:58,756 DEBUG program: Return code: 0 >10:42:58,765 INFO program: Running... udevadm settle --timeout=300 >10:42:58,789 DEBUG program: Return code: 0 >10:42:58,794 INFO program: Running... udevadm settle --timeout=300 >10:42:58,817 DEBUG program: Return code: 0 >10:42:58,845 INFO program: Running... udevadm settle --timeout=300 >10:42:58,869 DEBUG program: Return code: 0 >10:42:58,894 INFO program: Running... udevadm settle --timeout=300 >10:42:58,918 DEBUG program: Return code: 0 >10:42:58,945 INFO program: Running... udevadm settle --timeout=300 >10:42:58,970 DEBUG program: Return code: 0 >10:42:58,994 INFO program: Running... udevadm settle --timeout=300 >10:42:59,018 DEBUG program: Return code: 0 >10:42:59,027 INFO program: Running... udevadm settle --timeout=300 >10:42:59,058 DEBUG program: Return code: 0 >10:42:59,064 INFO program: Running... udevadm settle --timeout=300 >10:42:59,088 DEBUG program: Return code: 0 >10:42:59,157 INFO program: Running... udevadm settle --timeout=300 >10:42:59,182 DEBUG program: Return code: 0 >10:42:59,207 INFO program: Running... udevadm settle --timeout=300 >10:42:59,231 DEBUG program: Return code: 0 >10:42:59,259 INFO program: Running... udevadm settle --timeout=300 >10:42:59,283 DEBUG program: Return code: 0 >10:42:59,308 INFO program: Running... udevadm settle --timeout=300 >10:42:59,333 DEBUG program: Return code: 0 >10:42:59,342 INFO program: Running... udevadm settle --timeout=300 >10:42:59,366 DEBUG program: Return code: 0 >10:42:59,369 INFO program: Running... udevadm settle --timeout=300 >10:42:59,394 DEBUG program: Return code: 0 >10:42:59,422 INFO program: Running... udevadm settle --timeout=300 >10:42:59,446 DEBUG program: Return code: 0 >10:42:59,472 INFO program: Running... udevadm settle --timeout=300 >10:42:59,497 DEBUG program: Return code: 0 >10:42:59,525 INFO program: Running... udevadm settle --timeout=300 >10:42:59,550 DEBUG program: Return code: 0 >10:42:59,576 INFO program: Running... udevadm settle --timeout=300 >10:42:59,602 DEBUG program: Return code: 0 >10:42:59,612 INFO program: Running... udevadm settle --timeout=300 >10:42:59,638 DEBUG program: Return code: 0 >10:42:59,642 INFO program: Running... udevadm settle --timeout=300 >10:42:59,667 DEBUG program: Return code: 0 >10:42:59,697 INFO program: Running... udevadm settle --timeout=300 >10:42:59,723 DEBUG program: Return code: 0 >10:42:59,750 INFO program: Running... udevadm settle --timeout=300 >10:42:59,776 DEBUG program: Return code: 0 >10:42:59,807 INFO program: Running... udevadm settle --timeout=300 >10:42:59,833 DEBUG program: Return code: 0 >10:42:59,858 INFO program: Running... udevadm settle --timeout=300 >10:42:59,884 DEBUG program: Return code: 0 >10:42:59,892 INFO program: Running... udevadm settle --timeout=300 >10:42:59,917 DEBUG program: Return code: 0 >10:42:59,920 INFO program: Running... udevadm settle --timeout=300 >10:42:59,945 DEBUG program: Return code: 0 >10:42:59,977 INFO program: Running... udevadm settle --timeout=300 >10:43:00,003 DEBUG program: Return code: 0 >10:43:00,033 INFO program: Running... udevadm settle --timeout=300 >10:43:00,059 DEBUG program: Return code: 0 >10:43:00,088 INFO program: Running... udevadm settle --timeout=300 >10:43:00,115 DEBUG program: Return code: 0 >10:43:00,144 INFO program: Running... udevadm settle --timeout=300 >10:43:00,169 DEBUG program: Return code: 0 >10:43:00,178 INFO program: Running... udevadm settle --timeout=300 >10:43:00,203 DEBUG program: Return code: 0 >10:43:00,211 INFO program: Running... udevadm settle --timeout=300 >10:43:00,236 DEBUG program: Return code: 0 >10:43:00,577 INFO program: Running... mount -t auto -o ro /dev/mapper/live-base /run/install/source >10:43:00,644 DEBUG program: Return code: 0 >10:43:00,842 INFO program: Running... hwclock --hctosys --localtime >10:43:01,024 DEBUG program: Return code: 0 >10:43:39,033 INFO program: Running... udevadm settle --timeout=300 >10:43:39,058 DEBUG program: Return code: 0 >10:43:39,252 INFO program: Running... udevadm settle --timeout=300 >10:43:39,276 DEBUG program: Return code: 0 >10:46:43,655 INFO program: Running... udevadm settle --timeout=300 >10:46:43,680 DEBUG program: Return code: 0 >10:46:43,708 INFO program: Running... udevadm settle --timeout=300 >10:46:43,732 DEBUG program: Return code: 0 >10:46:43,759 INFO program: Running... udevadm settle --timeout=300 >10:46:43,783 DEBUG program: Return code: 0 >10:46:43,810 INFO program: Running... udevadm settle --timeout=300 >10:46:43,834 DEBUG program: Return code: 0 >10:46:43,860 INFO program: Running... udevadm settle --timeout=300 >10:46:43,885 DEBUG program: Return code: 0 >10:46:43,915 INFO program: Running... udevadm settle --timeout=300 >10:46:43,939 DEBUG program: Return code: 0 >10:46:43,965 INFO program: Running... udevadm settle --timeout=300 >10:46:43,990 DEBUG program: Return code: 0 >10:46:44,016 INFO program: Running... udevadm settle --timeout=300 >10:46:44,041 DEBUG program: Return code: 0 >10:46:44,067 INFO program: Running... udevadm settle --timeout=300 >10:46:44,091 DEBUG program: Return code: 0 >10:46:44,118 INFO program: Running... udevadm settle --timeout=300 >10:46:44,142 DEBUG program: Return code: 0 >10:46:44,170 INFO program: Running... udevadm settle --timeout=300 >10:46:44,194 DEBUG program: Return code: 0 >10:46:44,221 INFO program: Running... udevadm settle --timeout=300 >10:46:44,246 DEBUG program: Return code: 0 >10:46:44,273 INFO program: Running... udevadm settle --timeout=300 >10:46:44,298 DEBUG program: Return code: 0 >10:46:44,325 INFO program: Running... udevadm settle --timeout=300 >10:46:44,350 DEBUG program: Return code: 0 >10:46:44,377 INFO program: Running... udevadm settle --timeout=300 >10:46:44,401 DEBUG program: Return code: 0 >10:46:44,428 INFO program: Running... udevadm settle --timeout=300 >10:46:44,453 DEBUG program: Return code: 0 >10:46:44,479 INFO program: Running... udevadm settle --timeout=300 >10:46:44,503 DEBUG program: Return code: 0 >10:46:44,530 INFO program: Running... udevadm settle --timeout=300 >10:46:44,555 DEBUG program: Return code: 0 >10:46:44,583 INFO program: Running... udevadm settle --timeout=300 >10:46:44,608 DEBUG program: Return code: 0 >10:46:44,635 INFO program: Running... udevadm settle --timeout=300 >10:46:44,659 DEBUG program: Return code: 0 >10:46:44,687 INFO program: Running... udevadm settle --timeout=300 >10:46:44,711 DEBUG program: Return code: 0 >10:46:44,738 INFO program: Running... udevadm settle --timeout=300 >10:46:44,762 DEBUG program: Return code: 0 >10:46:44,782 INFO program: Running... udevadm settle --timeout=300 >10:46:44,806 DEBUG program: Return code: 0 >10:46:44,833 INFO program: Running... udevadm settle --timeout=300 >10:46:44,858 DEBUG program: Return code: 0 >10:46:44,885 INFO program: Running... udevadm settle --timeout=300 >10:46:44,909 DEBUG program: Return code: 0 >10:46:44,937 INFO program: Running... udevadm settle --timeout=300 >10:46:44,962 DEBUG program: Return code: 0 >10:46:44,988 INFO program: Running... udevadm settle --timeout=300 >10:46:45,013 DEBUG program: Return code: 0 >10:46:45,039 INFO program: Running... udevadm settle --timeout=300 >10:46:45,064 DEBUG program: Return code: 0 >10:46:45,090 INFO program: Running... udevadm settle --timeout=300 >10:46:45,114 DEBUG program: Return code: 0 >10:46:45,141 INFO program: Running... udevadm settle --timeout=300 >10:46:45,165 DEBUG program: Return code: 0 >10:46:45,193 INFO program: Running... udevadm settle --timeout=300 >10:46:45,218 DEBUG program: Return code: 0 >10:46:45,244 INFO program: Running... udevadm settle --timeout=300 >10:46:45,269 DEBUG program: Return code: 0 >10:46:45,295 INFO program: Running... udevadm settle --timeout=300 >10:46:45,320 DEBUG program: Return code: 0 >10:46:45,346 INFO program: Running... udevadm settle --timeout=300 >10:46:45,371 DEBUG program: Return code: 0 >10:46:45,397 INFO program: Running... udevadm settle --timeout=300 >10:46:45,421 DEBUG program: Return code: 0 >10:46:45,443 INFO program: Running... udevadm settle --timeout=300 >10:46:45,468 DEBUG program: Return code: 0 >10:46:45,494 INFO program: Running... udevadm settle --timeout=300 >10:46:45,519 DEBUG program: Return code: 0 >10:49:52,066 INFO program: Running... udevadm settle --timeout=300 >10:49:52,090 DEBUG program: Return code: 0 >10:51:09,108 INFO program: Running... udevadm settle --timeout=300 >10:51:09,133 DEBUG program: Return code: 0 >10:51:09,325 INFO program: Running... udevadm settle --timeout=300 >10:51:09,349 DEBUG program: Return code: 0 >10:51:56,868 INFO program: Running... udevadm settle --timeout=300 >10:51:56,896 DEBUG program: Return code: 0 >10:52:32,998 INFO program: Running... swapoff -a >10:52:33,046 DEBUG program: Return code: 0 >10:52:33,429 INFO program: Running... udevadm settle --timeout=300 >10:52:33,484 DEBUG program: Return code: 0 >10:52:33,505 INFO program: Running... udevadm settle --timeout=300 >10:52:33,575 DEBUG program: Return code: 0 >10:52:33,587 INFO program: Running... udevadm settle --timeout=300 >10:52:33,668 DEBUG program: Return code: 0 >10:52:33,683 INFO program: Running... udevadm settle --timeout=300 >10:52:33,754 DEBUG program: Return code: 0 >10:52:33,771 INFO program: Running... udevadm settle --timeout=300 >10:52:33,825 DEBUG program: Return code: 0 >10:52:33,830 INFO program: Running... udevadm settle --timeout=300 >10:52:33,856 DEBUG program: Return code: 0 >10:52:33,884 INFO program: Running... udevadm settle --timeout=300 >10:52:33,910 DEBUG program: Return code: 0 >10:52:33,937 INFO program: Running... udevadm settle --timeout=300 >10:52:33,963 DEBUG program: Return code: 0 >10:52:33,991 INFO program: Running... udevadm settle --timeout=300 >10:52:34,018 DEBUG program: Return code: 0 >10:52:34,049 INFO program: Running... udevadm settle --timeout=300 >10:52:34,079 DEBUG program: Return code: 0 >10:52:34,104 INFO program: Running... udevadm settle --timeout=300 >10:52:34,135 DEBUG program: Return code: 0 >10:52:34,164 INFO program: Running... udevadm settle --timeout=300 >10:52:34,191 DEBUG program: Return code: 0 >10:52:34,219 INFO program: Running... udevadm settle --timeout=300 >10:52:34,246 DEBUG program: Return code: 0 >10:52:34,254 INFO program: Running... udevadm settle --timeout=300 >10:52:34,281 DEBUG program: Return code: 0 >10:52:34,284 INFO program: Running... udevadm settle --timeout=300 >10:52:34,312 DEBUG program: Return code: 0 >10:52:34,339 INFO program: Running... udevadm settle --timeout=300 >10:52:34,366 DEBUG program: Return code: 0 >10:52:34,392 INFO program: Running... udevadm settle --timeout=300 >10:52:34,418 DEBUG program: Return code: 0 >10:52:34,446 INFO program: Running... udevadm settle --timeout=300 >10:52:34,472 DEBUG program: Return code: 0 >10:52:34,498 INFO program: Running... udevadm settle --timeout=300 >10:52:34,525 DEBUG program: Return code: 0 >10:52:34,533 INFO program: Running... udevadm settle --timeout=300 >10:52:34,570 DEBUG program: Return code: 0 >10:52:34,572 INFO program: Running... udevadm settle --timeout=300 >10:52:34,601 DEBUG program: Return code: 0 >10:52:34,627 INFO program: Running... udevadm settle --timeout=300 >10:52:34,656 DEBUG program: Return code: 0 >10:52:34,688 INFO program: Running... udevadm settle --timeout=300 >10:52:34,714 DEBUG program: Return code: 0 >10:52:34,743 INFO program: Running... udevadm settle --timeout=300 >10:52:34,773 DEBUG program: Return code: 0 >10:52:34,803 INFO program: Running... udevadm settle --timeout=300 >10:52:34,834 DEBUG program: Return code: 0 >10:52:34,840 INFO program: Running... udevadm settle --timeout=300 >10:52:34,869 DEBUG program: Return code: 0 >10:52:34,872 INFO program: Running... udevadm settle --timeout=300 >10:52:34,901 DEBUG program: Return code: 0 >10:52:34,927 INFO program: Running... udevadm settle --timeout=300 >10:52:34,956 DEBUG program: Return code: 0 >10:52:34,981 INFO program: Running... udevadm settle --timeout=300 >10:52:35,011 DEBUG program: Return code: 0 >10:52:35,017 INFO program: Running... udevadm settle --timeout=300 >10:52:35,047 DEBUG program: Return code: 0 >10:52:35,053 INFO program: Running... udevadm settle --timeout=300 >10:52:35,082 DEBUG program: Return code: 0 >10:52:35,088 INFO program: Running... udevadm settle --timeout=300 >10:52:35,118 DEBUG program: Return code: 0 >10:52:35,143 INFO program: Running... udevadm settle --timeout=300 >10:52:35,172 DEBUG program: Return code: 0 >10:52:35,198 INFO program: Running... udevadm settle --timeout=300 >10:52:35,230 DEBUG program: Return code: 0 >10:52:35,260 INFO program: Running... udevadm settle --timeout=300 >10:52:35,314 DEBUG program: Return code: 0 >10:52:35,384 INFO program: Running... udevadm settle --timeout=300 >10:52:35,428 DEBUG program: Return code: 0 >10:52:35,471 INFO program: Running... udevadm settle --timeout=300 >10:52:35,503 DEBUG program: Return code: 0 >10:52:35,860 INFO program: Running... udevadm settle --timeout=300 >10:52:35,886 DEBUG program: Return code: 0 >10:52:35,911 INFO program: Running... udevadm settle --timeout=300 >10:52:35,936 DEBUG program: Return code: 0 >10:52:35,959 INFO program: Running... wipefs -f -a /dev/sdh7 >10:52:38,333 INFO program: stdout: >10:52:38,333 INFO program: /dev/sdh7: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >10:52:38,334 INFO program: /dev/sdh7: 2 bytes were erased at offset 0x000001fe (dos): 55 aa >10:52:38,334 DEBUG program: Return code: 0 >10:52:38,341 INFO program: Running... udevadm settle --timeout=300 >10:52:38,606 DEBUG program: Return code: 0 >10:52:40,641 INFO program: Running... udevadm settle --timeout=300 >10:52:40,671 DEBUG program: Return code: 0 >10:52:40,679 INFO program: Running... mke2fs -t ext4 /dev/sdh7 >10:52:45,740 INFO program: stdout: >10:52:45,741 INFO program: Creating filesystem with 2559744 4k blocks and 640848 inodes >10:52:45,743 INFO program: Filesystem UUID: c2f4feb5-d8d7-49e8-8c14-86643ecd69ac >10:52:45,745 INFO program: Superblock backups stored on blocks: >10:52:45,746 INFO program: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632 >10:52:45,746 INFO program: >10:52:45,749 INFO program: Allocating group tables: 0/79[08][08][08][08][08] [08][08][08][08][08]done >10:52:45,749 INFO program: Writing inode tables: 0/79[08][08][08][08][08] [08][08][08][08][08]done >10:52:45,751 INFO program: Creating journal (32768 blocks): done >10:52:45,752 INFO program: Writing superblocks and filesystem accounting information: 0/79[08][08][08][08][08] [08][08][08][08][08]done >10:52:45,754 INFO program: >10:52:45,755 INFO program: stderr: >10:52:45,756 INFO program: b'mke2fs 1.42.13 (17-May-2015)' >10:52:45,757 DEBUG program: Return code: 0 >10:52:45,775 INFO program: Running... e2label /dev/sdh7 GF-F24 >10:52:46,149 DEBUG program: Return code: 0 >10:52:46,155 INFO program: Running... udevadm settle --timeout=300 >10:52:46,293 DEBUG program: Return code: 0 >10:52:48,431 INFO program: Running... udevadm settle --timeout=300 >10:52:48,458 DEBUG program: Return code: 0 >10:52:48,484 INFO program: Running... udevadm settle --timeout=300 >10:52:48,511 DEBUG program: Return code: 0 >10:52:48,535 INFO program: Running... mount -t ext4 -o defaults /dev/sdh7 /mnt/sysimage >10:52:48,661 DEBUG program: Return code: 0 >10:52:48,686 INFO program: Running... udevadm settle --timeout=300 >10:52:48,711 DEBUG program: Return code: 0 >10:52:48,738 INFO program: Running... udevadm settle --timeout=300 >10:52:48,763 DEBUG program: Return code: 0 >10:52:48,793 INFO program: Running... udevadm settle --timeout=300 >10:52:48,823 DEBUG program: Return code: 0 >10:52:48,851 INFO program: Running... udevadm settle --timeout=300 >10:52:48,877 DEBUG program: Return code: 0 >10:52:48,904 INFO program: Running... udevadm settle --timeout=300 >10:52:48,930 DEBUG program: Return code: 0 >10:52:48,957 INFO program: Running... udevadm settle --timeout=300 >10:52:48,983 DEBUG program: Return code: 0 >10:52:49,011 INFO program: Running... udevadm settle --timeout=300 >10:52:49,036 DEBUG program: Return code: 0 >10:52:49,063 INFO program: Running... udevadm settle --timeout=300 >10:52:49,089 DEBUG program: Return code: 0 >10:52:49,117 INFO program: Running... udevadm settle --timeout=300 >10:52:49,150 DEBUG program: Return code: 0 >10:52:49,177 INFO program: Running... udevadm settle --timeout=300 >10:52:49,204 DEBUG program: Return code: 0 >10:52:49,233 INFO program: Running... udevadm settle --timeout=300 >10:52:49,259 DEBUG program: Return code: 0 >10:52:49,286 INFO program: Running... udevadm settle --timeout=300 >10:52:49,312 DEBUG program: Return code: 0 >10:52:49,340 INFO program: Running... udevadm settle --timeout=300 >10:52:49,366 DEBUG program: Return code: 0 >10:52:49,393 INFO program: Running... udevadm settle --timeout=300 >10:52:49,418 DEBUG program: Return code: 0 >10:52:49,453 INFO program: Running... udevadm settle --timeout=300 >10:52:49,478 DEBUG program: Return code: 0 >10:52:49,506 INFO program: Running... udevadm settle --timeout=300 >10:52:49,531 DEBUG program: Return code: 0 >10:52:49,557 INFO program: Running... udevadm settle --timeout=300 >10:52:49,582 DEBUG program: Return code: 0 >10:52:49,609 INFO program: Running... udevadm settle --timeout=300 >10:52:49,634 DEBUG program: Return code: 0 >10:52:49,663 INFO program: Running... udevadm settle --timeout=300 >10:52:49,691 DEBUG program: Return code: 0 >10:52:49,717 INFO program: Running... udevadm settle --timeout=300 >10:52:49,744 DEBUG program: Return code: 0 >10:52:49,770 INFO program: Running... udevadm settle --timeout=300 >10:52:49,796 DEBUG program: Return code: 0 >10:52:49,823 INFO program: Running... udevadm settle --timeout=300 >10:52:49,851 DEBUG program: Return code: 0 >10:52:49,872 INFO program: Running... udevadm settle --timeout=300 >10:52:49,897 DEBUG program: Return code: 0 >10:52:49,924 INFO program: Running... udevadm settle --timeout=300 >10:52:49,950 DEBUG program: Return code: 0 >10:52:49,976 INFO program: Running... udevadm settle --timeout=300 >10:52:50,001 DEBUG program: Return code: 0 >10:52:50,028 INFO program: Running... udevadm settle --timeout=300 >10:52:50,054 DEBUG program: Return code: 0 >10:52:50,081 INFO program: Running... udevadm settle --timeout=300 >10:52:50,108 DEBUG program: Return code: 0 >10:52:50,136 INFO program: Running... udevadm settle --timeout=300 >10:52:50,161 DEBUG program: Return code: 0 >10:52:50,188 INFO program: Running... udevadm settle --timeout=300 >10:52:50,213 DEBUG program: Return code: 0 >10:52:50,240 INFO program: Running... udevadm settle --timeout=300 >10:52:50,265 DEBUG program: Return code: 0 >10:52:50,292 INFO program: Running... udevadm settle --timeout=300 >10:52:50,316 DEBUG program: Return code: 0 >10:52:50,343 INFO program: Running... udevadm settle --timeout=300 >10:52:50,368 DEBUG program: Return code: 0 >10:52:50,395 INFO program: Running... udevadm settle --timeout=300 >10:52:50,426 DEBUG program: Return code: 0 >10:52:50,453 INFO program: Running... udevadm settle --timeout=300 >10:52:50,484 DEBUG program: Return code: 0 >10:52:50,510 INFO program: Running... udevadm settle --timeout=300 >10:52:50,535 DEBUG program: Return code: 0 >10:52:50,557 INFO program: Running... udevadm settle --timeout=300 >10:52:50,583 DEBUG program: Return code: 0 >10:52:50,609 INFO program: Running... udevadm settle --timeout=300 >10:52:50,634 DEBUG program: Return code: 0 >10:52:50,657 INFO program: Running... udevadm settle --timeout=300 >10:52:50,682 DEBUG program: Return code: 0 >10:52:50,710 INFO program: Running... udevadm settle --timeout=300 >10:52:50,734 DEBUG program: Return code: 0 >10:52:50,763 INFO program: Running... udevadm settle --timeout=300 >10:52:50,788 DEBUG program: Return code: 0 >10:52:50,860 INFO program: Running... mount -t bind -o bind,defaults /dev /mnt/sysimage/dev >10:52:50,886 DEBUG program: Return code: 0 >10:52:50,892 INFO program: Running... udevadm settle --timeout=300 >10:52:50,917 DEBUG program: Return code: 0 >10:52:50,944 INFO program: Running... udevadm settle --timeout=300 >10:52:50,971 DEBUG program: Return code: 0 >10:52:50,998 INFO program: Running... udevadm settle --timeout=300 >10:52:51,023 DEBUG program: Return code: 0 >10:52:51,050 INFO program: Running... udevadm settle --timeout=300 >10:52:51,076 DEBUG program: Return code: 0 >10:52:51,102 INFO program: Running... udevadm settle --timeout=300 >10:52:51,128 DEBUG program: Return code: 0 >10:52:51,157 INFO program: Running... udevadm settle --timeout=300 >10:52:51,184 DEBUG program: Return code: 0 >10:52:51,211 INFO program: Running... udevadm settle --timeout=300 >10:52:51,237 DEBUG program: Return code: 0 >10:52:51,264 INFO program: Running... udevadm settle --timeout=300 >10:52:51,289 DEBUG program: Return code: 0 >10:52:51,317 INFO program: Running... udevadm settle --timeout=300 >10:52:51,342 DEBUG program: Return code: 0 >10:52:51,369 INFO program: Running... udevadm settle --timeout=300 >10:52:51,395 DEBUG program: Return code: 0 >10:52:51,422 INFO program: Running... udevadm settle --timeout=300 >10:52:51,447 DEBUG program: Return code: 0 >10:52:51,474 INFO program: Running... udevadm settle --timeout=300 >10:52:51,500 DEBUG program: Return code: 0 >10:52:51,527 INFO program: Running... udevadm settle --timeout=300 >10:52:51,553 DEBUG program: Return code: 0 >10:52:51,580 INFO program: Running... udevadm settle --timeout=300 >10:52:51,606 DEBUG program: Return code: 0 >10:52:51,632 INFO program: Running... udevadm settle --timeout=300 >10:52:51,659 DEBUG program: Return code: 0 >10:52:51,686 INFO program: Running... udevadm settle --timeout=300 >10:52:51,712 DEBUG program: Return code: 0 >10:52:51,738 INFO program: Running... udevadm settle --timeout=300 >10:52:51,765 DEBUG program: Return code: 0 >10:52:51,791 INFO program: Running... udevadm settle --timeout=300 >10:52:51,818 DEBUG program: Return code: 0 >10:52:51,845 INFO program: Running... udevadm settle --timeout=300 >10:52:51,871 DEBUG program: Return code: 0 >10:52:51,898 INFO program: Running... udevadm settle --timeout=300 >10:52:51,923 DEBUG program: Return code: 0 >10:52:51,950 INFO program: Running... udevadm settle --timeout=300 >10:52:51,977 DEBUG program: Return code: 0 >10:52:52,004 INFO program: Running... udevadm settle --timeout=300 >10:52:52,031 DEBUG program: Return code: 0 >10:52:52,052 INFO program: Running... udevadm settle --timeout=300 >10:52:52,080 DEBUG program: Return code: 0 >10:52:52,108 INFO program: Running... udevadm settle --timeout=300 >10:52:52,134 DEBUG program: Return code: 0 >10:52:52,162 INFO program: Running... udevadm settle --timeout=300 >10:52:52,187 DEBUG program: Return code: 0 >10:52:52,215 INFO program: Running... udevadm settle --timeout=300 >10:52:52,241 DEBUG program: Return code: 0 >10:52:52,268 INFO program: Running... udevadm settle --timeout=300 >10:52:52,295 DEBUG program: Return code: 0 >10:52:52,325 INFO program: Running... udevadm settle --timeout=300 >10:52:52,352 DEBUG program: Return code: 0 >10:52:52,379 INFO program: Running... udevadm settle --timeout=300 >10:52:52,405 DEBUG program: Return code: 0 >10:52:52,433 INFO program: Running... udevadm settle --timeout=300 >10:52:52,460 DEBUG program: Return code: 0 >10:52:52,488 INFO program: Running... udevadm settle --timeout=300 >10:52:52,516 DEBUG program: Return code: 0 >10:52:52,543 INFO program: Running... udevadm settle --timeout=300 >10:52:52,570 DEBUG program: Return code: 0 >10:52:52,597 INFO program: Running... udevadm settle --timeout=300 >10:52:52,623 DEBUG program: Return code: 0 >10:52:52,651 INFO program: Running... udevadm settle --timeout=300 >10:52:52,680 DEBUG program: Return code: 0 >10:52:52,707 INFO program: Running... udevadm settle --timeout=300 >10:52:52,733 DEBUG program: Return code: 0 >10:52:52,754 INFO program: Running... udevadm settle --timeout=300 >10:52:52,780 DEBUG program: Return code: 0 >10:52:52,807 INFO program: Running... udevadm settle --timeout=300 >10:52:52,833 DEBUG program: Return code: 0 >10:52:52,857 INFO program: Running... udevadm settle --timeout=300 >10:52:52,883 DEBUG program: Return code: 0 >10:52:52,910 INFO program: Running... udevadm settle --timeout=300 >10:52:52,935 DEBUG program: Return code: 0 >10:52:52,965 INFO program: Running... udevadm settle --timeout=300 >10:52:52,991 DEBUG program: Return code: 0 >10:52:53,018 INFO program: Running... mount -t devpts -o gid=5,mode=620 devpts /mnt/sysimage/dev/pts >10:52:53,041 DEBUG program: Return code: 0 >10:52:53,047 INFO program: Running... udevadm settle --timeout=300 >10:52:53,078 DEBUG program: Return code: 0 >10:52:53,107 INFO program: Running... udevadm settle --timeout=300 >10:52:53,135 DEBUG program: Return code: 0 >10:52:53,162 INFO program: Running... udevadm settle --timeout=300 >10:52:53,189 DEBUG program: Return code: 0 >10:52:53,216 INFO program: Running... udevadm settle --timeout=300 >10:52:53,242 DEBUG program: Return code: 0 >10:52:53,268 INFO program: Running... udevadm settle --timeout=300 >10:52:53,295 DEBUG program: Return code: 0 >10:52:53,322 INFO program: Running... udevadm settle --timeout=300 >10:52:53,348 DEBUG program: Return code: 0 >10:52:53,376 INFO program: Running... udevadm settle --timeout=300 >10:52:53,402 DEBUG program: Return code: 0 >10:52:53,429 INFO program: Running... udevadm settle --timeout=300 >10:52:53,455 DEBUG program: Return code: 0 >10:52:53,482 INFO program: Running... udevadm settle --timeout=300 >10:52:53,508 DEBUG program: Return code: 0 >10:52:53,535 INFO program: Running... udevadm settle --timeout=300 >10:52:53,561 DEBUG program: Return code: 0 >10:52:53,588 INFO program: Running... udevadm settle --timeout=300 >10:52:53,613 DEBUG program: Return code: 0 >10:52:53,640 INFO program: Running... udevadm settle --timeout=300 >10:52:53,667 DEBUG program: Return code: 0 >10:52:53,694 INFO program: Running... udevadm settle --timeout=300 >10:52:53,720 DEBUG program: Return code: 0 >10:52:53,747 INFO program: Running... udevadm settle --timeout=300 >10:52:53,773 DEBUG program: Return code: 0 >10:52:53,800 INFO program: Running... udevadm settle --timeout=300 >10:52:53,826 DEBUG program: Return code: 0 >10:52:53,853 INFO program: Running... udevadm settle --timeout=300 >10:52:53,880 DEBUG program: Return code: 0 >10:52:53,907 INFO program: Running... udevadm settle --timeout=300 >10:52:53,933 DEBUG program: Return code: 0 >10:52:53,960 INFO program: Running... udevadm settle --timeout=300 >10:52:53,986 DEBUG program: Return code: 0 >10:52:54,012 INFO program: Running... udevadm settle --timeout=300 >10:52:54,038 DEBUG program: Return code: 0 >10:52:54,065 INFO program: Running... udevadm settle --timeout=300 >10:52:54,092 DEBUG program: Return code: 0 >10:52:54,118 INFO program: Running... udevadm settle --timeout=300 >10:52:54,144 DEBUG program: Return code: 0 >10:52:54,171 INFO program: Running... udevadm settle --timeout=300 >10:52:54,197 DEBUG program: Return code: 0 >10:52:54,217 INFO program: Running... udevadm settle --timeout=300 >10:52:54,242 DEBUG program: Return code: 0 >10:52:54,268 INFO program: Running... udevadm settle --timeout=300 >10:52:54,294 DEBUG program: Return code: 0 >10:52:54,321 INFO program: Running... udevadm settle --timeout=300 >10:52:54,346 DEBUG program: Return code: 0 >10:52:54,373 INFO program: Running... udevadm settle --timeout=300 >10:52:54,400 DEBUG program: Return code: 0 >10:52:54,427 INFO program: Running... udevadm settle --timeout=300 >10:52:54,452 DEBUG program: Return code: 0 >10:52:54,479 INFO program: Running... udevadm settle --timeout=300 >10:52:54,505 DEBUG program: Return code: 0 >10:52:54,532 INFO program: Running... udevadm settle --timeout=300 >10:52:54,557 DEBUG program: Return code: 0 >10:52:54,584 INFO program: Running... udevadm settle --timeout=300 >10:52:54,610 DEBUG program: Return code: 0 >10:52:54,637 INFO program: Running... udevadm settle --timeout=300 >10:52:54,662 DEBUG program: Return code: 0 >10:52:54,690 INFO program: Running... udevadm settle --timeout=300 >10:52:54,715 DEBUG program: Return code: 0 >10:52:54,742 INFO program: Running... udevadm settle --timeout=300 >10:52:54,768 DEBUG program: Return code: 0 >10:52:54,795 INFO program: Running... udevadm settle --timeout=300 >10:52:54,821 DEBUG program: Return code: 0 >10:52:54,848 INFO program: Running... udevadm settle --timeout=300 >10:52:54,874 DEBUG program: Return code: 0 >10:52:54,895 INFO program: Running... udevadm settle --timeout=300 >10:52:54,921 DEBUG program: Return code: 0 >10:52:54,948 INFO program: Running... udevadm settle --timeout=300 >10:52:54,974 DEBUG program: Return code: 0 >10:52:54,996 INFO program: Running... udevadm settle --timeout=300 >10:52:55,022 DEBUG program: Return code: 0 >10:52:55,049 INFO program: Running... udevadm settle --timeout=300 >10:52:55,074 DEBUG program: Return code: 0 >10:52:55,101 INFO program: Running... udevadm settle --timeout=300 >10:52:55,127 DEBUG program: Return code: 0 >10:52:55,154 INFO program: Running... udevadm settle --timeout=300 >10:52:55,180 DEBUG program: Return code: 0 >10:52:55,209 INFO program: Running... udevadm settle --timeout=300 >10:52:55,234 DEBUG program: Return code: 0 >10:52:55,262 INFO program: Running... mount -t tmpfs -o defaults tmpfs /mnt/sysimage/dev/shm >10:52:55,285 DEBUG program: Return code: 0 >10:52:55,290 INFO program: Running... udevadm settle --timeout=300 >10:52:55,316 DEBUG program: Return code: 0 >10:52:55,343 INFO program: Running... udevadm settle --timeout=300 >10:52:55,368 DEBUG program: Return code: 0 >10:52:55,396 INFO program: Running... udevadm settle --timeout=300 >10:52:55,421 DEBUG program: Return code: 0 >10:52:55,448 INFO program: Running... udevadm settle --timeout=300 >10:52:55,473 DEBUG program: Return code: 0 >10:52:55,501 INFO program: Running... udevadm settle --timeout=300 >10:52:55,526 DEBUG program: Return code: 0 >10:52:55,553 INFO program: Running... udevadm settle --timeout=300 >10:52:55,579 DEBUG program: Return code: 0 >10:52:55,606 INFO program: Running... udevadm settle --timeout=300 >10:52:55,632 DEBUG program: Return code: 0 >10:52:55,659 INFO program: Running... udevadm settle --timeout=300 >10:52:55,684 DEBUG program: Return code: 0 >10:52:55,712 INFO program: Running... udevadm settle --timeout=300 >10:52:55,738 DEBUG program: Return code: 0 >10:52:55,765 INFO program: Running... udevadm settle --timeout=300 >10:52:55,790 DEBUG program: Return code: 0 >10:52:55,818 INFO program: Running... udevadm settle --timeout=300 >10:52:55,844 DEBUG program: Return code: 0 >10:52:55,871 INFO program: Running... udevadm settle --timeout=300 >10:52:55,897 DEBUG program: Return code: 0 >10:52:55,924 INFO program: Running... udevadm settle --timeout=300 >10:52:55,950 DEBUG program: Return code: 0 >10:52:55,977 INFO program: Running... udevadm settle --timeout=300 >10:52:56,003 DEBUG program: Return code: 0 >10:52:56,030 INFO program: Running... udevadm settle --timeout=300 >10:52:56,056 DEBUG program: Return code: 0 >10:52:56,084 INFO program: Running... udevadm settle --timeout=300 >10:52:56,109 DEBUG program: Return code: 0 >10:52:56,137 INFO program: Running... udevadm settle --timeout=300 >10:52:56,162 DEBUG program: Return code: 0 >10:52:56,189 INFO program: Running... udevadm settle --timeout=300 >10:52:56,214 DEBUG program: Return code: 0 >10:52:56,241 INFO program: Running... udevadm settle --timeout=300 >10:52:56,267 DEBUG program: Return code: 0 >10:52:56,294 INFO program: Running... udevadm settle --timeout=300 >10:52:56,319 DEBUG program: Return code: 0 >10:52:56,346 INFO program: Running... udevadm settle --timeout=300 >10:52:56,372 DEBUG program: Return code: 0 >10:52:56,399 INFO program: Running... udevadm settle --timeout=300 >10:52:56,424 DEBUG program: Return code: 0 >10:52:56,445 INFO program: Running... udevadm settle --timeout=300 >10:52:56,469 DEBUG program: Return code: 0 >10:52:56,496 INFO program: Running... udevadm settle --timeout=300 >10:52:56,521 DEBUG program: Return code: 0 >10:52:56,548 INFO program: Running... udevadm settle --timeout=300 >10:52:56,574 DEBUG program: Return code: 0 >10:52:56,601 INFO program: Running... udevadm settle --timeout=300 >10:52:56,626 DEBUG program: Return code: 0 >10:52:56,653 INFO program: Running... udevadm settle --timeout=300 >10:52:56,678 DEBUG program: Return code: 0 >10:52:56,705 INFO program: Running... udevadm settle --timeout=300 >10:52:56,731 DEBUG program: Return code: 0 >10:52:56,757 INFO program: Running... udevadm settle --timeout=300 >10:52:56,782 DEBUG program: Return code: 0 >10:52:56,809 INFO program: Running... udevadm settle --timeout=300 >10:52:56,835 DEBUG program: Return code: 0 >10:52:56,862 INFO program: Running... udevadm settle --timeout=300 >10:52:56,887 DEBUG program: Return code: 0 >10:52:56,914 INFO program: Running... udevadm settle --timeout=300 >10:52:56,939 DEBUG program: Return code: 0 >10:52:56,966 INFO program: Running... udevadm settle --timeout=300 >10:52:56,991 DEBUG program: Return code: 0 >10:52:57,018 INFO program: Running... udevadm settle --timeout=300 >10:52:57,043 DEBUG program: Return code: 0 >10:52:57,070 INFO program: Running... udevadm settle --timeout=300 >10:52:57,096 DEBUG program: Return code: 0 >10:52:57,117 INFO program: Running... udevadm settle --timeout=300 >10:52:57,142 DEBUG program: Return code: 0 >10:52:57,169 INFO program: Running... udevadm settle --timeout=300 >10:52:57,194 DEBUG program: Return code: 0 >10:52:57,216 INFO program: Running... udevadm settle --timeout=300 >10:52:57,242 DEBUG program: Return code: 0 >10:52:57,268 INFO program: Running... udevadm settle --timeout=300 >10:52:57,294 DEBUG program: Return code: 0 >10:52:57,321 INFO program: Running... udevadm settle --timeout=300 >10:52:57,348 DEBUG program: Return code: 0 >10:52:57,375 INFO program: Running... udevadm settle --timeout=300 >10:52:57,400 DEBUG program: Return code: 0 >10:52:57,427 INFO program: Running... udevadm settle --timeout=300 >10:52:57,453 DEBUG program: Return code: 0 >10:52:57,480 INFO program: Running... udevadm settle --timeout=300 >10:52:57,506 DEBUG program: Return code: 0 >10:52:57,529 INFO program: Running... udevadm settle --timeout=300 >10:52:57,555 DEBUG program: Return code: 0 >10:52:57,625 INFO program: Running... mount -t ext4 -o defaults /dev/sdh2 /mnt/sysimage/mnt/Boot >10:52:57,697 DEBUG program: Return code: 0 >10:52:57,706 INFO program: Running... udevadm settle --timeout=300 >10:52:57,732 DEBUG program: Return code: 0 >10:52:57,760 INFO program: Running... udevadm settle --timeout=300 >10:52:57,786 DEBUG program: Return code: 0 >10:52:57,829 INFO program: Running... udevadm settle --timeout=300 >10:52:57,856 DEBUG program: Return code: 0 >10:52:57,883 INFO program: Running... udevadm settle --timeout=300 >10:52:57,910 DEBUG program: Return code: 0 >10:52:57,938 INFO program: Running... udevadm settle --timeout=300 >10:52:57,964 DEBUG program: Return code: 0 >10:52:57,991 INFO program: Running... udevadm settle --timeout=300 >10:52:58,017 DEBUG program: Return code: 0 >10:52:58,044 INFO program: Running... udevadm settle --timeout=300 >10:52:58,070 DEBUG program: Return code: 0 >10:52:58,097 INFO program: Running... udevadm settle --timeout=300 >10:52:58,123 DEBUG program: Return code: 0 >10:52:58,150 INFO program: Running... udevadm settle --timeout=300 >10:52:58,175 DEBUG program: Return code: 0 >10:52:58,202 INFO program: Running... udevadm settle --timeout=300 >10:52:58,227 DEBUG program: Return code: 0 >10:52:58,255 INFO program: Running... udevadm settle --timeout=300 >10:52:58,280 DEBUG program: Return code: 0 >10:52:58,307 INFO program: Running... udevadm settle --timeout=300 >10:52:58,333 DEBUG program: Return code: 0 >10:52:58,360 INFO program: Running... udevadm settle --timeout=300 >10:52:58,386 DEBUG program: Return code: 0 >10:52:58,413 INFO program: Running... udevadm settle --timeout=300 >10:52:58,439 DEBUG program: Return code: 0 >10:52:58,466 INFO program: Running... udevadm settle --timeout=300 >10:52:58,492 DEBUG program: Return code: 0 >10:52:58,519 INFO program: Running... udevadm settle --timeout=300 >10:52:58,544 DEBUG program: Return code: 0 >10:52:58,571 INFO program: Running... udevadm settle --timeout=300 >10:52:58,597 DEBUG program: Return code: 0 >10:52:58,624 INFO program: Running... udevadm settle --timeout=300 >10:52:58,650 DEBUG program: Return code: 0 >10:52:58,676 INFO program: Running... udevadm settle --timeout=300 >10:52:58,702 DEBUG program: Return code: 0 >10:52:58,730 INFO program: Running... udevadm settle --timeout=300 >10:52:58,757 DEBUG program: Return code: 0 >10:52:58,786 INFO program: Running... udevadm settle --timeout=300 >10:52:58,814 DEBUG program: Return code: 0 >10:52:58,842 INFO program: Running... udevadm settle --timeout=300 >10:52:58,870 DEBUG program: Return code: 0 >10:52:58,890 INFO program: Running... udevadm settle --timeout=300 >10:52:58,916 DEBUG program: Return code: 0 >10:52:58,951 INFO program: Running... udevadm settle --timeout=300 >10:52:58,979 DEBUG program: Return code: 0 >10:52:59,007 INFO program: Running... udevadm settle --timeout=300 >10:52:59,034 DEBUG program: Return code: 0 >10:52:59,061 INFO program: Running... udevadm settle --timeout=300 >10:52:59,087 DEBUG program: Return code: 0 >10:52:59,115 INFO program: Running... udevadm settle --timeout=300 >10:52:59,141 DEBUG program: Return code: 0 >10:52:59,169 INFO program: Running... udevadm settle --timeout=300 >10:52:59,195 DEBUG program: Return code: 0 >10:52:59,222 INFO program: Running... udevadm settle --timeout=300 >10:52:59,250 DEBUG program: Return code: 0 >10:52:59,278 INFO program: Running... udevadm settle --timeout=300 >10:52:59,305 DEBUG program: Return code: 0 >10:52:59,332 INFO program: Running... udevadm settle --timeout=300 >10:52:59,358 DEBUG program: Return code: 0 >10:52:59,386 INFO program: Running... udevadm settle --timeout=300 >10:52:59,412 DEBUG program: Return code: 0 >10:52:59,439 INFO program: Running... udevadm settle --timeout=300 >10:52:59,464 DEBUG program: Return code: 0 >10:52:59,491 INFO program: Running... udevadm settle --timeout=300 >10:52:59,517 DEBUG program: Return code: 0 >10:52:59,549 INFO program: Running... udevadm settle --timeout=300 >10:52:59,575 DEBUG program: Return code: 0 >10:52:59,596 INFO program: Running... udevadm settle --timeout=300 >10:52:59,622 DEBUG program: Return code: 0 >10:52:59,648 INFO program: Running... udevadm settle --timeout=300 >10:52:59,675 DEBUG program: Return code: 0 >10:52:59,698 INFO program: Running... udevadm settle --timeout=300 >10:52:59,724 DEBUG program: Return code: 0 >10:52:59,750 INFO program: Running... udevadm settle --timeout=300 >10:52:59,776 DEBUG program: Return code: 0 >10:52:59,803 INFO program: Running... udevadm settle --timeout=300 >10:52:59,830 DEBUG program: Return code: 0 >10:52:59,857 INFO program: Running... udevadm settle --timeout=300 >10:52:59,883 DEBUG program: Return code: 0 >10:52:59,910 INFO program: Running... udevadm settle --timeout=300 >10:52:59,935 DEBUG program: Return code: 0 >10:52:59,962 INFO program: Running... udevadm settle --timeout=300 >10:52:59,987 DEBUG program: Return code: 0 >10:53:00,008 INFO program: Running... udevadm settle --timeout=300 >10:53:00,033 DEBUG program: Return code: 0 >10:53:00,057 INFO program: Running... udevadm settle --timeout=300 >10:53:00,084 DEBUG program: Return code: 0 >10:53:00,107 INFO program: Running... mount -t ext4 -o defaults /dev/sdh6 /mnt/sysimage/mnt/Common >10:53:00,243 DEBUG program: Return code: 0 >10:53:00,253 INFO program: Running... udevadm settle --timeout=300 >10:53:00,280 DEBUG program: Return code: 0 >10:53:00,308 INFO program: Running... udevadm settle --timeout=300 >10:53:00,335 DEBUG program: Return code: 0 >10:53:00,383 INFO program: Running... udevadm settle --timeout=300 >10:53:00,409 DEBUG program: Return code: 0 >10:53:00,437 INFO program: Running... udevadm settle --timeout=300 >10:53:00,462 DEBUG program: Return code: 0 >10:53:00,490 INFO program: Running... udevadm settle --timeout=300 >10:53:00,515 DEBUG program: Return code: 0 >10:53:00,543 INFO program: Running... udevadm settle --timeout=300 >10:53:00,569 DEBUG program: Return code: 0 >10:53:00,597 INFO program: Running... udevadm settle --timeout=300 >10:53:00,622 DEBUG program: Return code: 0 >10:53:00,650 INFO program: Running... udevadm settle --timeout=300 >10:53:00,676 DEBUG program: Return code: 0 >10:53:00,703 INFO program: Running... udevadm settle --timeout=300 >10:53:00,729 DEBUG program: Return code: 0 >10:53:00,756 INFO program: Running... udevadm settle --timeout=300 >10:53:00,782 DEBUG program: Return code: 0 >10:53:00,810 INFO program: Running... udevadm settle --timeout=300 >10:53:00,835 DEBUG program: Return code: 0 >10:53:00,862 INFO program: Running... udevadm settle --timeout=300 >10:53:00,887 DEBUG program: Return code: 0 >10:53:00,914 INFO program: Running... udevadm settle --timeout=300 >10:53:00,939 DEBUG program: Return code: 0 >10:53:00,966 INFO program: Running... udevadm settle --timeout=300 >10:53:00,991 DEBUG program: Return code: 0 >10:53:01,020 INFO program: Running... udevadm settle --timeout=300 >10:53:01,046 DEBUG program: Return code: 0 >10:53:01,074 INFO program: Running... udevadm settle --timeout=300 >10:53:01,104 DEBUG program: Return code: 0 >10:53:01,131 INFO program: Running... udevadm settle --timeout=300 >10:53:01,157 DEBUG program: Return code: 0 >10:53:01,185 INFO program: Running... udevadm settle --timeout=300 >10:53:01,267 DEBUG program: Return code: 0 >10:53:01,342 INFO program: Running... udevadm settle --timeout=300 >10:53:01,374 DEBUG program: Return code: 0 >10:53:01,407 INFO program: Running... udevadm settle --timeout=300 >10:53:01,435 DEBUG program: Return code: 0 >10:53:01,467 INFO program: Running... udevadm settle --timeout=300 >10:53:01,516 DEBUG program: Return code: 0 >10:53:01,544 INFO program: Running... udevadm settle --timeout=300 >10:53:01,569 DEBUG program: Return code: 0 >10:53:01,588 INFO program: Running... udevadm settle --timeout=300 >10:53:01,614 DEBUG program: Return code: 0 >10:53:01,642 INFO program: Running... udevadm settle --timeout=300 >10:53:01,670 DEBUG program: Return code: 0 >10:53:01,696 INFO program: Running... udevadm settle --timeout=300 >10:53:01,722 DEBUG program: Return code: 0 >10:53:01,749 INFO program: Running... udevadm settle --timeout=300 >10:53:01,774 DEBUG program: Return code: 0 >10:53:01,800 INFO program: Running... udevadm settle --timeout=300 >10:53:01,825 DEBUG program: Return code: 0 >10:53:01,852 INFO program: Running... udevadm settle --timeout=300 >10:53:01,877 DEBUG program: Return code: 0 >10:53:01,905 INFO program: Running... udevadm settle --timeout=300 >10:53:01,932 DEBUG program: Return code: 0 >10:53:01,978 INFO program: Running... udevadm settle --timeout=300 >10:53:02,005 DEBUG program: Return code: 0 >10:53:02,035 INFO program: Running... udevadm settle --timeout=300 >10:53:02,068 DEBUG program: Return code: 0 >10:53:02,108 INFO program: Running... udevadm settle --timeout=300 >10:53:02,141 DEBUG program: Return code: 0 >10:53:02,213 INFO program: Running... udevadm settle --timeout=300 >10:53:02,267 DEBUG program: Return code: 0 >10:53:02,317 INFO program: Running... udevadm settle --timeout=300 >10:53:02,344 DEBUG program: Return code: 0 >10:53:02,374 INFO program: Running... udevadm settle --timeout=300 >10:53:02,403 DEBUG program: Return code: 0 >10:53:02,426 INFO program: Running... udevadm settle --timeout=300 >10:53:02,454 DEBUG program: Return code: 0 >10:53:02,482 INFO program: Running... udevadm settle --timeout=300 >10:53:02,508 DEBUG program: Return code: 0 >10:53:02,530 INFO program: Running... udevadm settle --timeout=300 >10:53:02,564 DEBUG program: Return code: 0 >10:53:02,592 INFO program: Running... udevadm settle --timeout=300 >10:53:02,619 DEBUG program: Return code: 0 >10:53:02,646 INFO program: Running... udevadm settle --timeout=300 >10:53:02,672 DEBUG program: Return code: 0 >10:53:02,699 INFO program: Running... udevadm settle --timeout=300 >10:53:02,724 DEBUG program: Return code: 0 >10:53:02,751 INFO program: Running... udevadm settle --timeout=300 >10:53:02,777 DEBUG program: Return code: 0 >10:53:02,803 INFO program: Running... udevadm settle --timeout=300 >10:53:02,828 DEBUG program: Return code: 0 >10:53:02,850 INFO program: Running... udevadm settle --timeout=300 >10:53:02,875 DEBUG program: Return code: 0 >10:53:02,901 INFO program: Running... udevadm settle --timeout=300 >10:53:02,927 DEBUG program: Return code: 0 >10:53:02,952 INFO program: Running... udevadm settle --timeout=300 >10:53:02,977 DEBUG program: Return code: 0 >10:53:03,000 INFO program: Running... mount -t ntfs -o default,ro /dev/sdh1 /mnt/sysimage/mnt/GoFlex >10:53:03,023 INFO program: stderr: >10:53:03,024 INFO program: b'Mount is denied because the NTFS volume is already exclusively opened.' >10:53:03,025 INFO program: b'The volume may be already mounted, or another software may use it which' >10:53:03,025 INFO program: b"could be identified for example by the help of the 'fuser' command." >10:53:03,026 DEBUG program: Return code: 16 >10:53:03,263 INFO program: Running... journalctl -b > > >/tmp/storage.log: >11:40:32,342 DEBUG blivet: registered device format class DeviceFormat as None >11:40:32,344 DEBUG blivet: registered device format class DiskLabel as disklabel >11:40:32,363 DEBUG blivet: registered device format class BIOSBoot as biosboot >11:40:32,463 DEBUG blivet: registered device format class MDRaidMember as mdmember >11:40:32,468 DEBUG blivet: registered device format class LVMPhysicalVolume as lvmpv >11:40:32,470 DEBUG blivet: registered device format class LUKS as luks >11:40:32,471 DEBUG blivet: registered device format class DMRaidMember as dmraidmember >11:40:32,472 DEBUG blivet: registered device format class PPCPRePBoot as prepboot >11:40:32,500 DEBUG blivet: registered device format class Ext2FS as ext2 >11:40:32,501 DEBUG blivet: registered device format class Ext3FS as ext3 >11:40:32,501 DEBUG blivet: registered device format class Ext4FS as ext4 >11:40:32,501 DEBUG blivet: registered device format class FATFS as vfat >11:40:32,502 DEBUG blivet: registered device format class EFIFS as efi >11:40:32,502 DEBUG blivet: registered device format class BTRFS as btrfs >11:40:32,502 DEBUG blivet: registered device format class GFS2 as gfs2 >11:40:32,502 DEBUG blivet: registered device format class JFS as jfs >11:40:32,503 DEBUG blivet: registered device format class ReiserFS as reiserfs >11:40:32,503 DEBUG blivet: registered device format class XFS as xfs >11:40:32,503 DEBUG blivet: registered device format class HFS as hfs >11:40:32,503 DEBUG blivet: registered device format class AppleBootstrapFS as appleboot >11:40:32,504 DEBUG blivet: registered device format class HFSPlus as hfs+ >11:40:32,504 DEBUG blivet: registered device format class MacEFIFS as macefi >11:40:32,504 DEBUG blivet: registered device format class NTFS as ntfs >11:40:32,505 DEBUG blivet: registered device format class NFS as nfs >11:40:32,505 DEBUG blivet: registered device format class NFSv4 as nfs4 >11:40:32,505 DEBUG blivet: registered device format class Iso9660FS as iso9660 >11:40:32,505 DEBUG blivet: registered device format class NoDevFS as nodev >11:40:32,505 DEBUG blivet: registered device format class DevPtsFS as devpts >11:40:32,505 DEBUG blivet: registered device format class ProcFS as proc >11:40:32,505 DEBUG blivet: registered device format class SysFS as sysfs >11:40:32,505 DEBUG blivet: registered device format class TmpFS as tmpfs >11:40:32,506 DEBUG blivet: registered device format class BindFS as bind >11:40:32,506 DEBUG blivet: registered device format class SELinuxFS as selinuxfs >11:40:32,506 DEBUG blivet: registered device format class USBFS as usbfs >11:40:32,506 DEBUG blivet: registered device format class EFIVarFS as efivarfs >11:40:32,507 DEBUG blivet: registered device format class SwapSpace as swap >11:40:32,508 DEBUG blivet: registered device format class MultipathMember as multipath_member >11:40:32,670 DEBUG blivet: IGNORED: Caught exception, continuing. >11:40:32,670 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >11:40:32,670 DEBUG blivet: IGNORED: Begin exception details. >11:40:32,671 DEBUG blivet: IGNORED: Traceback (most recent call last): >11:40:32,671 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/iscsi.py", line 153, in __init__ >11:40:32,671 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >11:40:32,671 DEBUG blivet: IGNORED: OSError: Unknown error >11:40:32,671 DEBUG blivet: IGNORED: End exception details. >11:40:34,820 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >11:40:34,820 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >11:40:34,821 INFO blivet: sdc1 looks to be the live device; marking as protected >11:40:34,862 INFO blivet: devices to scan: ['sdb', 'sdc', 'sdc1', 'sdc2', 'sdc3', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9', 'sr0', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base'] >11:40:34,871 DEBUG blivet: Populator.addUdevDevice: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:02.1-usb-0:1:1.2-scsi-0:0:0:0 ' > '/dev/disk/by-id/usb-HP_Photosmart_D7200_MY759F21B5050G-0:0', > 'DEVNAME': '/dev/sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Photosmart_D7200', > 'ID_MODEL_ENC': 'Photosmart\\x20D7200', > 'ID_MODEL_ID': '6911', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:1:1.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_1_1_2-scsi-0_0_0_0', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'HP_Photosmart_D7200_MY759F21B5050G-0:0', > 'ID_SERIAL_SHORT': 'MY759F21B5050G', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':070102:ffffff:ffd400:080650:', > 'ID_USB_INTERFACE_NUM': '02', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '03f0', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14236496'} ; >11:40:34,871 INFO blivet: scanning sdb (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb)... >11:40:34,873 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; hidden: False ; incomplete: False ; >11:40:34,874 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:34,875 DEBUG blivet: Populator.addUdevDiskDevice: name: sdb ; >11:40:34,878 INFO blivet: sdb is a disk >11:40:34,879 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 1 >11:40:34,879 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >11:40:34,885 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >11:40:34,886 DEBUG blivet: DiskDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; path: /dev/sdb ; exists: True ; >11:40:34,887 DEBUG blivet: updated sdb size to 0 B (0 B) >11:40:34,888 INFO blivet: added disk sdb (id 0) to device tree >11:40:34,889 INFO blivet: got device: DiskDevice instance (0x7f77687fecc0) -- > name = sdb status = True kids = 0 id = 0 > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = True >11:40:34,891 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdb ; >11:40:34,893 DEBUG blivet: DiskDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; path: /dev/sdb ; exists: True ; >11:40:34,894 DEBUG blivet: no media present for device sdb >11:40:34,897 DEBUG blivet: Populator.addUdevDevice: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/usb-USB_2.0_Flash_Disk_2015500087C66C00-0:0 ' > '/dev/disk/by-path/pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0 ' > '/dev/disk/by-uuid/2016-05-31-11-04-01-00 ' > '/dev/disk/by-label/Fedora-MATE-Live-24-20160531-n-0', > 'DEVNAME': '/dev/sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > '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', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-MATE-Live-24-20160531-n-0', > 'ID_FS_LABEL_ENC': 'Fedora-MATE-Live-24-20160531-n-0', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2016-05-31-11-04-01-00', > 'ID_FS_UUID_ENC': '2016-05-31-11-04-01-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '2093', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '34466889', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '5.00', > 'ID_SERIAL': 'USB_2.0_Flash_Disk_2015500087C66C00-0:0', > 'ID_SERIAL_SHORT': '2015500087C66C00', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'USB_2.0', > 'ID_VENDOR_ENC': 'USB\\x202.0\\x20', > 'ID_VENDOR_ID': '1e3d', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14320125'} ; >11:40:34,898 INFO blivet: scanning sdc (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc)... >11:40:34,899 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; hidden: False ; incomplete: False ; >11:40:34,900 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:34,901 DEBUG blivet: Populator.addUdevDiskDevice: name: sdc ; >11:40:34,905 INFO blivet: sdc is a disk >11:40:34,906 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 6 >11:40:34,906 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >11:40:34,907 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >11:40:34,909 DEBUG blivet: DiskDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc ; path: /dev/sdc ; exists: True ; >11:40:34,909 DEBUG blivet: updated sdc size to 1.95 GiB (1.95 GiB) >11:40:34,910 INFO blivet: added disk sdc (id 5) to device tree >11:40:34,911 INFO blivet: got device: DiskDevice instance (0x7f77687ce978) -- > name = sdc status = True kids = 0 id = 5 > parents = [] > uuid = None size = 1.95 GiB > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc > target size = 1.95 GiB path = /dev/sdc > format args = [] originalFormat = None removable = True >11:40:34,912 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdc ; >11:40:34,914 INFO blivet: type detected on 'sdc' is 'iso9660' >11:40:34,918 DEBUG blivet: Iso9660FS.supported: supported: True ; >11:40:34,918 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance with object id 9 >11:40:34,919 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: iso9660 ; >11:40:34,919 INFO blivet: got format: existing iso9660 filesystem >11:40:34,924 DEBUG blivet: Populator.addUdevDevice: name: sdc1 ; info: {'DEVLINKS': '/dev/disk/by-id/usb-USB_2.0_Flash_Disk_2015500087C66C00-0:0-part1 ' > '/dev/disk/by-path/pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0-part1 ' > '/dev/disk/by-uuid/2016-05-31-11-04-01-00 ' > '/dev/disk/by-label/Fedora-MATE-Live-24-20160531-n-0', > 'DEVNAME': '/dev/sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > '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', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-MATE-Live-24-20160531-n-0', > 'ID_FS_LABEL_ENC': 'Fedora-MATE-Live-24-20160531-n-0', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2016-05-31-11-04-01-00', > 'ID_FS_UUID_ENC': '2016-05-31-11-04-01-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '2093', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '0', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2908160', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '34466889-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '34466889', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '5.00', > 'ID_SERIAL': 'USB_2.0_Flash_Disk_2015500087C66C00-0:0', > 'ID_SERIAL_SHORT': '2015500087C66C00', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'USB_2.0', > 'ID_VENDOR_ENC': 'USB\\x202.0\\x20', > 'ID_VENDOR_ID': '1e3d', > 'MAJOR': '8', > 'MINOR': '33', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '0', > 'USEC_INITIALIZED': '14328255'} ; >11:40:34,925 INFO blivet: scanning sdc1 (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1)... >11:40:34,926 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc1 ; hidden: False ; incomplete: False ; >11:40:34,927 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:34,927 INFO blivet: sdc1 is a partition >11:40:34,928 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdc1 ; >11:40:34,930 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; hidden: False ; incomplete: False ; >11:40:34,931 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1.95 GiB disk sdc (5) with existing iso9660 filesystem >11:40:34,931 INFO blivet: Protecting sdc, parent of live device sdc1 >11:40:34,931 DEBUG blivet: lvm filter: adding sdc1 to the reject list >11:40:34,931 DEBUG blivet: ignoring partition sdc1 on iso9660 >11:40:34,931 DEBUG blivet: no device obtained for sdc1 >11:40:34,935 DEBUG blivet: Populator.addUdevDevice: name: sdc2 ; info: {'DEVLINKS': '/dev/disk/by-label/ANACONDA /dev/disk/by-uuid/F8DE-BA26 ' > '/dev/disk/by-id/usb-USB_2.0_Flash_Disk_2015500087C66C00-0:0-part2 ' > '/dev/disk/by-path/pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0-part2', > 'DEVNAME': '/dev/sdc2', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > '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', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'ANACONDA', > 'ID_FS_LABEL_ENC': 'ANACONDA', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'F8DE-BA26', > 'ID_FS_UUID_ENC': 'F8DE-BA26', > 'ID_FS_VERSION': 'FAT12', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '2093', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '90092', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10636', > 'ID_PART_ENTRY_TYPE': '0xef', > 'ID_PART_ENTRY_UUID': '34466889-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '34466889', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '5.00', > 'ID_SERIAL': 'USB_2.0_Flash_Disk_2015500087C66C00-0:0', > 'ID_SERIAL_SHORT': '2015500087C66C00', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'USB_2.0', > 'ID_VENDOR_ENC': 'USB\\x202.0\\x20', > 'ID_VENDOR_ID': '1e3d', > 'MAJOR': '8', > 'MINOR': '34', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '14358441'} ; >11:40:34,935 INFO blivet: scanning sdc2 (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc2)... >11:40:34,936 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc2 ; hidden: False ; incomplete: False ; >11:40:34,937 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:34,938 INFO blivet: sdc2 is a partition >11:40:34,939 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdc2 ; >11:40:34,940 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; hidden: False ; incomplete: False ; >11:40:34,941 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1.95 GiB disk sdc (5) with existing iso9660 filesystem >11:40:34,942 DEBUG blivet: lvm filter: adding sdc2 to the reject list >11:40:34,942 DEBUG blivet: ignoring partition sdc2 on iso9660 >11:40:34,942 DEBUG blivet: no device obtained for sdc2 >11:40:34,945 DEBUG blivet: Populator.addUdevDevice: name: sdc3 ; info: {'DEVLINKS': '/dev/disk/by-uuid/abbb756c-612c-3589-aeef-e899eddc83d8 ' > '/dev/disk/by-path/pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0-part3 ' > '/dev/disk/by-id/usb-USB_2.0_Flash_Disk_2015500087C66C00-0:0-part3 ' > '/dev/disk/by-label/ANACONDA', > 'DEVNAME': '/dev/sdc3', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > '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', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'ANACONDA', > 'ID_FS_LABEL_ENC': 'ANACONDA', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'hfsplus', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'abbb756c-612c-3589-aeef-e899eddc83d8', > 'ID_FS_UUID_ENC': 'abbb756c-612c-3589-aeef-e899eddc83d8', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '2093', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '100728', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '23344', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '34466889-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '34466889', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '5.00', > 'ID_SERIAL': 'USB_2.0_Flash_Disk_2015500087C66C00-0:0', > 'ID_SERIAL_SHORT': '2015500087C66C00', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'USB_2.0', > 'ID_VENDOR_ENC': 'USB\\x202.0\\x20', > 'ID_VENDOR_ID': '1e3d', > 'MAJOR': '8', > 'MINOR': '35', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '14418483'} ; >11:40:34,946 INFO blivet: scanning sdc3 (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc3)... >11:40:34,947 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc3 ; hidden: False ; incomplete: False ; >11:40:34,948 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:34,948 INFO blivet: sdc3 is a partition >11:40:34,949 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdc3 ; >11:40:34,950 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; hidden: False ; incomplete: False ; >11:40:34,951 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1.95 GiB disk sdc (5) with existing iso9660 filesystem >11:40:34,952 DEBUG blivet: lvm filter: adding sdc3 to the reject list >11:40:34,952 DEBUG blivet: ignoring partition sdc3 on iso9660 >11:40:34,952 DEBUG blivet: no device obtained for sdc3 >11:40:34,955 DEBUG blivet: Populator.addUdevDevice: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:0 ' > '/dev/disk/by-id/usb-Generic-_Compact_Flash_20060413092100000-0:0', > 'DEVNAME': '/dev/sdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Compact_Flash', > 'ID_MODEL_ENC': 'Compact\\x20Flash\\x20\\x20\\x20', > 'ID_MODEL_ID': '0151', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_6_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_Compact_Flash_20060413092100000-0:0', > 'ID_SERIAL_SHORT': '20060413092100000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14265831'} ; >11:40:34,955 INFO blivet: scanning sdd (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd)... >11:40:34,956 DEBUG blivet: DeviceTree.getDeviceByName: name: sdd ; hidden: False ; incomplete: False ; >11:40:34,957 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:34,959 DEBUG blivet: Populator.addUdevDiskDevice: name: sdd ; >11:40:34,962 INFO blivet: sdd is a disk >11:40:34,962 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 12 >11:40:34,962 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 13 >11:40:34,964 DEBUG blivet: DiskDevice._setFormat: sdd ; current: None ; type: None ; >11:40:34,966 DEBUG blivet: DiskDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; path: /dev/sdd ; exists: True ; >11:40:34,967 DEBUG blivet: updated sdd size to 0 B (0 B) >11:40:34,967 INFO blivet: added disk sdd (id 11) to device tree >11:40:34,968 INFO blivet: got device: DiskDevice instance (0x7f776879f470) -- > name = sdd status = True kids = 0 id = 11 > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 48 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd > target size = 0 B path = /dev/sdd > format args = [] originalFormat = None removable = True >11:40:34,969 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdd ; >11:40:34,971 DEBUG blivet: DiskDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; path: /dev/sdd ; exists: True ; >11:40:34,972 DEBUG blivet: no media present for device sdd >11:40:34,975 DEBUG blivet: Populator.addUdevDevice: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic-_SM_xD-Picture_20060413092100000-0:1 ' > '/dev/disk/by-path/pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:1', > 'DEVNAME': '/dev/sde', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:1', > 'ID_MODEL': 'SM_xD-Picture', > 'ID_MODEL_ENC': 'SM\\x2fxD-Picture\\x20\\x20\\x20', > 'ID_MODEL_ID': '0151', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:1', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_6_1_0-scsi-0_0_0_1', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_SM_xD-Picture_20060413092100000-0:1', > 'ID_SERIAL_SHORT': '20060413092100000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14263598'} ; >11:40:34,975 INFO blivet: scanning sde (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde)... >11:40:34,976 DEBUG blivet: DeviceTree.getDeviceByName: name: sde ; hidden: False ; incomplete: False ; >11:40:34,978 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:34,979 DEBUG blivet: Populator.addUdevDiskDevice: name: sde ; >11:40:34,982 INFO blivet: sde is a disk >11:40:34,982 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 17 >11:40:34,983 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 18 >11:40:34,984 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: None ; >11:40:34,986 DEBUG blivet: DiskDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; path: /dev/sde ; exists: True ; >11:40:34,987 DEBUG blivet: updated sde size to 0 B (0 B) >11:40:34,987 INFO blivet: added disk sde (id 16) to device tree >11:40:34,988 INFO blivet: got device: DiskDevice instance (0x7f776879f358) -- > name = sde status = True kids = 0 id = 16 > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 64 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde > target size = 0 B path = /dev/sde > format args = [] originalFormat = None removable = True >11:40:34,990 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sde ; >11:40:34,991 DEBUG blivet: DiskDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; path: /dev/sde ; exists: True ; >11:40:34,992 DEBUG blivet: no media present for device sde >11:40:34,995 DEBUG blivet: Populator.addUdevDevice: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:2 ' > '/dev/disk/by-id/usb-Generic-_SD_MMC_20060413092100000-0:2', > 'DEVNAME': '/dev/sdf', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:2', > 'ID_MODEL': 'SD_MMC', > 'ID_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '0151', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_6_1_0-scsi-0_0_0_2', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_SD_MMC_20060413092100000-0:2', > 'ID_SERIAL_SHORT': '20060413092100000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '80', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14276636'} ; >11:40:34,995 INFO blivet: scanning sdf (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf)... >11:40:34,996 DEBUG blivet: DeviceTree.getDeviceByName: name: sdf ; hidden: False ; incomplete: False ; >11:40:34,997 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:34,998 DEBUG blivet: Populator.addUdevDiskDevice: name: sdf ; >11:40:35,002 INFO blivet: sdf is a disk >11:40:35,002 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 22 >11:40:35,003 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 23 >11:40:35,004 DEBUG blivet: DiskDevice._setFormat: sdf ; current: None ; type: None ; >11:40:35,006 DEBUG blivet: DiskDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; path: /dev/sdf ; exists: True ; >11:40:35,007 DEBUG blivet: updated sdf size to 0 B (0 B) >11:40:35,007 INFO blivet: added disk sdf (id 21) to device tree >11:40:35,008 INFO blivet: got device: DiskDevice instance (0x7f776879f048) -- > name = sdf status = True kids = 0 id = 21 > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 80 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf > target size = 0 B path = /dev/sdf > format args = [] originalFormat = None removable = True >11:40:35,009 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdf ; >11:40:35,011 DEBUG blivet: DiskDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; path: /dev/sdf ; exists: True ; >11:40:35,011 DEBUG blivet: no media present for device sdf >11:40:35,015 DEBUG blivet: Populator.addUdevDevice: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic-_MS_MS-Pro_20060413092100000-0:3 ' > '/dev/disk/by-path/pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:3', > 'DEVNAME': '/dev/sdg', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:3', > 'ID_MODEL': 'MS_MS-Pro', > 'ID_MODEL_ENC': 'MS\\x2fMS-Pro\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '0151', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:3', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_6_1_0-scsi-0_0_0_3', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_MS_MS-Pro_20060413092100000-0:3', > 'ID_SERIAL_SHORT': '20060413092100000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '96', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14289653'} ; >11:40:35,015 INFO blivet: scanning sdg (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg)... >11:40:35,016 DEBUG blivet: DeviceTree.getDeviceByName: name: sdg ; hidden: False ; incomplete: False ; >11:40:35,017 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:35,018 DEBUG blivet: Populator.addUdevDiskDevice: name: sdg ; >11:40:35,021 INFO blivet: sdg is a disk >11:40:35,022 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 27 >11:40:35,022 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 28 >11:40:35,023 DEBUG blivet: DiskDevice._setFormat: sdg ; current: None ; type: None ; >11:40:35,025 DEBUG blivet: DiskDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; path: /dev/sdg ; exists: True ; >11:40:35,026 DEBUG blivet: updated sdg size to 0 B (0 B) >11:40:35,026 INFO blivet: added disk sdg (id 26) to device tree >11:40:35,027 INFO blivet: got device: DiskDevice instance (0x7f776879fc50) -- > name = sdg status = True kids = 0 id = 26 > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 96 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg > target size = 0 B path = /dev/sdg > format args = [] originalFormat = None removable = True >11:40:35,029 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdg ; >11:40:35,030 DEBUG blivet: DiskDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; path: /dev/sdg ; exists: True ; >11:40:35,031 DEBUG blivet: no media present for device sdg >11:40:35,034 DEBUG blivet: Populator.addUdevDevice: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0 ' > '/dev/disk/by-id/wwn-0x5000c5003d96c02d ' > '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M', > 'DEVNAME': '/dev/sdh', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '112', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '84403765'} ; >11:40:35,035 INFO blivet: scanning sdh (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh)... >11:40:35,036 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh ; hidden: False ; incomplete: False ; >11:40:35,037 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:35,039 DEBUG blivet: Populator.addUdevDiskDevice: name: sdh ; >11:40:35,042 INFO blivet: sdh is a disk >11:40:35,042 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 32 >11:40:35,042 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 33 >11:40:35,044 DEBUG blivet: DiskDevice._setFormat: sdh ; current: None ; type: None ; >11:40:35,046 DEBUG blivet: DiskDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh ; path: /dev/sdh ; exists: True ; >11:40:35,046 DEBUG blivet: updated sdh size to 596.17 GiB (596.17 GiB) >11:40:35,047 INFO blivet: added disk sdh (id 31) to device tree >11:40:35,048 INFO blivet: got device: DiskDevice instance (0x7f776879f0f0) -- > name = sdh status = True kids = 0 id = 31 > parents = [] > uuid = None size = 596.17 GiB > format = existing None > major = 8 minor = 112 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh > target size = 596.17 GiB path = /dev/sdh > format args = [] originalFormat = None removable = False >11:40:35,050 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh ; >11:40:35,052 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sdh ; label_type: dos ; >11:40:35,053 DEBUG blivet: DiskDevice.setup: sdh ; orig: False ; controllable: True ; status: True ; >11:40:35,055 DEBUG blivet: DiskLabel.__init__: device: /dev/sdh ; exists: True ; >11:40:35,635 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 7 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f776879fc88>, <parted.partition.Partition object at 0x7f776879fd30>, <parted.partition.Partition object at 0x7f77687b7198>, <parted.partition.Partition object at 0x7f77687b7278>, <parted.partition.Partition object at 0x7f77687b75f8>, <parted.partition.Partition object at 0x7f77687b77b8>] > device: <parted.device.Device object at 0x7f776879fe48> > PedDisk: <_ped.Disk object at 0x7f77687ade08> >11:40:36,551 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 35 >11:40:36,555 DEBUG blivet: DiskDevice._setFormat: sdh ; current: None ; type: disklabel ; >11:40:36,560 DEBUG blivet: Populator.addUdevDevice: name: sdh1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/1E645C97645C738D ' > '/dev/disk/by-id/wwn-0x5000c5003d96c02d-part1 ' > '/dev/disk/by-label/FreeAgent\\x20GoFlex\\x20Drive ' > '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part1 ' > '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part1', > 'DEVNAME': '/dev/sdh1', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'FreeAgent_GoFlex_Drive', > 'ID_FS_LABEL_ENC': 'FreeAgent\\x20GoFlex\\x20Drive', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '1E645C97645C738D', > 'ID_FS_UUID_ENC': '1E645C97645C738D', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:112', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '63', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '153601985', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '00087375-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '113', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '85293832'} ; >11:40:36,562 INFO blivet: scanning sdh1 (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh1)... >11:40:36,563 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh1 ; hidden: False ; incomplete: False ; >11:40:36,564 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:36,565 INFO blivet: sdh1 is a partition >11:40:36,566 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdh1 ; >11:40:36,568 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh ; hidden: False ; incomplete: False ; >11:40:36,569 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (31) with existing msdos disklabel >11:40:36,584 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 38 >11:40:36,592 DEBUG blivet: DiskDevice.addChild: name: sdh ; kids: 0 ; >11:40:36,592 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 39 >11:40:36,594 DEBUG blivet: PartitionDevice._setFormat: sdh1 ; current: None ; type: None ; >11:40:36,595 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh1 ; path: /dev/sdh1 ; exists: True ; >11:40:36,596 DEBUG blivet: updated sdh1 size to 73.24 GiB (73.24 GiB) >11:40:36,597 DEBUG blivet: looking up parted Partition: /dev/sdh1 >11:40:36,612 DEBUG blivet: PartitionDevice.probe: sdh1 ; exists: True ; >11:40:36,614 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh1 ; flag: 1 ; >11:40:36,617 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh1 ; flag: 10 ; >11:40:36,618 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh1 ; flag: 12 ; >11:40:36,619 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh1 ; path: /dev/sdh1 ; exists: True ; >11:40:36,620 DEBUG blivet: updated sdh1 size to 73.24 GiB (73.24 GiB) >11:40:36,621 INFO blivet: added partition sdh1 (id 37) to device tree >11:40:36,637 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:36,621 INFO blivet: got device: PartitionDevice instance (0x7f77687b7da0) -- > name = sdh1 status = True kids = 0 id = 37 > parents = ['existing 596.17 GiB disk sdh (31) with existing msdos disklabel'] > uuid = None size = 73.24 GiB > format = existing None > major = 8 minor = 113 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh1 > target size = 73.24 GiB path = /dev/sdh1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776879f160> fileSystem: <parted.filesystem.FileSystem object at 0x7f77687b7048> > number: 1 path: /dev/sdh1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f776879f2b0> PedPartition: <_ped.Partition object at 0x7f77687a8518> > disk = existing 596.17 GiB disk sdh (31) with existing msdos disklabel > start = 63 end = 153602047 length = 153601985 > flags = >11:40:36,654 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh1 ; >11:40:36,656 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sdh1 ; label_type: None ; >11:40:36,657 DEBUG blivet: device sdh1 does not contain a disklabel >11:40:36,657 INFO blivet: type detected on 'sdh1' is 'ntfs' >11:40:36,659 DEBUG blivet: NTFS.supported: supported: False ; >11:40:36,659 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 41 >11:40:36,660 DEBUG blivet: PartitionDevice._setFormat: sdh1 ; current: None ; type: ntfs ; >11:40:36,661 INFO blivet: got format: existing ntfs filesystem >11:40:36,667 DEBUG blivet: Populator.addUdevDevice: name: sdh2 ; info: {'DEVLINKS': '/dev/disk/by-label/Boot ' > '/dev/disk/by-uuid/ca7e29db-edf4-4d4a-8c84-1d8ee97efdbc ' > '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part2 ' > '/dev/disk/by-id/wwn-0x5000c5003d96c02d-part2 ' > '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part2', > 'DEVNAME': '/dev/sdh2', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Boot', > 'ID_FS_LABEL_ENC': 'Boot', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ca7e29db-edf4-4d4a-8c84-1d8ee97efdbc', > 'ID_FS_UUID_ENC': 'ca7e29db-edf4-4d4a-8c84-1d8ee97efdbc', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:112', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '153602048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '00087375-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '114', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '85603120'} ; >11:40:36,668 INFO blivet: scanning sdh2 (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2)... >11:40:36,669 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh2 ; hidden: False ; incomplete: False ; >11:40:36,670 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:36,671 INFO blivet: sdh2 is a partition >11:40:36,672 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdh2 ; >11:40:36,673 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh ; hidden: False ; incomplete: False ; >11:40:36,674 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (31) with existing msdos disklabel >11:40:36,692 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 44 >11:40:36,694 DEBUG blivet: DiskDevice.addChild: name: sdh ; kids: 1 ; >11:40:36,695 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 45 >11:40:36,696 DEBUG blivet: PartitionDevice._setFormat: sdh2 ; current: None ; type: None ; >11:40:36,698 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 ; path: /dev/sdh2 ; exists: True ; >11:40:36,699 DEBUG blivet: updated sdh2 size to 1000 MiB (1000 MiB) >11:40:36,699 DEBUG blivet: looking up parted Partition: /dev/sdh2 >11:40:36,714 DEBUG blivet: PartitionDevice.probe: sdh2 ; exists: True ; >11:40:36,716 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh2 ; flag: 1 ; >11:40:36,718 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh2 ; flag: 10 ; >11:40:36,719 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh2 ; flag: 12 ; >11:40:36,720 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 ; path: /dev/sdh2 ; exists: True ; >11:40:36,721 DEBUG blivet: updated sdh2 size to 1000 MiB (1000 MiB) >11:40:36,722 INFO blivet: added partition sdh2 (id 43) to device tree >11:40:36,736 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:36,722 INFO blivet: got device: PartitionDevice instance (0x7f7768742550) -- > name = sdh2 status = True kids = 0 id = 43 > parents = ['existing 596.17 GiB disk sdh (31) with existing msdos disklabel'] > uuid = None size = 1000 MiB > format = existing None > major = 8 minor = 114 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 > target size = 1000 MiB path = /dev/sdh2 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776879f160> fileSystem: <parted.filesystem.FileSystem object at 0x7f77687b70b8> > number: 2 path: /dev/sdh2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f776879f908> PedPartition: <_ped.Partition object at 0x7f77687a84c0> > disk = existing 596.17 GiB disk sdh (31) with existing msdos disklabel > start = 153602048 end = 155650047 length = 2048000 > flags = >11:40:36,753 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh2 ; >11:40:36,755 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sdh2 ; label_type: None ; >11:40:36,755 DEBUG blivet: device sdh2 does not contain a disklabel >11:40:36,755 INFO blivet: type detected on 'sdh2' is 'ext4' >11:40:36,757 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:39,220 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 47 >11:40:39,221 DEBUG blivet: PartitionDevice._setFormat: sdh2 ; current: None ; type: ext4 ; >11:40:39,221 INFO blivet: got format: existing ext4 filesystem >11:40:39,226 DEBUG blivet: Populator.addUdevDevice: name: sdh3 ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part3 ' > '/dev/disk/by-id/wwn-0x5000c5003d96c02d-part3 ' > '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part3', > 'DEVNAME': '/dev/sdh3', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh3', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:112', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '155650048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1094612992', > 'ID_PART_ENTRY_TYPE': '0x5', > 'ID_PART_ENTRY_UUID': '00087375-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '115', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '84745416'} ; >11:40:39,227 INFO blivet: scanning sdh3 (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh3)... >11:40:39,228 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh3 ; hidden: False ; incomplete: False ; >11:40:39,229 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:39,230 INFO blivet: sdh3 is a partition >11:40:39,231 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdh3 ; >11:40:39,232 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh ; hidden: False ; incomplete: False ; >11:40:39,233 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (31) with existing msdos disklabel >11:40:39,246 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 50 >11:40:39,248 DEBUG blivet: DiskDevice.addChild: name: sdh ; kids: 2 ; >11:40:39,248 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 51 >11:40:39,249 DEBUG blivet: PartitionDevice._setFormat: sdh3 ; current: None ; type: None ; >11:40:39,251 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh3 ; path: /dev/sdh3 ; exists: True ; >11:40:39,252 DEBUG blivet: updated sdh3 size to 1 KiB (1 KiB) >11:40:39,252 DEBUG blivet: looking up parted Partition: /dev/sdh3 >11:40:39,266 DEBUG blivet: PartitionDevice.probe: sdh3 ; exists: True ; >11:40:39,268 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh3 ; flag: 1 ; >11:40:39,269 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh3 ; flag: 10 ; >11:40:39,270 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh3 ; flag: 12 ; >11:40:39,272 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh3 ; path: /dev/sdh3 ; exists: True ; >11:40:39,277 DEBUG blivet: updated sdh3 size to 521.95 GiB (521.95 GiB) >11:40:39,278 INFO blivet: added partition sdh3 (id 49) to device tree >11:40:39,292 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:39,278 INFO blivet: got device: PartitionDevice instance (0x7f7768742e48) -- > name = sdh3 status = True kids = 0 id = 49 > parents = ['existing 596.17 GiB disk sdh (31) with existing msdos disklabel'] > uuid = None size = 521.95 GiB > format = existing None > major = 8 minor = 115 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh3 > target size = 521.95 GiB path = /dev/sdh3 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 2 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776879f160> fileSystem: None > number: 3 path: /dev/sdh3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f77687b71d0> PedPartition: <_ped.Partition object at 0x7f77687a8570> > disk = existing 596.17 GiB disk sdh (31) with existing msdos disklabel > start = 155650048 end = 1250263039 length = 1094612992 > flags = >11:40:39,308 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh3 ; >11:40:39,310 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sdh3 ; label_type: None ; >11:40:39,311 DEBUG blivet: device sdh3 does not contain a disklabel >11:40:39,311 DEBUG blivet: no type or existing type for sdh3, bailing >11:40:39,315 DEBUG blivet: Populator.addUdevDevice: name: sdh5 ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x5000c5003d96c02d-part5 ' > '/dev/disk/by-uuid/03477541-3fb6-4b74-9f93-59ec80e089a1 ' > '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part5 ' > '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part5 ' > '/dev/disk/by-label/GoFlex-5', > 'DEVNAME': '/dev/sdh5', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh5', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'GoFlex-5', > 'ID_FS_LABEL_ENC': 'GoFlex-5', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '03477541-3fb6-4b74-9f93-59ec80e089a1', > 'ID_FS_UUID_ENC': '03477541-3fb6-4b74-9f93-59ec80e089a1', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:112', > 'ID_PART_ENTRY_NUMBER': '5', > 'ID_PART_ENTRY_OFFSET': '155652096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '20480000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '00087375-05', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '117', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '85267965'} ; >11:40:39,316 INFO blivet: scanning sdh5 (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh5)... >11:40:39,317 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh5 ; hidden: False ; incomplete: False ; >11:40:39,318 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:39,318 INFO blivet: sdh5 is a partition >11:40:39,319 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdh5 ; >11:40:39,320 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh ; hidden: False ; incomplete: False ; >11:40:39,322 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (31) with existing msdos disklabel >11:40:39,335 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 55 >11:40:39,337 DEBUG blivet: DiskDevice.addChild: name: sdh ; kids: 3 ; >11:40:39,337 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 56 >11:40:39,339 DEBUG blivet: PartitionDevice._setFormat: sdh5 ; current: None ; type: None ; >11:40:39,341 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh5 ; path: /dev/sdh5 ; exists: True ; >11:40:39,342 DEBUG blivet: updated sdh5 size to 9.77 GiB (9.77 GiB) >11:40:39,342 DEBUG blivet: looking up parted Partition: /dev/sdh5 >11:40:39,356 DEBUG blivet: PartitionDevice.probe: sdh5 ; exists: True ; >11:40:39,358 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh5 ; flag: 1 ; >11:40:39,359 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh5 ; flag: 10 ; >11:40:39,361 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh5 ; flag: 12 ; >11:40:39,363 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh5 ; path: /dev/sdh5 ; exists: True ; >11:40:39,364 DEBUG blivet: updated sdh5 size to 9.77 GiB (9.77 GiB) >11:40:39,364 INFO blivet: added partition sdh5 (id 54) to device tree >11:40:39,380 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:39,364 INFO blivet: got device: PartitionDevice instance (0x7f7768761240) -- > name = sdh5 status = True kids = 0 id = 54 > parents = ['existing 596.17 GiB disk sdh (31) with existing msdos disklabel'] > uuid = None size = 9.77 GiB > format = existing None > major = 8 minor = 117 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh5 > target size = 9.77 GiB path = /dev/sdh5 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776879f160> fileSystem: <parted.filesystem.FileSystem object at 0x7f77687b7518> > number: 5 path: /dev/sdh5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f77687b7320> PedPartition: <_ped.Partition object at 0x7f77687a85c8> > disk = existing 596.17 GiB disk sdh (31) with existing msdos disklabel > start = 155652096 end = 176132095 length = 20480000 > flags = >11:40:39,395 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh5 ; >11:40:39,397 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sdh5 ; label_type: None ; >11:40:39,398 DEBUG blivet: device sdh5 does not contain a disklabel >11:40:39,398 INFO blivet: type detected on 'sdh5' is 'ext4' >11:40:39,399 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:39,400 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 58 >11:40:39,401 DEBUG blivet: PartitionDevice._setFormat: sdh5 ; current: None ; type: ext4 ; >11:40:39,401 INFO blivet: got format: existing ext4 filesystem >11:40:39,406 DEBUG blivet: Populator.addUdevDevice: name: sdh6 ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x5000c5003d96c02d-part6 ' > '/dev/disk/by-label/GoFlex-Common ' > '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part6 ' > '/dev/disk/by-uuid/bef286a2-5c7e-429e-9597-ca47b8eedae5 ' > '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part6', > 'DEVNAME': '/dev/sdh6', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh6', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'GoFlex-Common', > 'ID_FS_LABEL_ENC': 'GoFlex-Common', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'bef286a2-5c7e-429e-9597-ca47b8eedae5', > 'ID_FS_UUID_ENC': 'bef286a2-5c7e-429e-9597-ca47b8eedae5', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:112', > 'ID_PART_ENTRY_NUMBER': '6', > 'ID_PART_ENTRY_OFFSET': '196614144', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '629145600', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '00087375-06', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '118', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '85153359'} ; >11:40:39,406 INFO blivet: scanning sdh6 (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh6)... >11:40:39,407 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh6 ; hidden: False ; incomplete: False ; >11:40:39,408 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:39,409 INFO blivet: sdh6 is a partition >11:40:39,410 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdh6 ; >11:40:39,411 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh ; hidden: False ; incomplete: False ; >11:40:39,412 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (31) with existing msdos disklabel >11:40:39,426 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 61 >11:40:39,428 DEBUG blivet: DiskDevice.addChild: name: sdh ; kids: 4 ; >11:40:39,428 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 62 >11:40:39,429 DEBUG blivet: PartitionDevice._setFormat: sdh6 ; current: None ; type: None ; >11:40:39,431 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh6 ; path: /dev/sdh6 ; exists: True ; >11:40:39,432 DEBUG blivet: updated sdh6 size to 300 GiB (300 GiB) >11:40:39,432 DEBUG blivet: looking up parted Partition: /dev/sdh6 >11:40:39,447 DEBUG blivet: PartitionDevice.probe: sdh6 ; exists: True ; >11:40:39,448 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh6 ; flag: 1 ; >11:40:39,449 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh6 ; flag: 10 ; >11:40:39,451 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh6 ; flag: 12 ; >11:40:39,452 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh6 ; path: /dev/sdh6 ; exists: True ; >11:40:39,453 DEBUG blivet: updated sdh6 size to 300 GiB (300 GiB) >11:40:39,454 INFO blivet: added partition sdh6 (id 60) to device tree >11:40:39,468 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:39,454 INFO blivet: got device: PartitionDevice instance (0x7f77687617f0) -- > name = sdh6 status = True kids = 0 id = 60 > parents = ['existing 596.17 GiB disk sdh (31) with existing msdos disklabel'] > uuid = None size = 300 GiB > format = existing None > major = 8 minor = 118 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh6 > target size = 300 GiB path = /dev/sdh6 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776879f160> fileSystem: <parted.filesystem.FileSystem object at 0x7f77687b7898> > number: 6 path: /dev/sdh6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f77687b77f0> PedPartition: <_ped.Partition object at 0x7f77687a86d0> > disk = existing 596.17 GiB disk sdh (31) with existing msdos disklabel > start = 196614144 end = 825759743 length = 629145600 > flags = >11:40:39,483 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh6 ; >11:40:39,485 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sdh6 ; label_type: None ; >11:40:39,485 DEBUG blivet: device sdh6 does not contain a disklabel >11:40:39,486 INFO blivet: type detected on 'sdh6' is 'ext4' >11:40:39,487 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:39,487 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 64 >11:40:39,488 DEBUG blivet: PartitionDevice._setFormat: sdh6 ; current: None ; type: ext4 ; >11:40:39,489 INFO blivet: got format: existing ext4 filesystem >11:40:39,497 DEBUG blivet: Populator.addUdevDevice: name: sdh7 ; info: {'DEVLINKS': '/dev/disk/by-label/GF-F20 ' > '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part7 ' > '/dev/disk/by-uuid/61b0a203-5bb0-43b8-a243-ed664c67691e ' > '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part7 ' > '/dev/disk/by-id/wwn-0x5000c5003d96c02d-part7', > 'DEVNAME': '/dev/sdh7', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh7', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'GF-F20', > 'ID_FS_LABEL_ENC': 'GF-F20', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '61b0a203-5bb0-43b8-a243-ed664c67691e', > 'ID_FS_UUID_ENC': '61b0a203-5bb0-43b8-a243-ed664c67691e', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:112', > 'ID_PART_ENTRY_NUMBER': '7', > 'ID_PART_ENTRY_OFFSET': '176134144', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '20477952', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '00087375-07', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '119', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '84995679'} ; >11:40:39,497 INFO blivet: scanning sdh7 (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh7)... >11:40:39,498 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh7 ; hidden: False ; incomplete: False ; >11:40:39,499 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:39,500 INFO blivet: sdh7 is a partition >11:40:39,501 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdh7 ; >11:40:39,502 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh ; hidden: False ; incomplete: False ; >11:40:39,503 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (31) with existing msdos disklabel >11:40:39,517 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 67 >11:40:39,519 DEBUG blivet: DiskDevice.addChild: name: sdh ; kids: 5 ; >11:40:39,519 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 68 >11:40:39,520 DEBUG blivet: PartitionDevice._setFormat: sdh7 ; current: None ; type: None ; >11:40:39,522 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh7 ; path: /dev/sdh7 ; exists: True ; >11:40:39,523 DEBUG blivet: updated sdh7 size to 9.76 GiB (9.76 GiB) >11:40:39,523 DEBUG blivet: looking up parted Partition: /dev/sdh7 >11:40:39,537 DEBUG blivet: PartitionDevice.probe: sdh7 ; exists: True ; >11:40:39,539 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh7 ; flag: 1 ; >11:40:39,540 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh7 ; flag: 10 ; >11:40:39,541 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh7 ; flag: 12 ; >11:40:39,543 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh7 ; path: /dev/sdh7 ; exists: True ; >11:40:39,544 DEBUG blivet: updated sdh7 size to 9.76 GiB (9.76 GiB) >11:40:39,544 INFO blivet: added partition sdh7 (id 66) to device tree >11:40:39,558 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:39,544 INFO blivet: got device: PartitionDevice instance (0x7f7768761f60) -- > name = sdh7 status = True kids = 0 id = 66 > parents = ['existing 596.17 GiB disk sdh (31) with existing msdos disklabel'] > uuid = None size = 9.76 GiB > format = existing None > major = 8 minor = 119 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh7 > target size = 9.76 GiB path = /dev/sdh7 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776879f160> fileSystem: <parted.filesystem.FileSystem object at 0x7f77687b76d8> > number: 7 path: /dev/sdh7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f77687b7630> PedPartition: <_ped.Partition object at 0x7f77687a8678> > disk = existing 596.17 GiB disk sdh (31) with existing msdos disklabel > start = 176134144 end = 196612095 length = 20477952 > flags = >11:40:39,573 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh7 ; >11:40:39,575 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sdh7 ; label_type: None ; >11:40:39,576 DEBUG blivet: device sdh7 does not contain a disklabel >11:40:39,576 INFO blivet: type detected on 'sdh7' is 'ext4' >11:40:39,577 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:39,578 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 70 >11:40:39,579 DEBUG blivet: PartitionDevice._setFormat: sdh7 ; current: None ; type: ext4 ; >11:40:39,579 INFO blivet: got format: existing ext4 filesystem >11:40:39,583 DEBUG blivet: Populator.addUdevDevice: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x5000c50037458df6 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T', > 'DEVNAME': '/dev/sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14237228'} ; >11:40:39,583 INFO blivet: scanning sda (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >11:40:39,585 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:39,586 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:39,587 DEBUG blivet: Populator.addUdevDiskDevice: name: sda ; >11:40:39,590 INFO blivet: sda is a disk >11:40:39,590 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 73 >11:40:39,590 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 74 >11:40:39,591 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >11:40:39,593 DEBUG blivet: DiskDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda ; path: /dev/sda ; exists: True ; >11:40:39,594 DEBUG blivet: updated sda size to 465.76 GiB (465.76 GiB) >11:40:39,594 INFO blivet: added disk sda (id 72) to device tree >11:40:39,595 INFO blivet: got device: DiskDevice instance (0x7f776876f400) -- > name = sda status = True kids = 0 id = 72 > parents = [] > uuid = None size = 465.76 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 465.76 GiB path = /dev/sda > format args = [] originalFormat = None removable = False >11:40:39,597 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda ; >11:40:39,599 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >11:40:39,600 DEBUG blivet: DiskDevice.setup: sda ; orig: False ; controllable: True ; status: True ; >11:40:39,601 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; exists: True ; >11:40:41,322 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 4 > lastPartitionNumber: 14 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f776876f978>, <parted.partition.Partition object at 0x7f776876f4e0>, <parted.partition.Partition object at 0x7f7768761e10>, <parted.partition.Partition object at 0x7f776876f470>, <parted.partition.Partition object at 0x7f776876fc50>, <parted.partition.Partition object at 0x7f776876fe10>, <parted.partition.Partition object at 0x7f776876ff98>, <parted.partition.Partition object at 0x7f77687b2198>, <parted.partition.Partition object at 0x7f77687b2358>, <parted.partition.Partition object at 0x7f77687427f0>, <parted.partition.Partition object at 0x7f77687b26d8>, <parted.partition.Partition object at 0x7f77687b2898>, <parted.partition.Partition object at 0x7f77687b2a58>, <parted.partition.Partition object at 0x7f77687b2c18>] > device: <parted.device.Device object at 0x7f776876f3c8> > PedDisk: <_ped.Disk object at 0x7f7768772648> >11:40:42,839 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 76 >11:40:42,840 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >11:40:42,847 DEBUG blivet: Populator.addUdevDevice: name: sda1 ; info: {'DEVLINKS': '/dev/disk/by-label/Win7 /dev/disk/by-uuid/365829FF5829BF0D ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part1 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part1 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part1', > 'DEVNAME': '/dev/sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Win7', > 'ID_FS_LABEL_ENC': 'Win7', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '365829FF5829BF0D', > 'ID_FS_UUID_ENC': '365829FF5829BF0D', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '63', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '102401985', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '91522702-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15809062'} ; >11:40:42,848 INFO blivet: scanning sda1 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >11:40:42,851 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; hidden: False ; incomplete: False ; >11:40:42,852 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:42,855 INFO blivet: sda1 is a partition >11:40:42,856 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda1 ; >11:40:42,859 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:42,860 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:42,874 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 79 >11:40:42,876 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 0 ; >11:40:42,876 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 80 >11:40:42,878 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >11:40:42,879 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 ; path: /dev/sda1 ; exists: True ; >11:40:42,880 DEBUG blivet: updated sda1 size to 48.83 GiB (48.83 GiB) >11:40:42,881 DEBUG blivet: looking up parted Partition: /dev/sda1 >11:40:42,895 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >11:40:42,897 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >11:40:42,898 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >11:40:42,899 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >11:40:42,901 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 ; path: /dev/sda1 ; exists: True ; >11:40:42,902 DEBUG blivet: updated sda1 size to 48.83 GiB (48.83 GiB) >11:40:42,902 INFO blivet: added partition sda1 (id 78) to device tree >11:40:42,917 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:42,902 INFO blivet: got device: PartitionDevice instance (0x7f776875f128) -- > name = sda1 status = True kids = 0 id = 78 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 48.83 GiB > format = existing None > major = 8 minor = 1 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > target size = 48.83 GiB path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f776876fa58> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f776876f9b0> PedPartition: <_ped.Partition object at 0x7f7768769c50> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 63 end = 102402047 length = 102401985 > flags = boot >11:40:42,932 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda1 ; >11:40:42,934 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda1 ; label_type: None ; >11:40:42,935 DEBUG blivet: device sda1 does not contain a disklabel >11:40:42,935 INFO blivet: type detected on 'sda1' is 'ntfs' >11:40:42,936 DEBUG blivet: NTFS.supported: supported: False ; >11:40:42,937 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 82 >11:40:42,938 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: ntfs ; >11:40:42,938 INFO blivet: got format: existing ntfs filesystem >11:40:42,943 DEBUG blivet: Populator.addUdevDevice: name: sda10 ; info: {'DEVLINKS': '/dev/disk/by-uuid/7d8a5838-6442-451e-a42b-e7700be50d21 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part10 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part10 ' > '/dev/disk/by-label/U1604 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part10', > 'DEVNAME': '/dev/sda10', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'U1604', > 'ID_FS_LABEL_ENC': 'U1604', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7d8a5838-6442-451e-a42b-e7700be50d21', > 'ID_FS_UUID_ENC': '7d8a5838-6442-451e-a42b-e7700be50d21', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '10', > 'ID_PART_ENTRY_OFFSET': '698386495', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '39073729', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-0a', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '10', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14768429'} ; >11:40:42,944 INFO blivet: scanning sda10 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10)... >11:40:42,945 DEBUG blivet: DeviceTree.getDeviceByName: name: sda10 ; hidden: False ; incomplete: False ; >11:40:42,946 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:42,946 INFO blivet: sda10 is a partition >11:40:42,947 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda10 ; >11:40:42,948 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:42,949 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:42,963 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 85 >11:40:42,966 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 1 ; >11:40:42,966 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 86 >11:40:42,967 DEBUG blivet: PartitionDevice._setFormat: sda10 ; current: None ; type: None ; >11:40:42,969 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10 ; path: /dev/sda10 ; exists: True ; >11:40:42,970 DEBUG blivet: updated sda10 size to 18.63 GiB (18.63 GiB) >11:40:42,970 DEBUG blivet: looking up parted Partition: /dev/sda10 >11:40:42,985 DEBUG blivet: PartitionDevice.probe: sda10 ; exists: True ; >11:40:42,987 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda10 ; flag: 1 ; >11:40:42,988 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda10 ; flag: 10 ; >11:40:42,989 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda10 ; flag: 12 ; >11:40:42,991 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10 ; path: /dev/sda10 ; exists: True ; >11:40:42,992 DEBUG blivet: updated sda10 size to 18.63 GiB (18.63 GiB) >11:40:42,992 INFO blivet: added partition sda10 (id 84) to device tree >11:40:43,006 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:42,992 INFO blivet: got device: PartitionDevice instance (0x7f776875f828) -- > name = sda10 status = True kids = 0 id = 84 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 18.63 GiB > format = existing None > major = 8 minor = 10 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10 > target size = 18.63 GiB path = /dev/sda10 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f77687b2438> > number: 10 path: /dev/sda10 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f77687b2390> PedPartition: <_ped.Partition object at 0x7f7768fc1780> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 698386495 end = 737460223 length = 39073729 > flags = >11:40:43,023 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda10 ; >11:40:43,025 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda10 ; label_type: None ; >11:40:43,025 DEBUG blivet: device sda10 does not contain a disklabel >11:40:43,025 INFO blivet: type detected on 'sda10' is 'ext4' >11:40:43,027 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:43,027 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 88 >11:40:43,028 DEBUG blivet: PartitionDevice._setFormat: sda10 ; current: None ; type: ext4 ; >11:40:43,028 INFO blivet: got format: existing ext4 filesystem >11:40:43,033 DEBUG blivet: Populator.addUdevDevice: name: sda11 ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part11 ' > '/dev/disk/by-label/F25 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part11 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part11 ' > '/dev/disk/by-uuid/106e7306-f04d-484a-8a14-950359552549', > 'DEVNAME': '/dev/sda11', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'F25', > 'ID_FS_LABEL_ENC': 'F25', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '106e7306-f04d-484a-8a14-950359552549', > 'ID_FS_UUID_ENC': '106e7306-f04d-484a-8a14-950359552549', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '11', > 'ID_PART_ENTRY_OFFSET': '737463888', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40949622', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-0b', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '11', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15617648'} ; >11:40:43,034 INFO blivet: scanning sda11 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11)... >11:40:43,035 DEBUG blivet: DeviceTree.getDeviceByName: name: sda11 ; hidden: False ; incomplete: False ; >11:40:43,036 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:43,037 INFO blivet: sda11 is a partition >11:40:43,038 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda11 ; >11:40:43,039 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:43,040 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:43,054 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 91 >11:40:43,056 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 2 ; >11:40:43,056 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 92 >11:40:43,057 DEBUG blivet: PartitionDevice._setFormat: sda11 ; current: None ; type: None ; >11:40:43,059 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11 ; path: /dev/sda11 ; exists: True ; >11:40:43,060 DEBUG blivet: updated sda11 size to 19.53 GiB (19.53 GiB) >11:40:43,061 DEBUG blivet: looking up parted Partition: /dev/sda11 >11:40:43,075 DEBUG blivet: PartitionDevice.probe: sda11 ; exists: True ; >11:40:43,078 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda11 ; flag: 1 ; >11:40:43,080 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda11 ; flag: 10 ; >11:40:43,081 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda11 ; flag: 12 ; >11:40:43,084 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11 ; path: /dev/sda11 ; exists: True ; >11:40:43,085 DEBUG blivet: updated sda11 size to 19.53 GiB (19.53 GiB) >11:40:43,085 INFO blivet: added partition sda11 (id 90) to device tree >11:40:43,100 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:43,086 INFO blivet: got device: PartitionDevice instance (0x7f776875fef0) -- > name = sda11 status = True kids = 0 id = 90 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 19.53 GiB > format = existing None > major = 8 minor = 11 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11 > target size = 19.53 GiB path = /dev/sda11 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f77687b25f8> > number: 11 path: /dev/sda11 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f7768761e48> PedPartition: <_ped.Partition object at 0x7f77687e7eb8> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 737463888 end = 778413509 length = 40949622 > flags = >11:40:43,116 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda11 ; >11:40:43,119 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda11 ; label_type: None ; >11:40:43,119 DEBUG blivet: device sda11 does not contain a disklabel >11:40:43,120 INFO blivet: type detected on 'sda11' is 'ext4' >11:40:43,122 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:43,122 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 94 >11:40:43,124 DEBUG blivet: PartitionDevice._setFormat: sda11 ; current: None ; type: ext4 ; >11:40:43,124 INFO blivet: got format: existing ext4 filesystem >11:40:43,129 DEBUG blivet: Populator.addUdevDevice: name: sda12 ; info: {'DEVLINKS': '/dev/disk/by-uuid/b3451aa2-33c3-4043-9c9f-001ef81da043 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part12 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part12 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part12 ' > '/dev/disk/by-label/F24', > 'DEVNAME': '/dev/sda12', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda12', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'F24', > 'ID_FS_LABEL_ENC': 'F24', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'b3451aa2-33c3-4043-9c9f-001ef81da043', > 'ID_FS_UUID_ENC': 'b3451aa2-33c3-4043-9c9f-001ef81da043', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '12', > 'ID_PART_ENTRY_OFFSET': '778416128', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40960000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-0c', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '12', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14767852'} ; >11:40:43,129 INFO blivet: scanning sda12 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda12)... >11:40:43,130 DEBUG blivet: DeviceTree.getDeviceByName: name: sda12 ; hidden: False ; incomplete: False ; >11:40:43,132 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:43,132 INFO blivet: sda12 is a partition >11:40:43,133 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda12 ; >11:40:43,134 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:43,136 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:43,150 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 97 >11:40:43,152 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 3 ; >11:40:43,152 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 98 >11:40:43,153 DEBUG blivet: PartitionDevice._setFormat: sda12 ; current: None ; type: None ; >11:40:43,155 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda12 ; path: /dev/sda12 ; exists: True ; >11:40:43,156 DEBUG blivet: updated sda12 size to 19.53 GiB (19.53 GiB) >11:40:43,156 DEBUG blivet: looking up parted Partition: /dev/sda12 >11:40:43,171 DEBUG blivet: PartitionDevice.probe: sda12 ; exists: True ; >11:40:43,173 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda12 ; flag: 1 ; >11:40:43,174 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda12 ; flag: 10 ; >11:40:43,175 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda12 ; flag: 12 ; >11:40:43,177 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda12 ; path: /dev/sda12 ; exists: True ; >11:40:43,178 DEBUG blivet: updated sda12 size to 19.53 GiB (19.53 GiB) >11:40:43,178 INFO blivet: added partition sda12 (id 96) to device tree >11:40:43,193 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:43,179 INFO blivet: got device: PartitionDevice instance (0x7f77686fe630) -- > name = sda12 status = True kids = 0 id = 96 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 19.53 GiB > format = existing None > major = 8 minor = 12 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda12 > target size = 19.53 GiB path = /dev/sda12 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f77687b27b8> > number: 12 path: /dev/sda12 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f77687b2710> PedPartition: <_ped.Partition object at 0x7f7768769e60> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 778416128 end = 819376127 length = 40960000 > flags = >11:40:43,209 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda12 ; >11:40:43,211 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda12 ; label_type: None ; >11:40:43,211 DEBUG blivet: device sda12 does not contain a disklabel >11:40:43,211 INFO blivet: type detected on 'sda12' is 'ext4' >11:40:43,213 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:43,213 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 100 >11:40:43,214 DEBUG blivet: PartitionDevice._setFormat: sda12 ; current: None ; type: ext4 ; >11:40:43,214 INFO blivet: got format: existing ext4 filesystem >11:40:43,220 DEBUG blivet: Populator.addUdevDevice: name: sda13 ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x5000c50037458df6-part13 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part13 ' > '/dev/disk/by-uuid/593906aa-1575-424c-900e-9251fef8242a ' > '/dev/disk/by-label/U1510-64 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part13', > 'DEVNAME': '/dev/sda13', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda13', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'U1510-64', > 'ID_FS_LABEL_ENC': 'U1510-64', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '593906aa-1575-424c-900e-9251fef8242a', > 'ID_FS_UUID_ENC': '593906aa-1575-424c-900e-9251fef8242a', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '13', > 'ID_PART_ENTRY_OFFSET': '819378176', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40960938', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-0d', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '13', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15364666'} ; >11:40:43,220 INFO blivet: scanning sda13 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda13)... >11:40:43,222 DEBUG blivet: DeviceTree.getDeviceByName: name: sda13 ; hidden: False ; incomplete: False ; >11:40:43,223 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:43,223 INFO blivet: sda13 is a partition >11:40:43,224 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda13 ; >11:40:43,225 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:43,227 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:43,241 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 103 >11:40:43,243 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 4 ; >11:40:43,243 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 104 >11:40:43,244 DEBUG blivet: PartitionDevice._setFormat: sda13 ; current: None ; type: None ; >11:40:43,246 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda13 ; path: /dev/sda13 ; exists: True ; >11:40:43,247 DEBUG blivet: updated sda13 size to 19.53 GiB (19.53 GiB) >11:40:43,247 DEBUG blivet: looking up parted Partition: /dev/sda13 >11:40:43,262 DEBUG blivet: PartitionDevice.probe: sda13 ; exists: True ; >11:40:43,264 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda13 ; flag: 1 ; >11:40:43,265 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda13 ; flag: 10 ; >11:40:43,267 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda13 ; flag: 12 ; >11:40:43,268 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda13 ; path: /dev/sda13 ; exists: True ; >11:40:43,269 DEBUG blivet: updated sda13 size to 19.53 GiB (19.53 GiB) >11:40:43,269 INFO blivet: added partition sda13 (id 102) to device tree >11:40:43,284 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:43,270 INFO blivet: got device: PartitionDevice instance (0x7f77686fedd8) -- > name = sda13 status = True kids = 0 id = 102 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 19.53 GiB > format = existing None > major = 8 minor = 13 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda13 > target size = 19.53 GiB path = /dev/sda13 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f77687b2978> > number: 13 path: /dev/sda13 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f77687b28d0> PedPartition: <_ped.Partition object at 0x7f7768769ba0> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 819378176 end = 860339113 length = 40960938 > flags = >11:40:43,300 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda13 ; >11:40:43,302 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda13 ; label_type: None ; >11:40:43,302 DEBUG blivet: device sda13 does not contain a disklabel >11:40:43,302 INFO blivet: type detected on 'sda13' is 'ext4' >11:40:43,304 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:43,304 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 106 >11:40:43,305 DEBUG blivet: PartitionDevice._setFormat: sda13 ; current: None ; type: ext4 ; >11:40:43,306 INFO blivet: got format: existing ext4 filesystem >11:40:43,310 DEBUG blivet: Populator.addUdevDevice: name: sda14 ; info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part14 ' > '/dev/disk/by-uuid/143A65343A651450 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part14 ' > '/dev/disk/by-label/Win10BackupOf8.1 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part14', > 'DEVNAME': '/dev/sda14', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda14', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Win10BackupOf8.1', > 'ID_FS_LABEL_ENC': 'Win10BackupOf8.1', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '143A65343A651450', > 'ID_FS_UUID_ENC': '143A65343A651450', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '14', > 'ID_PART_ENTRY_OFFSET': '860340224', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '88936448', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '91522702-0e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '14', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15761817'} ; >11:40:43,311 INFO blivet: scanning sda14 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda14)... >11:40:43,312 DEBUG blivet: DeviceTree.getDeviceByName: name: sda14 ; hidden: False ; incomplete: False ; >11:40:43,313 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:43,314 INFO blivet: sda14 is a partition >11:40:43,315 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda14 ; >11:40:43,316 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:43,317 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:43,331 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 109 >11:40:43,333 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 5 ; >11:40:43,333 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 110 >11:40:43,334 DEBUG blivet: PartitionDevice._setFormat: sda14 ; current: None ; type: None ; >11:40:43,336 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda14 ; path: /dev/sda14 ; exists: True ; >11:40:43,337 DEBUG blivet: updated sda14 size to 42.41 GiB (42.41 GiB) >11:40:43,337 DEBUG blivet: looking up parted Partition: /dev/sda14 >11:40:43,352 DEBUG blivet: PartitionDevice.probe: sda14 ; exists: True ; >11:40:43,354 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda14 ; flag: 1 ; >11:40:43,356 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda14 ; flag: 10 ; >11:40:43,357 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda14 ; flag: 12 ; >11:40:43,359 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda14 ; path: /dev/sda14 ; exists: True ; >11:40:43,360 DEBUG blivet: updated sda14 size to 42.41 GiB (42.41 GiB) >11:40:43,360 INFO blivet: added partition sda14 (id 108) to device tree >11:40:43,374 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:43,360 INFO blivet: got device: PartitionDevice instance (0x7f7768700160) -- > name = sda14 status = True kids = 0 id = 108 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 42.41 GiB > format = existing None > major = 8 minor = 14 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda14 > target size = 42.41 GiB path = /dev/sda14 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f77687b2b38> > number: 14 path: /dev/sda14 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f77687b2a90> PedPartition: <_ped.Partition object at 0x7f7768769d58> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 860340224 end = 949276671 length = 88936448 > flags = >11:40:43,390 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda14 ; >11:40:43,392 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda14 ; label_type: None ; >11:40:43,392 DEBUG blivet: device sda14 does not contain a disklabel >11:40:43,393 INFO blivet: type detected on 'sda14' is 'ntfs' >11:40:43,394 DEBUG blivet: NTFS.supported: supported: False ; >11:40:43,394 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 112 >11:40:43,396 DEBUG blivet: PartitionDevice._setFormat: sda14 ; current: None ; type: ntfs ; >11:40:43,396 INFO blivet: got format: existing ntfs filesystem >11:40:43,401 DEBUG blivet: Populator.addUdevDevice: name: sda2 ; info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part2 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part2 ' > '/dev/disk/by-label/Boot ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part2 ' > '/dev/disk/by-uuid/e0974202-011f-491f-abea-c77aad45f762', > 'DEVNAME': '/dev/sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Boot', > 'ID_FS_LABEL_ENC': 'Boot', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'e0974202-011f-491f-abea-c77aad45f762', > 'ID_FS_UUID_ENC': 'e0974202-011f-491f-abea-c77aad45f762', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '102402048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048829', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15862564'} ; >11:40:43,401 INFO blivet: scanning sda2 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >11:40:43,402 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; hidden: False ; incomplete: False ; >11:40:43,403 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:43,404 INFO blivet: sda2 is a partition >11:40:43,405 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda2 ; >11:40:43,406 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:43,407 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:43,421 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 115 >11:40:43,423 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 6 ; >11:40:43,423 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 116 >11:40:43,425 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >11:40:43,427 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 ; path: /dev/sda2 ; exists: True ; >11:40:43,428 DEBUG blivet: updated sda2 size to 1000.4 MiB (1000.4 MiB) >11:40:43,428 DEBUG blivet: looking up parted Partition: /dev/sda2 >11:40:43,443 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >11:40:43,445 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >11:40:43,446 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >11:40:43,447 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >11:40:43,449 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 ; path: /dev/sda2 ; exists: True ; >11:40:43,450 DEBUG blivet: updated sda2 size to 1000.4 MiB (1000.4 MiB) >11:40:43,451 INFO blivet: added partition sda2 (id 114) to device tree >11:40:43,465 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:43,451 INFO blivet: got device: PartitionDevice instance (0x7f77687007f0) -- > name = sda2 status = True kids = 0 id = 114 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 1000.4 MiB > format = existing None > major = 8 minor = 2 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 > target size = 1000.4 MiB path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f776876fac8> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f776876f860> PedPartition: <_ped.Partition object at 0x7f7768769db0> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 102402048 end = 104450876 length = 2048829 > flags = >11:40:43,481 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda2 ; >11:40:43,482 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda2 ; label_type: None ; >11:40:43,483 DEBUG blivet: device sda2 does not contain a disklabel >11:40:43,483 INFO blivet: type detected on 'sda2' is 'ext4' >11:40:43,485 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:43,485 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 118 >11:40:43,486 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: ext4 ; >11:40:43,487 INFO blivet: got format: existing ext4 filesystem >11:40:43,491 DEBUG blivet: Populator.addUdevDevice: name: sda3 ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x5000c50037458df6-part3 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part3 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part3', > 'DEVNAME': '/dev/sda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '104452094', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '844824578', > 'ID_PART_ENTRY_TYPE': '0x5', > 'ID_PART_ENTRY_UUID': '91522702-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '3', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14774371'} ; >11:40:43,492 INFO blivet: scanning sda3 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3)... >11:40:43,493 DEBUG blivet: DeviceTree.getDeviceByName: name: sda3 ; hidden: False ; incomplete: False ; >11:40:43,494 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:43,495 INFO blivet: sda3 is a partition >11:40:43,496 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda3 ; >11:40:43,497 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:43,498 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:43,512 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 121 >11:40:43,514 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 7 ; >11:40:43,515 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 122 >11:40:43,516 DEBUG blivet: PartitionDevice._setFormat: sda3 ; current: None ; type: None ; >11:40:43,518 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 ; path: /dev/sda3 ; exists: True ; >11:40:43,518 DEBUG blivet: updated sda3 size to 1 KiB (1 KiB) >11:40:43,519 DEBUG blivet: looking up parted Partition: /dev/sda3 >11:40:43,533 DEBUG blivet: PartitionDevice.probe: sda3 ; exists: True ; >11:40:43,535 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 1 ; >11:40:43,537 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 10 ; >11:40:43,538 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 12 ; >11:40:43,539 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 ; path: /dev/sda3 ; exists: True ; >11:40:43,541 DEBUG blivet: updated sda3 size to 402.84 GiB (402.84 GiB) >11:40:43,541 INFO blivet: added partition sda3 (id 120) to device tree >11:40:43,555 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:43,541 INFO blivet: got device: PartitionDevice instance (0x7f7768700d68) -- > name = sda3 status = True kids = 0 id = 120 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 402.84 GiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 > target size = 402.84 GiB path = /dev/sda3 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 2 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: None > number: 3 path: /dev/sda3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f7768761588> PedPartition: <_ped.Partition object at 0x7f77687a88e0> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 104452094 end = 949276671 length = 844824578 > flags = >11:40:43,573 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda3 ; >11:40:43,575 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda3 ; label_type: None ; >11:40:43,575 DEBUG blivet: device sda3 does not contain a disklabel >11:40:43,576 DEBUG blivet: no type or existing type for sda3, bailing >11:40:43,580 DEBUG blivet: Populator.addUdevDevice: name: sda4 ; info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part4 ' > '/dev/disk/by-label/FACTORY_IMAGE ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part4 ' > '/dev/disk/by-uuid/386EBB496EBAFEA6 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part4', > 'DEVNAME': '/dev/sda4', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'FACTORY_IMAGE', > 'ID_FS_LABEL_ENC': 'FACTORY_IMAGE', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '386EBB496EBAFEA6', > 'ID_FS_UUID_ENC': '386EBB496EBAFEA6', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '4', > 'ID_PART_ENTRY_OFFSET': '949278720', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '27490304', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '91522702-04', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '4', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15936473'} ; >11:40:43,580 INFO blivet: scanning sda4 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4)... >11:40:43,581 DEBUG blivet: DeviceTree.getDeviceByName: name: sda4 ; hidden: False ; incomplete: False ; >11:40:43,582 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:43,583 INFO blivet: sda4 is a partition >11:40:43,584 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda4 ; >11:40:43,585 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:43,586 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:43,600 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 126 >11:40:43,602 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 8 ; >11:40:43,602 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 127 >11:40:43,603 DEBUG blivet: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >11:40:43,605 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 ; path: /dev/sda4 ; exists: True ; >11:40:43,606 DEBUG blivet: updated sda4 size to 13.11 GiB (13.11 GiB) >11:40:43,606 DEBUG blivet: looking up parted Partition: /dev/sda4 >11:40:43,621 DEBUG blivet: PartitionDevice.probe: sda4 ; exists: True ; >11:40:43,623 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 1 ; >11:40:43,624 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 10 ; >11:40:43,625 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 12 ; >11:40:43,627 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 ; path: /dev/sda4 ; exists: True ; >11:40:43,628 DEBUG blivet: updated sda4 size to 13.11 GiB (13.11 GiB) >11:40:43,628 INFO blivet: added partition sda4 (id 125) to device tree >11:40:43,642 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:43,628 INFO blivet: got device: PartitionDevice instance (0x7f7768700eb8) -- > name = sda4 status = True kids = 0 id = 125 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 13.11 GiB > format = existing None > major = 8 minor = 4 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 > target size = 13.11 GiB path = /dev/sda4 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f77687b2cf8> > number: 4 path: /dev/sda4 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f77687b2c50> PedPartition: <_ped.Partition object at 0x7f7768769e08> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 949278720 end = 976769023 length = 27490304 > flags = >11:40:43,659 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda4 ; >11:40:43,661 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda4 ; label_type: None ; >11:40:43,661 DEBUG blivet: device sda4 does not contain a disklabel >11:40:43,661 INFO blivet: type detected on 'sda4' is 'ntfs' >11:40:43,663 DEBUG blivet: NTFS.supported: supported: False ; >11:40:43,663 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 129 >11:40:43,664 DEBUG blivet: PartitionDevice._setFormat: sda4 ; current: None ; type: ntfs ; >11:40:43,664 INFO blivet: got format: existing ntfs filesystem >11:40:43,669 DEBUG blivet: Populator.addUdevDevice: name: sda5 ; info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part5 ' > '/dev/disk/by-label/Common ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part5 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part5 ' > '/dev/disk/by-uuid/19353959-5f58-48ad-b115-552c2c2b4b51', > 'DEVNAME': '/dev/sda5', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Common', > 'ID_FS_LABEL_ENC': 'Common', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '19353959-5f58-48ad-b115-552c2c2b4b51', > 'ID_FS_UUID_ENC': '19353959-5f58-48ad-b115-552c2c2b4b51', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '5', > 'ID_PART_ENTRY_OFFSET': '104452096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '163840000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-05', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '5', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15901100'} ; >11:40:43,670 INFO blivet: scanning sda5 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5)... >11:40:43,671 DEBUG blivet: DeviceTree.getDeviceByName: name: sda5 ; hidden: False ; incomplete: False ; >11:40:43,672 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:43,672 INFO blivet: sda5 is a partition >11:40:43,673 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda5 ; >11:40:43,674 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:43,676 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:43,689 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 132 >11:40:43,691 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 9 ; >11:40:43,691 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 133 >11:40:43,693 DEBUG blivet: PartitionDevice._setFormat: sda5 ; current: None ; type: None ; >11:40:43,694 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 ; path: /dev/sda5 ; exists: True ; >11:40:43,695 DEBUG blivet: updated sda5 size to 78.12 GiB (78.12 GiB) >11:40:43,696 DEBUG blivet: looking up parted Partition: /dev/sda5 >11:40:43,710 DEBUG blivet: PartitionDevice.probe: sda5 ; exists: True ; >11:40:43,712 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 1 ; >11:40:43,713 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 10 ; >11:40:43,714 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 12 ; >11:40:43,716 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 ; path: /dev/sda5 ; exists: True ; >11:40:43,717 DEBUG blivet: updated sda5 size to 78.12 GiB (78.12 GiB) >11:40:43,717 INFO blivet: added partition sda5 (id 131) to device tree >11:40:43,731 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:43,718 INFO blivet: got device: PartitionDevice instance (0x7f7768705438) -- > name = sda5 status = True kids = 0 id = 131 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 78.12 GiB > format = existing None > major = 8 minor = 5 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 > target size = 78.12 GiB path = /dev/sda5 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f776876fb70> > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f776876f550> PedPartition: <_ped.Partition object at 0x7f77687a8830> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 104452096 end = 268292095 length = 163840000 > flags = >11:40:43,747 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda5 ; >11:40:43,749 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda5 ; label_type: None ; >11:40:43,749 DEBUG blivet: device sda5 does not contain a disklabel >11:40:43,750 INFO blivet: type detected on 'sda5' is 'ext4' >11:40:43,751 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:43,751 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 135 >11:40:43,752 DEBUG blivet: PartitionDevice._setFormat: sda5 ; current: None ; type: ext4 ; >11:40:43,753 INFO blivet: got format: existing ext4 filesystem >11:40:43,757 DEBUG blivet: Populator.addUdevDevice: name: sda6 ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part6 ' > '/dev/disk/by-label/Pictures ' > '/dev/disk/by-uuid/21fd337b-1ccc-461c-9454-3f5f28e5bc12 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part6 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part6', > 'DEVNAME': '/dev/sda6', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Pictures', > 'ID_FS_LABEL_ENC': 'Pictures', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '21fd337b-1ccc-461c-9454-3f5f28e5bc12', > 'ID_FS_UUID_ENC': '21fd337b-1ccc-461c-9454-3f5f28e5bc12', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '6', > 'ID_PART_ENTRY_OFFSET': '268294144', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '244770816', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-06', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '6', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15493778'} ; >11:40:43,758 INFO blivet: scanning sda6 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6)... >11:40:43,759 DEBUG blivet: DeviceTree.getDeviceByName: name: sda6 ; hidden: False ; incomplete: False ; >11:40:43,760 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:43,761 INFO blivet: sda6 is a partition >11:40:43,762 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda6 ; >11:40:43,763 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:43,764 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:43,778 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 138 >11:40:43,781 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 10 ; >11:40:43,781 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 139 >11:40:43,782 DEBUG blivet: PartitionDevice._setFormat: sda6 ; current: None ; type: None ; >11:40:43,784 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 ; path: /dev/sda6 ; exists: True ; >11:40:43,785 DEBUG blivet: updated sda6 size to 116.72 GiB (116.72 GiB) >11:40:43,785 DEBUG blivet: looking up parted Partition: /dev/sda6 >11:40:43,800 DEBUG blivet: PartitionDevice.probe: sda6 ; exists: True ; >11:40:43,801 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda6 ; flag: 1 ; >11:40:43,802 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda6 ; flag: 10 ; >11:40:43,804 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda6 ; flag: 12 ; >11:40:43,805 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 ; path: /dev/sda6 ; exists: True ; >11:40:43,806 DEBUG blivet: updated sda6 size to 116.72 GiB (116.72 GiB) >11:40:43,807 INFO blivet: added partition sda6 (id 137) to device tree >11:40:43,821 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:43,807 INFO blivet: got device: PartitionDevice instance (0x7f7768705b70) -- > name = sda6 status = True kids = 0 id = 137 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 116.72 GiB > format = existing None > major = 8 minor = 6 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 > target size = 116.72 GiB path = /dev/sda6 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f776876fd30> > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f776876fc88> PedPartition: <_ped.Partition object at 0x7f77687a8888> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 268294144 end = 513064959 length = 244770816 > flags = >11:40:43,837 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda6 ; >11:40:43,839 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda6 ; label_type: None ; >11:40:43,839 DEBUG blivet: device sda6 does not contain a disklabel >11:40:43,840 INFO blivet: type detected on 'sda6' is 'ext4' >11:40:43,841 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:43,841 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 141 >11:40:43,843 DEBUG blivet: PartitionDevice._setFormat: sda6 ; current: None ; type: ext4 ; >11:40:43,843 INFO blivet: got format: existing ext4 filesystem >11:40:43,847 DEBUG blivet: Populator.addUdevDevice: name: sda7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/7e5687c1-d335-4fd2-9aa1-9e97cb7cba6d ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part7 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part7 ' > '/dev/disk/by-label/Tiny1 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part7', > 'DEVNAME': '/dev/sda7', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Tiny1', > 'ID_FS_LABEL_ENC': 'Tiny1', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7e5687c1-d335-4fd2-9aa1-9e97cb7cba6d', > 'ID_FS_UUID_ENC': '7e5687c1-d335-4fd2-9aa1-9e97cb7cba6d', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '7', > 'ID_PART_ENTRY_OFFSET': '513067008', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '997376', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-07', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '7', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15786188'} ; >11:40:43,848 INFO blivet: scanning sda7 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7)... >11:40:43,849 DEBUG blivet: DeviceTree.getDeviceByName: name: sda7 ; hidden: False ; incomplete: False ; >11:40:43,850 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:43,851 INFO blivet: sda7 is a partition >11:40:43,852 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda7 ; >11:40:43,853 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:43,854 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:43,868 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 144 >11:40:43,870 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 11 ; >11:40:43,870 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 145 >11:40:43,871 DEBUG blivet: PartitionDevice._setFormat: sda7 ; current: None ; type: None ; >11:40:43,873 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 ; path: /dev/sda7 ; exists: True ; >11:40:43,874 DEBUG blivet: updated sda7 size to 487 MiB (487 MiB) >11:40:43,874 DEBUG blivet: looking up parted Partition: /dev/sda7 >11:40:43,888 DEBUG blivet: PartitionDevice.probe: sda7 ; exists: True ; >11:40:43,890 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda7 ; flag: 1 ; >11:40:43,891 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda7 ; flag: 10 ; >11:40:43,892 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda7 ; flag: 12 ; >11:40:43,894 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 ; path: /dev/sda7 ; exists: True ; >11:40:43,895 DEBUG blivet: updated sda7 size to 487 MiB (487 MiB) >11:40:43,895 INFO blivet: added partition sda7 (id 143) to device tree >11:40:43,909 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:43,896 INFO blivet: got device: PartitionDevice instance (0x7f7768705fd0) -- > name = sda7 status = True kids = 0 id = 143 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 487 MiB > format = existing None > major = 8 minor = 7 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 > target size = 487 MiB path = /dev/sda7 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f776876feb8> > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f776876fe48> PedPartition: <_ped.Partition object at 0x7f7768751620> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 513067008 end = 514064383 length = 997376 > flags = >11:40:43,925 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda7 ; >11:40:43,927 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda7 ; label_type: None ; >11:40:43,927 DEBUG blivet: device sda7 does not contain a disklabel >11:40:43,928 INFO blivet: type detected on 'sda7' is 'ext4' >11:40:43,930 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:43,930 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 147 >11:40:43,931 DEBUG blivet: PartitionDevice._setFormat: sda7 ; current: None ; type: ext4 ; >11:40:43,931 INFO blivet: got format: existing ext4 filesystem >11:40:43,936 DEBUG blivet: Populator.addUdevDevice: name: sda8 ; info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part8 ' > '/dev/disk/by-label/Archives ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part8 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part8 ' > '/dev/disk/by-uuid/eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7', > 'DEVNAME': '/dev/sda8', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Archives', > 'ID_FS_LABEL_ENC': 'Archives', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7', > 'ID_FS_UUID_ENC': 'eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '8', > 'ID_PART_ENTRY_OFFSET': '514065983', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '102400000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-08', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '8', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15470338'} ; >11:40:43,936 INFO blivet: scanning sda8 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8)... >11:40:43,938 DEBUG blivet: DeviceTree.getDeviceByName: name: sda8 ; hidden: False ; incomplete: False ; >11:40:43,939 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:43,939 INFO blivet: sda8 is a partition >11:40:43,940 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda8 ; >11:40:43,941 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:43,943 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:43,956 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 150 >11:40:43,958 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 12 ; >11:40:43,959 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 151 >11:40:43,960 DEBUG blivet: PartitionDevice._setFormat: sda8 ; current: None ; type: None ; >11:40:43,962 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 ; path: /dev/sda8 ; exists: True ; >11:40:43,963 DEBUG blivet: updated sda8 size to 48.83 GiB (48.83 GiB) >11:40:43,963 DEBUG blivet: looking up parted Partition: /dev/sda8 >11:40:43,977 DEBUG blivet: PartitionDevice.probe: sda8 ; exists: True ; >11:40:43,979 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda8 ; flag: 1 ; >11:40:43,980 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda8 ; flag: 10 ; >11:40:43,981 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda8 ; flag: 12 ; >11:40:43,983 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 ; path: /dev/sda8 ; exists: True ; >11:40:43,984 DEBUG blivet: updated sda8 size to 48.83 GiB (48.83 GiB) >11:40:43,984 INFO blivet: added partition sda8 (id 149) to device tree >11:40:43,999 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:43,985 INFO blivet: got device: PartitionDevice instance (0x7f7768708588) -- > name = sda8 status = True kids = 0 id = 149 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 48.83 GiB > format = existing None > major = 8 minor = 8 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 > target size = 48.83 GiB path = /dev/sda8 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f77687b20b8> > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f776876ffd0> PedPartition: <_ped.Partition object at 0x7f7768751678> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 514065983 end = 616465982 length = 102400000 > flags = >11:40:44,014 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda8 ; >11:40:44,016 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda8 ; label_type: None ; >11:40:44,016 DEBUG blivet: device sda8 does not contain a disklabel >11:40:44,017 INFO blivet: type detected on 'sda8' is 'ext4' >11:40:44,018 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:44,019 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 153 >11:40:44,020 DEBUG blivet: PartitionDevice._setFormat: sda8 ; current: None ; type: ext4 ; >11:40:44,020 INFO blivet: got format: existing ext4 filesystem >11:40:44,025 DEBUG blivet: Populator.addUdevDevice: name: sda9 ; info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part9 ' > '/dev/disk/by-label/Win10 /dev/disk/by-uuid/1E648ED8648EB1D7 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part9 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part9', > 'DEVNAME': '/dev/sda9', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Win10', > 'ID_FS_LABEL_ENC': 'Win10', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '1E648ED8648EB1D7', > 'ID_FS_UUID_ENC': '1E648ED8648EB1D7', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '9', > 'ID_PART_ENTRY_OFFSET': '616466432', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '81920000', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '91522702-09', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '9', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15523794'} ; >11:40:44,025 INFO blivet: scanning sda9 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9)... >11:40:44,026 DEBUG blivet: DeviceTree.getDeviceByName: name: sda9 ; hidden: False ; incomplete: False ; >11:40:44,027 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:44,028 INFO blivet: sda9 is a partition >11:40:44,029 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda9 ; >11:40:44,030 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; hidden: False ; incomplete: False ; >11:40:44,031 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (72) with existing msdos disklabel >11:40:44,045 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 156 >11:40:44,047 DEBUG blivet: DiskDevice.addChild: name: sda ; kids: 13 ; >11:40:44,047 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 157 >11:40:44,049 DEBUG blivet: PartitionDevice._setFormat: sda9 ; current: None ; type: None ; >11:40:44,051 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9 ; path: /dev/sda9 ; exists: True ; >11:40:44,052 DEBUG blivet: updated sda9 size to 39.06 GiB (39.06 GiB) >11:40:44,052 DEBUG blivet: looking up parted Partition: /dev/sda9 >11:40:44,067 DEBUG blivet: PartitionDevice.probe: sda9 ; exists: True ; >11:40:44,069 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda9 ; flag: 1 ; >11:40:44,070 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda9 ; flag: 10 ; >11:40:44,071 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda9 ; flag: 12 ; >11:40:44,073 DEBUG blivet: PartitionDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9 ; path: /dev/sda9 ; exists: True ; >11:40:44,074 DEBUG blivet: updated sda9 size to 39.06 GiB (39.06 GiB) >11:40:44,074 INFO blivet: added partition sda9 (id 155) to device tree >11:40:44,089 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:40:44,075 INFO blivet: got device: PartitionDevice instance (0x7f7768708c88) -- > name = sda9 status = True kids = 0 id = 155 > parents = ['existing 465.76 GiB disk sda (72) with existing msdos disklabel'] > uuid = None size = 39.06 GiB > format = existing None > major = 8 minor = 9 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9 > target size = 39.06 GiB path = /dev/sda9 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f776876f5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f77687b2278> > number: 9 path: /dev/sda9 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f77687b21d0> PedPartition: <_ped.Partition object at 0x7f77687514c0> > disk = existing 465.76 GiB disk sda (72) with existing msdos disklabel > start = 616466432 end = 698386431 length = 81920000 > flags = >11:40:44,104 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda9 ; >11:40:44,106 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: sda9 ; label_type: None ; >11:40:44,106 DEBUG blivet: device sda9 does not contain a disklabel >11:40:44,107 INFO blivet: type detected on 'sda9' is 'ntfs' >11:40:44,108 DEBUG blivet: NTFS.supported: supported: False ; >11:40:44,109 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 159 >11:40:44,110 DEBUG blivet: PartitionDevice._setFormat: sda9 ; current: None ; type: ntfs ; >11:40:44,110 INFO blivet: got format: existing ntfs filesystem >11:40:44,113 DEBUG blivet: Populator.addUdevDevice: name: sr0 ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:09.0-ata-2 /dev/cdrom ' > '/dev/disk/by-id/ata-ATAPI_DVD_A_DH16A6L-C_218848403026', > 'DEVNAME': '/dev/sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FOR_SEAT': 'block-pci-0000_00_09_0-ata-2', > 'ID_MODEL': 'ATAPI_DVD_A_DH16A6L-C', > 'ID_MODEL_ENC': 'ATAPI\\x20\\x20\\x20DVD\\x20A\\x20\\x20DH16A6L-C\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PATH': 'pci-0000:00:09.0-ata-2', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-2', > 'ID_REVISION': 'ZHCG', > 'ID_SERIAL': 'ATAPI_DVD_A_DH16A6L-C_218848403026', > 'ID_SERIAL_SHORT': '218848403026', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':uaccess:seat:systemd:', > 'USEC_INITIALIZED': '14269483'} ; >11:40:44,114 INFO blivet: scanning sr0 (/sys/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >11:40:44,115 DEBUG blivet: DeviceTree.getDeviceByName: name: sr0 ; hidden: False ; incomplete: False ; >11:40:44,116 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:44,117 INFO blivet: sr0 is a cdrom >11:40:44,118 DEBUG blivet: Populator.addUdevOpticalDevice: >11:40:44,118 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 162 >11:40:44,118 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 163 >11:40:44,120 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >11:40:44,122 DEBUG blivet: OpticalDevice.readCurrentSize: sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ; path: /dev/sr0 ; exists: True ; >11:40:44,123 DEBUG blivet: updated sr0 size to 1024 MiB (1024 MiB) >11:40:44,123 INFO blivet: added cdrom sr0 (id 161) to device tree >11:40:44,123 INFO blivet: got device: OpticalDevice instance (0x7f7768708cf8) -- > name = sr0 status = True kids = 0 id = 161 > parents = [] > uuid = None size = 1024 MiB > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > target size = 1024 MiB path = /dev/sr0 > format args = [] originalFormat = None >11:40:44,125 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sr0 ; >11:40:44,126 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >11:40:44,161 DEBUG blivet: no media present for device sr0 >11:40:44,163 DEBUG blivet: Populator.addUdevDevice: name: loop0 ; info: {'DEVNAME': '/dev/loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15642399'} ; >11:40:44,164 INFO blivet: scanning loop0 (/sys/devices/virtual/block/loop0)... >11:40:44,165 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; hidden: False ; incomplete: False ; >11:40:44,166 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:44,167 INFO blivet: loop0 is a loop device >11:40:44,168 DEBUG blivet: Populator.addUdevLoopDevice: name: loop0 ; >11:40:44,169 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; hidden: False ; incomplete: False ; >11:40:44,171 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:44,171 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 167 >11:40:44,171 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 168 >11:40:44,173 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >11:40:44,174 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 166) to device tree >11:40:44,174 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 171 >11:40:44,176 DEBUG blivet: FileDevice.addChild: name: /run/initramfs/live/LiveOS/squashfs.img ; kids: 0 ; >11:40:44,176 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 172 >11:40:44,177 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >11:40:44,178 INFO blivet: added loop loop0 (id 170) to device tree >11:40:44,179 INFO blivet: got device: LoopDevice instance (0x7f776870a5f8) -- > name = loop0 status = False kids = 0 id = 170 > parents = ['existing 1.32 GiB file /run/initramfs/live/LiveOS/squashfs.img (166)'] > uuid = None size = 1.32 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >11:40:44,181 DEBUG blivet: Populator.handleUdevDeviceFormat: name: loop0 ; >11:40:44,183 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >11:40:44,183 DEBUG blivet: device loop0 does not contain a disklabel >11:40:44,184 INFO blivet: type detected on 'loop0' is 'squashfs' >11:40:44,184 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 174 >11:40:44,185 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >11:40:44,187 DEBUG blivet: Populator.addUdevDevice: name: loop1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/3738d843-0326-4e94-9cfa-ea834c80f9fa ' > '/dev/disk/by-label/Anaconda', > 'DEVNAME': '/dev/loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'ID_FS_UUID_ENC': '3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15646098'} ; >11:40:44,188 INFO blivet: scanning loop1 (/sys/devices/virtual/block/loop1)... >11:40:44,189 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; hidden: False ; incomplete: False ; >11:40:44,190 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:44,190 INFO blivet: loop1 is a loop device >11:40:44,191 DEBUG blivet: Populator.addUdevLoopDevice: name: loop1 ; >11:40:44,193 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; hidden: False ; incomplete: False ; >11:40:44,194 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:44,194 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 177 >11:40:44,195 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 178 >11:40:44,196 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >11:40:44,196 INFO blivet: added file /LiveOS/rootfs.img (id 176) to device tree >11:40:44,196 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 181 >11:40:44,198 DEBUG blivet: FileDevice.addChild: name: /LiveOS/rootfs.img ; kids: 0 ; >11:40:44,198 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 182 >11:40:44,200 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >11:40:44,200 INFO blivet: added loop loop1 (id 180) to device tree >11:40:44,201 INFO blivet: got device: LoopDevice instance (0x7f776870a400) -- > name = loop1 status = False kids = 0 id = 180 > parents = ['existing 0 B file /LiveOS/rootfs.img (176)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >11:40:44,202 DEBUG blivet: Populator.handleUdevDeviceFormat: name: loop1 ; >11:40:44,204 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >11:40:44,204 DEBUG blivet: device loop1 does not contain a disklabel >11:40:44,204 INFO blivet: type detected on 'loop1' is 'ext4' >11:40:44,206 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:44,206 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 184 >11:40:44,207 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >11:40:44,207 INFO blivet: got format: existing ext4 filesystem >11:40:44,210 DEBUG blivet: Populator.addUdevDevice: name: loop2 ; info: {'DEVNAME': '/dev/loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15649666'} ; >11:40:44,210 INFO blivet: scanning loop2 (/sys/devices/virtual/block/loop2)... >11:40:44,211 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; hidden: False ; incomplete: False ; >11:40:44,213 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:44,213 INFO blivet: loop2 is a loop device >11:40:44,214 DEBUG blivet: Populator.addUdevLoopDevice: name: loop2 ; >11:40:44,215 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; hidden: False ; incomplete: False ; >11:40:44,217 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:44,217 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 187 >11:40:44,217 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 188 >11:40:44,218 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >11:40:44,219 INFO blivet: added file /overlay (deleted) (id 186) to device tree >11:40:44,219 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 191 >11:40:44,220 DEBUG blivet: FileDevice.addChild: name: /overlay (deleted) ; kids: 0 ; >11:40:44,221 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 192 >11:40:44,222 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >11:40:44,222 INFO blivet: added loop loop2 (id 190) to device tree >11:40:44,223 INFO blivet: got device: LoopDevice instance (0x7f776870af60) -- > name = loop2 status = False kids = 0 id = 190 > parents = ['existing 0 B file /overlay (deleted) (186)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None >11:40:44,225 DEBUG blivet: Populator.handleUdevDeviceFormat: name: loop2 ; >11:40:44,226 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >11:40:44,226 DEBUG blivet: device loop2 does not contain a disklabel >11:40:44,227 DEBUG blivet: no type or existing type for loop2, bailing >11:40:44,229 DEBUG blivet: Populator.addUdevDevice: name: live-rw ; info: {'DEVLINKS': '/dev/mapper/live-rw ' > '/dev/disk/by-uuid/3738d843-0326-4e94-9cfa-ea834c80f9fa ' > '/dev/disk/by-label/Anaconda /dev/disk/by-id/dm-name-live-rw', > 'DEVNAME': '/dev/dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'ID_FS_UUID_ENC': '3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9624890'} ; >11:40:44,230 INFO blivet: scanning live-rw (/sys/devices/virtual/block/dm-0)... >11:40:44,231 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; hidden: False ; incomplete: False ; >11:40:44,233 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:44,233 INFO blivet: live-rw is a device-mapper device >11:40:44,234 DEBUG blivet: Populator.addUdevDMDevice: name: live-rw ; >11:40:44,237 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; hidden: False ; incomplete: False ; >11:40:44,238 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (180) with existing ext4 filesystem >11:40:44,240 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; hidden: False ; incomplete: False ; >11:40:44,242 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop2 (190) >11:40:44,243 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; hidden: False ; incomplete: False ; >11:40:44,244 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:44,245 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 196 >11:40:44,247 DEBUG blivet: LoopDevice.addChild: name: loop1 ; kids: 0 ; >11:40:44,247 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 197 >11:40:44,248 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >11:40:44,250 DEBUG blivet: DMDevice.readCurrentSize: sysfsPath: /sys/devices/virtual/block/dm-0 ; path: /dev/mapper/live-rw ; exists: True ; >11:40:44,251 DEBUG blivet: updated live-rw size to 6 GiB (6 GiB) >11:40:44,251 INFO blivet: added dm live-rw (id 195) to device tree >11:40:44,252 INFO blivet: got device: DMDevice instance (0x7f7768705b38) -- > name = live-rw status = True kids = 0 id = 195 > parents = ['existing 0 B loop loop1 (180) with existing ext4 filesystem'] > uuid = None size = 6 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 6 GiB path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >11:40:44,254 DEBUG blivet: Populator.handleUdevDeviceFormat: name: live-rw ; >11:40:44,256 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >11:40:44,256 DEBUG blivet: device live-rw does not contain a disklabel >11:40:44,256 INFO blivet: type detected on 'live-rw' is 'ext4' >11:40:44,258 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:44,258 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 199 >11:40:44,259 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >11:40:44,259 INFO blivet: got format: existing ext4 filesystem >11:40:44,262 DEBUG blivet: Populator.addUdevDevice: name: live-base ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base ' > '/dev/disk/by-uuid/3738d843-0326-4e94-9cfa-ea834c80f9fa ' > '/dev/disk/by-label/Anaconda /dev/mapper/live-base', > 'DEVNAME': '/dev/dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'ID_FS_UUID_ENC': '3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9677689'} ; >11:40:44,262 INFO blivet: scanning live-base (/sys/devices/virtual/block/dm-1)... >11:40:44,263 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; hidden: False ; incomplete: False ; >11:40:44,265 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:44,265 INFO blivet: live-base is a device-mapper device >11:40:44,266 DEBUG blivet: Populator.addUdevDMDevice: name: live-base ; >11:40:44,268 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; hidden: False ; incomplete: False ; >11:40:44,270 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (180) with existing ext4 filesystem >11:40:44,271 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; hidden: False ; incomplete: False ; >11:40:44,272 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:44,273 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 202 >11:40:44,274 DEBUG blivet: LoopDevice.addChild: name: loop1 ; kids: 1 ; >11:40:44,274 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 203 >11:40:44,276 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >11:40:44,277 DEBUG blivet: DMDevice.readCurrentSize: sysfsPath: /sys/devices/virtual/block/dm-1 ; path: /dev/mapper/live-base ; exists: True ; >11:40:44,278 DEBUG blivet: updated live-base size to 6 GiB (6 GiB) >11:40:44,278 INFO blivet: added dm live-base (id 201) to device tree >11:40:44,279 INFO blivet: got device: DMDevice instance (0x7f7768714908) -- > name = live-base status = True kids = 0 id = 201 > parents = ['existing 0 B loop loop1 (180) with existing ext4 filesystem'] > uuid = None size = 6 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-1 > target size = 6 GiB path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >11:40:44,281 DEBUG blivet: Populator.handleUdevDeviceFormat: name: live-base ; >11:40:44,283 DEBUG blivet: Populator.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >11:40:44,283 DEBUG blivet: device live-base does not contain a disklabel >11:40:44,283 INFO blivet: type detected on 'live-base' is 'ext4' >11:40:44,285 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:44,285 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 205 >11:40:44,286 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >11:40:44,286 INFO blivet: got format: existing ext4 filesystem >11:40:44,325 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >11:40:44,618 DEBUG blivet: DiskDevice.teardown: sdb ; controllable: True ; status: True ; >11:40:44,619 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >11:40:44,620 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >11:40:44,636 DEBUG blivet: DiskDevice.teardown: sdd ; controllable: True ; status: True ; >11:40:44,637 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >11:40:44,638 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >11:40:44,654 DEBUG blivet: DiskDevice.teardown: sde ; controllable: True ; status: True ; >11:40:44,655 DEBUG blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >11:40:44,656 DEBUG blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >11:40:44,672 DEBUG blivet: DiskDevice.teardown: sdf ; controllable: True ; status: True ; >11:40:44,673 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >11:40:44,674 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >11:40:44,690 DEBUG blivet: DiskDevice.teardown: sdg ; controllable: True ; status: True ; >11:40:44,691 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >11:40:44,692 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >11:40:44,708 DEBUG blivet: PartitionDevice.teardown: sdh1 ; controllable: True ; status: True ; >11:40:46,103 DEBUG blivet: NTFS.teardown: device: /dev/sdh1 ; type: ntfs ; status: True ; >11:40:46,171 INFO blivet: teardown of sdh1 failed: mountpoint does not exist >11:40:46,172 DEBUG blivet: PartitionDevice.teardown: sdh2 ; controllable: True ; status: True ; >11:40:46,207 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh2 ; type: ext4 ; status: False ; >11:40:46,276 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh2 ; type: ext4 ; status: False ; >11:40:46,327 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >11:40:46,328 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >11:40:46,329 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >11:40:46,346 DEBUG blivet: PartitionDevice.teardown: sdh5 ; controllable: True ; status: True ; >11:40:46,381 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh5 ; type: ext4 ; status: False ; >11:40:46,452 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh5 ; type: ext4 ; status: False ; >11:40:46,505 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >11:40:46,506 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >11:40:46,507 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >11:40:46,523 DEBUG blivet: PartitionDevice.teardown: sdh6 ; controllable: True ; status: True ; >11:40:46,559 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh6 ; type: ext4 ; status: False ; >11:40:46,630 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh6 ; type: ext4 ; status: False ; >11:40:46,684 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >11:40:46,685 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >11:40:46,686 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >11:40:46,702 DEBUG blivet: PartitionDevice.teardown: sdh7 ; controllable: True ; status: True ; >11:40:46,739 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh7 ; type: ext4 ; status: False ; >11:40:46,810 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh7 ; type: ext4 ; status: False ; >11:40:46,861 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >11:40:46,862 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >11:40:46,863 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >11:40:46,879 DEBUG blivet: PartitionDevice.teardown: sda1 ; controllable: True ; status: True ; >11:40:46,916 DEBUG blivet: NTFS.teardown: device: /dev/sda1 ; type: ntfs ; status: False ; >11:40:46,987 DEBUG blivet: NTFS.teardown: device: /dev/sda1 ; type: ntfs ; status: False ; >11:40:47,039 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >11:40:47,040 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:47,041 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:47,057 DEBUG blivet: PartitionDevice.teardown: sda10 ; controllable: True ; status: True ; >11:40:47,094 DEBUG blivet: Ext4FS.teardown: device: /dev/sda10 ; type: ext4 ; status: False ; >11:40:47,166 DEBUG blivet: Ext4FS.teardown: device: /dev/sda10 ; type: ext4 ; status: False ; >11:40:47,219 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >11:40:47,220 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:47,221 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:47,237 DEBUG blivet: PartitionDevice.teardown: sda11 ; controllable: True ; status: True ; >11:40:47,274 DEBUG blivet: Ext4FS.teardown: device: /dev/sda11 ; type: ext4 ; status: False ; >11:40:47,346 DEBUG blivet: Ext4FS.teardown: device: /dev/sda11 ; type: ext4 ; status: False ; >11:40:47,399 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >11:40:47,400 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:47,401 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:47,417 DEBUG blivet: PartitionDevice.teardown: sda12 ; controllable: True ; status: True ; >11:40:47,454 DEBUG blivet: Ext4FS.teardown: device: /dev/sda12 ; type: ext4 ; status: False ; >11:40:47,527 DEBUG blivet: Ext4FS.teardown: device: /dev/sda12 ; type: ext4 ; status: False ; >11:40:47,579 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >11:40:47,580 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:47,581 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:47,597 DEBUG blivet: PartitionDevice.teardown: sda13 ; controllable: True ; status: True ; >11:40:47,636 DEBUG blivet: Ext4FS.teardown: device: /dev/sda13 ; type: ext4 ; status: False ; >11:40:47,710 DEBUG blivet: Ext4FS.teardown: device: /dev/sda13 ; type: ext4 ; status: False ; >11:40:47,762 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >11:40:47,763 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:47,764 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:47,780 DEBUG blivet: PartitionDevice.teardown: sda14 ; controllable: True ; status: True ; >11:40:47,818 DEBUG blivet: NTFS.teardown: device: /dev/sda14 ; type: ntfs ; status: False ; >11:40:47,892 DEBUG blivet: NTFS.teardown: device: /dev/sda14 ; type: ntfs ; status: False ; >11:40:47,945 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >11:40:47,947 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:47,948 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:47,964 DEBUG blivet: PartitionDevice.teardown: sda2 ; controllable: True ; status: True ; >11:40:48,002 DEBUG blivet: Ext4FS.teardown: device: /dev/sda2 ; type: ext4 ; status: False ; >11:40:48,077 DEBUG blivet: Ext4FS.teardown: device: /dev/sda2 ; type: ext4 ; status: False ; >11:40:48,130 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >11:40:48,131 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:48,132 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:48,149 DEBUG blivet: PartitionDevice.teardown: sda4 ; controllable: True ; status: True ; >11:40:48,187 DEBUG blivet: NTFS.teardown: device: /dev/sda4 ; type: ntfs ; status: False ; >11:40:48,263 DEBUG blivet: NTFS.teardown: device: /dev/sda4 ; type: ntfs ; status: False ; >11:40:48,317 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >11:40:48,318 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:48,319 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:48,335 DEBUG blivet: PartitionDevice.teardown: sda5 ; controllable: True ; status: True ; >11:40:48,374 DEBUG blivet: Ext4FS.teardown: device: /dev/sda5 ; type: ext4 ; status: False ; >11:40:48,450 DEBUG blivet: Ext4FS.teardown: device: /dev/sda5 ; type: ext4 ; status: False ; >11:40:48,504 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >11:40:48,505 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:48,506 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:48,522 DEBUG blivet: PartitionDevice.teardown: sda6 ; controllable: True ; status: True ; >11:40:48,560 DEBUG blivet: Ext4FS.teardown: device: /dev/sda6 ; type: ext4 ; status: False ; >11:40:48,637 DEBUG blivet: Ext4FS.teardown: device: /dev/sda6 ; type: ext4 ; status: False ; >11:40:48,693 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >11:40:48,694 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:48,695 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:48,711 DEBUG blivet: PartitionDevice.teardown: sda7 ; controllable: True ; status: True ; >11:40:48,750 DEBUG blivet: Ext4FS.teardown: device: /dev/sda7 ; type: ext4 ; status: False ; >11:40:48,826 DEBUG blivet: Ext4FS.teardown: device: /dev/sda7 ; type: ext4 ; status: False ; >11:40:48,880 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >11:40:48,881 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:48,883 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:48,898 DEBUG blivet: PartitionDevice.teardown: sda8 ; controllable: True ; status: True ; >11:40:48,938 DEBUG blivet: Ext4FS.teardown: device: /dev/sda8 ; type: ext4 ; status: False ; >11:40:49,015 DEBUG blivet: Ext4FS.teardown: device: /dev/sda8 ; type: ext4 ; status: False ; >11:40:49,069 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >11:40:49,070 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:49,071 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:49,087 DEBUG blivet: PartitionDevice.teardown: sda9 ; controllable: True ; status: True ; >11:40:49,126 DEBUG blivet: NTFS.teardown: device: /dev/sda9 ; type: ntfs ; status: False ; >11:40:49,204 DEBUG blivet: NTFS.teardown: device: /dev/sda9 ; type: ntfs ; status: False ; >11:40:49,258 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >11:40:49,259 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:49,261 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >11:40:49,277 DEBUG blivet: OpticalDevice.teardown: sr0 ; controllable: True ; status: True ; >11:40:49,278 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; type: None ; status: False ; >11:40:49,279 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; type: None ; status: False ; >11:40:49,295 DEBUG blivet: LoopDevice.teardown: loop2 ; controllable: False ; status: False ; >11:40:49,296 DEBUG blivet: FileDevice.teardown: /overlay (deleted) ; controllable: False ; status: False ; >11:40:52,236 DEBUG blivet: IGNORED: Caught exception, continuing. >11:40:52,237 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >11:40:52,237 DEBUG blivet: IGNORED: Begin exception details. >11:40:52,238 DEBUG blivet: IGNORED: Traceback (most recent call last): >11:40:52,238 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/iscsi.py", line 153, in __init__ >11:40:52,238 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >11:40:52,238 DEBUG blivet: IGNORED: OSError: Unknown error >11:40:52,238 DEBUG blivet: IGNORED: End exception details. >11:40:54,311 INFO blivet: ISCSID is /sbin/iscsid >11:40:54,312 INFO blivet: no initiator set >11:40:54,426 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >11:40:54,427 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >11:40:57,261 DEBUG blivet: trying to set new default fstype to 'ext4' >11:40:57,629 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:57,630 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >11:40:57,633 DEBUG blivet: Ext4FS.supported: supported: True ; >11:40:57,811 INFO blivet: resetting Blivet (version 1.20.3) instance <blivet.blivet.Blivet object at 0x7fc3affba908> >11:40:57,811 INFO blivet: no initiator set >11:40:57,887 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >11:40:57,888 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >11:40:58,804 DEBUG blivet: protected device spec /dev/disk/by-label/Fedora-MATE-Live-24-20160531-n-0 resolved to sdc1 >11:40:58,814 INFO blivet: sdc1 looks to be the live device; marking as protected >11:40:58,947 INFO blivet: devices to scan: ['sdb', 'sdc', 'sdc1', 'sdc2', 'sdc3', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9', 'sr0', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base'] >11:40:58,972 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-HP_Photosmart_D7200_MY759F21B5050G-0:0 ' > '/dev/disk/by-path/pci-0000:00:02.1-usb-0:1:1.2-scsi-0:0:0:0', > 'DEVNAME': '/dev/sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Photosmart_D7200', > 'ID_MODEL_ENC': 'Photosmart\\x20D7200', > 'ID_MODEL_ID': '6911', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:1:1.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_1_1_2-scsi-0_0_0_0', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'HP_Photosmart_D7200_MY759F21B5050G-0:0', > 'ID_SERIAL_SHORT': 'MY759F21B5050G', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':070102:ffffff:ffd400:080650:', > 'ID_USB_INTERFACE_NUM': '02', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '03f0', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14236496'} ; name: sdb ; >11:40:58,973 INFO blivet: scanning sdb (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb)... >11:40:58,978 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdb ; hidden: False ; >11:40:58,980 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:58,984 DEBUG blivet: Populator.addUdevDiskDevice: name: sdb ; >11:40:58,997 INFO blivet: sdb is a disk >11:40:58,998 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >11:40:58,998 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 3 >11:40:59,001 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >11:40:59,003 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >11:40:59,004 DEBUG blivet: updated sdb size to 0 B (0 B) >11:40:59,005 INFO blivet: added disk sdb (id 1) to device tree >11:40:59,006 INFO blivet: got device: DiskDevice instance (0x7fc38e40ed68) -- > name = sdb status = True kids = 0 id = 1 > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = True >11:40:59,010 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdb ; >11:40:59,012 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >11:40:59,013 DEBUG blivet: no media present for device sdb >11:40:59,021 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Fedora-MATE-Live-24-20160531-n-0 ' > '/dev/disk/by-uuid/2016-05-31-11-04-01-00 ' > '/dev/disk/by-id/usb-USB_2.0_Flash_Disk_2015500087C66C00-0:0 ' > '/dev/disk/by-path/pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', > 'DEVNAME': '/dev/sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > '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', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-MATE-Live-24-20160531-n-0', > 'ID_FS_LABEL_ENC': 'Fedora-MATE-Live-24-20160531-n-0', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2016-05-31-11-04-01-00', > 'ID_FS_UUID_ENC': '2016-05-31-11-04-01-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '2093', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '34466889', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '5.00', > 'ID_SERIAL': 'USB_2.0_Flash_Disk_2015500087C66C00-0:0', > 'ID_SERIAL_SHORT': '2015500087C66C00', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'USB_2.0', > 'ID_VENDOR_ENC': 'USB\\x202.0\\x20', > 'ID_VENDOR_ID': '1e3d', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14320125'} ; name: sdc ; >11:40:59,023 INFO blivet: scanning sdc (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc)... >11:40:59,028 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdc ; hidden: False ; >11:40:59,032 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:59,036 DEBUG blivet: Populator.addUdevDiskDevice: name: sdc ; >11:40:59,045 INFO blivet: sdc is a disk >11:40:59,046 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >11:40:59,048 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 8 >11:40:59,051 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >11:40:59,057 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdc ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc ; >11:40:59,066 DEBUG blivet: updated sdc size to 1.95 GiB (1.95 GiB) >11:40:59,068 INFO blivet: added disk sdc (id 6) to device tree >11:40:59,069 INFO blivet: got device: DiskDevice instance (0x7fc38e416ba8) -- > name = sdc status = True kids = 0 id = 6 > parents = [] > uuid = None size = 1.95 GiB > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc > target size = 1.95 GiB path = /dev/sdc > format args = [] originalFormat = None removable = True >11:40:59,073 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdc ; >11:40:59,076 INFO blivet: type detected on 'sdc' is 'iso9660' >11:40:59,083 DEBUG blivet: Iso9660FS.supported: supported: True ; >11:40:59,084 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance with object id 10 >11:40:59,087 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: iso9660 ; >11:40:59,093 INFO blivet: got format: existing iso9660 filesystem >11:40:59,102 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Fedora-MATE-Live-24-20160531-n-0 ' > '/dev/disk/by-id/usb-USB_2.0_Flash_Disk_2015500087C66C00-0:0-part1 ' > '/dev/disk/by-uuid/2016-05-31-11-04-01-00 ' > '/dev/disk/by-path/pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0-part1', > 'DEVNAME': '/dev/sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > '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', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-MATE-Live-24-20160531-n-0', > 'ID_FS_LABEL_ENC': 'Fedora-MATE-Live-24-20160531-n-0', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2016-05-31-11-04-01-00', > 'ID_FS_UUID_ENC': '2016-05-31-11-04-01-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '2093', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '0', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2908160', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '34466889-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '34466889', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '5.00', > 'ID_SERIAL': 'USB_2.0_Flash_Disk_2015500087C66C00-0:0', > 'ID_SERIAL_SHORT': '2015500087C66C00', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'USB_2.0', > 'ID_VENDOR_ENC': 'USB\\x202.0\\x20', > 'ID_VENDOR_ID': '1e3d', > 'MAJOR': '8', > 'MINOR': '33', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '0', > 'USEC_INITIALIZED': '14328255'} ; name: sdc1 ; >11:40:59,107 INFO blivet: scanning sdc1 (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc1)... >11:40:59,115 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdc1 ; hidden: False ; >11:40:59,120 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:59,121 INFO blivet: sdc1 is a partition >11:40:59,124 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdc1 ; >11:40:59,129 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdc ; hidden: False ; >11:40:59,133 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1.95 GiB disk sdc (6) with existing iso9660 filesystem >11:40:59,145 INFO blivet: Protecting sdc, parent of live device sdc1 >11:40:59,150 DEBUG blivet: lvm filter: adding sdc1 to the reject list >11:40:59,151 DEBUG blivet: ignoring partition sdc1 on iso9660 >11:40:59,152 DEBUG blivet: no device obtained for sdc1 >11:40:59,157 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-USB_2.0_Flash_Disk_2015500087C66C00-0:0-part2 ' > '/dev/disk/by-uuid/F8DE-BA26 ' > '/dev/disk/by-path/pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0-part2 ' > '/dev/disk/by-label/ANACONDA', > 'DEVNAME': '/dev/sdc2', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > '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', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'ANACONDA', > 'ID_FS_LABEL_ENC': 'ANACONDA', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'F8DE-BA26', > 'ID_FS_UUID_ENC': 'F8DE-BA26', > 'ID_FS_VERSION': 'FAT12', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '2093', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '90092', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10636', > 'ID_PART_ENTRY_TYPE': '0xef', > 'ID_PART_ENTRY_UUID': '34466889-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '34466889', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '5.00', > 'ID_SERIAL': 'USB_2.0_Flash_Disk_2015500087C66C00-0:0', > 'ID_SERIAL_SHORT': '2015500087C66C00', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'USB_2.0', > 'ID_VENDOR_ENC': 'USB\\x202.0\\x20', > 'ID_VENDOR_ID': '1e3d', > 'MAJOR': '8', > 'MINOR': '34', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '14358441'} ; name: sdc2 ; >11:40:59,166 INFO blivet: scanning sdc2 (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc2)... >11:40:59,168 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdc2 ; hidden: False ; >11:40:59,176 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:59,179 INFO blivet: sdc2 is a partition >11:40:59,183 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdc2 ; >11:40:59,193 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdc ; hidden: False ; >11:40:59,196 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1.95 GiB disk sdc (6) with existing iso9660 filesystem >11:40:59,203 DEBUG blivet: lvm filter: adding sdc2 to the reject list >11:40:59,204 DEBUG blivet: ignoring partition sdc2 on iso9660 >11:40:59,204 DEBUG blivet: no device obtained for sdc2 >11:40:59,215 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/ANACONDA ' > '/dev/disk/by-uuid/abbb756c-612c-3589-aeef-e899eddc83d8 ' > '/dev/disk/by-path/pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0-part3 ' > '/dev/disk/by-id/usb-USB_2.0_Flash_Disk_2015500087C66C00-0:0-part3', > 'DEVNAME': '/dev/sdc3', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > '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', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'ANACONDA', > 'ID_FS_LABEL_ENC': 'ANACONDA', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'hfsplus', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'abbb756c-612c-3589-aeef-e899eddc83d8', > 'ID_FS_UUID_ENC': 'abbb756c-612c-3589-aeef-e899eddc83d8', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '2093', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '100728', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '23344', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '34466889-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '34466889', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '5.00', > 'ID_SERIAL': 'USB_2.0_Flash_Disk_2015500087C66C00-0:0', > 'ID_SERIAL_SHORT': '2015500087C66C00', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'USB_2.0', > 'ID_VENDOR_ENC': 'USB\\x202.0\\x20', > 'ID_VENDOR_ID': '1e3d', > 'MAJOR': '8', > 'MINOR': '35', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '14418483'} ; name: sdc3 ; >11:40:59,219 INFO blivet: scanning sdc3 (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3:1.0/host5/target5:0:0/5:0:0:0/block/sdc/sdc3)... >11:40:59,232 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdc3 ; hidden: False ; >11:40:59,234 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:59,235 INFO blivet: sdc3 is a partition >11:40:59,238 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdc3 ; >11:40:59,242 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdc ; hidden: False ; >11:40:59,250 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1.95 GiB disk sdc (6) with existing iso9660 filesystem >11:40:59,254 DEBUG blivet: lvm filter: adding sdc3 to the reject list >11:40:59,255 DEBUG blivet: ignoring partition sdc3 on iso9660 >11:40:59,256 DEBUG blivet: no device obtained for sdc3 >11:40:59,261 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:0 ' > '/dev/disk/by-id/usb-Generic-_Compact_Flash_20060413092100000-0:0', > 'DEVNAME': '/dev/sdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Compact_Flash', > 'ID_MODEL_ENC': 'Compact\\x20Flash\\x20\\x20\\x20', > 'ID_MODEL_ID': '0151', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_6_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_Compact_Flash_20060413092100000-0:0', > 'ID_SERIAL_SHORT': '20060413092100000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14265831'} ; name: sdd ; >11:40:59,263 INFO blivet: scanning sdd (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd)... >11:40:59,268 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdd ; hidden: False ; >11:40:59,270 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:59,274 DEBUG blivet: Populator.addUdevDiskDevice: name: sdd ; >11:40:59,281 INFO blivet: sdd is a disk >11:40:59,290 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 13 >11:40:59,291 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 14 >11:40:59,294 DEBUG blivet: DiskDevice._setFormat: sdd ; current: None ; type: None ; >11:40:59,296 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >11:40:59,299 DEBUG blivet: updated sdd size to 0 B (0 B) >11:40:59,302 INFO blivet: added disk sdd (id 12) to device tree >11:40:59,304 INFO blivet: got device: DiskDevice instance (0x7fc38e414a20) -- > name = sdd status = True kids = 0 id = 12 > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 48 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd > target size = 0 B path = /dev/sdd > format args = [] originalFormat = None removable = True >11:40:59,309 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdd ; >11:40:59,315 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >11:40:59,318 DEBUG blivet: no media present for device sdd >11:40:59,322 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic-_SM_xD-Picture_20060413092100000-0:1 ' > '/dev/disk/by-path/pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:1', > 'DEVNAME': '/dev/sde', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:1', > 'ID_MODEL': 'SM_xD-Picture', > 'ID_MODEL_ENC': 'SM\\x2fxD-Picture\\x20\\x20\\x20', > 'ID_MODEL_ID': '0151', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:1', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_6_1_0-scsi-0_0_0_1', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_SM_xD-Picture_20060413092100000-0:1', > 'ID_SERIAL_SHORT': '20060413092100000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14263598'} ; name: sde ; >11:40:59,332 INFO blivet: scanning sde (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde)... >11:40:59,334 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sde ; hidden: False ; >11:40:59,336 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:59,339 DEBUG blivet: Populator.addUdevDiskDevice: name: sde ; >11:40:59,346 INFO blivet: sde is a disk >11:40:59,349 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 18 >11:40:59,350 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 19 >11:40:59,353 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: None ; >11:40:59,365 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >11:40:59,366 DEBUG blivet: updated sde size to 0 B (0 B) >11:40:59,367 INFO blivet: added disk sde (id 17) to device tree >11:40:59,369 INFO blivet: got device: DiskDevice instance (0x7fc38e33f320) -- > name = sde status = True kids = 0 id = 17 > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 64 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde > target size = 0 B path = /dev/sde > format args = [] originalFormat = None removable = True >11:40:59,374 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sde ; >11:40:59,380 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >11:40:59,383 DEBUG blivet: no media present for device sde >11:40:59,389 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:2 ' > '/dev/disk/by-id/usb-Generic-_SD_MMC_20060413092100000-0:2', > 'DEVNAME': '/dev/sdf', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:2', > 'ID_MODEL': 'SD_MMC', > 'ID_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '0151', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_6_1_0-scsi-0_0_0_2', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_SD_MMC_20060413092100000-0:2', > 'ID_SERIAL_SHORT': '20060413092100000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '80', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14276636'} ; name: sdf ; >11:40:59,393 INFO blivet: scanning sdf (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf)... >11:40:59,397 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdf ; hidden: False ; >11:40:59,401 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:59,405 DEBUG blivet: Populator.addUdevDiskDevice: name: sdf ; >11:40:59,416 INFO blivet: sdf is a disk >11:40:59,417 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 23 >11:40:59,418 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 24 >11:40:59,421 DEBUG blivet: DiskDevice._setFormat: sdf ; current: None ; type: None ; >11:40:59,425 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >11:40:59,429 DEBUG blivet: updated sdf size to 0 B (0 B) >11:40:59,433 INFO blivet: added disk sdf (id 22) to device tree >11:40:59,435 INFO blivet: got device: DiskDevice instance (0x7fc38db738d0) -- > name = sdf status = True kids = 0 id = 22 > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 80 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf > target size = 0 B path = /dev/sdf > format args = [] originalFormat = None removable = True >11:40:59,442 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdf ; >11:40:59,446 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >11:40:59,449 DEBUG blivet: no media present for device sdf >11:40:59,454 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic-_MS_MS-Pro_20060413092100000-0:3 ' > '/dev/disk/by-path/pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:3', > 'DEVNAME': '/dev/sdg', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:3', > 'ID_MODEL': 'MS_MS-Pro', > 'ID_MODEL_ENC': 'MS\\x2fMS-Pro\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '0151', > 'ID_PATH': 'pci-0000:00:02.1-usb-0:6:1.0-scsi-0:0:0:3', > 'ID_PATH_TAG': 'pci-0000_00_02_1-usb-0_6_1_0-scsi-0_0_0_3', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_MS_MS-Pro_20060413092100000-0:3', > 'ID_SERIAL_SHORT': '20060413092100000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '96', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14289653'} ; name: sdg ; >11:40:59,464 INFO blivet: scanning sdg (/sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg)... >11:40:59,466 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdg ; hidden: False ; >11:40:59,468 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:59,471 DEBUG blivet: Populator.addUdevDiskDevice: name: sdg ; >11:40:59,475 INFO blivet: sdg is a disk >11:40:59,483 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 28 >11:40:59,484 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 29 >11:40:59,486 DEBUG blivet: DiskDevice._setFormat: sdg ; current: None ; type: None ; >11:40:59,489 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >11:40:59,493 DEBUG blivet: updated sdg size to 0 B (0 B) >11:40:59,494 INFO blivet: added disk sdg (id 27) to device tree >11:40:59,496 INFO blivet: got device: DiskDevice instance (0x7fc39e66bf28) -- > name = sdg status = True kids = 0 id = 27 > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 96 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg > target size = 0 B path = /dev/sdg > format args = [] originalFormat = None removable = True >11:40:59,503 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdg ; >11:40:59,508 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >11:40:59,513 DEBUG blivet: no media present for device sdg >11:40:59,518 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0 ' > '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M ' > '/dev/disk/by-id/wwn-0x5000c5003d96c02d', > 'DEVNAME': '/dev/sdh', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '112', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '84403765'} ; name: sdh ; >11:40:59,523 INFO blivet: scanning sdh (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh)... >11:40:59,525 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >11:40:59,528 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:40:59,532 DEBUG blivet: Populator.addUdevDiskDevice: name: sdh ; >11:40:59,539 INFO blivet: sdh is a disk >11:40:59,550 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 33 >11:40:59,551 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 34 >11:40:59,553 DEBUG blivet: DiskDevice._setFormat: sdh ; current: None ; type: None ; >11:40:59,556 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdh ; sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh ; >11:40:59,557 DEBUG blivet: updated sdh size to 596.17 GiB (596.17 GiB) >11:40:59,560 INFO blivet: added disk sdh (id 32) to device tree >11:40:59,562 INFO blivet: got device: DiskDevice instance (0x7fc38db7c438) -- > name = sdh status = True kids = 0 id = 32 > parents = [] > uuid = None size = 596.17 GiB > format = existing None > major = 8 minor = 112 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh > target size = 596.17 GiB path = /dev/sdh > format args = [] originalFormat = None removable = False >11:40:59,570 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh ; >11:40:59,575 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: dos ; device: sdh ; >11:40:59,580 DEBUG blivet: DiskDevice.setup: sdh ; orig: False ; controllable: True ; status: True ; >11:40:59,585 DEBUG blivet: DiskLabel.__init__: exists: True ; device: /dev/sdh ; >11:41:00,153 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 7 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fc38db7c9e8>, <parted.partition.Partition object at 0x7fc38e356a90>, <parted.partition.Partition object at 0x7fc38db7c5c0>, <parted.partition.Partition object at 0x7fc38db7c4a8>, <parted.partition.Partition object at 0x7fc38db7c828>, <parted.partition.Partition object at 0x7fc38db7cc88>] > device: <parted.device.Device object at 0x7fc38db73c88> > PedDisk: <_ped.Disk object at 0x7fc38e35f588> >11:41:00,910 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 36 >11:41:00,912 DEBUG blivet: DiskDevice._setFormat: sdh ; current: None ; type: disklabel ; >11:41:00,918 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/FreeAgent\\x20GoFlex\\x20Drive ' > '/dev/disk/by-id/wwn-0x5000c5003d96c02d-part1 ' > '/dev/disk/by-uuid/1E645C97645C738D ' > '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part1 ' > '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part1', > 'DEVNAME': '/dev/sdh1', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'FreeAgent_GoFlex_Drive', > 'ID_FS_LABEL_ENC': 'FreeAgent\\x20GoFlex\\x20Drive', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '1E645C97645C738D', > 'ID_FS_UUID_ENC': '1E645C97645C738D', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:112', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '63', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '153601985', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '00087375-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '113', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '85293832'} ; name: sdh1 ; >11:41:00,928 INFO blivet: scanning sdh1 (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh1)... >11:41:00,930 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh1 ; hidden: False ; >11:41:00,932 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:41:00,933 INFO blivet: sdh1 is a partition >11:41:00,936 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdh1 ; >11:41:00,938 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >11:41:00,942 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >11:41:01,057 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 39 >11:41:01,061 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdh ; >11:41:01,062 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 40 >11:41:01,066 DEBUG blivet: PartitionDevice._setFormat: sdh1 ; current: None ; type: None ; >11:41:01,071 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sdh1 ; sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh1 ; >11:41:01,080 DEBUG blivet: updated sdh1 size to 73.24 GiB (73.24 GiB) >11:41:01,084 DEBUG blivet: looking up parted Partition: /dev/sdh1 >11:41:01,135 DEBUG blivet: PartitionDevice.probe: sdh1 ; exists: True ; >11:41:01,137 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh1 ; flag: 1 ; >11:41:01,139 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh1 ; flag: 10 ; >11:41:01,142 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh1 ; flag: 12 ; >11:41:01,144 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sdh1 ; sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh1 ; >11:41:01,146 DEBUG blivet: updated sdh1 size to 73.24 GiB (73.24 GiB) >11:41:01,147 INFO blivet: added partition sdh1 (id 38) to device tree >11:41:01,167 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:01,147 INFO blivet: got device: PartitionDevice instance (0x7fc38db9b7b8) -- > name = sdh1 status = True kids = 0 id = 38 > parents = ['existing 596.17 GiB disk sdh (32) with existing msdos disklabel'] > uuid = None size = 73.24 GiB > format = existing None > major = 8 minor = 113 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh1 > target size = 73.24 GiB path = /dev/sdh1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38db7c630> > number: 1 path: /dev/sdh1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7fc38db7c8d0> PedPartition: <_ped.Partition object at 0x7fc38db84150> > disk = existing 596.17 GiB disk sdh (32) with existing msdos disklabel > start = 63 end = 153602047 length = 153601985 > flags = >11:41:01,232 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:01,305 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:01,346 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh1 ; >11:41:01,348 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sdh1 ; >11:41:01,348 DEBUG blivet: device sdh1 does not contain a disklabel >11:41:01,349 INFO blivet: type detected on 'sdh1' is 'ntfs' >11:41:01,525 INFO blivet: Failed to obtain info for device /dev/sdh1: failed to gather fs info: 1 >11:41:01,526 WARN blivet: Failed to obtain current size for device /dev/sdh1: No info available for size computation. >11:41:01,564 WARN blivet: Failed to obtain minimum size for device /dev/sdh1: failed to gather info from resize program: 1 >11:41:01,566 DEBUG blivet: NTFS.supported: supported: False ; >11:41:01,567 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 42 >11:41:01,572 DEBUG blivet: PartitionDevice._setFormat: sdh1 ; current: None ; type: ntfs ; >11:41:01,578 INFO blivet: got format: existing ntfs filesystem >11:41:01,586 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-uuid/ca7e29db-edf4-4d4a-8c84-1d8ee97efdbc ' > '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part2 ' > '/dev/disk/by-label/Boot ' > '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part2 ' > '/dev/disk/by-id/wwn-0x5000c5003d96c02d-part2', > 'DEVNAME': '/dev/sdh2', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Boot', > 'ID_FS_LABEL_ENC': 'Boot', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ca7e29db-edf4-4d4a-8c84-1d8ee97efdbc', > 'ID_FS_UUID_ENC': 'ca7e29db-edf4-4d4a-8c84-1d8ee97efdbc', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:112', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '153602048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '00087375-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '114', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '85603120'} ; name: sdh2 ; >11:41:01,608 INFO blivet: scanning sdh2 (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2)... >11:41:01,614 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh2 ; hidden: False ; >11:41:01,619 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:41:01,622 INFO blivet: sdh2 is a partition >11:41:01,626 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdh2 ; >11:41:01,628 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >11:41:01,639 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >11:41:01,831 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 45 >11:41:01,852 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sdh ; >11:41:01,853 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 46 >11:41:01,855 DEBUG blivet: PartitionDevice._setFormat: sdh2 ; current: None ; type: None ; >11:41:01,858 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sdh2 ; sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 ; >11:41:01,860 DEBUG blivet: updated sdh2 size to 1000 MiB (1000 MiB) >11:41:01,869 DEBUG blivet: looking up parted Partition: /dev/sdh2 >11:41:01,908 DEBUG blivet: PartitionDevice.probe: sdh2 ; exists: True ; >11:41:01,913 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh2 ; flag: 1 ; >11:41:01,924 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh2 ; flag: 10 ; >11:41:01,928 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh2 ; flag: 12 ; >11:41:01,938 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sdh2 ; sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 ; >11:41:01,940 DEBUG blivet: updated sdh2 size to 1000 MiB (1000 MiB) >11:41:01,940 INFO blivet: added partition sdh2 (id 44) to device tree >11:41:01,961 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:01,941 INFO blivet: got device: PartitionDevice instance (0x7fc38db86c18) -- > name = sdh2 status = True kids = 0 id = 44 > parents = ['existing 596.17 GiB disk sdh (32) with existing msdos disklabel'] > uuid = None size = 1000 MiB > format = existing None > major = 8 minor = 114 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh2 > target size = 1000 MiB path = /dev/sdh2 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38db7c668> > number: 2 path: /dev/sdh2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38e3569e8> PedPartition: <_ped.Partition object at 0x7fc38db840f8> > disk = existing 596.17 GiB disk sdh (32) with existing msdos disklabel > start = 153602048 end = 155650047 length = 2048000 > flags = >11:41:02,012 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:02,076 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:02,107 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh2 ; >11:41:02,118 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sdh2 ; >11:41:02,120 DEBUG blivet: device sdh2 does not contain a disklabel >11:41:02,121 INFO blivet: type detected on 'sdh2' is 'ext4' >11:41:02,721 DEBUG blivet: padding min size from 64.21 MiB up to 71 MiB >11:41:02,724 DEBUG blivet: Ext4FS.supported: supported: True ; >11:41:02,727 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 48 >11:41:02,734 DEBUG blivet: PartitionDevice._setFormat: sdh2 ; current: None ; type: ext4 ; >11:41:02,735 INFO blivet: got format: existing ext4 filesystem >11:41:02,746 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x5000c5003d96c02d-part3 ' > '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part3 ' > '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part3', > 'DEVNAME': '/dev/sdh3', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh3', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:112', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '155650048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1094612992', > 'ID_PART_ENTRY_TYPE': '0x5', > 'ID_PART_ENTRY_UUID': '00087375-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '115', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '84745416'} ; name: sdh3 ; >11:41:02,748 INFO blivet: scanning sdh3 (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh3)... >11:41:02,768 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh3 ; hidden: False ; >11:41:02,772 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:41:02,783 INFO blivet: sdh3 is a partition >11:41:02,786 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdh3 ; >11:41:02,790 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >11:41:02,799 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >11:41:03,045 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 51 >11:41:03,048 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sdh ; >11:41:03,049 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 52 >11:41:03,051 DEBUG blivet: PartitionDevice._setFormat: sdh3 ; current: None ; type: None ; >11:41:03,055 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sdh3 ; sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh3 ; >11:41:03,057 DEBUG blivet: updated sdh3 size to 1 KiB (1 KiB) >11:41:03,058 DEBUG blivet: looking up parted Partition: /dev/sdh3 >11:41:03,123 DEBUG blivet: PartitionDevice.probe: sdh3 ; exists: True ; >11:41:03,127 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh3 ; flag: 1 ; >11:41:03,130 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh3 ; flag: 10 ; >11:41:03,133 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh3 ; flag: 12 ; >11:41:03,141 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sdh3 ; sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh3 ; >11:41:03,144 DEBUG blivet: updated sdh3 size to 521.95 GiB (521.95 GiB) >11:41:03,150 INFO blivet: added partition sdh3 (id 50) to device tree >11:41:03,233 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:03,151 INFO blivet: got device: PartitionDevice instance (0x7fc38db975c0) -- > name = sdh3 status = True kids = 0 id = 50 > parents = ['existing 596.17 GiB disk sdh (32) with existing msdos disklabel'] > uuid = None size = 521.95 GiB > format = existing None > major = 8 minor = 115 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh3 > target size = 521.95 GiB path = /dev/sdh3 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 2 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: None > number: 3 path: /dev/sdh3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38db7c5f8> PedPartition: <_ped.Partition object at 0x7fc38db841a8> > disk = existing 596.17 GiB disk sdh (32) with existing msdos disklabel > start = 155650048 end = 1250263039 length = 1094612992 > flags = >11:41:03,356 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:03,499 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:03,544 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh3 ; >11:41:03,547 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sdh3 ; >11:41:03,549 DEBUG blivet: device sdh3 does not contain a disklabel >11:41:03,557 DEBUG blivet: no type or existing type for sdh3, bailing >11:41:03,568 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-uuid/03477541-3fb6-4b74-9f93-59ec80e089a1 ' > '/dev/disk/by-id/wwn-0x5000c5003d96c02d-part5 ' > '/dev/disk/by-label/GoFlex-5 ' > '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part5 ' > '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part5', > 'DEVNAME': '/dev/sdh5', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh5', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'GoFlex-5', > 'ID_FS_LABEL_ENC': 'GoFlex-5', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '03477541-3fb6-4b74-9f93-59ec80e089a1', > 'ID_FS_UUID_ENC': '03477541-3fb6-4b74-9f93-59ec80e089a1', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:112', > 'ID_PART_ENTRY_NUMBER': '5', > 'ID_PART_ENTRY_OFFSET': '155652096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '20480000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '00087375-05', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '117', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '85267965'} ; name: sdh5 ; >11:41:03,587 INFO blivet: scanning sdh5 (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh5)... >11:41:03,593 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh5 ; hidden: False ; >11:41:03,609 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:41:03,616 INFO blivet: sdh5 is a partition >11:41:03,618 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdh5 ; >11:41:03,627 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >11:41:03,629 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >11:41:03,824 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 56 >11:41:03,828 DEBUG blivet: DiskDevice.addChild: kids: 3 ; name: sdh ; >11:41:03,828 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 57 >11:41:03,831 DEBUG blivet: PartitionDevice._setFormat: sdh5 ; current: None ; type: None ; >11:41:03,833 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sdh5 ; sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh5 ; >11:41:03,835 DEBUG blivet: updated sdh5 size to 9.77 GiB (9.77 GiB) >11:41:03,836 DEBUG blivet: looking up parted Partition: /dev/sdh5 >11:41:03,858 DEBUG blivet: PartitionDevice.probe: sdh5 ; exists: True ; >11:41:03,861 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh5 ; flag: 1 ; >11:41:03,863 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh5 ; flag: 10 ; >11:41:03,866 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh5 ; flag: 12 ; >11:41:03,868 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sdh5 ; sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh5 ; >11:41:03,870 DEBUG blivet: updated sdh5 size to 9.77 GiB (9.77 GiB) >11:41:03,871 INFO blivet: added partition sdh5 (id 55) to device tree >11:41:03,893 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:03,872 INFO blivet: got device: PartitionDevice instance (0x7fc38db88160) -- > name = sdh5 status = True kids = 0 id = 55 > parents = ['existing 596.17 GiB disk sdh (32) with existing msdos disklabel'] > uuid = None size = 9.77 GiB > format = existing None > major = 8 minor = 117 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh5 > target size = 9.77 GiB path = /dev/sdh5 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38db7cac8> > number: 5 path: /dev/sdh5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38db7c278> PedPartition: <_ped.Partition object at 0x7fc38db84200> > disk = existing 596.17 GiB disk sdh (32) with existing msdos disklabel > start = 155652096 end = 176132095 length = 20480000 > flags = >11:41:03,933 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:03,976 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:04,000 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh5 ; >11:41:04,003 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sdh5 ; >11:41:04,003 DEBUG blivet: device sdh5 does not contain a disklabel >11:41:04,004 INFO blivet: type detected on 'sdh5' is 'ext4' >11:41:11,950 DEBUG blivet: padding min size from 5.32 GiB up to 5.8 GiB >11:41:11,955 DEBUG blivet: Ext4FS.supported: supported: True ; >11:41:11,955 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 59 >11:41:11,967 DEBUG blivet: PartitionDevice._setFormat: sdh5 ; current: None ; type: ext4 ; >11:41:11,968 INFO blivet: got format: existing ext4 filesystem >11:41:11,976 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part6 ' > '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part6 ' > '/dev/disk/by-label/GoFlex-Common ' > '/dev/disk/by-uuid/bef286a2-5c7e-429e-9597-ca47b8eedae5 ' > '/dev/disk/by-id/wwn-0x5000c5003d96c02d-part6', > 'DEVNAME': '/dev/sdh6', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh6', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'GoFlex-Common', > 'ID_FS_LABEL_ENC': 'GoFlex-Common', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'bef286a2-5c7e-429e-9597-ca47b8eedae5', > 'ID_FS_UUID_ENC': 'bef286a2-5c7e-429e-9597-ca47b8eedae5', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:112', > 'ID_PART_ENTRY_NUMBER': '6', > 'ID_PART_ENTRY_OFFSET': '196614144', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '629145600', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '00087375-06', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '118', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '85153359'} ; name: sdh6 ; >11:41:11,977 INFO blivet: scanning sdh6 (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh6)... >11:41:11,980 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh6 ; hidden: False ; >11:41:11,982 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:41:11,983 INFO blivet: sdh6 is a partition >11:41:11,985 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdh6 ; >11:41:11,988 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >11:41:11,991 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >11:41:12,058 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 62 >11:41:12,061 DEBUG blivet: DiskDevice.addChild: kids: 4 ; name: sdh ; >11:41:12,062 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 63 >11:41:12,064 DEBUG blivet: PartitionDevice._setFormat: sdh6 ; current: None ; type: None ; >11:41:12,067 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sdh6 ; sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh6 ; >11:41:12,068 DEBUG blivet: updated sdh6 size to 300 GiB (300 GiB) >11:41:12,069 DEBUG blivet: looking up parted Partition: /dev/sdh6 >11:41:12,090 DEBUG blivet: PartitionDevice.probe: sdh6 ; exists: True ; >11:41:12,093 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh6 ; flag: 1 ; >11:41:12,095 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh6 ; flag: 10 ; >11:41:12,097 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh6 ; flag: 12 ; >11:41:12,100 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sdh6 ; sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh6 ; >11:41:12,102 DEBUG blivet: updated sdh6 size to 300 GiB (300 GiB) >11:41:12,103 INFO blivet: added partition sdh6 (id 61) to device tree >11:41:12,123 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:12,104 INFO blivet: got device: PartitionDevice instance (0x7fc38db88b00) -- > name = sdh6 status = True kids = 0 id = 61 > parents = ['existing 596.17 GiB disk sdh (32) with existing msdos disklabel'] > uuid = None size = 300 GiB > format = existing None > major = 8 minor = 118 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh6 > target size = 300 GiB path = /dev/sdh6 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38db7cda0> > number: 6 path: /dev/sdh6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38db7cd30> PedPartition: <_ped.Partition object at 0x7fc38db84308> > disk = existing 596.17 GiB disk sdh (32) with existing msdos disklabel > start = 196614144 end = 825759743 length = 629145600 > flags = >11:41:12,163 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:12,204 INFO blivet: parted exception: msdos disk labels do not support partition names. >11:41:12,227 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh6 ; >11:41:12,230 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sdh6 ; >11:41:12,231 DEBUG blivet: device sdh6 does not contain a disklabel >11:41:12,232 INFO blivet: type detected on 'sdh6' is 'ext4' >11:41:22,548 DEBUG blivet: EFIVarFS.supported: supported: False ; >11:41:22,553 DEBUG blivet: EFIVarFS.supported: supported: False ; >11:41:22,558 DEBUG blivet: MultipathMember.__init__: >11:41:22,564 DEBUG blivet: SELinuxFS.supported: supported: False ; >11:41:22,566 DEBUG blivet: SELinuxFS.supported: supported: False ; >11:41:22,569 DEBUG blivet: DevPtsFS.supported: supported: False ; >11:41:22,573 DEBUG blivet: DevPtsFS.supported: supported: False ; >11:41:22,583 DEBUG blivet: MDRaidMember.__init__: >11:41:22,590 DEBUG blivet: TmpFS.supported: supported: True ; >11:41:22,653 DEBUG blivet: Ext3FS.supported: supported: True ; >11:41:22,656 DEBUG blivet: Ext3FS.supported: supported: True ; >11:41:22,658 DEBUG blivet: FATFS.supported: supported: True ; >11:41:22,660 DEBUG blivet: FATFS.supported: supported: True ; >11:41:22,665 DEBUG blivet: NTFS.supported: supported: False ; >11:41:22,670 DEBUG blivet: NTFS.supported: supported: False ; >11:41:22,679 DEBUG blivet: Iso9660FS.supported: supported: True ; >11:41:22,682 DEBUG blivet: Iso9660FS.supported: supported: True ; >11:41:22,684 DEBUG blivet: BTRFS.supported: supported: True ; >10:41:29,884 DEBUG blivet: NFSv4.supported: supported: False ; >10:41:29,898 DEBUG blivet: NFSv4.supported: supported: False ; >10:41:29,904 DEBUG blivet: BindFS.supported: supported: False ; >10:41:29,906 DEBUG blivet: BindFS.supported: supported: False ; >10:41:29,909 DEBUG blivet: HFSPlus.supported: supported: False ; >10:41:29,914 DEBUG blivet: HFSPlus.supported: supported: False ; >10:41:29,916 DEBUG blivet: EFIFS.supported: supported: True ; >10:41:29,921 DEBUG blivet: EFIFS.supported: supported: True ; >10:41:29,923 DEBUG blivet: NoDevFS.supported: supported: False ; >10:41:29,932 DEBUG blivet: NoDevFS.supported: supported: False ; >10:41:29,934 DEBUG blivet: XFS.supported: supported: True ; >10:41:30,207 DEBUG blivet: XFS.supported: supported: True ; >10:41:30,216 DEBUG blivet: DMRaidMember.__init__: >10:41:30,220 DEBUG blivet: SysFS.supported: supported: False ; >10:41:30,222 DEBUG blivet: SysFS.supported: supported: False ; >10:41:30,228 DEBUG blivet: SwapSpace.__init__: >10:41:30,237 DEBUG blivet: USBFS.supported: supported: False ; >10:41:30,239 DEBUG blivet: USBFS.supported: supported: False ; >10:41:30,243 DEBUG blivet: HFS.supported: supported: False ; >10:41:30,249 DEBUG blivet: HFS.supported: supported: False ; >10:41:30,251 DEBUG blivet: NFS.supported: supported: False ; >10:41:30,253 DEBUG blivet: NFS.supported: supported: False ; >10:41:30,258 DEBUG blivet: LUKS.__init__: >10:41:30,260 DEBUG blivet: ProcFS.supported: supported: False ; >10:41:30,269 DEBUG blivet: ProcFS.supported: supported: False ; >10:41:30,271 DEBUG blivet: MacEFIFS.supported: supported: True ; >10:41:30,273 DEBUG blivet: MacEFIFS.supported: supported: True ; >10:41:30,275 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >10:41:30,277 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >10:41:30,287 DEBUG blivet: DiskLabel.__init__: >10:41:30,287 INFO blivet: DiskLabel.partedDevice returning None >10:41:30,289 DEBUG blivet: Ext2FS.supported: supported: True ; >10:41:30,291 DEBUG blivet: Ext2FS.supported: supported: True ; >10:41:30,293 DEBUG blivet: Ext4FS.supported: supported: True ; >10:41:30,294 DEBUG blivet: Ext4FS.supported: supported: True ; >10:41:30,301 DEBUG blivet: LVMPhysicalVolume.__init__: >10:41:30,366 DEBUG blivet: padding min size from 252.21 GiB up to 252.7 GiB >10:41:30,369 DEBUG blivet: Ext4FS.supported: supported: True ; >10:41:30,370 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 65 >10:41:30,372 DEBUG blivet: PartitionDevice._setFormat: sdh6 ; current: None ; type: ext4 ; >10:41:30,377 INFO blivet: got format: existing ext4 filesystem >10:41:30,392 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0-part7 ' > '/dev/disk/by-uuid/61b0a203-5bb0-43b8-a243-ed664c67691e ' > '/dev/disk/by-label/GF-F20 ' > '/dev/disk/by-id/wwn-0x5000c5003d96c02d-part7 ' > '/dev/disk/by-id/ata-ST9640423AS_5WS28R1M-part7', > 'DEVNAME': '/dev/sdh7', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh7', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '156', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'GF-F20', > 'ID_FS_LABEL_ENC': 'GF-F20', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '61b0a203-5bb0-43b8-a243-ed664c67691e', > 'ID_FS_UUID_ENC': '61b0a203-5bb0-43b8-a243-ed664c67691e', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST9640423AS', > 'ID_MODEL_ENC': 'ST9640423AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:112', > 'ID_PART_ENTRY_NUMBER': '7', > 'ID_PART_ENTRY_OFFSET': '176134144', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '20477952', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '00087375-07', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00087375', > 'ID_PATH': 'pci-0000:00:04.1-usb-0:3:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_04_1-usb-0_3_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0001SDM1', > 'ID_SERIAL': 'ST9640423AS_5WS28R1M', > 'ID_SERIAL_SHORT': '5WS28R1M', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003d96c02d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003d96c02d', > 'MAJOR': '8', > 'MINOR': '119', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '84995679'} ; name: sdh7 ; >10:41:30,393 INFO blivet: scanning sdh7 (/sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh7)... >10:41:30,395 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh7 ; hidden: False ; >10:41:30,397 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:41:30,403 INFO blivet: sdh7 is a partition >10:41:30,405 DEBUG blivet: Populator.addUdevPartitionDevice: name: sdh7 ; >10:41:30,407 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:41:30,415 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:41:30,543 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 105 >10:41:30,546 DEBUG blivet: DiskDevice.addChild: kids: 5 ; name: sdh ; >10:41:30,546 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 106 >10:41:30,549 DEBUG blivet: PartitionDevice._setFormat: sdh7 ; current: None ; type: None ; >10:41:30,552 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sdh7 ; sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh7 ; >10:41:30,558 DEBUG blivet: updated sdh7 size to 9.76 GiB (9.76 GiB) >10:41:30,559 DEBUG blivet: looking up parted Partition: /dev/sdh7 >10:41:30,608 DEBUG blivet: PartitionDevice.probe: sdh7 ; exists: True ; >10:41:30,611 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh7 ; flag: 1 ; >10:41:30,614 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh7 ; flag: 10 ; >10:41:30,619 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdh7 ; flag: 12 ; >10:41:30,626 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sdh7 ; sysfsPath: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh7 ; >10:41:30,630 DEBUG blivet: updated sdh7 size to 9.76 GiB (9.76 GiB) >10:41:30,635 INFO blivet: added partition sdh7 (id 104) to device tree >10:41:30,682 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:30,636 INFO blivet: got device: PartitionDevice instance (0x7fc38c5a6630) -- > name = sdh7 status = True kids = 0 id = 104 > parents = ['existing 596.17 GiB disk sdh (32) with existing msdos disklabel'] > uuid = None size = 9.76 GiB > format = existing None > major = 8 minor = 119 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh7 > target size = 9.76 GiB path = /dev/sdh7 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38db7cbe0> > number: 7 path: /dev/sdh7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38db7cb70> PedPartition: <_ped.Partition object at 0x7fc38db842b0> > disk = existing 596.17 GiB disk sdh (32) with existing msdos disklabel > start = 176134144 end = 196612095 length = 20477952 > flags = >10:41:30,765 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:30,849 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:30,893 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sdh7 ; >10:41:30,896 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sdh7 ; >10:41:30,896 DEBUG blivet: device sdh7 does not contain a disklabel >10:41:30,897 INFO blivet: type detected on 'sdh7' is 'ext4' >10:41:38,450 DEBUG blivet: padding min size from 8.43 GiB up to 8.92 GiB >10:41:38,453 DEBUG blivet: Ext4FS.supported: supported: True ; >10:41:38,454 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 108 >10:41:38,456 DEBUG blivet: PartitionDevice._setFormat: sdh7 ; current: None ; type: ext4 ; >10:41:38,458 INFO blivet: got format: existing ext4 filesystem >10:41:38,464 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x5000c50037458df6 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T', > 'DEVNAME': '/dev/sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14237228'} ; name: sda ; >10:41:38,466 INFO blivet: scanning sda (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >10:41:38,468 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:41:38,471 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:41:38,474 DEBUG blivet: Populator.addUdevDiskDevice: name: sda ; >10:41:38,477 INFO blivet: sda is a disk >10:41:38,478 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 111 >10:41:38,479 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 112 >10:41:38,481 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >10:41:38,484 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sda ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda ; >10:41:38,485 DEBUG blivet: updated sda size to 465.76 GiB (465.76 GiB) >10:41:38,487 INFO blivet: added disk sda (id 110) to device tree >10:41:38,488 INFO blivet: got device: DiskDevice instance (0x7fc38c5fc9b0) -- > name = sda status = True kids = 0 id = 110 > parents = [] > uuid = None size = 465.76 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 465.76 GiB path = /dev/sda > format args = [] originalFormat = None removable = False >10:41:38,493 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda ; >10:41:38,496 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: dos ; device: sda ; >10:41:38,499 DEBUG blivet: DiskDevice.setup: sda ; orig: False ; controllable: True ; status: True ; >10:41:38,501 DEBUG blivet: DiskLabel.__init__: exists: True ; device: /dev/sda ; >10:41:40,448 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 4 > lastPartitionNumber: 14 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fc38c5b8860>, <parted.partition.Partition object at 0x7fc38c5b8588>, <parted.partition.Partition object at 0x7fc38c5b8048>, <parted.partition.Partition object at 0x7fc38c5b8550>, <parted.partition.Partition object at 0x7fc38e28eeb8>, <parted.partition.Partition object at 0x7fc38e28eac8>, <parted.partition.Partition object at 0x7fc38e28e6a0>, <parted.partition.Partition object at 0x7fc38db8b550>, <parted.partition.Partition object at 0x7fc38c550630>, <parted.partition.Partition object at 0x7fc38c5b82e8>, <parted.partition.Partition object at 0x7fc38c550278>, <parted.partition.Partition object at 0x7fc38c550128>, <parted.partition.Partition object at 0x7fc38c550c88>, <parted.partition.Partition object at 0x7fc38c550e48>] > device: <parted.device.Device object at 0x7fc38db957f0> > PedDisk: <_ped.Disk object at 0x7fc38c5c57c8> >10:41:42,215 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 114 >10:41:42,223 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >10:41:42,242 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-uuid/365829FF5829BF0D ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part1 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part1 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part1 ' > '/dev/disk/by-label/Win7', > 'DEVNAME': '/dev/sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Win7', > 'ID_FS_LABEL_ENC': 'Win7', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '365829FF5829BF0D', > 'ID_FS_UUID_ENC': '365829FF5829BF0D', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '63', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '102401985', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '91522702-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15809062'} ; name: sda1 ; >10:41:42,245 INFO blivet: scanning sda1 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >10:41:42,248 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda1 ; hidden: False ; >10:41:42,252 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:41:42,256 INFO blivet: sda1 is a partition >10:41:42,260 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda1 ; >10:41:42,264 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:41:42,268 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:41:42,356 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 117 >10:41:42,359 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >10:41:42,360 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 118 >10:41:42,362 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >10:41:42,365 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda1 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 ; >10:41:42,367 DEBUG blivet: updated sda1 size to 48.83 GiB (48.83 GiB) >10:41:42,368 DEBUG blivet: looking up parted Partition: /dev/sda1 >10:41:42,391 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >10:41:42,394 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >10:41:42,396 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >10:41:42,399 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >10:41:42,402 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda1 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 ; >10:41:42,403 DEBUG blivet: updated sda1 size to 48.83 GiB (48.83 GiB) >10:41:42,404 INFO blivet: added partition sda1 (id 116) to device tree >10:41:42,427 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:42,405 INFO blivet: got device: PartitionDevice instance (0x7fc38c5a6780) -- > name = sda1 status = True kids = 0 id = 116 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 48.83 GiB > format = existing None > major = 8 minor = 1 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > target size = 48.83 GiB path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5b8c18> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5b83c8> PedPartition: <_ped.Partition object at 0x7fc38c5c3990> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 63 end = 102402047 length = 102401985 > flags = boot >10:41:42,472 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:42,519 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:42,544 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda1 ; >10:41:42,547 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda1 ; >10:41:42,548 DEBUG blivet: device sda1 does not contain a disklabel >10:41:42,549 INFO blivet: type detected on 'sda1' is 'ntfs' >10:41:48,368 DEBUG blivet: padding min size from 32.84 GiB up to 33.33 GiB >10:41:48,371 DEBUG blivet: NTFS.supported: supported: False ; >10:41:48,372 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 120 >10:41:48,374 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: ntfs ; >10:41:48,375 INFO blivet: got format: existing ntfs filesystem >10:41:48,381 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/U1604 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part10 ' > '/dev/disk/by-uuid/7d8a5838-6442-451e-a42b-e7700be50d21 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part10 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part10', > 'DEVNAME': '/dev/sda10', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'U1604', > 'ID_FS_LABEL_ENC': 'U1604', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7d8a5838-6442-451e-a42b-e7700be50d21', > 'ID_FS_UUID_ENC': '7d8a5838-6442-451e-a42b-e7700be50d21', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '10', > 'ID_PART_ENTRY_OFFSET': '698386495', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '39073729', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-0a', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '10', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14768429'} ; name: sda10 ; >10:41:48,382 INFO blivet: scanning sda10 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10)... >10:41:48,385 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda10 ; hidden: False ; >10:41:48,387 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:41:48,388 INFO blivet: sda10 is a partition >10:41:48,390 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda10 ; >10:41:48,392 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:41:48,395 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:41:48,458 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 123 >10:41:48,461 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >10:41:48,462 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 124 >10:41:48,465 DEBUG blivet: PartitionDevice._setFormat: sda10 ; current: None ; type: None ; >10:41:48,467 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda10 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10 ; >10:41:48,469 DEBUG blivet: updated sda10 size to 18.63 GiB (18.63 GiB) >10:41:48,470 DEBUG blivet: looking up parted Partition: /dev/sda10 >10:41:48,494 DEBUG blivet: PartitionDevice.probe: sda10 ; exists: True ; >10:41:48,497 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda10 ; flag: 1 ; >10:41:48,499 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda10 ; flag: 10 ; >10:41:48,502 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda10 ; flag: 12 ; >10:41:48,504 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda10 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10 ; >10:41:48,506 DEBUG blivet: updated sda10 size to 18.63 GiB (18.63 GiB) >10:41:48,507 INFO blivet: added partition sda10 (id 122) to device tree >10:41:48,530 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:48,508 INFO blivet: got device: PartitionDevice instance (0x7fc38c55cb38) -- > name = sda10 status = True kids = 0 id = 122 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 18.63 GiB > format = existing None > major = 8 minor = 10 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10 > target size = 18.63 GiB path = /dev/sda10 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c550588> > number: 10 path: /dev/sda10 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c550550> PedPartition: <_ped.Partition object at 0x7fc38c5c3678> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 698386495 end = 737460223 length = 39073729 > flags = >10:41:48,574 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:48,620 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:48,647 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda10 ; >10:41:48,650 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda10 ; >10:41:48,651 DEBUG blivet: device sda10 does not contain a disklabel >10:41:48,652 INFO blivet: type detected on 'sda10' is 'ext4' >10:41:54,156 DEBUG blivet: padding min size from 6.8 GiB up to 7.29 GiB >10:41:54,158 DEBUG blivet: Ext4FS.supported: supported: True ; >10:41:54,159 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 126 >10:41:54,162 DEBUG blivet: PartitionDevice._setFormat: sda10 ; current: None ; type: ext4 ; >10:41:54,163 INFO blivet: got format: existing ext4 filesystem >10:41:54,169 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part11 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part11 ' > '/dev/disk/by-uuid/106e7306-f04d-484a-8a14-950359552549 ' > '/dev/disk/by-label/F25 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part11', > 'DEVNAME': '/dev/sda11', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'F25', > 'ID_FS_LABEL_ENC': 'F25', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '106e7306-f04d-484a-8a14-950359552549', > 'ID_FS_UUID_ENC': '106e7306-f04d-484a-8a14-950359552549', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '11', > 'ID_PART_ENTRY_OFFSET': '737463888', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40949622', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-0b', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '11', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15617648'} ; name: sda11 ; >10:41:54,170 INFO blivet: scanning sda11 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11)... >10:41:54,172 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda11 ; hidden: False ; >10:41:54,175 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:41:54,176 INFO blivet: sda11 is a partition >10:41:54,178 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda11 ; >10:41:54,180 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:41:54,193 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:41:54,271 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 129 >10:41:54,281 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >10:41:54,282 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 130 >10:41:54,284 DEBUG blivet: PartitionDevice._setFormat: sda11 ; current: None ; type: None ; >10:41:54,287 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda11 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11 ; >10:41:54,289 DEBUG blivet: updated sda11 size to 19.53 GiB (19.53 GiB) >10:41:54,290 DEBUG blivet: looking up parted Partition: /dev/sda11 >10:41:54,319 DEBUG blivet: PartitionDevice.probe: sda11 ; exists: True ; >10:41:54,322 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda11 ; flag: 1 ; >10:41:54,324 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda11 ; flag: 10 ; >10:41:54,326 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda11 ; flag: 12 ; >10:41:54,329 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda11 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11 ; >10:41:54,331 DEBUG blivet: updated sda11 size to 19.53 GiB (19.53 GiB) >10:41:54,332 INFO blivet: added partition sda11 (id 128) to device tree >10:41:54,355 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:54,333 INFO blivet: got device: PartitionDevice instance (0x7fc38c55c550) -- > name = sda11 status = True kids = 0 id = 128 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 19.53 GiB > format = existing None > major = 8 minor = 11 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11 > target size = 19.53 GiB path = /dev/sda11 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c550080> > number: 11 path: /dev/sda11 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38db956a0> PedPartition: <_ped.Partition object at 0x7fc38c5c3888> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 737463888 end = 778413509 length = 40949622 > flags = >10:41:54,400 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:54,446 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:54,471 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda11 ; >10:41:54,475 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda11 ; >10:41:54,476 DEBUG blivet: device sda11 does not contain a disklabel >10:41:54,477 INFO blivet: type detected on 'sda11' is 'ext4' >10:41:59,280 DEBUG blivet: padding min size from 8.18 GiB up to 8.67 GiB >10:41:59,283 DEBUG blivet: Ext4FS.supported: supported: True ; >10:41:59,284 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 132 >10:41:59,286 DEBUG blivet: PartitionDevice._setFormat: sda11 ; current: None ; type: ext4 ; >10:41:59,287 INFO blivet: got format: existing ext4 filesystem >10:41:59,293 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-uuid/b3451aa2-33c3-4043-9c9f-001ef81da043 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part12 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part12 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part12 ' > '/dev/disk/by-label/F24', > 'DEVNAME': '/dev/sda12', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda12', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'F24', > 'ID_FS_LABEL_ENC': 'F24', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'b3451aa2-33c3-4043-9c9f-001ef81da043', > 'ID_FS_UUID_ENC': 'b3451aa2-33c3-4043-9c9f-001ef81da043', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '12', > 'ID_PART_ENTRY_OFFSET': '778416128', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40960000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-0c', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '12', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14767852'} ; name: sda12 ; >10:41:59,294 INFO blivet: scanning sda12 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda12)... >10:41:59,296 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda12 ; hidden: False ; >10:41:59,299 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:41:59,300 INFO blivet: sda12 is a partition >10:41:59,302 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda12 ; >10:41:59,304 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:41:59,306 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:41:59,414 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 135 >10:41:59,417 DEBUG blivet: DiskDevice.addChild: kids: 3 ; name: sda ; >10:41:59,418 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 136 >10:41:59,420 DEBUG blivet: PartitionDevice._setFormat: sda12 ; current: None ; type: None ; >10:41:59,423 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda12 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda12 ; >10:41:59,432 DEBUG blivet: updated sda12 size to 19.53 GiB (19.53 GiB) >10:41:59,434 DEBUG blivet: looking up parted Partition: /dev/sda12 >10:41:59,457 DEBUG blivet: PartitionDevice.probe: sda12 ; exists: True ; >10:41:59,460 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda12 ; flag: 1 ; >10:41:59,462 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda12 ; flag: 10 ; >10:41:59,464 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda12 ; flag: 12 ; >10:41:59,468 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda12 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda12 ; >10:41:59,470 DEBUG blivet: updated sda12 size to 19.53 GiB (19.53 GiB) >10:41:59,471 INFO blivet: added partition sda12 (id 134) to device tree >10:41:59,493 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:59,472 INFO blivet: got device: PartitionDevice instance (0x7fc38db9be48) -- > name = sda12 status = True kids = 0 id = 134 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 19.53 GiB > format = existing None > major = 8 minor = 12 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda12 > target size = 19.53 GiB path = /dev/sda12 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c550240> > number: 12 path: /dev/sda12 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c550208> PedPartition: <_ped.Partition object at 0x7fc38c5c3d00> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 778416128 end = 819376127 length = 40960000 > flags = >10:41:59,539 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:59,584 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:41:59,609 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda12 ; >10:41:59,612 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda12 ; >10:41:59,612 DEBUG blivet: device sda12 does not contain a disklabel >10:41:59,614 INFO blivet: type detected on 'sda12' is 'ext4' >10:42:04,717 DEBUG blivet: padding min size from 7.51 GiB up to 8 GiB >10:42:04,720 DEBUG blivet: Ext4FS.supported: supported: True ; >10:42:04,721 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 138 >10:42:04,723 DEBUG blivet: PartitionDevice._setFormat: sda12 ; current: None ; type: ext4 ; >10:42:04,724 INFO blivet: got format: existing ext4 filesystem >10:42:04,730 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x5000c50037458df6-part13 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part13 ' > '/dev/disk/by-label/U1510-64 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part13 ' > '/dev/disk/by-uuid/593906aa-1575-424c-900e-9251fef8242a', > 'DEVNAME': '/dev/sda13', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda13', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'U1510-64', > 'ID_FS_LABEL_ENC': 'U1510-64', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '593906aa-1575-424c-900e-9251fef8242a', > 'ID_FS_UUID_ENC': '593906aa-1575-424c-900e-9251fef8242a', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '13', > 'ID_PART_ENTRY_OFFSET': '819378176', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40960938', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-0d', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '13', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15364666'} ; name: sda13 ; >10:42:04,731 INFO blivet: scanning sda13 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda13)... >10:42:04,733 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda13 ; hidden: False ; >10:42:04,736 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:04,737 INFO blivet: sda13 is a partition >10:42:04,739 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda13 ; >10:42:04,741 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:42:04,744 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:42:04,842 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 141 >10:42:04,845 DEBUG blivet: DiskDevice.addChild: kids: 4 ; name: sda ; >10:42:04,846 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 142 >10:42:04,849 DEBUG blivet: PartitionDevice._setFormat: sda13 ; current: None ; type: None ; >10:42:04,852 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda13 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda13 ; >10:42:04,853 DEBUG blivet: updated sda13 size to 19.53 GiB (19.53 GiB) >10:42:04,854 DEBUG blivet: looking up parted Partition: /dev/sda13 >10:42:04,877 DEBUG blivet: PartitionDevice.probe: sda13 ; exists: True ; >10:42:04,887 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda13 ; flag: 1 ; >10:42:04,890 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda13 ; flag: 10 ; >10:42:04,892 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda13 ; flag: 12 ; >10:42:04,895 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda13 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda13 ; >10:42:04,897 DEBUG blivet: updated sda13 size to 19.53 GiB (19.53 GiB) >10:42:04,898 INFO blivet: added partition sda13 (id 140) to device tree >10:42:04,920 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:04,899 INFO blivet: got device: PartitionDevice instance (0x7fc38c5a60b8) -- > name = sda13 status = True kids = 0 id = 140 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 19.53 GiB > format = existing None > major = 8 minor = 13 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda13 > target size = 19.53 GiB path = /dev/sda13 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c550be0> > number: 13 path: /dev/sda13 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c550b70> PedPartition: <_ped.Partition object at 0x7fc38c5c3d58> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 819378176 end = 860339113 length = 40960938 > flags = >10:42:04,967 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:05,012 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:05,037 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda13 ; >10:42:05,040 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda13 ; >10:42:05,041 DEBUG blivet: device sda13 does not contain a disklabel >10:42:05,042 INFO blivet: type detected on 'sda13' is 'ext4' >10:42:10,645 DEBUG blivet: padding min size from 7.91 GiB up to 8.4 GiB >10:42:10,648 DEBUG blivet: Ext4FS.supported: supported: True ; >10:42:10,649 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 144 >10:42:10,651 DEBUG blivet: PartitionDevice._setFormat: sda13 ; current: None ; type: ext4 ; >10:42:10,652 INFO blivet: got format: existing ext4 filesystem >10:42:10,658 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x5000c50037458df6-part14 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part14 ' > '/dev/disk/by-uuid/143A65343A651450 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part14 ' > '/dev/disk/by-label/Win10BackupOf8.1', > 'DEVNAME': '/dev/sda14', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda14', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Win10BackupOf8.1', > 'ID_FS_LABEL_ENC': 'Win10BackupOf8.1', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '143A65343A651450', > 'ID_FS_UUID_ENC': '143A65343A651450', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '14', > 'ID_PART_ENTRY_OFFSET': '860340224', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '88936448', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '91522702-0e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '14', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15761817'} ; name: sda14 ; >10:42:10,659 INFO blivet: scanning sda14 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda14)... >10:42:10,661 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda14 ; hidden: False ; >10:42:10,664 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:10,665 INFO blivet: sda14 is a partition >10:42:10,667 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda14 ; >10:42:10,670 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:42:10,672 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:42:10,767 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 147 >10:42:10,770 DEBUG blivet: DiskDevice.addChild: kids: 5 ; name: sda ; >10:42:10,771 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 148 >10:42:10,773 DEBUG blivet: PartitionDevice._setFormat: sda14 ; current: None ; type: None ; >10:42:10,776 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda14 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda14 ; >10:42:10,778 DEBUG blivet: updated sda14 size to 42.41 GiB (42.41 GiB) >10:42:10,779 DEBUG blivet: looking up parted Partition: /dev/sda14 >10:42:10,802 DEBUG blivet: PartitionDevice.probe: sda14 ; exists: True ; >10:42:10,812 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda14 ; flag: 1 ; >10:42:10,815 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda14 ; flag: 10 ; >10:42:10,818 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda14 ; flag: 12 ; >10:42:10,821 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda14 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda14 ; >10:42:10,822 DEBUG blivet: updated sda14 size to 42.41 GiB (42.41 GiB) >10:42:10,824 INFO blivet: added partition sda14 (id 146) to device tree >10:42:10,846 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:10,825 INFO blivet: got device: PartitionDevice instance (0x7fc38e28e898) -- > name = sda14 status = True kids = 0 id = 146 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 42.41 GiB > format = existing None > major = 8 minor = 14 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda14 > target size = 42.41 GiB path = /dev/sda14 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c550da0> > number: 14 path: /dev/sda14 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c550d30> PedPartition: <_ped.Partition object at 0x7fc38c5c38e0> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 860340224 end = 949276671 length = 88936448 > flags = >10:42:10,893 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:10,938 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:10,963 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda14 ; >10:42:10,966 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda14 ; >10:42:10,967 DEBUG blivet: device sda14 does not contain a disklabel >10:42:10,968 INFO blivet: type detected on 'sda14' is 'ntfs' >10:42:21,958 DEBUG blivet: padding min size from 13.06 GiB up to 13.55 GiB >10:42:21,961 DEBUG blivet: NTFS.supported: supported: False ; >10:42:21,961 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 150 >10:42:21,963 DEBUG blivet: PartitionDevice._setFormat: sda14 ; current: None ; type: ntfs ; >10:42:21,964 INFO blivet: got format: existing ntfs filesystem >10:42:21,971 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x5000c50037458df6-part2 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part2 ' > '/dev/disk/by-label/Boot ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part2 ' > '/dev/disk/by-uuid/e0974202-011f-491f-abea-c77aad45f762', > 'DEVNAME': '/dev/sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Boot', > 'ID_FS_LABEL_ENC': 'Boot', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'e0974202-011f-491f-abea-c77aad45f762', > 'ID_FS_UUID_ENC': 'e0974202-011f-491f-abea-c77aad45f762', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '102402048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048829', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15862564'} ; name: sda2 ; >10:42:21,972 INFO blivet: scanning sda2 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >10:42:21,974 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda2 ; hidden: False ; >10:42:21,976 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:21,977 INFO blivet: sda2 is a partition >10:42:21,980 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda2 ; >10:42:21,982 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:42:21,984 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:42:22,047 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 153 >10:42:22,050 DEBUG blivet: DiskDevice.addChild: kids: 6 ; name: sda ; >10:42:22,051 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 154 >10:42:22,054 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >10:42:22,056 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda2 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 ; >10:42:22,058 DEBUG blivet: updated sda2 size to 1000.4 MiB (1000.4 MiB) >10:42:22,059 DEBUG blivet: looking up parted Partition: /dev/sda2 >10:42:22,082 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >10:42:22,085 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >10:42:22,087 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >10:42:22,089 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >10:42:22,092 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda2 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 ; >10:42:22,094 DEBUG blivet: updated sda2 size to 1000.4 MiB (1000.4 MiB) >10:42:22,095 INFO blivet: added partition sda2 (id 152) to device tree >10:42:22,118 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:22,096 INFO blivet: got device: PartitionDevice instance (0x7fc38e28e8d0) -- > name = sda2 status = True kids = 0 id = 152 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 1000.4 MiB > format = existing None > major = 8 minor = 2 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 > target size = 1000.4 MiB path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5b8080> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5b8fd0> PedPartition: <_ped.Partition object at 0x7fc38c5c39e8> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 102402048 end = 104450876 length = 2048829 > flags = >10:42:22,163 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:22,208 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:22,235 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda2 ; >10:42:22,238 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda2 ; >10:42:22,239 DEBUG blivet: device sda2 does not contain a disklabel >10:42:22,240 INFO blivet: type detected on 'sda2' is 'ext4' >10:42:22,451 DEBUG blivet: padding min size from 56.8 MiB up to 63 MiB >10:42:22,454 DEBUG blivet: Ext4FS.supported: supported: True ; >10:42:22,455 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 156 >10:42:22,457 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: ext4 ; >10:42:22,458 INFO blivet: got format: existing ext4 filesystem >10:42:22,464 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part3 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part3 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part3', > 'DEVNAME': '/dev/sda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '104452094', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '844824578', > 'ID_PART_ENTRY_TYPE': '0x5', > 'ID_PART_ENTRY_UUID': '91522702-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '3', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14774371'} ; name: sda3 ; >10:42:22,470 INFO blivet: scanning sda3 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3)... >10:42:22,472 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda3 ; hidden: False ; >10:42:22,475 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:22,476 INFO blivet: sda3 is a partition >10:42:22,478 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda3 ; >10:42:22,480 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:42:22,483 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:42:22,598 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 159 >10:42:22,601 DEBUG blivet: DiskDevice.addChild: kids: 7 ; name: sda ; >10:42:22,602 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 160 >10:42:22,604 DEBUG blivet: PartitionDevice._setFormat: sda3 ; current: None ; type: None ; >10:42:22,607 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda3 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 ; >10:42:22,609 DEBUG blivet: updated sda3 size to 1 KiB (1 KiB) >10:42:22,610 DEBUG blivet: looking up parted Partition: /dev/sda3 >10:42:22,633 DEBUG blivet: PartitionDevice.probe: sda3 ; exists: True ; >10:42:22,636 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 1 ; >10:42:22,638 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 10 ; >10:42:22,641 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 12 ; >10:42:22,643 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda3 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 ; >10:42:22,646 DEBUG blivet: updated sda3 size to 402.84 GiB (402.84 GiB) >10:42:22,647 INFO blivet: added partition sda3 (id 158) to device tree >10:42:22,670 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:22,648 INFO blivet: got device: PartitionDevice instance (0x7fc38c67f908) -- > name = sda3 status = True kids = 0 id = 158 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 402.84 GiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 > target size = 402.84 GiB path = /dev/sda3 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 2 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: None > number: 3 path: /dev/sda3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5b8358> PedPartition: <_ped.Partition object at 0x7fc38c5c3728> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 104452094 end = 949276671 length = 844824578 > flags = >10:42:22,717 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:22,767 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:22,793 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda3 ; >10:42:22,796 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda3 ; >10:42:22,797 DEBUG blivet: device sda3 does not contain a disklabel >10:42:22,798 DEBUG blivet: no type or existing type for sda3, bailing >10:42:22,803 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x5000c50037458df6-part4 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part4 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part4 ' > '/dev/disk/by-uuid/386EBB496EBAFEA6 ' > '/dev/disk/by-label/FACTORY_IMAGE', > 'DEVNAME': '/dev/sda4', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'FACTORY_IMAGE', > 'ID_FS_LABEL_ENC': 'FACTORY_IMAGE', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '386EBB496EBAFEA6', > 'ID_FS_UUID_ENC': '386EBB496EBAFEA6', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '4', > 'ID_PART_ENTRY_OFFSET': '949278720', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '27490304', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '91522702-04', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '4', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15936473'} ; name: sda4 ; >10:42:22,805 INFO blivet: scanning sda4 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4)... >10:42:22,807 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda4 ; hidden: False ; >10:42:22,809 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:22,810 INFO blivet: sda4 is a partition >10:42:22,812 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda4 ; >10:42:22,814 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:42:22,817 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:42:22,880 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 164 >10:42:22,884 DEBUG blivet: DiskDevice.addChild: kids: 8 ; name: sda ; >10:42:22,885 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 165 >10:42:22,887 DEBUG blivet: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >10:42:22,890 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda4 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 ; >10:42:22,891 DEBUG blivet: updated sda4 size to 13.11 GiB (13.11 GiB) >10:42:22,893 DEBUG blivet: looking up parted Partition: /dev/sda4 >10:42:22,916 DEBUG blivet: PartitionDevice.probe: sda4 ; exists: True ; >10:42:22,919 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 1 ; >10:42:22,921 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 10 ; >10:42:22,924 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 12 ; >10:42:22,926 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda4 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 ; >10:42:22,928 DEBUG blivet: updated sda4 size to 13.11 GiB (13.11 GiB) >10:42:22,929 INFO blivet: added partition sda4 (id 163) to device tree >10:42:22,952 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:22,930 INFO blivet: got device: PartitionDevice instance (0x7fc38c59db00) -- > name = sda4 status = True kids = 0 id = 163 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 13.11 GiB > format = existing None > major = 8 minor = 4 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 > target size = 13.11 GiB path = /dev/sda4 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c550f60> > number: 4 path: /dev/sda4 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c550ef0> PedPartition: <_ped.Partition object at 0x7fc38c5c3a98> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 949278720 end = 976769023 length = 27490304 > flags = >10:42:22,997 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:23,044 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:23,069 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda4 ; >10:42:23,072 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda4 ; >10:42:23,073 DEBUG blivet: device sda4 does not contain a disklabel >10:42:23,074 INFO blivet: type detected on 'sda4' is 'ntfs' >10:42:23,671 DEBUG blivet: padding min size from 11.34 GiB up to 11.83 GiB >10:42:23,674 DEBUG blivet: NTFS.supported: supported: False ; >10:42:23,675 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 167 >10:42:23,677 DEBUG blivet: PartitionDevice._setFormat: sda4 ; current: None ; type: ntfs ; >10:42:23,678 INFO blivet: got format: existing ntfs filesystem >10:42:23,684 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Common ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part5 ' > '/dev/disk/by-uuid/19353959-5f58-48ad-b115-552c2c2b4b51 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part5 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part5', > 'DEVNAME': '/dev/sda5', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Common', > 'ID_FS_LABEL_ENC': 'Common', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '19353959-5f58-48ad-b115-552c2c2b4b51', > 'ID_FS_UUID_ENC': '19353959-5f58-48ad-b115-552c2c2b4b51', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '5', > 'ID_PART_ENTRY_OFFSET': '104452096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '163840000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-05', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '5', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15901100'} ; name: sda5 ; >10:42:23,685 INFO blivet: scanning sda5 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5)... >10:42:23,687 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda5 ; hidden: False ; >10:42:23,690 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:23,691 INFO blivet: sda5 is a partition >10:42:23,693 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda5 ; >10:42:23,695 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:42:23,698 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:42:23,761 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 170 >10:42:23,764 DEBUG blivet: DiskDevice.addChild: kids: 9 ; name: sda ; >10:42:23,765 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 171 >10:42:23,767 DEBUG blivet: PartitionDevice._setFormat: sda5 ; current: None ; type: None ; >10:42:23,771 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda5 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 ; >10:42:23,772 DEBUG blivet: updated sda5 size to 78.12 GiB (78.12 GiB) >10:42:23,773 DEBUG blivet: looking up parted Partition: /dev/sda5 >10:42:23,796 DEBUG blivet: PartitionDevice.probe: sda5 ; exists: True ; >10:42:23,799 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 1 ; >10:42:23,802 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 10 ; >10:42:23,804 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 12 ; >10:42:23,807 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda5 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 ; >10:42:23,809 DEBUG blivet: updated sda5 size to 78.12 GiB (78.12 GiB) >10:42:23,810 INFO blivet: added partition sda5 (id 169) to device tree >10:42:23,832 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:23,811 INFO blivet: got device: PartitionDevice instance (0x7fc38c5ecc88) -- > name = sda5 status = True kids = 0 id = 169 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 78.12 GiB > format = existing None > major = 8 minor = 5 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 > target size = 78.12 GiB path = /dev/sda5 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38e28ec88> > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5b8160> PedPartition: <_ped.Partition object at 0x7fc38c5c37d8> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 104452096 end = 268292095 length = 163840000 > flags = >10:42:23,877 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:23,922 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:23,949 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda5 ; >10:42:23,952 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda5 ; >10:42:23,953 DEBUG blivet: device sda5 does not contain a disklabel >10:42:23,954 INFO blivet: type detected on 'sda5' is 'ext4' >10:42:27,135 DEBUG blivet: padding min size from 43.7 GiB up to 44.19 GiB >10:42:27,138 DEBUG blivet: Ext4FS.supported: supported: True ; >10:42:27,139 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 173 >10:42:27,142 DEBUG blivet: PartitionDevice._setFormat: sda5 ; current: None ; type: ext4 ; >10:42:27,143 INFO blivet: got format: existing ext4 filesystem >10:42:27,149 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part6 ' > '/dev/disk/by-uuid/21fd337b-1ccc-461c-9454-3f5f28e5bc12 ' > '/dev/disk/by-label/Pictures ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part6 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part6', > 'DEVNAME': '/dev/sda6', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Pictures', > 'ID_FS_LABEL_ENC': 'Pictures', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '21fd337b-1ccc-461c-9454-3f5f28e5bc12', > 'ID_FS_UUID_ENC': '21fd337b-1ccc-461c-9454-3f5f28e5bc12', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '6', > 'ID_PART_ENTRY_OFFSET': '268294144', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '244770816', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-06', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '6', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15493778'} ; name: sda6 ; >10:42:27,152 INFO blivet: scanning sda6 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6)... >10:42:27,155 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda6 ; hidden: False ; >10:42:27,157 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:27,173 INFO blivet: sda6 is a partition >10:42:27,175 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda6 ; >10:42:27,179 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:42:27,181 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:42:27,259 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 176 >10:42:27,263 DEBUG blivet: DiskDevice.addChild: kids: 10 ; name: sda ; >10:42:27,264 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 177 >10:42:27,266 DEBUG blivet: PartitionDevice._setFormat: sda6 ; current: None ; type: None ; >10:42:27,269 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda6 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 ; >10:42:27,278 DEBUG blivet: updated sda6 size to 116.72 GiB (116.72 GiB) >10:42:27,279 DEBUG blivet: looking up parted Partition: /dev/sda6 >10:42:27,303 DEBUG blivet: PartitionDevice.probe: sda6 ; exists: True ; >10:42:27,307 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda6 ; flag: 1 ; >10:42:27,309 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda6 ; flag: 10 ; >10:42:27,313 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda6 ; flag: 12 ; >10:42:27,315 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda6 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 ; >10:42:27,317 DEBUG blivet: updated sda6 size to 116.72 GiB (116.72 GiB) >10:42:27,318 INFO blivet: added partition sda6 (id 175) to device tree >10:42:27,343 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:27,319 INFO blivet: got device: PartitionDevice instance (0x7fc38c5ecac8) -- > name = sda6 status = True kids = 0 id = 175 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 116.72 GiB > format = existing None > major = 8 minor = 6 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 > target size = 116.72 GiB path = /dev/sda6 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38e28ecf8> > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38e28ea90> PedPartition: <_ped.Partition object at 0x7fc38c5c36d0> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 268294144 end = 513064959 length = 244770816 > flags = >10:42:27,390 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:27,437 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:27,461 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda6 ; >10:42:27,464 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda6 ; >10:42:27,465 DEBUG blivet: device sda6 does not contain a disklabel >10:42:27,466 INFO blivet: type detected on 'sda6' is 'ext4' >10:42:30,228 DEBUG blivet: padding min size from 100.62 GiB up to 101.11 GiB >10:42:30,231 DEBUG blivet: Ext4FS.supported: supported: True ; >10:42:30,232 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 179 >10:42:30,234 DEBUG blivet: PartitionDevice._setFormat: sda6 ; current: None ; type: ext4 ; >10:42:30,235 INFO blivet: got format: existing ext4 filesystem >10:42:30,241 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Tiny1 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part7 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part7 ' > '/dev/disk/by-uuid/7e5687c1-d335-4fd2-9aa1-9e97cb7cba6d ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part7', > 'DEVNAME': '/dev/sda7', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Tiny1', > 'ID_FS_LABEL_ENC': 'Tiny1', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7e5687c1-d335-4fd2-9aa1-9e97cb7cba6d', > 'ID_FS_UUID_ENC': '7e5687c1-d335-4fd2-9aa1-9e97cb7cba6d', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '7', > 'ID_PART_ENTRY_OFFSET': '513067008', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '997376', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-07', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '7', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15786188'} ; name: sda7 ; >10:42:30,243 INFO blivet: scanning sda7 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7)... >10:42:30,245 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda7 ; hidden: False ; >10:42:30,247 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:30,248 INFO blivet: sda7 is a partition >10:42:30,250 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda7 ; >10:42:30,252 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:42:30,255 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:42:30,347 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 182 >10:42:30,350 DEBUG blivet: DiskDevice.addChild: kids: 11 ; name: sda ; >10:42:30,351 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 183 >10:42:30,354 DEBUG blivet: PartitionDevice._setFormat: sda7 ; current: None ; type: None ; >10:42:30,356 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda7 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 ; >10:42:30,358 DEBUG blivet: updated sda7 size to 487 MiB (487 MiB) >10:42:30,359 DEBUG blivet: looking up parted Partition: /dev/sda7 >10:42:30,382 DEBUG blivet: PartitionDevice.probe: sda7 ; exists: True ; >10:42:30,391 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda7 ; flag: 1 ; >10:42:30,394 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda7 ; flag: 10 ; >10:42:30,396 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda7 ; flag: 12 ; >10:42:30,399 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda7 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 ; >10:42:30,401 DEBUG blivet: updated sda7 size to 487 MiB (487 MiB) >10:42:30,402 INFO blivet: added partition sda7 (id 181) to device tree >10:42:30,425 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:30,403 INFO blivet: got device: PartitionDevice instance (0x7fc38c5fc2e8) -- > name = sda7 status = True kids = 0 id = 181 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 487 MiB > format = existing None > major = 8 minor = 7 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 > target size = 487 MiB path = /dev/sda7 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38e28e9e8> > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38e28ea20> PedPartition: <_ped.Partition object at 0x7fc38c5c35c8> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 513067008 end = 514064383 length = 997376 > flags = >10:42:30,470 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:30,515 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:30,541 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda7 ; >10:42:30,544 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda7 ; >10:42:30,544 DEBUG blivet: device sda7 does not contain a disklabel >10:42:30,545 INFO blivet: type detected on 'sda7' is 'ext4' >10:42:30,800 DEBUG blivet: padding min size from 154.42 MiB up to 170 MiB >10:42:30,803 DEBUG blivet: Ext4FS.supported: supported: True ; >10:42:30,804 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 185 >10:42:30,806 DEBUG blivet: PartitionDevice._setFormat: sda7 ; current: None ; type: ext4 ; >10:42:30,807 INFO blivet: got format: existing ext4 filesystem >10:42:30,814 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x5000c50037458df6-part8 ' > '/dev/disk/by-uuid/eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7 ' > '/dev/disk/by-label/Archives ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part8 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part8', > 'DEVNAME': '/dev/sda8', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Archives', > 'ID_FS_LABEL_ENC': 'Archives', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7', > 'ID_FS_UUID_ENC': 'eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '8', > 'ID_PART_ENTRY_OFFSET': '514065983', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '102400000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '91522702-08', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '8', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15470338'} ; name: sda8 ; >10:42:30,815 INFO blivet: scanning sda8 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8)... >10:42:30,817 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda8 ; hidden: False ; >10:42:30,819 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:30,820 INFO blivet: sda8 is a partition >10:42:30,822 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda8 ; >10:42:30,825 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:42:30,827 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:42:31,001 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 188 >10:42:31,004 DEBUG blivet: DiskDevice.addChild: kids: 12 ; name: sda ; >10:42:31,005 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 189 >10:42:31,007 DEBUG blivet: PartitionDevice._setFormat: sda8 ; current: None ; type: None ; >10:42:31,010 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda8 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 ; >10:42:31,012 DEBUG blivet: updated sda8 size to 48.83 GiB (48.83 GiB) >10:42:31,013 DEBUG blivet: looking up parted Partition: /dev/sda8 >10:42:31,036 DEBUG blivet: PartitionDevice.probe: sda8 ; exists: True ; >10:42:31,039 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda8 ; flag: 1 ; >10:42:31,041 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda8 ; flag: 10 ; >10:42:31,044 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda8 ; flag: 12 ; >10:42:31,047 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda8 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 ; >10:42:31,048 DEBUG blivet: updated sda8 size to 48.83 GiB (48.83 GiB) >10:42:31,049 INFO blivet: added partition sda8 (id 187) to device tree >10:42:31,072 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:31,050 INFO blivet: got device: PartitionDevice instance (0x7fc38c5fcba8) -- > name = sda8 status = True kids = 0 id = 187 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 48.83 GiB > format = existing None > major = 8 minor = 8 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 > target size = 48.83 GiB path = /dev/sda8 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38e28efd0> > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38e28e7b8> PedPartition: <_ped.Partition object at 0x7fc38c5c3570> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 514065983 end = 616465982 length = 102400000 > flags = >10:42:31,117 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:31,162 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:31,188 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda8 ; >10:42:31,191 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda8 ; >10:42:31,192 DEBUG blivet: device sda8 does not contain a disklabel >10:42:31,193 INFO blivet: type detected on 'sda8' is 'ext4' >10:42:32,421 DEBUG blivet: padding min size from 42.94 GiB up to 43.43 GiB >10:42:32,424 DEBUG blivet: Ext4FS.supported: supported: True ; >10:42:32,425 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 191 >10:42:32,427 DEBUG blivet: PartitionDevice._setFormat: sda8 ; current: None ; type: ext4 ; >10:42:32,428 INFO blivet: got format: existing ext4 filesystem >10:42:32,434 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-uuid/1E648ED8648EB1D7 ' > '/dev/disk/by-id/wwn-0x5000c50037458df6-part9 ' > '/dev/disk/by-id/ata-ST3500413AS_6VMWEG0T-part9 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-1-part9 ' > '/dev/disk/by-label/Win10', > 'DEVNAME': '/dev/sda9', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Win10', > 'ID_FS_LABEL_ENC': 'Win10', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '1E648ED8648EB1D7', > 'ID_FS_UUID_ENC': '1E648ED8648EB1D7', > 'ID_MODEL': 'ST3500413AS', > 'ID_MODEL_ENC': 'ST3500413AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '9', > 'ID_PART_ENTRY_OFFSET': '616466432', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '81920000', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '91522702-09', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '91522702', > 'ID_PATH': 'pci-0000:00:09.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-1', > 'ID_REVISION': 'JC4B', > 'ID_SERIAL': 'ST3500413AS_6VMWEG0T', > 'ID_SERIAL_SHORT': '6VMWEG0T', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c50037458df6', > 'ID_WWN_WITH_EXTENSION': '0x5000c50037458df6', > 'MAJOR': '8', > 'MINOR': '9', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15523794'} ; name: sda9 ; >10:42:32,435 INFO blivet: scanning sda9 (/sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9)... >10:42:32,437 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda9 ; hidden: False ; >10:42:32,440 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:32,441 INFO blivet: sda9 is a partition >10:42:32,443 DEBUG blivet: Populator.addUdevPartitionDevice: name: sda9 ; >10:42:32,445 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sda ; hidden: False ; >10:42:32,448 DEBUG blivet: DeviceTree.getDeviceByName returned existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:42:32,541 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 194 >10:42:32,544 DEBUG blivet: DiskDevice.addChild: kids: 13 ; name: sda ; >10:42:32,545 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 195 >10:42:32,548 DEBUG blivet: PartitionDevice._setFormat: sda9 ; current: None ; type: None ; >10:42:32,550 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda9 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9 ; >10:42:32,552 DEBUG blivet: updated sda9 size to 39.06 GiB (39.06 GiB) >10:42:32,553 DEBUG blivet: looking up parted Partition: /dev/sda9 >10:42:32,577 DEBUG blivet: PartitionDevice.probe: sda9 ; exists: True ; >10:42:32,586 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda9 ; flag: 1 ; >10:42:32,589 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda9 ; flag: 10 ; >10:42:32,591 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda9 ; flag: 12 ; >10:42:32,594 DEBUG blivet: PartitionDevice.readCurrentSize: exists: True ; path: /dev/sda9 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9 ; >10:42:32,595 DEBUG blivet: updated sda9 size to 39.06 GiB (39.06 GiB) >10:42:32,597 INFO blivet: added partition sda9 (id 193) to device tree >10:42:32,620 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:32,598 INFO blivet: got device: PartitionDevice instance (0x7fc38c605cf8) -- > name = sda9 status = True kids = 0 id = 193 > parents = ['existing 465.76 GiB disk sda (110) with existing msdos disklabel'] > uuid = None size = 39.06 GiB > format = existing None > major = 8 minor = 9 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9 > target size = 39.06 GiB path = /dev/sda9 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 1 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db99390> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5509b0> > number: 9 path: /dev/sda9 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5501d0> PedPartition: <_ped.Partition object at 0x7fc38c5c3620> > disk = existing 465.76 GiB disk sda (110) with existing msdos disklabel > start = 616466432 end = 698386431 length = 81920000 > flags = >10:42:32,675 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:32,723 INFO blivet: parted exception: msdos disk labels do not support partition names. >10:42:32,749 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sda9 ; >10:42:32,752 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: sda9 ; >10:42:32,753 DEBUG blivet: device sda9 does not contain a disklabel >10:42:32,754 INFO blivet: type detected on 'sda9' is 'ntfs' >10:42:32,841 INFO blivet: Failed to obtain info for device /dev/sda9: failed to gather fs info: 1 >10:42:32,841 WARN blivet: Failed to obtain current size for device /dev/sda9: No info available for size computation. >10:42:32,869 WARN blivet: Failed to obtain minimum size for device /dev/sda9: failed to gather info from resize program: 1 >10:42:32,872 DEBUG blivet: NTFS.supported: supported: False ; >10:42:32,873 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 197 >10:42:32,875 DEBUG blivet: PartitionDevice._setFormat: sda9 ; current: None ; type: ntfs ; >10:42:32,876 INFO blivet: got format: existing ntfs filesystem >10:42:32,888 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom ' > '/dev/disk/by-id/ata-ATAPI_DVD_A_DH16A6L-C_218848403026 ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-2', > 'DEVNAME': '/dev/sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FOR_SEAT': 'block-pci-0000_00_09_0-ata-2', > 'ID_MODEL': 'ATAPI_DVD_A_DH16A6L-C', > 'ID_MODEL_ENC': 'ATAPI\\x20\\x20\\x20DVD\\x20A\\x20\\x20DH16A6L-C\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PATH': 'pci-0000:00:09.0-ata-2', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-2', > 'ID_REVISION': 'ZHCG', > 'ID_SERIAL': 'ATAPI_DVD_A_DH16A6L-C_218848403026', > 'ID_SERIAL_SHORT': '218848403026', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:uaccess:seat:', > 'USEC_INITIALIZED': '14269483'} ; name: sr0 ; >10:42:32,889 INFO blivet: scanning sr0 (/sys/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >10:42:32,891 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sr0 ; hidden: False ; >10:42:32,894 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:32,895 INFO blivet: sr0 is a cdrom >10:42:32,897 DEBUG blivet: Populator.addUdevOpticalDevice: >10:42:32,898 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 200 >10:42:32,899 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 201 >10:42:32,901 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >10:42:32,904 DEBUG blivet: OpticalDevice.readCurrentSize: exists: True ; path: /dev/sr0 ; sysfsPath: /sys/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ; >10:42:32,905 DEBUG blivet: updated sr0 size to 1024 MiB (1024 MiB) >10:42:32,907 INFO blivet: added cdrom sr0 (id 199) to device tree >10:42:32,907 INFO blivet: got device: OpticalDevice instance (0x7fc38c5fc128) -- > name = sr0 status = True kids = 0 id = 199 > parents = [] > uuid = None size = 1024 MiB > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > target size = 1024 MiB path = /dev/sr0 > format args = [] originalFormat = None >10:42:32,911 DEBUG blivet: Populator.handleUdevDeviceFormat: name: sr0 ; >10:42:32,913 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >10:42:32,948 DEBUG blivet: no media present for device sr0 >10:42:32,951 DEBUG blivet: Populator.addUdevDevice: info: {'DEVNAME': '/dev/loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15642399'} ; name: loop0 ; >10:42:32,953 INFO blivet: scanning loop0 (/sys/devices/virtual/block/loop0)... >10:42:32,955 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: loop0 ; hidden: False ; >10:42:32,958 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:32,959 INFO blivet: loop0 is a loop device >10:42:32,961 DEBUG blivet: Populator.addUdevLoopDevice: name: loop0 ; >10:42:32,963 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: /run/initramfs/live/LiveOS/squashfs.img ; hidden: False ; >10:42:32,968 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:32,969 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 205 >10:42:32,970 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 206 >10:42:32,972 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >10:42:32,973 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 204) to device tree >10:42:32,974 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 209 >10:42:32,978 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >10:42:32,979 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 210 >10:42:32,981 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >10:42:32,982 INFO blivet: added loop loop0 (id 208) to device tree >10:42:32,984 INFO blivet: got device: LoopDevice instance (0x7fc38c605128) -- > name = loop0 status = False kids = 0 id = 208 > parents = ['existing 1.32 GiB file /run/initramfs/live/LiveOS/squashfs.img (204)'] > uuid = None size = 1.32 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >10:42:32,989 DEBUG blivet: Populator.handleUdevDeviceFormat: name: loop0 ; >10:42:32,991 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: loop0 ; >10:42:32,992 DEBUG blivet: device loop0 does not contain a disklabel >10:42:32,993 INFO blivet: type detected on 'loop0' is 'squashfs' >10:42:32,994 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 212 >10:42:32,996 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >10:42:32,999 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda ' > '/dev/disk/by-uuid/3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'DEVNAME': '/dev/loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'ID_FS_UUID_ENC': '3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15646098'} ; name: loop1 ; >10:42:33,001 INFO blivet: scanning loop1 (/sys/devices/virtual/block/loop1)... >10:42:33,003 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: loop1 ; hidden: False ; >10:42:33,006 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:33,007 INFO blivet: loop1 is a loop device >10:42:33,009 DEBUG blivet: Populator.addUdevLoopDevice: name: loop1 ; >10:42:33,011 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: /LiveOS/rootfs.img ; hidden: False ; >10:42:33,016 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:33,017 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 215 >10:42:33,018 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 216 >10:42:33,020 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >10:42:33,021 INFO blivet: added file /LiveOS/rootfs.img (id 214) to device tree >10:42:33,022 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 219 >10:42:33,024 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >10:42:33,025 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 220 >10:42:33,027 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >10:42:33,028 INFO blivet: added loop loop1 (id 218) to device tree >10:42:33,031 INFO blivet: got device: LoopDevice instance (0x7fc38c6054a8) -- > name = loop1 status = False kids = 0 id = 218 > parents = ['existing 0 B file /LiveOS/rootfs.img (214)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >10:42:33,034 DEBUG blivet: Populator.handleUdevDeviceFormat: name: loop1 ; >10:42:33,037 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: loop1 ; >10:42:33,038 DEBUG blivet: device loop1 does not contain a disklabel >10:42:33,039 INFO blivet: type detected on 'loop1' is 'ext4' >10:42:33,122 WARN blivet: ext4 filesystem on /dev/loop1 needs repair >10:42:33,124 DEBUG blivet: Ext4FS.supported: supported: True ; >10:42:33,125 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 222 >10:42:33,128 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >10:42:33,128 INFO blivet: got format: existing ext4 filesystem >10:42:33,132 DEBUG blivet: Populator.addUdevDevice: info: {'DEVNAME': '/dev/loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15649666'} ; name: loop2 ; >10:42:33,133 INFO blivet: scanning loop2 (/sys/devices/virtual/block/loop2)... >10:42:33,135 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: loop2 ; hidden: False ; >10:42:33,138 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:33,139 INFO blivet: loop2 is a loop device >10:42:33,141 DEBUG blivet: Populator.addUdevLoopDevice: name: loop2 ; >10:42:33,144 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: /overlay (deleted) ; hidden: False ; >10:42:33,146 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:33,147 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 225 >10:42:33,149 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 226 >10:42:33,151 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >10:42:33,152 INFO blivet: added file /overlay (deleted) (id 224) to device tree >10:42:33,153 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 229 >10:42:33,156 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >10:42:33,157 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 230 >10:42:33,159 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >10:42:33,160 INFO blivet: added loop loop2 (id 228) to device tree >10:42:33,162 INFO blivet: got device: LoopDevice instance (0x7fc38c605080) -- > name = loop2 status = False kids = 0 id = 228 > parents = ['existing 0 B file /overlay (deleted) (224)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None >10:42:33,165 DEBUG blivet: Populator.handleUdevDeviceFormat: name: loop2 ; >10:42:33,168 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: loop2 ; >10:42:33,168 DEBUG blivet: device loop2 does not contain a disklabel >10:42:33,170 DEBUG blivet: no type or existing type for loop2, bailing >10:42:33,173 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/mapper/live-rw /dev/disk/by-id/dm-name-live-rw ' > '/dev/disk/by-label/Anaconda ' > '/dev/disk/by-uuid/3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'DEVNAME': '/dev/dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'ID_FS_UUID_ENC': '3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9624890'} ; name: live-rw ; >10:42:33,174 INFO blivet: scanning live-rw (/sys/devices/virtual/block/dm-0)... >10:42:33,176 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: live-rw ; hidden: False ; >10:42:33,178 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:33,179 INFO blivet: live-rw is a device-mapper device >10:42:33,181 DEBUG blivet: Populator.addUdevDMDevice: name: live-rw ; >10:42:33,185 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: loop1 ; hidden: False ; >10:42:33,188 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (218) with existing ext4 filesystem >10:42:33,191 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: loop2 ; hidden: False ; >10:42:33,194 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop2 (228) >10:42:33,196 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: live-rw ; hidden: False ; >10:42:33,199 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:33,200 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 234 >10:42:33,203 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >10:42:33,203 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 235 >10:42:33,206 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >10:42:33,209 DEBUG blivet: DMDevice.readCurrentSize: exists: True ; path: /dev/mapper/live-rw ; sysfsPath: /sys/devices/virtual/block/dm-0 ; >10:42:33,210 DEBUG blivet: updated live-rw size to 6 GiB (6 GiB) >10:42:33,211 INFO blivet: added dm live-rw (id 233) to device tree >10:42:33,212 INFO blivet: got device: DMDevice instance (0x7fc38db954a8) -- > name = live-rw status = True kids = 0 id = 233 > parents = ['existing 0 B loop loop1 (218) with existing ext4 filesystem'] > uuid = None size = 6 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 6 GiB path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >10:42:33,217 DEBUG blivet: Populator.handleUdevDeviceFormat: name: live-rw ; >10:42:33,219 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: live-rw ; >10:42:33,220 DEBUG blivet: device live-rw does not contain a disklabel >10:42:33,221 INFO blivet: type detected on 'live-rw' is 'ext4' >10:42:33,308 WARN blivet: ext4 filesystem on /dev/mapper/live-rw needs repair >10:42:33,310 DEBUG blivet: Ext4FS.supported: supported: True ; >10:42:33,311 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 237 >10:42:33,314 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >10:42:33,314 INFO blivet: got format: existing ext4 filesystem >10:42:33,318 DEBUG blivet: Populator.addUdevDevice: info: {'DEVLINKS': '/dev/mapper/live-base /dev/disk/by-label/Anaconda ' > '/dev/disk/by-uuid/3738d843-0326-4e94-9cfa-ea834c80f9fa ' > '/dev/disk/by-id/dm-name-live-base', > 'DEVNAME': '/dev/dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'ID_FS_UUID_ENC': '3738d843-0326-4e94-9cfa-ea834c80f9fa', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9677689'} ; name: live-base ; >10:42:33,320 INFO blivet: scanning live-base (/sys/devices/virtual/block/dm-1)... >10:42:33,322 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: live-base ; hidden: False ; >10:42:33,324 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:33,325 INFO blivet: live-base is a device-mapper device >10:42:33,327 DEBUG blivet: Populator.addUdevDMDevice: name: live-base ; >10:42:33,331 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: loop1 ; hidden: False ; >10:42:33,342 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (218) with existing ext4 filesystem >10:42:33,349 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: live-base ; hidden: False ; >10:42:33,351 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:33,352 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 240 >10:42:33,355 DEBUG blivet: LoopDevice.addChild: kids: 1 ; name: loop1 ; >10:42:33,356 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 241 >10:42:33,358 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >10:42:33,361 DEBUG blivet: DMDevice.readCurrentSize: exists: True ; path: /dev/mapper/live-base ; sysfsPath: /sys/devices/virtual/block/dm-1 ; >10:42:33,362 DEBUG blivet: updated live-base size to 6 GiB (6 GiB) >10:42:33,363 INFO blivet: added dm live-base (id 239) to device tree >10:42:33,365 INFO blivet: got device: DMDevice instance (0x7fc38c605860) -- > name = live-base status = True kids = 0 id = 239 > parents = ['existing 0 B loop loop1 (218) with existing ext4 filesystem'] > uuid = None size = 6 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-1 > target size = 6 GiB path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >10:42:33,369 DEBUG blivet: Populator.handleUdevDeviceFormat: name: live-base ; >10:42:33,372 DEBUG blivet: Populator.handleUdevDiskLabelFormat: label_type: None ; device: live-base ; >10:42:33,373 DEBUG blivet: device live-base does not contain a disklabel >10:42:33,374 INFO blivet: type detected on 'live-base' is 'ext4' >10:42:33,468 WARN blivet: ext4 filesystem on /dev/mapper/live-base needs repair >10:42:33,471 DEBUG blivet: Ext4FS.supported: supported: True ; >10:42:33,472 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 243 >10:42:33,474 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >10:42:33,475 INFO blivet: got format: existing ext4 filesystem >10:42:33,527 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >10:42:34,009 DEBUG blivet: DiskDevice.teardown: sdb ; controllable: True ; status: True ; >10:42:34,011 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >10:42:34,013 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >10:42:34,040 DEBUG blivet: DiskDevice.teardown: sdd ; controllable: True ; status: True ; >10:42:34,042 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >10:42:34,044 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >10:42:34,071 DEBUG blivet: DiskDevice.teardown: sde ; controllable: True ; status: True ; >10:42:34,073 DEBUG blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >10:42:34,076 DEBUG blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >10:42:34,103 DEBUG blivet: DiskDevice.teardown: sdf ; controllable: True ; status: True ; >10:42:34,105 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >10:42:34,107 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >10:42:34,139 DEBUG blivet: DiskDevice.teardown: sdg ; controllable: True ; status: True ; >10:42:34,141 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >10:42:34,143 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >10:42:34,192 DEBUG blivet: PartitionDevice.teardown: sdh1 ; controllable: True ; status: True ; >10:42:36,613 DEBUG blivet: NTFS.teardown: device: /dev/sdh1 ; type: ntfs ; status: True ; >10:42:36,709 INFO blivet: teardown of sdh1 failed: mountpoint does not exist >10:42:36,711 DEBUG blivet: PartitionDevice.teardown: sdh2 ; controllable: True ; status: True ; >10:42:36,758 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh2 ; type: ext4 ; status: False ; >10:42:37,003 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh2 ; type: ext4 ; status: False ; >10:42:37,077 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:42:37,080 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:37,082 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:37,110 DEBUG blivet: PartitionDevice.teardown: sdh5 ; controllable: True ; status: True ; >10:42:37,160 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh5 ; type: ext4 ; status: False ; >10:42:37,255 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh5 ; type: ext4 ; status: False ; >10:42:37,329 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:42:37,332 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:37,334 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:37,361 DEBUG blivet: PartitionDevice.teardown: sdh6 ; controllable: True ; status: True ; >10:42:37,409 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh6 ; type: ext4 ; status: False ; >10:42:37,568 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh6 ; type: ext4 ; status: False ; >10:42:37,642 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:42:37,645 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:37,647 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:37,674 DEBUG blivet: PartitionDevice.teardown: sdh7 ; controllable: True ; status: True ; >10:42:37,750 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh7 ; type: ext4 ; status: False ; >10:42:37,862 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh7 ; type: ext4 ; status: False ; >10:42:37,954 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:42:37,957 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:37,959 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:37,992 DEBUG blivet: PartitionDevice.teardown: sda1 ; controllable: True ; status: True ; >10:42:38,051 DEBUG blivet: NTFS.teardown: device: /dev/sda1 ; type: ntfs ; status: False ; >10:42:38,159 DEBUG blivet: NTFS.teardown: device: /dev/sda1 ; type: ntfs ; status: False ; >10:42:38,234 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:38,237 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:38,239 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:38,266 DEBUG blivet: PartitionDevice.teardown: sda10 ; controllable: True ; status: True ; >10:42:38,315 DEBUG blivet: Ext4FS.teardown: device: /dev/sda10 ; type: ext4 ; status: False ; >10:42:38,413 DEBUG blivet: Ext4FS.teardown: device: /dev/sda10 ; type: ext4 ; status: False ; >10:42:38,487 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:38,490 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:38,492 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:38,519 DEBUG blivet: PartitionDevice.teardown: sda11 ; controllable: True ; status: True ; >10:42:38,569 DEBUG blivet: Ext4FS.teardown: device: /dev/sda11 ; type: ext4 ; status: False ; >10:42:38,668 DEBUG blivet: Ext4FS.teardown: device: /dev/sda11 ; type: ext4 ; status: False ; >10:42:38,743 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:38,745 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:38,747 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:38,775 DEBUG blivet: PartitionDevice.teardown: sda12 ; controllable: True ; status: True ; >10:42:38,824 DEBUG blivet: Ext4FS.teardown: device: /dev/sda12 ; type: ext4 ; status: False ; >10:42:38,923 DEBUG blivet: Ext4FS.teardown: device: /dev/sda12 ; type: ext4 ; status: False ; >10:42:38,998 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:39,001 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:39,003 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:39,031 DEBUG blivet: PartitionDevice.teardown: sda13 ; controllable: True ; status: True ; >10:42:39,081 DEBUG blivet: Ext4FS.teardown: device: /dev/sda13 ; type: ext4 ; status: False ; >10:42:39,180 DEBUG blivet: Ext4FS.teardown: device: /dev/sda13 ; type: ext4 ; status: False ; >10:42:39,256 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:39,258 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:39,260 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:39,287 DEBUG blivet: PartitionDevice.teardown: sda14 ; controllable: True ; status: True ; >10:42:39,338 DEBUG blivet: NTFS.teardown: device: /dev/sda14 ; type: ntfs ; status: False ; >10:42:39,438 DEBUG blivet: NTFS.teardown: device: /dev/sda14 ; type: ntfs ; status: False ; >10:42:39,515 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:39,517 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:39,519 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:39,546 DEBUG blivet: PartitionDevice.teardown: sda2 ; controllable: True ; status: True ; >10:42:39,596 DEBUG blivet: Ext4FS.teardown: device: /dev/sda2 ; type: ext4 ; status: False ; >10:42:39,697 DEBUG blivet: Ext4FS.teardown: device: /dev/sda2 ; type: ext4 ; status: False ; >10:42:39,774 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:39,776 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:39,778 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:39,805 DEBUG blivet: PartitionDevice.teardown: sda4 ; controllable: True ; status: True ; >10:42:39,857 DEBUG blivet: NTFS.teardown: device: /dev/sda4 ; type: ntfs ; status: False ; >10:42:39,959 DEBUG blivet: NTFS.teardown: device: /dev/sda4 ; type: ntfs ; status: False ; >10:42:40,036 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:40,038 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:40,040 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:40,068 DEBUG blivet: PartitionDevice.teardown: sda5 ; controllable: True ; status: True ; >10:42:40,119 DEBUG blivet: Ext4FS.teardown: device: /dev/sda5 ; type: ext4 ; status: False ; >10:42:40,220 DEBUG blivet: Ext4FS.teardown: device: /dev/sda5 ; type: ext4 ; status: False ; >10:42:40,297 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:40,300 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:40,302 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:40,329 DEBUG blivet: PartitionDevice.teardown: sda6 ; controllable: True ; status: True ; >10:42:40,381 DEBUG blivet: Ext4FS.teardown: device: /dev/sda6 ; type: ext4 ; status: False ; >10:42:40,483 DEBUG blivet: Ext4FS.teardown: device: /dev/sda6 ; type: ext4 ; status: False ; >10:42:40,560 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:40,562 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:40,564 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:40,591 DEBUG blivet: PartitionDevice.teardown: sda7 ; controllable: True ; status: True ; >10:42:40,643 DEBUG blivet: Ext4FS.teardown: device: /dev/sda7 ; type: ext4 ; status: False ; >10:42:40,761 DEBUG blivet: Ext4FS.teardown: device: /dev/sda7 ; type: ext4 ; status: False ; >10:42:40,838 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:40,840 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:40,843 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:40,870 DEBUG blivet: PartitionDevice.teardown: sda8 ; controllable: True ; status: True ; >10:42:40,922 DEBUG blivet: Ext4FS.teardown: device: /dev/sda8 ; type: ext4 ; status: False ; >10:42:41,025 DEBUG blivet: Ext4FS.teardown: device: /dev/sda8 ; type: ext4 ; status: False ; >10:42:41,102 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:41,104 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:41,107 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:41,134 DEBUG blivet: PartitionDevice.teardown: sda9 ; controllable: True ; status: True ; >10:42:41,187 DEBUG blivet: NTFS.teardown: device: /dev/sda9 ; type: ntfs ; status: False ; >10:42:41,290 DEBUG blivet: NTFS.teardown: device: /dev/sda9 ; type: ntfs ; status: False ; >10:42:41,367 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:41,369 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:41,372 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:41,399 DEBUG blivet: OpticalDevice.teardown: sr0 ; controllable: True ; status: True ; >10:42:41,401 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; type: None ; status: False ; >10:42:41,403 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; type: None ; status: False ; >10:42:41,430 DEBUG blivet: LoopDevice.teardown: loop2 ; controllable: False ; status: False ; >10:42:41,432 DEBUG blivet: FileDevice.teardown: /overlay (deleted) ; controllable: False ; status: False ; >10:42:41,449 INFO blivet: edd: collected mbr signatures: {'sda': '0x91522702', 'sdh': '0x00087375'} >10:42:41,923 DEBUG blivet: PartitionDevice.setup: sdh2 ; orig: False ; controllable: True ; status: True ; >10:42:41,971 DEBUG blivet: Ext4FS.setup: device: /dev/sdh2 ; type: ext4 ; status: False ; >10:42:42,142 DEBUG blivet: PartitionDevice.teardown: sdh2 ; controllable: True ; status: True ; >10:42:42,191 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh2 ; type: ext4 ; status: False ; >10:42:42,287 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh2 ; type: ext4 ; status: False ; >10:42:42,368 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:42:42,370 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:42,371 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:42,400 DEBUG blivet: PartitionDevice.setup: sdh5 ; orig: False ; controllable: True ; status: True ; >10:42:42,446 DEBUG blivet: Ext4FS.setup: device: /dev/sdh5 ; type: ext4 ; status: False ; >10:42:42,920 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >10:42:42,922 INFO blivet: IGNORED: Caught exception, continuing. >10:42:42,923 INFO blivet: IGNORED: Problem description: error parsing blkid.tab >10:42:42,923 INFO blivet: IGNORED: Begin exception details. >10:42:42,925 INFO blivet: IGNORED: Traceback (most recent call last): >10:42:42,926 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 158, in parseFSTab >10:42:42,927 INFO blivet: IGNORED: blkidTab.parse() >10:42:42,927 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 942, in parse >10:42:42,928 INFO blivet: IGNORED: with open(path) as f: >10:42:42,929 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 716, in open >10:42:42,929 INFO blivet: IGNORED: return eintr_retry_call(_open, *args, **kwargs) >10:42:42,930 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 693, in eintr_retry_call >10:42:42,931 INFO blivet: IGNORED: return func(*args, **kwargs) >10:42:42,931 INFO blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >10:42:42,932 INFO blivet: IGNORED: End exception details. >10:42:42,933 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >10:42:42,935 INFO blivet: IGNORED: Caught exception, continuing. >10:42:42,935 INFO blivet: IGNORED: Problem description: error parsing crypttab >10:42:42,936 INFO blivet: IGNORED: Begin exception details. >10:42:42,937 INFO blivet: IGNORED: Traceback (most recent call last): >10:42:42,938 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 166, in parseFSTab >10:42:42,939 INFO blivet: IGNORED: cryptTab.parse(chroot=chroot) >10:42:42,939 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 986, in parse >10:42:42,940 INFO blivet: IGNORED: with open(path) as f: >10:42:42,941 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 716, in open >10:42:42,941 INFO blivet: IGNORED: return eintr_retry_call(_open, *args, **kwargs) >10:42:42,942 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 693, in eintr_retry_call >10:42:42,943 INFO blivet: IGNORED: return func(*args, **kwargs) >10:42:42,943 INFO blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/crypttab' >10:42:42,944 INFO blivet: IGNORED: End exception details. >10:42:42,945 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >10:42:42,959 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: proc ; hidden: False ; >10:42:42,963 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:42:42,965 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: proc ; hidden: False ; >10:42:42,967 DEBUG blivet: DeviceTree.getDeviceByPath returned None >10:42:42,968 DEBUG blivet: failed to resolve 'proc' >10:42:42,969 DEBUG blivet: resolved 'UUID=03477541-3fb6-4b74-9f93-59ec80e089a1' to 'sdh5' (partition) >10:42:42,970 DEBUG blivet: resolved 'UUID=bef286a2-5c7e-429e-9597-ca47b8eedae5' to 'sdh6' (partition) >10:42:43,011 DEBUG blivet: PartitionDevice.setup: sdh6 ; orig: False ; controllable: True ; status: True ; >10:42:43,063 DEBUG blivet: Ext4FS.setup: device: /dev/sdh6 ; type: ext4 ; status: False ; >10:42:43,236 DEBUG blivet: PartitionDevice.teardown: sdh6 ; controllable: True ; status: True ; >10:42:43,285 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh6 ; type: ext4 ; status: False ; >10:42:43,385 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh6 ; type: ext4 ; status: False ; >10:42:43,464 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:42:43,466 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:43,469 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:43,497 DEBUG blivet: PartitionDevice.setup: sdh7 ; orig: False ; controllable: True ; status: True ; >10:42:43,548 DEBUG blivet: Ext4FS.setup: device: /dev/sdh7 ; type: ext4 ; status: False ; >10:42:44,146 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >10:42:44,148 INFO blivet: IGNORED: Caught exception, continuing. >10:42:44,149 INFO blivet: IGNORED: Problem description: error parsing blkid.tab >10:42:44,150 INFO blivet: IGNORED: Begin exception details. >10:42:44,151 INFO blivet: IGNORED: Traceback (most recent call last): >10:42:44,152 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 158, in parseFSTab >10:42:44,153 INFO blivet: IGNORED: blkidTab.parse() >10:42:44,153 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 942, in parse >10:42:44,154 INFO blivet: IGNORED: with open(path) as f: >10:42:44,155 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 716, in open >10:42:44,155 INFO blivet: IGNORED: return eintr_retry_call(_open, *args, **kwargs) >10:42:44,156 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 693, in eintr_retry_call >10:42:44,157 INFO blivet: IGNORED: return func(*args, **kwargs) >10:42:44,157 INFO blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >10:42:44,158 INFO blivet: IGNORED: End exception details. >10:42:44,159 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >10:42:44,162 INFO blivet: IGNORED: Caught exception, continuing. >10:42:44,163 INFO blivet: IGNORED: Problem description: error parsing crypttab >10:42:44,164 INFO blivet: IGNORED: Begin exception details. >10:42:44,165 INFO blivet: IGNORED: Traceback (most recent call last): >10:42:44,165 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 166, in parseFSTab >10:42:44,166 INFO blivet: IGNORED: cryptTab.parse(chroot=chroot) >10:42:44,167 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 986, in parse >10:42:44,167 INFO blivet: IGNORED: with open(path) as f: >10:42:44,168 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 716, in open >10:42:44,168 INFO blivet: IGNORED: return eintr_retry_call(_open, *args, **kwargs) >10:42:44,169 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 693, in eintr_retry_call >10:42:44,170 INFO blivet: IGNORED: return func(*args, **kwargs) >10:42:44,170 INFO blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/crypttab' >10:42:44,171 INFO blivet: IGNORED: End exception details. >10:42:44,172 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >10:42:44,180 DEBUG blivet: resolved 'UUID=61b0a203-5bb0-43b8-a243-ed664c67691e' to 'sdh7' (partition) >10:42:44,181 DEBUG blivet: resolved 'UUID=1E645C97645C738D' to 'sdh1' (partition) >10:42:44,182 DEBUG blivet: resolved 'UUID=ca7e29db-edf4-4d4a-8c84-1d8ee97efdbc' to 'sdh2' (partition) >10:42:44,183 DEBUG blivet: resolved 'UUID=03477541-3fb6-4b74-9f93-59ec80e089a1' to 'sdh5' (partition) >10:42:44,183 DEBUG blivet: resolved 'UUID=bef286a2-5c7e-429e-9597-ca47b8eedae5' to 'sdh6' (partition) >10:42:44,228 DEBUG blivet: PartitionDevice.setup: sda10 ; orig: False ; controllable: True ; status: True ; >10:42:44,286 DEBUG blivet: Ext4FS.setup: device: /dev/sda10 ; type: ext4 ; status: False ; >10:42:44,798 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >10:42:44,800 INFO blivet: IGNORED: Caught exception, continuing. >10:42:44,801 INFO blivet: IGNORED: Problem description: error parsing blkid.tab >10:42:44,801 INFO blivet: IGNORED: Begin exception details. >10:42:44,802 INFO blivet: IGNORED: Traceback (most recent call last): >10:42:44,803 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 158, in parseFSTab >10:42:44,804 INFO blivet: IGNORED: blkidTab.parse() >10:42:44,804 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 942, in parse >10:42:44,805 INFO blivet: IGNORED: with open(path) as f: >10:42:44,806 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 716, in open >10:42:44,806 INFO blivet: IGNORED: return eintr_retry_call(_open, *args, **kwargs) >10:42:44,807 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 693, in eintr_retry_call >10:42:44,807 INFO blivet: IGNORED: return func(*args, **kwargs) >10:42:44,808 INFO blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >10:42:44,809 INFO blivet: IGNORED: End exception details. >10:42:44,809 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >10:42:44,811 INFO blivet: IGNORED: Caught exception, continuing. >10:42:44,812 INFO blivet: IGNORED: Problem description: error parsing crypttab >10:42:44,813 INFO blivet: IGNORED: Begin exception details. >10:42:44,814 INFO blivet: IGNORED: Traceback (most recent call last): >10:42:44,814 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 166, in parseFSTab >10:42:44,815 INFO blivet: IGNORED: cryptTab.parse(chroot=chroot) >10:42:44,816 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 986, in parse >10:42:44,816 INFO blivet: IGNORED: with open(path) as f: >10:42:44,817 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 716, in open >10:42:44,817 INFO blivet: IGNORED: return eintr_retry_call(_open, *args, **kwargs) >10:42:44,818 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 693, in eintr_retry_call >10:42:44,819 INFO blivet: IGNORED: return func(*args, **kwargs) >10:42:44,819 INFO blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/crypttab' >10:42:44,820 INFO blivet: IGNORED: End exception details. >10:42:44,821 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >10:42:44,833 DEBUG blivet: resolved 'UUID=7d8a5838-6442-451e-a42b-e7700be50d21' to 'sda10' (partition) >10:42:44,833 DEBUG blivet: resolved 'UUID=eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7' to 'sda8' (partition) >10:42:44,834 DEBUG blivet: resolved 'UUID=e0974202-011f-491f-abea-c77aad45f762' to 'sda2' (partition) >10:42:44,835 DEBUG blivet: resolved 'UUID=19353959-5f58-48ad-b115-552c2c2b4b51' to 'sda5' (partition) >10:42:44,836 DEBUG blivet: resolved 'UUID=106e7306-f04d-484a-8a14-950359552549' to 'sda11' (partition) >10:42:44,837 DEBUG blivet: resolved 'UUID=b3451aa2-33c3-4043-9c9f-001ef81da043' to 'sda12' (partition) >10:42:44,837 DEBUG blivet: resolved 'UUID=21fd337b-1ccc-461c-9454-3f5f28e5bc12' to 'sda6' (partition) >10:42:44,838 DEBUG blivet: resolved 'UUID=593906aa-1575-424c-900e-9251fef8242a' to 'sda13' (partition) >10:42:44,882 DEBUG blivet: PartitionDevice.setup: sda11 ; orig: False ; controllable: True ; status: True ; >10:42:44,938 DEBUG blivet: Ext4FS.setup: device: /dev/sda11 ; type: ext4 ; status: False ; >10:42:45,419 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >10:42:45,421 INFO blivet: IGNORED: Caught exception, continuing. >10:42:45,422 INFO blivet: IGNORED: Problem description: error parsing blkid.tab >10:42:45,423 INFO blivet: IGNORED: Begin exception details. >10:42:45,424 INFO blivet: IGNORED: Traceback (most recent call last): >10:42:45,425 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 158, in parseFSTab >10:42:45,425 INFO blivet: IGNORED: blkidTab.parse() >10:42:45,426 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 942, in parse >10:42:45,426 INFO blivet: IGNORED: with open(path) as f: >10:42:45,427 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 716, in open >10:42:45,428 INFO blivet: IGNORED: return eintr_retry_call(_open, *args, **kwargs) >10:42:45,428 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 693, in eintr_retry_call >10:42:45,429 INFO blivet: IGNORED: return func(*args, **kwargs) >10:42:45,430 INFO blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >10:42:45,430 INFO blivet: IGNORED: End exception details. >10:42:45,431 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >10:42:45,438 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >10:42:45,440 DEBUG blivet: IGNORED: Caught exception, continuing. >10:42:45,440 DEBUG blivet: IGNORED: Problem description: failed to parse blkid.tab >10:42:45,441 DEBUG blivet: IGNORED: Begin exception details. >10:42:45,442 DEBUG blivet: IGNORED: Traceback (most recent call last): >10:42:45,443 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 990, in parse >10:42:45,443 DEBUG blivet: IGNORED: self.blkidTab.parse() >10:42:45,444 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 942, in parse >10:42:45,445 DEBUG blivet: IGNORED: with open(path) as f: >10:42:45,445 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 716, in open >10:42:45,446 DEBUG blivet: IGNORED: return eintr_retry_call(_open, *args, **kwargs) >10:42:45,447 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 693, in eintr_retry_call >10:42:45,447 DEBUG blivet: IGNORED: return func(*args, **kwargs) >10:42:45,448 DEBUG blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >10:42:45,449 DEBUG blivet: IGNORED: End exception details. >10:42:45,449 DEBUG blivet: crypttab maps: [] >10:42:45,450 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >10:42:45,465 DEBUG blivet: resolved 'UUID=106e7306-f04d-484a-8a14-950359552549' to 'sda11' (partition) >10:42:45,466 DEBUG blivet: resolved 'UUID=eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7' to 'sda8' (partition) >10:42:45,467 DEBUG blivet: resolved 'UUID=e0974202-011f-491f-abea-c77aad45f762' to 'sda2' (partition) >10:42:45,468 DEBUG blivet: resolved 'UUID=19353959-5f58-48ad-b115-552c2c2b4b51' to 'sda5' (partition) >10:42:45,469 DEBUG blivet: resolved 'UUID=b3451aa2-33c3-4043-9c9f-001ef81da043' to 'sda12' (partition) >10:42:45,470 DEBUG blivet: resolved 'UUID=21fd337b-1ccc-461c-9454-3f5f28e5bc12' to 'sda6' (partition) >10:42:45,470 DEBUG blivet: resolved 'UUID=7d8a5838-6442-451e-a42b-e7700be50d21' to 'sda10' (partition) >10:42:45,471 DEBUG blivet: resolved 'UUID=593906aa-1575-424c-900e-9251fef8242a' to 'sda13' (partition) >10:42:45,514 DEBUG blivet: PartitionDevice.setup: sda12 ; orig: False ; controllable: True ; status: True ; >10:42:45,568 DEBUG blivet: Ext4FS.setup: device: /dev/sda12 ; type: ext4 ; status: False ; >10:42:46,045 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >10:42:46,047 INFO blivet: IGNORED: Caught exception, continuing. >10:42:46,047 INFO blivet: IGNORED: Problem description: error parsing blkid.tab >10:42:46,048 INFO blivet: IGNORED: Begin exception details. >10:42:46,049 INFO blivet: IGNORED: Traceback (most recent call last): >10:42:46,050 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 158, in parseFSTab >10:42:46,050 INFO blivet: IGNORED: blkidTab.parse() >10:42:46,051 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 942, in parse >10:42:46,052 INFO blivet: IGNORED: with open(path) as f: >10:42:46,052 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 716, in open >10:42:46,053 INFO blivet: IGNORED: return eintr_retry_call(_open, *args, **kwargs) >10:42:46,054 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 693, in eintr_retry_call >10:42:46,054 INFO blivet: IGNORED: return func(*args, **kwargs) >10:42:46,055 INFO blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >10:42:46,055 INFO blivet: IGNORED: End exception details. >10:42:46,056 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >10:42:46,074 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >10:42:46,076 DEBUG blivet: IGNORED: Caught exception, continuing. >10:42:46,076 DEBUG blivet: IGNORED: Problem description: failed to parse blkid.tab >10:42:46,077 DEBUG blivet: IGNORED: Begin exception details. >10:42:46,078 DEBUG blivet: IGNORED: Traceback (most recent call last): >10:42:46,079 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 990, in parse >10:42:46,079 DEBUG blivet: IGNORED: self.blkidTab.parse() >10:42:46,080 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 942, in parse >10:42:46,081 DEBUG blivet: IGNORED: with open(path) as f: >10:42:46,081 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 716, in open >10:42:46,082 DEBUG blivet: IGNORED: return eintr_retry_call(_open, *args, **kwargs) >10:42:46,083 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 693, in eintr_retry_call >10:42:46,083 DEBUG blivet: IGNORED: return func(*args, **kwargs) >10:42:46,084 DEBUG blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >10:42:46,085 DEBUG blivet: IGNORED: End exception details. >10:42:46,085 DEBUG blivet: crypttab maps: [] >10:42:46,086 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >10:42:46,098 DEBUG blivet: resolved 'UUID=b3451aa2-33c3-4043-9c9f-001ef81da043' to 'sda12' (partition) >10:42:46,099 DEBUG blivet: resolved 'UUID=eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7' to 'sda8' (partition) >10:42:46,100 DEBUG blivet: resolved 'UUID=e0974202-011f-491f-abea-c77aad45f762' to 'sda2' (partition) >10:42:46,100 DEBUG blivet: resolved 'UUID=19353959-5f58-48ad-b115-552c2c2b4b51' to 'sda5' (partition) >10:42:46,101 DEBUG blivet: resolved 'UUID=106e7306-f04d-484a-8a14-950359552549' to 'sda11' (partition) >10:42:46,102 DEBUG blivet: resolved 'UUID=21fd337b-1ccc-461c-9454-3f5f28e5bc12' to 'sda6' (partition) >10:42:46,103 DEBUG blivet: resolved 'UUID=593906aa-1575-424c-900e-9251fef8242a' to 'sda13' (partition) >10:42:46,104 DEBUG blivet: resolved 'UUID=7d8a5838-6442-451e-a42b-e7700be50d21' to 'sda10' (partition) >10:42:46,147 DEBUG blivet: PartitionDevice.setup: sda13 ; orig: False ; controllable: True ; status: True ; >10:42:46,204 DEBUG blivet: Ext4FS.setup: device: /dev/sda13 ; type: ext4 ; status: False ; >10:42:46,763 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >10:42:46,766 INFO blivet: IGNORED: Caught exception, continuing. >10:42:46,767 INFO blivet: IGNORED: Problem description: error parsing blkid.tab >10:42:46,767 INFO blivet: IGNORED: Begin exception details. >10:42:46,768 INFO blivet: IGNORED: Traceback (most recent call last): >10:42:46,769 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 158, in parseFSTab >10:42:46,770 INFO blivet: IGNORED: blkidTab.parse() >10:42:46,770 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 942, in parse >10:42:46,771 INFO blivet: IGNORED: with open(path) as f: >10:42:46,772 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 716, in open >10:42:46,772 INFO blivet: IGNORED: return eintr_retry_call(_open, *args, **kwargs) >10:42:46,773 INFO blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 693, in eintr_retry_call >10:42:46,774 INFO blivet: IGNORED: return func(*args, **kwargs) >10:42:46,774 INFO blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >10:42:46,775 INFO blivet: IGNORED: End exception details. >10:42:46,776 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >10:42:46,792 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >10:42:46,794 DEBUG blivet: IGNORED: Caught exception, continuing. >10:42:46,795 DEBUG blivet: IGNORED: Problem description: failed to parse blkid.tab >10:42:46,796 DEBUG blivet: IGNORED: Begin exception details. >10:42:46,797 DEBUG blivet: IGNORED: Traceback (most recent call last): >10:42:46,797 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 990, in parse >10:42:46,798 DEBUG blivet: IGNORED: self.blkidTab.parse() >10:42:46,799 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 942, in parse >10:42:46,799 DEBUG blivet: IGNORED: with open(path) as f: >10:42:46,800 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 716, in open >10:42:46,801 DEBUG blivet: IGNORED: return eintr_retry_call(_open, *args, **kwargs) >10:42:46,802 DEBUG blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/util.py", line 693, in eintr_retry_call >10:42:46,802 DEBUG blivet: IGNORED: return func(*args, **kwargs) >10:42:46,803 DEBUG blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >10:42:46,804 DEBUG blivet: IGNORED: End exception details. >10:42:46,811 DEBUG blivet: crypttab maps: [] >10:42:46,812 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >10:42:46,816 DEBUG blivet: resolved 'UUID=593906aa-1575-424c-900e-9251fef8242a' to 'sda13' (partition) >10:42:46,817 DEBUG blivet: resolved 'UUID=eb2b3816-7e5f-4c8c-8661-1d1cfb7a26d7' to 'sda8' (partition) >10:42:46,818 DEBUG blivet: resolved 'UUID=e0974202-011f-491f-abea-c77aad45f762' to 'sda2' (partition) >10:42:46,818 DEBUG blivet: resolved 'UUID=19353959-5f58-48ad-b115-552c2c2b4b51' to 'sda5' (partition) >10:42:46,819 DEBUG blivet: resolved 'UUID=106e7306-f04d-484a-8a14-950359552549' to 'sda11' (partition) >10:42:46,820 DEBUG blivet: resolved 'UUID=b3451aa2-33c3-4043-9c9f-001ef81da043' to 'sda12' (partition) >10:42:46,821 DEBUG blivet: resolved 'UUID=21fd337b-1ccc-461c-9454-3f5f28e5bc12' to 'sda6' (partition) >10:42:46,822 DEBUG blivet: resolved 'UUID=7d8a5838-6442-451e-a42b-e7700be50d21' to 'sda10' (partition) >10:42:46,869 DEBUG blivet: PartitionDevice.setup: sda2 ; orig: False ; controllable: True ; status: True ; >10:42:46,923 DEBUG blivet: Ext4FS.setup: device: /dev/sda2 ; type: ext4 ; status: False ; >10:42:47,079 DEBUG blivet: PartitionDevice.teardown: sda2 ; controllable: True ; status: True ; >10:42:47,130 DEBUG blivet: Ext4FS.teardown: device: /dev/sda2 ; type: ext4 ; status: False ; >10:42:47,232 DEBUG blivet: Ext4FS.teardown: device: /dev/sda2 ; type: ext4 ; status: False ; >10:42:47,311 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:47,314 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:47,316 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:47,391 DEBUG blivet: PartitionDevice.setup: sda5 ; orig: False ; controllable: True ; status: True ; >10:42:47,506 DEBUG blivet: Ext4FS.setup: device: /dev/sda5 ; type: ext4 ; status: False ; >10:42:47,774 DEBUG blivet: PartitionDevice.teardown: sda5 ; controllable: True ; status: True ; >10:42:47,921 DEBUG blivet: Ext4FS.teardown: device: /dev/sda5 ; type: ext4 ; status: False ; >10:42:48,191 DEBUG blivet: Ext4FS.teardown: device: /dev/sda5 ; type: ext4 ; status: False ; >10:42:48,267 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:48,270 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:48,272 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:48,299 DEBUG blivet: PartitionDevice.setup: sda6 ; orig: False ; controllable: True ; status: True ; >10:42:48,350 DEBUG blivet: Ext4FS.setup: device: /dev/sda6 ; type: ext4 ; status: False ; >10:42:48,545 DEBUG blivet: PartitionDevice.teardown: sda6 ; controllable: True ; status: True ; >10:42:48,610 DEBUG blivet: Ext4FS.teardown: device: /dev/sda6 ; type: ext4 ; status: False ; >10:42:48,736 DEBUG blivet: Ext4FS.teardown: device: /dev/sda6 ; type: ext4 ; status: False ; >10:42:48,823 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:48,825 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:48,828 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:48,856 DEBUG blivet: PartitionDevice.setup: sda7 ; orig: False ; controllable: True ; status: True ; >10:42:48,910 DEBUG blivet: Ext4FS.setup: device: /dev/sda7 ; type: ext4 ; status: False ; >10:42:49,088 DEBUG blivet: PartitionDevice.teardown: sda7 ; controllable: True ; status: True ; >10:42:49,160 DEBUG blivet: Ext4FS.teardown: device: /dev/sda7 ; type: ext4 ; status: False ; >10:42:49,274 DEBUG blivet: Ext4FS.teardown: device: /dev/sda7 ; type: ext4 ; status: False ; >10:42:49,370 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:49,373 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:49,376 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:49,405 DEBUG blivet: PartitionDevice.setup: sda8 ; orig: False ; controllable: True ; status: True ; >10:42:49,467 DEBUG blivet: Ext4FS.setup: device: /dev/sda8 ; type: ext4 ; status: False ; >10:42:49,657 DEBUG blivet: PartitionDevice.teardown: sda8 ; controllable: True ; status: True ; >10:42:49,715 DEBUG blivet: Ext4FS.teardown: device: /dev/sda8 ; type: ext4 ; status: False ; >10:42:49,822 DEBUG blivet: Ext4FS.teardown: device: /dev/sda8 ; type: ext4 ; status: False ; >10:42:49,901 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:49,904 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:49,906 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:50,591 DEBUG blivet: DiskDevice.teardown: sdb ; controllable: True ; status: True ; >10:42:50,594 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >10:42:50,596 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >10:42:50,681 DEBUG blivet: DiskDevice.teardown: sdd ; controllable: True ; status: True ; >10:42:50,685 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >10:42:50,688 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >10:42:50,767 DEBUG blivet: DiskDevice.teardown: sde ; controllable: True ; status: True ; >10:42:50,770 DEBUG blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >10:42:50,774 DEBUG blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >10:42:50,900 DEBUG blivet: DiskDevice.teardown: sdf ; controllable: True ; status: True ; >10:42:50,910 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >10:42:50,918 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >10:42:51,055 DEBUG blivet: DiskDevice.teardown: sdg ; controllable: True ; status: True ; >10:42:51,075 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >10:42:51,077 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >10:42:51,185 DEBUG blivet: PartitionDevice.teardown: sdh1 ; controllable: True ; status: True ; >10:42:51,503 DEBUG blivet: NTFS.teardown: device: /dev/sdh1 ; type: ntfs ; status: True ; >10:42:51,882 INFO blivet: teardown of sdh1 failed: mountpoint does not exist >10:42:51,887 DEBUG blivet: PartitionDevice.teardown: sdh2 ; controllable: True ; status: True ; >10:42:52,035 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh2 ; type: ext4 ; status: False ; >10:42:52,295 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh2 ; type: ext4 ; status: False ; >10:42:52,424 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:42:52,426 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:52,429 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:52,474 DEBUG blivet: PartitionDevice.teardown: sdh5 ; controllable: True ; status: True ; >10:42:52,585 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh5 ; type: ext4 ; status: False ; >10:42:52,954 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh5 ; type: ext4 ; status: False ; >10:42:53,151 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:42:53,153 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:53,155 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:53,226 DEBUG blivet: PartitionDevice.teardown: sdh6 ; controllable: True ; status: True ; >10:42:53,470 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh6 ; type: ext4 ; status: False ; >10:42:53,773 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh6 ; type: ext4 ; status: False ; >10:42:53,995 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:42:53,997 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:54,000 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:54,063 DEBUG blivet: PartitionDevice.teardown: sdh7 ; controllable: True ; status: True ; >10:42:54,209 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh7 ; type: ext4 ; status: False ; >10:42:54,468 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh7 ; type: ext4 ; status: False ; >10:42:55,527 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:42:55,529 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:55,537 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:42:55,777 DEBUG blivet: PartitionDevice.teardown: sda1 ; controllable: True ; status: True ; >10:42:56,017 DEBUG blivet: NTFS.teardown: device: /dev/sda1 ; type: ntfs ; status: False ; >10:42:56,302 DEBUG blivet: NTFS.teardown: device: /dev/sda1 ; type: ntfs ; status: False ; >10:42:56,492 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:56,494 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:56,496 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:56,548 DEBUG blivet: PartitionDevice.teardown: sda10 ; controllable: True ; status: True ; >10:42:56,631 DEBUG blivet: Ext4FS.teardown: device: /dev/sda10 ; type: ext4 ; status: False ; >10:42:56,814 DEBUG blivet: Ext4FS.teardown: device: /dev/sda10 ; type: ext4 ; status: False ; >10:42:56,957 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:56,959 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:56,961 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:57,003 DEBUG blivet: PartitionDevice.teardown: sda11 ; controllable: True ; status: True ; >10:42:57,100 DEBUG blivet: Ext4FS.teardown: device: /dev/sda11 ; type: ext4 ; status: False ; >10:42:57,271 DEBUG blivet: Ext4FS.teardown: device: /dev/sda11 ; type: ext4 ; status: False ; >10:42:57,348 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:57,350 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:57,353 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:57,384 DEBUG blivet: PartitionDevice.teardown: sda12 ; controllable: True ; status: True ; >10:42:57,437 DEBUG blivet: Ext4FS.teardown: device: /dev/sda12 ; type: ext4 ; status: False ; >10:42:57,539 DEBUG blivet: Ext4FS.teardown: device: /dev/sda12 ; type: ext4 ; status: False ; >10:42:57,620 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:57,623 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:57,625 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:57,655 DEBUG blivet: PartitionDevice.teardown: sda13 ; controllable: True ; status: True ; >10:42:57,715 DEBUG blivet: Ext4FS.teardown: device: /dev/sda13 ; type: ext4 ; status: False ; >10:42:57,826 DEBUG blivet: Ext4FS.teardown: device: /dev/sda13 ; type: ext4 ; status: False ; >10:42:57,907 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:57,910 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:57,912 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:57,942 DEBUG blivet: PartitionDevice.teardown: sda14 ; controllable: True ; status: True ; >10:42:57,997 DEBUG blivet: NTFS.teardown: device: /dev/sda14 ; type: ntfs ; status: False ; >10:42:58,101 DEBUG blivet: NTFS.teardown: device: /dev/sda14 ; type: ntfs ; status: False ; >10:42:58,181 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:58,183 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:58,185 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:58,213 DEBUG blivet: PartitionDevice.teardown: sda2 ; controllable: True ; status: True ; >10:42:58,266 DEBUG blivet: Ext4FS.teardown: device: /dev/sda2 ; type: ext4 ; status: False ; >10:42:58,388 DEBUG blivet: Ext4FS.teardown: device: /dev/sda2 ; type: ext4 ; status: False ; >10:42:58,491 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:58,493 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:58,496 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:58,525 DEBUG blivet: PartitionDevice.teardown: sda4 ; controllable: True ; status: True ; >10:42:58,579 DEBUG blivet: NTFS.teardown: device: /dev/sda4 ; type: ntfs ; status: False ; >10:42:58,682 DEBUG blivet: NTFS.teardown: device: /dev/sda4 ; type: ntfs ; status: False ; >10:42:58,759 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:58,761 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:58,764 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:58,792 DEBUG blivet: PartitionDevice.teardown: sda5 ; controllable: True ; status: True ; >10:42:58,844 DEBUG blivet: Ext4FS.teardown: device: /dev/sda5 ; type: ext4 ; status: False ; >10:42:58,944 DEBUG blivet: Ext4FS.teardown: device: /dev/sda5 ; type: ext4 ; status: False ; >10:42:59,021 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:59,023 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:59,026 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:59,062 DEBUG blivet: PartitionDevice.teardown: sda6 ; controllable: True ; status: True ; >10:42:59,156 DEBUG blivet: Ext4FS.teardown: device: /dev/sda6 ; type: ext4 ; status: False ; >10:42:59,257 DEBUG blivet: Ext4FS.teardown: device: /dev/sda6 ; type: ext4 ; status: False ; >10:42:59,336 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:59,339 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:59,341 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:59,368 DEBUG blivet: PartitionDevice.teardown: sda7 ; controllable: True ; status: True ; >10:42:59,421 DEBUG blivet: Ext4FS.teardown: device: /dev/sda7 ; type: ext4 ; status: False ; >10:42:59,524 DEBUG blivet: Ext4FS.teardown: device: /dev/sda7 ; type: ext4 ; status: False ; >10:42:59,606 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:59,609 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:59,611 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:59,641 DEBUG blivet: PartitionDevice.teardown: sda8 ; controllable: True ; status: True ; >10:42:59,696 DEBUG blivet: Ext4FS.teardown: device: /dev/sda8 ; type: ext4 ; status: False ; >10:42:59,806 DEBUG blivet: Ext4FS.teardown: device: /dev/sda8 ; type: ext4 ; status: False ; >10:42:59,887 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:42:59,889 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:59,891 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:42:59,919 DEBUG blivet: PartitionDevice.teardown: sda9 ; controllable: True ; status: True ; >10:42:59,975 DEBUG blivet: NTFS.teardown: device: /dev/sda9 ; type: ntfs ; status: False ; >10:43:00,087 DEBUG blivet: NTFS.teardown: device: /dev/sda9 ; type: ntfs ; status: False ; >10:43:00,172 DEBUG blivet: DiskDevice.teardown: sda ; controllable: True ; status: True ; >10:43:00,174 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:43:00,177 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >10:43:00,205 DEBUG blivet: OpticalDevice.teardown: sr0 ; controllable: True ; status: True ; >10:43:00,208 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; type: None ; status: False ; >10:43:00,210 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; type: None ; status: False ; >10:43:00,238 DEBUG blivet: LoopDevice.teardown: loop2 ; controllable: False ; status: False ; >10:43:00,241 DEBUG blivet: FileDevice.teardown: /overlay (deleted) ; controllable: False ; status: False ; >10:43:00,264 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,267 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,270 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,362 DEBUG blivet: NTFS.supported: supported: False ; >10:43:00,367 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,372 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,376 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,379 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,383 DEBUG blivet: NTFS.supported: supported: False ; >10:43:00,387 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,391 DEBUG blivet: NTFS.supported: supported: False ; >10:43:00,395 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,399 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,402 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,406 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,410 DEBUG blivet: NTFS.supported: supported: False ; >10:43:00,414 DEBUG blivet: Iso9660FS.supported: supported: True ; >10:43:00,505 DEBUG blivet: NTFS.supported: supported: False ; >10:43:00,509 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,514 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,519 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,523 DEBUG blivet: Ext4FS.supported: supported: True ; >10:43:00,529 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:43:00,530 INFO blivet: Skipping disk: sdb: No media present >10:43:00,533 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:43:00,534 INFO blivet: Skipping disk: sdd: No media present >10:43:00,536 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:43:00,537 INFO blivet: Skipping disk: sde: No media present >10:43:00,539 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:43:00,541 INFO blivet: Skipping disk: sdf: No media present >10:43:00,543 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:43:00,545 INFO blivet: Skipping disk: sdg: No media present >10:43:00,574 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: /dev/mapper/live-base ; hidden: False ; >10:43:00,575 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 6 GiB dm live-base (239) with existing ext4 filesystem >10:43:03,698 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:03,701 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9'] >10:43:03,731 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:03,733 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9'] >10:43:03,761 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:03,764 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9'] >10:43:03,791 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:03,793 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9'] >10:43:07,285 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:07,287 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9'] >10:43:07,314 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:07,316 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9'] >10:43:12,552 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:12,554 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9'] >10:43:12,580 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:12,582 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9'] >10:43:31,069 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:31,071 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9'] >10:43:31,098 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:31,100 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9'] >10:43:36,580 DEBUG blivet: starting Blivet copy >10:43:36,682 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:36,684 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9'] >10:43:36,711 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >10:43:36,712 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af8e6da0> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af8e6cf8> PedPartition: <_ped.Partition object at 0x7fc38d14aba0> >10:43:36,738 DEBUG blivet: PartitionDevice._setPartedPartition: sda10 ; >10:43:36,739 DEBUG blivet: device sda10 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af930b70> > number: 10 path: /dev/sda10 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af930ac8> PedPartition: <_ped.Partition object at 0x7fc38d14ae60> >10:43:36,765 DEBUG blivet: PartitionDevice._setPartedPartition: sda11 ; >10:43:36,766 DEBUG blivet: device sda11 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af930d30> > number: 11 path: /dev/sda11 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af8e6f28> PedPartition: <_ped.Partition object at 0x7fc38d14abf8> >10:43:36,792 DEBUG blivet: PartitionDevice._setPartedPartition: sda12 ; >10:43:36,793 DEBUG blivet: device sda12 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af930ef0> > number: 12 path: /dev/sda12 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af930e48> PedPartition: <_ped.Partition object at 0x7fc38d14af10> >10:43:36,819 DEBUG blivet: PartitionDevice._setPartedPartition: sda13 ; >10:43:36,820 DEBUG blivet: device sda13 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9400f0> > number: 13 path: /dev/sda13 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af940048> PedPartition: <_ped.Partition object at 0x7fc38d14af68> >10:43:36,846 DEBUG blivet: PartitionDevice._setPartedPartition: sda14 ; >10:43:36,848 DEBUG blivet: device sda14 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9402b0> > number: 14 path: /dev/sda14 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af940208> PedPartition: <_ped.Partition object at 0x7fc38d14afc0> >10:43:36,874 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >10:43:36,876 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af8e6e10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af8e6c88> PedPartition: <_ped.Partition object at 0x7fc38d14ab48> >10:43:36,901 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >10:43:36,902 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: None > number: 3 path: /dev/sda3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af9300b8> PedPartition: <_ped.Partition object at 0x7fc38d14ac50> >10:43:36,934 DEBUG blivet: PartitionDevice._setPartedPartition: sda4 ; >10:43:36,935 DEBUG blivet: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af940470> > number: 4 path: /dev/sda4 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af9403c8> PedPartition: <_ped.Partition object at 0x7fc3af939048> >10:43:36,961 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >10:43:36,962 DEBUG blivet: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9302b0> > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af930208> PedPartition: <_ped.Partition object at 0x7fc38d14aca8> >10:43:36,987 DEBUG blivet: PartitionDevice._setPartedPartition: sda6 ; >10:43:36,988 DEBUG blivet: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af930470> > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af9303c8> PedPartition: <_ped.Partition object at 0x7fc38d14ad00> >10:43:37,014 DEBUG blivet: PartitionDevice._setPartedPartition: sda7 ; >10:43:37,015 DEBUG blivet: device sda7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af930630> > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af930588> PedPartition: <_ped.Partition object at 0x7fc38d14ad58> >10:43:37,041 DEBUG blivet: PartitionDevice._setPartedPartition: sda8 ; >10:43:37,042 DEBUG blivet: device sda8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9307f0> > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af930748> PedPartition: <_ped.Partition object at 0x7fc38d14adb0> >10:43:37,068 DEBUG blivet: PartitionDevice._setPartedPartition: sda9 ; >10:43:37,069 DEBUG blivet: device sda9 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af9357f0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9309b0> > number: 9 path: /dev/sda9 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af930908> PedPartition: <_ped.Partition object at 0x7fc38d14ae08> >10:43:37,095 DEBUG blivet: PartitionDevice._setPartedPartition: sdh1 ; >10:43:37,096 DEBUG blivet: device sdh1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af938048> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af940c50> > number: 1 path: /dev/sdh1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7fc3af940ba8> PedPartition: <_ped.Partition object at 0x7fc3af9390a0> >10:43:37,123 DEBUG blivet: PartitionDevice._setPartedPartition: sdh2 ; >10:43:37,124 DEBUG blivet: device sdh2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af938048> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af940cc0> > number: 2 path: /dev/sdh2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af9409b0> PedPartition: <_ped.Partition object at 0x7fc38d14aeb8> >10:43:37,150 DEBUG blivet: PartitionDevice._setPartedPartition: sdh3 ; >10:43:37,151 DEBUG blivet: device sdh3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af938048> fileSystem: None > number: 3 path: /dev/sdh3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af940dd8> PedPartition: <_ped.Partition object at 0x7fc3af9390f8> >10:43:37,178 DEBUG blivet: PartitionDevice._setPartedPartition: sdh5 ; >10:43:37,179 DEBUG blivet: device sdh5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af938048> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af949160> > number: 5 path: /dev/sdh5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af940e80> PedPartition: <_ped.Partition object at 0x7fc3af939150> >10:43:37,205 DEBUG blivet: PartitionDevice._setPartedPartition: sdh6 ; >10:43:37,206 DEBUG blivet: device sdh6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af938048> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9494e0> > number: 6 path: /dev/sdh6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af949438> PedPartition: <_ped.Partition object at 0x7fc3af939258> >10:43:37,232 DEBUG blivet: PartitionDevice._setPartedPartition: sdh7 ; >10:43:37,233 DEBUG blivet: device sdh7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af938048> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af949320> > number: 7 path: /dev/sdh7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af949278> PedPartition: <_ped.Partition object at 0x7fc3af939200> >10:43:37,237 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 61 ; hidden: True ; incomplete: False ; >10:43:37,239 DEBUG blivet: DeviceTree.getDeviceByID returned existing 300 GiB partition sdh6 (61) with existing ext4 filesystem >10:43:37,242 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 55 ; hidden: True ; incomplete: False ; >10:43:37,244 DEBUG blivet: DeviceTree.getDeviceByID returned existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem >10:43:37,246 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 38 ; hidden: True ; incomplete: False ; >10:43:37,248 DEBUG blivet: DeviceTree.getDeviceByID returned existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem >10:43:37,251 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 44 ; hidden: True ; incomplete: False ; >10:43:37,253 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem >10:43:37,255 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 55 ; hidden: True ; incomplete: False ; >10:43:37,257 DEBUG blivet: DeviceTree.getDeviceByID returned existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem >10:43:37,259 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 104 ; hidden: True ; incomplete: False ; >10:43:37,261 DEBUG blivet: DeviceTree.getDeviceByID returned existing 9.76 GiB partition sdh7 (104) with existing ext4 filesystem >10:43:37,264 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 61 ; hidden: True ; incomplete: False ; >10:43:37,266 DEBUG blivet: DeviceTree.getDeviceByID returned existing 300 GiB partition sdh6 (61) with existing ext4 filesystem >10:43:37,269 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 128 ; hidden: True ; incomplete: False ; >10:43:37,271 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:43:37,273 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 175 ; hidden: True ; incomplete: False ; >10:43:37,275 DEBUG blivet: DeviceTree.getDeviceByID returned existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:43:37,278 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 169 ; hidden: True ; incomplete: False ; >10:43:37,279 DEBUG blivet: DeviceTree.getDeviceByID returned existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:43:37,282 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 134 ; hidden: True ; incomplete: False ; >10:43:37,284 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:43:37,286 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 140 ; hidden: True ; incomplete: False ; >10:43:37,288 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:43:37,291 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 152 ; hidden: True ; incomplete: False ; >10:43:37,293 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:43:37,295 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 187 ; hidden: True ; incomplete: False ; >10:43:37,297 DEBUG blivet: DeviceTree.getDeviceByID returned existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:43:37,300 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 122 ; hidden: True ; incomplete: False ; >10:43:37,301 DEBUG blivet: DeviceTree.getDeviceByID returned existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:43:37,304 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 175 ; hidden: True ; incomplete: False ; >10:43:37,306 DEBUG blivet: DeviceTree.getDeviceByID returned existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:43:37,308 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 134 ; hidden: True ; incomplete: False ; >10:43:37,310 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:43:37,313 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 169 ; hidden: True ; incomplete: False ; >10:43:37,315 DEBUG blivet: DeviceTree.getDeviceByID returned existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:43:37,318 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 122 ; hidden: True ; incomplete: False ; >10:43:37,320 DEBUG blivet: DeviceTree.getDeviceByID returned existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:43:37,322 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 140 ; hidden: True ; incomplete: False ; >10:43:37,324 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:43:37,326 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 152 ; hidden: True ; incomplete: False ; >10:43:37,328 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:43:37,331 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 187 ; hidden: True ; incomplete: False ; >10:43:37,333 DEBUG blivet: DeviceTree.getDeviceByID returned existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:43:37,335 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 128 ; hidden: True ; incomplete: False ; >10:43:37,337 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:43:37,339 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 128 ; hidden: True ; incomplete: False ; >10:43:37,341 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:43:37,344 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 175 ; hidden: True ; incomplete: False ; >10:43:37,346 DEBUG blivet: DeviceTree.getDeviceByID returned existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:43:37,348 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 169 ; hidden: True ; incomplete: False ; >10:43:37,354 DEBUG blivet: DeviceTree.getDeviceByID returned existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:43:37,357 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 122 ; hidden: True ; incomplete: False ; >10:43:37,358 DEBUG blivet: DeviceTree.getDeviceByID returned existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:43:37,361 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 140 ; hidden: True ; incomplete: False ; >10:43:37,363 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:43:37,365 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 152 ; hidden: True ; incomplete: False ; >10:43:37,367 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:43:37,370 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 187 ; hidden: True ; incomplete: False ; >10:43:37,372 DEBUG blivet: DeviceTree.getDeviceByID returned existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:43:37,374 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 134 ; hidden: True ; incomplete: False ; >10:43:37,376 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:43:37,379 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 128 ; hidden: True ; incomplete: False ; >10:43:37,381 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:43:37,383 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 175 ; hidden: True ; incomplete: False ; >10:43:37,385 DEBUG blivet: DeviceTree.getDeviceByID returned existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:43:37,388 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 134 ; hidden: True ; incomplete: False ; >10:43:37,389 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:43:37,392 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 169 ; hidden: True ; incomplete: False ; >10:43:37,394 DEBUG blivet: DeviceTree.getDeviceByID returned existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:43:37,396 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 122 ; hidden: True ; incomplete: False ; >10:43:37,398 DEBUG blivet: DeviceTree.getDeviceByID returned existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:43:37,401 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 152 ; hidden: True ; incomplete: False ; >10:43:37,403 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:43:37,405 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 187 ; hidden: True ; incomplete: False ; >10:43:37,407 DEBUG blivet: DeviceTree.getDeviceByID returned existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:43:37,410 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 140 ; hidden: True ; incomplete: False ; >10:43:37,412 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:43:37,413 DEBUG blivet: finished Blivet copy >10:43:37,416 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:37,418 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda1', 'sda10', 'sda11', 'sda12', 'sda13', 'sda14', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9'] >10:43:37,419 INFO blivet: hiding device existing 48.83 GiB partition sda1 (116) with existing ntfs filesystem >10:43:37,444 DEBUG blivet: DiskDevice.removeChild: kids: 14 ; name: sda ; >10:43:37,445 INFO blivet: removed partition sda1 (id 116) from device tree >10:43:37,446 DEBUG blivet: lvm filter: adding sda1 to the reject list >10:43:37,447 INFO blivet: hiding device existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:43:37,473 DEBUG blivet: DiskDevice.removeChild: kids: 13 ; name: sda ; >10:43:37,475 INFO blivet: removed partition sda10 (id 122) from device tree >10:43:37,475 DEBUG blivet: lvm filter: adding sda10 to the reject list >10:43:37,477 INFO blivet: hiding device existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:43:37,503 DEBUG blivet: DiskDevice.removeChild: kids: 12 ; name: sda ; >10:43:37,504 INFO blivet: removed partition sda11 (id 128) from device tree >10:43:37,505 DEBUG blivet: lvm filter: adding sda11 to the reject list >10:43:37,506 INFO blivet: hiding device existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:43:37,532 DEBUG blivet: DiskDevice.removeChild: kids: 11 ; name: sda ; >10:43:37,533 INFO blivet: removed partition sda12 (id 134) from device tree >10:43:37,533 DEBUG blivet: lvm filter: adding sda12 to the reject list >10:43:37,534 INFO blivet: hiding device existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:43:37,560 DEBUG blivet: DiskDevice.removeChild: kids: 10 ; name: sda ; >10:43:37,562 INFO blivet: removed partition sda13 (id 140) from device tree >10:43:37,562 DEBUG blivet: lvm filter: adding sda13 to the reject list >10:43:37,563 INFO blivet: hiding device existing 42.41 GiB partition sda14 (146) with existing ntfs filesystem >10:43:37,590 DEBUG blivet: DiskDevice.removeChild: kids: 9 ; name: sda ; >10:43:37,591 INFO blivet: removed partition sda14 (id 146) from device tree >10:43:37,592 DEBUG blivet: lvm filter: adding sda14 to the reject list >10:43:37,593 INFO blivet: hiding device existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:43:37,618 DEBUG blivet: DiskDevice.removeChild: kids: 8 ; name: sda ; >10:43:37,623 INFO blivet: removed partition sda2 (id 152) from device tree >10:43:37,623 DEBUG blivet: lvm filter: adding sda2 to the reject list >10:43:37,624 INFO blivet: hiding device existing 402.84 GiB partition sda3 (158) >10:43:37,672 DEBUG blivet: DiskDevice.removeChild: kids: 7 ; name: sda ; >10:43:37,673 INFO blivet: removed partition sda3 (id 158) from device tree >10:43:37,674 DEBUG blivet: lvm filter: adding sda3 to the reject list >10:43:37,675 INFO blivet: hiding device existing 13.11 GiB partition sda4 (163) with existing ntfs filesystem >10:43:37,702 DEBUG blivet: DiskDevice.removeChild: kids: 6 ; name: sda ; >10:43:37,703 INFO blivet: removed partition sda4 (id 163) from device tree >10:43:37,704 DEBUG blivet: lvm filter: adding sda4 to the reject list >10:43:37,705 INFO blivet: hiding device existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:43:37,730 DEBUG blivet: DiskDevice.removeChild: kids: 5 ; name: sda ; >10:43:37,731 INFO blivet: removed partition sda5 (id 169) from device tree >10:43:37,731 DEBUG blivet: lvm filter: adding sda5 to the reject list >10:43:37,732 INFO blivet: hiding device existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:43:37,757 DEBUG blivet: DiskDevice.removeChild: kids: 4 ; name: sda ; >10:43:37,759 INFO blivet: removed partition sda6 (id 175) from device tree >10:43:37,759 DEBUG blivet: lvm filter: adding sda6 to the reject list >10:43:37,760 INFO blivet: hiding device existing 487 MiB partition sda7 (181) with existing ext4 filesystem >10:43:37,786 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:43:37,787 INFO blivet: removed partition sda7 (id 181) from device tree >10:43:37,788 DEBUG blivet: lvm filter: adding sda7 to the reject list >10:43:37,789 INFO blivet: hiding device existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:43:37,814 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sda ; >10:43:37,815 INFO blivet: removed partition sda8 (id 187) from device tree >10:43:37,816 DEBUG blivet: lvm filter: adding sda8 to the reject list >10:43:37,817 INFO blivet: hiding device existing 39.06 GiB partition sda9 (193) with existing ntfs filesystem >10:43:37,842 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >10:43:37,843 INFO blivet: removed partition sda9 (id 193) from device tree >10:43:37,844 DEBUG blivet: lvm filter: adding sda9 to the reject list >10:43:37,845 INFO blivet: hiding device existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:43:37,912 INFO blivet: removed disk sda (id 110) from device tree >10:43:37,913 DEBUG blivet: lvm filter: adding sda to the reject list >10:43:37,916 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: True ; >10:43:37,918 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:43:37,984 DEBUG blivet: DeviceTree.getDependentDevices: dep: existing 596.17 GiB disk sdh (32) with existing msdos disklabel ; hidden: True ; >10:43:38,050 DEBUG blivet: checking if sdb depends on sdh >10:43:38,051 DEBUG blivet: checking if sdc depends on sdh >10:43:38,052 DEBUG blivet: checking if sdd depends on sdh >10:43:38,053 DEBUG blivet: checking if sde depends on sdh >10:43:38,053 DEBUG blivet: checking if sdf depends on sdh >10:43:38,054 DEBUG blivet: checking if sdg depends on sdh >10:43:38,055 DEBUG blivet: checking if sdh depends on sdh >10:43:38,055 DEBUG blivet: checking if sdh1 depends on sdh >10:43:38,056 DEBUG blivet: checking if sdh2 depends on sdh >10:43:38,057 DEBUG blivet: checking if sdh3 depends on sdh >10:43:38,058 DEBUG blivet: checking if sdh5 depends on sdh >10:43:38,058 DEBUG blivet: checking if sdh6 depends on sdh >10:43:38,059 DEBUG blivet: checking if sdh7 depends on sdh >10:43:38,060 DEBUG blivet: checking if sr0 depends on sdh >10:43:38,060 DEBUG blivet: checking if /run/initramfs/live/LiveOS/squashfs.img depends on sdh >10:43:38,061 DEBUG blivet: checking if loop0 depends on sdh >10:43:38,062 DEBUG blivet: checking if /LiveOS/rootfs.img depends on sdh >10:43:38,062 DEBUG blivet: checking if loop1 depends on sdh >10:43:38,063 DEBUG blivet: checking if /overlay (deleted) depends on sdh >10:43:38,064 DEBUG blivet: checking if loop2 depends on sdh >10:43:38,065 DEBUG blivet: checking if live-rw depends on sdh >10:43:38,065 DEBUG blivet: checking if live-base depends on sdh >10:43:38,066 DEBUG blivet: checking if sda1 depends on sdh >10:43:38,067 DEBUG blivet: checking if sda10 depends on sdh >10:43:38,067 DEBUG blivet: checking if sda11 depends on sdh >10:43:38,068 DEBUG blivet: checking if sda12 depends on sdh >10:43:38,071 DEBUG blivet: checking if sda13 depends on sdh >10:43:38,072 DEBUG blivet: checking if sda14 depends on sdh >10:43:38,072 DEBUG blivet: checking if sda2 depends on sdh >10:43:38,073 DEBUG blivet: checking if sda3 depends on sdh >10:43:38,074 DEBUG blivet: checking if sda4 depends on sdh >10:43:38,074 DEBUG blivet: checking if sda5 depends on sdh >10:43:38,075 DEBUG blivet: checking if sda6 depends on sdh >10:43:38,076 DEBUG blivet: checking if sda7 depends on sdh >10:43:38,076 DEBUG blivet: checking if sda8 depends on sdh >10:43:38,077 DEBUG blivet: checking if sda9 depends on sdh >10:43:38,078 DEBUG blivet: checking if sda depends on sdh >10:43:38,081 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:43:38,083 INFO blivet: Skipping disk: sdb: No media present >10:43:38,085 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:43:38,086 INFO blivet: Skipping disk: sdd: No media present >10:43:38,089 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:43:38,091 INFO blivet: Skipping disk: sde: No media present >10:43:38,093 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:43:38,095 INFO blivet: Skipping disk: sdf: No media present >10:43:38,097 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:43:38,098 INFO blivet: Skipping disk: sdg: No media present >10:43:38,120 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:38,128 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7'] >10:43:38,134 DEBUG blivet: clearpart: looking at sdh7 >10:43:38,137 DEBUG blivet: clearpart: looking at sdh6 >10:43:38,139 DEBUG blivet: clearpart: looking at sdh5 >10:43:38,144 DEBUG blivet: clearpart: looking at sdh3 >10:43:38,146 DEBUG blivet: clearpart: looking at sdh2 >10:43:38,147 DEBUG blivet: clearpart: looking at sdh1 >10:43:38,150 DEBUG blivet: checking whether disk sdh has an empty extended >10:43:38,303 DEBUG blivet: extended is parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38db73b38> fileSystem: None > number: 3 path: /dev/sdh3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af949710> PedPartition: <_ped.Partition object at 0x7fc3af9391a8> ; logicals is ['sdh5', 'sdh7', 'sdh6'] >10:43:38,311 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:43:38,318 INFO blivet: Skipping disk: sdb: No media present >10:43:38,324 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:43:38,333 INFO blivet: Skipping disk: sdd: No media present >10:43:38,337 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:43:38,343 INFO blivet: Skipping disk: sde: No media present >10:43:38,349 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:43:38,356 INFO blivet: Skipping disk: sdf: No media present >10:43:38,363 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:43:38,370 INFO blivet: Skipping disk: sdg: No media present >10:43:38,673 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:43:38,675 INFO blivet: Skipping disk: sdb: No media present >10:43:38,677 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:43:38,679 INFO blivet: Skipping disk: sdd: No media present >10:43:38,681 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:43:38,683 INFO blivet: Skipping disk: sde: No media present >10:43:38,685 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:43:38,686 INFO blivet: Skipping disk: sdf: No media present >10:43:38,688 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:43:38,690 INFO blivet: Skipping disk: sdg: No media present >10:43:38,692 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:43:38,693 INFO blivet: Skipping disk: sdb: No media present >10:43:38,695 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:43:38,697 INFO blivet: Skipping disk: sdd: No media present >10:43:38,699 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:43:38,700 INFO blivet: Skipping disk: sde: No media present >10:43:38,702 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:43:38,704 INFO blivet: Skipping disk: sdf: No media present >10:43:38,705 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:43:38,707 INFO blivet: Skipping disk: sdg: No media present >10:43:38,709 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:43:38,711 INFO blivet: Skipping disk: sdb: No media present >10:43:38,713 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:43:38,714 INFO blivet: Skipping disk: sdd: No media present >10:43:38,716 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:43:38,718 INFO blivet: Skipping disk: sde: No media present >10:43:38,720 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:43:38,722 INFO blivet: Skipping disk: sdf: No media present >10:43:38,724 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:43:38,726 INFO blivet: Skipping disk: sdg: No media present >10:43:39,010 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:39,013 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7'] >10:43:39,015 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:43:39,017 INFO blivet: Skipping disk: sdb: No media present >10:43:39,019 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:43:39,020 INFO blivet: Skipping disk: sdd: No media present >10:43:39,022 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:43:39,024 INFO blivet: Skipping disk: sde: No media present >10:43:39,026 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:43:39,028 INFO blivet: Skipping disk: sdf: No media present >10:43:39,030 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:43:39,031 INFO blivet: Skipping disk: sdg: No media present >10:43:39,087 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:43:39,089 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:43:39,158 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:43:39,160 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:43:39,162 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:43:39,230 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:43:39,233 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:43:39,235 INFO blivet: Skipping disk: sdb: No media present >10:43:39,237 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:43:39,239 INFO blivet: Skipping disk: sdd: No media present >10:43:39,241 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:43:39,243 INFO blivet: Skipping disk: sde: No media present >10:43:39,245 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:43:39,246 INFO blivet: Skipping disk: sdf: No media present >10:43:39,248 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:43:39,250 INFO blivet: Skipping disk: sdg: No media present >10:43:39,307 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:43:39,309 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:43:39,375 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:43:39,378 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:43:39,380 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:43:39,446 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:43:39,448 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:43:39,450 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:43:39,516 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:43:39,556 DEBUG blivet: starting Blivet copy >10:43:39,662 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:39,664 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7'] >10:43:39,690 DEBUG blivet: PartitionDevice._setPartedPartition: sdh1 ; >10:43:39,691 DEBUG blivet: device sdh1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af8c8b70> > number: 1 path: /dev/sdh1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7fc3af8c8ac8> PedPartition: <_ped.Partition object at 0x7fc3af9392b0> >10:43:39,718 DEBUG blivet: PartitionDevice._setPartedPartition: sdh2 ; >10:43:39,719 DEBUG blivet: device sdh2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af8c8be0> > number: 2 path: /dev/sdh2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af8c8a58> PedPartition: <_ped.Partition object at 0x7fc3af9396d0> >10:43:39,746 DEBUG blivet: PartitionDevice._setPartedPartition: sdh3 ; >10:43:39,747 DEBUG blivet: device sdh3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: None > number: 3 path: /dev/sdh3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af8c8cf8> PedPartition: <_ped.Partition object at 0x7fc3af9393b8> >10:43:39,775 DEBUG blivet: PartitionDevice._setPartedPartition: sdh5 ; >10:43:39,776 DEBUG blivet: device sdh5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933080> > number: 5 path: /dev/sdh5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af8c8da0> PedPartition: <_ped.Partition object at 0x7fc3af939678> >10:43:39,803 DEBUG blivet: PartitionDevice._setPartedPartition: sdh6 ; >10:43:39,805 DEBUG blivet: device sdh6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933400> > number: 6 path: /dev/sdh6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af933358> PedPartition: <_ped.Partition object at 0x7fc3af939e60> >10:43:39,831 DEBUG blivet: PartitionDevice._setPartedPartition: sdh7 ; >10:43:39,832 DEBUG blivet: device sdh7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933240> > number: 7 path: /dev/sdh7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af933198> PedPartition: <_ped.Partition object at 0x7fc3af939af0> >10:43:39,861 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >10:43:39,862 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af9336d8> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af933630> PedPartition: <_ped.Partition object at 0x7fc3af939db0> >10:43:39,888 DEBUG blivet: PartitionDevice._setPartedPartition: sda10 ; >10:43:39,889 DEBUG blivet: device sda10 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94d4a8> > number: 10 path: /dev/sda10 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af94d400> PedPartition: <_ped.Partition object at 0x7fc3af9399e8> >10:43:39,916 DEBUG blivet: PartitionDevice._setPartedPartition: sda11 ; >10:43:39,917 DEBUG blivet: device sda11 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94d668> > number: 11 path: /dev/sda11 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af933860> PedPartition: <_ped.Partition object at 0x7fc3af939830> >10:43:39,943 DEBUG blivet: PartitionDevice._setPartedPartition: sda12 ; >10:43:39,944 DEBUG blivet: device sda12 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94d828> > number: 12 path: /dev/sda12 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af94d780> PedPartition: <_ped.Partition object at 0x7fc3af939fc0> >10:43:39,970 DEBUG blivet: PartitionDevice._setPartedPartition: sda13 ; >10:43:39,971 DEBUG blivet: device sda13 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94d9e8> > number: 13 path: /dev/sda13 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af94d940> PedPartition: <_ped.Partition object at 0x7fc3af939620> >10:43:39,998 DEBUG blivet: PartitionDevice._setPartedPartition: sda14 ; >10:43:39,999 DEBUG blivet: device sda14 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94dba8> > number: 14 path: /dev/sda14 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af94db00> PedPartition: <_ped.Partition object at 0x7fc3af939518> >10:43:40,025 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >10:43:40,026 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933748> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af8c8f28> PedPartition: <_ped.Partition object at 0x7fc3af9391a8> >10:43:40,054 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >10:43:40,056 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: None > number: 3 path: /dev/sda3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af9339b0> PedPartition: <_ped.Partition object at 0x7fc3af939938> >10:43:40,089 DEBUG blivet: PartitionDevice._setPartedPartition: sda4 ; >10:43:40,090 DEBUG blivet: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94dd68> > number: 4 path: /dev/sda4 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af94dcc0> PedPartition: <_ped.Partition object at 0x7fc3af8f6048> >10:43:40,117 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >10:43:40,118 DEBUG blivet: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933ba8> > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af933b00> PedPartition: <_ped.Partition object at 0x7fc3af939b48> >10:43:40,145 DEBUG blivet: PartitionDevice._setPartedPartition: sda6 ; >10:43:40,146 DEBUG blivet: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933d68> > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af933cc0> PedPartition: <_ped.Partition object at 0x7fc3af939eb8> >10:43:40,173 DEBUG blivet: PartitionDevice._setPartedPartition: sda7 ; >10:43:40,174 DEBUG blivet: device sda7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af933f28> > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af933e80> PedPartition: <_ped.Partition object at 0x7fc3af939308> >10:43:40,201 DEBUG blivet: PartitionDevice._setPartedPartition: sda8 ; >10:43:40,202 DEBUG blivet: device sda8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94d128> > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af94d080> PedPartition: <_ped.Partition object at 0x7fc3af939990> >10:43:40,229 DEBUG blivet: PartitionDevice._setPartedPartition: sda9 ; >10:43:40,230 DEBUG blivet: device sda9 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af923ef0> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af94d2e8> > number: 9 path: /dev/sda9 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af94d240> PedPartition: <_ped.Partition object at 0x7fc3af939d00> >10:43:40,235 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 61 ; hidden: True ; incomplete: False ; >10:43:40,237 DEBUG blivet: DeviceTree.getDeviceByID returned existing 300 GiB partition sdh6 (61) with existing ext4 filesystem >10:43:40,240 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 55 ; hidden: True ; incomplete: False ; >10:43:40,242 DEBUG blivet: DeviceTree.getDeviceByID returned existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem >10:43:40,245 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 38 ; hidden: True ; incomplete: False ; >10:43:40,248 DEBUG blivet: DeviceTree.getDeviceByID returned existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem >10:43:40,251 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 44 ; hidden: True ; incomplete: False ; >10:43:40,253 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem >10:43:40,256 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 55 ; hidden: True ; incomplete: False ; >10:43:40,258 DEBUG blivet: DeviceTree.getDeviceByID returned existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem >10:43:40,261 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 104 ; hidden: True ; incomplete: False ; >10:43:40,263 DEBUG blivet: DeviceTree.getDeviceByID returned existing 9.76 GiB partition sdh7 (104) with existing ext4 filesystem >10:43:40,266 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 61 ; hidden: True ; incomplete: False ; >10:43:40,268 DEBUG blivet: DeviceTree.getDeviceByID returned existing 300 GiB partition sdh6 (61) with existing ext4 filesystem >10:43:40,271 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 128 ; hidden: True ; incomplete: False ; >10:43:40,273 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:43:40,276 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 175 ; hidden: True ; incomplete: False ; >10:43:40,279 DEBUG blivet: DeviceTree.getDeviceByID returned existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:43:40,282 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 169 ; hidden: True ; incomplete: False ; >10:43:40,284 DEBUG blivet: DeviceTree.getDeviceByID returned existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:43:40,288 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 134 ; hidden: True ; incomplete: False ; >10:43:40,290 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:43:40,293 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 140 ; hidden: True ; incomplete: False ; >10:43:40,296 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:43:40,298 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 152 ; hidden: True ; incomplete: False ; >10:43:40,301 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:43:40,303 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 187 ; hidden: True ; incomplete: False ; >10:43:40,306 DEBUG blivet: DeviceTree.getDeviceByID returned existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:43:40,311 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 122 ; hidden: True ; incomplete: False ; >10:43:40,313 DEBUG blivet: DeviceTree.getDeviceByID returned existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:43:40,316 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 175 ; hidden: True ; incomplete: False ; >10:43:40,318 DEBUG blivet: DeviceTree.getDeviceByID returned existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:43:40,322 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 134 ; hidden: True ; incomplete: False ; >10:43:40,324 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:43:40,327 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 169 ; hidden: True ; incomplete: False ; >10:43:40,329 DEBUG blivet: DeviceTree.getDeviceByID returned existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:43:40,332 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 122 ; hidden: True ; incomplete: False ; >10:43:40,334 DEBUG blivet: DeviceTree.getDeviceByID returned existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:43:40,337 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 140 ; hidden: True ; incomplete: False ; >10:43:40,339 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:43:40,342 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 152 ; hidden: True ; incomplete: False ; >10:43:40,344 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:43:40,347 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 187 ; hidden: True ; incomplete: False ; >10:43:40,349 DEBUG blivet: DeviceTree.getDeviceByID returned existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:43:40,352 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 128 ; hidden: True ; incomplete: False ; >10:43:40,354 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:43:40,357 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 128 ; hidden: True ; incomplete: False ; >10:43:40,360 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:43:40,363 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 175 ; hidden: True ; incomplete: False ; >10:43:40,365 DEBUG blivet: DeviceTree.getDeviceByID returned existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:43:40,368 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 169 ; hidden: True ; incomplete: False ; >10:43:40,370 DEBUG blivet: DeviceTree.getDeviceByID returned existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:43:40,373 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 122 ; hidden: True ; incomplete: False ; >10:43:40,375 DEBUG blivet: DeviceTree.getDeviceByID returned existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:43:40,378 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 140 ; hidden: True ; incomplete: False ; >10:43:40,380 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:43:40,383 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 152 ; hidden: True ; incomplete: False ; >10:43:40,386 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:43:40,388 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 187 ; hidden: True ; incomplete: False ; >10:43:40,391 DEBUG blivet: DeviceTree.getDeviceByID returned existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:43:40,393 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 134 ; hidden: True ; incomplete: False ; >10:43:40,396 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:43:40,398 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 128 ; hidden: True ; incomplete: False ; >10:43:40,401 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:43:40,403 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 175 ; hidden: True ; incomplete: False ; >10:43:40,406 DEBUG blivet: DeviceTree.getDeviceByID returned existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:43:40,408 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 134 ; hidden: True ; incomplete: False ; >10:43:40,411 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:43:40,413 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 169 ; hidden: True ; incomplete: False ; >10:43:40,415 DEBUG blivet: DeviceTree.getDeviceByID returned existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:43:40,418 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 122 ; hidden: True ; incomplete: False ; >10:43:40,420 DEBUG blivet: DeviceTree.getDeviceByID returned existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:43:40,423 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 152 ; hidden: True ; incomplete: False ; >10:43:40,426 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:43:40,429 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 187 ; hidden: True ; incomplete: False ; >10:43:40,431 DEBUG blivet: DeviceTree.getDeviceByID returned existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:43:40,434 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 140 ; hidden: True ; incomplete: False ; >10:43:40,436 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:43:40,438 DEBUG blivet: finished Blivet copy >10:43:40,440 DEBUG storage.ui: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:43:40,442 INFO storage.ui: Skipping disk: sdb: No media present >10:43:40,444 DEBUG storage.ui: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:43:40,446 INFO storage.ui: Skipping disk: sdd: No media present >10:43:40,448 DEBUG storage.ui: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:43:40,450 INFO storage.ui: Skipping disk: sde: No media present >10:43:40,452 DEBUG storage.ui: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:43:40,454 INFO storage.ui: Skipping disk: sdf: No media present >10:43:40,456 DEBUG storage.ui: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:43:40,458 INFO storage.ui: Skipping disk: sdg: No media present >10:43:40,458 INFO storage.ui: hiding device existing 1.95 GiB disk sdc (6) with existing iso9660 filesystem >10:43:40,460 INFO storage.ui: removed disk sdc (id 6) from device tree >10:43:40,460 DEBUG storage.ui: lvm filter: adding sdc to the reject list >10:43:40,781 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:40,783 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7'] >10:43:40,809 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: /dev/sdh3 ; hidden: False ; >10:43:40,811 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 521.95 GiB partition sdh3 (50) >10:43:40,837 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: /dev/sdh3 ; hidden: False ; >10:43:40,840 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 521.95 GiB partition sdh3 (50) >10:43:40,865 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: /dev/sdh3 ; hidden: False ; >10:43:40,868 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 521.95 GiB partition sdh3 (50) >10:43:40,872 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:43:40,876 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:43:40,879 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:43:40,882 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:43:40,885 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:43:41,084 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:41,086 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7'] >10:43:41,111 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: /dev/sdh3 ; hidden: False ; >10:43:41,114 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 521.95 GiB partition sdh3 (50) >10:43:41,140 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: /dev/sdh3 ; hidden: False ; >10:43:41,144 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 521.95 GiB partition sdh3 (50) >10:43:41,170 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: /dev/sdh3 ; hidden: False ; >10:43:41,173 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 521.95 GiB partition sdh3 (50) >10:43:41,177 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:43:41,180 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:43:41,183 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:43:41,186 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:43:41,190 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:43:41,196 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:43:41,198 INFO blivet: Skipping disk: sdb: No media present >10:43:41,200 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:43:41,202 INFO blivet: Skipping disk: sdd: No media present >10:43:41,204 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:43:41,206 INFO blivet: Skipping disk: sde: No media present >10:43:41,208 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:43:41,210 INFO blivet: Skipping disk: sdf: No media present >10:43:41,213 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:43:41,215 INFO blivet: Skipping disk: sdg: No media present >10:43:41,501 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:43:41,504 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7'] >10:44:28,067 DEBUG blivet: NTFS.supported: supported: False ; >10:44:28,068 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 467 >10:44:28,071 DEBUG blivet: BTRFS.supported: supported: True ; >10:44:28,072 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 468 >10:44:28,074 DEBUG blivet: BTRFS.supported: supported: True ; >10:45:32,482 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >10:45:32,484 DEBUG blivet: getFormat('appleboot') returning AppleBootstrapFS instance with object id 469 >10:45:32,485 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >10:45:32,486 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance with object id 470 >10:45:32,487 DEBUG blivet: getFormat('prepboot') returning PPCPRePBoot instance with object id 471 >10:45:59,170 DEBUG blivet: NTFS.supported: supported: False ; >10:45:59,171 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 472 >10:45:59,172 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 73.24 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:45:59,212 DEBUG blivet: NTFS.supported: supported: False ; >10:45:59,213 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 473 >10:45:59,216 DEBUG blivet: BTRFS.supported: supported: True ; >10:45:59,217 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 474 >10:45:59,219 DEBUG blivet: BTRFS.supported: supported: True ; >10:45:59,232 DEBUG blivet: Ext4FS.supported: supported: True ; >10:45:59,233 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 475 >10:45:59,236 DEBUG blivet: BTRFS.supported: supported: True ; >10:45:59,237 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 476 >10:45:59,239 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:06,882 DEBUG blivet: Ext4FS.supported: supported: True ; >10:46:06,883 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 477 >10:46:06,884 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 1000 MiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:46:06,920 DEBUG blivet: Ext4FS.supported: supported: True ; >10:46:06,920 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 478 >10:46:06,923 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:06,924 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 479 >10:46:06,926 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:06,939 DEBUG blivet: Ext4FS.supported: supported: True ; >10:46:06,940 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 480 >10:46:06,943 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:06,943 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 481 >10:46:06,945 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:14,391 DEBUG blivet: Ext4FS.supported: supported: True ; >10:46:14,392 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 482 >10:46:14,393 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 9.77 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:46:14,428 DEBUG blivet: Ext4FS.supported: supported: True ; >10:46:14,429 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 483 >10:46:14,431 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:14,432 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 484 >10:46:14,434 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:14,448 DEBUG blivet: Ext4FS.supported: supported: True ; >10:46:14,448 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 485 >10:46:14,451 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:14,452 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 486 >10:46:14,454 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:30,551 DEBUG blivet: Ext4FS.supported: supported: True ; >10:46:30,552 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 487 >10:46:30,553 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 300 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:46:30,588 DEBUG blivet: Ext4FS.supported: supported: True ; >10:46:30,589 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 488 >10:46:30,592 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:30,593 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 489 >10:46:30,595 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:30,607 DEBUG blivet: Ext4FS.supported: supported: True ; >10:46:30,608 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 490 >10:46:30,611 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:30,612 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 491 >10:46:30,614 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:43,622 DEBUG blivet: Ext4FS.supported: supported: True ; >10:46:43,623 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 492 >10:46:43,624 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 9.76 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:46:43,648 DEBUG storage.ui: Ext4FS.supported: supported: True ; >10:46:43,649 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 493 >10:46:43,650 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 495 >10:46:43,654 DEBUG storage.ui: PartitionDevice._setFormat: sdh7 ; current: ext4 ; type: None ; >10:46:45,541 INFO storage.ui: registered action: [494] destroy format ext4 filesystem on partition sdh7 (id 104) >10:46:45,545 DEBUG storage.ui: PartitionDevice._setFormat: sdh7 ; current: None ; type: ext4 ; >10:46:45,546 INFO storage.ui: registered action: [496] create format ext4 filesystem mounted at / on partition sdh7 (id 104) >10:46:45,562 DEBUG blivet: Ext4FS.supported: supported: True ; >10:46:45,563 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 497 >10:46:45,566 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:45,567 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 498 >10:46:45,569 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:45,584 DEBUG blivet: Ext4FS.supported: supported: True ; >10:46:45,584 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 499 >10:46:45,587 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:45,588 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 500 >10:46:45,590 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:51,472 DEBUG blivet: Ext4FS.supported: supported: True ; >10:46:51,473 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 501 >10:46:51,476 DEBUG blivet: BTRFS.supported: supported: True ; >10:46:51,477 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 502 >10:46:51,479 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:08,541 DEBUG blivet: Ext4FS.supported: supported: True ; >10:47:08,543 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 503 >10:47:08,544 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 9.77 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:47:08,576 DEBUG blivet: Ext4FS.supported: supported: True ; >10:47:08,577 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 504 >10:47:08,580 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:08,581 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 505 >10:47:08,583 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:08,596 DEBUG blivet: Ext4FS.supported: supported: True ; >10:47:08,597 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 506 >10:47:08,600 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:08,601 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 507 >10:47:08,603 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:18,558 DEBUG blivet: Ext4FS.supported: supported: True ; >10:47:18,559 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 508 >10:47:18,560 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 1000 MiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:47:18,593 DEBUG blivet: Ext4FS.supported: supported: True ; >10:47:18,594 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 509 >10:47:18,601 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:18,602 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 510 >10:47:18,604 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:18,616 DEBUG blivet: Ext4FS.supported: supported: True ; >10:47:18,617 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 511 >10:47:18,620 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:18,621 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 512 >10:47:18,623 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:23,306 DEBUG blivet: Ext4FS.supported: supported: True ; >10:47:23,307 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 513 >10:47:23,308 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 9.77 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:47:23,340 DEBUG blivet: Ext4FS.supported: supported: True ; >10:47:23,341 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 514 >10:47:23,344 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:23,345 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 515 >10:47:23,347 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:23,360 DEBUG blivet: NTFS.supported: supported: False ; >10:47:23,361 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 516 >10:47:23,364 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:23,365 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 517 >10:47:23,367 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:27,755 DEBUG blivet: Ext4FS.supported: supported: True ; >10:47:27,756 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 518 >10:47:27,758 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:27,759 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 519 >10:47:27,761 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:37,021 DEBUG blivet: Ext4FS.supported: supported: True ; >10:47:37,022 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 520 >10:47:37,023 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 300 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:47:37,055 DEBUG blivet: Ext4FS.supported: supported: True ; >10:47:37,056 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 521 >10:47:37,129 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:37,130 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 522 >10:47:37,132 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:37,144 DEBUG blivet: Ext4FS.supported: supported: True ; >10:47:37,145 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 523 >10:47:37,148 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:37,149 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 524 >10:47:37,151 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:43,650 DEBUG blivet: Ext4FS.supported: supported: True ; >10:47:43,651 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 525 >10:47:43,654 DEBUG blivet: BTRFS.supported: supported: True ; >10:47:43,654 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 526 >10:47:43,656 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:00,892 DEBUG blivet: Ext4FS.supported: supported: True ; >10:48:00,893 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 527 >10:48:00,894 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 300 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:48:00,929 DEBUG blivet: Ext4FS.supported: supported: True ; >10:48:00,930 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 528 >10:48:00,933 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:00,933 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 529 >10:48:00,936 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:00,949 DEBUG blivet: Ext4FS.supported: supported: True ; >10:48:00,950 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 530 >10:48:00,952 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:00,953 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 531 >10:48:00,956 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:19,069 DEBUG blivet: Ext4FS.supported: supported: True ; >10:48:19,070 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 532 >10:48:19,071 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 9.77 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:48:19,103 DEBUG blivet: Ext4FS.supported: supported: True ; >10:48:19,104 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 533 >10:48:19,107 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:19,108 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 534 >10:48:19,110 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:19,122 DEBUG blivet: Ext4FS.supported: supported: True ; >10:48:19,123 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 535 >10:48:19,126 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:19,127 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 536 >10:48:19,129 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:28,533 DEBUG blivet: Ext4FS.supported: supported: True ; >10:48:28,534 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 537 >10:48:28,535 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 1000 MiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:48:28,567 DEBUG blivet: Ext4FS.supported: supported: True ; >10:48:28,568 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 538 >10:48:28,571 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:28,572 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 539 >10:48:28,574 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:28,586 DEBUG blivet: NTFS.supported: supported: False ; >10:48:28,587 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 540 >10:48:28,590 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:28,591 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 541 >10:48:28,593 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:46,436 DEBUG blivet: NTFS.supported: supported: False ; >10:48:46,437 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 542 >10:48:46,438 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 73.24 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:48:46,470 DEBUG blivet: NTFS.supported: supported: False ; >10:48:46,471 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 543 >10:48:46,474 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:46,475 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 544 >10:48:46,477 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:46,489 DEBUG blivet: NTFS.supported: supported: False ; >10:48:46,490 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 545 >10:48:46,493 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:46,494 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 546 >10:48:46,496 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:56,003 DEBUG blivet: NTFS.supported: supported: False ; >10:48:56,003 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 547 >10:48:56,004 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 73.24 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:48:56,037 DEBUG blivet: NTFS.supported: supported: False ; >10:48:56,038 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 548 >10:48:56,041 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:56,042 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 549 >10:48:56,044 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:56,058 DEBUG blivet: Ext4FS.supported: supported: True ; >10:48:56,059 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 550 >10:48:56,062 DEBUG blivet: BTRFS.supported: supported: True ; >10:48:56,063 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 551 >10:48:56,064 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:03,348 DEBUG blivet: Ext4FS.supported: supported: True ; >10:49:03,349 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 552 >10:49:03,350 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 1000 MiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:49:03,384 DEBUG blivet: Ext4FS.supported: supported: True ; >10:49:03,384 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 553 >10:49:03,387 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:03,388 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 554 >10:49:03,390 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:03,403 DEBUG blivet: Ext4FS.supported: supported: True ; >10:49:03,404 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 555 >10:49:03,407 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:03,408 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 556 >10:49:03,409 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:10,145 DEBUG blivet: Ext4FS.supported: supported: True ; >10:49:10,146 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 557 >10:49:10,147 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 9.77 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:49:10,179 DEBUG blivet: Ext4FS.supported: supported: True ; >10:49:10,180 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 558 >10:49:10,183 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:10,184 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 559 >10:49:10,186 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:10,199 DEBUG blivet: Ext4FS.supported: supported: True ; >10:49:10,200 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 560 >10:49:10,202 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:10,203 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 561 >10:49:10,205 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:28,434 DEBUG blivet: Ext4FS.supported: supported: True ; >10:49:28,434 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 562 >10:49:28,435 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 300 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:49:28,468 DEBUG blivet: Ext4FS.supported: supported: True ; >10:49:28,469 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 563 >10:49:28,472 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:28,473 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 564 >10:49:28,475 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:28,488 DEBUG blivet: Ext4FS.supported: supported: True ; >10:49:28,489 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 565 >10:49:28,492 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:28,493 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 566 >10:49:28,495 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:34,093 DEBUG blivet: Ext4FS.supported: supported: True ; >10:49:34,094 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 567 >10:49:34,097 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:34,098 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 568 >10:49:34,100 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:52,004 DEBUG blivet: Ext4FS.supported: supported: True ; >10:49:52,004 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 569 >10:49:52,004 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.blivet.Blivet object at 0x7fc3af8e6be0>, 300 GiB, ['sdh'], {'min_luks_entropy': 256, 'encrypted': False, 'raid_level': None} >10:49:52,037 DEBUG blivet: Ext4FS.supported: supported: True ; >10:49:52,038 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 570 >10:49:52,040 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:52,041 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 571 >10:49:52,043 DEBUG blivet: BTRFS.supported: supported: True ; >10:49:52,048 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:49:52,049 INFO blivet: Skipping disk: sdb: No media present >10:49:52,051 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:49:52,053 INFO blivet: Skipping disk: sdd: No media present >10:49:52,055 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:49:52,057 INFO blivet: Skipping disk: sde: No media present >10:49:52,059 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:49:52,061 INFO blivet: Skipping disk: sdf: No media present >10:49:52,063 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:49:52,064 INFO blivet: Skipping disk: sdg: No media present >10:49:52,119 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:49:52,121 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:49:52,187 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:49:52,189 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:49:52,191 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:49:52,257 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:49:52,263 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:49:52,265 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:49:52,331 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:50:33,457 INFO blivet: unhiding device disk sdc (id 6) >10:50:33,458 DEBUG blivet: lvm filter: removing sdc from the reject list >10:50:45,629 INFO blivet: unhiding device disk sda (id 110) >10:50:45,630 DEBUG blivet: lvm filter: removing sda from the reject list >10:50:45,631 INFO blivet: unhiding device partition sda9 (id 193) >10:50:45,633 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >10:50:45,661 DEBUG blivet: lvm filter: removing sda9 from the reject list >10:50:45,662 INFO blivet: unhiding device partition sda8 (id 187) >10:50:45,665 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >10:50:45,690 DEBUG blivet: lvm filter: removing sda8 from the reject list >10:50:45,691 INFO blivet: unhiding device partition sda7 (id 181) >10:50:45,694 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >10:50:45,718 DEBUG blivet: lvm filter: removing sda7 from the reject list >10:50:45,719 INFO blivet: unhiding device partition sda6 (id 175) >10:50:45,721 DEBUG blivet: DiskDevice.addChild: kids: 3 ; name: sda ; >10:50:45,745 DEBUG blivet: lvm filter: removing sda6 from the reject list >10:50:45,746 INFO blivet: unhiding device partition sda5 (id 169) >10:50:45,749 DEBUG blivet: DiskDevice.addChild: kids: 4 ; name: sda ; >10:50:45,772 DEBUG blivet: lvm filter: removing sda5 from the reject list >10:50:45,773 INFO blivet: unhiding device partition sda4 (id 163) >10:50:45,776 DEBUG blivet: DiskDevice.addChild: kids: 5 ; name: sda ; >10:50:45,799 DEBUG blivet: lvm filter: removing sda4 from the reject list >10:50:45,801 INFO blivet: unhiding device partition sda3 (id 158) >10:50:45,803 DEBUG blivet: DiskDevice.addChild: kids: 6 ; name: sda ; >10:50:45,826 DEBUG blivet: lvm filter: removing sda3 from the reject list >10:50:45,827 INFO blivet: unhiding device partition sda2 (id 152) >10:50:45,829 DEBUG blivet: DiskDevice.addChild: kids: 7 ; name: sda ; >10:50:45,852 DEBUG blivet: lvm filter: removing sda2 from the reject list >10:50:45,854 INFO blivet: unhiding device partition sda14 (id 146) >10:50:45,856 DEBUG blivet: DiskDevice.addChild: kids: 8 ; name: sda ; >10:50:45,880 DEBUG blivet: lvm filter: removing sda14 from the reject list >10:50:45,883 INFO blivet: unhiding device partition sda13 (id 140) >10:50:45,885 DEBUG blivet: DiskDevice.addChild: kids: 9 ; name: sda ; >10:50:45,909 DEBUG blivet: lvm filter: removing sda13 from the reject list >10:50:45,910 INFO blivet: unhiding device partition sda12 (id 134) >10:50:45,912 DEBUG blivet: DiskDevice.addChild: kids: 10 ; name: sda ; >10:50:45,936 DEBUG blivet: lvm filter: removing sda12 from the reject list >10:50:45,937 INFO blivet: unhiding device partition sda11 (id 128) >10:50:45,940 DEBUG blivet: DiskDevice.addChild: kids: 11 ; name: sda ; >10:50:45,964 DEBUG blivet: lvm filter: removing sda11 from the reject list >10:50:45,965 INFO blivet: unhiding device partition sda10 (id 122) >10:50:45,967 DEBUG blivet: DiskDevice.addChild: kids: 12 ; name: sda ; >10:50:45,991 DEBUG blivet: lvm filter: removing sda10 from the reject list >10:50:45,992 INFO blivet: unhiding device partition sda1 (id 116) >10:50:45,994 DEBUG blivet: DiskDevice.addChild: kids: 13 ; name: sda ; >10:50:46,016 DEBUG blivet: lvm filter: removing sda1 from the reject list >10:50:46,667 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:50:46,670 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda9', 'sda8', 'sda7', 'sda6', 'sda5', 'sda4', 'sda3', 'sda2', 'sda14', 'sda13', 'sda12', 'sda11', 'sda10', 'sda1'] >10:50:46,968 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:50:46,971 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda9', 'sda8', 'sda7', 'sda6', 'sda5', 'sda4', 'sda3', 'sda2', 'sda14', 'sda13', 'sda12', 'sda11', 'sda10', 'sda1'] >10:50:46,975 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: True ; >10:50:46,977 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:50:47,716 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:50:47,718 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda9', 'sda8', 'sda7', 'sda6', 'sda5', 'sda4', 'sda3', 'sda2', 'sda14', 'sda13', 'sda12', 'sda11', 'sda10', 'sda1'] >10:50:48,020 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:50:48,022 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda9', 'sda8', 'sda7', 'sda6', 'sda5', 'sda4', 'sda3', 'sda2', 'sda14', 'sda13', 'sda12', 'sda11', 'sda10', 'sda1'] >10:50:53,690 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:50:53,692 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda9', 'sda8', 'sda7', 'sda6', 'sda5', 'sda4', 'sda3', 'sda2', 'sda14', 'sda13', 'sda12', 'sda11', 'sda10', 'sda1'] >10:50:53,981 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:50:53,983 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda9', 'sda8', 'sda7', 'sda6', 'sda5', 'sda4', 'sda3', 'sda2', 'sda14', 'sda13', 'sda12', 'sda11', 'sda10', 'sda1'] >10:51:00,673 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:51:00,675 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda9', 'sda8', 'sda7', 'sda6', 'sda5', 'sda4', 'sda3', 'sda2', 'sda14', 'sda13', 'sda12', 'sda11', 'sda10', 'sda1'] >10:51:00,966 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:51:00,968 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7', 'sda9', 'sda8', 'sda7', 'sda6', 'sda5', 'sda4', 'sda3', 'sda2', 'sda14', 'sda13', 'sda12', 'sda11', 'sda10', 'sda1'] >10:51:07,470 INFO blivet: hiding device existing 39.06 GiB partition sda9 (193) with existing ntfs filesystem >10:51:07,497 DEBUG blivet: DiskDevice.removeChild: kids: 14 ; name: sda ; >10:51:07,498 INFO blivet: removed partition sda9 (id 193) from device tree >10:51:07,499 DEBUG blivet: lvm filter: adding sda9 to the reject list >10:51:07,500 INFO blivet: hiding device existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:51:07,526 DEBUG blivet: DiskDevice.removeChild: kids: 13 ; name: sda ; >10:51:07,527 INFO blivet: removed partition sda8 (id 187) from device tree >10:51:07,528 DEBUG blivet: lvm filter: adding sda8 to the reject list >10:51:07,529 INFO blivet: hiding device existing 487 MiB partition sda7 (181) with existing ext4 filesystem >10:51:07,555 DEBUG blivet: DiskDevice.removeChild: kids: 12 ; name: sda ; >10:51:07,556 INFO blivet: removed partition sda7 (id 181) from device tree >10:51:07,557 DEBUG blivet: lvm filter: adding sda7 to the reject list >10:51:07,558 INFO blivet: hiding device existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:51:07,584 DEBUG blivet: DiskDevice.removeChild: kids: 11 ; name: sda ; >10:51:07,585 INFO blivet: removed partition sda6 (id 175) from device tree >10:51:07,586 DEBUG blivet: lvm filter: adding sda6 to the reject list >10:51:07,587 INFO blivet: hiding device existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:51:07,613 DEBUG blivet: DiskDevice.removeChild: kids: 10 ; name: sda ; >10:51:07,614 INFO blivet: removed partition sda5 (id 169) from device tree >10:51:07,615 DEBUG blivet: lvm filter: adding sda5 to the reject list >10:51:07,616 INFO blivet: hiding device existing 13.11 GiB partition sda4 (163) with existing ntfs filesystem >10:51:07,642 DEBUG blivet: DiskDevice.removeChild: kids: 9 ; name: sda ; >10:51:07,644 INFO blivet: removed partition sda4 (id 163) from device tree >10:51:07,644 DEBUG blivet: lvm filter: adding sda4 to the reject list >10:51:07,645 INFO blivet: hiding device existing 402.84 GiB partition sda3 (158) >10:51:07,693 DEBUG blivet: DiskDevice.removeChild: kids: 8 ; name: sda ; >10:51:07,694 INFO blivet: removed partition sda3 (id 158) from device tree >10:51:07,695 DEBUG blivet: lvm filter: adding sda3 to the reject list >10:51:07,696 INFO blivet: hiding device existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:51:07,722 DEBUG blivet: DiskDevice.removeChild: kids: 7 ; name: sda ; >10:51:07,725 INFO blivet: removed partition sda2 (id 152) from device tree >10:51:07,726 DEBUG blivet: lvm filter: adding sda2 to the reject list >10:51:07,727 INFO blivet: hiding device existing 42.41 GiB partition sda14 (146) with existing ntfs filesystem >10:51:07,754 DEBUG blivet: DiskDevice.removeChild: kids: 6 ; name: sda ; >10:51:07,755 INFO blivet: removed partition sda14 (id 146) from device tree >10:51:07,755 DEBUG blivet: lvm filter: adding sda14 to the reject list >10:51:07,756 INFO blivet: hiding device existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:51:07,783 DEBUG blivet: DiskDevice.removeChild: kids: 5 ; name: sda ; >10:51:07,784 INFO blivet: removed partition sda13 (id 140) from device tree >10:51:07,785 DEBUG blivet: lvm filter: adding sda13 to the reject list >10:51:07,786 INFO blivet: hiding device existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:51:07,812 DEBUG blivet: DiskDevice.removeChild: kids: 4 ; name: sda ; >10:51:07,813 INFO blivet: removed partition sda12 (id 134) from device tree >10:51:07,814 DEBUG blivet: lvm filter: adding sda12 to the reject list >10:51:07,815 INFO blivet: hiding device existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:51:07,841 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:51:07,842 INFO blivet: removed partition sda11 (id 128) from device tree >10:51:07,843 DEBUG blivet: lvm filter: adding sda11 to the reject list >10:51:07,844 INFO blivet: hiding device existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:51:07,871 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sda ; >10:51:07,872 INFO blivet: removed partition sda10 (id 122) from device tree >10:51:07,873 DEBUG blivet: lvm filter: adding sda10 to the reject list >10:51:07,874 INFO blivet: hiding device existing 48.83 GiB partition sda1 (116) with existing ntfs filesystem >10:51:07,900 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >10:51:07,901 INFO blivet: removed partition sda1 (id 116) from device tree >10:51:07,902 DEBUG blivet: lvm filter: adding sda1 to the reject list >10:51:07,903 INFO blivet: hiding device existing 465.76 GiB disk sda (110) with existing msdos disklabel >10:51:07,971 INFO blivet: removed disk sda (id 110) from device tree >10:51:07,972 DEBUG blivet: lvm filter: adding sda to the reject list >10:51:07,974 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: True ; >10:51:07,978 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:51:08,047 DEBUG blivet: DeviceTree.getDependentDevices: dep: existing 596.17 GiB disk sdh (32) with existing msdos disklabel ; hidden: True ; >10:51:08,115 DEBUG blivet: checking if sdb depends on sdh >10:51:08,116 DEBUG blivet: checking if sdd depends on sdh >10:51:08,116 DEBUG blivet: checking if sde depends on sdh >10:51:08,117 DEBUG blivet: checking if sdf depends on sdh >10:51:08,118 DEBUG blivet: checking if sdg depends on sdh >10:51:08,119 DEBUG blivet: checking if sdh depends on sdh >10:51:08,119 DEBUG blivet: checking if sdh1 depends on sdh >10:51:08,120 DEBUG blivet: checking if sdh2 depends on sdh >10:51:08,121 DEBUG blivet: checking if sdh3 depends on sdh >10:51:08,122 DEBUG blivet: checking if sdh5 depends on sdh >10:51:08,122 DEBUG blivet: checking if sdh6 depends on sdh >10:51:08,123 DEBUG blivet: checking if sdh7 depends on sdh >10:51:08,124 DEBUG blivet: checking if sr0 depends on sdh >10:51:08,124 DEBUG blivet: checking if /run/initramfs/live/LiveOS/squashfs.img depends on sdh >10:51:08,125 DEBUG blivet: checking if loop0 depends on sdh >10:51:08,126 DEBUG blivet: checking if /LiveOS/rootfs.img depends on sdh >10:51:08,126 DEBUG blivet: checking if loop1 depends on sdh >10:51:08,127 DEBUG blivet: checking if /overlay (deleted) depends on sdh >10:51:08,128 DEBUG blivet: checking if loop2 depends on sdh >10:51:08,129 DEBUG blivet: checking if live-rw depends on sdh >10:51:08,129 DEBUG blivet: checking if live-base depends on sdh >10:51:08,130 DEBUG blivet: checking if sdc depends on sdh >10:51:08,131 DEBUG blivet: checking if sda9 depends on sdh >10:51:08,131 DEBUG blivet: checking if sda8 depends on sdh >10:51:08,132 DEBUG blivet: checking if sda7 depends on sdh >10:51:08,133 DEBUG blivet: checking if sda6 depends on sdh >10:51:08,134 DEBUG blivet: checking if sda5 depends on sdh >10:51:08,134 DEBUG blivet: checking if sda4 depends on sdh >10:51:08,135 DEBUG blivet: checking if sda3 depends on sdh >10:51:08,136 DEBUG blivet: checking if sda2 depends on sdh >10:51:08,136 DEBUG blivet: checking if sda14 depends on sdh >10:51:08,137 DEBUG blivet: checking if sda13 depends on sdh >10:51:08,138 DEBUG blivet: checking if sda12 depends on sdh >10:51:08,138 DEBUG blivet: checking if sda11 depends on sdh >10:51:08,139 DEBUG blivet: checking if sda10 depends on sdh >10:51:08,140 DEBUG blivet: checking if sda1 depends on sdh >10:51:08,141 DEBUG blivet: checking if sda depends on sdh >10:51:08,143 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:51:08,145 INFO blivet: Skipping disk: sdb: No media present >10:51:08,147 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:51:08,149 INFO blivet: Skipping disk: sdd: No media present >10:51:08,151 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:51:08,153 INFO blivet: Skipping disk: sde: No media present >10:51:08,155 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:51:08,156 INFO blivet: Skipping disk: sdf: No media present >10:51:08,159 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:51:08,160 INFO blivet: Skipping disk: sdg: No media present >10:51:08,182 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:51:08,191 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7'] >10:51:08,197 DEBUG blivet: clearpart: looking at sdh7 >10:51:08,199 DEBUG blivet: clearpart: looking at sdh6 >10:51:08,202 DEBUG blivet: clearpart: looking at sdh5 >10:51:08,204 DEBUG blivet: clearpart: looking at sdh3 >10:51:08,206 DEBUG blivet: clearpart: looking at sdh2 >10:51:08,208 DEBUG blivet: clearpart: looking at sdh1 >10:51:08,209 DEBUG blivet: checking whether disk sdh has an empty extended >10:51:08,383 DEBUG blivet: extended is parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc3af919748> fileSystem: None > number: 3 path: /dev/sdh3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5d3048> PedPartition: <_ped.Partition object at 0x7fc38c64e048> ; logicals is ['sdh5', 'sdh7', 'sdh6'] >10:51:08,394 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:51:08,402 INFO blivet: Skipping disk: sdb: No media present >10:51:08,408 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:51:08,417 INFO blivet: Skipping disk: sdd: No media present >10:51:08,425 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:51:08,429 INFO blivet: Skipping disk: sde: No media present >10:51:08,434 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:51:08,441 INFO blivet: Skipping disk: sdf: No media present >10:51:08,448 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:51:08,455 INFO blivet: Skipping disk: sdg: No media present >10:51:08,742 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:51:08,744 INFO blivet: Skipping disk: sdb: No media present >10:51:08,746 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:51:08,747 INFO blivet: Skipping disk: sdd: No media present >10:51:08,750 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:51:08,751 INFO blivet: Skipping disk: sde: No media present >10:51:08,753 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:51:08,755 INFO blivet: Skipping disk: sdf: No media present >10:51:08,757 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:51:08,758 INFO blivet: Skipping disk: sdg: No media present >10:51:08,760 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:51:08,762 INFO blivet: Skipping disk: sdb: No media present >10:51:08,764 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:51:08,765 INFO blivet: Skipping disk: sdd: No media present >10:51:08,768 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:51:08,770 INFO blivet: Skipping disk: sde: No media present >10:51:08,772 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:51:08,773 INFO blivet: Skipping disk: sdf: No media present >10:51:08,775 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:51:08,777 INFO blivet: Skipping disk: sdg: No media present >10:51:08,779 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:51:08,781 INFO blivet: Skipping disk: sdb: No media present >10:51:08,783 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:51:08,784 INFO blivet: Skipping disk: sdd: No media present >10:51:08,786 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:51:08,788 INFO blivet: Skipping disk: sde: No media present >10:51:08,790 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:51:08,791 INFO blivet: Skipping disk: sdf: No media present >10:51:08,793 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:51:08,795 INFO blivet: Skipping disk: sdg: No media present >10:51:09,085 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:51:09,087 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7'] >10:51:09,090 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:51:09,092 INFO blivet: Skipping disk: sdb: No media present >10:51:09,094 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:51:09,095 INFO blivet: Skipping disk: sdd: No media present >10:51:09,097 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:51:09,099 INFO blivet: Skipping disk: sde: No media present >10:51:09,101 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:51:09,102 INFO blivet: Skipping disk: sdf: No media present >10:51:09,104 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:51:09,106 INFO blivet: Skipping disk: sdg: No media present >10:51:09,162 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:51:09,164 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:51:09,231 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:51:09,234 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:51:09,236 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:51:09,304 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:51:09,307 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:51:09,308 INFO blivet: Skipping disk: sdb: No media present >10:51:09,310 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:51:09,312 INFO blivet: Skipping disk: sdd: No media present >10:51:09,314 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:51:09,316 INFO blivet: Skipping disk: sde: No media present >10:51:09,318 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:51:09,319 INFO blivet: Skipping disk: sdf: No media present >10:51:09,321 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:51:09,323 INFO blivet: Skipping disk: sdg: No media present >10:51:09,381 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:51:09,383 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:51:09,451 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:51:09,453 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:51:09,455 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:51:09,522 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:51:09,525 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:51:09,527 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:51:09,594 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:51:09,632 DEBUG blivet: starting Blivet copy >10:51:09,734 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:51:09,736 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7'] >10:51:09,762 DEBUG blivet: PartitionDevice._setPartedPartition: sdh1 ; >10:51:09,764 DEBUG blivet: device sdh1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c64b358> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af892cc0> > number: 1 path: /dev/sdh1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7fc3af892c18> PedPartition: <_ped.Partition object at 0x7fc38c64e8e0> >10:51:09,790 DEBUG blivet: PartitionDevice._setPartedPartition: sdh2 ; >10:51:09,791 DEBUG blivet: device sdh2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c64b358> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af892d30> > number: 2 path: /dev/sdh2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af892ba8> PedPartition: <_ped.Partition object at 0x7fc38c64e360> >10:51:09,818 DEBUG blivet: PartitionDevice._setPartedPartition: sdh3 ; >10:51:09,819 DEBUG blivet: device sdh3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c64b358> fileSystem: None > number: 3 path: /dev/sdh3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af892e48> PedPartition: <_ped.Partition object at 0x7fc38c64e888> >10:51:09,848 DEBUG blivet: PartitionDevice._setPartedPartition: sdh5 ; >10:51:09,849 DEBUG blivet: device sdh5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c64b358> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5661d0> > number: 5 path: /dev/sdh5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af892ef0> PedPartition: <_ped.Partition object at 0x7fc38c64e7d8> >10:51:09,876 DEBUG blivet: PartitionDevice._setPartedPartition: sdh6 ; >10:51:09,878 DEBUG blivet: device sdh6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c64b358> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c566550> > number: 6 path: /dev/sdh6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5664a8> PedPartition: <_ped.Partition object at 0x7fc38c64e830> >10:51:09,905 DEBUG blivet: PartitionDevice._setPartedPartition: sdh7 ; >10:51:09,906 DEBUG blivet: device sdh7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c64b358> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c566390> > number: 7 path: /dev/sdh7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5662e8> PedPartition: <_ped.Partition object at 0x7fc38c64e150> >10:51:09,935 DEBUG blivet: PartitionDevice._setPartedPartition: sda9 ; >10:51:09,936 DEBUG blivet: device sda9 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5de438> > number: 9 path: /dev/sda9 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5de390> PedPartition: <_ped.Partition object at 0x7fc3af871570> >10:51:09,963 DEBUG blivet: PartitionDevice._setPartedPartition: sda8 ; >10:51:09,964 DEBUG blivet: device sda8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5de278> > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5de1d0> PedPartition: <_ped.Partition object at 0x7fc3af871ca8> >10:51:09,991 DEBUG blivet: PartitionDevice._setPartedPartition: sda7 ; >10:51:09,992 DEBUG blivet: device sda7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5de0b8> > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c566fd0> PedPartition: <_ped.Partition object at 0x7fc3af871518> >10:51:10,019 DEBUG blivet: PartitionDevice._setPartedPartition: sda6 ; >10:51:10,020 DEBUG blivet: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c566eb8> > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c566e10> PedPartition: <_ped.Partition object at 0x7fc3af871eb8> >10:51:10,046 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >10:51:10,047 DEBUG blivet: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c566cf8> > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c566c50> PedPartition: <_ped.Partition object at 0x7fc38c64e258> >10:51:10,074 DEBUG blivet: PartitionDevice._setPartedPartition: sda4 ; >10:51:10,075 DEBUG blivet: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5deeb8> > number: 4 path: /dev/sda4 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5dee10> PedPartition: <_ped.Partition object at 0x7fc3af871bf8> >10:51:10,102 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >10:51:10,103 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: None > number: 3 path: /dev/sda3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c566b00> PedPartition: <_ped.Partition object at 0x7fc38c64e200> >10:51:10,137 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >10:51:10,139 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c566898> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5660b8> PedPartition: <_ped.Partition object at 0x7fc38c64e2b0> >10:51:10,166 DEBUG blivet: PartitionDevice._setPartedPartition: sda14 ; >10:51:10,167 DEBUG blivet: device sda14 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5decf8> > number: 14 path: /dev/sda14 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5dec50> PedPartition: <_ped.Partition object at 0x7fc3af871360> >10:51:10,194 DEBUG blivet: PartitionDevice._setPartedPartition: sda13 ; >10:51:10,195 DEBUG blivet: device sda13 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5deb38> > number: 13 path: /dev/sda13 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5dea90> PedPartition: <_ped.Partition object at 0x7fc3af8715c8> >10:51:10,222 DEBUG blivet: PartitionDevice._setPartedPartition: sda12 ; >10:51:10,223 DEBUG blivet: device sda12 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5de978> > number: 12 path: /dev/sda12 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5de8d0> PedPartition: <_ped.Partition object at 0x7fc3af871678> >10:51:10,250 DEBUG blivet: PartitionDevice._setPartedPartition: sda11 ; >10:51:10,251 DEBUG blivet: device sda11 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5de7b8> > number: 11 path: /dev/sda11 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5669b0> PedPartition: <_ped.Partition object at 0x7fc38c64e0a0> >10:51:10,278 DEBUG blivet: PartitionDevice._setPartedPartition: sda10 ; >10:51:10,279 DEBUG blivet: device sda10 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5de5f8> > number: 10 path: /dev/sda10 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c5de550> PedPartition: <_ped.Partition object at 0x7fc3af871a40> >10:51:10,307 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >10:51:10,308 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38e2bfc18> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c566828> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c566780> PedPartition: <_ped.Partition object at 0x7fc38c64e308> >10:51:10,312 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 61 ; hidden: True ; incomplete: False ; >10:51:10,315 DEBUG blivet: DeviceTree.getDeviceByID returned existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common >10:51:10,318 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 55 ; hidden: True ; incomplete: False ; >10:51:10,320 DEBUG blivet: DeviceTree.getDeviceByID returned existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:51:10,323 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 38 ; hidden: True ; incomplete: False ; >10:51:10,325 DEBUG blivet: DeviceTree.getDeviceByID returned existing 73.24 GiB partition sdh1 (38) with existing ntfs filesystem mounted at /mnt/GoFlex >10:51:10,328 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 44 ; hidden: True ; incomplete: False ; >10:51:10,330 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000 MiB partition sdh2 (44) with existing ext4 filesystem mounted at /mnt/Boot >10:51:10,333 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 55 ; hidden: True ; incomplete: False ; >10:51:10,335 DEBUG blivet: DeviceTree.getDeviceByID returned existing 9.77 GiB partition sdh5 (55) with existing ext4 filesystem mounted at /mnt/Mint >10:51:10,338 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 104 ; hidden: True ; incomplete: False ; >10:51:10,340 DEBUG blivet: DeviceTree.getDeviceByID returned existing 9.76 GiB partition sdh7 (104) with non-existent ext4 filesystem mounted at / >10:51:10,343 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 61 ; hidden: True ; incomplete: False ; >10:51:10,345 DEBUG blivet: DeviceTree.getDeviceByID returned existing 300 GiB partition sdh6 (61) with existing ext4 filesystem mounted at /mnt/Common >10:51:10,348 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 128 ; hidden: True ; incomplete: False ; >10:51:10,351 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:51:10,353 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 175 ; hidden: True ; incomplete: False ; >10:51:10,356 DEBUG blivet: DeviceTree.getDeviceByID returned existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:51:10,359 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 134 ; hidden: True ; incomplete: False ; >10:51:10,361 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:51:10,365 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 169 ; hidden: True ; incomplete: False ; >10:51:10,367 DEBUG blivet: DeviceTree.getDeviceByID returned existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:51:10,370 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 140 ; hidden: True ; incomplete: False ; >10:51:10,372 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:51:10,375 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 152 ; hidden: True ; incomplete: False ; >10:51:10,377 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:51:10,380 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 187 ; hidden: True ; incomplete: False ; >10:51:10,382 DEBUG blivet: DeviceTree.getDeviceByID returned existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:51:10,385 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 122 ; hidden: True ; incomplete: False ; >10:51:10,387 DEBUG blivet: DeviceTree.getDeviceByID returned existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:51:10,392 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 175 ; hidden: True ; incomplete: False ; >10:51:10,395 DEBUG blivet: DeviceTree.getDeviceByID returned existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:51:10,398 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 134 ; hidden: True ; incomplete: False ; >10:51:10,400 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:51:10,403 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 169 ; hidden: True ; incomplete: False ; >10:51:10,405 DEBUG blivet: DeviceTree.getDeviceByID returned existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:51:10,408 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 122 ; hidden: True ; incomplete: False ; >10:51:10,411 DEBUG blivet: DeviceTree.getDeviceByID returned existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:51:10,414 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 140 ; hidden: True ; incomplete: False ; >10:51:10,416 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:51:10,419 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 152 ; hidden: True ; incomplete: False ; >10:51:10,421 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:51:10,424 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 187 ; hidden: True ; incomplete: False ; >10:51:10,426 DEBUG blivet: DeviceTree.getDeviceByID returned existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:51:10,429 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 128 ; hidden: True ; incomplete: False ; >10:51:10,431 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:51:10,434 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 128 ; hidden: True ; incomplete: False ; >10:51:10,436 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:51:10,439 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 175 ; hidden: True ; incomplete: False ; >10:51:10,442 DEBUG blivet: DeviceTree.getDeviceByID returned existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:51:10,444 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 169 ; hidden: True ; incomplete: False ; >10:51:10,447 DEBUG blivet: DeviceTree.getDeviceByID returned existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:51:10,450 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 122 ; hidden: True ; incomplete: False ; >10:51:10,452 DEBUG blivet: DeviceTree.getDeviceByID returned existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:51:10,455 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 140 ; hidden: True ; incomplete: False ; >10:51:10,457 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:51:10,460 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 152 ; hidden: True ; incomplete: False ; >10:51:10,462 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:51:10,465 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 187 ; hidden: True ; incomplete: False ; >10:51:10,467 DEBUG blivet: DeviceTree.getDeviceByID returned existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:51:10,470 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 134 ; hidden: True ; incomplete: False ; >10:51:10,472 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:51:10,475 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 128 ; hidden: True ; incomplete: False ; >10:51:10,477 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda11 (128) with existing ext4 filesystem >10:51:10,480 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 175 ; hidden: True ; incomplete: False ; >10:51:10,482 DEBUG blivet: DeviceTree.getDeviceByID returned existing 116.72 GiB partition sda6 (175) with existing ext4 filesystem >10:51:10,485 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 134 ; hidden: True ; incomplete: False ; >10:51:10,487 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda12 (134) with existing ext4 filesystem >10:51:10,490 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 169 ; hidden: True ; incomplete: False ; >10:51:10,492 DEBUG blivet: DeviceTree.getDeviceByID returned existing 78.12 GiB partition sda5 (169) with existing ext4 filesystem >10:51:10,495 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 122 ; hidden: True ; incomplete: False ; >10:51:10,497 DEBUG blivet: DeviceTree.getDeviceByID returned existing 18.63 GiB partition sda10 (122) with existing ext4 filesystem >10:51:10,500 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 152 ; hidden: True ; incomplete: False ; >10:51:10,503 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1000.4 MiB partition sda2 (152) with existing ext4 filesystem >10:51:10,506 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 187 ; hidden: True ; incomplete: False ; >10:51:10,509 DEBUG blivet: DeviceTree.getDeviceByID returned existing 48.83 GiB partition sda8 (187) with existing ext4 filesystem >10:51:10,512 DEBUG blivet: DeviceTree.getDeviceByID: id_num: 140 ; hidden: True ; incomplete: False ; >10:51:10,514 DEBUG blivet: DeviceTree.getDeviceByID returned existing 19.53 GiB partition sda13 (140) with existing ext4 filesystem >10:51:10,515 DEBUG blivet: finished Blivet copy >10:51:10,518 DEBUG storage.ui: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:51:10,520 INFO storage.ui: Skipping disk: sdb: No media present >10:51:10,522 DEBUG storage.ui: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:51:10,524 INFO storage.ui: Skipping disk: sdd: No media present >10:51:10,526 DEBUG storage.ui: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:51:10,528 INFO storage.ui: Skipping disk: sde: No media present >10:51:10,530 DEBUG storage.ui: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:51:10,531 INFO storage.ui: Skipping disk: sdf: No media present >10:51:10,534 DEBUG storage.ui: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:51:10,535 INFO storage.ui: Skipping disk: sdg: No media present >10:51:10,536 INFO storage.ui: hiding device existing 1.95 GiB disk sdc (6) with existing iso9660 filesystem >10:51:10,538 INFO storage.ui: removed disk sdc (id 6) from device tree >10:51:10,538 DEBUG storage.ui: lvm filter: adding sdc to the reject list >10:51:10,875 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:51:10,878 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7'] >10:51:10,903 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: /dev/sdh3 ; hidden: False ; >10:51:10,906 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 521.95 GiB partition sdh3 (50) >10:51:10,933 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: /dev/sdh3 ; hidden: False ; >10:51:10,936 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 521.95 GiB partition sdh3 (50) >10:51:10,962 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: /dev/sdh3 ; hidden: False ; >10:51:10,966 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 521.95 GiB partition sdh3 (50) >10:51:10,970 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:51:10,973 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:51:10,976 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:51:10,979 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:51:10,983 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:51:11,177 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:51:11,179 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7'] >10:51:11,204 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: /dev/sdh3 ; hidden: False ; >10:51:11,207 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 521.95 GiB partition sdh3 (50) >10:51:11,233 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: /dev/sdh3 ; hidden: False ; >10:51:11,237 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 521.95 GiB partition sdh3 (50) >10:51:11,263 DEBUG blivet: DeviceTree.getDeviceByPath: incomplete: False ; path: /dev/sdh3 ; hidden: False ; >10:51:11,266 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 521.95 GiB partition sdh3 (50) >10:51:11,269 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:51:11,273 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:51:11,276 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:51:11,279 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:51:11,282 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:51:11,301 DEBUG blivet: NTFS.supported: supported: False ; >10:51:11,302 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 687 >10:51:11,305 DEBUG blivet: BTRFS.supported: supported: True ; >10:51:11,306 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 688 >10:51:11,309 DEBUG blivet: BTRFS.supported: supported: True ; >10:51:11,316 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:51:11,317 INFO blivet: Skipping disk: sdb: No media present >10:51:11,320 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:51:11,321 INFO blivet: Skipping disk: sdd: No media present >10:51:11,324 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:51:11,326 INFO blivet: Skipping disk: sde: No media present >10:51:11,329 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:51:11,330 INFO blivet: Skipping disk: sdf: No media present >10:51:11,333 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:51:11,334 INFO blivet: Skipping disk: sdg: No media present >10:51:11,629 DEBUG blivet: DeviceTree.getDevicesByInstance: device_class: <class 'blivet.devices.partition.PartitionDevice'> ; incomplete: False ; hidden: False ; >10:51:11,632 DEBUG blivet: DeviceTree.getDevicesByInstance returned ['sdh1', 'sdh2', 'sdh3', 'sdh5', 'sdh6', 'sdh7'] >10:51:23,203 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >10:51:23,204 DEBUG blivet: getFormat('appleboot') returning AppleBootstrapFS instance with object id 689 >10:51:23,206 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >10:51:23,207 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance with object id 690 >10:51:23,208 DEBUG blivet: getFormat('prepboot') returning PPCPRePBoot instance with object id 691 >10:51:56,849 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:51:56,851 INFO blivet: Skipping disk: sdb: No media present >10:51:56,853 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:51:56,855 INFO blivet: Skipping disk: sdd: No media present >10:51:56,857 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:51:56,859 INFO blivet: Skipping disk: sde: No media present >10:51:56,861 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:51:56,862 INFO blivet: Skipping disk: sdf: No media present >10:51:56,864 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:51:56,866 INFO blivet: Skipping disk: sdg: No media present >10:51:56,926 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:51:56,928 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:51:56,996 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:51:56,999 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:51:57,001 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:51:57,069 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:51:57,072 DEBUG blivet: DeviceTree.getDeviceByName: incomplete: False ; name: sdh ; hidden: False ; >10:51:57,074 DEBUG blivet: DeviceTree.getDeviceByName returned existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:51:57,143 DEBUG blivet: resolved 'sdh' to 'sdh' (disk) >10:52:10,787 INFO blivet: unhiding device disk sdc (id 6) >10:52:10,788 DEBUG blivet: lvm filter: removing sdc from the reject list >10:52:32,834 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdb ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.2/host4/target4:0:0/4:0:0:0/block/sdb ; >10:52:32,839 INFO blivet: Skipping disk: sdb: No media present >10:52:32,841 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdd ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:0/block/sdd ; >10:52:32,844 INFO blivet: Skipping disk: sdd: No media present >10:52:32,847 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sde ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:1/block/sde ; >10:52:32,850 INFO blivet: Skipping disk: sde: No media present >10:52:32,853 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdf ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:2/block/sdf ; >10:52:32,856 INFO blivet: Skipping disk: sdf: No media present >10:52:32,859 DEBUG blivet: DiskDevice.readCurrentSize: exists: True ; path: /dev/sdg ; sysfsPath: /sys/devices/pci0000:00/0000:00:02.1/usb1/1-6/1-6:1.0/host6/target6:0:0/6:0:0:3/block/sdg ; >10:52:32,871 INFO blivet: Skipping disk: sdg: No media present >10:52:32,877 INFO blivet: omitting ksdata: existing 596.17 GiB disk sdh (32) with existing msdos disklabel >10:52:33,415 DEBUG blivet: DiskDevice.teardown: sdb ; controllable: True ; status: True ; >10:52:33,422 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >10:52:33,425 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >10:52:33,491 DEBUG blivet: DiskDevice.teardown: sdd ; controllable: True ; status: True ; >10:52:33,503 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >10:52:33,505 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >10:52:33,580 DEBUG blivet: DiskDevice.teardown: sde ; controllable: True ; status: True ; >10:52:33,584 DEBUG blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >10:52:33,586 DEBUG blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >10:52:33,674 DEBUG blivet: DiskDevice.teardown: sdf ; controllable: True ; status: True ; >10:52:33,678 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >10:52:33,683 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >10:52:33,756 DEBUG blivet: DiskDevice.teardown: sdg ; controllable: True ; status: True ; >10:52:33,766 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >10:52:33,770 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >10:52:33,828 DEBUG blivet: PartitionDevice.teardown: sdh1 ; controllable: True ; status: True ; >10:52:33,881 DEBUG blivet: NTFS.teardown: device: /dev/sdh1 ; type: ntfs ; status: True ; >10:52:33,986 INFO blivet: teardown of sdh1 failed: mountpoint does not exist >10:52:33,990 DEBUG blivet: PartitionDevice.teardown: sdh2 ; controllable: True ; status: True ; >10:52:34,047 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh2 ; type: ext4 ; status: False ; >10:52:34,161 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh2 ; type: ext4 ; status: False ; >10:52:34,248 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:52:34,252 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:52:34,254 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:52:34,283 DEBUG blivet: PartitionDevice.teardown: sdh5 ; controllable: True ; status: True ; >10:52:34,339 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh5 ; type: ext4 ; status: False ; >10:52:34,444 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh5 ; type: ext4 ; status: False ; >10:52:34,527 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:52:34,531 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:52:34,533 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:52:34,571 DEBUG blivet: PartitionDevice.teardown: sdh6 ; controllable: True ; status: True ; >10:52:34,626 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh6 ; type: ext4 ; status: False ; >10:52:34,743 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh6 ; type: ext4 ; status: False ; >10:52:34,836 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:52:34,838 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:52:34,839 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:52:34,871 DEBUG blivet: PartitionDevice.teardown: sdh7 ; controllable: True ; status: True ; >10:52:34,927 DEBUG blivet: Ext4FS.teardown: device: /dev/sdh7 ; type: ext4 ; status: False ; >10:52:35,014 DEBUG blivet: DiskDevice.teardown: sdh ; controllable: True ; status: True ; >10:52:35,015 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:52:35,017 DEBUG blivet: DiskLabel.teardown: device: /dev/sdh ; type: disklabel ; status: False ; >10:52:35,049 DEBUG blivet: OpticalDevice.teardown: sr0 ; controllable: True ; status: True ; >10:52:35,051 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; type: None ; status: False ; >10:52:35,053 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; type: None ; status: False ; >10:52:35,084 DEBUG blivet: LoopDevice.teardown: loop2 ; controllable: False ; status: False ; >10:52:35,085 DEBUG blivet: FileDevice.teardown: /overlay (deleted) ; controllable: False ; status: False ; >10:52:35,086 DEBUG blivet: action: [494] destroy format ext4 filesystem on partition sdh7 (id 104) >10:52:35,087 DEBUG blivet: action: [496] create format ext4 filesystem mounted at / on partition sdh7 (id 104) >10:52:35,087 INFO blivet: pruning action queue... >10:52:35,524 INFO blivet: resetting parted disks... >10:52:35,527 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sdh ; >10:52:35,530 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sdh ; >10:52:35,532 DEBUG blivet: PartitionDevice.preCommitFixup: sdh1 ; >10:52:35,568 DEBUG blivet: sector-based lookup found partition sdh1 >10:52:35,570 DEBUG blivet: PartitionDevice._setPartedPartition: sdh1 ; >10:52:35,572 DEBUG blivet: device sdh1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c578e48> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c591c50> > number: 1 path: /dev/sdh1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7fc38c591eb8> PedPartition: <_ped.Partition object at 0x7fc3af8719e8> >10:52:35,581 DEBUG blivet: PartitionDevice.preCommitFixup: sdh2 ; >10:52:35,631 DEBUG blivet: sector-based lookup found partition sdh2 >10:52:35,637 DEBUG blivet: PartitionDevice._setPartedPartition: sdh2 ; >10:52:35,639 DEBUG blivet: device sdh2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c578e48> fileSystem: <parted.filesystem.FileSystem object at 0x7fc38c5912b0> > number: 2 path: /dev/sdh2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c591fd0> PedPartition: <_ped.Partition object at 0x7fc3af8714c0> >10:52:35,655 DEBUG blivet: PartitionDevice.preCommitFixup: sdh3 ; >10:52:35,686 DEBUG blivet: extended lookup found partition sdh3 >10:52:35,688 DEBUG blivet: PartitionDevice._setPartedPartition: sdh3 ; >10:52:35,688 DEBUG blivet: device sdh3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c578e48> fileSystem: None > number: 3 path: /dev/sdh3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc38c591748> PedPartition: <_ped.Partition object at 0x7fc3af871d58> >10:52:35,698 DEBUG blivet: PartitionDevice.preCommitFixup: sdh5 ; >10:52:35,772 DEBUG blivet: sector-based lookup found partition sdh5 >10:52:35,780 DEBUG blivet: PartitionDevice._setPartedPartition: sdh5 ; >10:52:35,783 DEBUG blivet: device sdh5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c578e48> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2d1198> > number: 5 path: /dev/sdh5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af2d10f0> PedPartition: <_ped.Partition object at 0x7fc3af8712b0> >10:52:35,794 DEBUG blivet: PartitionDevice.preCommitFixup: sdh6 ; >10:52:35,822 DEBUG blivet: sector-based lookup found partition sdh6 >10:52:35,825 DEBUG blivet: PartitionDevice._setPartedPartition: sdh6 ; >10:52:35,825 DEBUG blivet: device sdh6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c578e48> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2d10b8> > number: 6 path: /dev/sdh6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af2d12b0> PedPartition: <_ped.Partition object at 0x7fc3af871b48> >10:52:35,828 DEBUG blivet: PartitionDevice.preCommitFixup: sdh7 ; >10:52:35,851 DEBUG blivet: sector-based lookup found partition sdh7 >10:52:35,853 DEBUG blivet: PartitionDevice._setPartedPartition: sdh7 ; >10:52:35,854 DEBUG blivet: device sdh7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c578e48> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2d1358> > number: 7 path: /dev/sdh7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af2d1550> PedPartition: <_ped.Partition object at 0x7fc3af8716d0> >10:52:35,856 INFO blivet: sorting actions... >10:52:35,857 DEBUG blivet: action: [494] destroy format ext4 filesystem on partition sdh7 (id 104) >10:52:35,857 DEBUG blivet: action: [496] create format ext4 filesystem mounted at / on partition sdh7 (id 104) >10:52:35,858 INFO blivet: executing action: [494] destroy format ext4 filesystem on partition sdh7 (id 104) >10:52:35,859 DEBUG blivet: PartitionDevice.setup: sdh7 ; orig: True ; controllable: True ; status: True ; >10:52:35,911 DEBUG blivet: Ext4FS.destroy: device: /dev/sdh7 ; type: ext4 ; status: False ; >10:52:38,339 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sdh7 ; type: ext4 ; >10:52:38,340 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sdh7 >10:52:38,607 INFO blivet: executing action: [496] create format ext4 filesystem mounted at / on partition sdh7 (id 104) >10:52:38,610 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 1 ; >10:52:38,612 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 2 ; >10:52:38,613 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 3 ; >10:52:38,615 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 4 ; >10:52:38,617 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 5 ; >10:52:38,628 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 6 ; >10:52:38,630 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 8 ; >10:52:38,643 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 9 ; >10:52:38,646 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 10 ; >10:52:38,648 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 11 ; >10:52:38,649 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 12 ; >10:52:38,652 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 13 ; >10:52:38,654 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 14 ; >10:52:38,656 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 15 ; >10:52:38,657 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 16 ; >10:52:38,661 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 17 ; >10:52:38,663 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdh7 ; flag: 18 ; >10:52:38,690 DEBUG blivet: DiskLabel.commitToDisk: numparts: 6 ; device: /dev/sdh ; >10:52:40,673 DEBUG blivet: PartitionDevice.setup: sdh7 ; orig: False ; controllable: True ; status: True ; >10:52:40,675 DEBUG blivet: Ext4FS.create: device: /dev/sdh7 ; type: ext4 ; status: False ; >10:52:40,678 DEBUG blivet: Ext4FS._create: mountpoint: / ; device: /dev/sdh7 ; type: ext4 ; >10:52:45,766 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sdh7 ; type: ext4 ; >10:52:45,773 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sdh7 >10:52:46,153 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sdh7 ; type: ext4 ; >10:52:46,154 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sdh7 >10:52:46,295 DEBUG blivet: PartitionDevice.updateSysfsPath: sdh7 ; status: True ; >10:52:46,298 DEBUG blivet: sdh7 sysfsPath set to /sys/devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3:1.0/host7/target7:0:0/7:0:0:0/block/sdh/sdh7 >10:52:46,369 DEBUG blivet: PartitionDevice._setPartedPartition: sdh1 ; >10:52:46,370 DEBUG blivet: device sdh1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c64b208> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2cf7f0> > number: 1 path: /dev/sdh1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7fc3af2cf748> PedPartition: <_ped.Partition object at 0x7fc3af2d2200> >10:52:46,403 DEBUG blivet: PartitionDevice._setPartedPartition: sdh2 ; >10:52:46,405 DEBUG blivet: device sdh2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c64b208> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2cf860> > number: 2 path: /dev/sdh2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af2cf390> PedPartition: <_ped.Partition object at 0x7fc3af2d2258> >10:52:46,439 DEBUG blivet: PartitionDevice._setPartedPartition: sdh3 ; >10:52:46,440 DEBUG blivet: device sdh3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c64b208> fileSystem: None > number: 3 path: /dev/sdh3 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af2cf978> PedPartition: <_ped.Partition object at 0x7fc3af2d22b0> >10:52:46,476 DEBUG blivet: PartitionDevice._setPartedPartition: sdh5 ; >10:52:46,477 DEBUG blivet: device sdh5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c64b208> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2cfcc0> > number: 5 path: /dev/sdh5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af2cfa20> PedPartition: <_ped.Partition object at 0x7fc3af2d2308> >10:52:46,510 DEBUG blivet: PartitionDevice._setPartedPartition: sdh6 ; >10:52:46,511 DEBUG blivet: device sdh6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c64b208> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2d6080> > number: 6 path: /dev/sdh6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af2cff98> PedPartition: <_ped.Partition object at 0x7fc3af2d2410> >10:52:46,543 DEBUG blivet: PartitionDevice._setPartedPartition: sdh7 ; >10:52:46,544 DEBUG blivet: device sdh7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc38c64b208> fileSystem: <parted.filesystem.FileSystem object at 0x7fc3af2cfe80> > number: 7 path: /dev/sdh7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc3af2cfdd8> PedPartition: <_ped.Partition object at 0x7fc3af2d23b8> >10:52:46,658 INFO blivet: setting boot flag on sdh7 >10:52:46,662 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sdh7 ; flag: 1 ; >10:52:46,664 DEBUG blivet: DiskDevice.setup: sdh ; orig: False ; controllable: True ; status: True ; >10:52:46,696 DEBUG blivet: DiskLabel.commitToDisk: numparts: 6 ; device: /dev/sdh ; >10:52:48,227 DEBUG blivet: Ext4FS.supported: supported: True ; >10:52:48,233 DEBUG blivet: Ext4FS.supported: supported: True ; >10:52:48,238 DEBUG blivet: Ext4FS.supported: supported: True ; >10:52:48,241 DEBUG blivet: Iso9660FS.supported: supported: True ; >10:52:48,321 DEBUG blivet: NTFS.supported: supported: False ; >10:52:48,325 DEBUG blivet: Ext4FS.supported: supported: True ; >10:52:48,331 DEBUG blivet: Ext4FS.supported: supported: True ; >10:52:48,335 DEBUG blivet: Ext4FS.supported: supported: True ; >10:52:48,338 DEBUG blivet: Ext4FS.supported: supported: True ; >10:52:48,344 DEBUG blivet: BindFS.supported: supported: False ; >10:52:48,345 DEBUG blivet: getFormat('bind') returning BindFS instance with object id 693 >10:52:48,346 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 695 >10:52:48,348 DEBUG blivet: DirectoryDevice._setFormat: /dev ; current: None ; type: bind ; >10:52:48,352 DEBUG blivet: DirectoryDevice.readCurrentSize: exists: True ; path: /dev ; sysfsPath: ; >10:52:48,353 DEBUG blivet: updated /dev size to 4.53 KiB (0 B) >10:52:48,356 DEBUG blivet: TmpFS.supported: supported: True ; >10:52:48,373 DEBUG blivet: getFormat('tmpfs') returning TmpFS instance with object id 697 >10:52:48,374 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 699 >10:52:48,377 DEBUG blivet: NoDevice._setFormat: tmpfs ; current: None ; type: tmpfs ; >10:52:48,382 DEBUG blivet: DevPtsFS.supported: supported: False ; >10:52:48,383 DEBUG blivet: getFormat('devpts') returning DevPtsFS instance with object id 701 >10:52:48,385 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 703 >10:52:48,387 DEBUG blivet: NoDevice._setFormat: devpts ; current: None ; type: devpts ; >10:52:48,390 DEBUG blivet: SysFS.supported: supported: False ; >10:52:48,391 DEBUG blivet: getFormat('sysfs') returning SysFS instance with object id 705 >10:52:48,392 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 707 >10:52:48,394 DEBUG blivet: NoDevice._setFormat: sysfs ; current: None ; type: sysfs ; >10:52:48,398 DEBUG blivet: ProcFS.supported: supported: False ; >10:52:48,398 DEBUG blivet: getFormat('proc') returning ProcFS instance with object id 709 >10:52:48,399 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 711 >10:52:48,402 DEBUG blivet: NoDevice._setFormat: proc ; current: None ; type: proc ; >10:52:48,405 DEBUG blivet: SELinuxFS.supported: supported: False ; >10:52:48,406 DEBUG blivet: getFormat('selinuxfs') returning SELinuxFS instance with object id 713 >10:52:48,407 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 715 >10:52:48,409 DEBUG blivet: NoDevice._setFormat: selinuxfs ; current: None ; type: selinuxfs ; >10:52:48,413 DEBUG blivet: USBFS.supported: supported: False ; >10:52:48,414 DEBUG blivet: getFormat('usbfs') returning USBFS instance with object id 717 >10:52:48,414 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 719 >10:52:48,417 DEBUG blivet: NoDevice._setFormat: usbfs ; current: None ; type: usbfs ; >10:52:48,420 DEBUG blivet: BindFS.supported: supported: False ; >10:52:48,421 DEBUG blivet: getFormat('bind') returning BindFS instance with object id 721 >10:52:48,421 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 723 >10:52:48,424 DEBUG blivet: DirectoryDevice._setFormat: /run ; current: None ; type: bind ; >10:52:48,427 DEBUG blivet: DirectoryDevice.readCurrentSize: exists: True ; path: /run ; sysfsPath: ; >10:52:48,428 DEBUG blivet: updated /run size to 1.21 KiB (0 B) >10:52:48,430 DEBUG blivet: PartitionDevice.setup: sdh7 ; orig: False ; controllable: True ; status: True ; >10:52:48,483 DEBUG blivet: Ext4FS.setup: device: /dev/sdh7 ; type: ext4 ; status: False ; >10:52:48,684 DEBUG blivet: DirectoryDevice.setup: /dev ; orig: False ; controllable: True ; status: True ; >10:52:50,762 DEBUG blivet: BindFS.setup: device: /dev ; type: bind ; status: False ; >10:52:50,888 WARN blivet: Failed to set SELinux context for newly mounted filesystem lost+found directory at /dev/lost+found to system_u:object_r:lost_found_t:s0 >10:52:50,890 DEBUG blivet: NoDevice.setup: devpts ; orig: False ; controllable: True ; status: False ; >10:52:52,964 DEBUG blivet: DevPtsFS.setup: device: devpts ; type: devpts ; status: False ; >10:52:53,043 WARN blivet: Failed to set SELinux context for newly mounted filesystem lost+found directory at /dev/pts/lost+found to system_u:object_r:lost_found_t:s0 >10:52:53,046 DEBUG blivet: NoDevice.setup: tmpfs ; orig: False ; controllable: True ; status: False ; >10:52:55,208 DEBUG blivet: TmpFS.setup: device: tmpfs ; type: tmpfs ; status: False ; >10:52:55,287 WARN blivet: Failed to set SELinux context for newly mounted filesystem lost+found directory at /dev/shm/lost+found to system_u:object_r:lost_found_t:s0 >10:52:55,289 DEBUG blivet: PartitionDevice.setup: sdh2 ; orig: False ; controllable: True ; status: True ; >10:52:57,529 DEBUG blivet: Ext4FS.setup: device: /dev/sdh2 ; type: ext4 ; status: False ; >10:52:57,705 DEBUG blivet: PartitionDevice.setup: sdh6 ; orig: False ; controllable: True ; status: True ; >10:53:00,056 DEBUG blivet: Ext4FS.setup: device: /dev/sdh6 ; type: ext4 ; status: False ; >10:53:00,252 DEBUG blivet: PartitionDevice.setup: sdh1 ; orig: False ; controllable: True ; status: True ; >10:53:02,950 DEBUG blivet: NTFS.setup: device: /dev/sdh1 ; type: ntfs ; status: True ; >10:53:03,028 ERR blivet: IGNORED: Caught exception, continuing. >10:53:03,029 ERR blivet: IGNORED: Problem description: error mounting /dev/sdh1 on /mnt/GoFlex >10:53:03,030 ERR blivet: IGNORED: Begin exception details. >10:53:03,031 ERR blivet: IGNORED: Traceback (most recent call last): >10:53:03,032 ERR blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 632, in mountFilesystems >10:53:03,033 ERR blivet: IGNORED: chroot=rootPath) >10:53:03,033 ERR blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/formats/__init__.py", line 483, in setup >10:53:03,034 ERR blivet: IGNORED: self._setup(**kwargs) >10:53:03,035 ERR blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/formats/fs.py", line 645, in _setup >10:53:03,036 ERR blivet: IGNORED: self._mount.doTask(chrootedMountpoint, options=options) >10:53:03,036 ERR blivet: IGNORED: File "/usr/lib/python3.5/site-packages/blivet/tasks/fsmount.py", line 123, in doTask >10:53:03,037 ERR blivet: IGNORED: raise FSError("mount failed: %s" % rc) >10:53:03,038 ERR blivet: IGNORED: blivet.errors.FSError: mount failed: 16 >10:53:03,038 ERR blivet: IGNORED: End exception details. > > >/tmp/ifcfg.log: >11:40:54,470 DEBUG ifcfg: content of files (network initialization): >11:40:54,471 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-Tenda: >11:40:54,472 DEBUG ifcfg: HWADDR=30:46:9A:27:AD:E8 >11:40:54,473 DEBUG ifcfg: ESSID="Tenda" >11:40:54,474 DEBUG ifcfg: MODE=Managed >11:40:54,474 DEBUG ifcfg: MAC_ADDRESS_RANDOMIZATION=default >11:40:54,475 DEBUG ifcfg: TYPE=Wireless >11:40:54,476 DEBUG ifcfg: BOOTPROTO=dhcp >11:40:54,476 DEBUG ifcfg: DEFROUTE=yes >11:40:54,477 DEBUG ifcfg: PEERDNS=yes >11:40:54,478 DEBUG ifcfg: PEERROUTES=yes >11:40:54,478 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >11:40:54,479 DEBUG ifcfg: IPV6INIT=yes >11:40:54,480 DEBUG ifcfg: IPV6_AUTOCONF=yes >11:40:54,480 DEBUG ifcfg: IPV6_DEFROUTE=yes >11:40:54,481 DEBUG ifcfg: IPV6_PEERDNS=yes >11:40:54,482 DEBUG ifcfg: IPV6_PEERROUTES=yes >11:40:54,482 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >11:40:54,483 DEBUG ifcfg: IPV6_ADDR_GEN_MODE=stable-privacy >11:40:54,484 DEBUG ifcfg: NAME=Tenda >11:40:54,484 DEBUG ifcfg: UUID=73a889b8-0acd-440e-84e2-f630b78dab00 >11:40:54,485 DEBUG ifcfg: ONBOOT=yes >11:40:54,486 DEBUG ifcfg: USERS=liveuser >11:40:54,513 DEBUG ifcfg: all settings: [{'connection': {'permissions': [], 'secondaries': [], 'uuid': 'aefe867e-7f0b-32ae-9c03-8509be3713a9', 'autoconnect-priority': -999, 'timestamp': 1464723555, 'type': '802-3-ethernet', 'id': 'Wired connection 1'}, '802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 36, 140, 19, 121, 91], 'mac-address-blacklist': []}, 'ipv4': {'route-data': [], 'address-data': [], 'method': 'auto', 'dns': [], 'routes': [], 'addresses': [], 'dns-search': []}, 'ipv6': {'route-data': [], 'address-data': [], 'method': 'auto', 'dns': [], 'routes': [], 'addresses': [], 'dns-search': []}}, {'connection': {'permissions': ['user:liveuser:'], 'secondaries': [], 'uuid': '73a889b8-0acd-440e-84e2-f630b78dab00', 'timestamp': 1464723578, 'type': '802-11-wireless', 'id': 'Tenda'}, 'ipv6': {'route-data': [], 'address-data': [], 'method': 'auto', 'dns': [], 'routes': [], 'addresses': [], 'dns-search': []}, 'ipv4': {'route-data': [], 'address-data': [], 'method': 'auto', 'dns': [], 'routes': [], 'addresses': [], 'dns-search': []}, '802-11-wireless': {'mac-address': [48, 70, 154, 39, 173, 232], 'mac-address-blacklist': [], 'mode': 'infrastructure', 'seen-bssids': ['C8:3A:35:09:2F:18'], 'ssid': [84, 101, 110, 100, 97]}}] >11:40:54,810 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-Tenda >11:40:54,812 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-Tenda >11:40:54,815 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-Tenda >11:40:54,818 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-Tenda >11:40:54,820 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-Tenda >11:40:54,943 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['enp0s10']): >11:40:54,945 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-Tenda: >11:40:54,945 DEBUG ifcfg: HWADDR=30:46:9A:27:AD:E8 >11:40:54,946 DEBUG ifcfg: ESSID="Tenda" >11:40:54,947 DEBUG ifcfg: MODE=Managed >11:40:54,947 DEBUG ifcfg: MAC_ADDRESS_RANDOMIZATION=default >11:40:54,948 DEBUG ifcfg: TYPE=Wireless >11:40:54,949 DEBUG ifcfg: BOOTPROTO=dhcp >11:40:54,950 DEBUG ifcfg: DEFROUTE=yes >11:40:54,950 DEBUG ifcfg: PEERDNS=yes >11:40:54,951 DEBUG ifcfg: PEERROUTES=yes >11:40:54,952 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >11:40:54,952 DEBUG ifcfg: IPV6INIT=yes >11:40:54,953 DEBUG ifcfg: IPV6_AUTOCONF=yes >11:40:54,954 DEBUG ifcfg: IPV6_DEFROUTE=yes >11:40:54,954 DEBUG ifcfg: IPV6_PEERDNS=yes >11:40:54,955 DEBUG ifcfg: IPV6_PEERROUTES=yes >11:40:54,956 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >11:40:54,956 DEBUG ifcfg: IPV6_ADDR_GEN_MODE=stable-privacy >11:40:54,957 DEBUG ifcfg: NAME=Tenda >11:40:54,958 DEBUG ifcfg: UUID=73a889b8-0acd-440e-84e2-f630b78dab00 >11:40:54,958 DEBUG ifcfg: ONBOOT=yes >11:40:54,959 DEBUG ifcfg: USERS=liveuser >11:40:54,960 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp0s10: >11:40:54,961 DEBUG ifcfg: HWADDR=00:24:8C:13:79:5B >11:40:54,961 DEBUG ifcfg: TYPE=Ethernet >11:40:54,962 DEBUG ifcfg: BOOTPROTO=dhcp >11:40:54,963 DEBUG ifcfg: DEFROUTE=yes >11:40:54,963 DEBUG ifcfg: PEERDNS=yes >11:40:54,964 DEBUG ifcfg: PEERROUTES=yes >11:40:54,965 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >11:40:54,965 DEBUG ifcfg: IPV6INIT=yes >11:40:54,966 DEBUG ifcfg: IPV6_AUTOCONF=yes >11:40:54,967 DEBUG ifcfg: IPV6_DEFROUTE=yes >11:40:54,967 DEBUG ifcfg: IPV6_PEERDNS=yes >11:40:54,968 DEBUG ifcfg: IPV6_PEERROUTES=yes >11:40:54,969 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >11:40:54,969 DEBUG ifcfg: IPV6_ADDR_GEN_MODE=stable-privacy >11:40:54,970 DEBUG ifcfg: NAME=enp0s10 >11:40:54,971 DEBUG ifcfg: UUID=aefe867e-7f0b-32ae-9c03-8509be3713a9 >11:40:54,971 DEBUG ifcfg: ONBOOT=yes >11:40:54,972 DEBUG ifcfg: AUTOCONNECT_PRIORITY=-999 >11:40:54,998 DEBUG ifcfg: all settings: [{'connection': {'permissions': [], 'secondaries': [], 'uuid': 'aefe867e-7f0b-32ae-9c03-8509be3713a9', 'autoconnect-priority': -999, 'timestamp': 1464723555, 'type': '802-3-ethernet', 'id': 'enp0s10'}, '802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 36, 140, 19, 121, 91], 'mac-address-blacklist': []}, 'ipv4': {'route-data': [], 'address-data': [], 'method': 'auto', 'dns': [], 'routes': [], 'addresses': [], 'dns-search': []}, 'ipv6': {'route-data': [], 'address-data': [], 'method': 'auto', 'dns': [], 'routes': [], 'addresses': [], 'dns-search': []}}, {'connection': {'permissions': ['user:liveuser:'], 'secondaries': [], 'uuid': '73a889b8-0acd-440e-84e2-f630b78dab00', 'timestamp': 1464723578, 'type': '802-11-wireless', 'id': 'Tenda'}, 'ipv6': {'route-data': [], 'address-data': [], 'method': 'auto', 'dns': [], 'routes': [], 'addresses': [], 'dns-search': []}, 'ipv4': {'route-data': [], 'address-data': [], 'method': 'auto', 'dns': [], 'routes': [], 'addresses': [], 'dns-search': []}, '802-11-wireless': {'mac-address': [48, 70, 154, 39, 173, 232], 'mac-address-blacklist': [], 'mode': 'infrastructure', 'seen-bssids': ['C8:3A:35:09:2F:18'], 'ssid': [84, 101, 110, 100, 97]}}] >11:41:22,868 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-Tenda >11:41:22,871 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp0s10 >11:41:22,873 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp0s10 > > >/proc/cmdline: >BOOT_IMAGE=vmlinuz initrd=initrd.img root=live:CDLABEL=Fedora-MATE-Live-24-20160531-n-0 rd.live.image rd.live.check quiet
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1341273
: 1163287 |
1163288
|
1163289
|
1163290
|
1163291
|
1163292
|
1163293
|
1163294
|
1163295
|
1163296