Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 612652 Details for
Bug 857253
AttributeError: 'int' object has no attribute 'rc'
[?]
New
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.rh83 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), 642.95 KB, created by
Herbert Carl Meyer
on 2012-09-13 22:53:39 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Herbert Carl Meyer
Created:
2012-09-13 22:53:39 UTC
Size:
642.95 KB
patch
obsolete
>anaconda 18.6.5 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/pyanaconda/storage/formats/fs.py", line 375, in doFormat > raise FormatCreateError("format failed: %s" % ret.rc, self.device) > File "/usr/lib/python2.7/site-packages/pyanaconda/storage/formats/fs.py", line 931, in doFormat > FS.doFormat(self, *args, **kwargs) > File "/usr/lib/python2.7/site-packages/pyanaconda/storage/formats/fs.py", line 848, in create > return self.doFormat(*args, **kwargs) > File "/usr/lib/python2.7/site-packages/pyanaconda/storage/deviceaction.py", line 439, in execute > options=self.device.formatArgs) > File "/usr/lib/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 323, in processActions > action.execute() > File "/usr/lib/python2.7/site-packages/pyanaconda/storage/__init__.py", line 359, in doIt > self.devicetree.processActions() > File "/usr/lib/python2.7/site-packages/pyanaconda/storage/__init__.py", line 196, in turnOnFilesystems > storage.doIt() > File "/usr/lib/python2.7/site-packages/pyanaconda/install.py", line 62, in doInstall > turnOnFilesystems(storage) > File "/usr/lib/python2.7/threading.py", line 504, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 87, in run > threading.Thread.run(self, *args, **kwargs) >AttributeError: 'int' object has no attribute 'rc' > >Local variables in innermost frame: >self: non-existent ext4 filesystem >args: () >argv: ['-t', 'ext4', '/dev/sdb1'] >ret: 1 >kwargs: {'device': '/dev/sdb1', 'options': []} >options: [] > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._hubs: [<class 'pyanaconda.ui.gui.hubs.summary.SummaryHub'> >, <class 'pyanaconda.ui.gui.hubs.progress.ProgressHub'> >] > _intf.storage: Storage instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _intf.storage.dasd: DASD instance, containing members: > _intf.storage.dasd.dasdfmt: /sbin/dasdfmt > _intf.storage.dasd.commonArgv: [-y, -d, cdl, -b, 4096] > _intf.storage.dasd.started: True > _intf.storage.dasd.totalCylinders: 0 > _intf.storage.dasd._maxFormatJobs: 0 > _intf.storage.dasd._devices: [] > _intf.storage.dasd._completedCylinders: 0.0 > _intf.storage.dasd._dasdlist: [] > _intf.storage.roots: [] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage.autoPartEscrowCert: None > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.names: [sdb, sdb1, sr0, sda, sda1, loop0, /osmin.img (deleted), loop1, /osmin, loop2, /run/initramfs/live/LiveOS/squashfs.img, loop3, /LiveOS/ext3fs.img, loop4, /overlay (deleted), loop5, loop6, loop7, live-rw, live-osimg-min] > _intf.storage.fsset.devicetree.liveBackingDevice: sdb1 > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree.platform: X86 instance, containing members: > _intf.storage.fsset.devicetree.iscsi: iscsi instance, containing members: > _intf.storage.fsset.devicetree.iscsi.initiatorSet: False > _intf.storage.fsset.devicetree.iscsi.ifaces: {} > _intf.storage.fsset.devicetree.iscsi.started: False > _intf.storage.fsset.devicetree.iscsi._initiator: Skipped > _intf.storage.fsset.devicetree.iscsi.discovered_targets: {} > _intf.storage.fsset.devicetree.iscsi.ibftNodes: [] > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree.shouldClear: <bound method Storage.shouldClear of <pyanaconda.storage.Storage object at 0x95546cc>> > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.mpathFriendlyNames: True > _intf.storage.fsset.devicetree.topology: MultipathTopology instance, containing members: > _intf.storage.fsset.devicetree.topology._multipaths: [] > _intf.storage.fsset.devicetree.topology._nondisks: [sdb1, sr0, sda1, sda2] > _intf.storage.fsset.devicetree.topology._devmap: {'sdb1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdb1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sdb1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'dm-1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/dm-1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/dm-1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/dm-1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: dm-1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'sr0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sr0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sr0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'dm-0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'sda2': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda2 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda2 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'sda': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'sdb': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdb > _intf.storage.fsset.devicetree.topology._devmap.sysname: sdb > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'sda1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'loop3': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop3 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop3 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 3 >, 'loop2': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop2 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop2 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'loop1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'loop0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'loop7': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop7 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop7 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 7 >, 'loop6': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop6 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop6 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 6 >, 'loop5': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop5 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop5 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 5 >, 'loop4': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop4 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop4 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 4 >} > _intf.storage.fsset.devicetree.topology._devices: [Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >] > _intf.storage.fsset.devicetree.topology._singlepaths: [sdb, sda, loop0, loop1, loop2, loop3, loop4, loop5, loop6, loop7, dm-0, dm-1] > _intf.storage.fsset.devicetree.topology._mpath_topology: {} > _intf.storage.fsset.devicetree._ignoredDisks: [loop5, loop6, loop7] > _intf.storage.fsset.devicetree.protectedDevSpecs: [/dev/sdb1] > _intf.storage.fsset.devicetree._devices: [existing 3819MB disk sdb (0) with existing msdos disklabel >, existing 3818MB partition sdb1 (1) with non-existent ext4 filesystem >, OpticalDevice instance, containing members: > _model: SAMSUNG_CDRW_DVD_SN-324F > controllable: True > major: 11 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: /devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 > _vendor: None > _name: sr0 > _targetSize: 0 > protected: False > parents: [] > originalFormat: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 2 > minor: 0 >, existing 57277MB disk sda (3) with existing msdos disklabel >, existing 24999MB partition sda1 (4) with existing ntfs filesystem >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /osmin.img (deleted) > _targetSize: 0 > protected: False > parents: [] > originalFormat: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 6 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop0 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 7 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /osmin > _targetSize: 0 > protected: False > parents: [] > originalFormat: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 8 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop1 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 9 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /run/initramfs/live/LiveOS/squashfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 10 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop2 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 11 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /LiveOS/ext3fs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 12 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: Ext4FS instance, containing members: > _format.uuid: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: _Fedora-18-Night > _format._targetSize: 4096.0 > _format._size: 4096.0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/loop3 > sysfsPath: Skipped > _vendor: Skipped > _name: loop3 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Already dumped (Ext4FS instance) > bus: Skipped > _size: 0 > _serial: None > id: 13 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /overlay (deleted) > _targetSize: 0 > protected: False > parents: [] > originalFormat: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 14 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop4 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 15 > minor: 0 >, existing 4096MB dm live-rw (16) with existing ext4 filesystem >, existing 4096MB dm live-osimg-min (17) with existing ext4 filesystem >, existing 25000MB partition sda2 (18) with existing ext4 filesystem mounted at / >, existing 5000MB partition sda3 (19) with existing swap >] > _intf.storage.fsset.devicetree.protectedDevNames: [sdb1, sdb1] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._actions: [ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: EFIFS instance, containing members: > origFormat.uuid: C36D-DA6A > origFormat.exists: False > origFormat._mountpoint: None > origFormat._majorminor: 008017 > origFormat._minInstanceSize: None > origFormat.fsprofile: None > origFormat.label: LIVE > origFormat._targetSize: 0 > origFormat._size: 0 > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat._migrate: False > origFormat._device: /dev/sdb1 > id: 7 >, ActionDestroyDevice instance, containing members: > device: non-existent 32277MB partition sda2 (5) > id: 0 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 9 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 11 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: existing swap > id: 12 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: Ext4FS instance, containing members: > origFormat.uuid: cdc77b6a-a0cb-49a8-9965-8fe947e98e2e > origFormat.exists: True > origFormat._mountpoint: None > origFormat._majorminor: None > origFormat._minInstanceSize: 0 > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.label: None > origFormat._targetSize: 0 > origFormat._size: 0 > origFormat.mountopts: None > origFormat.mountpoint: / > origFormat._migrate: False > origFormat._device: /dev/sda2 > id: 10 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: existing None > id: 8 >] > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.platform: X86 instance, containing members: > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 2 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [/dev/sdb1] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [sda] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [sda] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 0 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.stage2_device: Already dumped (PartitionDevice instance) > _intf.storage._bootloader.disks: [Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.platform: Already dumped (X86 instance) > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: Already dumped (DiskDevice instance) > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: Already dumped (DiskDevice instance) > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage.defaultFSType: ext4 > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.services: set([]) > _intf.storage.data: Skipped > _intf.storage.encryptionPassphrase: None > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.autoPartitionRequests: [PartSpec instance (0x96cd5ac) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x96cd5cc) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x96cd5ec) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x96cd60c) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x96cd6ac) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 2496 maxSize = None grow = False > >] > _intf.storage.doAutoPart: False > _intf.storage.iscsi: Already dumped (iscsi instance) > _intf.storage.encryptedAutoPart: False > _intf._ui: None > _intf._actions: Skipped > _intf.payload: LiveImagePayload instance, containing members: > _intf.payload.data: Skipped > _intf.payload._kernelVersionList: [] >updateSrc: None >firewall: Firewall instance, containing members: > firewall.portlist: [] > firewall.servicelist: [] > firewall.trustdevs: [] > firewall.enabled: 1 >rootParts: None >clearPartTypeSystem: None >upgradeRoot: None >_platform: Already dumped (X86 instance) >id: None >rescue: False >_instLanguage: Language instance, containing members: > _instLanguage.info: {'LANG': en_US.UTF-8, 'SYSFONT': latarcyrheb-sun16} > _instLanguage.nativeLangNames: {'Swedish': Svenska, 'Icelandic': Ãslenska, 'Chinese(Simplified)': ç®ä½ä¸æ, 'Telugu': à°¤à±à°²à±à°à±, 'Turkish': Türkçe, 'Maithili': मà¥à¤¥à¤¿à¤²à¥, 'Italian': Italiano, 'Oriya': à¬à¬¡à¬¼à¬¿à¬, 'Slovenian': slovenÅ¡Äina, 'Norwegian(BokmÃ¥l)': Norwegian(BokmÃ¥l), 'Gujarati': àªà«àªàª°àª¾àª¤à«, 'Hindi': हिनà¥à¤¦à¥, 'Dutch': Nederlands, 'Korean': íêµì´, 'Estonian': eesti keel, 'Danish': Dansk, 'Bulgarian': ÐÑлгаÑÑки, 'Northern Sotho': Northern Sotho, 'Hungarian': Magyar, 'Macedonian': ÐакедонÑки, 'Welsh': Cymraeg, 'Vietnamese': tiếng Viá»t, 'Malay': Melayu, 'French': Français, 'Serbian(Latin)': srpski(latinica), 'Catalan': Català , 'Bengali': বাà¦à¦²à¦¾, 'Marathi': मराठà¥, 'Russian': Ð ÑÑÑкий, 'Tajik': Ðабони Ñоҷикӣ, 'Assamese': ঠসমà§à§à¦¾, 'Afrikaans': Afrikaans, 'Tamil': தமிழà¯, 'Iloko': Iloko, 'Nepali': Nepali, 'Finnish': suomi, 'Punjabi': ਪੰà¨à¨¾à¨¬à©, 'Spanish': Español, 'Indonesian': Indonesia, 'Romanian': RomânÄ, 'Greek': Îλληνικά, 'English': English, 'Malayalam': മലയാളà´, 'Serbian': ÑÑпÑки, 'Bengali(India)': বাà¦à¦²à¦¾ (à¦à¦¾à¦°à¦¤), 'Croatian': Hrvatski, 'Portuguese': Português, 'Portuguese(Brazilian)': Português (Brasil), 'Zulu': Zulu, 'German': Deutsch, 'Ukrainian': УкÑаÑнÑÑка, 'Japanese': æ¥æ¬èª, 'Kannada': à²à²¨à³à²¨à²¡, 'Czech': ÄeÅ¡tina, 'Persian': ÙØ§Ø±Ø³Û, 'Slovak': SlovenÄina, 'Hebrew': ×¢×ר×ת, 'Polish': polski, 'Arabic': Ø§ÙØ¹Ø±Ø¨ÙØ©, 'Chinese(Traditional)': 䏿(æ£é«), 'Sinhala': à·à·à¶à·à¶½} > _instLanguage._instLang: en_US.UTF-8 > _instLanguage.displayMode: g > _instLanguage._systemLang: en_US.UTF-8 > _instLanguage._default: en_US.UTF-8 > _instLanguage.localeInfo: {'hu_HU.UTF-8': ('Hungarian', 'hu', True, 'hu', 'Europe/Budapest'), 'sr_RS.UTF-8': ('Serbian', 'sr', True, 'sr-cy', 'Europe/Belgrade'), 'ta_IN.UTF-8': ('Tamil', 'ta', False, 'us', 'Asia/Kolkata'), 'zu_ZA.UTF-8': ('Zulu', 'zu', True, 'us', 'Africa/Johannesburg'), 'et_EE.UTF-8': ('Estonian', 'et', True, 'et', 'Europe/Tallinn'), 'zh_TW.UTF-8': ('Chinese(Traditional)', 'zh_TW', False, 'us', 'Asia/Taipei'), 'sk_SK.UTF-8': ('Slovak', 'sk', True, 'sk-qwerty', 'Europe/Bratislava'), 'cs_CZ.UTF-8': ('Czech', 'cs', True, 'cz-lat2', 'Europe/Prague'), 'en_US.UTF-8': ('English', 'en', True, 'us', 'America/New_York'), 'da_DK.UTF-8': ('Danish', 'da', True, 'dk', 'Europe/Copenhagen'), 'ro_RO.UTF-8': ('Romanian', 'ro', False, 'ro', 'Europe/Bucharest'), 'ilo_PH.UTF-8': ('Iloko', 'ilo', True, 'us', 'Asia/Manila'), 'ml_IN.UTF-8': ('Malayalam', 'ml', False, 'us', 'Asia/Kolkata'), 'nb_NO.UTF-8': ('Norwegian(Bokm\xc3\xa5l)', 'nb', True, 'no', 'Europe/Oslo'), 'pl_PL.UTF-8': ('Polish', 'pl', True, 'pl2', 'Europe/Warsaw'), 'ar_SA.UTF-8': ('Arabic', 'ar', False, 'us', 'Asia/Riyadh'), 'fr_FR.UTF-8': ('French', 'fr', True, 'fr-latin9', 'Europe/Paris'), 'it_IT.UTF-8': ('Italian', 'it', True, 'it', 'Europe/Rome'), 'pt_BR.UTF-8': ('Portuguese(Brazilian)', 'pt_BR', True, 'br-abnt2', 'America/Sao_Paulo'), 'sr_RS.UTF-8@latin': ('Serbian(Latin)', 'sr@latin', True, 'sr-latin', 'Europe/Belgrade'), 'mr_IN.UTF-8': ('Marathi', 'mr', False, 'us', 'Asia/Kolkata'), 'ru_RU.UTF-8': ('Russian', 'ru', False, 'ru', 'Europe/Moscow'), 'si_LK.UTF-8': ('Sinhala', 'si', False, 'us', 'Asia/Colombo'), 'de_DE.UTF-8': ('German', 'de', True, 'de-latin1-nodeadkeys', 'Europe/Berlin'), 'ja_JP.UTF-8': ('Japanese', 'ja', False, 'jp106', 'Asia/Tokyo'), 'hr_HR.UTF-8': ('Croatian', 'hr', True, 'croat', 'Europe/Zagreb'), 'ko_KR.UTF-8': ('Korean', 'ko', False, 'us', 'Asia/Seoul'), 'es_ES.UTF-8': ('Spanish', 'es', True, 'es', 'Europe/Madrid'), 'cy_GB.UTF-8': ('Welsh', 'cy', True, 'uk', 'Europe/London'), 'af_ZA.UTF-8': ('Afrikaans', 'af', True, 'us', 'Africa/Johannesburg'), 'fa_IR.UTF-8': ('Persian', 'fa', False, 'us', 'Asia/Tehran'), 'bn_IN.UTF-8': ('Bengali(India)', 'bn_IN', False, 'us', 'Asia/Kolkata'), 'tr_TR.UTF-8': ('Turkish', 'tr', True, 'trq', 'Europe/Istanbul'), 'uk_UA.UTF-8': ('Ukrainian', 'uk', True, 'ua-utf', 'Europe/Kiev'), 'C': ('English', 'en', True, 'us', 'America/New_York'), 'as_IN.UTF-8': ('Assamese', 'as', False, 'us', 'Asia/Kolkata'), 'is_IS.UTF-8': ('Icelandic', 'is', True, 'is-latin1', 'Atlantic/Reykjavik'), 'vi_VN.UTF-8': ('Vietnamese', 'vi', True, 'us', 'Asia/Saigon'), 'pt_PT.UTF-8': ('Portuguese', 'pt', True, 'pt-latin1', 'Europe/Lisbon'), 'gu_IN.UTF-8': ('Gujarati', 'gu', False, 'us', 'Asia/Kolkata'), 'bn_BD.UTF-8': ('Bengali', 'bn', False, 'us', 'Asia/Dhaka'), 'ne_NP.UTF-8': ('Nepali', 'ne', False, 'us', 'Asia/Kathmandu'), 'or_IN.UTF-8': ('Oriya', 'or', False, 'us', 'Asia/Kolkata'), 'pa_IN.UTF-8': ('Punjabi', 'pa', False, 'us', 'Asia/Kolkata'), 'he_IL.UTF-8': ('Hebrew', 'he', False, 'us', 'Asia/Jerusalem'), 'ms_MY.UTF-8': ('Malay', 'ms', True, 'us', 'Asia/Kuala_Lumpur'), 'mai_IN.UTF-8': ('Maithili', 'mai', False, 'us', 'Asia/Kolkata'), 'nso_ZA.UTF-8': ('Northern Sotho', 'nso', True, 'us', 'Africa/Johannesburg'), 'zh_CN.UTF-8': ('Chinese(Simplified)', 'zh_CN', False, 'us', 'Asia/Shanghai'), 'te_IN.UTF-8': ('Telugu', 'te', False, 'us', 'Asia/Kolkata'), 'el_GR.UTF-8': ('Greek', 'el', False, 'gr', 'Europe/Athens'), 'id_ID.UTF-8': ('Indonesian', 'id', True, 'us', 'Asia/Jakarta'), 'sv_SE.UTF-8': ('Swedish', 'sv', True, 'sv-latin1', 'Europe/Stockholm'), 'sl_SI.UTF-8': ('Slovenian', 'sl', True, 'slovene', 'Europe/Ljubljana'), 'bg_BG.UTF-8': ('Bulgarian', 'bg', True, 'bg_bds-utf8', 'Europe/Sofia'), 'tg_TG.UTF-8': ('Tajik', 'tg', False, 'tj', 'Asia/Dushanbe'), 'nl_NL.UTF-8': ('Dutch', 'nl', True, 'nl', 'Europe/Amsterdam'), 'fi_FI.UTF-8': ('Finnish', 'fi', True, 'fi', 'Europe/Helsinki'), 'ca_ES.UTF-8': ('Catalan', 'ca', True, 'es', 'Europe/Madrid'), 'hi_IN.UTF-8': ('Hindi', 'hi', False, 'us', 'Asia/Kolkata'), 'kn_IN.UTF-8': ('Kannada', 'kn', False, 'us', 'Asia/Kolkata'), 'mk_MK.UTF-8': ('Macedonian', 'mk', True, 'mk', 'Europe/Skopje')} >mediaDevice: None >upgrade: False >_network: None >methodstr: livecd:///dev/loop3 >proxyPassword: None >desktop: Desktop instance, containing members: > desktop.info: {} > desktop.always_quote: False > desktop.write_quote: True > desktop.filename: None > desktop.read_unquote: True > desktop.runlevel: 3 > desktop._lines: [] >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.platform: Already dumped (X86 instance) > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (LiveImagePayload instance) >displayMode: g >simpleFilter: True >ksdata: Skipped >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programName: anaconda > mehConfig.programVersion: 18.6.5 > mehConfig.attrSkipList: [_intf._actions, _intf.storage.bootloader.password, _intf.storage.data, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.localSkipList: [passphrase, password] > mehConfig.fileList: [/tmp/anaconda.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /mnt/sysimage/root/upgrade.log, /proc/cmdline, /var/log/messages] >_backend: None >clearPartTypeSelection: None >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Storage instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'serial': False, 'dmraid': True, 'armPlatform': None, 'virtpconsole': None, 'memcheck': True, 'iscsi': False, 'ksfile': None, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': None, 'method': 'livecd:///dev/loop3', 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': 'en_US.UTF-8', 'liveinst': True, 'loglevel': None, 'isHeadless': False, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'nofb': None, 'targetArch': None} >proxy: None > > >/tmp/anaconda.log: >14:34:57,013 DEBUG anaconda: required disklabel type for sdb (1) is None >14:34:57,015 DEBUG anaconda: default disklabel type for sdb is msdos >14:34:57,028 DEBUG anaconda: selecting msdos disklabel for sdb based on size >14:34:58,753 DEBUG anaconda: required disklabel type for sda (1) is None >14:34:58,759 DEBUG anaconda: default disklabel type for sda is msdos >14:34:58,768 DEBUG anaconda: selecting msdos disklabel for sda based on size >14:36:04,322 INFO anaconda: /sbin/anaconda 18.6.5 >18:36:12,168 INFO anaconda: 1310720 kB (1280 MB) are available >14:36:12,169 INFO anaconda: check_memory(): total:1280, needed:512, graphical:512 >14:36:12,209 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/loop3', '--lang', 'en_US.UTF-8'] >14:36:12,223 INFO anaconda: Default encoding = ascii >14:36:13,589 INFO anaconda: ISCSID is /sbin/iscsid >14:36:13,599 INFO anaconda: no initiator set >14:36:16,829 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >14:36:16,839 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >14:36:24,619 INFO anaconda: Display mode = g >18:36:24,627 INFO anaconda: 1310720 kB (1280 MB) are available >14:36:24,627 INFO anaconda: check_memory(): total:1280, needed:512, graphical:512 >14:36:26,495 INFO anaconda: using only installclass _Fedora >14:36:26,663 INFO anaconda: Detected 1248M of memory >14:36:26,671 INFO anaconda: Swap attempt of 2496M >14:36:27,368 INFO anaconda: no initiator set >14:36:48,058 DEBUG anaconda: required disklabel type for sdb (1) is None >14:36:48,127 DEBUG anaconda: default disklabel type for sdb is msdos >14:36:48,201 DEBUG anaconda: selecting msdos disklabel for sdb based on size >14:36:56,656 DEBUG anaconda: required disklabel type for sda (1) is None >14:36:56,722 DEBUG anaconda: default disklabel type for sda is msdos >14:36:56,904 DEBUG anaconda: selecting msdos disklabel for sda based on size >18:41:32,717 WARN anaconda: /usr/lib/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >18:44:57,462 ERR anaconda: You have not defined a root partition (/), which is required for installation of Fedora to continue. >18:44:57,472 ERR anaconda: You have not created a bootable partition. >18:44:57,473 WARN anaconda: You have not specified a swap partition. Although not strictly required in all cases, it will significantly improve performance for most installations. >18:44:57,586 DEBUG anaconda: ui: unused=['sdb1', 'sda1'] >18:44:57,586 DEBUG anaconda: ui: new_devices=[] >18:44:57,634 DEBUG anaconda: page clicked: New Fedora 18 Installation >18:44:57,639 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >18:44:57,639 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >18:45:11,405 DEBUG anaconda: page clicked: New Fedora 18 Installation >18:45:11,405 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >18:45:13,347 DEBUG anaconda: page clicked: New Fedora 18 Installation >18:45:13,347 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >18:45:19,370 DEBUG anaconda: page clicked: Unknown >18:45:19,371 DEBUG anaconda: show first mountpoint: Unknown >18:45:19,371 DEBUG anaconda: page Unknown has 2 members >18:45:19,407 DEBUG anaconda: populate_right_side: existing 3818MB partition sdb1 (1) with existing efi filesystem >18:45:19,419 DEBUG anaconda: min: 50 max: 1048576 current: 3818.0 >18:45:25,315 DEBUG anaconda: page clicked: New Fedora 18 Installation >18:45:25,316 INFO anaconda: ui: saving changes to device sdb1 >18:45:25,317 DEBUG anaconda: new size: 3818.0 >18:45:25,320 DEBUG anaconda: old size: 3818.0 >18:45:25,321 DEBUG anaconda: new device type: 0 >18:45:25,322 DEBUG anaconda: new fs type: ext4 >18:45:25,323 DEBUG anaconda: new encryption setting: False >18:45:25,443 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >18:46:14,108 DEBUG anaconda: requested size = 20 Gb ; available space = 32.27 Gb >18:46:14,985 DEBUG anaconda: ui: unused=['sdb1', 'sda1'] >18:46:14,986 DEBUG anaconda: ui: new_devices=['sda2'] >18:46:15,076 DEBUG anaconda: page clicked: New Fedora 18 Installation >18:46:15,077 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >18:46:15,078 DEBUG anaconda: page New Fedora 18 Installation has 1 members >18:46:15,083 DEBUG anaconda: populate_right_side: non-existent 20000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / >18:46:15,098 DEBUG anaconda: min: 1.0 max: 52279.209961 current: 20000.0 >18:46:15,113 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >18:46:15,113 DEBUG anaconda: page New Fedora 18 Installation has 1 members >18:46:15,119 DEBUG anaconda: populate_right_side: non-existent 20000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / >18:46:15,135 DEBUG anaconda: min: 1.0 max: 52279.209961 current: 20000.0 >18:46:35,039 DEBUG anaconda: page clicked: Unknown >18:46:35,041 INFO anaconda: ui: saving changes to device sda2 >18:46:35,042 DEBUG anaconda: new size: 20000.0 >18:46:35,043 DEBUG anaconda: old size: 20000.0 >18:46:35,052 DEBUG anaconda: new device type: 0 >18:46:35,054 DEBUG anaconda: new fs type: ext4 >18:46:35,054 DEBUG anaconda: new encryption setting: False >18:46:35,060 DEBUG anaconda: show first mountpoint: Unknown >18:46:35,069 DEBUG anaconda: page Unknown has 2 members >18:46:35,078 DEBUG anaconda: populate_right_side: existing 3818MB partition sdb1 (1) with non-existent ext4 filesystem >18:46:35,081 DEBUG anaconda: min: 3818.0 max: 16777216 current: 3818.0 >18:46:50,541 DEBUG anaconda: page clicked: New Fedora 18 Installation >18:46:50,542 INFO anaconda: ui: saving changes to device sdb1 >18:46:50,544 DEBUG anaconda: new size: 3818.0 >18:46:50,545 DEBUG anaconda: old size: 3818.0 >18:46:50,546 DEBUG anaconda: new device type: 0 >18:46:50,555 DEBUG anaconda: new fs type: ext4 >18:46:50,556 DEBUG anaconda: new encryption setting: False >18:46:50,564 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >18:46:50,571 DEBUG anaconda: page New Fedora 18 Installation has 1 members >18:46:50,573 DEBUG anaconda: populate_right_side: non-existent 20000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / >18:46:50,599 DEBUG anaconda: min: 1.0 max: 32279.209961 current: 20000.0 >18:47:17,422 INFO anaconda: ui: saving changes to device sda2 >18:47:17,423 DEBUG anaconda: new size: 25000.0 >18:47:17,424 DEBUG anaconda: old size: 20000.0 >18:47:17,424 DEBUG anaconda: new device type: 0 >18:47:17,425 DEBUG anaconda: new fs type: ext4 >18:47:17,428 DEBUG anaconda: new encryption setting: False >18:47:18,003 DEBUG anaconda: updating selector size to '25 GB' >18:47:31,617 DEBUG anaconda: requested size = 5 Gb ; available space = 7.27 Gb >18:47:32,549 DEBUG anaconda: ui: unused=['sdb1', 'sda1'] >18:47:32,549 DEBUG anaconda: ui: new_devices=['sda2', 'sda3'] >18:47:32,627 DEBUG anaconda: page clicked: New Fedora 18 Installation >18:47:32,627 INFO anaconda: ui: saving changes to device sda2 >18:47:32,632 DEBUG anaconda: new size: 25000.0 >18:47:32,633 DEBUG anaconda: old size: 25000.0 >18:47:32,634 DEBUG anaconda: new device type: 0 >18:47:32,634 DEBUG anaconda: new fs type: ext4 >18:47:32,635 DEBUG anaconda: new encryption setting: False >18:47:32,638 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >18:47:32,639 DEBUG anaconda: page New Fedora 18 Installation has 2 members >18:47:32,640 DEBUG anaconda: populate_right_side: non-existent 25000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / >18:47:32,654 DEBUG anaconda: min: 1.0 max: 32279.209961 current: 25000.0 >18:47:32,663 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >18:47:32,664 DEBUG anaconda: page New Fedora 18 Installation has 2 members >18:47:32,670 DEBUG anaconda: populate_right_side: non-existent 25000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / >18:47:32,680 DEBUG anaconda: min: 1.0 max: 32279.209961 current: 25000.0 >18:47:49,362 DEBUG anaconda: current selector: non-existent 25000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / >18:47:49,367 DEBUG anaconda: new selector: non-existent 5000MB partition sda3 (19) with non-existent swap >18:47:49,368 INFO anaconda: ui: saving changes to device sda2 >18:47:49,368 DEBUG anaconda: new size: 25000.0 >18:47:49,369 DEBUG anaconda: old size: 25000.0 >18:47:49,370 DEBUG anaconda: new device type: 0 >18:47:49,375 DEBUG anaconda: new fs type: ext4 >18:47:49,375 DEBUG anaconda: new encryption setting: False >18:47:49,377 DEBUG anaconda: populate_right_side: non-existent 5000MB partition sda3 (19) with non-existent swap >18:47:49,393 DEBUG anaconda: min: 1.0 max: 7279.209961 current: 5000.0 >18:47:55,009 DEBUG anaconda: current selector: non-existent 5000MB partition sda3 (19) with non-existent swap >18:47:55,015 DEBUG anaconda: new selector: non-existent 25000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / >18:47:55,015 INFO anaconda: ui: saving changes to device sda3 >18:47:55,016 DEBUG anaconda: new size: 5000.0 >18:47:55,017 DEBUG anaconda: old size: 5000.0 >18:47:55,017 DEBUG anaconda: new device type: 0 >18:47:55,022 DEBUG anaconda: new fs type: swap >18:47:55,023 DEBUG anaconda: new encryption setting: False >18:47:55,025 DEBUG anaconda: populate_right_side: non-existent 25000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / >18:47:55,040 DEBUG anaconda: min: 1.0 max: 27279.209961 current: 25000.0 >18:48:01,022 DEBUG anaconda: current selector: non-existent 25000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / >18:48:01,025 DEBUG anaconda: new selector: non-existent 5000MB partition sda3 (19) with non-existent swap >18:48:01,026 INFO anaconda: ui: saving changes to device sda2 >18:48:01,027 DEBUG anaconda: new size: 25000.0 >18:48:01,027 DEBUG anaconda: old size: 25000.0 >18:48:01,028 DEBUG anaconda: new device type: 0 >18:48:01,032 DEBUG anaconda: new fs type: ext4 >18:48:01,033 DEBUG anaconda: new encryption setting: False >18:48:01,034 DEBUG anaconda: populate_right_side: non-existent 5000MB partition sda3 (19) with non-existent swap >18:48:01,050 DEBUG anaconda: min: 1.0 max: 7279.209961 current: 5000.0 >18:48:02,478 DEBUG anaconda: current selector: non-existent 5000MB partition sda3 (19) with non-existent swap >18:48:02,478 DEBUG anaconda: new selector: non-existent 25000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / >18:48:02,479 INFO anaconda: ui: saving changes to device sda3 >18:48:02,480 DEBUG anaconda: new size: 5000.0 >18:48:02,482 DEBUG anaconda: old size: 5000.0 >18:48:02,483 DEBUG anaconda: new device type: 0 >18:48:02,484 DEBUG anaconda: new fs type: swap >18:48:02,484 DEBUG anaconda: new encryption setting: False >18:48:02,490 DEBUG anaconda: populate_right_side: non-existent 25000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / >18:48:02,501 DEBUG anaconda: min: 1.0 max: 27279.209961 current: 25000.0 >18:48:10,790 INFO anaconda: ui: saving changes to device sda2 >18:48:10,795 DEBUG anaconda: new size: 25000.0 >18:48:10,796 DEBUG anaconda: old size: 25000.0 >18:48:10,797 DEBUG anaconda: new device type: 0 >18:48:10,797 DEBUG anaconda: new fs type: ext4 >18:48:10,798 DEBUG anaconda: new encryption setting: False >18:48:10,849 DEBUG anaconda: converting custom spoke changes into actions >18:48:10,849 DEBUG anaconda: [1] Destroy Format efi filesystem on partition sdb1 (id 1) >18:48:10,850 DEBUG anaconda: [2] Create Format ext4 filesystem on partition sdb1 (id 1) >18:48:10,850 DEBUG anaconda: [3] Create Device partition sda2 (id 18) >18:48:10,851 DEBUG anaconda: [4] Create Format ext4 filesystem mounted at / on partition sda2 (id 18) >18:48:10,851 DEBUG anaconda: [5] Create Device partition sda3 (id 19) >18:48:10,851 DEBUG anaconda: [6] Create Format swap on partition sda3 (id 19) >18:48:10,852 DEBUG anaconda: duplicating action '[1] Destroy Format efi filesystem on partition sdb1 (id 1)' >18:48:10,873 DEBUG anaconda: duplicating action '[2] Create Format ext4 filesystem on partition sdb1 (id 1)' >18:48:10,972 DEBUG anaconda: duplicating action '[3] Create Device partition req0 (id 18)' >18:48:11,003 DEBUG anaconda: duplicating action '[4] Create Format ext4 filesystem mounted at / on partition req0 (id 18)' >18:48:11,091 DEBUG anaconda: duplicating action '[5] Create Device partition req1 (id 19)' >18:48:11,141 DEBUG anaconda: duplicating action '[6] Create Format swap on partition req1 (id 19)' >18:49:43,193 DEBUG anaconda: notifying kernel of 'change' event on device /sys/class/block/sda3 >18:49:55,181 DEBUG anaconda: notifying kernel of 'change' event on device /sys/class/block/sda2 > > >/tmp/program.log: >14:34:55,131 INFO program: Running... modprobe scsi_wait_scan >14:34:55,326 ERR program: FATAL: Module scsi_wait_scan not found. >14:34:55,346 INFO program: Running... rmmod scsi_wait_scan >14:34:55,504 ERR program: Error: Module scsi_wait_scan is not currently loaded >14:34:55,524 INFO program: Running... udevadm settle --timeout=300 >14:35:00,162 INFO program: Running... ntfsinfo -m /dev/sda1 >14:35:01,558 INFO program: Volume Information >14:35:01,562 INFO program: Name of device: /dev/sda1 >14:35:01,563 INFO program: Device state: 11 >14:35:01,565 INFO program: Volume Name: >14:35:01,566 INFO program: Volume State: 91 >14:35:01,567 INFO program: Volume Version: 3.1 >14:35:01,569 INFO program: Sector Size: 512 >14:35:01,570 INFO program: Cluster Size: 4096 >14:35:01,571 INFO program: Index Block Size: 4096 >14:35:01,573 INFO program: Volume Size in Clusters: 6399885 >14:35:01,574 INFO program: MFT Information >14:35:01,575 INFO program: MFT Record Size: 1024 >14:35:01,576 INFO program: MFT Zone Multiplier: 0 >14:35:01,578 INFO program: MFT Data Position: 24 >14:35:01,579 INFO program: MFT Zone Start: 786432 >14:35:01,580 INFO program: MFT Zone End: 1586417 >14:35:01,583 INFO program: MFT Zone Position: 786432 >14:35:01,584 INFO program: Current Position in First Data Zone: 1586417 >14:35:01,585 INFO program: Current Position in Second Data Zone: 0 >14:35:01,587 INFO program: LCN of Data Attribute for FILE_MFT: 786432 >14:35:01,588 INFO program: FILE_MFTMirr Size: 4 >14:35:01,589 INFO program: LCN of Data Attribute for File_MFTMirr: 2560355 >14:35:01,590 INFO program: Size of Attribute Definition Table: 2560 >14:35:01,592 INFO program: FILE_Bitmap Information >14:35:01,593 INFO program: FILE_Bitmap MFT Record Number: 6 >14:35:01,594 INFO program: State of FILE_Bitmap Inode: 80 >14:35:01,595 INFO program: Length of Attribute List: 0 >14:35:01,597 INFO program: Attribute List: (null) >14:35:01,598 INFO program: Number of Attached Extent Inodes: 0 >14:35:01,599 INFO program: FILE_Bitmap Data Attribute Information >14:35:01,600 INFO program: Decompressed Runlist: not done yet >14:35:01,602 INFO program: Base Inode: 6 >14:35:01,603 INFO program: Attribute Types: not done yet >14:35:01,604 INFO program: Attribute Name Length: 0 >14:35:01,605 INFO program: Attribute State: 3 >14:35:01,606 INFO program: Attribute Allocated Size: 802816 >14:35:01,608 INFO program: Attribute Data Size: 799992 >14:35:01,612 INFO program: Attribute Initialized Size: 799992 >14:35:01,613 INFO program: Attribute Compressed Size: 0 >14:35:01,615 INFO program: Compression Block Size: 0 >14:35:01,616 INFO program: Compression Block Size Bits: 0 >14:35:01,617 INFO program: Compression Block Clusters: 0 >14:35:01,627 INFO program: Running... ntfsresize -m /dev/sda1 >14:35:44,116 INFO program: ntfsresize v2012.1.15 (libntfs-3g) >14:35:44,121 INFO program: Minsize (in MB): 14256 >14:35:47,990 INFO program: Running... dumpe2fs -h /dev/loop3 >14:35:48,560 INFO program: Filesystem volume name: _Fedora-18-Night >14:35:48,568 INFO program: Last mounted on: /var/tmp/imgcreate-q9yUaL/install_root >14:35:48,574 INFO program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >14:35:48,576 INFO program: Filesystem magic number: 0xEF53 >14:35:48,582 INFO program: Filesystem revision #: 1 (dynamic) >14:35:48,584 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 >14:35:48,590 INFO program: Filesystem flags: signed_directory_hash >14:35:48,592 INFO program: Default mount options: user_xattr acl >14:35:48,596 INFO program: Filesystem state: clean >14:35:48,597 INFO program: Errors behavior: Continue >14:35:48,604 INFO program: Filesystem OS type: Linux >14:35:48,605 INFO program: Inode count: 262144 >14:35:48,611 INFO program: Block count: 1048576 >14:35:48,613 INFO program: Reserved block count: 10483 >14:35:48,614 INFO program: Free blocks: 328731 >14:35:48,620 INFO program: Free inodes: 160234 >14:35:48,622 INFO program: First block: 0 >14:35:48,628 INFO program: Block size: 4096 >14:35:48,630 INFO program: Fragment size: 4096 >14:35:48,636 INFO program: Reserved GDT blocks: 255 >14:35:48,637 INFO program: Blocks per group: 32768 >14:35:48,643 INFO program: Fragments per group: 32768 >14:35:48,645 INFO program: Inodes per group: 8192 >14:35:48,646 INFO program: Inode blocks per group: 512 >14:35:48,652 INFO program: Flex block group size: 16 >14:35:48,653 INFO program: Filesystem created: Mon Sep 10 11:13:03 2012 >14:35:48,659 INFO program: Last mount time: Mon Sep 10 11:13:05 2012 >14:35:48,661 INFO program: Last write time: Mon Sep 10 11:26:23 2012 >14:35:48,667 INFO program: Mount count: 0 >14:35:48,668 INFO program: Maximum mount count: -1 >14:35:48,675 INFO program: Last checked: Mon Sep 10 11:26:23 2012 >14:35:48,677 INFO program: Check interval: 0 (<none>) >14:35:48,678 INFO program: Lifetime writes: 918 MB >14:35:48,683 INFO program: Reserved blocks uid: 0 (user root) >14:35:48,687 INFO program: Reserved blocks gid: 0 (group root) >14:35:48,689 INFO program: First inode: 11 >14:35:48,695 INFO program: Inode size: 256 >14:35:48,697 INFO program: Required extra isize: 28 >14:35:48,704 INFO program: Desired extra isize: 28 >14:35:48,705 INFO program: Journal inode: 8 >14:35:48,710 INFO program: Default directory hash: half_md4 >14:35:48,712 INFO program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >14:35:48,713 INFO program: Journal backup: inode blocks >14:35:48,720 INFO program: Journal features: journal_incompat_revoke >14:35:48,721 INFO program: Journal size: 128M >14:35:48,727 INFO program: Journal length: 32768 >14:35:48,729 INFO program: Journal sequence: 0x000015fb >14:35:48,736 INFO program: Journal start: 0 >14:35:48,737 INFO program: >14:35:48,743 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >14:35:48,760 INFO program: Running... dumpe2fs -h /dev/loop3 >14:35:49,156 INFO program: Filesystem volume name: _Fedora-18-Night >14:35:49,164 INFO program: Last mounted on: /var/tmp/imgcreate-q9yUaL/install_root >14:35:49,170 INFO program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >14:35:49,172 INFO program: Filesystem magic number: 0xEF53 >14:35:49,174 INFO program: Filesystem revision #: 1 (dynamic) >14:35:49,176 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 >14:35:49,177 INFO program: Filesystem flags: signed_directory_hash >14:35:49,178 INFO program: Default mount options: user_xattr acl >14:35:49,180 INFO program: Filesystem state: clean >14:35:49,181 INFO program: Errors behavior: Continue >14:35:49,182 INFO program: Filesystem OS type: Linux >14:35:49,184 INFO program: Inode count: 262144 >14:35:49,185 INFO program: Block count: 1048576 >14:35:49,186 INFO program: Reserved block count: 10483 >14:35:49,187 INFO program: Free blocks: 328731 >14:35:49,189 INFO program: Free inodes: 160234 >14:35:49,190 INFO program: First block: 0 >14:35:49,191 INFO program: Block size: 4096 >14:35:49,192 INFO program: Fragment size: 4096 >14:35:49,194 INFO program: Reserved GDT blocks: 255 >14:35:49,195 INFO program: Blocks per group: 32768 >14:35:49,196 INFO program: Fragments per group: 32768 >14:35:49,197 INFO program: Inodes per group: 8192 >14:35:49,199 INFO program: Inode blocks per group: 512 >14:35:49,200 INFO program: Flex block group size: 16 >14:35:49,201 INFO program: Filesystem created: Mon Sep 10 11:13:03 2012 >14:35:49,203 INFO program: Last mount time: Mon Sep 10 11:13:05 2012 >14:35:49,204 INFO program: Last write time: Mon Sep 10 11:26:23 2012 >14:35:49,205 INFO program: Mount count: 0 >14:35:49,206 INFO program: Maximum mount count: -1 >14:35:49,208 INFO program: Last checked: Mon Sep 10 11:26:23 2012 >14:35:49,209 INFO program: Check interval: 0 (<none>) >14:35:49,210 INFO program: Lifetime writes: 918 MB >14:35:49,211 INFO program: Reserved blocks uid: 0 (user root) >14:35:49,213 INFO program: Reserved blocks gid: 0 (group root) >14:35:49,214 INFO program: First inode: 11 >14:35:49,215 INFO program: Inode size: 256 >14:35:49,216 INFO program: Required extra isize: 28 >14:35:49,218 INFO program: Desired extra isize: 28 >14:35:49,219 INFO program: Journal inode: 8 >14:35:49,220 INFO program: Default directory hash: half_md4 >14:35:49,221 INFO program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >14:35:49,223 INFO program: Journal backup: inode blocks >14:35:49,224 INFO program: Journal features: journal_incompat_revoke >14:35:49,225 INFO program: Journal size: 128M >14:35:49,226 INFO program: Journal length: 32768 >14:35:49,227 INFO program: Journal sequence: 0x000015fb >14:35:49,229 INFO program: Journal start: 0 >14:35:49,230 INFO program: >14:35:49,231 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >14:35:49,237 INFO program: Running... resize2fs -P /dev/loop3 >14:35:49,528 INFO program: Couldn't find valid filesystem superblock. >14:35:49,536 ERR program: resize2fs 1.42.5 (29-Jul-2012) >14:35:49,538 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >14:35:50,643 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >14:35:50,831 INFO program: Filesystem volume name: _Fedora-18-Night >14:35:50,835 INFO program: Last mounted on: /sysroot >14:35:50,837 INFO program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >14:35:50,838 INFO program: Filesystem magic number: 0xEF53 >14:35:50,840 INFO program: Filesystem revision #: 1 (dynamic) >14:35:50,841 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 >14:35:50,843 INFO program: Filesystem flags: signed_directory_hash >14:35:50,844 INFO program: Default mount options: user_xattr acl >14:35:50,845 INFO program: Filesystem state: clean >14:35:50,846 INFO program: Errors behavior: Continue >14:35:50,848 INFO program: Filesystem OS type: Linux >14:35:50,849 INFO program: Inode count: 262144 >14:35:50,850 INFO program: Block count: 1048576 >14:35:50,851 INFO program: Reserved block count: 10483 >14:35:50,853 INFO program: Free blocks: 328731 >14:35:50,854 INFO program: Free inodes: 160234 >14:35:50,855 INFO program: First block: 0 >14:35:50,856 INFO program: Block size: 4096 >14:35:50,858 INFO program: Fragment size: 4096 >14:35:50,859 INFO program: Reserved GDT blocks: 255 >14:35:50,860 INFO program: Blocks per group: 32768 >14:35:50,861 INFO program: Fragments per group: 32768 >14:35:50,863 INFO program: Inodes per group: 8192 >14:35:50,864 INFO program: Inode blocks per group: 512 >14:35:50,865 INFO program: Flex block group size: 16 >14:35:50,866 INFO program: Filesystem created: Mon Sep 10 11:13:03 2012 >14:35:50,868 INFO program: Last mount time: Thu Sep 13 14:24:45 2012 >14:35:50,869 INFO program: Last write time: Thu Sep 13 14:24:45 2012 >14:35:50,870 INFO program: Mount count: 1 >14:35:50,871 INFO program: Maximum mount count: -1 >14:35:50,873 INFO program: Last checked: Mon Sep 10 11:26:23 2012 >14:35:50,874 INFO program: Check interval: 0 (<none>) >14:35:50,875 INFO program: Lifetime writes: 918 MB >14:35:50,876 INFO program: Reserved blocks uid: 0 (user root) >14:35:50,878 INFO program: Reserved blocks gid: 0 (group root) >14:35:50,879 INFO program: First inode: 11 >14:35:50,880 INFO program: Inode size: 256 >14:35:50,882 INFO program: Required extra isize: 28 >14:35:50,883 INFO program: Desired extra isize: 28 >14:35:50,884 INFO program: Journal inode: 8 >14:35:50,885 INFO program: First orphan inode: 188431 >14:35:50,887 INFO program: Default directory hash: half_md4 >14:35:50,888 INFO program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >14:35:50,889 INFO program: Journal backup: inode blocks >14:35:50,890 INFO program: Journal features: journal_incompat_revoke >14:35:50,892 INFO program: Journal size: 128M >14:35:50,893 INFO program: Journal length: 32768 >14:35:50,894 INFO program: Journal sequence: 0x000015fc >14:35:50,895 INFO program: Journal start: 1 >14:35:50,897 INFO program: >14:35:50,898 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >14:35:50,905 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >14:35:51,095 INFO program: Filesystem volume name: _Fedora-18-Night >14:35:51,099 INFO program: Last mounted on: /sysroot >14:35:51,100 INFO program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >14:35:51,102 INFO program: Filesystem magic number: 0xEF53 >14:35:51,103 INFO program: Filesystem revision #: 1 (dynamic) >14:35:51,105 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 >14:35:51,106 INFO program: Filesystem flags: signed_directory_hash >14:35:51,107 INFO program: Default mount options: user_xattr acl >14:35:51,109 INFO program: Filesystem state: clean >14:35:51,110 INFO program: Errors behavior: Continue >14:35:51,111 INFO program: Filesystem OS type: Linux >14:35:51,112 INFO program: Inode count: 262144 >14:35:51,114 INFO program: Block count: 1048576 >14:35:51,115 INFO program: Reserved block count: 10483 >14:35:51,116 INFO program: Free blocks: 328731 >14:35:51,117 INFO program: Free inodes: 160234 >14:35:51,119 INFO program: First block: 0 >14:35:51,120 INFO program: Block size: 4096 >14:35:51,121 INFO program: Fragment size: 4096 >14:35:51,122 INFO program: Reserved GDT blocks: 255 >14:35:51,124 INFO program: Blocks per group: 32768 >14:35:51,125 INFO program: Fragments per group: 32768 >14:35:51,126 INFO program: Inodes per group: 8192 >14:35:51,127 INFO program: Inode blocks per group: 512 >14:35:51,128 INFO program: Flex block group size: 16 >14:35:51,130 INFO program: Filesystem created: Mon Sep 10 11:13:03 2012 >14:35:51,131 INFO program: Last mount time: Thu Sep 13 14:24:45 2012 >14:35:51,132 INFO program: Last write time: Thu Sep 13 14:24:45 2012 >14:35:51,134 INFO program: Mount count: 1 >14:35:51,135 INFO program: Maximum mount count: -1 >14:35:51,136 INFO program: Last checked: Mon Sep 10 11:26:23 2012 >14:35:51,137 INFO program: Check interval: 0 (<none>) >14:35:51,138 INFO program: Lifetime writes: 918 MB >14:35:51,140 INFO program: Reserved blocks uid: 0 (user root) >14:35:51,141 INFO program: Reserved blocks gid: 0 (group root) >14:35:51,142 INFO program: First inode: 11 >14:35:51,143 INFO program: Inode size: 256 >14:35:51,145 INFO program: Required extra isize: 28 >14:35:51,146 INFO program: Desired extra isize: 28 >14:35:51,147 INFO program: Journal inode: 8 >14:35:51,148 INFO program: First orphan inode: 188431 >14:35:51,149 INFO program: Default directory hash: half_md4 >14:35:51,151 INFO program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >14:35:51,152 INFO program: Journal backup: inode blocks >14:35:51,153 INFO program: Journal features: journal_incompat_revoke >14:35:51,154 INFO program: Journal size: 128M >14:35:51,156 INFO program: Journal length: 32768 >14:35:51,157 INFO program: Journal sequence: 0x000015fc >14:35:51,158 INFO program: Journal start: 1 >14:35:51,160 INFO program: >14:35:51,161 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >14:35:51,167 INFO program: Running... resize2fs -P /dev/mapper/live-rw >14:35:51,361 INFO program: Estimated minimum size of the filesystem: 721528 >14:35:51,370 ERR program: resize2fs 1.42.5 (29-Jul-2012) >14:35:52,011 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >14:35:52,214 INFO program: Filesystem volume name: _Fedora-18-Night >14:35:52,217 INFO program: Last mounted on: /var/tmp/imgcreate-q9yUaL/install_root >14:35:52,219 INFO program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >14:35:52,221 INFO program: Filesystem magic number: 0xEF53 >14:35:52,222 INFO program: Filesystem revision #: 1 (dynamic) >14:35:52,224 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 >14:35:52,225 INFO program: Filesystem flags: signed_directory_hash >14:35:52,226 INFO program: Default mount options: user_xattr acl >14:35:52,227 INFO program: Filesystem state: clean >14:35:52,229 INFO program: Errors behavior: Continue >14:35:52,230 INFO program: Filesystem OS type: Linux >14:35:52,231 INFO program: Inode count: 188416 >14:35:52,233 INFO program: Block count: 721528 >14:35:52,234 INFO program: Reserved block count: 7213 >14:35:52,235 INFO program: Free blocks: 6823 >14:35:52,236 INFO program: Free inodes: 86506 >14:35:52,238 INFO program: First block: 0 >14:35:52,239 INFO program: Block size: 4096 >14:35:52,240 INFO program: Fragment size: 4096 >14:35:52,241 INFO program: Reserved GDT blocks: 255 >14:35:52,242 INFO program: Blocks per group: 32768 >14:35:52,244 INFO program: Fragments per group: 32768 >14:35:52,245 INFO program: Inodes per group: 8192 >14:35:52,246 INFO program: Inode blocks per group: 512 >14:35:52,247 INFO program: Flex block group size: 16 >14:35:52,249 INFO program: Filesystem created: Mon Sep 10 11:13:03 2012 >14:35:52,250 INFO program: Last mount time: Mon Sep 10 11:13:05 2012 >14:35:52,251 INFO program: Last write time: Mon Sep 10 11:26:26 2012 >14:35:52,252 INFO program: Mount count: 0 >14:35:52,254 INFO program: Maximum mount count: -1 >14:35:52,255 INFO program: Last checked: Mon Sep 10 11:26:26 2012 >14:35:52,256 INFO program: Check interval: 0 (<none>) >14:35:52,257 INFO program: Lifetime writes: 919 MB >14:35:52,259 INFO program: Reserved blocks uid: 0 (user root) >14:35:52,260 INFO program: Reserved blocks gid: 0 (group root) >14:35:52,261 INFO program: First inode: 11 >14:35:52,262 INFO program: Inode size: 256 >14:35:52,264 INFO program: Required extra isize: 28 >14:35:52,265 INFO program: Desired extra isize: 28 >14:35:52,266 INFO program: Journal inode: 8 >14:35:52,267 INFO program: Default directory hash: half_md4 >14:35:52,268 INFO program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >14:35:52,270 INFO program: Journal backup: inode blocks >14:35:52,271 INFO program: Journal features: journal_incompat_revoke >14:35:52,272 INFO program: Journal size: 128M >14:35:52,273 INFO program: Journal length: 32768 >14:35:52,275 INFO program: Journal sequence: 0x000015fb >14:35:52,276 INFO program: Journal start: 0 >14:35:52,277 INFO program: >14:35:52,278 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >14:35:52,287 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >14:35:52,487 INFO program: Filesystem volume name: _Fedora-18-Night >14:35:52,491 INFO program: Last mounted on: /var/tmp/imgcreate-q9yUaL/install_root >14:35:52,492 INFO program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >14:35:52,494 INFO program: Filesystem magic number: 0xEF53 >14:35:52,496 INFO program: Filesystem revision #: 1 (dynamic) >14:35:52,497 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 >14:35:52,498 INFO program: Filesystem flags: signed_directory_hash >14:35:52,500 INFO program: Default mount options: user_xattr acl >14:35:52,501 INFO program: Filesystem state: clean >14:35:52,502 INFO program: Errors behavior: Continue >14:35:52,503 INFO program: Filesystem OS type: Linux >14:35:52,505 INFO program: Inode count: 188416 >14:35:52,506 INFO program: Block count: 721528 >14:35:52,507 INFO program: Reserved block count: 7213 >14:35:52,509 INFO program: Free blocks: 6823 >14:35:52,510 INFO program: Free inodes: 86506 >14:35:52,511 INFO program: First block: 0 >14:35:52,512 INFO program: Block size: 4096 >14:35:52,513 INFO program: Fragment size: 4096 >14:35:52,515 INFO program: Reserved GDT blocks: 255 >14:35:52,516 INFO program: Blocks per group: 32768 >14:35:52,517 INFO program: Fragments per group: 32768 >14:35:52,518 INFO program: Inodes per group: 8192 >14:35:52,520 INFO program: Inode blocks per group: 512 >14:35:52,521 INFO program: Flex block group size: 16 >14:35:52,522 INFO program: Filesystem created: Mon Sep 10 11:13:03 2012 >14:35:52,524 INFO program: Last mount time: Mon Sep 10 11:13:05 2012 >14:35:52,525 INFO program: Last write time: Mon Sep 10 11:26:26 2012 >14:35:52,526 INFO program: Mount count: 0 >14:35:52,527 INFO program: Maximum mount count: -1 >14:35:52,529 INFO program: Last checked: Mon Sep 10 11:26:26 2012 >14:35:52,530 INFO program: Check interval: 0 (<none>) >14:35:52,531 INFO program: Lifetime writes: 919 MB >14:35:52,533 INFO program: Reserved blocks uid: 0 (user root) >14:35:52,534 INFO program: Reserved blocks gid: 0 (group root) >14:35:52,535 INFO program: First inode: 11 >14:35:52,537 INFO program: Inode size: 256 >14:35:52,538 INFO program: Required extra isize: 28 >14:35:52,539 INFO program: Desired extra isize: 28 >14:35:52,540 INFO program: Journal inode: 8 >14:35:52,542 INFO program: Default directory hash: half_md4 >14:35:52,543 INFO program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >14:35:52,544 INFO program: Journal backup: inode blocks >14:35:52,545 INFO program: Journal features: journal_incompat_revoke >14:35:52,547 INFO program: Journal size: 128M >14:35:52,548 INFO program: Journal length: 32768 >14:35:52,549 INFO program: Journal sequence: 0x000015fb >14:35:52,550 INFO program: Journal start: 0 >14:35:52,551 INFO program: >14:35:52,553 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >14:35:52,559 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >14:35:52,751 INFO program: Couldn't find valid filesystem superblock. >14:35:52,760 ERR program: resize2fs 1.42.5 (29-Jul-2012) >14:35:52,764 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >14:35:53,127 INFO program: Running... modprobe scsi_wait_scan >14:35:53,517 ERR program: FATAL: Module scsi_wait_scan not found. >14:35:53,562 INFO program: Running... rmmod scsi_wait_scan >14:35:53,854 ERR program: Error: Module scsi_wait_scan is not currently loaded >14:35:53,874 INFO program: Running... udevadm settle --timeout=300 >14:35:54,425 INFO program: Running... udevadm settle --timeout=300 >14:35:54,808 INFO program: Running... udevadm settle --timeout=300 >14:35:55,180 INFO program: Running... udevadm settle --timeout=300 >14:35:55,561 INFO program: Running... udevadm settle --timeout=300 >14:35:55,943 INFO program: Running... udevadm settle --timeout=300 >14:35:56,319 INFO program: Running... udevadm settle --timeout=300 >14:35:56,696 INFO program: Running... udevadm settle --timeout=300 >14:35:57,121 INFO program: Running... udevadm settle --timeout=300 >14:35:57,493 INFO program: Running... udevadm settle --timeout=300 >14:35:57,859 INFO program: Running... udevadm settle --timeout=300 >14:35:58,205 INFO program: Running... udevadm settle --timeout=300 >14:35:58,572 INFO program: Running... udevadm settle --timeout=300 >14:35:58,940 INFO program: Running... udevadm settle --timeout=300 >14:35:59,316 INFO program: Running... udevadm settle --timeout=300 >14:36:13,148 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >14:36:13,612 INFO program: Running... modprobe fcoe >14:36:16,176 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >14:36:16,813 INFO program: No FCoE boot disk information is found in EDD! >14:36:16,912 INFO program: Running... modprobe scsi_wait_scan >14:36:17,307 ERR program: FATAL: Module scsi_wait_scan not found. >14:36:17,356 INFO program: Running... rmmod scsi_wait_scan >14:36:17,699 ERR program: Error: Module scsi_wait_scan is not currently loaded >14:36:17,740 INFO program: Running... udevadm settle --timeout=300 >14:36:23,995 INFO program: Running... multipath -d >14:36:24,311 INFO program: Sep 13 14:36:24 | sdb: rport id not found >14:36:24,312 INFO program: create: mpatha (SanDisk_Cruzer_SDXX16052111135630D5-0:0) undef SanDisk ,Cruzer >14:36:24,313 INFO program: size=3.7G features='0' hwhandler='0' wp=undef >14:36:24,313 INFO program: `-+- policy='round-robin 0' prio=1 status=undef >14:36:24,314 INFO program: `- 2:0:0:0 sdb 8:16 undef ready running >14:36:24,324 INFO program: Running... multipath -ll >14:36:26,754 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >14:36:27,403 INFO program: Running... modprobe scsi_wait_scan >14:36:30,085 ERR program: FATAL: Module scsi_wait_scan not found. >14:36:30,105 INFO program: Running... systemctl start chronyd.service >14:36:30,165 INFO program: Running... rmmod scsi_wait_scan >14:36:31,751 ERR program: Error: Module scsi_wait_scan is not currently loaded >14:36:32,166 ERR program: Failed to issue method call: Unit systemd-timedated-ntp.target failed to load: No such file or directory. See system logs and 'systemctl status systemd-timedated-ntp.target' for details. >14:36:32,227 INFO program: Running... udevadm settle --timeout=300 >14:36:38,248 INFO program: Running... modprobe scsi_wait_scan >14:36:38,952 ERR program: FATAL: Module scsi_wait_scan not found. >14:36:39,015 INFO program: Running... rmmod scsi_wait_scan >14:36:39,578 ERR program: Error: Module scsi_wait_scan is not currently loaded >14:36:39,905 INFO program: Running... udevadm settle --timeout=300 >14:36:43,078 INFO program: Running... multipath -d >14:36:44,025 INFO program: Sep 13 14:36:43 | sdb: rport id not found >14:36:44,035 INFO program: create: mpatha (SanDisk_Cruzer_SDXX16052111135630D5-0:0) undef SanDisk ,Cruzer >14:36:44,042 INFO program: size=3.7G features='0' hwhandler='0' wp=undef >14:36:44,050 INFO program: `-+- policy='round-robin 0' prio=1 status=undef >14:36:44,056 INFO program: `- 2:0:0:0 sdb 8:16 undef ready running >14:36:44,064 INFO program: Running... multipath -ll >14:37:01,687 INFO program: Running... ntfsinfo -m /dev/sda1 >14:37:03,277 INFO program: Volume Information >14:37:03,304 INFO program: Name of device: /dev/sda1 >14:37:03,320 INFO program: Device state: 11 >14:37:03,335 INFO program: Volume Name: >14:37:03,344 INFO program: Volume State: 91 >14:37:03,361 INFO program: Volume Version: 3.1 >14:37:03,377 INFO program: Sector Size: 512 >14:37:03,386 INFO program: Cluster Size: 4096 >14:37:03,487 INFO program: Index Block Size: 4096 >14:37:03,584 INFO program: Volume Size in Clusters: 6399885 >14:37:03,681 INFO program: MFT Information >14:37:03,814 INFO program: MFT Record Size: 1024 >14:37:03,972 INFO program: MFT Zone Multiplier: 0 >14:37:04,118 INFO program: MFT Data Position: 24 >14:37:04,277 INFO program: MFT Zone Start: 786432 >14:37:04,413 INFO program: MFT Zone End: 1586417 >14:37:04,661 INFO program: MFT Zone Position: 786432 >14:37:04,823 INFO program: Current Position in First Data Zone: 1586417 >14:37:04,955 INFO program: Current Position in Second Data Zone: 0 >14:37:05,145 INFO program: LCN of Data Attribute for FILE_MFT: 786432 >14:37:05,271 INFO program: FILE_MFTMirr Size: 4 >14:37:05,519 INFO program: LCN of Data Attribute for File_MFTMirr: 2560355 >14:37:05,660 INFO program: Size of Attribute Definition Table: 2560 >14:37:05,788 INFO program: FILE_Bitmap Information >14:37:05,903 INFO program: FILE_Bitmap MFT Record Number: 6 >14:37:06,013 INFO program: State of FILE_Bitmap Inode: 80 >14:37:06,166 INFO program: Length of Attribute List: 0 >14:37:06,345 INFO program: Attribute List: (null) >14:37:06,459 INFO program: Number of Attached Extent Inodes: 0 >14:37:06,576 INFO program: FILE_Bitmap Data Attribute Information >14:37:06,712 INFO program: Decompressed Runlist: not done yet >14:37:06,843 INFO program: Base Inode: 6 >14:37:06,951 INFO program: Attribute Types: not done yet >14:37:07,076 INFO program: Attribute Name Length: 0 >14:37:07,194 INFO program: Attribute State: 3 >14:37:07,303 INFO program: Attribute Allocated Size: 802816 >14:37:07,426 INFO program: Attribute Data Size: 799992 >14:37:07,542 INFO program: Attribute Initialized Size: 799992 >14:37:07,668 INFO program: Attribute Compressed Size: 0 >14:37:07,801 INFO program: Compression Block Size: 0 >14:37:07,972 INFO program: Compression Block Size Bits: 0 >14:37:08,091 INFO program: Compression Block Clusters: 0 >14:37:08,399 INFO program: Running... ntfsresize -m /dev/sda1 >14:39:18,798 INFO program: ntfsresize v2012.1.15 (libntfs-3g) >14:39:18,806 INFO program: Minsize (in MB): 14256 >14:39:24,407 INFO program: Running... dumpe2fs -h /dev/loop3 >14:39:24,568 INFO program: Filesystem volume name: _Fedora-18-Night >14:39:24,569 INFO program: Last mounted on: /var/tmp/imgcreate-q9yUaL/install_root >14:39:24,570 INFO program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >14:39:24,570 INFO program: Filesystem magic number: 0xEF53 >14:39:24,571 INFO program: Filesystem revision #: 1 (dynamic) >14:39:24,574 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 >14:39:24,574 INFO program: Filesystem flags: signed_directory_hash >14:39:24,575 INFO program: Default mount options: user_xattr acl >14:39:24,575 INFO program: Filesystem state: clean >14:39:24,576 INFO program: Errors behavior: Continue >14:39:24,576 INFO program: Filesystem OS type: Linux >14:39:24,581 INFO program: Inode count: 262144 >14:39:24,586 INFO program: Block count: 1048576 >14:39:24,592 INFO program: Reserved block count: 10483 >14:39:24,597 INFO program: Free blocks: 328731 >14:39:24,605 INFO program: Free inodes: 160234 >14:39:24,611 INFO program: First block: 0 >14:39:24,616 INFO program: Block size: 4096 >14:39:24,621 INFO program: Fragment size: 4096 >14:39:24,626 INFO program: Reserved GDT blocks: 255 >14:39:24,632 INFO program: Blocks per group: 32768 >14:39:24,637 INFO program: Fragments per group: 32768 >14:39:24,642 INFO program: Inodes per group: 8192 >14:39:24,647 INFO program: Inode blocks per group: 512 >14:39:24,656 INFO program: Flex block group size: 16 >14:39:24,661 INFO program: Filesystem created: Mon Sep 10 11:13:03 2012 >14:39:24,666 INFO program: Last mount time: Mon Sep 10 11:13:05 2012 >14:39:24,671 INFO program: Last write time: Mon Sep 10 11:26:23 2012 >14:39:24,677 INFO program: Mount count: 0 >14:39:24,682 INFO program: Maximum mount count: -1 >14:39:24,687 INFO program: Last checked: Mon Sep 10 11:26:23 2012 >14:39:24,692 INFO program: Check interval: 0 (<none>) >14:39:24,698 INFO program: Lifetime writes: 918 MB >14:39:24,706 INFO program: Reserved blocks uid: 0 (user root) >14:39:24,711 INFO program: Reserved blocks gid: 0 (group root) >14:39:24,717 INFO program: First inode: 11 >14:39:24,722 INFO program: Inode size: 256 >14:39:24,727 INFO program: Required extra isize: 28 >14:39:24,732 INFO program: Desired extra isize: 28 >14:39:24,737 INFO program: Journal inode: 8 >14:39:24,808 INFO program: Default directory hash: half_md4 >14:39:24,816 INFO program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >14:39:24,835 INFO program: Journal backup: inode blocks >14:39:24,852 INFO program: Journal features: journal_incompat_revoke >14:39:24,865 INFO program: Journal size: 128M >14:39:24,875 INFO program: Journal length: 32768 >14:39:24,880 INFO program: Journal sequence: 0x000015fb >14:39:24,899 INFO program: Journal start: 0 >14:39:24,904 INFO program: >14:39:24,914 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >14:39:24,924 INFO program: Running... dumpe2fs -h /dev/loop3 >14:39:25,151 INFO program: Filesystem volume name: _Fedora-18-Night >14:39:25,156 INFO program: Last mounted on: /var/tmp/imgcreate-q9yUaL/install_root >14:39:25,157 INFO program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >14:39:25,157 INFO program: Filesystem magic number: 0xEF53 >14:39:25,158 INFO program: Filesystem revision #: 1 (dynamic) >14:39:25,164 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 >14:39:25,164 INFO program: Filesystem flags: signed_directory_hash >14:39:25,173 INFO program: Default mount options: user_xattr acl >14:39:25,173 INFO program: Filesystem state: clean >14:39:25,174 INFO program: Errors behavior: Continue >14:39:25,174 INFO program: Filesystem OS type: Linux >14:39:25,175 INFO program: Inode count: 262144 >14:39:25,175 INFO program: Block count: 1048576 >14:39:25,176 INFO program: Reserved block count: 10483 >14:39:25,176 INFO program: Free blocks: 328731 >14:39:25,190 INFO program: Free inodes: 160234 >14:39:25,190 INFO program: First block: 0 >14:39:25,199 INFO program: Block size: 4096 >14:39:25,205 INFO program: Fragment size: 4096 >14:39:25,221 INFO program: Reserved GDT blocks: 255 >14:39:25,229 INFO program: Blocks per group: 32768 >14:39:25,230 INFO program: Fragments per group: 32768 >14:39:25,246 INFO program: Inodes per group: 8192 >14:39:25,256 INFO program: Inode blocks per group: 512 >14:39:25,264 INFO program: Flex block group size: 16 >14:39:25,272 INFO program: Filesystem created: Mon Sep 10 11:13:03 2012 >14:39:25,278 INFO program: Last mount time: Mon Sep 10 11:13:05 2012 >14:39:25,286 INFO program: Last write time: Mon Sep 10 11:26:23 2012 >14:39:25,307 INFO program: Mount count: 0 >14:39:25,308 INFO program: Maximum mount count: -1 >14:39:25,328 INFO program: Last checked: Mon Sep 10 11:26:23 2012 >14:39:25,345 INFO program: Check interval: 0 (<none>) >14:39:25,385 INFO program: Lifetime writes: 918 MB >14:39:25,398 INFO program: Reserved blocks uid: 0 (user root) >14:39:25,415 INFO program: Reserved blocks gid: 0 (group root) >14:39:25,431 INFO program: First inode: 11 >14:39:25,476 INFO program: Inode size: 256 >14:39:25,488 INFO program: Required extra isize: 28 >14:39:25,494 INFO program: Desired extra isize: 28 >14:39:25,510 INFO program: Journal inode: 8 >14:39:25,519 INFO program: Default directory hash: half_md4 >14:39:25,528 INFO program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >14:39:25,529 INFO program: Journal backup: inode blocks >14:39:25,578 INFO program: Journal features: journal_incompat_revoke >14:39:25,587 INFO program: Journal size: 128M >14:39:25,588 INFO program: Journal length: 32768 >14:39:25,604 INFO program: Journal sequence: 0x000015fb >14:39:25,610 INFO program: Journal start: 0 >14:39:25,625 INFO program: >14:39:25,633 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >14:39:25,643 INFO program: Running... resize2fs -P /dev/loop3 >14:39:25,825 INFO program: Couldn't find valid filesystem superblock. >14:39:25,826 ERR program: resize2fs 1.42.5 (29-Jul-2012) >14:39:25,827 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >14:39:29,234 INFO program: Running... modprobe scsi_wait_scan >14:39:31,141 ERR program: FATAL: Module scsi_wait_scan not found. >14:39:31,418 INFO program: Running... rmmod scsi_wait_scan >14:39:33,529 ERR program: Error: Module scsi_wait_scan is not currently loaded >14:39:33,587 INFO program: Running... udevadm settle --timeout=300 >14:39:38,591 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >14:39:39,154 INFO program: Filesystem volume name: _Fedora-18-Night >14:39:39,174 INFO program: Last mounted on: /sysroot >14:39:39,185 INFO program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >14:39:39,195 INFO program: Filesystem magic number: 0xEF53 >14:39:39,211 INFO program: Filesystem revision #: 1 (dynamic) >14:39:39,226 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 >14:39:39,242 INFO program: Filesystem flags: signed_directory_hash >14:39:39,255 INFO program: Default mount options: user_xattr acl >14:39:39,271 INFO program: Filesystem state: clean >14:39:39,287 INFO program: Errors behavior: Continue >14:39:39,302 INFO program: Filesystem OS type: Linux >14:39:39,316 INFO program: Inode count: 262144 >14:39:39,332 INFO program: Block count: 1048576 >14:39:39,339 INFO program: Reserved block count: 10483 >14:39:39,354 INFO program: Free blocks: 328731 >14:39:39,373 INFO program: Free inodes: 160234 >14:39:39,389 INFO program: First block: 0 >14:39:39,403 INFO program: Block size: 4096 >14:39:39,455 INFO program: Fragment size: 4096 >14:39:39,503 INFO program: Reserved GDT blocks: 255 >14:39:39,549 INFO program: Blocks per group: 32768 >14:39:39,599 INFO program: Fragments per group: 32768 >14:39:39,652 INFO program: Inodes per group: 8192 >14:39:39,699 INFO program: Inode blocks per group: 512 >14:39:39,743 INFO program: Flex block group size: 16 >14:39:39,795 INFO program: Filesystem created: Mon Sep 10 11:13:03 2012 >14:39:39,845 INFO program: Last mount time: Thu Sep 13 14:24:45 2012 >14:39:39,899 INFO program: Last write time: Thu Sep 13 14:24:45 2012 >14:39:39,946 INFO program: Mount count: 1 >14:39:39,990 INFO program: Maximum mount count: -1 >14:39:40,043 INFO program: Last checked: Mon Sep 10 11:26:23 2012 >14:39:40,102 INFO program: Check interval: 0 (<none>) >14:39:40,175 INFO program: Lifetime writes: 918 MB >14:39:40,248 INFO program: Reserved blocks uid: 0 (user root) >14:39:40,319 INFO program: Reserved blocks gid: 0 (group root) >14:39:40,399 INFO program: First inode: 11 >14:39:40,471 INFO program: Inode size: 256 >14:39:40,554 INFO program: Required extra isize: 28 >14:39:40,613 INFO program: Desired extra isize: 28 >14:39:40,698 INFO program: Journal inode: 8 >14:39:40,770 INFO program: First orphan inode: 188431 >14:39:40,867 INFO program: Default directory hash: half_md4 >14:39:40,932 INFO program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >14:39:41,003 INFO program: Journal backup: inode blocks >14:39:41,079 INFO program: Journal features: journal_incompat_revoke >14:39:41,136 INFO program: Journal size: 128M >14:39:41,185 INFO program: Journal length: 32768 >14:39:41,233 INFO program: Journal sequence: 0x000015fc >14:39:41,280 INFO program: Journal start: 1 >14:39:41,325 INFO program: >14:39:41,375 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >14:39:41,445 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >14:39:42,260 INFO program: Filesystem volume name: _Fedora-18-Night >14:39:42,282 INFO program: Last mounted on: /sysroot >14:39:42,289 INFO program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >14:39:42,305 INFO program: Filesystem magic number: 0xEF53 >14:39:42,319 INFO program: Filesystem revision #: 1 (dynamic) >14:39:42,333 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 >14:39:42,354 INFO program: Filesystem flags: signed_directory_hash >14:39:42,363 INFO program: Default mount options: user_xattr acl >14:39:42,377 INFO program: Filesystem state: clean >14:39:42,394 INFO program: Errors behavior: Continue >14:39:42,414 INFO program: Filesystem OS type: Linux >14:39:42,426 INFO program: Inode count: 262144 >14:39:42,443 INFO program: Block count: 1048576 >14:39:42,449 INFO program: Reserved block count: 10483 >14:39:42,466 INFO program: Free blocks: 328731 >14:39:42,485 INFO program: Free inodes: 160234 >14:39:42,496 INFO program: First block: 0 >14:39:42,524 INFO program: Block size: 4096 >14:39:42,573 INFO program: Fragment size: 4096 >14:39:42,629 INFO program: Reserved GDT blocks: 255 >14:39:42,673 INFO program: Blocks per group: 32768 >14:39:42,717 INFO program: Fragments per group: 32768 >14:39:42,771 INFO program: Inodes per group: 8192 >14:39:42,818 INFO program: Inode blocks per group: 512 >14:39:42,871 INFO program: Flex block group size: 16 >14:39:42,918 INFO program: Filesystem created: Mon Sep 10 11:13:03 2012 >14:39:42,977 INFO program: Last mount time: Thu Sep 13 14:24:45 2012 >14:39:43,019 INFO program: Last write time: Thu Sep 13 14:24:45 2012 >14:39:43,066 INFO program: Mount count: 1 >14:39:43,115 INFO program: Maximum mount count: -1 >14:39:43,170 INFO program: Last checked: Mon Sep 10 11:26:23 2012 >14:39:43,224 INFO program: Check interval: 0 (<none>) >14:39:43,271 INFO program: Lifetime writes: 918 MB >14:39:43,322 INFO program: Reserved blocks uid: 0 (user root) >14:39:43,368 INFO program: Reserved blocks gid: 0 (group root) >14:39:43,423 INFO program: First inode: 11 >14:39:43,470 INFO program: Inode size: 256 >14:39:43,518 INFO program: Required extra isize: 28 >14:39:43,563 INFO program: Desired extra isize: 28 >14:39:43,617 INFO program: Journal inode: 8 >14:39:43,672 INFO program: First orphan inode: 188431 >14:39:43,717 INFO program: Default directory hash: half_md4 >14:39:43,768 INFO program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >14:39:43,813 INFO program: Journal backup: inode blocks >14:39:43,860 INFO program: Journal features: journal_incompat_revoke >14:39:43,918 INFO program: Journal size: 128M >14:39:43,964 INFO program: Journal length: 32768 >14:39:44,010 INFO program: Journal sequence: 0x000015fc >14:39:44,072 INFO program: Journal start: 1 >14:39:44,119 INFO program: >14:39:44,197 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >14:39:44,299 INFO program: Running... resize2fs -P /dev/mapper/live-rw >14:39:45,413 INFO program: Estimated minimum size of the filesystem: 721528 >14:39:45,465 ERR program: resize2fs 1.42.5 (29-Jul-2012) >14:39:48,153 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >14:39:49,046 INFO program: Filesystem volume name: _Fedora-18-Night >14:39:49,066 INFO program: Last mounted on: /var/tmp/imgcreate-q9yUaL/install_root >14:39:49,083 INFO program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >14:39:49,092 INFO program: Filesystem magic number: 0xEF53 >14:39:49,106 INFO program: Filesystem revision #: 1 (dynamic) >14:39:49,126 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 >14:39:49,135 INFO program: Filesystem flags: signed_directory_hash >14:39:49,150 INFO program: Default mount options: user_xattr acl >14:39:49,168 INFO program: Filesystem state: clean >14:39:49,177 INFO program: Errors behavior: Continue >14:39:49,198 INFO program: Filesystem OS type: Linux >14:39:49,210 INFO program: Inode count: 188416 >14:39:49,225 INFO program: Block count: 721528 >14:39:49,235 INFO program: Reserved block count: 7213 >14:39:49,252 INFO program: Free blocks: 6823 >14:39:49,266 INFO program: Free inodes: 86506 >14:39:49,281 INFO program: First block: 0 >14:39:49,302 INFO program: Block size: 4096 >14:39:49,398 INFO program: Fragment size: 4096 >14:39:49,445 INFO program: Reserved GDT blocks: 255 >14:39:49,500 INFO program: Blocks per group: 32768 >14:39:49,544 INFO program: Fragments per group: 32768 >14:39:49,597 INFO program: Inodes per group: 8192 >14:39:49,642 INFO program: Inode blocks per group: 512 >14:39:49,699 INFO program: Flex block group size: 16 >14:39:49,741 INFO program: Filesystem created: Mon Sep 10 11:13:03 2012 >14:39:49,788 INFO program: Last mount time: Mon Sep 10 11:13:05 2012 >14:39:49,843 INFO program: Last write time: Mon Sep 10 11:26:26 2012 >14:39:49,889 INFO program: Mount count: 0 >14:39:49,942 INFO program: Maximum mount count: -1 >14:39:49,989 INFO program: Last checked: Mon Sep 10 11:26:26 2012 >14:39:50,040 INFO program: Check interval: 0 (<none>) >14:39:50,096 INFO program: Lifetime writes: 919 MB >14:39:50,140 INFO program: Reserved blocks uid: 0 (user root) >14:39:50,185 INFO program: Reserved blocks gid: 0 (group root) >14:39:50,240 INFO program: First inode: 11 >14:39:50,287 INFO program: Inode size: 256 >14:39:50,333 INFO program: Required extra isize: 28 >14:39:50,387 INFO program: Desired extra isize: 28 >14:39:50,434 INFO program: Journal inode: 8 >14:39:50,484 INFO program: Default directory hash: half_md4 >14:39:50,531 INFO program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >14:39:50,577 INFO program: Journal backup: inode blocks >14:39:50,629 INFO program: Journal features: journal_incompat_revoke >14:39:50,683 INFO program: Journal size: 128M >14:39:50,765 INFO program: Journal length: 32768 >14:39:50,820 INFO program: Journal sequence: 0x000015fb >14:39:50,867 INFO program: Journal start: 0 >14:39:50,907 INFO program: >14:39:50,964 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >14:39:51,034 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >14:39:52,081 INFO program: Filesystem volume name: _Fedora-18-Night >14:39:52,118 INFO program: Last mounted on: /var/tmp/imgcreate-q9yUaL/install_root >14:39:52,142 INFO program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >14:39:52,156 INFO program: Filesystem magic number: 0xEF53 >14:39:52,186 INFO program: Filesystem revision #: 1 (dynamic) >14:39:52,212 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 >14:39:52,237 INFO program: Filesystem flags: signed_directory_hash >14:39:52,251 INFO program: Default mount options: user_xattr acl >14:39:52,279 INFO program: Filesystem state: clean >14:39:52,300 INFO program: Errors behavior: Continue >14:39:52,322 INFO program: Filesystem OS type: Linux >14:39:52,353 INFO program: Inode count: 188416 >14:39:52,374 INFO program: Block count: 721528 >14:39:52,403 INFO program: Reserved block count: 7213 >14:39:52,428 INFO program: Free blocks: 6823 >14:39:52,448 INFO program: Free inodes: 86506 >14:39:52,471 INFO program: First block: 0 >14:39:52,512 INFO program: Block size: 4096 >14:39:52,586 INFO program: Fragment size: 4096 >14:39:52,633 INFO program: Reserved GDT blocks: 255 >14:39:52,685 INFO program: Blocks per group: 32768 >14:39:52,744 INFO program: Fragments per group: 32768 >14:39:52,790 INFO program: Inodes per group: 8192 >14:39:52,843 INFO program: Inode blocks per group: 512 >14:39:52,890 INFO program: Flex block group size: 16 >14:39:52,938 INFO program: Filesystem created: Mon Sep 10 11:13:03 2012 >14:39:52,989 INFO program: Last mount time: Mon Sep 10 11:13:05 2012 >14:39:53,036 INFO program: Last write time: Mon Sep 10 11:26:26 2012 >14:39:53,092 INFO program: Mount count: 0 >14:39:53,147 INFO program: Maximum mount count: -1 >14:39:53,193 INFO program: Last checked: Mon Sep 10 11:26:26 2012 >14:39:53,240 INFO program: Check interval: 0 (<none>) >14:39:53,288 INFO program: Lifetime writes: 919 MB >14:39:53,340 INFO program: Reserved blocks uid: 0 (user root) >14:39:53,393 INFO program: Reserved blocks gid: 0 (group root) >14:39:53,440 INFO program: First inode: 11 >14:39:53,490 INFO program: Inode size: 256 >14:39:53,546 INFO program: Required extra isize: 28 >14:39:53,594 INFO program: Desired extra isize: 28 >14:39:53,648 INFO program: Journal inode: 8 >14:39:53,693 INFO program: Default directory hash: half_md4 >14:39:53,738 INFO program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >14:39:53,784 INFO program: Journal backup: inode blocks >14:39:53,845 INFO program: Journal features: journal_incompat_revoke >14:39:53,893 INFO program: Journal size: 128M >14:39:53,940 INFO program: Journal length: 32768 >14:39:53,988 INFO program: Journal sequence: 0x000015fb >14:39:54,040 INFO program: Journal start: 0 >14:39:54,086 INFO program: >09:39:54,142 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >09:39:54,213 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >09:39:54,981 INFO program: Couldn't find valid filesystem superblock. >09:39:54,993 ERR program: resize2fs 1.42.5 (29-Jul-2012) >09:39:54,997 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >09:39:54,297 INFO program: Running... modprobe scsi_wait_scan >09:39:55,573 ERR program: FATAL: Module scsi_wait_scan not found. >09:39:55,062 INFO program: Running... rmmod scsi_wait_scan >09:39:56,149 ERR program: Error: Module scsi_wait_scan is not currently loaded >09:39:55,047 INFO program: Running... udevadm settle --timeout=300 >14:39:57,237 INFO program: Running... udevadm settle --timeout=300 >14:39:59,044 INFO program: Running... udevadm settle --timeout=300 >14:40:00,747 INFO program: Running... udevadm settle --timeout=300 >14:40:01,687 INFO program: Running... udevadm settle --timeout=300 >14:40:02,904 INFO program: Running... udevadm settle --timeout=300 >14:40:05,486 INFO program: Running... udevadm settle --timeout=300 >14:40:06,772 INFO program: Running... udevadm settle --timeout=300 >14:40:16,673 INFO program: Running... modprobe btrfs >14:40:20,619 INFO program: Running... modprobe xfs >14:40:38,289 INFO program: Running... systemctl status chronyd.service >14:40:38,698 INFO program: chronyd.service - NTP client/server >14:40:38,716 INFO program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; disabled) >14:40:38,717 INFO program: Active: inactive (dead) >14:40:38,717 INFO program: CGroup: name=systemd:/system/chronyd.service >14:40:38,724 INFO program: >18:44:56,254 INFO program: Running... udevadm settle --timeout=300 >18:44:57,005 INFO program: Running... modprobe scsi_wait_scan >18:44:57,105 ERR program: FATAL: Module scsi_wait_scan not found. >18:44:57,114 INFO program: Running... rmmod scsi_wait_scan >18:44:57,181 ERR program: Error: Module scsi_wait_scan is not currently loaded >18:44:57,190 INFO program: Running... udevadm settle --timeout=300 >18:49:32,232 INFO program: Running... swapoff -a >18:49:32,642 INFO program: Running... udevadm settle --timeout=300 >18:49:32,985 INFO program: Running... udevadm settle --timeout=300 >18:49:33,205 INFO program: Running... udevadm settle --timeout=300 >18:49:33,401 INFO program: Running... udevadm settle --timeout=300 >18:49:33,620 INFO program: Running... udevadm settle --timeout=300 >18:49:34,219 INFO program: Running... wipefs -a /dev/sdb1 >18:49:34,391 INFO program: 8 bytes were erased at offset 0x00000052 (vfat): 46 41 54 33 32 20 20 20 >18:49:34,393 INFO program: 1 bytes were erased at offset 0x00000000 (vfat): eb >18:49:34,394 INFO program: 2 bytes were erased at offset 0x000001fe (vfat): 55 aa >18:49:34,397 INFO program: Running... udevadm settle --timeout=300 >18:49:34,773 INFO program: Running... udevadm settle --timeout=300 >18:49:35,047 INFO program: Running... udevadm settle --timeout=300 >18:49:35,402 INFO program: Running... udevadm settle --timeout=300 >18:49:35,860 INFO program: Running... udevadm settle --timeout=300 >18:49:36,684 INFO program: Running... udevadm settle --timeout=300 >18:49:37,273 INFO program: Running... udevadm settle --timeout=300 >18:49:38,426 INFO program: Running... wipefs -a /dev/sda2 >18:49:38,761 INFO program: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >18:49:38,888 INFO program: Running... udevadm settle --timeout=300 >18:49:39,437 INFO program: Running... udevadm settle --timeout=300 >18:49:39,879 INFO program: Running... udevadm settle --timeout=300 >18:49:41,375 INFO program: Running... wipefs -a /dev/sda3 >18:49:41,824 INFO program: Running... udevadm settle --timeout=300 >18:49:42,101 INFO program: Running... udevadm settle --timeout=300 >18:49:42,753 INFO program: Running... mkswap -f /dev/sda3 >18:49:43,153 INFO program: Setting up swapspace version 1, size = 5119996 KiB >18:49:43,158 INFO program: no label, UUID=d57a2ba8-ecfc-478a-874e-749e06d9ff6d >18:49:43,208 INFO program: Running... udevadm settle --timeout=300 >18:49:43,848 INFO program: Running... udevadm settle --timeout=300 >18:49:44,547 INFO program: Running... mke2fs -t ext4 /dev/sda2 >18:49:45,027 ERR program: mke2fs 1.42.5 (29-Jul-2012) >18:49:45,119 INFO program: Filesystem label= >18:49:45,124 INFO program: OS type: Linux >18:49:45,125 INFO program: Block size=4096 (log=2) >18:49:45,125 INFO program: Fragment size=4096 (log=2) >18:49:45,129 INFO program: Stride=0 blocks, Stripe width=0 blocks >18:49:45,136 INFO program: 1602496 inodes, 6400000 blocks >18:49:45,137 INFO program: 320000 blocks (5.00%) reserved for the super user >18:49:45,137 INFO program: First data block=0 >18:49:45,156 INFO program: Maximum filesystem blocks=0 >18:49:45,156 INFO program: 196 block groups >18:49:45,161 INFO program: 32768 blocks per group, 32768 fragments per group >18:49:45,162 INFO program: 8176 inodes per group >18:49:45,174 INFO program: Superblock backups stored on blocks: >18:49:45,175 INFO program: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, >18:49:45,182 INFO program: 4096000 >18:49:45,183 INFO program: >18:49:45,414 INFO program: Allocating group tables: 0/196 1/196 2/196 3/196 4/196 5/196 6/196 7/196 8/196 9/196 10/196 11/196 12/196 13/196 14/196 15/196 16/196 17/196 18/196 19/196 20/196 21/196 22/196 23/196 24/196 25/196 26/196 27/196 28/196 29/196 30/196 31/196 32/196 33/196 34/196 35/196 36/196 37/196 38/196 39/196 40/196 41/196 42/196 43/196 44/196 45/196 46/196 47/196 48/196 49/196 50/196 51/196 52/196 53/196 54/196 55/196 56/196 57/196 58/196 59/196 60/196 61/196 62/196 63/196 64/196 65/196 66/196 67/196 68/196 69/196 70/196 71/196 72/196 73/196 74/196 75/196 76/196 77/196 78/196 79/196 80/196 81/196 82/196 83/196 84/196 85/196 86/196 87/196 88/196 89/196 90/196 91/196 92/196 93/196 94/196 95/196 96/196 97/196 98/196 99/196100/196101/196102/196103/196104/196105/196106/196107/196108/196109/196110/196111/196112/196113/196114/196115/196116/196117/196118/196119/196120/196121/196122/196123/196124/196125/196126/196127/196128/196129/196130/196131/196132/196133/196134/196135/196136/196137/196138/196139/196140/196141/196142/196143/196144/196145/196146/196147/196148/196149/196150/196151/196152/196153/196154/196155/196156/196157/196158/196159/196160/196161/196162/196163/196164/196165/196166/196167/196168/196169/196170/196171/196172/196173/196174/196175/196176/196177/196178/196179/196180/196181/196182/196183/196184/196185/196186/196187/196188/196189/196190/196191/196192/196193/196194/196195/196 done >18:49:45,472 INFO program: Writing inode tables: 0/196 1/196 2/196 3/196 4/196 5/196 6/196 7/196 8/196 9/196 10/196 11/196 12/196 13/196 14/196 15/196 16/196 17/196 18/196 19/196 20/196 21/196 22/196 23/196 24/196 25/196 26/196 27/196 28/196 29/196 30/196 31/196 32/196 33/196 34/196 35/196 36/196 37/196 38/196 39/196 40/196 41/196 42/196 43/196 44/196 45/196 46/196 47/196 48/196 49/196 50/196 51/196 52/196 53/196 54/196 55/196 56/196 57/196 58/196 59/196 60/196 61/196 62/196 63/196 64/196 65/196 66/196 67/196 68/196 69/196 70/196 71/196 72/196 73/196 74/196 75/196 76/196 77/196 78/196 79/196 80/196 81/196 82/196 83/196 84/196 85/196 86/196 87/196 88/196 89/196 90/196 91/196 92/196 93/196 94/196 95/196 96/196 97/196 98/196 99/196100/196101/196102/196103/196104/196105/196106/196107/196108/196109/196110/196111/196112/196113/196114/196115/196116/196117/196118/196119/196120/196121/196122/196123/196124/196125/196126/196127/196128/196129/196130/196131/196132/196133/196134/196135/196136/196137/196138/196139/196140/196141/196142/196143/196144/196145/196146/196147/196148/196149/196150/196151/196152/196153/196154/196155/196156/196157/196158/196159/196160/196161/196162/196163/196164/196165/196166/196167/196168/196169/196170/196171/196172/196173/196174/196175/196176/196177/196178/196179/196180/196181/196182/196183/196184/196185/196186/196187/196188/196189/196190/196191/196192/196193/196194/196195/196 done >18:49:53,111 INFO program: Creating journal (32768 blocks): done >18:49:55,134 INFO program: Writing superblocks and filesystem accounting information: 0/196 1/196 2/196 3/196 4/196 5/196 6/196 7/196 8/196 9/196 10/196 11/196 12/196 13/196 14/196 15/196 16/196 17/196 18/196 19/196 20/196 21/196 22/196 23/196 24/196 25/196 26/196 27/196 28/196 29/196 30/196 31/196 32/196 33/196 34/196 35/196 36/196 37/196 38/196 39/196 40/196 41/196 42/196 43/196 44/196 45/196 46/196 47/196 48/196 49/196 50/196 51/196 52/196 53/196 54/196 55/196 56/196 57/196 58/196 59/196 60/196 61/196 62/196 63/196 64/196 65/196 66/196 67/196 68/196 69/196 70/196 71/196 72/196 73/196 74/196 75/196 76/196 77/196 78/196 79/196 80/196 81/196 82/196 83/196 84/196 85/196 86/196 87/196 88/196 89/196 90/196 91/196 92/196 93/196 94/196 95/196 96/196 97/196 98/196 99/196100/196101/196102/196103/196104/196105/196106/196107/196108/196109/196110/196111/196112/196113/196114/196115/196116/196117/196118/196119/196120/196121/196122/196123/196124/196125/196126/196127/196128/196129/196130/196131/196132/196133/196134/196135/196136/196137/196138/196139/196140/196141/196142/196143/196144/196145/196146/196147/196148/196149/196150/196151/196152/196153/196154/196155/196156/196157/196158/196159/196160/196161/196162/196163/196164/196165/196166/196167/196168/196169/196170/196171/196172/196173/196174/196175/196176/196177/196178/196179/196180/196181/196182/196183/196184/196185/196186/196187/196188/196189/196190/196191/196192/196193/196194/196195/196 done >18:49:55,150 INFO program: >18:49:55,183 INFO program: Running... udevadm settle --timeout=300 >18:49:56,979 INFO program: Running... udevadm settle --timeout=300 >18:49:59,581 INFO program: Running... mke2fs -t ext4 /dev/sdb1 >18:49:59,854 ERR program: mke2fs 1.42.5 (29-Jul-2012) >18:49:59,867 ERR program: /dev/sdb1 is mounted; will not make a filesystem here! > > >/tmp/storage.log: >14:34:43,767 DEBUG storage: registered device format class SwapSpace as swap >14:34:43,817 DEBUG storage: registered device format class PPCPRePBoot as prepboot >14:34:43,984 DEBUG storage: registered device format class LUKS as luks >14:34:44,028 DEBUG storage: registered device format class MDRaidMember as mdmember >14:34:44,626 DEBUG storage: registered device format class Ext2FS as ext2 >14:34:44,635 DEBUG storage: registered device format class Ext3FS as ext3 >14:34:44,645 DEBUG storage: registered device format class Ext4FS as ext4 >14:34:44,661 DEBUG storage: registered device format class FATFS as vfat >14:34:44,669 DEBUG storage: registered device format class EFIFS as efi >14:34:44,676 DEBUG storage: registered device format class BTRFS as btrfs >14:34:44,679 DEBUG storage: registered device format class GFS2 as gfs2 >14:34:44,685 DEBUG storage: registered device format class JFS as jfs >14:34:44,692 DEBUG storage: registered device format class ReiserFS as reiserfs >14:34:44,699 DEBUG storage: registered device format class XFS as xfs >14:34:44,701 DEBUG storage: registered device format class HFS as hfs >14:34:44,707 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >14:34:44,715 DEBUG storage: registered device format class HFSPlus as hfs+ >14:34:44,723 DEBUG storage: registered device format class NTFS as ntfs >14:34:44,725 DEBUG storage: registered device format class NFS as nfs >14:34:44,727 DEBUG storage: registered device format class NFSv4 as nfs4 >14:34:44,738 DEBUG storage: registered device format class Iso9660FS as iso9660 >14:34:44,740 DEBUG storage: registered device format class NoDevFS as nodev >14:34:44,747 DEBUG storage: registered device format class DevPtsFS as devpts >14:34:44,754 DEBUG storage: registered device format class ProcFS as proc >14:34:44,756 DEBUG storage: registered device format class SysFS as sysfs >14:34:44,762 DEBUG storage: registered device format class TmpFS as tmpfs >14:34:44,764 DEBUG storage: registered device format class BindFS as bind >14:34:44,766 DEBUG storage: registered device format class SELinuxFS as selinuxfs >14:34:44,768 DEBUG storage: registered device format class USBFS as usbfs >14:34:44,781 DEBUG storage: registered device format class MultipathMember as multipath_member >14:34:44,802 DEBUG storage: registered device format class BIOSBoot as biosboot >14:34:44,821 DEBUG storage: registered device format class DiskLabel as disklabel >14:34:44,833 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >14:34:44,843 DEBUG storage: registered device format class DMRaidMember as dmraidmember >14:34:55,070 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >14:34:55,085 INFO storage: not going to create backup copy of non-existent /etc/multipath.conf >14:34:55,093 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >14:34:55,114 INFO storage: sdb1 looks to be the live device; marking as protected >14:34:55,121 INFO storage: Skipping multipath detection due to running as non-root. >14:34:56,058 INFO storage: devices to scan: ['sdb', 'sdb1', 'sr0', 'sda', 'sda1', 'sda2', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >14:34:56,617 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/usb-SanDisk_Cruzer_SDXX16052111135630D5-0:0 /dev/disk/by-path/pci-0000:00:1d.7-usb-0:3.2.4:1.0-scsi-0:0:0:0', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_DRIVE_THUMB': '1', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Cruzer', > 'ID_MODEL_ENC': 'Cruzer\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '5530', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1d.7-usb-0:3.2.4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1d_7-usb-0_3_2_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'SanDisk_Cruzer_SDXX16052111135630D5-0:0', > 'ID_SERIAL_SHORT': 'SDXX16052111135630D5', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'SanDisk', > 'ID_VENDOR_ENC': 'SanDisk\\x20', > 'ID_VENDOR_ID': '0781', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '267979', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/usb-SanDisk_Cruzer_SDXX16052111135630D5-0:0', > '/dev/disk/by-path/pci-0000:00:1d.7-usb-0:3.2.4:1.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb'} ; name: sdb ; >14:34:56,642 INFO storage: scanning sdb (/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb)... >14:34:56,654 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >14:34:56,663 DEBUG storage: DeviceTree.getDeviceByName returned None >14:34:56,676 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdb ; >14:34:56,743 INFO storage: sdb is a disk >14:34:56,747 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:34:56,865 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: None ; >14:34:56,868 INFO storage: added disk sdb (id 0) to device tree >14:34:56,871 DEBUG storage: looking up parted Device: /dev/sdb >14:34:56,942 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb ; >14:34:56,975 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: dos ; >14:34:57,005 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >14:34:57,172 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >14:34:57,252 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x96795ec>] > device: <parted.device.Device object at 0x96794ac> > PedDisk: <_ped.Disk object at 0x967952c> >14:34:57,259 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >14:34:57,292 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >14:34:57,387 INFO storage: got device: DiskDevice instance (0x95f2aec) -- > name = sdb status = True kids = 0 id = 0 > parents = [] > uuid = None size = 3819.0 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: SanDisk Cruzer path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 7821312 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1017, 124, 62) biosGeometry: (486, 255, 63) > PedDevice: <_ped.Device object at 0x9671cec> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x967912c> >14:34:57,484 INFO storage: got format: DiskLabel instance (0x96793cc) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x96795ec>] > device: <parted.device.Device object at 0x96794ac> > PedDisk: <_ped.Disk object at 0x967952c> > origPartedDisk = <parted.disk.Disk object at 0x96796ac> > partedDevice = parted.Device instance -- > model: SanDisk Cruzer path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 7821312 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1017, 124, 62) biosGeometry: (486, 255, 63) > PedDevice: <_ped.Device object at 0x968350c> > >14:34:57,605 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/usb-SanDisk_Cruzer_SDXX16052111135630D5-0:0-part1 /dev/disk/by-label/LIVE /dev/disk/by-path/pci-0000:00:1d.7-usb-0:3.2.4:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/C36D-DA6A', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_DRIVE_THUMB': '1', > 'ID_FS_LABEL': 'LIVE', > 'ID_FS_LABEL_ENC': 'LIVE', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'C36D-DA6A', > 'ID_FS_UUID_ENC': 'C36D-DA6A', > 'ID_FS_VERSION': 'FAT32', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Cruzer', > 'ID_MODEL_ENC': 'Cruzer\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '5530', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '7819264', > 'ID_PART_ENTRY_TYPE': '0xb', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1d.7-usb-0:3.2.4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1d_7-usb-0_3_2_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'SanDisk_Cruzer_SDXX16052111135630D5-0:0', > 'ID_SERIAL_SHORT': 'SDXX16052111135630D5', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'SanDisk', > 'ID_VENDOR_ENC': 'SanDisk\\x20', > 'ID_VENDOR_ID': '0781', > 'MAJOR': '8', > 'MINOR': '17', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '306286', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/usb-SanDisk_Cruzer_SDXX16052111135630D5-0:0-part1', > '/dev/disk/by-label/LIVE', > '/dev/disk/by-path/pci-0000:00:1d.7-usb-0:3.2.4:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/C36D-DA6A'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1'} ; name: sdb1 ; >14:34:57,620 INFO storage: scanning sdb1 (/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1)... >14:34:57,637 DEBUG storage: DeviceTree.getDeviceByName: name: sdb1 ; >14:34:57,646 DEBUG storage: DeviceTree.getDeviceByName returned None >14:34:57,651 INFO storage: sdb1 is a partition >14:34:57,662 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >14:34:57,672 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >14:34:57,686 DEBUG storage: DeviceTree.getDeviceByName returned existing 3819MB disk sdb (0) with existing msdos disklabel >14:34:57,700 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdb ; >14:34:57,714 DEBUG storage: PartitionDevice._setFormat: sdb1 ; >14:34:57,716 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:34:57,731 DEBUG storage: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >14:34:57,733 DEBUG storage: looking up parted Partition: /dev/sdb1 >14:34:57,745 DEBUG storage: PartitionDevice.probe: sdb1 ; exists: True ; >14:34:57,759 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >14:34:57,771 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >14:34:57,783 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >14:34:57,786 INFO storage: added partition sdb1 (id 1) to device tree >14:34:57,796 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >14:34:57,807 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: dos ; >14:34:57,819 DEBUG storage: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >14:34:57,833 DEBUG storage: DiskLabel.__init__: device: /dev/sdb1 ; labelType: dos ; exists: True ; >14:34:57,918 WARN storage: disklabel detected but not usable on sdb1 >14:34:57,934 DEBUG storage: getFormat('efi') returning EFIFS instance >14:34:57,941 INFO storage: type detected on 'sdb1' is 'vfat' >14:34:57,951 DEBUG storage: getFormat('efi') returning EFIFS instance >14:34:57,976 DEBUG storage: PartitionDevice._setFormat: sdb1 ; >14:34:58,006 DEBUG storage: PartitionDevice._setFormat: sdb1 ; current: None ; type: efi ; >14:34:58,024 DEBUG storage: looking up parted Device: /dev/sdb1 >14:34:58,089 INFO storage: got device: PartitionDevice instance (0x9679e0c) -- > name = sdb1 status = True kids = 0 id = 1 > parents = ['existing 3819MB disk sdb (0) with existing msdos disklabel'] > uuid = None size = 3818.0 > format = existing efi filesystem > major = 8 minor = 17 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 7819264 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 14898 did: 14896 busy: True > hardwareGeometry: (1017, 124, 62) biosGeometry: (486, 255, 63) > PedDevice: <_ped.Device object at 0x96836ec> > target size = 0 path = /dev/sdb1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x967950c> fileSystem: <parted.filesystem.FileSystem object at 0x967976c> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x967964c> PedPartition: <_ped.Partition object at 0x96809bc> > disk = existing 3819MB disk sdb (0) with existing msdos disklabel > start = 2048 end = 7821311 length = 7819264 > flags = boot >14:34:58,122 INFO storage: got format: EFIFS instance (0x968c3ec) -- > type = efi name = EFI System Partition status = False > device = /dev/sdb1 uuid = C36D-DA6A exists = True > options = umask=0077,shortname=winnt supported = False formattable = True resizable = False > mountpoint = None mountopts = None > label = LIVE size = 0 targetSize = 0 > >14:34:58,193 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-SAMSUNG_CDRW_DVD_SN-324F', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '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_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_MODEL': 'SAMSUNG_CDRW_DVD_SN-324F', > 'ID_MODEL_ENC': 'SAMSUNG\\x20CDRW\\x2fDVD\\x20SN-324F\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'U206', > 'ID_SERIAL': 'SAMSUNG_CDRW_DVD_SN-324F', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '147617', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', '/dev/disk/by-id/ata-SAMSUNG_CDRW_DVD_SN-324F'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0'} ; name: sr0 ; >14:34:58,203 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0)... >14:34:58,228 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >14:34:58,258 DEBUG storage: DeviceTree.getDeviceByName returned None >14:34:58,266 INFO storage: sr0 is a cdrom >14:34:58,290 DEBUG storage: DeviceTree.addUdevOpticalDevice: >14:34:58,299 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:34:58,338 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >14:34:58,345 INFO storage: added cdrom sr0 (id 2) to device tree >14:34:58,373 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:34:58,511 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-SAMSUNG_MP0603H_S03ZJ10L441830 /dev/disk/by-id/wwn-0x50f0000000000000', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1: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': '254', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '66', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '66', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'SAMSUNG_MP0603H', > 'ID_MODEL_ENC': 'SAMSUNG\\x20MP0603H\\x20\\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_REVISION': 'YR200-06', > 'ID_SERIAL': 'SAMSUNG_MP0603H_S03ZJ10L441830', > 'ID_SERIAL_SHORT': 'S03ZJ10L441830', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50f0000000000000', > 'ID_WWN_WITH_EXTENSION': '0x50f0000000000000', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '371955', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-SAMSUNG_MP0603H_S03ZJ10L441830', > '/dev/disk/by-id/wwn-0x50f0000000000000'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda'} ; name: sda ; >14:34:58,531 INFO storage: scanning sda (/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda)... >14:34:58,549 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >14:34:58,559 DEBUG storage: DeviceTree.getDeviceByName returned None >14:34:58,571 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >14:34:58,615 INFO storage: sda is a disk >14:34:58,619 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:34:58,632 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >14:34:58,634 INFO storage: added disk sda (id 3) to device tree >14:34:58,637 DEBUG storage: looking up parted Device: /dev/sda >14:34:58,686 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >14:34:58,704 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >14:34:58,742 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >14:34:58,799 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >14:34:58,918 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x9679eec>, <parted.partition.Partition object at 0x9679e4c>] > device: <parted.device.Device object at 0x968908c> > PedDisk: <_ped.Disk object at 0x968912c> >14:34:58,928 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >14:34:58,983 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >14:34:59,234 INFO storage: got device: DiskDevice instance (0x9689bcc) -- > name = sda status = True kids = 0 id = 3 > parents = [] > uuid = None size = 57277.828125 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA SAMSUNG MP0603H path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 117304992 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (7301, 255, 63) biosGeometry: (7301, 255, 63) > PedDevice: <_ped.Device object at 0x9671d4c> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x968986c> >14:34:59,460 INFO storage: got format: DiskLabel instance (0x96892cc) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x9679eec>, <parted.partition.Partition object at 0x9679e4c>] > device: <parted.device.Device object at 0x968908c> > PedDisk: <_ped.Disk object at 0x968912c> > origPartedDisk = <parted.disk.Disk object at 0x96891cc> > partedDevice = parted.Device instance -- > model: ATA SAMSUNG MP0603H path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 117304992 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (7301, 255, 63) biosGeometry: (7301, 255, 63) > PedDevice: <_ped.Device object at 0x968362c> > >14:34:59,592 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-SAMSUNG_MP0603H_S03ZJ10L441830-part1 /dev/disk/by-id/wwn-0x50f0000000000000-part1 /dev/disk/by-uuid/F43CB7603CB71D14', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1: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': '254', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '66', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '66', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'F43CB7603CB71D14', > 'ID_FS_UUID_ENC': 'F43CB7603CB71D14', > 'ID_MODEL': 'SAMSUNG_MP0603H', > 'ID_MODEL_ENC': 'SAMSUNG\\x20MP0603H\\x20\\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': '51199092', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': 'YR200-06', > 'ID_SERIAL': 'SAMSUNG_MP0603H_S03ZJ10L441830', > 'ID_SERIAL_SHORT': 'S03ZJ10L441830', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50f0000000000000', > 'ID_WWN_WITH_EXTENSION': '0x50f0000000000000', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '372104', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-SAMSUNG_MP0603H_S03ZJ10L441830-part1', > '/dev/disk/by-id/wwn-0x50f0000000000000-part1', > '/dev/disk/by-uuid/F43CB7603CB71D14'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1'} ; name: sda1 ; >14:34:59,611 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1)... >14:34:59,636 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >14:34:59,664 DEBUG storage: DeviceTree.getDeviceByName returned None >14:34:59,674 INFO storage: sda1 is a partition >14:34:59,705 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >14:34:59,727 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >14:34:59,740 DEBUG storage: DeviceTree.getDeviceByName returned existing 57277MB disk sda (3) with existing msdos disklabel >14:34:59,754 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >14:34:59,768 DEBUG storage: PartitionDevice._setFormat: sda1 ; >14:34:59,770 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:34:59,785 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >14:34:59,787 DEBUG storage: looking up parted Partition: /dev/sda1 >14:34:59,799 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >14:34:59,812 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >14:34:59,824 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >14:34:59,837 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >14:34:59,839 INFO storage: added partition sda1 (id 4) to device tree >14:34:59,850 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >14:34:59,861 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >14:34:59,873 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >14:34:59,886 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >14:35:00,109 WARN storage: disklabel detected but not usable on sda1 >14:35:00,128 INFO storage: type detected on 'sda1' is 'ntfs' >14:35:44,158 DEBUG storage: NTFS.supported: supported: False ; >14:35:44,160 DEBUG storage: getFormat('ntfs') returning NTFS instance >14:35:44,173 DEBUG storage: PartitionDevice._setFormat: sda1 ; >14:35:44,186 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ntfs ; >14:35:44,197 DEBUG storage: looking up parted Device: /dev/sda1 >14:35:44,262 INFO storage: got device: PartitionDevice instance (0x968c08c) -- > name = sda1 status = True kids = 0 id = 4 > parents = ['existing 57277MB disk sda (3) with existing msdos disklabel'] > uuid = None size = 24999.5566406 > format = existing ntfs filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 51199092 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 29811 did: 29281 busy: False > hardwareGeometry: (3186, 255, 63) biosGeometry: (3186, 255, 63) > PedDevice: <_ped.Device object at 0x96a208c> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x968910c> fileSystem: <parted.filesystem.FileSystem object at 0x9679f6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x9679f0c> PedPartition: <_ped.Partition object at 0x968b8fc> > disk = existing 57277MB disk sda (3) with existing msdos disklabel > start = 63 end = 51199154 length = 51199092 > flags = boot >14:35:44,287 DEBUG storage: NTFS.supported: supported: False ; >14:35:44,292 INFO storage: got format: NTFS instance (0x968edcc) -- > type = ntfs name = ntfs status = False > device = /dev/sda1 uuid = F43CB7603CB71D14 exists = True > options = defaults,ro supported = False formattable = False resizable = True > mountpoint = None mountopts = None > label = None size = 24999.0 targetSize = 24999.0 > >14:35:44,338 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-SAMSUNG_MP0603H_S03ZJ10L441830-part2 /dev/disk/by-id/wwn-0x50f0000000000000-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1: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': '254', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '66', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '66', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'SAMSUNG_MP0603H', > 'ID_MODEL_ENC': 'SAMSUNG\\x20MP0603H\\x20\\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': '51199998', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '66103298', > 'ID_PART_ENTRY_TYPE': '0x5', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': 'YR200-06', > 'ID_SERIAL': 'SAMSUNG_MP0603H_S03ZJ10L441830', > 'ID_SERIAL_SHORT': 'S03ZJ10L441830', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50f0000000000000', > 'ID_WWN_WITH_EXTENSION': '0x50f0000000000000', > 'MAJOR': '8', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '372191', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-SAMSUNG_MP0603H_S03ZJ10L441830-part2', > '/dev/disk/by-id/wwn-0x50f0000000000000-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2'} ; name: sda2 ; >14:35:44,344 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2)... >14:35:44,355 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >14:35:44,365 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:44,369 INFO storage: sda2 is a partition >14:35:44,385 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >14:35:44,396 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >14:35:44,410 DEBUG storage: DeviceTree.getDeviceByName returned existing 57277MB disk sda (3) with existing msdos disklabel >14:35:44,424 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >14:35:44,438 DEBUG storage: PartitionDevice._setFormat: sda2 ; >14:35:44,440 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:35:44,456 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >14:35:44,458 DEBUG storage: looking up parted Partition: /dev/sda2 >14:35:44,471 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >14:35:44,485 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >14:35:44,497 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >14:35:44,509 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >14:35:44,512 INFO storage: added partition sda2 (id 5) to device tree >14:35:44,522 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >14:35:44,533 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >14:35:44,545 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >14:35:44,559 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >14:35:44,616 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x968e08c> > PedDisk: <_ped.Disk object at 0x95f27ec> >14:35:44,619 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >14:35:44,633 DEBUG storage: no type or existing type for sda2, bailing >14:35:44,653 DEBUG storage: looking up parted Device: /dev/sda2 >14:35:44,777 INFO storage: got device: PartitionDevice instance (0x968eecc) -- > name = sda2 status = True kids = 0 id = 5 > parents = ['existing 57277MB disk sda (3) with existing msdos disklabel'] > uuid = None size = 32277.0009766 > format = existing None > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 2 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 24946 did: 26478 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x96a20ec> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 2 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x968910c> fileSystem: None > number: 2 path: /dev/sda2 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x9679fec> PedPartition: <_ped.Partition object at 0x968b0ec> > disk = existing 57277MB disk sda (3) with existing msdos disklabel > start = 51199998 end = 117303295 length = 66103298 > flags = >14:35:44,844 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '733271', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >14:35:44,858 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >14:35:44,882 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >14:35:44,911 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:44,918 INFO storage: loop0 is a loop device >14:35:44,943 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >14:35:44,972 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >14:35:45,001 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:45,009 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:35:45,129 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >14:35:45,178 INFO storage: added file /osmin.img (deleted) (id 6) to device tree >14:35:45,450 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >14:35:45,483 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:35:45,649 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >14:35:45,675 INFO storage: added loop loop0 (id 7) to device tree >14:35:45,800 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >14:35:45,922 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >14:35:45,941 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >14:35:46,037 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >14:35:46,077 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >14:35:46,135 WARN storage: disklabel detected but not usable on loop0 >14:35:46,155 INFO storage: type detected on 'loop0' is 'squashfs' >14:35:46,158 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >14:35:46,190 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >14:35:46,206 INFO storage: got device: LoopDevice instance (0x968c52c) -- > name = loop0 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin.img (deleted) (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >14:35:46,258 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '735162', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >14:35:46,274 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >14:35:46,298 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >14:35:46,321 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:46,323 INFO storage: loop1 is a loop device >14:35:46,355 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >14:35:46,385 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >14:35:46,410 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:46,419 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:35:46,458 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >14:35:46,465 INFO storage: added file /osmin (id 8) to device tree >14:35:46,500 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >14:35:46,503 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:35:46,541 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >14:35:46,543 INFO storage: added loop loop1 (id 9) to device tree >14:35:46,572 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >14:35:46,597 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >14:35:46,604 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >14:35:46,635 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >14:35:46,672 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >14:35:46,750 WARN storage: disklabel detected but not usable on loop1 >14:35:46,767 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >14:35:46,775 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >14:35:46,806 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >14:35:46,824 INFO storage: got device: LoopDevice instance (0x96a36ec) -- > name = loop1 status = False kids = 0 id = 9 > parents = ['existing 0MB file /osmin (8)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >14:35:46,874 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '736166', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >14:35:46,886 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >14:35:46,910 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >14:35:46,934 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:46,962 INFO storage: loop2 is a loop device >14:35:46,973 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >14:35:46,995 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >14:35:47,023 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:47,038 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:35:47,126 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >14:35:47,134 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 10) to device tree >14:35:47,171 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >14:35:47,178 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:35:47,213 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >14:35:47,219 INFO storage: added loop loop2 (id 11) to device tree >14:35:47,244 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >14:35:47,273 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >14:35:47,275 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >14:35:47,310 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >14:35:47,345 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >14:35:47,414 WARN storage: disklabel detected but not usable on loop2 >14:35:47,431 INFO storage: type detected on 'loop2' is 'squashfs' >14:35:47,440 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >14:35:47,470 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >14:35:47,488 INFO storage: got device: LoopDevice instance (0x96a3e8c) -- > name = loop2 status = False kids = 0 id = 11 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (10)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >14:35:47,555 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-Night /dev/disk/by-uuid/4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-Night', > 'ID_FS_LABEL_ENC': '_Fedora-18-Night', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'ID_FS_UUID_ENC': '4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '743157', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-Night', > '/dev/disk/by-uuid/4e7ee874-92ba-4415-8087-3ad2bd8eff25'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >14:35:47,569 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >14:35:47,599 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >14:35:47,624 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:47,627 INFO storage: loop3 is a loop device >14:35:47,652 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >14:35:47,683 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >14:35:47,711 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:47,726 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:35:47,752 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >14:35:47,759 INFO storage: added file /LiveOS/ext3fs.img (id 12) to device tree >14:35:47,794 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >14:35:47,801 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:35:47,832 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >14:35:47,841 INFO storage: added loop loop3 (id 13) to device tree >14:35:47,871 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >14:35:47,895 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >14:35:47,935 DEBUG storage: Ext4FS.supported: supported: True ; >14:35:47,957 DEBUG storage: getFormat('ext4') returning Ext4FS instance >14:35:47,959 DEBUG storage: device loop3 does not contain a disklabel >14:35:47,974 INFO storage: type detected on 'loop3' is 'ext4' >14:35:49,588 DEBUG storage: Ext4FS.supported: supported: True ; >14:35:49,630 DEBUG storage: getFormat('ext4') returning Ext4FS instance >14:35:49,643 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >14:35:49,652 INFO storage: got device: LoopDevice instance (0x968c40c) -- > name = loop3 status = False kids = 0 id = 13 > parents = ['existing 0MB file /LiveOS/ext3fs.img (12)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop3 > format args = [] originalFormat = None >14:35:49,689 DEBUG storage: Ext4FS.supported: supported: True ; >14:35:49,701 INFO storage: got format: Ext4FS instance (0x968cf0c) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = 4e7ee874-92ba-4415-8087-3ad2bd8eff25 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-Night size = 4096.0 targetSize = 4096.0 > >14:35:49,750 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '748157', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >14:35:49,763 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >14:35:49,793 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >14:35:49,820 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:49,825 INFO storage: loop4 is a loop device >14:35:49,850 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >14:35:49,888 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >14:35:49,914 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:49,926 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:35:49,960 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >14:35:49,968 INFO storage: added file /overlay (deleted) (id 14) to device tree >14:35:49,984 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >14:35:49,986 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:35:50,000 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >14:35:50,002 INFO storage: added loop loop4 (id 15) to device tree >14:35:50,012 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >14:35:50,025 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >14:35:50,027 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >14:35:50,040 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >14:35:50,054 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >14:35:50,107 WARN storage: disklabel detected but not usable on loop4 >14:35:50,126 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >14:35:50,133 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >14:35:50,165 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >14:35:50,181 INFO storage: got device: LoopDevice instance (0x968e78c) -- > name = loop4 status = False kids = 0 id = 15 > parents = ['existing 0MB file /overlay (deleted) (14)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >14:35:50,226 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '751261', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >14:35:50,236 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >14:35:50,243 DEBUG storage: lvm filter: adding loop5 to the reject list >14:35:50,279 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '791948', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >14:35:50,291 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >14:35:50,298 DEBUG storage: lvm filter: adding loop6 to the reject list >14:35:50,352 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '795200', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >14:35:50,362 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >14:35:50,370 DEBUG storage: lvm filter: adding loop7 to the reject list >14:35:50,417 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-Night /dev/disk/by-uuid/4e7ee874-92ba-4415-8087-3ad2bd8eff25 /dev/mapper/live-rw', > 'DEVNAME': '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': '_Fedora-18-Night', > 'ID_FS_LABEL_ENC': '_Fedora-18-Night', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'ID_FS_UUID_ENC': '4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '936481', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-Night', > '/dev/disk/by-uuid/4e7ee874-92ba-4415-8087-3ad2bd8eff25', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >14:35:50,422 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >14:35:50,432 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >14:35:50,442 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:50,444 INFO storage: live-rw is a device-mapper device >14:35:50,455 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >14:35:50,468 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >14:35:50,481 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (13) with existing ext4 filesystem >14:35:50,509 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >14:35:50,522 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (15) >14:35:50,550 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >14:35:50,561 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:50,576 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >14:35:50,578 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:35:50,591 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >14:35:50,593 INFO storage: added dm live-rw (id 16) to device tree >14:35:50,604 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >14:35:50,615 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >14:35:50,628 DEBUG storage: Ext4FS.supported: supported: True ; >14:35:50,632 DEBUG storage: getFormat('ext4') returning Ext4FS instance >14:35:50,634 DEBUG storage: device live-rw does not contain a disklabel >14:35:50,637 INFO storage: type detected on 'live-rw' is 'ext4' >14:35:51,434 DEBUG storage: Ext4FS.supported: supported: True ; >14:35:51,448 DEBUG storage: getFormat('ext4') returning Ext4FS instance >14:35:51,480 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >14:35:51,514 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >14:35:51,601 INFO storage: got device: DMDevice instance (0x96a622c) -- > name = live-rw status = True kids = 0 id = 16 > parents = ['existing 0MB loop loop4 (15)'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3560 did: 2410 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x968368c> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >14:35:51,650 DEBUG storage: Ext4FS.supported: supported: True ; >14:35:51,666 INFO storage: got format: Ext4FS instance (0x96aaa4c) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 4e7ee874-92ba-4415-8087-3ad2bd8eff25 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-Night size = 4096.0 targetSize = 4096.0 > >14:35:51,743 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-Night /dev/disk/by-uuid/4e7ee874-92ba-4415-8087-3ad2bd8eff25 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-Night', > 'ID_FS_LABEL_ENC': '_Fedora-18-Night', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'ID_FS_UUID_ENC': '4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '122558', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-Night', > '/dev/disk/by-uuid/4e7ee874-92ba-4415-8087-3ad2bd8eff25', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >14:35:51,750 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >14:35:51,780 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >14:35:51,790 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:51,792 INFO storage: live-osimg-min is a device-mapper device >14:35:51,803 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >14:35:51,818 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >14:35:51,831 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >14:35:51,844 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (9) >14:35:51,873 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >14:35:51,886 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (13) with existing ext4 filesystem >14:35:51,914 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >14:35:51,925 DEBUG storage: DeviceTree.getDeviceByName returned None >14:35:51,942 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >14:35:51,945 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:35:51,959 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >14:35:51,961 INFO storage: added dm live-osimg-min (id 17) to device tree >14:35:51,971 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >14:35:51,982 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >14:35:51,996 DEBUG storage: Ext4FS.supported: supported: True ; >14:35:52,000 DEBUG storage: getFormat('ext4') returning Ext4FS instance >14:35:52,002 DEBUG storage: device live-osimg-min does not contain a disklabel >14:35:52,006 INFO storage: type detected on 'live-osimg-min' is 'ext4' >14:35:52,815 DEBUG storage: Ext4FS.supported: supported: True ; >14:35:52,825 DEBUG storage: getFormat('ext4') returning Ext4FS instance >14:35:52,866 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >14:35:52,907 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >14:35:53,045 INFO storage: got device: DMDevice instance (0x96a67ac) -- > name = live-osimg-min status = True kids = 0 id = 17 > parents = ['existing 0MB loop loop3 (13) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2216 did: 2410 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x96838cc> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >14:35:53,090 DEBUG storage: Ext4FS.supported: supported: True ; >14:35:53,105 INFO storage: got format: Ext4FS instance (0x96898ec) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = 4e7ee874-92ba-4415-8087-3ad2bd8eff25 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-Night size = 2818.0 targetSize = 2818.0 > >14:35:54,401 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >14:35:54,751 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >14:35:54,769 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >14:35:54,805 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >14:35:55,130 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >14:35:55,144 DEBUG storage: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >14:35:55,177 DEBUG storage: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >14:35:55,535 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >14:35:55,887 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >14:35:55,904 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:35:55,940 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:35:56,268 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >14:35:56,282 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >14:35:56,316 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >14:35:56,641 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >14:35:56,658 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:35:56,694 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:35:57,012 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >14:35:57,025 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >14:35:57,040 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >14:35:57,058 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >14:35:57,076 DEBUG storage: DMDevice.teardown: live-osimg-min ; status: True ; controllable: False ; >14:35:57,082 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >14:35:57,086 INFO storage: not going to restore from backup of non-existent /etc/multipath.conf >14:35:57,097 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >14:35:57,440 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >14:35:57,456 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >14:35:57,490 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >14:35:57,815 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >14:35:57,827 DEBUG storage: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >14:35:57,857 DEBUG storage: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >14:35:58,178 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >14:35:58,520 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >14:35:58,535 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:35:58,569 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:35:58,883 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >14:35:58,895 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >14:35:58,936 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >14:35:59,261 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >14:35:59,277 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:35:59,313 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:35:59,629 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >14:35:59,640 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >14:35:59,651 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >14:35:59,664 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >14:35:59,678 DEBUG storage: DMDevice.teardown: live-osimg-min ; status: True ; controllable: False ; >14:36:06,858 DEBUG storage: registered device format class SwapSpace as swap >14:36:06,877 DEBUG storage: registered device format class PPCPRePBoot as prepboot >14:36:06,931 DEBUG storage: registered device format class LUKS as luks >14:36:06,949 DEBUG storage: registered device format class MDRaidMember as mdmember >14:36:07,171 DEBUG storage: registered device format class Ext2FS as ext2 >14:36:07,181 DEBUG storage: registered device format class Ext3FS as ext3 >14:36:07,188 DEBUG storage: registered device format class Ext4FS as ext4 >14:36:07,205 DEBUG storage: registered device format class FATFS as vfat >14:36:07,213 DEBUG storage: registered device format class EFIFS as efi >14:36:07,219 DEBUG storage: registered device format class BTRFS as btrfs >14:36:07,228 DEBUG storage: registered device format class GFS2 as gfs2 >14:36:07,236 DEBUG storage: registered device format class JFS as jfs >14:36:07,244 DEBUG storage: registered device format class ReiserFS as reiserfs >14:36:07,251 DEBUG storage: registered device format class XFS as xfs >14:36:07,258 DEBUG storage: registered device format class HFS as hfs >14:36:07,262 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >14:36:07,267 DEBUG storage: registered device format class HFSPlus as hfs+ >14:36:07,276 DEBUG storage: registered device format class NTFS as ntfs >14:36:07,284 DEBUG storage: registered device format class NFS as nfs >14:36:07,313 DEBUG storage: registered device format class NFSv4 as nfs4 >14:36:07,360 DEBUG storage: registered device format class Iso9660FS as iso9660 >14:36:07,409 DEBUG storage: registered device format class NoDevFS as nodev >14:36:07,451 DEBUG storage: registered device format class DevPtsFS as devpts >14:36:07,499 DEBUG storage: registered device format class ProcFS as proc >14:36:07,545 DEBUG storage: registered device format class SysFS as sysfs >14:36:07,598 DEBUG storage: registered device format class TmpFS as tmpfs >14:36:07,648 DEBUG storage: registered device format class BindFS as bind >14:36:07,694 DEBUG storage: registered device format class SELinuxFS as selinuxfs >14:36:07,734 DEBUG storage: registered device format class USBFS as usbfs >14:36:07,790 DEBUG storage: registered device format class MultipathMember as multipath_member >14:36:07,859 DEBUG storage: registered device format class BIOSBoot as biosboot >14:36:07,893 DEBUG storage: registered device format class DiskLabel as disklabel >14:36:07,926 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >14:36:07,972 DEBUG storage: registered device format class DMRaidMember as dmraidmember >14:36:23,769 DEBUG storage: MultipathTopology._build_topology: >14:36:23,775 DEBUG storage: /etc/multipath.conf contents: >14:36:23,775 DEBUG storage: # multipath.conf written by anaconda >14:36:23,776 DEBUG storage: >14:36:23,776 DEBUG storage: defaults { >14:36:23,777 DEBUG storage: user_friendly_names yes >14:36:23,777 DEBUG storage: } >14:36:23,778 DEBUG storage: blacklist { >14:36:23,778 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >14:36:23,783 DEBUG storage: devnode "^hd[a-z]" >14:36:23,783 DEBUG storage: devnode "^dcssblk[0-9]*" >14:36:23,784 DEBUG storage: device { >14:36:23,784 DEBUG storage: vendor "DGC" >14:36:23,784 DEBUG storage: product "LUNZ" >14:36:23,789 DEBUG storage: } >14:36:23,800 DEBUG storage: device { >14:36:23,807 DEBUG storage: vendor "IBM" >14:36:23,812 DEBUG storage: product "S/390.*" >14:36:23,824 DEBUG storage: } >14:36:23,834 DEBUG storage: # don't count normal SATA devices as multipaths >14:36:23,842 DEBUG storage: device { >14:36:23,848 DEBUG storage: vendor "ATA" >14:36:23,859 DEBUG storage: } >14:36:23,865 DEBUG storage: # don't count 3ware devices as multipaths >14:36:23,873 DEBUG storage: device { >14:36:23,889 DEBUG storage: vendor "3ware" >14:36:23,898 DEBUG storage: } >14:36:23,906 DEBUG storage: device { >14:36:23,915 DEBUG storage: vendor "AMCC" >14:36:23,916 DEBUG storage: } >14:36:23,931 DEBUG storage: # nor highpoint devices >14:36:23,939 DEBUG storage: device { >14:36:23,947 DEBUG storage: vendor "HPT" >14:36:23,956 DEBUG storage: } >14:36:23,964 DEBUG storage: } >14:36:23,972 DEBUG storage: multipaths { >14:36:23,980 DEBUG storage: } >14:36:23,988 DEBUG storage: (end of /etc/multipath.conf) >14:36:24,484 INFO storage: MultipathTopology: not a multipath: ['sdb'] >14:36:24,487 INFO storage: MultipathTopology: found singlepath device: sdb >14:36:24,488 INFO storage: MultipathTopology: found non-disk device: sdb1 >14:36:24,489 INFO storage: MultipathTopology: found non-disk device: sr0 >14:36:24,494 INFO storage: MultipathTopology: found singlepath device: sda >14:36:24,495 INFO storage: MultipathTopology: found non-disk device: sda1 >14:36:24,496 INFO storage: MultipathTopology: found non-disk device: sda2 >14:36:24,501 INFO storage: MultipathTopology: found singlepath device: loop0 >14:36:24,503 INFO storage: MultipathTopology: found singlepath device: loop1 >14:36:24,504 INFO storage: MultipathTopology: found singlepath device: loop2 >14:36:24,504 INFO storage: MultipathTopology: found singlepath device: loop3 >14:36:24,509 INFO storage: MultipathTopology: found singlepath device: loop4 >14:36:24,511 INFO storage: MultipathTopology: found singlepath device: loop5 >14:36:24,512 INFO storage: MultipathTopology: found singlepath device: loop6 >14:36:24,516 INFO storage: MultipathTopology: found singlepath device: loop7 >14:36:24,529 INFO storage: MultipathTopology: found singlepath device: dm-0 >14:36:24,550 INFO storage: MultipathTopology: found singlepath device: dm-1 >14:36:27,371 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >14:36:27,392 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >14:36:38,110 DEBUG storage: protected device spec /dev/sdb1 resolved to sdb1 >14:36:38,147 INFO storage: sdb1 looks to be the live device; marking as protected >14:36:41,792 DEBUG storage: MultipathTopology._build_topology: >14:36:41,804 DEBUG storage: /etc/multipath.conf contents: >14:36:41,813 DEBUG storage: # multipath.conf written by anaconda >14:36:41,818 DEBUG storage: >14:36:41,824 DEBUG storage: defaults { >14:36:41,827 DEBUG storage: user_friendly_names yes >14:36:41,834 DEBUG storage: } >14:36:41,841 DEBUG storage: blacklist { >14:36:41,844 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >14:36:41,850 DEBUG storage: devnode "^hd[a-z]" >14:36:41,857 DEBUG storage: devnode "^dcssblk[0-9]*" >14:36:41,860 DEBUG storage: device { >14:36:41,867 DEBUG storage: vendor "DGC" >14:36:41,891 DEBUG storage: product "LUNZ" >14:36:41,939 DEBUG storage: } >14:36:41,985 DEBUG storage: device { >14:36:42,024 DEBUG storage: vendor "IBM" >14:36:42,078 DEBUG storage: product "S/390.*" >14:36:42,124 DEBUG storage: } >14:36:42,171 DEBUG storage: # don't count normal SATA devices as multipaths >14:36:42,222 DEBUG storage: device { >14:36:42,266 DEBUG storage: vendor "ATA" >14:36:42,314 DEBUG storage: } >14:36:42,355 DEBUG storage: # don't count 3ware devices as multipaths >14:36:42,402 DEBUG storage: device { >14:36:42,457 DEBUG storage: vendor "3ware" >14:36:42,502 DEBUG storage: } >14:36:42,546 DEBUG storage: device { >14:36:42,593 DEBUG storage: vendor "AMCC" >14:36:42,637 DEBUG storage: } >14:36:42,681 DEBUG storage: # nor highpoint devices >14:36:42,735 DEBUG storage: device { >14:36:42,786 DEBUG storage: vendor "HPT" >14:36:42,837 DEBUG storage: } >14:36:42,888 DEBUG storage: } >14:36:42,934 DEBUG storage: multipaths { >14:36:42,983 DEBUG storage: } >14:36:43,031 DEBUG storage: (end of /etc/multipath.conf) >14:36:45,558 INFO storage: MultipathTopology: not a multipath: ['sdb'] >14:36:45,601 INFO storage: MultipathTopology: found singlepath device: sdb >14:36:45,627 INFO storage: MultipathTopology: found non-disk device: sdb1 >14:36:45,651 INFO storage: MultipathTopology: found non-disk device: sr0 >14:36:45,678 INFO storage: MultipathTopology: found singlepath device: sda >14:36:45,709 INFO storage: MultipathTopology: found non-disk device: sda1 >14:36:45,738 INFO storage: MultipathTopology: found non-disk device: sda2 >14:36:45,770 INFO storage: MultipathTopology: found singlepath device: loop0 >14:36:45,795 INFO storage: MultipathTopology: found singlepath device: loop1 >14:36:45,821 INFO storage: MultipathTopology: found singlepath device: loop2 >14:36:45,850 INFO storage: MultipathTopology: found singlepath device: loop3 >14:36:46,067 INFO storage: MultipathTopology: found singlepath device: loop4 >14:36:46,157 INFO storage: MultipathTopology: found singlepath device: loop5 >14:36:46,235 INFO storage: MultipathTopology: found singlepath device: loop6 >14:36:46,315 INFO storage: MultipathTopology: found singlepath device: loop7 >14:36:46,399 INFO storage: MultipathTopology: found singlepath device: dm-0 >14:36:46,504 INFO storage: MultipathTopology: found singlepath device: dm-1 >14:36:46,572 INFO storage: devices to scan: ['sdb', 'sdb1', 'sr0', 'sda', 'sda1', 'sda2', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >14:36:46,738 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/usb-SanDisk_Cruzer_SDXX16052111135630D5-0:0 /dev/disk/by-path/pci-0000:00:1d.7-usb-0:3.2.4:1.0-scsi-0:0:0:0', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_DRIVE_THUMB': '1', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Cruzer', > 'ID_MODEL_ENC': 'Cruzer\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '5530', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1d.7-usb-0:3.2.4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1d_7-usb-0_3_2_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'SanDisk_Cruzer_SDXX16052111135630D5-0:0', > 'ID_SERIAL_SHORT': 'SDXX16052111135630D5', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'SanDisk', > 'ID_VENDOR_ENC': 'SanDisk\\x20', > 'ID_VENDOR_ID': '0781', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '267979', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/usb-SanDisk_Cruzer_SDXX16052111135630D5-0:0', > '/dev/disk/by-path/pci-0000:00:1d.7-usb-0:3.2.4:1.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb'} ; name: sdb ; >14:36:46,862 INFO storage: scanning sdb (/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb)... >14:36:47,000 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >14:36:47,177 DEBUG storage: DeviceTree.getDeviceByName returned None >14:36:47,268 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdb ; >14:36:47,514 INFO storage: sdb is a disk >14:36:47,529 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:36:47,612 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: None ; >14:36:47,655 INFO storage: added disk sdb (id 0) to device tree >14:36:47,699 DEBUG storage: looking up parted Device: /dev/sdb >14:36:47,822 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb ; >14:36:47,895 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: dos ; >14:36:48,005 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >14:36:48,327 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >14:36:48,443 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0xb487208c>] > device: <parted.device.Device object at 0xb487282c> > PedDisk: <_ped.Disk object at 0xb487258c> >14:36:48,491 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >14:36:48,594 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >14:36:48,778 INFO storage: got device: DiskDevice instance (0x9833c4c) -- > name = sdb status = True kids = 0 id = 0 > parents = [] > uuid = None size = 3819.0 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: SanDisk Cruzer path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 7821312 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1017, 124, 62) biosGeometry: (486, 255, 63) > PedDevice: <_ped.Device object at 0xb487a56c> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0xb487230c> >14:36:48,954 INFO storage: got format: DiskLabel instance (0x983380c) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0xb487208c>] > device: <parted.device.Device object at 0xb487282c> > PedDisk: <_ped.Disk object at 0xb487258c> > origPartedDisk = <parted.disk.Disk object at 0xb48720ac> > partedDevice = parted.Device instance -- > model: SanDisk Cruzer path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 7821312 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1017, 124, 62) biosGeometry: (486, 255, 63) > PedDevice: <_ped.Device object at 0xb4880d4c> > >14:36:49,087 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/usb-SanDisk_Cruzer_SDXX16052111135630D5-0:0-part1 /dev/disk/by-label/LIVE /dev/disk/by-path/pci-0000:00:1d.7-usb-0:3.2.4:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/C36D-DA6A', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_DRIVE_THUMB': '1', > 'ID_FS_LABEL': 'LIVE', > 'ID_FS_LABEL_ENC': 'LIVE', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'C36D-DA6A', > 'ID_FS_UUID_ENC': 'C36D-DA6A', > 'ID_FS_VERSION': 'FAT32', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Cruzer', > 'ID_MODEL_ENC': 'Cruzer\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '5530', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '7819264', > 'ID_PART_ENTRY_TYPE': '0xb', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1d.7-usb-0:3.2.4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1d_7-usb-0_3_2_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'SanDisk_Cruzer_SDXX16052111135630D5-0:0', > 'ID_SERIAL_SHORT': 'SDXX16052111135630D5', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'SanDisk', > 'ID_VENDOR_ENC': 'SanDisk\\x20', > 'ID_VENDOR_ID': '0781', > 'MAJOR': '8', > 'MINOR': '17', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '306286', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/usb-SanDisk_Cruzer_SDXX16052111135630D5-0:0-part1', > '/dev/disk/by-label/LIVE', > '/dev/disk/by-path/pci-0000:00:1d.7-usb-0:3.2.4:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/C36D-DA6A'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1'} ; name: sdb1 ; >14:36:49,103 INFO storage: scanning sdb1 (/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1)... >14:36:49,154 DEBUG storage: DeviceTree.getDeviceByName: name: sdb1 ; >14:36:49,241 DEBUG storage: DeviceTree.getDeviceByName returned None >14:36:49,314 INFO storage: sdb1 is a partition >14:36:49,421 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >14:36:49,512 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >14:36:49,608 DEBUG storage: DeviceTree.getDeviceByName returned existing 3819MB disk sdb (0) with existing msdos disklabel >14:36:49,701 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdb ; >14:36:49,791 DEBUG storage: PartitionDevice._setFormat: sdb1 ; >14:36:49,850 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:36:49,981 DEBUG storage: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >14:36:50,055 DEBUG storage: looking up parted Partition: /dev/sdb1 >14:36:50,205 DEBUG storage: PartitionDevice.probe: sdb1 ; exists: True ; >14:36:50,314 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >14:36:50,453 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >14:36:50,603 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >14:36:50,651 INFO storage: added partition sdb1 (id 1) to device tree >14:36:50,743 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >14:36:50,855 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: dos ; >14:36:50,952 DEBUG storage: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >14:36:51,041 DEBUG storage: DiskLabel.__init__: device: /dev/sdb1 ; labelType: dos ; exists: True ; >14:36:51,204 WARN storage: disklabel detected but not usable on sdb1 >14:36:51,272 DEBUG storage: getFormat('efi') returning EFIFS instance >14:36:51,382 INFO storage: type detected on 'sdb1' is 'vfat' >14:36:51,483 DEBUG storage: getFormat('efi') returning EFIFS instance >14:36:51,640 DEBUG storage: PartitionDevice._setFormat: sdb1 ; >14:36:51,974 DEBUG storage: PartitionDevice._setFormat: sdb1 ; current: None ; type: efi ; >14:36:52,271 DEBUG storage: looking up parted Device: /dev/sdb1 >14:36:52,594 INFO storage: got device: PartitionDevice instance (0xb488a18c) -- > name = sdb1 status = True kids = 0 id = 1 > parents = ['existing 3819MB disk sdb (0) with existing msdos disklabel'] > uuid = None size = 3818.0 > format = existing efi filesystem > major = 8 minor = 17 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 7819264 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 16724 did: 22866 busy: True > hardwareGeometry: (1017, 124, 62) biosGeometry: (486, 255, 63) > PedDevice: <_ped.Device object at 0xb487a5cc> > target size = 0 path = /dev/sdb1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb48725cc> fileSystem: <parted.filesystem.FileSystem object at 0xb487210c> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0xb487256c> PedPartition: <_ped.Partition object at 0xb4884a1c> > disk = existing 3819MB disk sdb (0) with existing msdos disklabel > start = 2048 end = 7821311 length = 7819264 > flags = boot >14:36:52,776 INFO storage: got format: EFIFS instance (0x972eeec) -- > type = efi name = EFI System Partition status = False > device = /dev/sdb1 uuid = C36D-DA6A exists = True > options = umask=0077,shortname=winnt supported = False formattable = True resizable = False > mountpoint = None mountopts = None > label = LIVE size = 0 targetSize = 0 > >14:36:53,179 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-SAMSUNG_CDRW_DVD_SN-324F', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '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_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_MODEL': 'SAMSUNG_CDRW_DVD_SN-324F', > 'ID_MODEL_ENC': 'SAMSUNG\\x20CDRW\\x2fDVD\\x20SN-324F\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'U206', > 'ID_SERIAL': 'SAMSUNG_CDRW_DVD_SN-324F', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '147617', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', '/dev/disk/by-id/ata-SAMSUNG_CDRW_DVD_SN-324F'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0'} ; name: sr0 ; >14:36:53,353 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0)... >14:36:53,572 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >14:36:53,738 DEBUG storage: DeviceTree.getDeviceByName returned None >14:36:53,808 INFO storage: sr0 is a cdrom >14:36:54,065 DEBUG storage: DeviceTree.addUdevOpticalDevice: >14:36:54,145 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:36:54,448 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >14:36:54,575 INFO storage: added cdrom sr0 (id 2) to device tree >14:36:54,794 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:36:55,157 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-SAMSUNG_MP0603H_S03ZJ10L441830 /dev/disk/by-id/wwn-0x50f0000000000000', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1: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': '254', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '66', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '66', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'SAMSUNG_MP0603H', > 'ID_MODEL_ENC': 'SAMSUNG\\x20MP0603H\\x20\\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_REVISION': 'YR200-06', > 'ID_SERIAL': 'SAMSUNG_MP0603H_S03ZJ10L441830', > 'ID_SERIAL_SHORT': 'S03ZJ10L441830', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50f0000000000000', > 'ID_WWN_WITH_EXTENSION': '0x50f0000000000000', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '371955', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-SAMSUNG_MP0603H_S03ZJ10L441830', > '/dev/disk/by-id/wwn-0x50f0000000000000'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda'} ; name: sda ; >14:36:55,302 INFO storage: scanning sda (/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda)... >14:36:55,470 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >14:36:55,569 DEBUG storage: DeviceTree.getDeviceByName returned None >14:36:55,743 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >14:36:55,982 INFO storage: sda is a disk >14:36:56,021 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:36:56,168 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >14:36:56,203 INFO storage: added disk sda (id 3) to device tree >14:36:56,224 DEBUG storage: looking up parted Device: /dev/sda >14:36:56,375 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >14:36:56,496 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >14:36:56,633 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >14:36:57,177 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >14:36:57,572 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0xb488cc2c>, <parted.partition.Partition object at 0xb488cc0c>] > device: <parted.device.Device object at 0x98ff2cc> > PedDisk: <_ped.Disk object at 0x9833a0c> >14:36:57,590 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >14:36:57,912 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >14:36:58,170 INFO storage: got device: DiskDevice instance (0x98ffe4c) -- > name = sda status = True kids = 0 id = 3 > parents = [] > uuid = None size = 57277.828125 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA SAMSUNG MP0603H path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 117304992 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (7301, 255, 63) biosGeometry: (7301, 255, 63) > PedDevice: <_ped.Device object at 0xb489256c> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x98ffd2c> >14:36:58,616 INFO storage: got format: DiskLabel instance (0x98ff30c) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0xb488cc2c>, <parted.partition.Partition object at 0xb488cc0c>] > device: <parted.device.Device object at 0x98ff2cc> > PedDisk: <_ped.Disk object at 0x9833a0c> > origPartedDisk = <parted.disk.Disk object at 0xb488c56c> > partedDevice = parted.Device instance -- > model: ATA SAMSUNG MP0603H path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 117304992 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (7301, 255, 63) biosGeometry: (7301, 255, 63) > PedDevice: <_ped.Device object at 0xb489268c> > >14:36:58,990 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-SAMSUNG_MP0603H_S03ZJ10L441830-part1 /dev/disk/by-id/wwn-0x50f0000000000000-part1 /dev/disk/by-uuid/F43CB7603CB71D14', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1: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': '254', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '66', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '66', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'F43CB7603CB71D14', > 'ID_FS_UUID_ENC': 'F43CB7603CB71D14', > 'ID_MODEL': 'SAMSUNG_MP0603H', > 'ID_MODEL_ENC': 'SAMSUNG\\x20MP0603H\\x20\\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': '51199092', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': 'YR200-06', > 'ID_SERIAL': 'SAMSUNG_MP0603H_S03ZJ10L441830', > 'ID_SERIAL_SHORT': 'S03ZJ10L441830', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50f0000000000000', > 'ID_WWN_WITH_EXTENSION': '0x50f0000000000000', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '372104', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-SAMSUNG_MP0603H_S03ZJ10L441830-part1', > '/dev/disk/by-id/wwn-0x50f0000000000000-part1', > '/dev/disk/by-uuid/F43CB7603CB71D14'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1'} ; name: sda1 ; >14:36:59,026 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1)... >14:36:59,198 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >14:36:59,293 DEBUG storage: DeviceTree.getDeviceByName returned None >14:36:59,323 INFO storage: sda1 is a partition >14:36:59,437 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >14:36:59,547 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >14:36:59,680 DEBUG storage: DeviceTree.getDeviceByName returned existing 57277MB disk sda (3) with existing msdos disklabel >14:36:59,831 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >14:36:59,983 DEBUG storage: PartitionDevice._setFormat: sda1 ; >14:36:59,991 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:37:00,248 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >14:37:00,254 DEBUG storage: looking up parted Partition: /dev/sda1 >14:37:00,388 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >14:37:00,509 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >14:37:00,647 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >14:37:00,764 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >14:37:00,788 INFO storage: added partition sda1 (id 4) to device tree >14:37:00,958 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >14:37:01,075 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >14:37:01,205 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >14:37:01,351 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >14:37:01,596 WARN storage: disklabel detected but not usable on sda1 >14:37:01,651 INFO storage: type detected on 'sda1' is 'ntfs' >14:39:18,899 DEBUG storage: NTFS.supported: supported: False ; >14:39:18,902 DEBUG storage: getFormat('ntfs') returning NTFS instance >14:39:18,973 DEBUG storage: PartitionDevice._setFormat: sda1 ; >14:39:19,040 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ntfs ; >14:39:19,064 DEBUG storage: looking up parted Device: /dev/sda1 >14:39:19,262 INFO storage: got device: PartitionDevice instance (0x9916bac) -- > name = sda1 status = True kids = 0 id = 4 > parents = ['existing 57277MB disk sda (3) with existing msdos disklabel'] > uuid = None size = 24999.5566406 > format = existing ntfs filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 51199092 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 20 did: 0 busy: False > hardwareGeometry: (3186, 255, 63) biosGeometry: (3186, 255, 63) > PedDevice: <_ped.Device object at 0xa77b86c> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x9833cac> fileSystem: <parted.filesystem.FileSystem object at 0xb488cccc> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb488cb8c> PedPartition: <_ped.Partition object at 0xb4895b0c> > disk = existing 57277MB disk sda (3) with existing msdos disklabel > start = 63 end = 51199154 length = 51199092 > flags = boot >14:39:19,364 DEBUG storage: NTFS.supported: supported: False ; >14:39:19,396 INFO storage: got format: NTFS instance (0x991986c) -- > type = ntfs name = ntfs status = False > device = /dev/sda1 uuid = F43CB7603CB71D14 exists = True > options = defaults,ro supported = False formattable = False resizable = True > mountpoint = None mountopts = None > label = None size = 24999.0 targetSize = 24999.0 > >14:39:19,605 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-SAMSUNG_MP0603H_S03ZJ10L441830-part2 /dev/disk/by-id/wwn-0x50f0000000000000-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1: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': '254', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '66', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '66', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'SAMSUNG_MP0603H', > 'ID_MODEL_ENC': 'SAMSUNG\\x20MP0603H\\x20\\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': '51199998', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '66103298', > 'ID_PART_ENTRY_TYPE': '0x5', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': 'YR200-06', > 'ID_SERIAL': 'SAMSUNG_MP0603H_S03ZJ10L441830', > 'ID_SERIAL_SHORT': 'S03ZJ10L441830', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50f0000000000000', > 'ID_WWN_WITH_EXTENSION': '0x50f0000000000000', > 'MAJOR': '8', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '372191', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-SAMSUNG_MP0603H_S03ZJ10L441830-part2', > '/dev/disk/by-id/wwn-0x50f0000000000000-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2'} ; name: sda2 ; >14:39:19,655 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2)... >14:39:19,771 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >14:39:19,873 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:19,900 INFO storage: sda2 is a partition >14:39:19,990 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >14:39:20,075 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >14:39:20,171 DEBUG storage: DeviceTree.getDeviceByName returned existing 57277MB disk sda (3) with existing msdos disklabel >14:39:20,249 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >14:39:20,378 DEBUG storage: PartitionDevice._setFormat: sda2 ; >14:39:20,390 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:39:20,485 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >14:39:20,502 DEBUG storage: looking up parted Partition: /dev/sda2 >14:39:20,740 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >14:39:20,794 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >14:39:20,894 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >14:39:20,961 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >14:39:20,974 INFO storage: added partition sda2 (id 5) to device tree >14:39:21,049 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >14:39:21,120 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >14:39:21,194 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >14:39:21,289 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >14:39:21,411 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0xa71f76c> > PedDisk: <_ped.Disk object at 0xa71f5cc> >14:39:21,485 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >14:39:21,572 DEBUG storage: no type or existing type for sda2, bailing >14:39:21,667 DEBUG storage: looking up parted Device: /dev/sda2 >14:39:21,779 INFO storage: got device: PartitionDevice instance (0xa71ffec) -- > name = sda2 status = True kids = 0 id = 5 > parents = ['existing 57277MB disk sda (3) with existing msdos disklabel'] > uuid = None size = 32277.0009766 > format = existing None > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 2 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 18241 did: 21317 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0xa77b98c> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 2 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x9833cac> fileSystem: None > number: 2 path: /dev/sda2 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb488ca4c> PedPartition: <_ped.Partition object at 0xb4895b3c> > disk = existing 57277MB disk sda (3) with existing msdos disklabel > start = 51199998 end = 117303295 length = 66103298 > flags = >14:39:21,807 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '733271', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >14:39:21,812 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >14:39:21,847 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >14:39:21,871 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:21,969 INFO storage: loop0 is a loop device >14:39:22,096 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >14:39:22,217 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >14:39:22,413 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:22,436 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:39:22,487 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >14:39:22,505 INFO storage: added file /osmin.img (deleted) (id 6) to device tree >14:39:22,630 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >14:39:22,644 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:39:22,667 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >14:39:22,679 INFO storage: added loop loop0 (id 7) to device tree >14:39:22,721 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >14:39:22,762 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >14:39:22,824 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >14:39:22,886 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >14:39:22,910 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >14:39:22,924 WARN storage: disklabel detected but not usable on loop0 >14:39:22,961 INFO storage: type detected on 'loop0' is 'squashfs' >14:39:23,008 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >14:39:23,059 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >14:39:23,174 INFO storage: got device: LoopDevice instance (0xa574c2c) -- > name = loop0 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin.img (deleted) (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >14:39:23,279 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '735162', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >14:39:23,291 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >14:39:23,320 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >14:39:23,434 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:23,443 INFO storage: loop1 is a loop device >14:39:23,489 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >14:39:23,531 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >14:39:23,550 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:23,557 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:39:23,574 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >14:39:23,574 INFO storage: added file /osmin (id 8) to device tree >14:39:23,604 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >14:39:23,618 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:39:23,658 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >14:39:23,659 INFO storage: added loop loop1 (id 9) to device tree >14:39:23,688 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >14:39:23,719 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >14:39:23,720 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >14:39:23,737 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >14:39:23,757 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >14:39:23,781 WARN storage: disklabel detected but not usable on loop1 >14:39:23,794 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >14:39:23,819 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >14:39:23,841 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >14:39:23,864 INFO storage: got device: LoopDevice instance (0xa57e3cc) -- > name = loop1 status = False kids = 0 id = 9 > parents = ['existing 0MB file /osmin (8)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >14:39:23,892 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '736166', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >14:39:23,906 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >14:39:23,915 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >14:39:23,936 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:23,942 INFO storage: loop2 is a loop device >14:39:23,950 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >14:39:23,969 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >14:39:23,983 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:23,988 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:39:24,008 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >14:39:24,016 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 10) to device tree >14:39:24,028 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >14:39:24,032 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:39:24,044 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >14:39:24,056 INFO storage: added loop loop2 (id 11) to device tree >14:39:24,073 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >14:39:24,081 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >14:39:24,084 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >14:39:24,121 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >14:39:24,137 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >14:39:24,152 WARN storage: disklabel detected but not usable on loop2 >14:39:24,165 INFO storage: type detected on 'loop2' is 'squashfs' >14:39:24,171 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >14:39:24,188 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >14:39:24,207 INFO storage: got device: LoopDevice instance (0xa71fc0c) -- > name = loop2 status = False kids = 0 id = 11 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (10)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >14:39:24,240 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-Night /dev/disk/by-uuid/4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-Night', > 'ID_FS_LABEL_ENC': '_Fedora-18-Night', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'ID_FS_UUID_ENC': '4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '743157', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-Night', > '/dev/disk/by-uuid/4e7ee874-92ba-4415-8087-3ad2bd8eff25'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >14:39:24,243 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >14:39:24,255 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >14:39:24,263 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:24,268 INFO storage: loop3 is a loop device >14:39:24,277 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >14:39:24,285 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >14:39:24,296 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:24,303 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:39:24,316 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >14:39:24,317 INFO storage: added file /LiveOS/ext3fs.img (id 12) to device tree >14:39:24,331 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >14:39:24,332 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:39:24,347 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >14:39:24,350 INFO storage: added loop loop3 (id 13) to device tree >14:39:24,360 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >14:39:24,374 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >14:39:24,383 DEBUG storage: Ext4FS.supported: supported: True ; >14:39:24,385 DEBUG storage: getFormat('ext4') returning Ext4FS instance >14:39:24,390 DEBUG storage: device loop3 does not contain a disklabel >14:39:24,400 INFO storage: type detected on 'loop3' is 'ext4' >14:39:25,851 DEBUG storage: Ext4FS.supported: supported: True ; >14:39:25,858 DEBUG storage: getFormat('ext4') returning Ext4FS instance >14:39:25,876 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >14:39:25,881 INFO storage: got device: LoopDevice instance (0xa72482c) -- > name = loop3 status = False kids = 0 id = 13 > parents = ['existing 0MB file /LiveOS/ext3fs.img (12)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop3 > format args = [] originalFormat = None >14:39:25,908 DEBUG storage: Ext4FS.supported: supported: True ; >14:39:25,910 INFO storage: got format: Ext4FS instance (0xa7249cc) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = 4e7ee874-92ba-4415-8087-3ad2bd8eff25 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-Night size = 4096.0 targetSize = 4096.0 > >14:39:26,055 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '748157', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >14:39:26,100 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >14:39:26,345 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >14:39:26,460 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:26,480 INFO storage: loop4 is a loop device >14:39:26,574 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >14:39:26,651 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >14:39:26,724 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:26,746 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:39:26,898 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >14:39:26,931 INFO storage: added file /overlay (deleted) (id 14) to device tree >14:39:27,137 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >14:39:27,159 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:39:27,352 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >14:39:27,375 INFO storage: added loop loop4 (id 15) to device tree >14:39:27,539 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >14:39:27,688 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >14:39:27,701 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >14:39:27,802 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >14:39:27,882 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >14:39:27,997 WARN storage: disklabel detected but not usable on loop4 >14:39:28,046 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >14:39:28,068 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >14:39:28,201 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >14:39:28,252 INFO storage: got device: LoopDevice instance (0xa6c57ec) -- > name = loop4 status = False kids = 0 id = 15 > parents = ['existing 0MB file /overlay (deleted) (14)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >14:39:28,410 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '751261', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >14:39:28,442 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >14:39:28,484 DEBUG storage: lvm filter: adding loop5 to the reject list >14:39:28,691 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '791948', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >14:39:28,747 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >14:39:28,809 DEBUG storage: lvm filter: adding loop6 to the reject list >14:39:28,989 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '795200', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >14:39:29,004 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >14:39:29,016 DEBUG storage: lvm filter: adding loop7 to the reject list >14:39:29,028 DEBUG storage: Skipping a device mapper drive (dm-0) for now >14:39:29,031 DEBUG storage: Skipping a device mapper drive (dm-1) for now >14:39:36,615 INFO storage: devices to scan: ['dm-0', 'dm-1'] >14:39:36,905 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-Night /dev/disk/by-uuid/4e7ee874-92ba-4415-8087-3ad2bd8eff25 /dev/mapper/live-rw', > 'DEVNAME': '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': '_Fedora-18-Night', > 'ID_FS_LABEL_ENC': '_Fedora-18-Night', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'ID_FS_UUID_ENC': '4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '936481', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-Night', > '/dev/disk/by-uuid/4e7ee874-92ba-4415-8087-3ad2bd8eff25', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >14:39:36,956 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >14:39:37,099 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >14:39:37,179 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:37,194 INFO storage: live-rw is a device-mapper device >14:39:37,296 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >14:39:37,376 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >14:39:37,457 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (13) with existing ext4 filesystem >14:39:37,576 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >14:39:37,648 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (15) >14:39:37,766 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >14:39:37,840 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:37,921 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >14:39:37,944 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:39:38,043 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >14:39:38,059 INFO storage: added dm live-rw (id 16) to device tree >14:39:38,153 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >14:39:38,226 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >14:39:38,494 DEBUG storage: Ext4FS.supported: supported: True ; >14:39:38,516 DEBUG storage: getFormat('ext4') returning Ext4FS instance >14:39:38,532 DEBUG storage: device live-rw does not contain a disklabel >14:39:38,565 INFO storage: type detected on 'live-rw' is 'ext4' >14:39:45,615 DEBUG storage: Ext4FS.supported: supported: True ; >14:39:45,644 DEBUG storage: getFormat('ext4') returning Ext4FS instance >14:39:45,774 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >14:39:45,857 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >14:39:46,066 INFO storage: got device: DMDevice instance (0xa7261cc) -- > name = live-rw status = True kids = 0 id = 16 > parents = ['existing 0MB loop loop4 (15)'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 44 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0xa77b8cc> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >14:39:46,248 DEBUG storage: Ext4FS.supported: supported: True ; >14:39:46,304 INFO storage: got format: Ext4FS instance (0xa6ca62c) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 4e7ee874-92ba-4415-8087-3ad2bd8eff25 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-Night size = 4096.0 targetSize = 4096.0 > >14:39:46,546 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-Night /dev/disk/by-uuid/4e7ee874-92ba-4415-8087-3ad2bd8eff25 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-Night', > 'ID_FS_LABEL_ENC': '_Fedora-18-Night', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'ID_FS_UUID_ENC': '4e7ee874-92ba-4415-8087-3ad2bd8eff25', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '122558', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-Night', > '/dev/disk/by-uuid/4e7ee874-92ba-4415-8087-3ad2bd8eff25', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >14:39:46,581 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >14:39:46,703 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >14:39:46,785 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:46,803 INFO storage: live-osimg-min is a device-mapper device >14:39:46,896 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >14:39:46,976 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >14:39:47,048 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >14:39:47,123 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (9) >14:39:47,236 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >14:39:47,312 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (13) with existing ext4 filesystem >14:39:47,427 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >14:39:47,506 DEBUG storage: DeviceTree.getDeviceByName returned None >14:39:47,585 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >14:39:47,604 DEBUG storage: getFormat('None') returning DeviceFormat instance >14:39:47,705 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >14:39:47,726 INFO storage: added dm live-osimg-min (id 17) to device tree >14:39:47,818 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >14:39:47,891 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >14:39:47,995 DEBUG storage: Ext4FS.supported: supported: True ; >14:39:48,030 DEBUG storage: getFormat('ext4') returning Ext4FS instance >14:39:48,056 DEBUG storage: device live-osimg-min does not contain a disklabel >14:39:48,101 INFO storage: type detected on 'live-osimg-min' is 'ext4' >09:39:55,139 DEBUG storage: Ext4FS.supported: supported: True ; >09:39:55,165 DEBUG storage: getFormat('ext4') returning Ext4FS instance >09:39:55,298 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >09:39:55,381 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >09:39:55,809 INFO storage: got device: DMDevice instance (0xa4bcecc) -- > name = live-osimg-min status = True kids = 0 id = 17 > parents = ['existing 0MB loop loop3 (13) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0xa77bc8c> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >09:39:54,179 DEBUG storage: Ext4FS.supported: supported: True ; >09:39:54,240 INFO storage: got format: Ext4FS instance (0xa756e6c) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = 4e7ee874-92ba-4415-8087-3ad2bd8eff25 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-Night size = 2818.0 targetSize = 2818.0 > >14:39:57,034 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >14:39:58,812 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >14:39:58,892 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >14:39:59,020 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >14:40:00,511 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >14:40:00,579 DEBUG storage: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >14:40:00,725 DEBUG storage: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >14:40:01,598 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >14:40:02,557 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >14:40:02,645 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:40:02,881 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:40:05,262 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >14:40:05,340 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >14:40:05,471 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >14:40:06,333 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >14:40:06,454 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:40:06,752 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:40:07,950 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >14:40:07,995 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >14:40:08,045 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >14:40:08,161 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >14:40:08,223 DEBUG storage: DMDevice.teardown: live-osimg-min ; status: True ; controllable: False ; >14:40:08,241 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >14:40:08,448 INFO storage: edd: collected mbr signatures: {'sda': '0x000f0e2f', 'sdb': '0x00026da2'} >14:40:13,213 DEBUG storage: Ext4FS.supported: supported: True ; >14:40:13,336 DEBUG storage: Ext4FS.supported: supported: True ; >14:40:13,451 DEBUG storage: Ext4FS.supported: supported: True ; >14:40:13,559 DEBUG storage: NTFS.supported: supported: False ; >14:40:13,723 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:40:15,055 DEBUG storage: Iso9660FS.supported: supported: True ; >14:40:15,135 DEBUG storage: Iso9660FS.supported: supported: True ; >14:40:15,209 DEBUG storage: NFSv4.supported: supported: False ; >14:40:15,307 DEBUG storage: NFSv4.supported: supported: False ; >14:40:15,390 DEBUG storage: SELinuxFS.supported: supported: False ; >14:40:15,465 DEBUG storage: SELinuxFS.supported: supported: False ; >14:40:15,547 DEBUG storage: Ext4FS.supported: supported: True ; >14:40:15,622 DEBUG storage: Ext4FS.supported: supported: True ; >14:40:15,716 DEBUG storage: Ext3FS.supported: supported: True ; >14:40:15,792 DEBUG storage: Ext3FS.supported: supported: True ; >14:40:15,903 DEBUG storage: Ext2FS.supported: supported: True ; >14:40:15,989 DEBUG storage: Ext2FS.supported: supported: True ; >14:40:16,069 DEBUG storage: SysFS.supported: supported: False ; >14:40:16,130 DEBUG storage: SysFS.supported: supported: False ; >14:40:16,186 DEBUG storage: MultipathMember.__init__: >14:40:16,250 DEBUG storage: MDRaidMember.__init__: >14:40:16,306 DEBUG storage: ProcFS.supported: supported: False ; >14:40:16,347 DEBUG storage: ProcFS.supported: supported: False ; >14:40:16,404 DEBUG storage: SwapSpace.__init__: >14:40:16,467 DEBUG storage: NoDevFS.supported: supported: False ; >14:40:16,511 DEBUG storage: NoDevFS.supported: supported: False ; >14:40:16,558 DEBUG storage: DevPtsFS.supported: supported: False ; >14:40:16,600 DEBUG storage: DevPtsFS.supported: supported: False ; >14:40:16,664 DEBUG storage: BTRFS.supported: supported: True ; >14:40:20,287 DEBUG storage: BTRFS.supported: supported: True ; >14:40:20,359 DEBUG storage: USBFS.supported: supported: False ; >14:40:20,402 DEBUG storage: USBFS.supported: supported: False ; >14:40:20,447 DEBUG storage: DiskLabel.__init__: >14:40:20,454 INFO storage: DiskLabel.partedDevice returning None >14:40:20,503 DEBUG storage: HFSPlus.supported: supported: False ; >14:40:20,545 DEBUG storage: HFSPlus.supported: supported: False ; >14:40:20,593 DEBUG storage: XFS.supported: supported: True ; >14:40:26,484 DEBUG storage: XFS.supported: supported: True ; >14:40:26,579 DEBUG storage: TmpFS.supported: supported: False ; >14:40:26,658 DEBUG storage: TmpFS.supported: supported: False ; >14:40:26,745 DEBUG storage: LUKS.__init__: >14:40:26,822 DEBUG storage: NTFS.supported: supported: False ; >14:40:26,896 DEBUG storage: NTFS.supported: supported: False ; >14:40:26,980 DEBUG storage: BindFS.supported: supported: False ; >14:40:27,052 DEBUG storage: BindFS.supported: supported: False ; >14:40:27,133 DEBUG storage: HFS.supported: supported: False ; >14:40:27,210 DEBUG storage: HFS.supported: supported: False ; >14:40:27,292 DEBUG storage: LVMPhysicalVolume.__init__: >14:40:27,378 DEBUG storage: NFS.supported: supported: False ; >14:40:27,451 DEBUG storage: NFS.supported: supported: False ; >14:40:27,507 DEBUG storage: FATFS.supported: supported: True ; >14:40:27,566 DEBUG storage: FATFS.supported: supported: True ; >14:40:27,634 DEBUG storage: DMRaidMember.__init__: >18:44:56,059 DEBUG storage: clearpart: looking at sda2 >18:44:56,074 DEBUG storage: clearpart: looking at sda1 >18:44:56,075 DEBUG storage: clearpart: looking at sdb1 >18:44:56,077 DEBUG storage: checking whether disk sda has an empty extended >18:44:56,103 DEBUG storage: extended is parted.Partition instance -- > disk: <parted.disk.Disk object at 0x9833cac> fileSystem: None > number: 2 path: /dev/sda2 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xad45fcc> PedPartition: <_ped.Partition object at 0xaa1f44c> ; logicals is [] >18:44:56,103 DEBUG storage: removing empty extended partition from sda >18:44:56,127 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >18:44:56,143 DEBUG storage: DeviceTree.getDeviceByName returned existing 32277MB partition sda2 (5) >18:44:56,184 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >18:44:56,204 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >18:44:56,247 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >18:44:56,971 INFO storage: removed partition sda2 (id 5) from device tree >18:44:56,985 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: sda ; >18:44:56,990 INFO storage: registered action: [0] Destroy Device partition sda2 (id 5) >18:44:56,990 DEBUG storage: checking whether disk sdb has an empty extended >18:44:56,991 DEBUG storage: extended is None ; logicals is [] >18:44:56,998 DEBUG storage: new disk order: [] >18:44:57,336 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >18:44:57,345 DEBUG storage: DeviceTree.getDeviceByName returned existing 57277MB disk sda (3) with existing msdos disklabel >18:44:57,355 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:44:57,365 DEBUG storage: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:44:57,370 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >18:44:57,379 DEBUG storage: _is_valid_disklabel(sda) returning True >18:44:57,380 DEBUG storage: _is_valid_size(sda) returning True >18:44:57,380 DEBUG storage: _is_valid_location(sda) returning True >18:44:57,381 DEBUG storage: _is_valid_format(sda) returning True >18:44:57,381 DEBUG storage: is_valid_stage1_device(sda) returning True >18:44:57,434 DEBUG storage: _is_valid_disklabel(sda) returning True >18:44:57,439 DEBUG storage: _is_valid_size(sda) returning True >18:44:57,439 DEBUG storage: _is_valid_location(sda) returning True >18:44:57,439 DEBUG storage: _is_valid_format(sda) returning True >18:44:57,440 DEBUG storage: is_valid_stage1_device(sda) returning True >18:44:57,552 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >18:44:57,562 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: <parted.filesystem.FileSystem object at 0xad6910c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xad690ac> PedPartition: <_ped.Partition object at 0xad50cec> >18:44:57,571 DEBUG storage: PartitionDevice._setPartedPartition: sdb1 ; >18:44:57,578 DEBUG storage: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad38dcc> fileSystem: <parted.filesystem.FileSystem object at 0xad692ec> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0xad6912c> PedPartition: <_ped.Partition object at 0xad50aac> >18:45:19,431 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:45:25,330 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0xad3836c>, 3818.0, ['sdb'], None >18:45:25,360 DEBUG storage.ui: Ext4FS.supported: supported: True ; >18:45:25,366 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >18:45:25,380 DEBUG storage.ui: PartitionDevice._setFormat: sdb1 ; >18:45:25,381 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >18:45:25,396 DEBUG storage.ui: PartitionDevice._setFormat: sdb1 ; current: efi ; type: None ; >18:45:25,397 INFO storage.ui: registered action: [1] Destroy Format efi filesystem on partition sdb1 (id 1) >18:45:25,411 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/sdb1 ; status: False ; type: None ; >18:45:25,427 DEBUG storage.ui: PartitionDevice._setFormat: sdb1 ; >18:45:25,437 DEBUG storage.ui: PartitionDevice._setFormat: sdb1 ; current: None ; type: ext4 ; >18:45:25,442 INFO storage.ui: registered action: [2] Create Format ext4 filesystem on partition sdb1 (id 1) >18:46:14,120 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0xad3836c>, 20000.0, ['sda'], None >18:46:14,124 DEBUG storage.ui: creating new device >18:46:14,134 DEBUG storage.ui: Ext4FS.supported: supported: True ; >18:46:14,140 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >18:46:14,153 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >18:46:14,167 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >18:46:14,180 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: ext4 ; >18:46:14,197 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >18:46:14,198 INFO storage.ui: added partition req0 (id 18) to device tree >18:46:14,198 INFO storage.ui: registered action: [3] Create Device partition req0 (id 18) >18:46:14,200 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >18:46:14,204 INFO storage.ui: registered action: [4] Create Format ext4 filesystem mounted at / on partition req0 (id 18) >18:46:14,238 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >18:46:14,252 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 18)'] from disk(s) ['sda'] >18:46:14,258 DEBUG storage.ui: allocatePartitions: disks=['sda'] ; partitions=['req0(id 18)'] >18:46:14,258 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 18)'] from disk(s) ['sda'] >18:46:14,275 DEBUG storage.ui: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:46:14,292 DEBUG storage.ui: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:46:14,292 DEBUG storage.ui: resolved '/dev/sda' to 'sda' (disk) >18:46:14,306 DEBUG storage.ui: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:46:14,326 DEBUG storage.ui: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:46:14,327 DEBUG storage.ui: resolved '/dev/sda' to 'sda' (disk) >18:46:14,328 DEBUG storage.ui: allocating partition: req0 ; id: 18 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 20000.0 >18:46:14,328 DEBUG storage.ui: checking freespace on sda >18:46:14,335 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=False best=None grow=True >18:46:14,345 DEBUG storage.ui: current free range is 51199155-117304991 (32278MB) >18:46:14,346 DEBUG storage.ui: evaluating growth potential for new layout >18:46:14,347 DEBUG storage.ui: calculating growth for disk /dev/sda >18:46:14,348 DEBUG storage.ui: adjusted start sector from 51199155 to 51200000 >18:46:14,367 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >18:46:14,382 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafcaf0c> PedPartition: <_ped.Partition object at 0xad50b0c> >18:46:14,400 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >18:46:14,413 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >18:46:14,415 DEBUG storage.ui: adding request 18 to chunk 66105837 (51199155-117304991) on /dev/sda >18:46:14,418 DEBUG storage.ui: Chunk.growRequests: 66105837 on /dev/sda start = 51199155 end = 117304991 >sectorSize = 512 > >18:46:14,419 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 39936000 >done = False >18:46:14,426 DEBUG storage.ui: 1 requests and 65081837 (31778MB) left in chunk >18:46:14,433 DEBUG storage.ui: adding 65081837 (31778MB) to 18 (sda2) >18:46:14,440 DEBUG storage.ui: taking back 25145837 (12278MB) from 18 (sda2) >18:46:14,447 DEBUG storage.ui: new grow amount for request 18 (sda2) is 39936000 units, or 19500MB >18:46:14,454 DEBUG storage.ui: request 18 (sda2) growth: 39936000 (19500MB) size: 20000MB >18:46:14,461 DEBUG storage.ui: disk /dev/sda growth: 39936000 (19500MB) >18:46:14,479 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >18:46:14,482 DEBUG storage.ui: device sda2 new partedPartition None >18:46:14,499 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >18:46:14,514 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >18:46:14,517 DEBUG storage.ui: total growth: 39936000 sectors >18:46:14,524 DEBUG storage.ui: updating use_disk to sda, type: 0 >18:46:14,531 DEBUG storage.ui: new free: 51199155-117304991 / 32278MB >18:46:14,538 DEBUG storage.ui: new free allows for 39936000 sectors of growth >18:46:14,545 DEBUG storage.ui: adjusted start sector from 51199155 to 51200000 >18:46:14,555 DEBUG storage.ui: created partition sda2 of 500MB and added it to /dev/sda >18:46:14,572 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >18:46:14,589 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafca4cc> PedPartition: <_ped.Partition object at 0xafdf11c> >18:46:14,607 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >18:46:14,614 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >18:46:14,637 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >18:46:14,656 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafc05ec> PedPartition: <_ped.Partition object at 0xafdf1dc> >18:46:14,657 DEBUG storage.ui: growPartitions: disks=['sda'], partitions=['sda2(id 18)'] >18:46:14,658 DEBUG storage.ui: growable partitions are ['sda2'] >18:46:14,662 DEBUG storage.ui: adding request 18 to chunk 66105837 (51199155-117304991) on /dev/sda >18:46:14,669 DEBUG storage.ui: disk sda has 1 chunks >18:46:14,676 DEBUG storage.ui: Chunk.growRequests: 66105837 on /dev/sda start = 51199155 end = 117304991 >sectorSize = 512 > >18:46:14,684 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 39936000 >done = False >18:46:14,691 DEBUG storage.ui: 1 requests and 65081837 (31778MB) left in chunk >18:46:14,699 DEBUG storage.ui: adding 65081837 (31778MB) to 18 (sda2) >18:46:14,706 DEBUG storage.ui: taking back 25145837 (12278MB) from 18 (sda2) >18:46:14,713 DEBUG storage.ui: new grow amount for request 18 (sda2) is 39936000 units, or 19500MB >18:46:14,721 DEBUG storage.ui: growing partitions on sda >18:46:14,728 DEBUG storage.ui: partition sda2 (18): 0 >18:46:14,736 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 51200000 end: 92159999 length: 40960000 > device: <parted.device.Device object at 0xad3872c> PedGeometry: <_ped.Geometry object at 0xafc00ac> >18:46:14,744 DEBUG storage.ui: removing all non-preexisting partitions ['sda2(id 18)'] from disk(s) ['sda'] >18:46:14,765 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >18:46:14,766 DEBUG storage.ui: device sda2 new partedPartition None >18:46:14,784 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >18:46:14,798 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >18:46:14,805 DEBUG storage.ui: back from removeNewPartitions >18:46:14,808 DEBUG storage.ui: extended: None >18:46:14,815 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 51200000 end: 92159999 length: 40960000 > device: <parted.device.Device object at 0xad3872c> PedGeometry: <_ped.Geometry object at 0xafc00ac> >18:46:14,834 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >18:46:14,855 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xad69aec> PedPartition: <_ped.Partition object at 0xafdf17c> >18:46:14,862 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >18:46:14,878 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >18:46:14,900 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >18:46:14,914 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafe092c> PedPartition: <_ped.Partition object at 0xafdf2cc> >18:46:14,916 DEBUG storage.ui: fixing size of existing 24999MB partition sda1 (4) with existing ntfs filesystem at 24999.56 >18:46:14,924 DEBUG storage.ui: fixing size of non-existent 20000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / at 20000.00 >18:46:14,927 DEBUG storage.ui: fixing size of existing 3818MB partition sdb1 (1) with non-existent ext4 filesystem at 3818.00 >18:46:15,105 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:46:15,142 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:46:35,059 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0xad3836c>, 20000.0, ['sda'], None >18:46:35,097 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:46:50,562 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0xad3836c>, 3818.0, ['sdb'], None >18:46:50,607 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:47:17,428 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0xad3836c>, 25000.0, ['sda'], None >18:47:17,429 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0xad3836c>, 25000.0, ['sda'], None >18:47:17,430 INFO storage.ui: adjusting device size from 20000.00 to 25000.00 >18:47:17,444 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >18:47:17,453 DEBUG storage.ui: removing all non-preexisting partitions ['sda2(id 18)'] from disk(s) ['sda'] >18:47:17,463 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >18:47:17,468 DEBUG storage.ui: device sda2 new partedPartition None >18:47:17,477 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >18:47:17,486 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >18:47:17,492 DEBUG storage.ui: allocatePartitions: disks=['sda'] ; partitions=['req0(id 18)'] >18:47:17,492 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 18)'] from disk(s) ['sda'] >18:47:17,504 DEBUG storage.ui: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:47:17,514 DEBUG storage.ui: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:47:17,516 DEBUG storage.ui: resolved '/dev/sda' to 'sda' (disk) >18:47:17,525 DEBUG storage.ui: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:47:17,536 DEBUG storage.ui: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:47:17,536 DEBUG storage.ui: resolved '/dev/sda' to 'sda' (disk) >18:47:17,542 DEBUG storage.ui: allocating partition: req0 ; id: 18 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 25000.0 >18:47:17,542 DEBUG storage.ui: checking freespace on sda >18:47:17,547 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=False best=None grow=True >18:47:17,552 DEBUG storage.ui: current free range is 51199155-117304991 (32278MB) >18:47:17,558 DEBUG storage.ui: evaluating growth potential for new layout >18:47:17,563 DEBUG storage.ui: calculating growth for disk /dev/sda >18:47:17,569 DEBUG storage.ui: adjusted start sector from 51199155 to 51200000 >18:47:17,583 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >18:47:17,594 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafe3e2c> PedPartition: <_ped.Partition object at 0xad50c5c> >18:47:17,604 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >18:47:17,618 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >18:47:17,619 DEBUG storage.ui: adding request 18 to chunk 66105837 (51199155-117304991) on /dev/sda >18:47:17,624 DEBUG storage.ui: Chunk.growRequests: 66105837 on /dev/sda start = 51199155 end = 117304991 >sectorSize = 512 > >18:47:17,626 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 50176000 >done = False >18:47:17,631 DEBUG storage.ui: 1 requests and 65081837 (31778MB) left in chunk >18:47:17,636 DEBUG storage.ui: adding 65081837 (31778MB) to 18 (sda2) >18:47:17,641 DEBUG storage.ui: taking back 14905837 (7278MB) from 18 (sda2) >18:47:17,646 DEBUG storage.ui: new grow amount for request 18 (sda2) is 50176000 units, or 24500MB >18:47:17,651 DEBUG storage.ui: request 18 (sda2) growth: 50176000 (24500MB) size: 25000MB >18:47:17,656 DEBUG storage.ui: disk /dev/sda growth: 50176000 (24500MB) >18:47:17,670 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >18:47:17,671 DEBUG storage.ui: device sda2 new partedPartition None >18:47:17,685 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >18:47:17,695 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >18:47:17,696 DEBUG storage.ui: total growth: 50176000 sectors >18:47:17,701 DEBUG storage.ui: updating use_disk to sda, type: 0 >18:47:17,706 DEBUG storage.ui: new free: 51199155-117304991 / 32278MB >18:47:17,711 DEBUG storage.ui: new free allows for 50176000 sectors of growth >18:47:17,717 DEBUG storage.ui: adjusted start sector from 51199155 to 51200000 >18:47:17,723 DEBUG storage.ui: created partition sda2 of 500MB and added it to /dev/sda >18:47:17,737 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >18:47:17,747 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafe33ec> PedPartition: <_ped.Partition object at 0xafdf29c> >18:47:17,757 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >18:47:17,768 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >18:47:17,784 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >18:47:17,794 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafe0c2c> PedPartition: <_ped.Partition object at 0xafdf20c> >18:47:17,794 DEBUG storage.ui: growPartitions: disks=['sda'], partitions=['sda2(id 18)'] >18:47:17,799 DEBUG storage.ui: growable partitions are ['sda2'] >18:47:17,801 DEBUG storage.ui: adding request 18 to chunk 66105837 (51199155-117304991) on /dev/sda >18:47:17,806 DEBUG storage.ui: disk sda has 1 chunks >18:47:17,811 DEBUG storage.ui: Chunk.growRequests: 66105837 on /dev/sda start = 51199155 end = 117304991 >sectorSize = 512 > >18:47:17,816 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 50176000 >done = False >18:47:17,821 DEBUG storage.ui: 1 requests and 65081837 (31778MB) left in chunk >18:47:17,827 DEBUG storage.ui: adding 65081837 (31778MB) to 18 (sda2) >18:47:17,832 DEBUG storage.ui: taking back 14905837 (7278MB) from 18 (sda2) >18:47:17,837 DEBUG storage.ui: new grow amount for request 18 (sda2) is 50176000 units, or 24500MB >18:47:17,842 DEBUG storage.ui: growing partitions on sda >18:47:17,847 DEBUG storage.ui: partition sda2 (18): 0 >18:47:17,853 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 51200000 end: 102399999 length: 51200000 > device: <parted.device.Device object at 0xad3872c> PedGeometry: <_ped.Geometry object at 0xafe054c> >18:47:17,859 DEBUG storage.ui: removing all non-preexisting partitions ['sda2(id 18)'] from disk(s) ['sda'] >18:47:17,873 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >18:47:17,874 DEBUG storage.ui: device sda2 new partedPartition None >18:47:17,888 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >18:47:17,898 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >18:47:17,903 DEBUG storage.ui: back from removeNewPartitions >18:47:17,904 DEBUG storage.ui: extended: None >18:47:17,909 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 51200000 end: 102399999 length: 51200000 > device: <parted.device.Device object at 0xad3872c> PedGeometry: <_ped.Geometry object at 0xafe054c> >18:47:17,924 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >18:47:17,935 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafc034c> PedPartition: <_ped.Partition object at 0xafdf26c> >18:47:17,944 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >18:47:17,959 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >18:47:17,973 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >18:47:17,980 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafbcdec> PedPartition: <_ped.Partition object at 0xafdf14c> >18:47:17,986 DEBUG storage.ui: fixing size of existing 24999MB partition sda1 (4) with existing ntfs filesystem at 24999.56 >18:47:17,987 DEBUG storage.ui: fixing size of non-existent 25000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / at 25000.00 >18:47:17,988 DEBUG storage.ui: fixing size of existing 3818MB partition sdb1 (1) with non-existent ext4 filesystem at 3818.00 >18:47:31,626 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0xad3836c>, 5000.0, ['sda'], None >18:47:31,631 DEBUG storage.ui: creating new device >18:47:31,639 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >18:47:31,640 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance >18:47:31,650 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >18:47:31,663 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >18:47:31,672 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: None ; type: swap ; >18:47:31,678 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >18:47:31,679 INFO storage.ui: added partition req1 (id 19) to device tree >18:47:31,684 INFO storage.ui: registered action: [5] Create Device partition req1 (id 19) >18:47:31,685 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >18:47:31,685 INFO storage.ui: registered action: [6] Create Format swap on partition req1 (id 19) >18:47:31,694 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >18:47:31,704 DEBUG storage.ui: removing all non-preexisting partitions ['req1(id 19)', 'sda2(id 18)'] from disk(s) ['sda'] >18:47:31,719 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >18:47:31,719 DEBUG storage.ui: device sda2 new partedPartition None >18:47:31,728 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >18:47:31,737 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >18:47:31,740 DEBUG storage.ui: allocatePartitions: disks=['sda'] ; partitions=['req1(id 19)', 'req0(id 18)'] >18:47:31,740 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 18)', 'req1(id 19)'] from disk(s) ['sda'] >18:47:31,750 DEBUG storage.ui: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:47:31,764 DEBUG storage.ui: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:47:31,765 DEBUG storage.ui: resolved '/dev/sda' to 'sda' (disk) >18:47:31,781 DEBUG storage.ui: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:47:31,792 DEBUG storage.ui: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:47:31,792 DEBUG storage.ui: resolved '/dev/sda' to 'sda' (disk) >18:47:31,796 DEBUG storage.ui: allocating partition: req0 ; id: 18 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 25000MB ; grow: False ; max_size: 25000.0 >18:47:31,797 DEBUG storage.ui: checking freespace on sda >18:47:31,799 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=25000MB boot=False best=None grow=False >18:47:31,805 DEBUG storage.ui: current free range is 51199155-117304991 (32278MB) >18:47:31,805 DEBUG storage.ui: updating use_disk to sda, type: 0 >18:47:31,806 DEBUG storage.ui: new free: 51199155-117304991 / 32278MB >18:47:31,806 DEBUG storage.ui: new free allows for 0 sectors of growth >18:47:31,809 DEBUG storage.ui: adjusted start sector from 51199155 to 51200000 >18:47:31,816 DEBUG storage.ui: created partition sda2 of 25000MB and added it to /dev/sda >18:47:31,829 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >18:47:31,839 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafcac4c> PedPartition: <_ped.Partition object at 0xafdf1dc> >18:47:31,849 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >18:47:31,858 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >18:47:31,873 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >18:47:31,881 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafca72c> PedPartition: <_ped.Partition object at 0xafdf35c> >18:47:31,894 DEBUG storage.ui: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:47:31,904 DEBUG storage.ui: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:47:31,909 DEBUG storage.ui: resolved '/dev/sda' to 'sda' (disk) >18:47:31,919 DEBUG storage.ui: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:47:31,930 DEBUG storage.ui: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:47:31,930 DEBUG storage.ui: resolved '/dev/sda' to 'sda' (disk) >18:47:31,935 DEBUG storage.ui: allocating partition: req1 ; id: 19 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 5000.0 >18:47:31,936 DEBUG storage.ui: checking freespace on sda >18:47:31,942 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=False best=None grow=True >18:47:31,948 DEBUG storage.ui: current free range is 51199155-51199999 (0MB) >18:47:31,953 DEBUG storage.ui: current free range is 102400000-117304991 (7277MB) >18:47:31,959 DEBUG storage.ui: evaluating growth potential for new layout >18:47:31,964 DEBUG storage.ui: calculating growth for disk /dev/sda >18:47:31,978 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >18:47:31,983 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafc0aec> PedPartition: <_ped.Partition object at 0xafdffbc> >18:47:31,994 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >18:47:32,004 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >18:47:32,005 DEBUG storage.ui: adding request 18 to chunk 66105837 (51199155-117304991) on /dev/sda >18:47:32,010 DEBUG storage.ui: adding request 19 to chunk 66105837 (51199155-117304991) on /dev/sda >18:47:32,015 DEBUG storage.ui: Chunk.growRequests: 66105837 on /dev/sda start = 51199155 end = 117304991 >sectorSize = 512 > >18:47:32,020 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda2 growable = False >base = 51200000 growth = 0 max_grow = 0 >done = True >18:47:32,025 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 9216000 >done = False >18:47:32,031 DEBUG storage.ui: 1 requests and 13881837 (6778MB) left in chunk >18:47:32,036 DEBUG storage.ui: adding 13881837 (6778MB) to 19 (sda3) >18:47:32,041 DEBUG storage.ui: taking back 4665837 (2278MB) from 19 (sda3) >18:47:32,046 DEBUG storage.ui: new grow amount for request 19 (sda3) is 9216000 units, or 4500MB >18:47:32,051 DEBUG storage.ui: request 18 (sda2) growth: 0 (0MB) size: 25000MB >18:47:32,056 DEBUG storage.ui: request 19 (sda3) growth: 9216000 (4500MB) size: 5000MB >18:47:32,061 DEBUG storage.ui: disk /dev/sda growth: 9216000 (4500MB) >18:47:32,075 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >18:47:32,076 DEBUG storage.ui: device sda3 new partedPartition None >18:47:32,090 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >18:47:32,100 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >18:47:32,100 DEBUG storage.ui: total growth: 9216000 sectors >18:47:32,106 DEBUG storage.ui: updating use_disk to sda, type: 0 >18:47:32,111 DEBUG storage.ui: new free: 102400000-117304991 / 7277MB >18:47:32,116 DEBUG storage.ui: new free allows for 9216000 sectors of growth >18:47:32,123 DEBUG storage.ui: created partition sda3 of 500MB and added it to /dev/sda >18:47:32,136 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >18:47:32,138 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafe0b4c> PedPartition: <_ped.Partition object at 0xafdf32c> >18:47:32,152 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >18:47:32,160 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >18:47:32,173 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >18:47:32,174 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafbca0c> PedPartition: <_ped.Partition object at 0xafdf29c> >18:47:32,180 DEBUG storage.ui: growPartitions: disks=['sda'], partitions=['sda3(id 19)', 'sda2(id 18)'] >18:47:32,185 DEBUG storage.ui: growable partitions are ['sda3'] >18:47:32,191 DEBUG storage.ui: adding request 19 to chunk 66105837 (51199155-117304991) on /dev/sda >18:47:32,196 DEBUG storage.ui: adding request 18 to chunk 66105837 (51199155-117304991) on /dev/sda >18:47:32,201 DEBUG storage.ui: disk sda has 1 chunks >18:47:32,206 DEBUG storage.ui: Chunk.growRequests: 66105837 on /dev/sda start = 51199155 end = 117304991 >sectorSize = 512 > >18:47:32,211 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda2 growable = False >base = 51200000 growth = 0 max_grow = 0 >done = True >18:47:32,217 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 9216000 >done = False >18:47:32,222 DEBUG storage.ui: 1 requests and 13881837 (6778MB) left in chunk >18:47:32,227 DEBUG storage.ui: adding 13881837 (6778MB) to 19 (sda3) >18:47:32,234 DEBUG storage.ui: taking back 4665837 (2278MB) from 19 (sda3) >18:47:32,239 DEBUG storage.ui: new grow amount for request 19 (sda3) is 9216000 units, or 4500MB >18:47:32,244 DEBUG storage.ui: growing partitions on sda >18:47:32,249 DEBUG storage.ui: partition sda2 (18): 0 >18:47:32,255 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 51200000 end: 102399999 length: 51200000 > device: <parted.device.Device object at 0xad3872c> PedGeometry: <_ped.Geometry object at 0xad6962c> >18:47:32,261 DEBUG storage.ui: partition sda3 (19): 0 >18:47:32,267 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 102400000 end: 112639999 length: 10240000 > device: <parted.device.Device object at 0xad3872c> PedGeometry: <_ped.Geometry object at 0xafe376c> >18:47:32,272 DEBUG storage.ui: removing all non-preexisting partitions ['sda2(id 18)', 'sda3(id 19)'] from disk(s) ['sda'] >18:47:32,286 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >18:47:32,287 DEBUG storage.ui: device sda2 new partedPartition None >18:47:32,301 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >18:47:32,311 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >18:47:32,321 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >18:47:32,322 DEBUG storage.ui: device sda3 new partedPartition None >18:47:32,335 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >18:47:32,345 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >18:47:32,350 DEBUG storage.ui: back from removeNewPartitions >18:47:32,351 DEBUG storage.ui: extended: None >18:47:32,356 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 51200000 end: 102399999 length: 51200000 > device: <parted.device.Device object at 0xad3872c> PedGeometry: <_ped.Geometry object at 0xad6962c> >18:47:32,371 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >18:47:32,380 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafe4b8c> PedPartition: <_ped.Partition object at 0xafdf2fc> >18:47:32,394 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >18:47:32,404 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >18:47:32,419 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >18:47:32,426 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafe514c> PedPartition: <_ped.Partition object at 0xafe211c> >18:47:32,427 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 102400000 end: 112639999 length: 10240000 > device: <parted.device.Device object at 0xad3872c> PedGeometry: <_ped.Geometry object at 0xafe376c> >18:47:32,442 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >18:47:32,443 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafe474c> PedPartition: <_ped.Partition object at 0xad50c5c> >18:47:32,457 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >18:47:32,467 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >18:47:32,482 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >18:47:32,483 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xad3864c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafe4ecc> PedPartition: <_ped.Partition object at 0xad50e6c> >18:47:32,484 DEBUG storage.ui: fixing size of existing 24999MB partition sda1 (4) with existing ntfs filesystem at 24999.56 >18:47:32,486 DEBUG storage.ui: fixing size of non-existent 25000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / at 25000.00 >18:47:32,492 DEBUG storage.ui: fixing size of non-existent 5000MB partition sda3 (19) with non-existent swap at 5000.00 >18:47:32,498 DEBUG storage.ui: fixing size of existing 3818MB partition sdb1 (1) with non-existent ext4 filesystem at 3818.00 >18:47:32,637 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0xad3836c>, 25000.0, ['sda'], None >18:47:32,655 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:47:32,682 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:47:49,376 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0xad3836c>, 25000.0, ['sda'], None >18:47:49,402 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:47:55,024 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0xad3836c>, 5000.0, ['sda'], None >18:47:55,042 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:48:01,033 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0xad3836c>, 25000.0, ['sda'], None >18:48:01,058 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:48:02,485 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0xad3836c>, 5000.0, ['sda'], None >18:48:02,507 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:48:10,803 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0xad3836c>, 25000.0, ['sda'], None >18:48:10,860 DEBUG storage: PartitionDevice._setFormat: sdb1 ; >18:48:10,860 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:48:10,872 DEBUG storage: PartitionDevice._setFormat: sdb1 ; current: efi ; type: None ; >18:48:10,872 INFO storage: registered action: [7] Destroy Format efi filesystem on partition sdb1 (id 1) >18:48:10,881 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb1 ; status: False ; type: None ; >18:48:10,894 DEBUG storage: PartitionDevice._setFormat: sdb1 ; >18:48:10,910 DEBUG storage: PartitionDevice._setFormat: sdb1 ; current: None ; type: ext4 ; >18:48:10,938 INFO storage: registered action: [8] Create Format ext4 filesystem on partition sdb1 (id 1) >18:48:10,956 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >18:48:10,967 DEBUG storage: device sda2 new partedPartition None >18:48:10,989 INFO storage: added partition req0 (id 18) to device tree >18:48:10,994 INFO storage: registered action: [9] Create Device partition req0 (id 18) >18:48:11,015 DEBUG storage: PartitionDevice._setFormat: req0 ; >18:48:11,028 DEBUG storage: PartitionDevice._setFormat: req0 ; current: ext4 ; type: ext4 ; >18:48:11,035 INFO storage: registered action: [10] Create Format ext4 filesystem mounted at / on partition req0 (id 18) >18:48:11,060 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >18:48:11,081 DEBUG storage: device sda3 new partedPartition None >18:48:11,106 INFO storage: added partition req1 (id 19) to device tree >18:48:11,124 INFO storage: registered action: [11] Create Device partition req1 (id 19) >18:48:11,159 DEBUG storage: PartitionDevice._setFormat: req1 ; >18:48:11,175 DEBUG storage: PartitionDevice._setFormat: req1 ; current: swap ; type: swap ; >18:48:11,181 INFO storage: registered action: [12] Create Format swap on partition req1 (id 19) >18:48:11,201 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >18:48:11,212 DEBUG storage: removing all non-preexisting partitions ['req0(id 18)', 'req1(id 19)'] from disk(s) ['sda'] >18:48:11,218 DEBUG storage: allocatePartitions: disks=['sda'] ; partitions=['req0(id 18)', 'req1(id 19)'] >18:48:11,224 DEBUG storage: removing all non-preexisting partitions ['req0(id 18)', 'req1(id 19)'] from disk(s) ['sda'] >18:48:11,237 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:48:11,247 DEBUG storage: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:48:11,248 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >18:48:11,261 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:48:11,271 DEBUG storage: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:48:11,272 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >18:48:11,278 DEBUG storage: allocating partition: req0 ; id: 18 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 25000MB ; grow: False ; max_size: 25000.0 >18:48:11,283 DEBUG storage: checking freespace on sda >18:48:11,290 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=25000MB boot=False best=None grow=False >18:48:11,296 DEBUG storage: current free range is 51199155-117304991 (32278MB) >18:48:11,301 DEBUG storage: updating use_disk to sda, type: 0 >18:48:11,307 DEBUG storage: new free: 51199155-117304991 / 32278MB >18:48:11,312 DEBUG storage: new free allows for 0 sectors of growth >18:48:11,317 DEBUG storage: adjusted start sector from 51199155 to 51200000 >18:48:11,324 DEBUG storage: created partition sda2 of 25000MB and added it to /dev/sda >18:48:11,332 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >18:48:11,346 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x9833cac> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafe0d8c> PedPartition: <_ped.Partition object at 0xafdf14c> >18:48:11,350 DEBUG storage: PartitionDevice._setDisk: sda2 ; new: sda ; old: sda ; >18:48:11,363 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >18:48:11,372 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >18:48:11,380 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >18:48:11,393 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x9833cac> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafc06ec> PedPartition: <_ped.Partition object at 0xafe20ec> >18:48:11,402 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:48:11,412 DEBUG storage: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:48:11,417 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >18:48:11,425 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:48:11,435 DEBUG storage: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:48:11,437 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >18:48:11,442 DEBUG storage: allocating partition: req1 ; id: 19 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 5000MB ; grow: False ; max_size: 5000.0 >18:48:11,447 DEBUG storage: checking freespace on sda >18:48:11,453 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=5000MB boot=False best=None grow=False >18:48:11,459 DEBUG storage: current free range is 51199155-51199999 (0MB) >18:48:11,465 DEBUG storage: current free range is 102400000-117304991 (7277MB) >18:48:11,470 DEBUG storage: updating use_disk to sda, type: 0 >18:48:11,475 DEBUG storage: new free: 102400000-117304991 / 7277MB >18:48:11,480 DEBUG storage: new free allows for 0 sectors of growth >18:48:11,487 DEBUG storage: created partition sda3 of 5000MB and added it to /dev/sda >18:48:11,495 DEBUG storage: PartitionDevice._setPartedPartition: req1 ; >18:48:11,501 DEBUG storage: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x9833cac> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafca2ac> PedPartition: <_ped.Partition object at 0xafdf35c> >18:48:11,513 DEBUG storage: PartitionDevice._setDisk: sda3 ; new: sda ; old: sda ; >18:48:11,518 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >18:48:11,531 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >18:48:11,542 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >18:48:11,544 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x9833cac> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafe550c> PedPartition: <_ped.Partition object at 0xafe208c> >18:48:11,549 DEBUG storage: growPartitions: disks=['sda'], partitions=['sda2(id 18)', 'sda3(id 19)'] >18:48:11,554 DEBUG storage: no growable partitions >18:48:11,560 DEBUG storage: fixing size of existing 24999MB partition sda1 (4) with existing ntfs filesystem at 24999.56 >18:48:11,566 DEBUG storage: fixing size of non-existent 25000MB partition sda2 (18) with non-existent ext4 filesystem mounted at / at 25000.00 >18:48:11,572 DEBUG storage: fixing size of non-existent 5000MB partition sda3 (19) with non-existent swap at 5000.00 >18:48:11,577 DEBUG storage: fixing size of existing 3818MB partition sdb1 (1) with non-existent ext4 filesystem at 3818.00 >18:48:11,591 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >18:48:11,601 DEBUG storage: DeviceTree.getDeviceByPath returned existing 57277MB disk sda (3) with existing msdos disklabel >18:48:11,602 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >18:48:11,611 DEBUG storage: _is_valid_disklabel(sda) returning True >18:48:11,617 DEBUG storage: _is_valid_size(sda) returning True >18:48:11,622 DEBUG storage: _is_valid_location(sda) returning True >18:48:11,627 DEBUG storage: _is_valid_format(sda) returning True >18:48:11,632 DEBUG storage: is_valid_stage1_device(sda) returning True >18:48:11,679 DEBUG storage: _is_valid_disklabel(sda) returning True >18:48:11,679 DEBUG storage: _is_valid_size(sda) returning True >18:48:11,680 DEBUG storage: _is_valid_location(sda) returning True >18:48:11,680 DEBUG storage: _is_valid_format(sda) returning True >18:48:11,691 DEBUG storage: is_valid_stage1_device(sda) returning True >18:48:11,699 DEBUG storage: _is_valid_disklabel(sda2) returning True >18:48:11,704 DEBUG storage: _is_valid_size(sda2) returning True >18:48:11,722 DEBUG storage: _is_valid_location(sda2) returning True >18:48:11,729 DEBUG storage: _is_valid_partition(sda2) returning True >18:48:11,737 DEBUG storage: _is_valid_format(sda2) returning True >18:48:11,750 DEBUG storage: is_valid_stage2_device(sda2) returning True >18:49:32,612 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >18:49:32,940 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >18:49:32,954 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >18:49:32,980 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >18:49:33,162 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >18:49:33,177 DEBUG storage: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >18:49:33,197 DEBUG storage: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >18:49:33,382 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >18:49:33,578 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >18:49:33,592 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:49:33,615 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:49:33,793 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >18:49:33,806 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >18:49:33,820 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >18:49:33,835 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >18:49:33,850 DEBUG storage: DMDevice.teardown: live-osimg-min ; status: True ; controllable: False ; >18:49:33,862 DEBUG storage: PartitionDevice.teardown: sda2 ; status: False ; controllable: True ; >18:49:33,869 DEBUG storage: PartitionDevice.teardown: sda3 ; status: False ; controllable: True ; >18:49:33,881 INFO storage: resetting parted disks... >18:49:33,889 DEBUG storage: DiskLabel.resetPartedDisk: device: /dev/sdb ; >18:49:33,899 DEBUG storage: DiskLabel.resetPartedDisk: device: /dev/sda ; >18:49:33,909 DEBUG storage: PartitionDevice.preCommitFixup: sdb1 ; >18:49:33,930 DEBUG storage: sector-based lookup found partition sdb1 >18:49:33,944 DEBUG storage: PartitionDevice._setPartedPartition: sdb1 ; >18:49:33,964 DEBUG storage: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb48720ac> fileSystem: <parted.filesystem.FileSystem object at 0xafe3f4c> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0xafe3b6c> PedPartition: <_ped.Partition object at 0xafe27dc> >18:49:33,988 DEBUG storage: PartitionDevice.preCommitFixup: sda1 ; >18:49:34,000 DEBUG storage: sector-based lookup found partition sda1 >18:49:34,020 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >18:49:34,046 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb488c56c> fileSystem: <parted.filesystem.FileSystem object at 0xafc032c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafc028c> PedPartition: <_ped.Partition object at 0xafe295c> >18:49:34,065 DEBUG storage: PartitionDevice.preCommitFixup: sda2 ; >18:49:34,078 DEBUG storage: PartitionDevice.preCommitFixup: sda3 ; >18:49:34,093 DEBUG storage: PartitionDevice.preCommitFixup: sda2 ; >18:49:34,101 DEBUG storage: extended lookup found partition sda2 >18:49:34,115 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >18:49:34,128 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb488c56c> fileSystem: None > number: 2 path: /dev/sda2 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafbccec> PedPartition: <_ped.Partition object at 0xb4895b0c> >18:49:34,136 DEBUG storage: action: [0] Destroy Device partition sda2 (id 5) >18:49:34,141 DEBUG storage: action: [7] Destroy Format efi filesystem on partition sdb1 (id 1) >18:49:34,141 DEBUG storage: action: [8] Create Format ext4 filesystem on partition sdb1 (id 1) >18:49:34,142 DEBUG storage: action: [9] Create Device partition sda2 (id 18) >18:49:34,142 DEBUG storage: action: [10] Create Format ext4 filesystem mounted at / on partition sda2 (id 18) >18:49:34,152 DEBUG storage: action: [11] Create Device partition sda3 (id 19) >18:49:34,152 DEBUG storage: action: [12] Create Format swap on partition sda3 (id 19) >18:49:34,153 INFO storage: pruning action queue... >18:49:34,154 INFO storage: sorting actions... >18:49:34,160 DEBUG storage: action: [7] Destroy Format efi filesystem on partition sdb1 (id 1) >18:49:34,169 DEBUG storage: action: [0] Destroy Device partition sda2 (id 5) >18:49:34,169 DEBUG storage: action: [9] Create Device partition sda2 (id 18) >18:49:34,169 DEBUG storage: action: [11] Create Device partition sda3 (id 19) >18:49:34,170 DEBUG storage: action: [12] Create Format swap on partition sda3 (id 19) >18:49:34,170 DEBUG storage: action: [10] Create Format ext4 filesystem mounted at / on partition sda2 (id 18) >18:49:34,177 DEBUG storage: action: [8] Create Format ext4 filesystem on partition sdb1 (id 1) >18:49:34,177 INFO storage: executing action: [7] Destroy Format efi filesystem on partition sdb1 (id 1) >18:49:34,193 DEBUG storage: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: True ; >18:49:34,206 DEBUG storage: EFIFS.destroy: device: /dev/sdb1 ; status: False ; type: efi ; >18:49:34,751 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >18:49:35,300 INFO storage: executing action: [0] Destroy Device partition sda2 (id 5) >18:49:35,320 DEBUG storage: PartitionDevice.destroy: sda2 ; status: True ; >18:49:35,337 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >18:49:35,359 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >18:49:35,392 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >18:49:35,680 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sda2 ; orig: True ; >18:49:35,699 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: True ; >18:49:35,718 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >18:49:35,736 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >18:49:35,760 DEBUG storage: PartitionDevice._destroy: sda2 ; status: True ; >18:49:35,783 DEBUG storage: DiskLabel.commit: device: /dev/sda ; numparts: 1 ; >18:49:37,000 INFO storage: executing action: [9] Create Device partition sda2 (id 18) >18:49:37,019 DEBUG storage: PartitionDevice.create: sda2 ; status: False ; >18:49:37,040 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sda2 ; orig: False ; >18:49:37,064 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >18:49:37,091 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >18:49:37,123 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >18:49:37,159 DEBUG storage: PartitionDevice._create: sda2 ; status: False ; >18:49:37,214 DEBUG storage: DiskLabel.commit: device: /dev/sda ; numparts: 2 ; >18:49:38,310 DEBUG storage: post-commit partition path is /dev/sda2 >18:49:38,341 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >18:49:38,388 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb488c56c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafbcb6c> PedPartition: <_ped.Partition object at 0xafe28cc> >18:49:38,408 DEBUG storage: DeviceFormat.destroy: device: /dev/sda2 ; status: False ; type: None ; >18:49:38,797 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >18:49:38,823 DEBUG storage: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >18:49:38,854 DEBUG storage: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >18:49:38,884 DEBUG storage: sda2 sysfsPath set to /devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 >18:49:39,677 INFO storage: executing action: [11] Create Device partition sda3 (id 19) >18:49:39,702 DEBUG storage: PartitionDevice.create: sda3 ; status: False ; >18:49:39,722 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sda3 ; orig: False ; >18:49:39,739 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >18:49:39,757 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >18:49:39,776 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >18:49:39,793 DEBUG storage: PartitionDevice._create: sda3 ; status: False ; >18:49:39,820 DEBUG storage: DiskLabel.commit: device: /dev/sda ; numparts: 3 ; >18:49:41,260 DEBUG storage: post-commit partition path is /dev/sda3 >18:49:41,293 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >18:49:41,338 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb488c56c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xafe0c4c> PedPartition: <_ped.Partition object at 0xafe29bc> >18:49:41,370 DEBUG storage: DeviceFormat.destroy: device: /dev/sda3 ; status: False ; type: None ; >18:49:41,723 DEBUG storage: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >18:49:41,763 DEBUG storage: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >18:49:41,800 DEBUG storage: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >18:49:41,823 DEBUG storage: sda3 sysfsPath set to /devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda3 >18:49:42,341 INFO storage: executing action: [12] Create Format swap on partition sda3 (id 19) >18:49:42,377 DEBUG storage: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >18:49:42,392 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 1 ; >18:49:42,409 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 2 ; >18:49:42,428 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 4 ; >18:49:42,444 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 5 ; >18:49:42,463 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 6 ; >18:49:42,480 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 8 ; >18:49:42,500 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 9 ; >18:49:42,518 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 10 ; >18:49:42,540 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 11 ; >18:49:42,552 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 12 ; >18:49:42,573 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 13 ; >18:49:42,589 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 14 ; >18:49:42,610 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 15 ; >18:49:42,635 DEBUG storage: PartitionDevice.setFlag: path: /dev/sda3 ; flag: 3 ; >18:49:42,659 DEBUG storage: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 3 ; >18:49:42,721 DEBUG storage: SwapSpace.create: device: /dev/sda3 ; status: None ; type: swap ; >18:49:42,747 DEBUG storage: SwapSpace.create: device: /dev/sda3 ; status: None ; type: swap ; >18:49:43,186 DEBUG storage: SwapSpace.notifyKernel: device: /dev/sda3 ; type: swap ; >18:49:43,749 DEBUG storage: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >18:49:43,789 DEBUG storage: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >18:49:43,814 DEBUG storage: sda3 sysfsPath set to /devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda3 >18:49:44,153 INFO storage: executing action: [10] Create Format ext4 filesystem mounted at / on partition sda2 (id 18) >18:49:44,181 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >18:49:44,199 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 1 ; >18:49:44,217 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 2 ; >18:49:44,235 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 3 ; >18:49:44,250 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 4 ; >18:49:44,268 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 5 ; >18:49:44,285 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 6 ; >18:49:44,303 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 8 ; >18:49:44,318 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 9 ; >18:49:44,339 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 10 ; >18:49:44,351 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 11 ; >18:49:44,372 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 12 ; >18:49:44,386 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 13 ; >18:49:44,407 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 14 ; >18:49:44,423 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 15 ; >18:49:44,449 DEBUG storage: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 3 ; >18:49:44,515 DEBUG storage: Ext4FS.create: device: /dev/sda2 ; status: False ; type: ext4 ; >18:49:44,537 DEBUG storage: Ext4FS.doFormat: device: /dev/sda2 ; mountpoint: / ; type: ext4 ; >18:49:55,167 DEBUG storage: Ext4FS.notifyKernel: device: /dev/sda2 ; type: ext4 ; >18:49:56,665 DEBUG storage: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >18:49:56,812 DEBUG storage: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >18:49:56,889 DEBUG storage: sda2 sysfsPath set to /devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 >18:49:58,317 INFO storage: executing action: [8] Create Format ext4 filesystem on partition sdb1 (id 1) >18:49:58,432 DEBUG storage: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >18:49:58,504 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 1 ; >18:49:58,571 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 2 ; >18:49:58,638 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 3 ; >18:49:58,703 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 4 ; >18:49:58,771 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 5 ; >18:49:58,844 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 6 ; >18:49:58,909 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 8 ; >18:49:58,977 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 9 ; >18:49:59,043 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 10 ; >18:49:59,108 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 11 ; >18:49:59,180 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 12 ; >18:49:59,243 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 13 ; >18:49:59,310 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 14 ; >18:49:59,381 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 15 ; >18:49:59,491 DEBUG storage: DiskLabel.commitToDisk: device: /dev/sdb ; numparts: 1 ; >18:49:59,561 DEBUG storage: Ext4FS.create: device: /dev/sdb1 ; status: False ; type: ext4 ; >18:49:59,572 DEBUG storage: Ext4FS.doFormat: device: /dev/sdb1 ; mountpoint: None ; type: ext4 ; > > >/tmp/ifcfg.log: >14:36:26,747 DEBUG ifcfg: Network object created called >14:36:27,376 DEBUG ifcfg: NetworkDevice em1: setDefaultConfig() >14:36:27,377 DEBUG ifcfg: NetworkDevice em1 set: DEVICE=em1 BOOTPROTO=dhcp ONBOOT=no >14:36:27,383 DEBUG ifcfg: NetworkDevice em1 set: HWADDR=00:0D:56:AD:99:E0 >14:36:27,384 DEBUG ifcfg: NetworkDevice em1 set: UUID=f95dbaab-7723-4b1e-82ce-ca3e715e0ef1 >14:36:27,389 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-em1: > >14:36:27,397 DEBUG ifcfg: NetworkDevice em1: >DEVICE="em1" >HWADDR="00:0D:56:AD:99:E0" >BOOTPROTO="dhcp" >ONBOOT="no" >UUID="f95dbaab-7723-4b1e-82ce-ca3e715e0ef1" > >14:36:27,399 DEBUG ifcfg: writeIfcfgFile em1 to /etc/sysconfig/network-scripts/ifcfg-em1 > > >/proc/cmdline: >initrd=initrd0.img root=live:UUID=C36D-DA6A rootfstype=vfat ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 > > >/var/log/messages: >Sep 13 14:26:01 localhost kernel: imklog 5.8.11, log source = /proc/kmsg started. >Sep 13 14:26:01 localhost rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="544" x-info="http://www.rsyslog.com"] start >Sep 13 14:26:02 localhost systemd[1]: Successfully loaded SELinux policy in 17s 80ms 842us. >Sep 13 14:26:02 localhost systemd[1]: Relabelled /dev and /run in 396ms 365us. >Sep 13 14:26:02 localhost systemd[1]: systemd 188 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP; fedora) >Sep 13 14:26:02 localhost systemd[1]: Set hostname to <localhost.localdomain>. >Sep 13 14:26:02 localhost systemd-udevd[376]: specified group 'plugdev' unknown >Sep 13 14:26:02 localhost kernel: [ 0.000000] Initializing cgroup subsys cpuset >Sep 13 14:26:02 localhost kernel: [ 0.000000] Initializing cgroup subsys cpu >Sep 13 14:26:02 localhost kernel: [ 0.000000] Linux version 3.6.0-0.rc2.git2.1.fc18.i686 (mockbuild@) (gcc version 4.7.1 20120720 (Red Hat 4.7.1-5) (GCC) ) #1 SMP Wed Aug 22 12:22:10 UTC 2012 >Sep 13 14:26:02 localhost kernel: [ 0.000000] e820: BIOS-provided physical RAM map: >Sep 13 14:26:02 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable >Sep 13 14:26:02 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved >Sep 13 14:26:02 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000004ffcf7ff] usable >Sep 13 14:26:02 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000004ffcf800-0x000000004fffffff] reserved >Sep 13 14:26:02 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec1ffff] reserved >Sep 13 14:26:02 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000fee0ffff] reserved >Sep 13 14:26:02 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved >Sep 13 14:26:02 localhost kernel: [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU! >Sep 13 14:26:02 localhost kernel: [ 0.000000] DMI 2.3 present. >Sep 13 14:26:02 localhost kernel: [ 0.000000] e820: last_pfn = 0x4ffcf max_arch_pfn = 0x100000 >Sep 13 14:26:02 localhost kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >Sep 13 14:26:02 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x373fdfff] >Sep 13 14:26:02 localhost kernel: [ 0.000000] RAMDISK: [mem 0x4e6e8000-0x4ffcefff] >Sep 13 14:26:02 localhost kernel: [ 0.000000] Allocated new RAMDISK: [mem 0x35b17000-0x373fd56f] >Sep 13 14:26:02 localhost kernel: [ 0.000000] Move RAMDISK from [mem 0x4e6e8000-0x4ffce56f] to [mem 0x35b17000-0x373fd56f] >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: RSDP 000fdea0 00014 (v00 DELL ) >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: RSDT 4fff0000 0002C (v01 DELL CPi R 27D40C0A ASL 00000061) >Sep 13 14:26:02 localhost mtp-probe: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1" >Sep 13 14:26:02 localhost systemd-udevd[456]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: FACP 4fff0400 00074 (v01 DELL CPi R 27D40C0A ASL 00000061) >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: DSDT 4fff1000 02357 (v01 INT430 SYSFexxx 00001001 MSFT 0100000E) >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: FACS 4ffff800 00040 >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: APIC 4fff0c00 00068 (v01 DELL CPi R 27D40C0A ASL 00000047) >Sep 13 14:26:02 localhost kernel: [ 0.000000] 395MB HIGHMEM available. >Sep 13 14:26:02 localhost kernel: [ 0.000000] 883MB LOWMEM available. >Sep 13 14:26:02 localhost kernel: [ 0.000000] mapped low ram: 0 - 373fe000 >Sep 13 14:26:02 localhost kernel: [ 0.000000] low ram: 0 - 373fe000 >Sep 13 14:26:02 localhost systemd-udevd[455]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:26:02 localhost kernel: [ 0.000000] Zone ranges: >Sep 13 14:26:02 localhost kernel: [ 0.000000] DMA [mem 0x00010000-0x00ffffff] >Sep 13 14:26:02 localhost kernel: [ 0.000000] Normal [mem 0x01000000-0x373fdfff] >Sep 13 14:26:02 localhost kernel: [ 0.000000] HighMem [mem 0x373fe000-0x4ffcefff] >Sep 13 14:26:02 localhost kernel: [ 0.000000] Movable zone start for each node >Sep 13 14:26:02 localhost kernel: [ 0.000000] Early memory node ranges >Sep 13 14:26:02 localhost kernel: [ 0.000000] node 0: [mem 0x00010000-0x0009efff] >Sep 13 14:26:02 localhost kernel: [ 0.000000] node 0: [mem 0x00100000-0x4ffcefff] >Sep 13 14:26:02 localhost systemd-udevd[457]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:26:02 localhost kernel: [ 0.000000] Using APIC driver default >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x1008 >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled) >Sep 13 14:26:02 localhost systemd-udevd[458]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:26:02 localhost systemd-udevd[459]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) >Sep 13 14:26:02 localhost kernel: [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23 >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >Sep 13 14:26:02 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >Sep 13 14:26:02 localhost kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information >Sep 13 14:26:02 localhost kernel: [ 0.000000] smpboot: Allowing 2 CPUs, 1 hotplug CPUs >Sep 13 14:26:02 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 >Sep 13 14:26:02 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000 >Sep 13 14:26:02 localhost kernel: [ 0.000000] e820: [mem 0x50000000-0xfebfffff] available for PCI devices >Sep 13 14:26:02 localhost kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware >Sep 13 14:26:02 localhost kernel: [ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1 >Sep 13 14:26:02 localhost kernel: [ 0.000000] PERCPU: Embedded 334 pages/cpu @f4e65000 s1345152 r0 d22912 u1368064 >Sep 13 14:26:02 localhost kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 324958 >Sep 13 14:26:02 localhost kernel: [ 0.000000] Kernel command line: initrd=initrd0.img root=live:UUID=C36D-DA6A rootfstype=vfat ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 >Sep 13 14:26:02 localhost kernel: [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) >Sep 13 14:26:02 localhost kernel: [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) >Sep 13 14:26:02 localhost kernel: [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) >Sep 13 14:26:03 localhost kernel: [ 0.000000] __ex_table already sorted, skipping sort >Sep 13 14:26:03 localhost kernel: [ 0.000000] Initializing CPU#0 >Sep 13 14:26:03 localhost kernel: [ 0.000000] allocated 2620920 bytes of page_cgroup >Sep 13 14:26:03 localhost kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >Sep 13 14:26:03 localhost kernel: [ 0.000000] Initializing HighMem for node 0 (000373fe:0004ffcf) >Sep 13 14:26:03 localhost kernel: [ 0.000000] Memory: 1250080k/1310524k available (6158k kernel code, 59992k reserved, 2914k data, 2020k init, 405316k highmem) >Sep 13 14:26:03 localhost kernel: [ 0.000000] virtual kernel memory layout: >Sep 13 14:26:03 localhost kernel: [ 0.000000] fixmap : 0xffa96000 - 0xfffff000 (5540 kB) >Sep 13 14:26:03 localhost kernel: [ 0.000000] pkmap : 0xff400000 - 0xff800000 (4096 kB) >Sep 13 14:26:03 localhost kernel: [ 0.000000] vmalloc : 0xf7bfe000 - 0xff3fe000 ( 120 MB) >Sep 13 14:26:03 localhost kernel: [ 0.000000] lowmem : 0xc0000000 - 0xf73fe000 ( 883 MB) >Sep 13 14:26:03 localhost kernel: [ 0.000000] .init : 0xc0cdd000 - 0xc0ed6000 (2020 kB) >Sep 13 14:26:03 localhost kernel: [ 0.000000] .data : 0xc0a03af1 - 0xc0cdc340 (2914 kB) >Sep 13 14:26:03 localhost kernel: [ 0.000000] .text : 0xc0400000 - 0xc0a03af1 (6158 kB) >Sep 13 14:26:03 localhost kernel: [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. >Sep 13 14:26:03 localhost kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 >Sep 13 14:26:03 localhost kernel: [ 0.000000] Hierarchical RCU implementation. >Sep 13 14:26:03 localhost kernel: [ 0.000000] RCU lockdep checking is enabled. >Sep 13 14:26:03 localhost kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=2. >Sep 13 14:26:03 localhost kernel: [ 0.000000] NR_IRQS:2304 nr_irqs:512 16 >Sep 13 14:26:03 localhost kernel: [ 0.000000] Console: colour VGA+ 80x25 >Sep 13 14:26:03 localhost kernel: [ 0.000000] console [tty0] enabled >Sep 13 14:26:03 localhost avahi-daemon[543]: avahi-daemon 0.6.31 starting up. >Sep 13 14:26:03 localhost kernel: [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar >Sep 13 14:26:03 localhost kernel: [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 >Sep 13 14:26:03 localhost kernel: [ 0.000000] ... MAX_LOCK_DEPTH: 48 >Sep 13 14:26:03 localhost kernel: [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 >Sep 13 14:26:03 localhost kernel: [ 0.000000] ... CLASSHASH_SIZE: 4096 >Sep 13 14:26:03 localhost kernel: [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 >Sep 13 14:26:03 localhost kernel: [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 >Sep 13 14:26:03 localhost kernel: [ 0.000000] ... CHAINHASH_SIZE: 16384 >Sep 13 14:26:03 localhost kernel: [ 0.000000] memory used by lock dependency info: 3823 kB >Sep 13 14:26:03 localhost kernel: [ 0.000000] per task-struct memory footprint: 1920 bytes >Sep 13 14:26:03 localhost kernel: [ 0.000000] kmemleak: Kernel memory leak detector disabled >Sep 13 14:26:03 localhost kernel: [ 0.000000] tsc: Fast TSC calibration using PIT >Sep 13 14:26:03 localhost kernel: [ 0.000000] tsc: Detected 3055.678 MHz processor >Sep 13 14:26:03 localhost kernel: [ 0.002004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6111.35 BogoMIPS (lpj=3055678) >Sep 13 14:26:03 localhost kernel: [ 0.002011] pid_max: default: 32768 minimum: 301 >Sep 13 14:26:03 localhost kernel: [ 0.003162] Security Framework initialized >Sep 13 14:26:03 localhost kernel: [ 0.003189] SELinux: Initializing. >Sep 13 14:26:03 localhost kernel: [ 0.004347] Mount-cache hash table entries: 512 >Sep 13 14:26:03 localhost kernel: [ 0.010063] Initializing cgroup subsys cpuacct >Sep 13 14:26:03 localhost kernel: [ 0.010083] Initializing cgroup subsys memory >Sep 13 14:26:03 localhost kernel: [ 0.010392] Initializing cgroup subsys devices >Sep 13 14:26:03 localhost kernel: [ 0.010422] Initializing cgroup subsys freezer >Sep 13 14:26:03 localhost kernel: [ 0.010438] Initializing cgroup subsys net_cls >Sep 13 14:26:03 localhost kernel: [ 0.010459] Initializing cgroup subsys blkio >Sep 13 14:26:03 localhost kernel: [ 0.010465] Initializing cgroup subsys perf_event >Sep 13 14:26:03 localhost kernel: [ 0.011042] CPU0: Hyper-Threading is disabled >Sep 13 14:26:03 localhost kernel: [ 0.011047] mce: CPU supports 4 MCE banks >Sep 13 14:26:03 localhost auditd[531]: Init complete, auditd 2.2.1 listening for events (startup state enable) >Sep 13 14:26:03 localhost kernel: [ 0.011078] CPU0: Thermal monitoring enabled (TM1) >Sep 13 14:26:03 localhost kernel: [ 0.011115] Last level iTLB entries: 4KB 128, 2MB 128, 4MB 128 >Sep 13 14:26:03 localhost kernel: [ 0.011115] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64 >Sep 13 14:26:03 localhost kernel: [ 0.011115] tlb_flushall_shift is 0x6 >Sep 13 14:26:03 localhost kernel: [ 0.011305] SMP alternatives: lockdep: fixing up alternatives >Sep 13 14:26:03 localhost kernel: [ 0.011309] SMP alternatives: switching to UP code >Sep 13 14:26:03 localhost kernel: [ 0.026063] ACPI: Core revision 20120711 >Sep 13 14:26:03 localhost kernel: [ 0.132080] ftrace: allocating 22878 entries in 45 pages >Sep 13 14:26:03 localhost kernel: [ 0.144116] Enabling APIC mode: Flat. Using 1 I/O APICs >Sep 13 14:26:03 localhost kernel: [ 0.144923] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >Sep 13 14:26:03 localhost kernel: [ 0.154975] smpboot: CPU0: Mobile Intel(R) Pentium(R) 4 CPU 3.06GHz stepping 09 >Sep 13 14:26:03 localhost kernel: [ 0.155976] Performance Events: Netburst events, Netburst P4/Xeon PMU driver. >Sep 13 14:26:03 localhost kernel: [ 0.155976] ... version: 0 >Sep 13 14:26:03 localhost kernel: [ 0.155976] ... bit width: 40 >Sep 13 14:26:03 localhost kernel: [ 0.155976] ... generic registers: 18 >Sep 13 14:26:03 localhost kernel: [ 0.155976] ... value mask: 000000ffffffffff >Sep 13 14:26:03 localhost kernel: [ 0.155976] ... max period: 0000007fffffffff >Sep 13 14:26:03 localhost kernel: [ 0.155976] ... fixed-purpose events: 0 >Sep 13 14:26:03 localhost kernel: [ 0.155976] ... event mask: 000000000003ffff >Sep 13 14:26:03 localhost kernel: [ 0.161856] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >Sep 13 14:26:03 localhost kernel: [ 0.162472] Brought up 1 CPUs >Sep 13 14:26:03 localhost kernel: [ 0.162478] smpboot: Total of 1 processors activated (6111.35 BogoMIPS) >Sep 13 14:26:03 localhost kernel: [ 0.166340] devtmpfs: initialized >Sep 13 14:26:03 localhost kernel: [ 0.174546] atomic64 test passed for i586+ platform with CX8 and with SSE >Sep 13 14:26:03 localhost kernel: [ 0.174821] RTC time: 18:24:28, date: 09/13/12 >Sep 13 14:26:03 localhost kernel: [ 0.176102] NET: Registered protocol family 16 >Sep 13 14:26:03 localhost kernel: [ 0.179905] ACPI: bus type pci registered >Sep 13 14:26:03 localhost kernel: [ 0.250134] PCI: PCI BIOS revision 2.10 entry at 0xfcf1e, last bus=2 >Sep 13 14:26:03 localhost kernel: [ 0.250147] PCI: Using configuration type 1 for base access >Sep 13 14:26:03 localhost kernel: [ 0.291112] bio: create slab <bio-0> at 0 >Sep 13 14:26:03 localhost kernel: [ 0.292849] ACPI: Added _OSI(Module Device) >Sep 13 14:26:03 localhost kernel: [ 0.292869] ACPI: Added _OSI(Processor Device) >Sep 13 14:26:03 localhost kernel: [ 0.292894] ACPI: Added _OSI(3.0 _SCP Extensions) >Sep 13 14:26:03 localhost kernel: [ 0.292920] ACPI: Added _OSI(Processor Aggregator Device) >Sep 13 14:26:03 localhost kernel: [ 0.425754] ACPI: Interpreter enabled >Sep 13 14:26:03 localhost kernel: [ 0.425783] ACPI: (supports S0 S1 S3 S4 S5) >Sep 13 14:26:03 localhost kernel: [ 0.426758] ACPI: Using IOAPIC for interrupt routing >Sep 13 14:26:03 localhost kernel: [ 0.687216] ACPI: No dock devices found. >Sep 13 14:26:03 localhost kernel: [ 0.687240] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug >Sep 13 14:26:03 localhost kernel: [ 0.854808] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >Sep 13 14:26:03 localhost kernel: [ 1.203106] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >Sep 13 14:26:03 localhost kernel: [ 1.204657] PCI host bridge to bus 0000:00 >Sep 13 14:26:03 localhost kernel: [ 1.204697] pci_bus 0000:00: root bus resource [bus 00-ff] >Sep 13 14:26:03 localhost kernel: [ 1.204720] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >Sep 13 14:26:03 localhost kernel: [ 1.204744] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff] >Sep 13 14:26:03 localhost kernel: [ 1.207996] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH4 ACPI/GPIO/TCO >Sep 13 14:26:03 localhost kernel: [ 1.208007] pci 0000:00:1f.0: quirk: [io 0x1080-0x10bf] claimed by ICH4 GPIO >Sep 13 14:26:03 localhost kernel: [ 1.209765] pci 0000:00:01.0: PCI bridge to [bus 01] >Sep 13 14:26:03 localhost kernel: [ 1.211105] pci 0000:00:1e.0: PCI bridge to [bus 02] (subtractive decode) >Sep 13 14:26:03 localhost kernel: [ 1.211336] pci_bus 0000:03: [bus 03-06] partially hidden behind transparent bridge 0000:02 [bus 02] >Sep 13 14:26:03 localhost kernel: [ 1.248836] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM >Sep 13 14:26:03 localhost kernel: [ 1.248841] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) >Sep 13 14:26:03 localhost kernel: [ 1.688089] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11) >Sep 13 14:26:03 localhost kernel: [ 1.693406] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *11 >Sep 13 14:26:03 localhost kernel: [ 1.698647] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 *11) >Sep 13 14:26:03 localhost kernel: [ 1.703922] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11) >Sep 13 14:26:03 localhost kernel: [ 1.709173] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) >Sep 13 14:26:03 localhost kernel: [ 1.714404] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) >Sep 13 14:26:03 localhost kernel: [ 1.717681] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none >Sep 13 14:26:03 localhost kernel: [ 1.717782] vgaarb: loaded >Sep 13 14:26:03 localhost kernel: [ 1.717785] vgaarb: bridge control possible 0000:01:00.0 >Sep 13 14:26:03 localhost kernel: [ 1.720908] SCSI subsystem initialized >Sep 13 14:26:03 localhost kernel: [ 1.720933] ACPI: bus type scsi registered >Sep 13 14:26:03 localhost kernel: [ 1.722327] ACPI: bus type usb registered >Sep 13 14:26:03 localhost kernel: [ 1.722938] usbcore: registered new interface driver usbfs >Sep 13 14:26:03 localhost kernel: [ 1.723207] usbcore: registered new interface driver hub >Sep 13 14:26:03 localhost kernel: [ 1.723593] usbcore: registered new device driver usb >Sep 13 14:26:03 localhost kernel: [ 1.725235] PCI: Using ACPI for IRQ routing >Sep 13 14:26:03 localhost kernel: [ 1.729247] NetLabel: Initializing >Sep 13 14:26:03 localhost kernel: [ 1.729252] NetLabel: domain hash size = 128 >Sep 13 14:26:03 localhost kernel: [ 1.729263] NetLabel: protocols = UNLABELED CIPSOv4 >Sep 13 14:26:03 localhost kernel: [ 1.729629] NetLabel: unlabeled traffic allowed by default >Sep 13 14:26:03 localhost kernel: [ 2.050177] pnp: PnP ACPI init >Sep 13 14:26:03 localhost kernel: [ 2.050468] ACPI: bus type pnp registered >Sep 13 14:26:03 localhost kernel: [ 2.198353] system 00:00: [mem 0x00000000-0x0009fbff] could not be reserved >Sep 13 14:26:03 localhost kernel: [ 2.198418] system 00:00: [mem 0x0009fc00-0x0009ffff] could not be reserved >Sep 13 14:26:03 localhost kernel: [ 2.198482] system 00:00: [mem 0x000c0000-0x000cffff] could not be reserved >Sep 13 14:26:03 localhost kernel: [ 2.198547] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved >Sep 13 14:26:03 localhost kernel: [ 2.198611] system 00:00: [mem 0x00100000-0x4ffeffff] could not be reserved >Sep 13 14:26:03 localhost kernel: [ 2.198646] system 00:00: [mem 0x4fff0000-0x4fffffff] has been reserved >Sep 13 14:26:03 localhost kernel: [ 2.198694] system 00:00: [mem 0xfec10000-0xfec1ffff] has been reserved >Sep 13 14:26:03 localhost kernel: [ 2.198730] system 00:00: [mem 0xfeda0000-0xfedfffff] has been reserved >Sep 13 14:26:03 localhost kernel: [ 2.198766] system 00:00: [mem 0xffb00000-0xffbfffff] has been reserved >Sep 13 14:26:03 localhost kernel: [ 2.198831] system 00:00: [mem 0xfec00000-0xfec0ffff] could not be reserved >Sep 13 14:26:03 localhost kernel: [ 2.198875] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved >Sep 13 14:26:03 localhost kernel: [ 2.352873] pnp 00:02: disabling [io 0x1000-0x1005] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f] >Sep 13 14:26:03 localhost kernel: [ 2.352886] pnp 00:02: disabling [io 0x1008-0x100f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f] >Sep 13 14:26:03 localhost kernel: [ 2.353855] system 00:02: [io 0x04d0-0x04d1] has been reserved >Sep 13 14:26:03 localhost kernel: [ 2.353892] system 00:02: [io 0x0800-0x080f] has been reserved >Sep 13 14:26:03 localhost kernel: [ 2.354995] pnp 00:03: disabling [io 0x1006-0x1007] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f] >Sep 13 14:26:03 localhost kernel: [ 2.354999] pnp 00:03: disabling [io 0x1010-0x105f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f] >Sep 13 14:26:03 localhost kernel: [ 2.355012] pnp 00:03: disabling [io 0x1060-0x107f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f] >Sep 13 14:26:03 localhost kernel: [ 2.356001] system 00:03: [io 0xf400-0xf4fe] has been reserved >Sep 13 14:26:03 localhost kernel: [ 2.356047] system 00:03: [io 0x1080-0x10bf] has been reserved >Sep 13 14:26:03 localhost kernel: [ 2.356082] system 00:03: [io 0x10c0-0x10df] has been reserved >Sep 13 14:26:03 localhost kernel: [ 2.356117] system 00:03: [io 0x10e0-0x10ff] has been reserved >Sep 13 14:26:03 localhost kernel: [ 2.363693] system 00:08: [io 0x0900-0x097f] has been reserved >Sep 13 14:26:03 localhost kernel: [ 2.379010] pnp: PnP ACPI: found 11 devices >Sep 13 14:26:03 localhost kernel: [ 2.379015] ACPI: ACPI bus type pnp unregistered >Sep 13 14:26:03 localhost kernel: [ 2.462361] Switching to clocksource acpi_pm >Sep 13 14:26:03 localhost kernel: [ 2.462617] pci 0000:00:1e.0: BAR 15: assigned [mem 0x50000000-0x53ffffff pref] >Sep 13 14:26:03 localhost kernel: [ 2.462617] pci 0000:00:1f.1: BAR 5: assigned [mem 0x54000000-0x540003ff] >Sep 13 14:26:03 localhost kernel: [ 2.462617] pci 0000:01:00.0: BAR 6: assigned [mem 0xfd000000-0xfd01ffff pref] >Sep 13 14:26:03 localhost kernel: [ 2.462617] pci 0000:00:01.0: PCI bridge to [bus 01] >Sep 13 14:26:03 localhost kernel: [ 2.462617] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff] >Sep 13 14:26:03 localhost kernel: [ 2.462617] pci 0000:00:01.0: bridge window [mem 0xfc000000-0xfdffffff] >Sep 13 14:26:03 localhost kernel: [ 2.462617] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff pref] >Sep 13 14:26:03 localhost kernel: [ 2.462617] pci 0000:02:04.0: BAR 0: assigned [mem 0xf8000000-0xf8000fff] >Sep 13 14:26:03 localhost kernel: [ 2.462617] pci 0000:02:04.0: BAR 15: assigned [mem 0x50000000-0x53ffffff pref] >Sep 13 14:26:03 localhost kernel: [ 2.462617] pci 0000:02:04.0: BAR 16: assigned [mem 0x58000000-0x5bffffff] >Sep 13 14:26:03 localhost kernel: [ 2.462624] pci 0000:02:04.0: BAR 13: assigned [io 0xd000-0xd0ff] >Sep 13 14:26:03 localhost kernel: [ 2.462628] pci 0000:02:04.0: BAR 14: assigned [io 0xd400-0xd4ff] >Sep 13 14:26:03 localhost kernel: [ 2.462753] pci 0000:02:04.0: CardBus bridge to [bus 03-06] >Sep 13 14:26:03 localhost kernel: [ 2.462757] pci 0000:02:04.0: bridge window [io 0xd000-0xd0ff] >Sep 13 14:26:03 localhost kernel: [ 2.462765] pci 0000:02:04.0: bridge window [io 0xd400-0xd4ff] >Sep 13 14:26:03 localhost abrtd: Init complete, entering main loop >Sep 13 14:26:03 localhost kernel: [ 2.462781] pci 0000:02:04.0: bridge window [mem 0x50000000-0x53ffffff pref] >Sep 13 14:26:03 localhost kernel: [ 2.462789] pci 0000:02:04.0: bridge window [mem 0x58000000-0x5bffffff] >Sep 13 14:26:03 localhost kernel: [ 2.462797] pci 0000:00:1e.0: PCI bridge to [bus 02] >Sep 13 14:26:03 localhost kernel: [ 2.462802] pci 0000:00:1e.0: bridge window [io 0xd000-0xefff] >Sep 13 14:26:03 localhost kernel: [ 2.462820] pci 0000:00:1e.0: bridge window [mem 0xf6000000-0xfbffffff] >Sep 13 14:26:03 localhost kernel: [ 2.462820] pci 0000:00:1e.0: bridge window [mem 0x50000000-0x53ffffff pref] >Sep 13 14:26:03 localhost kernel: [ 2.462820] pci 0000:02:04.0: enabling device (0000 -> 0003) >Sep 13 14:26:03 localhost kernel: [ 2.463604] NET: Registered protocol family 2 >Sep 13 14:26:03 localhost kernel: [ 2.465941] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) >Sep 13 14:26:03 localhost kernel: [ 2.467981] TCP bind hash table entries: 65536 (order: 9, 2883584 bytes) >Sep 13 14:26:03 localhost kernel: [ 2.477307] TCP: Hash tables configured (established 131072 bind 65536) >Sep 13 14:26:03 localhost kernel: [ 2.477566] TCP: reno registered >Sep 13 14:26:03 localhost kernel: [ 2.477596] UDP hash table entries: 512 (order: 3, 49152 bytes) >Sep 13 14:26:03 localhost kernel: [ 2.477753] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes) >Sep 13 14:26:03 localhost kernel: [ 2.479170] NET: Registered protocol family 1 >Sep 13 14:26:03 localhost kernel: [ 2.481648] Unpacking initramfs... >Sep 13 14:26:03 localhost kernel: [ 4.343339] Freeing initrd memory: 25500k freed >Sep 13 14:26:03 localhost kernel: [ 4.667670] DMA-API: preallocated 32768 debug entries >Sep 13 14:26:03 localhost kernel: [ 4.667686] DMA-API: debugging enabled by kernel config >Sep 13 14:26:03 localhost kernel: [ 4.670487] apm: BIOS not found. >Sep 13 14:26:03 localhost kernel: [ 4.674797] Initialise module verification >Sep 13 14:26:03 localhost kernel: [ 4.675189] audit: initializing netlink socket (disabled) >Sep 13 14:26:03 localhost kernel: [ 4.675418] type=2000 audit(1347560672.674:1): initialized >Sep 13 14:26:03 localhost kernel: [ 4.699510] cryptomgr_test (21) used greatest stack depth: 7072 bytes left >Sep 13 14:26:03 localhost kernel: [ 4.703911] bounce pool size: 64 pages >Sep 13 14:26:03 localhost kernel: [ 4.704277] HugeTLB registered 4 MB page size, pre-allocated 0 pages >Sep 13 14:26:03 localhost kernel: [ 4.776154] VFS: Disk quotas dquot_6.5.2 >Sep 13 14:26:03 localhost kernel: [ 4.776973] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) >Sep 13 14:26:03 localhost kernel: [ 4.791441] msgmni has been set to 1699 >Sep 13 14:26:03 localhost kernel: [ 4.792953] Key type crypto registered >Sep 13 14:26:03 localhost kernel: [ 4.792983] Crypto key parser 'pgp' registered >Sep 13 14:26:03 localhost kernel: [ 4.792987] Crypto signature parser 'pgp' registered >Sep 13 14:26:03 localhost kernel: [ 4.797779] cryptomgr_test (28) used greatest stack depth: 6720 bytes left >Sep 13 14:26:03 localhost kernel: [ 4.801449] cryptomgr_test (33) used greatest stack depth: 6648 bytes left >Sep 13 14:26:03 localhost kernel: [ 4.801554] alg: No test for stdrng (krng) >Sep 13 14:26:03 localhost kernel: [ 4.801595] NET: Registered protocol family 38 >Sep 13 14:26:03 localhost kernel: [ 4.802778] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >Sep 13 14:26:03 localhost kernel: [ 4.803492] io scheduler noop registered >Sep 13 14:26:03 localhost kernel: [ 4.803498] io scheduler deadline registered >Sep 13 14:26:03 localhost kernel: [ 4.804966] io scheduler cfq registered (default) >Sep 13 14:26:03 localhost kernel: [ 4.804971] start plist test >Sep 13 14:26:03 localhost kernel: [ 4.808227] end plist test >Sep 13 14:26:03 localhost kernel: [ 4.822132] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >Sep 13 14:26:03 localhost kernel: [ 4.822737] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >Sep 13 14:26:03 localhost kernel: [ 4.822740] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >Sep 13 14:26:03 localhost kernel: [ 4.841713] ACPI: AC Adapter [AC] (on-line) >Sep 13 14:26:03 localhost kernel: [ 4.846680] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0 >Sep 13 14:26:03 localhost kernel: [ 4.856104] ACPI: Lid Switch [LID] >Sep 13 14:26:03 localhost kernel: [ 4.857252] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 >Sep 13 14:26:03 localhost kernel: [ 4.857373] ACPI: Power Button [PBTN] >Sep 13 14:26:03 localhost kernel: [ 4.858483] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2 >Sep 13 14:26:03 localhost kernel: [ 4.858519] ACPI: Sleep Button [SBTN] >Sep 13 14:26:03 localhost kernel: [ 4.865385] ACPI: Requesting acpi_cpufreq >Sep 13 14:26:03 localhost kernel: [ 4.879036] tsc: Marking TSC unstable due to TSC halts in idle >Sep 13 14:26:03 localhost kernel: [ 4.890119] modprobe (37) used greatest stack depth: 6552 bytes left >Sep 13 14:26:03 localhost kernel: [ 5.094847] thermal LNXTHERM:00: registered as thermal_zone0 >Sep 13 14:26:03 localhost kernel: [ 5.094854] ACPI: Thermal Zone [THM] (71 C) >Sep 13 14:26:03 localhost kernel: [ 5.099334] GHES: HEST is not enabled! >Sep 13 14:26:03 localhost kernel: [ 5.100458] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >Sep 13 14:26:03 localhost kernel: [ 5.119274] Non-volatile memory driver v1.3 >Sep 13 14:26:03 localhost kernel: [ 5.119289] Linux agpgart interface v0.103 >Sep 13 14:26:03 localhost kernel: [ 5.128405] agpgart-intel 0000:00:00.0: Intel 855GM Chipset >Sep 13 14:26:03 localhost kernel: [ 5.158186] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xe0000000 >Sep 13 14:26:03 localhost kernel: [ 5.201635] loop: module loaded >Sep 13 14:26:03 localhost kernel: [ 5.208183] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007) >Sep 13 14:26:03 localhost kernel: [ 5.230091] scsi0 : ata_piix >Sep 13 14:26:03 localhost kernel: [ 5.871089] scsi1 : ata_piix >Sep 13 14:26:03 localhost kernel: [ 5.925768] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14 >Sep 13 14:26:03 localhost kernel: [ 5.925774] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15 >Sep 13 14:26:03 localhost kernel: [ 5.927800] libphy: Fixed MDIO Bus: probed >Sep 13 14:26:03 localhost kernel: [ 5.929963] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >Sep 13 14:26:03 localhost kernel: [ 5.930403] ehci_hcd 0000:00:1d.7: EHCI Host Controller >Sep 13 14:26:03 localhost kernel: [ 5.932667] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 >Sep 13 14:26:03 localhost kernel: [ 5.937037] ehci_hcd 0000:00:1d.7: debug port 1 >Sep 13 14:26:03 localhost kernel: [ 5.937440] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf4fffc00 >Sep 13 14:26:03 localhost kernel: [ 5.943090] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 >Sep 13 14:26:03 localhost kernel: [ 5.944268] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >Sep 13 14:26:03 localhost kernel: [ 5.944282] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Sep 13 14:26:03 localhost kernel: [ 5.944285] usb usb1: Product: EHCI Host Controller >Sep 13 14:26:03 localhost kernel: [ 5.944289] usb usb1: Manufacturer: Linux 3.6.0-0.rc2.git2.1.fc18.i686 ehci_hcd >Sep 13 14:26:03 localhost kernel: [ 5.944291] usb usb1: SerialNumber: 0000:00:1d.7 >Sep 13 14:26:03 localhost kernel: [ 5.949467] hub 1-0:1.0: USB hub found >Sep 13 14:26:03 localhost kernel: [ 5.949834] hub 1-0:1.0: 6 ports detected >Sep 13 14:26:03 localhost kernel: [ 5.953547] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >Sep 13 14:26:03 localhost kernel: [ 5.953770] uhci_hcd: USB Universal Host Controller Interface driver >Sep 13 14:26:03 localhost kernel: [ 5.954709] uhci_hcd 0000:00:1d.0: UHCI Host Controller >Sep 13 14:26:03 localhost kernel: [ 5.955957] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 >Sep 13 14:26:03 localhost kernel: [ 5.956485] uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000bf80 >Sep 13 14:26:03 localhost kernel: [ 5.957628] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 >Sep 13 14:26:03 localhost kernel: [ 5.957632] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Sep 13 14:26:03 localhost kernel: [ 5.957635] usb usb2: Product: UHCI Host Controller >Sep 13 14:26:03 localhost kernel: [ 5.957647] usb usb2: Manufacturer: Linux 3.6.0-0.rc2.git2.1.fc18.i686 uhci_hcd >Sep 13 14:26:03 localhost kernel: [ 5.957650] usb usb2: SerialNumber: 0000:00:1d.0 >Sep 13 14:26:03 localhost kernel: [ 5.961987] hub 2-0:1.0: USB hub found >Sep 13 14:26:03 localhost kernel: [ 5.962299] hub 2-0:1.0: 2 ports detected >Sep 13 14:26:03 localhost kernel: [ 5.964907] uhci_hcd 0000:00:1d.1: UHCI Host Controller >Sep 13 14:26:03 localhost kernel: [ 5.966188] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 >Sep 13 14:26:03 localhost kernel: [ 5.966642] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000bf40 >Sep 13 14:26:03 localhost kernel: [ 5.967643] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >Sep 13 14:26:03 localhost kernel: [ 5.967656] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Sep 13 14:26:03 localhost kernel: [ 5.967659] usb usb3: Product: UHCI Host Controller >Sep 13 14:26:03 localhost kernel: [ 5.967663] usb usb3: Manufacturer: Linux 3.6.0-0.rc2.git2.1.fc18.i686 uhci_hcd >Sep 13 14:26:03 localhost kernel: [ 5.967665] usb usb3: SerialNumber: 0000:00:1d.1 >Sep 13 14:26:03 localhost kernel: [ 5.971909] hub 3-0:1.0: USB hub found >Sep 13 14:26:03 localhost kernel: [ 5.972215] hub 3-0:1.0: 2 ports detected >Sep 13 14:26:03 localhost kernel: [ 5.974722] uhci_hcd 0000:00:1d.2: UHCI Host Controller >Sep 13 14:26:03 localhost kernel: [ 5.975939] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 >Sep 13 14:26:03 localhost kernel: [ 5.976460] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000bf20 >Sep 13 14:26:03 localhost kernel: [ 5.977461] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >Sep 13 14:26:03 localhost kernel: [ 5.977465] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Sep 13 14:26:03 localhost kernel: [ 5.977478] usb usb4: Product: UHCI Host Controller >Sep 13 14:26:03 localhost kernel: [ 5.977481] usb usb4: Manufacturer: Linux 3.6.0-0.rc2.git2.1.fc18.i686 uhci_hcd >Sep 13 14:26:03 localhost kernel: [ 5.977483] usb usb4: SerialNumber: 0000:00:1d.2 >Sep 13 14:26:03 localhost kernel: [ 5.981765] hub 4-0:1.0: USB hub found >Sep 13 14:26:03 localhost kernel: [ 5.982067] hub 4-0:1.0: 2 ports detected >Sep 13 14:26:03 localhost kernel: [ 5.985765] usbcore: registered new interface driver usbserial >Sep 13 14:26:03 localhost kernel: [ 5.986032] usbcore: registered new interface driver usbserial_generic >Sep 13 14:26:03 localhost kernel: [ 5.986398] USB Serial support registered for generic >Sep 13 14:26:03 localhost kernel: [ 5.986421] usbserial: USB Serial Driver core >Sep 13 14:26:03 localhost kernel: [ 5.986911] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 >Sep 13 14:26:03 localhost kernel: [ 5.987838] i8042: Warning: Keylock active >Sep 13 14:26:03 localhost kernel: [ 5.990070] serio: i8042 KBD port at 0x60,0x64 irq 1 >Sep 13 14:26:03 localhost kernel: [ 5.990355] serio: i8042 AUX port at 0x60,0x64 irq 12 >Sep 13 14:26:03 localhost kernel: [ 5.992897] mousedev: PS/2 mouse device common for all mice >Sep 13 14:26:03 localhost kernel: [ 5.998958] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 >Sep 13 14:26:03 localhost kernel: [ 6.002636] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 >Sep 13 14:26:03 localhost kernel: [ 6.003041] rtc0: alarms up to one day, 114 bytes nvram >Sep 13 14:26:03 localhost kernel: [ 6.008066] device-mapper: uevent: version 1.0.3 >Sep 13 14:26:03 localhost kernel: [ 6.010326] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >Sep 13 14:26:03 localhost kernel: [ 6.016092] cpuidle: using governor ladder >Sep 13 14:26:03 localhost kernel: [ 6.017788] cpuidle: using governor menu >Sep 13 14:26:03 localhost kernel: [ 6.023754] EFI Variables Facility v0.08 2004-May-17 >Sep 13 14:26:03 localhost kernel: [ 6.027167] usbcore: registered new interface driver usbhid >Sep 13 14:26:03 localhost kernel: [ 6.027171] usbhid: USB HID core driver >Sep 13 14:26:03 localhost kernel: [ 6.028170] drop_monitor: Initializing network drop monitor service >Sep 13 14:26:03 localhost kernel: [ 6.029051] ip_tables: (C) 2000-2006 Netfilter Core Team >Sep 13 14:26:03 localhost kernel: [ 6.029306] TCP: cubic registered >Sep 13 14:26:03 localhost kernel: [ 6.029331] Initializing XFRM netlink socket >Sep 13 14:26:03 localhost kernel: [ 6.033974] NET: Registered protocol family 10 >Sep 13 14:26:03 localhost kernel: [ 6.039360] mip6: Mobile IPv6 >Sep 13 14:26:03 localhost kernel: [ 6.039383] NET: Registered protocol family 17 >Sep 13 14:26:03 localhost kernel: [ 6.041583] Using IPI No-Shortcut mode >Sep 13 14:26:03 localhost kernel: [ 6.043988] Load module verification keys >Sep 13 14:26:03 localhost kernel: [ 6.044624] Loaded Fedora Project 9fb7bf40 key: 226ff0fb080b23b92c9509a9762bea639fb7bf40 >Sep 13 14:26:03 localhost kernel: [ 6.044888] registered taskstats version 1 >Sep 13 14:26:03 localhost kernel: [ 6.054632] Magic number: 12:279:443 >Sep 13 14:26:03 localhost kernel: [ 6.055362] rtc_cmos 00:06: setting system clock to 2012-09-13 18:24:34 UTC (1347560674) >Sep 13 14:26:03 localhost kernel: [ 6.080932] ata1.00: ATAPI: SAMSUNG CDRW/DVD SN-324F, U206, max UDMA/33 >Sep 13 14:26:03 localhost kernel: [ 6.081603] ata1.00: configured for UDMA/33 >Sep 13 14:26:03 localhost kernel: [ 6.085656] ata2.00: ATA-7: SAMSUNG MP0603H, YR200-06, max UDMA/100 >Sep 13 14:26:03 localhost kernel: [ 6.085662] ata2.00: 117304992 sectors, multi 8: LBA48 >Sep 13 14:26:03 localhost kernel: [ 6.089488] ata2.00: configured for UDMA/100 >Sep 13 14:26:03 localhost kernel: [ 6.307153] usb 1-3: new high-speed USB device number 3 using ehci_hcd >Sep 13 14:26:03 localhost kernel: [ 6.344960] ACPI: Battery Slot [BAT0] (battery present) >Sep 13 14:26:03 localhost kernel: [ 6.349054] scsi 0:0:0:0: CD-ROM SAMSUNG CDRW/DVD SN-324F U206 PQ: 0 ANSI: 5 >Sep 13 14:26:03 localhost kernel: [ 6.353554] sr0: scsi3-mmc drive: 2x/24x writer cd/rw xa/form2 cdda tray >Sep 13 14:26:03 localhost kernel: [ 6.353585] cdrom: Uniform CD-ROM driver Revision: 3.20 >Sep 13 14:26:03 localhost kernel: [ 6.362496] sr 0:0:0:0: Attached scsi generic sg0 type 5 >Sep 13 14:26:03 localhost kernel: [ 6.366614] scsi 1:0:0:0: Direct-Access ATA SAMSUNG MP0603H YR20 PQ: 0 ANSI: 5 >Sep 13 14:26:04 localhost kernel: [ 6.370614] sd 1:0:0:0: [sda] 117304992 512-byte logical blocks: (60.0 GB/55.9 GiB) >Sep 13 14:26:04 localhost kernel: [ 6.372138] sd 1:0:0:0: [sda] Write Protect is off >Sep 13 14:26:04 localhost kernel: [ 6.374054] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >Sep 13 14:26:04 localhost kernel: [ 6.375898] sd 1:0:0:0: Attached scsi generic sg1 type 0 >Sep 13 14:26:04 localhost kernel: [ 6.406315] sda: sda1 sda2 < > >Sep 13 14:26:04 localhost kernel: [ 6.414487] sd 1:0:0:0: [sda] Attached SCSI disk >Sep 13 14:26:04 localhost kernel: [ 6.415080] Freeing unused kernel memory: 2020k freed >Sep 13 14:26:04 localhost kernel: [ 6.419890] Write protecting the kernel text: 6160k >Sep 13 14:26:04 localhost kernel: [ 6.420482] Write protecting the kernel read-only data: 2316k >Sep 13 14:26:04 localhost kernel: [ 6.424639] usb 1-3: New USB device found, idVendor=05e3, idProduct=0608 >Sep 13 14:26:04 localhost kernel: [ 6.424646] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0 >Sep 13 14:26:04 localhost kernel: [ 6.424650] usb 1-3: Product: USB2.0 Hub >Sep 13 14:26:04 localhost kernel: [ 6.441155] hub 1-3:1.0: USB hub found >Sep 13 14:26:04 localhost kernel: [ 6.444282] hub 1-3:1.0: 4 ports detected >Sep 13 14:26:04 localhost kernel: [ 6.589904] cp (52) used greatest stack depth: 6504 bytes left >Sep 13 14:26:04 localhost kernel: [ 6.592888] service-to-run (50) used greatest stack depth: 6144 bytes left >Sep 13 14:26:04 localhost kernel: [ 6.758173] usb 2-1: new low-speed USB device number 2 using uhci_hcd >Sep 13 14:26:04 localhost kernel: [ 6.759609] psmouse serio1: synaptics: Touchpad model: 1, fw: 5.9, id: 0x254ab1, caps: 0x804713/0x0/0x0, board id: 3655, fw id: 4797542 >Sep 13 14:26:04 localhost kernel: [ 6.802430] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input4 >Sep 13 14:26:04 localhost kernel: [ 6.926795] usb 2-1: New USB device found, idVendor=045e, idProduct=0023 >Sep 13 14:26:04 localhost kernel: [ 6.926801] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >Sep 13 14:26:04 localhost kernel: [ 6.926805] usb 2-1: Product: Microsoft Trackball Optical® >Sep 13 14:26:04 localhost kernel: [ 6.926817] usb 2-1: Manufacturer: Microsoft >Sep 13 14:26:04 localhost kernel: [ 6.957202] input: Microsoft Microsoft Trackball Optical® as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input5 >Sep 13 14:26:04 localhost kernel: [ 6.967248] hid-generic 0003:045E:0023.0001: input,hidraw0: USB HID v1.00 Mouse [Microsoft Microsoft Trackball Optical®] on usb-0000:00:1d.0-1/input0 >Sep 13 14:26:04 localhost kernel: [ 7.040535] usb 1-3.2: new high-speed USB device number 4 using ehci_hcd >Sep 13 14:26:04 localhost kernel: [ 7.117516] usb 1-3.2: New USB device found, idVendor=05e3, idProduct=0608 >Sep 13 14:26:04 localhost kernel: [ 7.117523] usb 1-3.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 >Sep 13 14:26:04 localhost kernel: [ 7.117535] usb 1-3.2: Product: USB2.0 Hub >Sep 13 14:26:04 localhost kernel: [ 7.120575] hub 1-3.2:1.0: USB hub found >Sep 13 14:26:04 localhost kernel: [ 7.121324] hub 1-3.2:1.0: 4 ports detected >Sep 13 14:26:04 localhost kernel: [ 7.388465] usb 1-3.2.4: new high-speed USB device number 5 using ehci_hcd >Sep 13 14:26:04 localhost kernel: [ 7.882777] usb 1-3.2.4: New USB device found, idVendor=0781, idProduct=5530 >Sep 13 14:26:04 localhost kernel: [ 7.882784] usb 1-3.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >Sep 13 14:26:04 localhost kernel: [ 7.882788] usb 1-3.2.4: Product: Cruzer >Sep 13 14:26:04 localhost kernel: [ 7.882791] usb 1-3.2.4: Manufacturer: SanDisk >Sep 13 14:26:04 localhost kernel: [ 7.882794] usb 1-3.2.4: SerialNumber: SDXX16052111135630D5 >Sep 13 14:26:04 localhost kernel: [ 7.979862] RPC: Registered named UNIX socket transport module. >Sep 13 14:26:04 localhost kernel: [ 7.979869] RPC: Registered udp transport module. >Sep 13 14:26:04 localhost kernel: [ 7.979872] RPC: Registered tcp transport module. >Sep 13 14:26:04 localhost kernel: [ 7.979875] RPC: Registered tcp NFSv4.1 backchannel transport module. >Sep 13 14:26:04 localhost kernel: [ 8.412796] rpc.idmapd (145) used greatest stack depth: 5920 bytes left >Sep 13 14:26:04 localhost kernel: [ 9.021365] Initializing USB Mass Storage driver... >Sep 13 14:26:04 localhost kernel: [ 9.029101] scsi2 : usb-storage 1-3.2.4:1.0 >Sep 13 14:26:04 localhost kernel: [ 9.036168] usbcore: registered new interface driver usb-storage >Sep 13 14:26:04 localhost kernel: [ 9.036182] USB Mass Storage support registered. >Sep 13 14:26:04 localhost kernel: [ 10.404732] udevadm (195) used greatest stack depth: 5444 bytes left >Sep 13 14:26:04 localhost kernel: [ 10.435322] scsi 2:0:0:0: Direct-Access SanDisk Cruzer 1100 PQ: 0 ANSI: 0 CCS >Sep 13 14:26:04 localhost kernel: [ 10.480241] sd 2:0:0:0: [sdb] 7821312 512-byte logical blocks: (4.00 GB/3.72 GiB) >Sep 13 14:26:04 localhost kernel: [ 10.481310] sd 2:0:0:0: [sdb] Write Protect is off >Sep 13 14:26:04 localhost kernel: [ 10.482443] sd 2:0:0:0: [sdb] No Caching mode page present >Sep 13 14:26:04 localhost kernel: [ 10.482449] sd 2:0:0:0: [sdb] Assuming drive cache: write through >Sep 13 14:26:04 localhost kernel: [ 10.490837] sd 2:0:0:0: [sdb] No Caching mode page present >Sep 13 14:26:04 localhost kernel: [ 10.490845] sd 2:0:0:0: [sdb] Assuming drive cache: write through >Sep 13 14:26:04 localhost kernel: [ 10.492516] sdb: sdb1 >Sep 13 14:26:04 localhost kernel: [ 10.498793] sd 2:0:0:0: Attached scsi generic sg2 type 0 >Sep 13 14:26:04 localhost kernel: [ 10.507116] sd 2:0:0:0: [sdb] No Caching mode page present >Sep 13 14:26:04 localhost kernel: [ 10.507123] sd 2:0:0:0: [sdb] Assuming drive cache: write through >Sep 13 14:26:04 localhost kernel: [ 10.507146] sd 2:0:0:0: [sdb] Attached SCSI removable disk >Sep 13 14:26:04 localhost kernel: [ 10.973778] ACPI: Video Device [VID] (multi-head: yes rom: no post: no) >Sep 13 14:26:04 localhost kernel: [ 10.988998] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:1b/LNXVIDEO:00/input/input6 >Sep 13 14:26:04 localhost kernel: [ 11.155496] [drm] Initialized drm 1.1.0 20060810 >Sep 13 14:26:04 localhost kernel: [ 11.285982] firewire_ohci 0000:02:04.1: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2 >Sep 13 14:26:04 localhost kernel: [ 11.387283] ssb: Found chip with id 0x4401, rev 0x01 and package 0x00 >Sep 13 14:26:04 localhost kernel: [ 11.450593] wmi: Mapper loaded >Sep 13 14:26:04 localhost kernel: [ 11.458542] ssb: Sonics Silicon Backplane found on PCI device 0000:02:01.0 >Sep 13 14:26:04 localhost kernel: [ 11.462597] b44: Broadcom 44xx/47xx 10/100 PCI ethernet driver version 2.0 >Sep 13 14:26:04 localhost kernel: [ 11.532315] b44 ssb0:0: eth0: Broadcom 44xx/47xx 10/100 PCI ethernet driver 00:0d:56:ad:99:e0 >Sep 13 14:26:04 localhost kernel: [ 11.791190] firewire_core 0000:02:04.1: created device fw0: GUID 474fc0003caa8481, S400 >Sep 13 14:26:04 localhost kernel: [ 12.251048] [drm] nouveau 0000:01:00.0: Detected an NV30 generation card (0x034400a3) >Sep 13 14:26:04 localhost kernel: [ 12.283549] [drm] nouveau 0000:01:00.0: Checking PRAMIN for VBIOS >Sep 13 14:26:04 localhost kernel: [ 12.365985] [drm] nouveau 0000:01:00.0: ... BIOS checksum invalid >Sep 13 14:26:04 localhost kernel: [ 12.365988] [drm] nouveau 0000:01:00.0: Checking PROM for VBIOS >Sep 13 14:26:04 localhost kernel: [ 12.366067] [drm] nouveau 0000:01:00.0: ... BIOS signature not found >Sep 13 14:26:04 localhost kernel: [ 12.366070] [drm] nouveau 0000:01:00.0: Checking ACPI for VBIOS >Sep 13 14:26:04 localhost kernel: [ 12.366072] [drm] nouveau 0000:01:00.0: ... BIOS signature not found >Sep 13 14:26:04 localhost kernel: [ 12.366074] [drm] nouveau 0000:01:00.0: Checking PCIROM for VBIOS >Sep 13 14:26:04 localhost kernel: [ 12.461580] [drm] nouveau 0000:01:00.0: ... appears to be valid >Sep 13 14:26:04 localhost kernel: [ 12.461614] [drm] nouveau 0000:01:00.0: Using VBIOS from PCIROM >Sep 13 14:26:04 localhost kernel: [ 12.461749] [drm] nouveau 0000:01:00.0: BMP BIOS found >Sep 13 14:26:04 localhost kernel: [ 12.461761] [drm] nouveau 0000:01:00.0: BMP version 5.39 >Sep 13 14:26:04 localhost kernel: [ 12.461765] [drm] nouveau 0000:01:00.0: Bios version 04.34.20.34 >Sep 13 14:26:04 localhost kernel: [ 12.571712] [drm] nouveau 0000:01:00.0: MXM: no VBIOS data, nothing to do >Sep 13 14:26:04 localhost kernel: [ 12.571730] [drm] nouveau 0000:01:00.0: DCB version 2.2 >Sep 13 14:26:04 localhost kernel: [ 12.571734] [drm] nouveau 0000:01:00.0: DCB outp 00: 01010300 000088b8 >Sep 13 14:26:04 localhost kernel: [ 12.571737] [drm] nouveau 0000:01:00.0: DCB outp 01: 03000323 00000004 >Sep 13 14:26:04 localhost kernel: [ 12.571740] [drm] nouveau 0000:01:00.0: DCB outp 02: 02030321 00000703 >Sep 13 14:26:04 localhost kernel: [ 12.571922] [drm] nouveau 0000:01:00.0: Loading NV17 power sequencing microcode >Sep 13 14:26:04 localhost kernel: [ 12.571926] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xECE8 >Sep 13 14:26:04 localhost kernel: [ 12.573985] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xEF7A >Sep 13 14:26:04 localhost kernel: [ 12.574029] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xF0C0 >Sep 13 14:26:04 localhost kernel: [ 12.574124] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xF279 >Sep 13 14:26:04 localhost kernel: [ 12.574129] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xF296 >Sep 13 14:26:04 localhost kernel: [ 12.574144] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 5 at offset 0xF2B3 >Sep 13 14:26:04 localhost kernel: [ 12.596698] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 6 at offset 0xF443 >Sep 13 14:26:04 localhost kernel: [ 12.608570] [TTM] Zone kernel: Available graphics memory: 436142 kiB >Sep 13 14:26:04 localhost kernel: [ 12.608576] [TTM] Zone highmem: Available graphics memory: 638800 kiB >Sep 13 14:26:04 localhost kernel: [ 12.608578] [TTM] Initializing pool allocator >Sep 13 14:26:04 localhost kernel: [ 12.609866] [drm] nouveau 0000:01:00.0: Detected 32MiB VRAM (DDR1) >Sep 13 14:26:04 localhost kernel: [ 12.640882] agpgart-intel 0000:00:00.0: AGP 2.0 bridge >Sep 13 14:26:04 localhost kernel: [ 12.641520] agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode >Sep 13 14:26:04 localhost kernel: [ 12.642876] nouveau 0000:01:00.0: putting AGP V2 device into 4x mode >Sep 13 14:26:04 localhost kernel: [ 12.655163] [drm] nouveau 0000:01:00.0: 128 MiB GART (aperture) >Sep 13 14:26:04 localhost kernel: [ 12.706591] [drm] nouveau 0000:01:00.0: Saving VGA fonts >Sep 13 14:26:04 localhost kernel: [ 12.960361] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). >Sep 13 14:26:04 localhost kernel: [ 12.960368] [drm] No driver support for vblank timestamp query. >Sep 13 14:26:04 localhost kernel: [ 12.979195] [drm] nouveau 0000:01:00.0: 0 available performance level(s) >Sep 13 14:26:04 localhost kernel: [ 12.979202] [drm] nouveau 0000:01:00.0: c: core 195MHz memory 391MHz >Sep 13 14:26:04 localhost kernel: [ 13.030388] [drm] nouveau 0000:01:00.0: MM: using M2MF for buffer copies >Sep 13 14:26:04 localhost kernel: [ 13.063471] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on vga encoder (output 0) >Sep 13 14:26:04 localhost kernel: [ 13.063479] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on lvds encoder (output 1) >Sep 13 14:26:04 localhost kernel: [ 13.063483] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on TV encoder (output 2) >Sep 13 14:26:04 localhost kernel: [ 13.233552] [drm] nouveau 0000:01:00.0: allocated 1600x1200 fb: 0x49000, bo f6275ae0 >Sep 13 14:26:04 localhost kernel: [ 13.262476] fbcon: nouveaufb (fb0) is primary device >Sep 13 14:26:04 localhost kernel: [ 13.313563] [drm] nouveau 0000:01:00.0: Calling LVDS script 1: >Sep 13 14:26:04 localhost kernel: [ 13.313576] [drm] nouveau 0000:01:00.0: Calling LVDS script 6: >Sep 13 14:26:04 localhost kernel: [ 13.313579] [drm] nouveau 0000:01:00.0: 0xDD79: Parsing digital output script table >Sep 13 14:26:04 localhost kernel: [ 14.136203] [drm] nouveau 0000:01:00.0: Calling LVDS script 2: >Sep 13 14:26:04 localhost kernel: [ 14.136205] [drm] nouveau 0000:01:00.0: 0xDEC8: Parsing digital output script table >Sep 13 14:26:04 localhost kernel: [ 14.228244] [drm] nouveau 0000:01:00.0: Setting dpms mode 0 on lvds encoder (output 1) >Sep 13 14:26:04 localhost kernel: [ 14.228245] [drm] nouveau 0000:01:00.0: Calling LVDS script 5: >Sep 13 14:26:04 localhost kernel: [ 14.228247] [drm] nouveau 0000:01:00.0: 0xDD62: Parsing digital output script table >Sep 13 14:26:04 localhost kernel: [ 14.228253] [drm] nouveau 0000:01:00.0: Output LVDS-1 is running on CRTC 0 using output A >Sep 13 14:26:04 localhost kernel: [ 14.245398] Console: switching to colour frame buffer device 200x75 >Sep 13 14:26:04 localhost kernel: [ 14.254317] fb0: nouveaufb frame buffer device >Sep 13 14:26:04 localhost kernel: [ 14.254318] drm: registered panic notifier >Sep 13 14:26:04 localhost kernel: [ 14.286256] [drm] Initialized nouveau 1.0.0 20120316 for 0000:01:00.0 on minor 0 >Sep 13 14:26:04 localhost kernel: [ 15.054059] dd (253) used greatest stack depth: 5288 bytes left >Sep 13 14:26:04 localhost kernel: [ 15.133637] squashfs: version 4.0 (2009/01/31) Phillip Lougher >Sep 13 14:26:04 localhost kernel: [ 17.425772] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >Sep 13 14:26:04 localhost kernel: [ 18.229963] systemd-udevd (191) used greatest stack depth: 4716 bytes left >Sep 13 14:26:04 localhost kernel: [ 20.008939] type=1404 audit(1347560688.451:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 >Sep 13 14:26:04 localhost kernel: [ 36.989117] type=1403 audit(1347560705.432:3): policy loaded auid=4294967295 ses=4294967295 >Sep 13 14:26:04 localhost kernel: [ 49.143487] EXT4-fs (dm-0): re-mounted. Opts: (null) >Sep 13 14:26:04 localhost kernel: [ 59.507660] intel_rng: FWH not detected >Sep 13 14:26:04 localhost kernel: [ 59.527584] yenta_cardbus 0000:02:04.0: CardBus bridge found [1028:015f] >Sep 13 14:26:04 localhost kernel: [ 59.527618] yenta_cardbus 0000:02:04.0: Using CSCINT to route CSC interrupts to PCI >Sep 13 14:26:04 localhost kernel: [ 59.527622] yenta_cardbus 0000:02:04.0: Routing CardBus interrupts to PCI >Sep 13 14:26:04 localhost kernel: [ 59.527630] yenta_cardbus 0000:02:04.0: TI: mfunc 0x00001002, devctl 0x64 >Sep 13 14:26:04 localhost kernel: [ 59.750965] yenta_cardbus 0000:02:04.0: ISA IRQ mask 0x0cf8, PCI irq 16 >Sep 13 14:26:04 localhost kernel: [ 59.750973] yenta_cardbus 0000:02:04.0: Socket status: 30000020 >Sep 13 14:26:04 localhost kernel: [ 59.750978] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #02 to #06 >Sep 13 14:26:04 localhost kernel: [ 59.751471] yenta_cardbus 0000:02:04.0: pcmcia: parent PCI bridge window: [io 0xd000-0xefff] >Sep 13 14:26:04 localhost kernel: [ 59.751505] yenta_cardbus 0000:02:04.0: pcmcia: parent PCI bridge window: [mem 0xf6000000-0xfbffffff] >Sep 13 14:26:04 localhost kernel: [ 59.751538] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6000000-0xfbffffff: >Sep 13 14:26:04 localhost kernel: [ 59.752445] excluding 0xf7e00000-0xf83fffff 0xfae00000-0xfb3fffff >Sep 13 14:26:04 localhost kernel: [ 59.757600] yenta_cardbus 0000:02:04.0: pcmcia: parent PCI bridge window: [mem 0x50000000-0x53ffffff pref] >Sep 13 14:26:04 localhost kernel: [ 59.757636] pcmcia_socket pcmcia_socket0: cs: memory probe 0x50000000-0x53ffffff: >Sep 13 14:26:04 localhost kernel: [ 59.837065] excluding 0x50000000-0x53ffffff >Sep 13 14:26:04 localhost kernel: [ 60.188324] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized >Sep 13 14:26:04 localhost kernel: [ 60.730620] microcode: CPU0 sig=0xf29, pf=0x8, revision=0x2f >Sep 13 14:26:04 localhost kernel: [ 60.760365] pcmcia_socket pcmcia_socket0: pccard: CardBus card inserted into slot 0 >Sep 13 14:26:04 localhost kernel: [ 60.760765] pci 0000:03:00.0: BAR 0: assigned [mem 0x58000000-0x5800ffff] >Sep 13 14:26:04 localhost kernel: [ 61.202569] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) >Sep 13 14:26:04 localhost kernel: [ 63.189953] iTCO_vendor_support: vendor-support=0 >Sep 13 14:26:04 localhost kernel: [ 64.009799] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10 >Sep 13 14:26:04 localhost kernel: [ 64.069808] iTCO_wdt: Found a ICH4-M TCO device (Version=1, TCOBASE=0x1060) >Sep 13 14:26:04 localhost kernel: [ 64.509301] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) >Sep 13 14:26:04 localhost kernel: [ 64.526663] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >Sep 13 14:26:04 localhost kernel: [ 66.482775] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: >Sep 13 14:26:04 localhost kernel: [ 66.483784] excluding 0xc0000-0xcffff 0xf0000-0xfffff >Sep 13 14:26:04 localhost kernel: [ 66.597350] cfg80211: Calling CRDA to update world regulatory domain >Sep 13 14:26:04 localhost kernel: [ 66.606585] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: >Sep 13 14:26:04 localhost kernel: [ 66.649966] clean. >Sep 13 14:26:04 localhost kernel: [ 66.794965] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: >Sep 13 14:26:04 localhost kernel: [ 66.835937] clean. >Sep 13 14:26:04 localhost kernel: [ 70.211244] intel8x0_measure_ac97_clock: measured 50415 usecs (2430 samples) >Sep 13 14:26:04 localhost kernel: [ 70.211273] intel8x0: clocking to 48000 >Sep 13 14:26:04 localhost kernel: [ 71.731717] cfg80211: World regulatory domain updated: >Sep 13 14:26:04 localhost kernel: [ 71.731718] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) >Sep 13 14:26:04 localhost kernel: [ 71.731721] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) >Sep 13 14:26:04 localhost kernel: [ 71.731723] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) >Sep 13 14:26:04 localhost kernel: [ 71.731749] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) >Sep 13 14:26:04 localhost kernel: [ 71.731750] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) >Sep 13 14:26:04 localhost kernel: [ 71.731752] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) >Sep 13 14:26:04 localhost kernel: [ 74.494572] ath5k 0000:03:00.0: enabling device (0000 -> 0002) >Sep 13 14:26:04 localhost kernel: [ 74.507978] ath5k 0000:03:00.0: registered as 'phy0' >Sep 13 14:26:04 localhost kernel: [ 75.957529] cfg80211: Calling CRDA for country: CO >Sep 13 14:26:04 localhost kernel: [ 75.971527] ath5k: phy0: Atheros AR5213A chip found (MAC: 0x59, PHY: 0x43) >Sep 13 14:26:04 localhost kernel: [ 75.971557] ath5k: phy0: RF2112B 2GHz radio found (0x46) >Sep 13 14:26:04 localhost kernel: [ 76.313894] cfg80211: Regulatory domain changed to country: CO >Sep 13 14:26:04 localhost kernel: [ 76.313901] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) >Sep 13 14:26:04 localhost kernel: [ 76.313928] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm) >Sep 13 14:26:04 localhost kernel: [ 76.313931] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm) >Sep 13 14:26:04 localhost kernel: [ 76.313958] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2300 mBm) >Sep 13 14:26:04 localhost kernel: [ 76.313961] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm) >Sep 13 14:26:05 localhost audispd: audispd initialized with q_depth=120 and 1 active plugins >Sep 13 14:26:09 localhost avahi-daemon[543]: Successfully called chroot(). >Sep 13 14:26:09 localhost avahi-daemon[543]: Successfully dropped remaining capabilities. >Sep 13 14:26:09 localhost avahi-daemon[543]: No service file found in /etc/avahi/services. >Sep 13 14:26:09 localhost avahi-daemon[543]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives. >Sep 13 14:26:09 localhost avahi-daemon[543]: Network interface enumeration completed. >Sep 13 14:26:09 localhost avahi-daemon[543]: Registering HINFO record with values 'I686'/'LINUX'. >Sep 13 14:26:09 localhost avahi-daemon[543]: Server startup complete. Host name is linux.local. Local service cookie is 3826575088. >Sep 13 14:26:09 localhost systemd-logind[541]: New seat seat0. >Sep 13 14:26:09 localhost systemd-logind[541]: Watching system buttons on /dev/input/event6 (Video Bus) >Sep 13 14:26:09 localhost systemd-logind[541]: Watching system buttons on /dev/input/event1 (Power Button) >Sep 13 14:26:09 localhost systemd-logind[541]: Watching system buttons on /dev/input/event0 (Lid Switch) >Sep 13 14:26:09 localhost systemd-logind[541]: Watching system buttons on /dev/input/event2 (Sleep Button) >Sep 13 14:26:12 localhost livesys[528]: Adding live user [ OK ] >Sep 13 14:26:12 localhost systemd[1]: plymouth-quit-wait.service operation timed out. Terminating. >Sep 13 14:26:12 localhost systemd[1]: Unit plymouth-quit-wait.service entered failed state. >Sep 13 14:26:25 localhost gdm[623]: gdm-binary[623]: DEBUG(+): Enabling debugging >Sep 13 14:26:25 localhost gdm[623]: gdm-binary[623]: DEBUG(+): Changing user:group to gdm:gdm >Sep 13 14:26:26 localhost gdm-binary[623]: DEBUG(+): Enabling debugging >Sep 13 14:26:26 localhost gdm-binary[623]: DEBUG(+): Changing user:group to gdm:gdm >Sep 13 14:26:26 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil) >Sep 13 14:26:27 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 4 signals >Sep 13 14:26:27 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil) >Sep 13 14:26:27 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 7 signals >Sep 13 14:26:27 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil) >Sep 13 14:26:28 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 11 signals >Sep 13 14:26:28 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil) >Sep 13 14:26:28 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 6 signals >Sep 13 14:26:28 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil) >Sep 13 14:26:28 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 5 signals >Sep 13 14:26:29 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=15 0x804f0e0 >Sep 13 14:26:29 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 15 signals >Sep 13 14:26:29 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=2 0x804f0e0 >Sep 13 14:26:29 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 2 signals >Sep 13 14:26:29 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=8 0x804f0e0 >Sep 13 14:26:29 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 8 signals >Sep 13 14:26:29 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=1 0x804f0e0 >Sep 13 14:26:29 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 1 signals >Sep 13 14:26:30 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=10 0x804f0e0 >Sep 13 14:26:30 localhost gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 10 signals >Sep 13 14:26:30 localhost gdm-binary[623]: DEBUG(+): Successfully connected to D-Bus >Sep 13 14:26:30 localhost gdm-binary[623]: DEBUG(+): GdmManager: GDM starting to manage displays >Sep 13 14:26:30 localhost gdm-binary[623]: DEBUG(+): GdmLocalDisplayFactory: Adding display on seat seat0 >Sep 13 14:26:30 localhost gdm-binary[623]: DEBUG(+): GdmLocalDisplayFactory: Reserving X display: 0 >Sep 13 14:26:30 localhost gdm-binary[623]: DEBUG(+): GdmDisplayStore: Adding display /org/gnome/DisplayManager/Displays/_0 to store >Sep 13 14:26:30 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: Managing display: /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:26:30 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: manage display >Sep 13 14:26:30 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: Preparing display: /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:26:30 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: prepare display >Sep 13 14:26:30 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: creating xauth directory /var/run/gdm/auth-for-gdm-XXXXXX >Sep 13 14:26:30 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-TTM6im to 42:42 >Sep 13 14:26:31 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: creating /var/run/gdm/auth-for-gdm-TTM6im/database >Sep 13 14:26:31 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-TTM6im/database to 42:42 >Sep 13 14:26:31 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chmoding /var/run/gdm/auth-for-gdm-TTM6im to 0711 >Sep 13 14:26:31 localhost gdm-binary[623]: DEBUG(+): GdmLocalDisplayFactory: display status changed: 1 >Sep 13 14:26:31 localhost gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Killing slave >Sep 13 14:26:31 localhost gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Running command: /usr/libexec/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:26:31 localhost gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Started slave with pid 639 >Sep 13 14:26:31 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil) >Sep 13 14:26:31 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 4 signals >Sep 13 14:26:31 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil) >Sep 13 14:26:31 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 7 signals >Sep 13 14:26:31 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil) >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 11 signals >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil) >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 6 signals >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil) >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 5 signals >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=15 0x804f0e0 >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 15 signals >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=2 0x804f0e0 >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 2 signals >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=8 0x804f0e0 >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 8 signals >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=1 0x804f0e0 >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 1 signals >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=10 0x804f0e0 >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSignalHandler: Registering for 10 signals >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): Successfully connected to D-Bus >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmManager: GDM starting to manage displays >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmLocalDisplayFactory: Adding display on seat seat0 >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmLocalDisplayFactory: Reserving X display: 0 >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayStore: Adding display /org/gnome/DisplayManager/Displays/_0 to store >Sep 13 14:26:32 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: Managing display: /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:26:32 localhost gdm-simple-slave[639]: DEBUG(+): Enabling debugging >Sep 13 14:26:32 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=15 0x804f7a0 >Sep 13 14:26:32 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Registering for 15 signals >Sep 13 14:26:32 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=2 0x804f7a0 >Sep 13 14:26:32 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Registering for 2 signals >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=4 0x804f7a0 >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Registering for 4 signals >Sep 13 14:26:33 localhost kernel: [ 124.657619] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=7 0x804f7a0 >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Registering for 7 signals >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=8 0x804f7a0 >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Registering for 8 signals >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=1 0x804f7a0 >Sep 13 14:26:33 localhost NetworkManager[637]: <info> NetworkManager (version 0.9.5.96-2.fc18) is starting... >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Registering for 1 signals >Sep 13 14:26:33 localhost NetworkManager[637]: <info> Read config file /etc/NetworkManager/NetworkManager.conf >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=11 0x804f7a0 >Sep 13 14:26:33 localhost NetworkManager[637]: <info> WEXT support is enabled >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Registering for 11 signals >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=6 0x804f7a0 >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Registering for 6 signals >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=10 0x804f7a0 >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Registering for 10 signals >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=12 0x804f7a0 >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Registering for 12 signals >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Registering >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: starting slave >Sep 13 14:26:33 localhost NetworkManager[637]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect >Sep 13 14:26:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Starting slave >Sep 13 14:26:33 localhost NetworkManager[637]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc >Sep 13 14:26:34 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Creating proxy for /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:26:34 localhost NetworkManager[637]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp >Sep 13 14:26:34 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Got display ID: /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:26:35 localhost NetworkManager[637]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn >Sep 13 14:26:35 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: Setting slave bus name::1.5 on display :0 >Sep 13 14:26:35 localhost dbus[545]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=623 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=639 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Sep 13 14:26:36 localhost dbus[545]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Sep 13 14:26:36 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Adding handler 11: signum=10 0x8051ec0 >Sep 13 14:26:36 localhost gdm-simple-slave[639]: DEBUG(+): Failed to get value for security/DisallowTCP: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._gdm_5fsettings_5fbackend_5ferror.Code1: Key not found >Sep 13 14:26:37 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: manage display >Sep 13 14:26:37 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: Preparing display: /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:26:37 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: prepare display >Sep 13 14:26:37 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: creating xauth directory /var/run/gdm/auth-for-gdm-XXXXXX >Sep 13 14:26:38 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-TTM6im to 42:42 >Sep 13 14:26:38 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: creating /var/run/gdm/auth-for-gdm-TTM6im/database >Sep 13 14:26:38 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-TTM6im/database to 42:42 >Sep 13 14:26:38 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chmoding /var/run/gdm/auth-for-gdm-TTM6im to 0711 >Sep 13 14:26:38 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmLocalDisplayFactory: display status changed: 1 >Sep 13 14:26:39 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Killing slave >Sep 13 14:26:39 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Running command: /usr/libexec/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:26:39 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Started slave with pid 639 >Sep 13 14:26:40 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: Setting slave bus name::1.5 on display :0 >Sep 13 14:26:40 localhost livesys[528]: ** (process:633): WARNING **: failed to commit changes to dconf: Error spawning command line `dbus-launch --autolaunch=07930429da5d42ad8a2fa55b5c5a1695 --binary-syntax --close-stderr': Child process exited with code 1 >Sep 13 14:26:41 localhost polkitd[670]: Started polkitd version 0.107 >Sep 13 14:26:42 localhost gdm-simple-slave[639]: DEBUG(+): GdmServer: Starting X server process: /usr/bin/Xorg :0 -br -verbose -auth /var/run/gdm/auth-for-gdm-TTM6im/database -seat seat0 -nolisten tcp vt1 >Sep 13 14:26:42 localhost gdm-simple-slave[680]: DEBUG(+): GdmServer: Opening logfile for server /var/log/gdm/:0.log >Sep 13 14:26:43 localhost gdm-simple-slave[639]: DEBUG(+): GdmServer: Started X server process 680 - waiting for READY >Sep 13 14:26:44 localhost gdm-simple-slave[639]: DEBUG(+): GdmSimpleSlave: Started X server >Sep 13 14:26:44 localhost dbus-daemon[545]: dbus[545]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=623 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=639 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Sep 13 14:26:44 localhost dbus-daemon[545]: dbus[545]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Sep 13 14:26:46 localhost dbus[545]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Sep 13 14:26:47 localhost dbus-daemon[545]: dbus[545]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Sep 13 14:26:48 localhost NetworkManager[637]: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >Sep 13 14:26:48 localhost NetworkManager[637]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Sep 13 14:26:48 localhost NetworkManager[637]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Sep 13 14:26:48 localhost NetworkManager[637]: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >Sep 13 14:26:49 localhost NetworkManager[637]: <info> trying to start the modem manager... >Sep 13 14:26:49 localhost dbus[545]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Sep 13 14:26:50 localhost NetworkManager[637]: <info> monitoring kernel firmware directory '/lib/firmware'. >Sep 13 14:26:50 localhost NetworkManager[637]: <info> found WiFi radio killswitch rfkill0 (at /sys/devices/pci0000:00/0000:00:1e.0/0000:02:04.0/0000:03:00.0/ieee80211/phy0/rfkill0) (driver (unknown)) >Sep 13 14:26:51 localhost dbus[545]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Sep 13 14:26:52 localhost NetworkManager[637]: <info> WiFi enabled by radio killswitch; enabled by state file >Sep 13 14:26:53 localhost NetworkManager[637]: <info> WWAN enabled by radio killswitch; enabled by state file >Sep 13 14:26:54 localhost NetworkManager[637]: <info> WiMAX enabled by radio killswitch; enabled by state file >Sep 13 14:26:54 localhost kernel: [ 146.242752] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready >Sep 13 14:26:54 localhost NetworkManager[637]: <info> Networking is enabled by state file >Sep 13 14:26:54 localhost NetworkManager[637]: <warn> failed to allocate link cache: (-10) Operation not supported >Sep 13 14:26:55 localhost NetworkManager[637]: <info> (em1): carrier is OFF >Sep 13 14:26:55 localhost NetworkManager[637]: <info> (em1): new Ethernet device (driver: 'b44' ifindex: 2) >Sep 13 14:26:55 localhost NetworkManager[637]: <info> (em1): exported as /org/freedesktop/NetworkManager/Devices/0 >Sep 13 14:26:55 localhost NetworkManager[637]: <info> (em1): now managed >Sep 13 14:26:55 localhost NetworkManager[637]: <info> (em1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Sep 13 14:26:55 localhost NetworkManager[637]: <info> (em1): bringing up device. >Sep 13 14:26:55 localhost NetworkManager[637]: <info> (em1): preparing device. >Sep 13 14:26:55 localhost NetworkManager[637]: <info> (em1): deactivating device (reason 'managed') [2] >Sep 13 14:26:55 localhost bluetoothd[704]: Bluetooth daemon 4.101 >Sep 13 14:26:56 localhost NetworkManager[637]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:1e.0/0000:02:01.0/ssb0:0/net/em1 >Sep 13 14:26:56 localhost NetworkManager[637]: <info> (wlan0): using nl80211 for WiFi device control >Sep 13 14:26:56 localhost kernel: [ 147.810596] Bluetooth: Core ver 2.16 >Sep 13 14:26:56 localhost kernel: [ 147.813180] NET: Registered protocol family 31 >Sep 13 14:26:56 localhost kernel: [ 147.813183] Bluetooth: HCI device and connection manager initialized >Sep 13 14:26:56 localhost kernel: [ 147.813411] Bluetooth: HCI socket layer initialized >Sep 13 14:26:56 localhost kernel: [ 147.813415] Bluetooth: L2CAP socket layer initialized >Sep 13 14:26:56 localhost kernel: [ 147.813691] Bluetooth: SCO socket layer initialized >Sep 13 14:26:56 localhost NetworkManager[637]: <warn> (wlan0): driver supports Access Point (AP) mode >Sep 13 14:26:56 localhost kernel: [ 148.136605] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 >Sep 13 14:26:56 localhost kernel: [ 148.136607] Bluetooth: BNEP filters: protocol multicast >Sep 13 14:26:56 localhost kernel: [ 148.179280] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready >Sep 13 14:26:56 localhost NetworkManager[637]: <info> (wlan0): new 802.11 WiFi device (driver: 'ath5k' ifindex: 3) >Sep 13 14:26:56 localhost NetworkManager[637]: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/1 >Sep 13 14:26:56 localhost rpcbind: Cannot open '/var/lib/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory) >Sep 13 14:26:57 localhost NetworkManager[637]: <info> (wlan0): now managed >Sep 13 14:26:57 localhost kernel: [ 148.708774] b44 ssb0:0: em1: Link is up at 100 Mbps, full duplex >Sep 13 14:26:57 localhost kernel: [ 148.708781] b44 ssb0:0: em1: Flow control is off for TX and off for RX >Sep 13 14:26:57 localhost kernel: [ 148.708897] IPv6: ADDRCONF(NETDEV_CHANGE): em1: link becomes ready >Sep 13 14:26:57 localhost rpcbind: Cannot open '/var/lib/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory) >Sep 13 14:26:57 localhost dbus[545]: [system] Successfully activated service 'org.bluez' >Sep 13 14:26:57 localhost NetworkManager[637]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Sep 13 14:26:57 localhost modem-manager[703]: <info> ModemManager (version 0.5.999-0.2.fc18) starting... >Sep 13 14:26:57 localhost bluetoothd[704]: Starting SDP server >Sep 13 14:26:57 localhost NetworkManager[637]: <info> (wlan0): bringing up device. >Sep 13 14:26:57 localhost dbus[545]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Sep 13 14:26:57 localhost bluetoothd[704]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Sep 13 14:26:58 localhost bluetoothd[704]: Parsing /etc/bluetooth/audio.conf failed: No such file or directory >Sep 13 14:26:58 localhost NetworkManager[637]: <info> (wlan0): preparing device. >Sep 13 14:26:58 localhost bluetoothd[704]: Bluetooth Management interface initialized >Sep 13 14:26:58 localhost NetworkManager[637]: <info> (wlan0): deactivating device (reason 'managed') [2] >Sep 13 14:26:58 localhost dbus[545]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' >Sep 13 14:26:58 localhost NetworkManager[637]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Sep 13 14:26:58 localhost NetworkManager[637]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Sep 13 14:26:58 localhost NetworkManager[637]: <info> (em1): carrier now ON (device state 20) >Sep 13 14:26:58 localhost NetworkManager[637]: <info> modem-manager is now available >Sep 13 14:26:59 localhost NetworkManager[637]: <info> (em1): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] >Sep 13 14:26:59 localhost NetworkManager[637]: <info> Auto-activating connection 'Wired connection 1'. >Sep 13 14:27:00 localhost NetworkManager[637]: <info> Activation (em1) starting connection 'Wired connection 1' >Sep 13 14:27:00 localhost NetworkManager[637]: <info> (em1): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Sep 13 14:27:01 localhost rpc.statd[748]: Version 1.2.6 starting >Sep 13 14:27:02 localhost NetworkManager[637]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) scheduled... >Sep 13 14:27:02 localhost modem-manager[703]: <info> Loaded plugin 'X22X' >Sep 13 14:27:03 localhost NetworkManager[637]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) started... >Sep 13 14:27:04 localhost modem-manager[703]: <info> Loaded plugin 'Novatel' >Sep 13 14:27:05 localhost sm-notify[750]: Version 1.2.6 starting >Sep 13 14:27:05 localhost NetworkManager[637]: <info> Activation (em1) Stage 2 of 5 (Device Configure) scheduled... >Sep 13 14:27:06 localhost modem-manager[703]: <info> Loaded plugin 'Longcheer' >Sep 13 14:27:06 localhost dbus[545]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' >Sep 13 14:27:07 localhost NetworkManager[637]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) complete. >Sep 13 14:27:08 localhost avahi-daemon[543]: Registering new address record for fe80::20d:56ff:fead:99e0 on em1.*. >Sep 13 14:27:08 localhost modem-manager[703]: <info> Loaded plugin 'Sierra' >Sep 13 14:27:09 localhost rpc.statd[748]: Initializing NSM state >Sep 13 14:27:09 localhost NetworkManager[637]: <info> wpa_supplicant started >Sep 13 14:27:09 localhost modem-manager[703]: <info> Loaded plugin 'Wavecom' >Sep 13 14:27:10 localhost NetworkManager[637]: <info> (wlan0) supports 4 scan SSIDs >Sep 13 14:27:11 localhost modem-manager[703]: <info> Loaded plugin 'MotoC' >Sep 13 14:27:11 localhost NetworkManager[637]: <info> (wlan0): supplicant interface state: starting -> ready >Sep 13 14:27:13 localhost modem-manager[703]: <info> Loaded plugin 'AnyData' >Sep 13 14:27:13 localhost NetworkManager[637]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42] >Sep 13 14:27:14 localhost modem-manager[703]: <info> Loaded plugin 'Linktop' >Sep 13 14:27:14 localhost NetworkManager[637]: <warn> Trying to remove a non-existant call id. >Sep 13 14:27:15 localhost modem-manager[703]: <info> Loaded plugin 'SimTech' >Sep 13 14:27:16 localhost NetworkManager[637]: <info> (wlan0): supplicant interface state: ready -> inactive >Sep 13 14:27:16 localhost modem-manager[703]: <info> Loaded plugin 'Huawei' >Sep 13 14:27:17 localhost NetworkManager[637]: <info> (wlan0) supports 4 scan SSIDs >Sep 13 14:27:17 localhost modem-manager[703]: <info> Loaded plugin 'Option' >Sep 13 14:27:18 localhost NetworkManager[637]: <info> Activation (em1) Stage 2 of 5 (Device Configure) starting... >Sep 13 14:27:18 localhost modem-manager[703]: <info> Loaded plugin 'ZTE' >Sep 13 14:27:18 localhost NetworkManager[637]: <info> (em1): device state change: prepare -> config (reason 'none') [40 50 0] >Sep 13 14:27:19 localhost modem-manager[703]: <info> Loaded plugin 'Samsung' >Sep 13 14:27:20 localhost NetworkManager[637]: <info> Activation (em1) Stage 2 of 5 (Device Configure) successful. >Sep 13 14:27:20 localhost modem-manager[703]: <info> Loaded plugin 'Option High-Speed' >Sep 13 14:27:20 localhost NetworkManager[637]: <info> Activation (em1) Stage 2 of 5 (Device Configure) complete. >Sep 13 14:27:21 localhost modem-manager[703]: <info> Loaded plugin 'Nokia' >Sep 13 14:27:21 localhost modem-manager[703]: <info> Loaded plugin 'Gobi' >Sep 13 14:27:22 localhost modem-manager[703]: <info> Loaded plugin 'Ericsson MBM' >Sep 13 14:27:22 localhost modem-manager[703]: <info> Loaded plugin 'Iridium' >Sep 13 14:27:23 localhost modem-manager[703]: <info> Loaded plugin 'Cinterion' >Sep 13 14:27:23 localhost modem-manager[703]: <info> Loaded plugin 'Generic' >Sep 13 14:27:23 localhost modem-manager[703]: <info> Successfully loaded 20 plugins >Sep 13 14:27:23 localhost dbus-daemon[545]: dbus[545]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Sep 13 14:27:24 localhost dbus-daemon[545]: dbus[545]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Sep 13 14:27:24 localhost dbus-daemon[545]: dbus[545]: [system] Successfully activated service 'org.bluez' >Sep 13 14:27:24 localhost dbus-daemon[545]: modem-manager[703]: <info> ModemManager (version 0.5.999-0.2.fc18) starting... >Sep 13 14:27:24 localhost dbus-daemon[545]: dbus[545]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Sep 13 14:27:24 localhost dbus-daemon[545]: dbus[545]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' >Sep 13 14:27:24 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'X22X' >Sep 13 14:27:24 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Novatel' >Sep 13 14:27:24 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Longcheer' >Sep 13 14:27:24 localhost dbus-daemon[545]: dbus[545]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' >Sep 13 14:27:24 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Sierra' >Sep 13 14:27:24 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Wavecom' >Sep 13 14:27:24 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'MotoC' >Sep 13 14:27:24 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'AnyData' >Sep 13 14:27:24 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Linktop' >Sep 13 14:27:25 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'SimTech' >Sep 13 14:27:25 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Huawei' >Sep 13 14:27:25 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Option' >Sep 13 14:27:25 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'ZTE' >Sep 13 14:27:25 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Samsung' >Sep 13 14:27:25 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Option High-Speed' >Sep 13 14:27:25 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Nokia' >Sep 13 14:27:25 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Gobi' >Sep 13 14:27:25 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Ericsson MBM' >Sep 13 14:27:25 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Iridium' >Sep 13 14:27:25 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Cinterion' >Sep 13 14:27:25 localhost dbus-daemon[545]: modem-manager[703]: <info> Loaded plugin 'Generic' >Sep 13 14:27:25 localhost dbus-daemon[545]: modem-manager[703]: <info> Successfully loaded 20 plugins >Sep 13 14:27:26 localhost livesys[528]: sed: can't read : No such file or directory >Sep 13 14:27:26 localhost livesys[528]: warning: Schema 'org.freedesktop.Geoclue' has path '/apps/geoclue/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:26 localhost livesys[528]: warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-logger/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:26 localhost livesys[528]: warning: Schema 'org.freedesktop.gstreamer-0.10.default-elements' has path '/desktop/gstreamer/0.10/default-elements/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:26 localhost livesys[528]: warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:26 localhost livesys[528]: warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:26 localhost livesys[528]: warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:26 localhost livesys[528]: warning: Schema 'org.freedesktop.ibus.general.xkblayoutconfig' has path '/desktop/ibus/general/xkblayoutconfig/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:26 localhost kernel: [ 177.897337] ip6_tables: (C) 2000-2006 Netfilter Core Team >Sep 13 14:27:26 localhost livesys[528]: warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:26 localhost livesys[528]: warning: Schema 'org.gnome.Cheese' has path '/apps/cheese/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:26 localhost livesys[528]: warning: Schema 'org.gnome.Vino' has path '/desktop/gnome/remote-access/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:26 localhost livesys[528]: warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:26 localhost livesys[528]: warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:26 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Sep 13 14:27:26 localhost NetworkManager[637]: <warn> (em1) firewall zone add/change failed: (4) 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. >Sep 13 14:27:26 localhost NetworkManager[637]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) scheduled. >Sep 13 14:27:26 localhost NetworkManager[637]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) started... >Sep 13 14:27:26 localhost NetworkManager[637]: <info> (em1): device state change: config -> ip-config (reason 'none') [50 70 0] >Sep 13 14:27:27 localhost NetworkManager[637]: <info> Activation (em1) Beginning DHCPv4 transaction (timeout in 45 seconds) >Sep 13 14:27:27 localhost NetworkManager[637]: <info> dhclient started with pid 799 >Sep 13 14:27:27 localhost NetworkManager[637]: <info> Activation (em1) Beginning IP6 addrconf. >Sep 13 14:27:27 localhost avahi-daemon[543]: Withdrawing address record for fe80::20d:56ff:fead:99e0 on em1. >Sep 13 14:27:27 localhost NetworkManager[637]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) complete. >Sep 13 14:27:27 localhost avahi-daemon[543]: Registering new address record for fe80::20d:56ff:fead:99e0 on em1.*. >Sep 13 14:27:27 localhost dhclient[799]: Internet Systems Consortium DHCP Client 4.2.4-P1 >Sep 13 14:27:27 localhost dhclient[799]: Copyright 2004-2012 Internet Systems Consortium. >Sep 13 14:27:27 localhost dhclient[799]: All rights reserved. >Sep 13 14:27:27 localhost dhclient[799]: For info, please visit https://www.isc.org/software/dhcp/ >Sep 13 14:27:28 localhost dhclient[799]: >Sep 13 14:27:28 localhost NetworkManager[637]: <info> (em1): DHCPv4 state changed nbi -> preinit >Sep 13 14:27:29 localhost dhclient[799]: Listening on LPF/em1/00:0d:56:ad:99:e0 >Sep 13 14:27:29 localhost dhclient[799]: Sending on LPF/em1/00:0d:56:ad:99:e0 >Sep 13 14:27:30 localhost dhclient[799]: Sending on Socket/fallback >Sep 13 14:27:30 localhost dhclient[799]: DHCPDISCOVER on em1 to 255.255.255.255 port 67 interval 6 (xid=0x2fdb2d84) >Sep 13 14:27:30 localhost dhclient[799]: DHCPREQUEST on em1 to 255.255.255.255 port 67 (xid=0x2fdb2d84) >Sep 13 14:27:31 localhost dhclient[799]: DHCPOFFER from 192.168.1.1 >Sep 13 14:27:31 localhost dhclient[799]: DHCPACK from 192.168.1.1 (xid=0x2fdb2d84) >Sep 13 14:27:31 localhost NetworkManager[637]: <info> (em1): DHCPv4 state changed preinit -> bound >Sep 13 14:27:32 localhost NetworkManager[637]: <info> address 192.168.1.8 >Sep 13 14:27:32 localhost NetworkManager[637]: <info> prefix 24 (255.255.255.0) >Sep 13 14:27:32 localhost NetworkManager[637]: <info> gateway 192.168.1.1 >Sep 13 14:27:33 localhost NetworkManager[637]: <info> nameserver '192.168.1.1' >Sep 13 14:27:33 localhost dhclient[799]: bound to 192.168.1.8 -- renewal in 32945 seconds. >Sep 13 14:27:33 localhost NetworkManager[637]: <info> Activation (em1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Sep 13 14:27:33 localhost NetworkManager[637]: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) started... >Sep 13 14:27:34 localhost avahi-daemon[543]: Joining mDNS multicast group on interface em1.IPv4 with address 192.168.1.8. >Sep 13 14:27:34 localhost avahi-daemon[543]: New relevant interface em1.IPv4 for mDNS. >Sep 13 14:27:35 localhost avahi-daemon[543]: Registering new address record for 192.168.1.8 on em1.IPv4. >Sep 13 14:27:35 localhost NetworkManager[637]: <info> (em1): device state change: ip-config -> activated (reason 'none') [70 100 0] >Sep 13 14:27:36 localhost NetworkManager[637]: <info> Policy set 'Wired connection 1' (em1) as default for IPv4 routing and DNS. >Sep 13 14:27:36 localhost NetworkManager[637]: <info> Activation (em1) successful, device activated. >Sep 13 14:27:37 localhost NetworkManager[637]: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) complete. >Sep 13 14:27:37 localhost kernel: [ 188.958796] Loading iSCSI transport class v2.0-870. >Sep 13 14:27:37 localhost dbus[545]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Sep 13 14:27:37 localhost libvirtd: Could not find keytab file: /etc/libvirt/krb5.tab: No such file or directory >Sep 13 14:27:39 localhost dbus[545]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Sep 13 14:27:40 localhost livesys[528]: warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:40 localhost livesys[528]: warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:40 localhost livesys[528]: warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:40 localhost livesys[528]: warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:40 localhost livesys[528]: warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:40 localhost livesys[528]: warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:41 localhost kernel: [ 192.648701] iscsi: registered transport (tcp) >Sep 13 14:27:41 localhost livesys[528]: warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:41 localhost livesys[528]: warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:41 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.sharing.org-yorba-shotwell-publishing-piwigo' has path '/apps/shotwell/sharing/org-yorba-shotwell-publishing-piwigo/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:41 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.sharing.org-yorba-shotwell-publishing-yandex-fotki' has path '/apps/shotwell/sharing/org-yorba-shotwell-publishing-yandex-fotki/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:41 localhost livesys[528]: warning: Schema 'org.yorba.shotwell' has path '/apps/shotwell/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:42 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.preferences' has path '/apps/shotwell/preferences/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:42 localhost dbus-daemon[545]: dbus[545]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Sep 13 14:27:42 localhost dbus-daemon[545]: dbus[545]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Sep 13 14:27:42 localhost bluetoothd[704]: bluetoothd[704]: Bluetooth daemon 4.101 >Sep 13 14:27:43 localhost bluetoothd[704]: bluetoothd[704]: Starting SDP server >Sep 13 14:27:43 localhost bluetoothd[704]: bluetoothd[704]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Sep 13 14:27:43 localhost bluetoothd[704]: bluetoothd[704]: Parsing /etc/bluetooth/audio.conf failed: No such file or directory >Sep 13 14:27:44 localhost bluetoothd[704]: bluetoothd[704]: Bluetooth Management interface initialized >Sep 13 14:27:44 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.preferences.ui' has path '/apps/shotwell/preferences/ui/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:44 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.preferences.slideshow' has path '/apps/shotwell/preferences/slideshow/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:44 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.preferences.window' has path '/apps/shotwell/preferences/window/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:45 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.preferences.files' has path '/apps/shotwell/preferences/files/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:45 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.crop-settings' has path '/apps/shotwell/crop-settings/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:45 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.preferences.editing' has path '/apps/shotwell/preferences/editing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:45 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.sharing' has path '/apps/shotwell/sharing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:45 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.sharing.facebook' has path '/apps/shotwell/sharing/facebook/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:45 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.sharing.flickr' has path '/apps/shotwell/sharing/flickr/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:45 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.sharing.picasa' has path '/apps/shotwell/sharing/picasa/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:46 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.sharing.youtube' has path '/apps/shotwell/sharing/youtube/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:46 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.dataimports' has path '/apps/shotwell/dataimports/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:46 localhost NetworkManager[637]: <info> (em1): IP6 addrconf timed out or failed. >Sep 13 14:27:46 localhost NetworkManager[637]: <info> Activation (em1) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >Sep 13 14:27:47 localhost NetworkManager[637]: <info> Activation (em1) Stage 4 of 5 (IPv6 Configure Timeout) started... >Sep 13 14:27:47 localhost NetworkManager[637]: <info> Activation (em1) Stage 4 of 5 (IPv6 Configure Timeout) complete. >Sep 13 14:27:47 localhost TCSD TDDL[865]: TrouSerS ERROR: Could not find a device to open! >Sep 13 14:27:47 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.video' has path '/apps/shotwell/video/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:48 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.printing' has path '/apps/shotwell/printing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:48 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.plugins' has path '/apps/shotwell/plugins/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:48 localhost livesys[528]: warning: Schema 'org.yorba.shotwell.plugins.enable-state' has path '/apps/shotwell/plugins/enable-state/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Sep 13 14:27:48 localhost libvirtd[706]: 2012-09-13 18:27:30.682+0000: 706: info : libvirt version: 0.10.0, package: 0rc0.2.fc18 (Fedora Project, 2012-08-14-15:35:51, ) >Sep 13 14:27:49 localhost kernel: [ 200.327254] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on lvds encoder (output 1) >Sep 13 14:27:49 localhost kernel: [ 200.327285] [drm] nouveau 0000:01:00.0: Calling LVDS script 6: >Sep 13 14:27:49 localhost kernel: [ 200.327290] [drm] nouveau 0000:01:00.0: 0xDD79: Parsing digital output script table >Sep 13 14:27:49 localhost kernel: [ 200.853634] [drm] nouveau 0000:01:00.0: Calling LVDS script 2: >Sep 13 14:27:49 localhost kernel: [ 200.853640] [drm] nouveau 0000:01:00.0: 0xDEC8: Parsing digital output script table >Sep 13 14:27:49 localhost kernel: [ 200.902137] [drm] nouveau 0000:01:00.0: Setting dpms mode 0 on lvds encoder (output 1) >Sep 13 14:27:49 localhost kernel: [ 200.902140] [drm] nouveau 0000:01:00.0: Calling LVDS script 5: >Sep 13 14:27:49 localhost kernel: [ 200.902169] [drm] nouveau 0000:01:00.0: 0xDD62: Parsing digital output script table >Sep 13 14:27:49 localhost kernel: [ 200.902204] [drm] nouveau 0000:01:00.0: Output LVDS-1 is running on CRTC 0 using output A >Sep 13 14:27:49 localhost libvirtd[706]: 2012-09-13 18:27:30.682+0000: 706: warning : virDriverLoadModule:72 : Module /usr/lib/libvirt/connection-driver/libvirt_driver_lxc.so not accessible >Sep 13 14:27:49 localhost libvirtd[706]: 2012-09-13 18:27:31.219+0000: 706: warning : virDriverLoadModule:72 : Module /usr/lib/libvirt/connection-driver/libvirt_driver_uml.so not accessible >Sep 13 14:27:50 localhost libvirtd[706]: 2012-09-13 18:27:31.226+0000: 706: warning : virDriverLoadModule:72 : Module /usr/lib/libvirt/connection-driver/libvirt_driver_xen.so not accessible >Sep 13 14:27:50 localhost libvirtd[706]: 2012-09-13 18:27:31.234+0000: 706: warning : virDriverLoadModule:72 : Module /usr/lib/libvirt/connection-driver/libvirt_driver_libxl.so not accessible >Sep 13 14:27:50 localhost kernel: [ 202.191862] iscsi: registered transport (iser) >Sep 13 14:27:50 localhost systemd[1]: tcsd.service: control process exited, code=exited status=137 >Sep 13 14:27:51 localhost systemd[1]: Unit tcsd.service entered failed state. >Sep 13 14:27:51 localhost tcsd[809]: Starting tcsd: [FAILED] >Sep 13 14:27:51 localhost kernel: [ 203.533663] libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits. >Sep 13 14:27:51 localhost kernel: [ 203.533694] libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0. >Sep 13 14:27:53 localhost kernel: [ 204.851712] Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010) >Sep 13 14:27:53 localhost kernel: [ 204.867848] iscsi: registered transport (cxgb3i) >Sep 13 14:27:54 localhost kernel: [ 205.561337] Chelsio T4 iSCSI Driver cxgb4i v0.9.1 (Aug. 2010) >Sep 13 14:27:54 localhost kernel: [ 205.581280] iscsi: registered transport (cxgb4i) >Sep 13 14:27:54 localhost kernel: [ 205.988400] cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.12 (June 29, 2012) >Sep 13 14:27:54 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Sep 13 14:27:54 localhost kernel: [ 206.229400] Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.2.2 (Apr 25, 2012) >Sep 13 14:27:54 localhost kernel: [ 206.247515] iscsi: registered transport (bnx2i) >Sep 13 14:27:55 localhost kernel: [ 206.756625] iscsi: registered transport (be2iscsi) >Sep 13 14:27:55 localhost dbus-daemon[545]: Failed to issue method call: Unit chronyd.service is not loaded. >Sep 13 14:27:56 localhost iscsid: iSCSI logger with pid=955 started! >Sep 13 14:27:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: handling signal 10 >Sep 13 14:27:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Found 2 callbacks >Sep 13 14:27:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: running 10 handler: 0x8051ec0 >Sep 13 14:27:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: running 10 handler: 0x804f7a0 >Sep 13 14:27:56 localhost gdm-simple-slave[639]: DEBUG(+): Got callback for signal 10 >Sep 13 14:27:56 localhost gdm-simple-slave[639]: DEBUG(+): Got USR1 signal >Sep 13 14:27:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Done handling signals >Sep 13 14:27:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmServer: Got USR1 from X server - emitting READY >Sep 13 14:27:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Server is ready - opening display :0 >Sep 13 14:27:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Connected to display :0 >Sep 13 14:27:56 localhost systemd[1]: PID 801 read from file /run/sm-client.pid does not exist. >Sep 13 14:27:56 localhost iscsid[810]: Starting iscsid: [ OK ]#015[ OK ] >Sep 13 14:27:57 localhost iscsid: transport class version 2.0-870. iscsid version 2.0-872.18.f17 >Sep 13 14:27:57 localhost iscsid: iSCSI daemon with pid=958 started! >Sep 13 14:27:59 localhost iscsi[964]: Starting iscsi: iscsiadm: No records found >Sep 13 14:28:00 localhost iscsi[964]: [ OK ] >Sep 13 14:28:00 localhost libvirtd[706]: 2012-09-13 18:28:00.083+0000: 845: error : virNWFilterSnoopLeaseFileRefresh:1884 : open("/var/run/libvirt/network/nwfilter.ltmp"): No such file or directory >Sep 13 14:28:02 localhost systemd[1]: Startup finished in 6s 445ms 467us (kernel) + 31s 281ms 585us (initrd) + 2min 56s 588ms 343us (userspace) = 3min 34s 315ms 395us. >Sep 13 14:28:05 localhost kernel: [ 216.877537] Ebtables v2.0 registered >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Requesting timed login details >Sep 13 14:28:28 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0 >Sep 13 14:28:28 localhost gdm-binary[623]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0 >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Got timed login details: 0 0 >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSimpleSlave: Running greeter >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSimpleSlave: Creating greeter for :0 >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Trying script /etc/gdm/Init/:0 >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: script /etc/gdm/Init/:0 not found; skipping >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Trying script /etc/gdm/Init/Default >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Running process: /etc/gdm/Init/Default >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: script environment: DISPLAY=:0 >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: script environment: HOME=/var/lib/gdm >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: script environment: X_SERVERS=/var/gdm/:0.Xservers >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: script environment: RUNNING_UNDER_GDM=true >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: script environment: LOGNAME=gdm >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: script environment: XAUTHORITY=/var/run/gdm/auth-for-gdm-TTM6im/database >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: script environment: USERNAME=gdm >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: script environment: PWD=/var/lib/gdm >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: script environment: USER=gdm >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: script environment: SHELL=/sbin/nologin >Sep 13 14:28:28 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: script environment: PATH=/usr/local/bin:/usr/bin:/bin >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Process exit status: 0 >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmSimpleSlave: Creating greeter on :0 (null) >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: Starting... >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: Starting D-Bus daemon >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: DISPLAY=:0 >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: DCONF_PROFILE=gdm >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: HOME=/var/lib/gdm >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: RUNNING_UNDER_GDM=true >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: GVFS_DISABLE_FUSE=1 >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: LANG=en_US.UTF-8 >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: LOGNAME=gdm >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: WINDOWPATH=1 >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: GDM_VERSION=3.5.5 >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: XAUTHORITY=/var/run/gdm/auth-for-gdm-TTM6im/database >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: USERNAME=gdm >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: PWD=/var/lib/gdm >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: USER=gdm >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: SHELL=/sbin/nologin >Sep 13 14:28:29 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: launch environment: XDG_DATA_DIRS=/usr/share/gdm/greeter:/usr/local/share/:/usr/share/ >Sep 13 14:28:29 localhost gdm-simple-slave[1108]: DEBUG(+): GdmLaunchEnvironment: Setting up run time dir /var/run/gdm/greeter >Sep 13 14:28:29 localhost gdm-simple-slave[1108]: DEBUG(+): GdmLaunchEnvironment: Changing (uid:gid) for child process to (42:42) >Sep 13 14:28:32 localhost gdm-simple-slave[639]: DEBUG(+): GdmLaunchEnvironment: Started D-Bus daemon on pid 1120 >Sep 13 14:28:32 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Creating D-Bus server for worker for session >Sep 13 14:28:32 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: D-Bus server for workers listening on unix:abstract=/tmp/gdm-greeter-jGglJaWM >Sep 13 14:28:32 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Creating D-Bus server for greeters and such >Sep 13 14:28:32 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: D-Bus server for greeters listening on unix:abstract=/tmp/gdm-greeter-kWHPbwZH >Sep 13 14:28:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Setting display device: (null) >Sep 13 14:28:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: starting conversation gdm-launch-environment >Sep 13 14:28:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSessionWorkerJob: Starting worker... >Sep 13 14:28:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSessionWorkerJob: Running session_worker_job process: gdm-session-worker [pam/gdm-launch-environment] /usr/libexec/gdm-session-worker >Sep 13 14:28:33 localhost gdm-simple-slave[639]: DEBUG(+): GdmSessionWorkerJob: : SessionWorkerJob on pid 1124 >Sep 13 14:28:34 localhost gdm-simple-slave[639]: DEBUG(+): GdmSimpleSlave: Creating new session >Sep 13 14:28:34 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Creating D-Bus server for worker for session >Sep 13 14:28:34 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: D-Bus server for workers listening on unix:abstract=/tmp/gdm-greeter-rziUcaSM >Sep 13 14:28:34 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Creating D-Bus server for greeters and such >Sep 13 14:28:35 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: D-Bus server for greeters listening on unix:abstract=/tmp/gdm-greeter-CdboFaTM >Sep 13 14:28:35 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Setting display device: (null) >Sep 13 14:28:35 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Requesting timed login details >Sep 13 14:28:35 localhost gdm-binary[623]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0 >Sep 13 14:28:35 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Got timed login details: 0 0 >Sep 13 14:28:36 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0 >Sep 13 14:28:36 localhost gdm-launch-environment][1124]: DEBUG(+): Enabling debugging >Sep 13 14:28:36 localhost dbus-daemon[545]: dbus[545]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' >Sep 13 14:28:37 localhost dbus[545]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' >Sep 13 14:28:39 localhost accounts-daemon[1131]: started daemon version 0.6.22 >Sep 13 14:28:39 localhost dbus[545]: [system] Successfully activated service 'org.freedesktop.Accounts' >Sep 13 14:28:39 localhost dbus-daemon[545]: dbus[545]: [system] Successfully activated service 'org.freedesktop.Accounts' >Sep 13 14:28:40 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: connecting to address: unix:abstract=/tmp/gdm-greeter-jGglJaWM >Sep 13 14:28:40 localhost gdm-simple-slave[639]: DEBUG(+): GdmDBusServer: new connection 0x9e4aeb8 >Sep 13 14:28:40 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Handling new connection from worker >Sep 13 14:28:40 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Authenticating new connection >Sep 13 14:28:40 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=2 0x804ddc0 >Sep 13 14:28:40 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Registering for 2 signals >Sep 13 14:28:41 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=4 0x804ddc0 >Sep 13 14:28:41 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Registering for 4 signals >Sep 13 14:28:41 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=7 0x804ddc0 >Sep 13 14:28:41 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Registering for 7 signals >Sep 13 14:28:41 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=8 0x804ddc0 >Sep 13 14:28:41 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Registering for 8 signals >Sep 13 14:28:41 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=1 0x804ddc0 >Sep 13 14:28:41 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Registering for 1 signals >Sep 13 14:28:41 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=11 0x804ddc0 >Sep 13 14:28:41 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Registering for 11 signals >Sep 13 14:28:42 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=6 0x804ddc0 >Sep 13 14:28:42 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Registering for 6 signals >Sep 13 14:28:42 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x804ddc0 >Sep 13 14:28:42 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSignalHandler: Registering for 10 signals >Sep 13 14:28:42 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: ignoring new user in accounts service with object path /org/freedesktop/Accounts/User1000 since not loaded yet >Sep 13 14:28:42 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: worker connection is 0x9e4aeb8 >Sep 13 14:28:42 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): Failed to identify the current session: No such file or directory >Sep 13 14:28:43 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Emitting conversation-started signal >Sep 13 14:28:43 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: seat unloaded, so trying to set loaded property >Sep 13 14:28:43 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Beginning setup for session for program with log '/var/log/gdm/:0-greeter.log', using PAM service gdm-launch-environment >Sep 13 14:28:43 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: Seat wouldn't load, so giving up on it and setting loaded property >Sep 13 14:28:43 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Conversation started >Sep 13 14:28:43 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property >Sep 13 14:28:43 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: calling 'ListCachedUsers' >Sep 13 14:28:44 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: attempting to change state to SETUP_COMPLETE >Sep 13 14:28:44 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: initializing PAM; service=gdm-launch-environment username=gdm seat=seat0 >Sep 13 14:28:44 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: state SETUP_COMPLETE >Sep 13 14:28:44 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: ListCachedUsers finished, will set loaded property after list is fully loaded >Sep 13 14:28:44 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: tracking new user with object path /org/freedesktop/Accounts/User1000 >Sep 13 14:28:44 localhost libvirtd[706]: 2012-09-13 18:28:42.417+0000: 845: error : virCommandWait:2332 : internal error Child process (LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin /usr/bin/qemu-kvm -no-user-config -device ? -device pci-assign,? -device virtio-blk-pci,? -device virtio-net-pci,? -device scsi-disk,?) status unexpected: exit status 1 >Sep 13 14:28:44 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: session type set to LoginWindow >Sep 13 14:28:44 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: attempting to change state to AUTHENTICATED >Sep 13 14:28:45 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: authenticating user gdm >Sep 13 14:28:45 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: state AUTHENTICATED >Sep 13 14:28:45 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: user 'liveuser' is now loaded >Sep 13 14:28:45 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: tracking user 'liveuser' >Sep 13 14:28:45 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-added signal >Sep 13 14:28:45 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property >Sep 13 14:28:45 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property >Sep 13 14:28:45 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: user liveuser changed >Sep 13 14:28:46 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: attempting to change state to AUTHORIZED >Sep 13 14:28:46 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: determining if authenticated user (password required:0) is authorized to session >Sep 13 14:28:46 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: state AUTHORIZED >Sep 13 14:28:46 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: attempting to change state to ACCREDITED >Sep 13 14:28:46 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: state ACCREDITED >Sep 13 14:28:46 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: attempting to change state to ACCOUNT_DETAILS_SAVED >Sep 13 14:28:46 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: user gdm, not fully loaded yet, will save account details later >Sep 13 14:28:47 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: trying to track new user with username gdm >Sep 13 14:28:47 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 1 >Sep 13 14:28:47 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 2 >Sep 13 14:28:47 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: Looking for user gdm in accounts service >Sep 13 14:28:47 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: new user in accounts service with object path /org/freedesktop/Accounts/User42 >Sep 13 14:28:47 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: tracking new user with object path /org/freedesktop/Accounts/User42 >Sep 13 14:28:47 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: Found object path of user 'gdm': /org/freedesktop/Accounts/User42 >Sep 13 14:28:47 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 3 >Sep 13 14:28:47 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: user gdm fetched >Sep 13 14:28:48 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: finished handling request for user gdm >Sep 13 14:28:48 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: user 'gdm' is now loaded >Sep 13 14:28:48 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: tracking user 'gdm' >Sep 13 14:28:48 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-added signal >Sep 13 14:28:48 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property >Sep 13 14:28:48 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property >Sep 13 14:28:48 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: user gdm changed >Sep 13 14:28:48 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: user 'gdm' is now loaded >Sep 13 14:28:48 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: user 'gdm' was already known, replacing with freshly loaded object >Sep 13 14:28:49 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: no longer tracking user 'gdm' (with object path /org/freedesktop/Accounts/User42) >Sep 13 14:28:49 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-removed signal >Sep 13 14:28:49 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: tracking user 'gdm' >Sep 13 14:28:49 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-added signal >Sep 13 14:28:49 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property >Sep 13 14:28:49 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property >Sep 13 14:28:50 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionSettings: saved session is >Sep 13 14:28:50 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionSettings: saved language is >Sep 13 14:28:50 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: saving account details for user gdm >Sep 13 14:28:51 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: user gdm changed >Sep 13 14:28:52 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): Error calling GetAll() when retrieving properties for /org/freedesktop/Accounts/User42: Operation was cancelled >Sep 13 14:28:52 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): Error calling GetAll() when retrieving properties for /org/freedesktop/Accounts/User42: Operation was cancelled >Sep 13 14:28:52 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: attempting to change state to SESSION_OPENED >Sep 13 14:28:53 localhost systemd-logind[541]: New session 1 of user gdm. >Sep 13 14:28:53 localhost systemd-logind[541]: Linked /tmp/.X11-unix/X0 to /run/user/42/X11-display. >Sep 13 14:28:54 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: state SESSION_OPENED >Sep 13 14:28:54 localhost gdm-launch-environment][1124]: AccountsService-DEBUG(+): ActUserManager: user gdm changed >Sep 13 14:28:54 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Emitting 'session-opened' signal >Sep 13 14:28:54 localhost gdm-simple-slave[639]: DEBUG(+): GdmSimpleSlave: Greeter session opened >Sep 13 14:28:54 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Stopping all conversations except for gdm-launch-environment >Sep 13 14:28:55 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop' >Sep 13 14:28:55 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop' >Sep 13 14:28:55 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: GDM_LANG = en_US.UTF-8 >Sep 13 14:28:55 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: DISPLAY = :0 >Sep 13 14:28:55 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: DCONF_PROFILE = gdm >Sep 13 14:28:55 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: HOME = /var/lib/gdm >Sep 13 14:28:55 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: GDM_SEAT_ID = seat0 >Sep 13 14:28:55 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: GDMSESSION = gnome >Sep 13 14:28:56 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: RUNNING_UNDER_GDM = true >Sep 13 14:28:56 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: GVFS_DISABLE_FUSE = 1 >Sep 13 14:28:56 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: DBUS_SESSION_BUS_ADDRESS = unix:abstract=/tmp/dbus-1l1WRkpff4,guid=6cafc5b7021400969f48e230505225cd >Sep 13 14:28:56 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: LANG = en_US.UTF-8 >Sep 13 14:28:56 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: LOGNAME = gdm >Sep 13 14:28:56 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: WINDOWPATH = 1 >Sep 13 14:28:56 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: GDM_VERSION = 3.5.5 >Sep 13 14:28:57 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: XAUTHORITY = /var/run/gdm/auth-for-gdm-TTM6im/database >Sep 13 14:28:58 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: USERNAME = gdm >Sep 13 14:28:59 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: PWD = /var/lib/gdm >Sep 13 14:29:00 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: DESKTOP_SESSION = gnome >Sep 13 14:29:01 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: USER = gdm >Sep 13 14:29:02 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: PATH = /usr/local/bin:/usr/bin:/bin >Sep 13 14:29:02 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: SHELL = /sbin/nologin >Sep 13 14:29:02 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: set env: XDG_DATA_DIRS = /usr/share/gdm/greeter:/usr/local/share/:/usr/share/ >Sep 13 14:29:03 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: start program: /usr/bin/gnome-session -f >Sep 13 14:29:04 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: attempting to change state to SESSION_STARTED >Sep 13 14:29:05 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: opening session for program '/usr/bin/gnome-session' >Sep 13 14:29:05 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: session opened creating reply... >Sep 13 14:29:06 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: state SESSION_STARTED >Sep 13 14:29:07 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSession worker: watching pid 1179 >Sep 13 14:29:07 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Emitting 'session-started' signal with pid '1179' >Sep 13 14:29:07 localhost gdm-simple-slave[639]: DEBUG(+): using ut_user (unknown) >Sep 13 14:29:07 localhost gdm-simple-slave[639]: DEBUG(+): Writing login record >Sep 13 14:29:07 localhost gdm-simple-slave[639]: DEBUG(+): using ut_type USER_PROCESS >Sep 13 14:29:07 localhost gdm-simple-slave[639]: DEBUG(+): using ut_tv time 1347560942 >Sep 13 14:29:07 localhost gdm-simple-slave[639]: DEBUG(+): using ut_pid 1124 >Sep 13 14:29:07 localhost gdm-simple-slave[639]: DEBUG(+): using ut_id :0 >Sep 13 14:29:07 localhost gdm-simple-slave[639]: DEBUG(+): using ut_host :0 >Sep 13 14:29:07 localhost gdm-simple-slave[639]: DEBUG(+): using ut_line :0 >Sep 13 14:29:07 localhost gdm-simple-slave[639]: DEBUG(+): Writing wtmp session record to /var/log/wtmp >Sep 13 14:29:07 localhost gdm-simple-slave[639]: DEBUG(+): Adding new utmp record >Sep 13 14:29:07 localhost gdm-simple-slave[639]: DEBUG(+): GdmSimpleSlave: Greeter started >Sep 13 14:29:09 localhost kernel: [ 280.834396] [drm:drm_debugfs_create_files] *ERROR* Cannot create /sys/kernel/debug/dri/channel/3 >Sep 13 14:29:10 localhost gnome-session[1179]: WARNING: Session 'gdm-shell' runnable check failed: Child process exited with code 1 >Sep 13 14:29:11 localhost dbus-daemon[545]: dbus[545]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Sep 13 14:29:11 localhost dbus[545]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Sep 13 14:29:11 localhost dbus-daemon[545]: dbus[545]: [system] Successfully activated service 'org.freedesktop.UPower' >Sep 13 14:29:11 localhost dbus[545]: [system] Successfully activated service 'org.freedesktop.UPower' >Sep 13 14:29:14 localhost upowerd[1240]: (upowerd:1240): UPower-Linux-WARNING **: energy 97.680000 bigger than full 75.124800 >Sep 13 14:29:35 localhost dbus-daemon[545]: dbus[545]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' >Sep 13 14:29:35 localhost dbus[545]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' >Sep 13 14:29:36 localhost dbus-daemon[545]: dbus[545]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1' >Sep 13 14:29:36 localhost dbus[545]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1' >Sep 13 14:29:37 localhost rtkit-daemon[1322]: Successfully made thread 1321 of process 1321 (/usr/bin/pulseaudio) owned by '42' high priority at nice level -11. >Sep 13 14:29:40 localhost gnome-session[1179]: WARNING: Application 'gnome-settings-daemon.desktop' failed to register before timeout >Sep 13 14:29:54 localhost gdm-simple-greeter[1335]: DEBUG(+): Enabling debugging >Sep 13 14:29:55 localhost gnome-session[1179]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed >Sep 13 14:29:55 localhost gnome-session[1179]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed >Sep 13 14:29:55 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: child (pid:1179) done (status:0) >Sep 13 14:29:55 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: uninitializing PAM >Sep 13 14:29:55 localhost gdm-launch-environment][1124]: DEBUG(+): GdmSessionWorker: state NONE >Sep 13 14:29:55 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Emitting 'session-exited' signal with exit code '0' >Sep 13 14:29:55 localhost gdm-simple-slave[639]: DEBUG(+): Writing logout record >Sep 13 14:29:55 localhost gdm-simple-slave[639]: DEBUG(+): using ut_type DEAD_PROCESS >Sep 13 14:29:55 localhost gdm-simple-slave[639]: DEBUG(+): using ut_tv time 1347560995 >Sep 13 14:29:55 localhost gdm-simple-slave[639]: DEBUG(+): using ut_pid 1179 >Sep 13 14:29:55 localhost gdm-simple-slave[639]: DEBUG(+): using ut_id :0 >Sep 13 14:29:55 localhost gdm-simple-slave[639]: DEBUG(+): using ut_host :0 >Sep 13 14:29:55 localhost gdm-simple-slave[639]: DEBUG(+): using ut_line :0 >Sep 13 14:29:55 localhost gdm-simple-slave[639]: DEBUG(+): Writing wtmp logout record to /var/log/wtmp >Sep 13 14:29:55 localhost gdm-simple-slave[639]: DEBUG(+): Removing utmp record >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: stopping conversation gdm-launch-environment >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSessionWorkerJob: Stopping job pid:1124 >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmCommon: sending signal 15 to process 1124 >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSimpleSlave: Greeter exited: 0 >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): slave finished >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSimpleSlave: Stopping simple_slave >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Stopping slave >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSimpleSlave: Stopping greeter >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmCommon: sending signal 15 to process 1179 >Sep 13 14:29:56 localhost gdm-simple-slave[639]: WARNING: Child process 1179 was already dead. >Sep 13 14:29:56 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil) >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Closing session >Sep 13 14:29:56 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Registering for 4 signals >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Stopping all conversations >Sep 13 14:29:56 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil) >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Disposing session >Sep 13 14:29:56 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Registering for 7 signals >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Closing session >Sep 13 14:29:56 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil) >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmSession: Stopping all conversations >Sep 13 14:29:56 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Registering for 11 signals >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmServer: Stopping server >Sep 13 14:29:56 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil) >Sep 13 14:29:56 localhost gdm-simple-slave[639]: DEBUG(+): GdmCommon: sending signal 15 to process 680 >Sep 13 14:29:56 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Registering for 6 signals >Sep 13 14:29:56 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil) >Sep 13 14:29:57 localhost gdm-simple-slave[639]: DEBUG(+): GdmServer: Waiting on process 680 >Sep 13 14:29:57 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Registering for 5 signals >Sep 13 14:29:57 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=15 0x8054cb0 >Sep 13 14:29:57 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Registering for 15 signals >Sep 13 14:29:57 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=2 0x8054cb0 >Sep 13 14:29:57 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Registering for 2 signals >Sep 13 14:29:57 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=8 0x8054cb0 >Sep 13 14:29:57 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Registering for 8 signals >Sep 13 14:29:57 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=1 0x8054cb0 >Sep 13 14:29:58 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Registering for 1 signals >Sep 13 14:29:58 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=10 0x8054cb0 >Sep 13 14:29:58 localhost gdm-simple-greeter[1335]: DEBUG(+): GdmSignalHandler: Registering for 10 signals >Sep 13 14:29:59 localhost kernel: [ 329.078406] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on lvds encoder (output 1) >Sep 13 14:29:59 localhost kernel: [ 329.078409] [drm] nouveau 0000:01:00.0: Calling LVDS script 6: >Sep 13 14:29:59 localhost kernel: [ 329.078437] [drm] nouveau 0000:01:00.0: 0xDD79: Parsing digital output script table >Sep 13 14:29:59 localhost kernel: [ 329.604848] [drm] nouveau 0000:01:00.0: Calling LVDS script 2: >Sep 13 14:29:59 localhost kernel: [ 329.604874] [drm] nouveau 0000:01:00.0: 0xDEC8: Parsing digital output script table >Sep 13 14:29:59 localhost kernel: [ 329.653388] [drm] nouveau 0000:01:00.0: Setting dpms mode 0 on lvds encoder (output 1) >Sep 13 14:29:59 localhost kernel: [ 329.653389] [drm] nouveau 0000:01:00.0: Calling LVDS script 5: >Sep 13 14:29:59 localhost kernel: [ 329.653391] [drm] nouveau 0000:01:00.0: 0xDD62: Parsing digital output script table >Sep 13 14:29:59 localhost kernel: [ 329.653425] [drm] nouveau 0000:01:00.0: Output LVDS-1 is running on CRTC 0 using output A >Sep 13 14:30:00 localhost gdm-simple-slave[639]: DEBUG(+): GdmCommon: process (pid:680) done (status:0) >Sep 13 14:30:00 localhost gdm-simple-slave[639]: DEBUG(+): GdmServer: Server died >Sep 13 14:30:00 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Removing handler 10: signum=11 0x8051ec0 >Sep 13 14:30:00 localhost gdm-simple-slave[639]: DEBUG(+): GdmSlave: Stopping slave >Sep 13 14:30:00 localhost gdm-simple-slave[639]: DEBUG(+): GdmSignalHandler: Finalizing signal handler >Sep 13 14:30:00 localhost gdm-simple-slave[639]: DEBUG(+): Slave finished >Sep 13 14:30:01 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: Finishing display: /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:30:01 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: Unmanaging display >Sep 13 14:30:01 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: unmanage display >Sep 13 14:30:01 localhost gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Killing slave >Sep 13 14:30:01 localhost gdm-binary[623]: DEBUG(+): GdmCommon: sending signal 15 to process 639 >Sep 13 14:30:01 localhost gdm-binary[623]: WARNING: Child process 639 was already dead. >Sep 13 14:30:02 localhost gdm-binary[623]: WARNING: Unable to kill slave process >Sep 13 14:30:02 localhost gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Disposing slave proxy >Sep 13 14:30:02 localhost gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Killing slave >Sep 13 14:30:02 localhost gdm-simple-greeter[1335]: WARNING: Unable to start greeter session: GDBus.Error:org.freedesktop.DBus.Error.NoReply: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) >Sep 13 14:30:02 localhost gdm-binary[623]: DEBUG(+): GdmCommon: sending signal 15 to process 639 >Sep 13 14:30:02 localhost gdm-binary[623]: WARNING: Child process 639 was already dead. >Sep 13 14:30:03 localhost gdm-binary[623]: WARNING: Unable to kill slave process >Sep 13 14:30:03 localhost gdm-binary[623]: DEBUG(+): GdmLocalDisplayFactory: display status changed: 0 >Sep 13 14:30:03 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: Managing display: /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:30:03 localhost abrtd: Directory 'ccpp-2012-09-13-14:29:59-1344' creation detected >Sep 13 14:30:03 localhost abrt[1346]: Saved core dump of pid 1344 (/usr/libexec/at-spi2-registryd) to /var/spool/abrt/ccpp-2012-09-13-14:29:59-1344 (671744 bytes) >Sep 13 14:30:03 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: manage display >Sep 13 14:30:04 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: Preparing display: /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:30:04 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: prepare display >Sep 13 14:30:04 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: creating xauth directory /var/run/gdm/auth-for-gdm-XXXXXX >Sep 13 14:30:05 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-IlrPPX to 42:42 >Sep 13 14:30:05 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: creating /var/run/gdm/auth-for-gdm-IlrPPX/database >Sep 13 14:30:05 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-IlrPPX/database to 42:42 >Sep 13 14:30:05 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chmoding /var/run/gdm/auth-for-gdm-IlrPPX to 0711 >Sep 13 14:30:06 localhost gdm-binary[623]: DEBUG(+): GdmLocalDisplayFactory: display status changed: 1 >Sep 13 14:30:06 localhost gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Killing slave >Sep 13 14:30:06 localhost gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Running command: /usr/libexec/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:30:06 localhost gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Started slave with pid 1350 >Sep 13 14:30:06 localhost gdm-simple-slave[1350]: DEBUG(+): Enabling debugging >Sep 13 14:30:06 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=15 0x804f7a0 >Sep 13 14:30:06 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Registering for 15 signals >Sep 13 14:30:06 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=2 0x804f7a0 >Sep 13 14:30:06 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Registering for 2 signals >Sep 13 14:30:07 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=4 0x804f7a0 >Sep 13 14:30:07 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Registering for 4 signals >Sep 13 14:30:07 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=7 0x804f7a0 >Sep 13 14:30:07 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Registering for 7 signals >Sep 13 14:30:07 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=8 0x804f7a0 >Sep 13 14:30:07 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Registering for 8 signals >Sep 13 14:30:07 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=1 0x804f7a0 >Sep 13 14:30:07 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Registering for 1 signals >Sep 13 14:30:07 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=11 0x804f7a0 >Sep 13 14:30:08 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Registering for 11 signals >Sep 13 14:30:08 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=6 0x804f7a0 >Sep 13 14:30:08 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Registering for 6 signals >Sep 13 14:30:08 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=10 0x804f7a0 >Sep 13 14:30:08 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Registering for 10 signals >Sep 13 14:30:08 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=12 0x804f7a0 >Sep 13 14:30:08 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Registering for 12 signals >Sep 13 14:30:08 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Registering >Sep 13 14:30:08 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: starting slave >Sep 13 14:30:09 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Starting slave >Sep 13 14:30:09 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Creating proxy for /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:30:09 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Got display ID: /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:30:09 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: Setting slave bus name::1.41 on display :0 >Sep 13 14:30:09 localhost dbus[545]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=623 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.41" (uid=0 pid=1350 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Sep 13 14:30:10 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Adding handler 11: signum=10 0x8051ec0 >Sep 13 14:30:10 localhost gdm-simple-slave[1350]: DEBUG(+): Failed to get value for security/DisallowTCP: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._gdm_5fsettings_5fbackend_5ferror.Code1: Key not found >Sep 13 14:30:10 localhost gdm-simple-slave[1350]: DEBUG(+): GdmServer: Starting X server process: /usr/bin/Xorg :0 -br -verbose -auth /var/run/gdm/auth-for-gdm-IlrPPX/database -seat seat0 -nolisten tcp vt1 >Sep 13 14:30:10 localhost gdm-simple-slave[1356]: DEBUG(+): GdmServer: Opening logfile for server /var/log/gdm/:0.log >Sep 13 14:30:10 localhost gdm-simple-slave[1350]: DEBUG(+): GdmServer: Started X server process 1356 - waiting for READY >Sep 13 14:30:10 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: Started X server >Sep 13 14:30:10 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: Finishing display: /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:30:11 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: Unmanaging display >Sep 13 14:30:11 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: unmanage display >Sep 13 14:30:11 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Killing slave >Sep 13 14:30:11 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmCommon: sending signal 15 to process 639 >Sep 13 14:30:12 localhost gdm[623]: gdm-binary[623]: WARNING: Child process 639 was already dead. >Sep 13 14:30:12 localhost gdm[623]: gdm-binary[623]: WARNING: Unable to kill slave process >Sep 13 14:30:12 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Disposing slave proxy >Sep 13 14:30:12 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Killing slave >Sep 13 14:30:13 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmCommon: sending signal 15 to process 639 >Sep 13 14:30:13 localhost gdm[623]: gdm-binary[623]: WARNING: Child process 639 was already dead. >Sep 13 14:30:13 localhost gdm[623]: gdm-binary[623]: WARNING: Unable to kill slave process >Sep 13 14:30:13 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmLocalDisplayFactory: display status changed: 0 >Sep 13 14:30:13 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: Managing display: /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:30:13 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: manage display >Sep 13 14:30:13 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: Preparing display: /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:30:13 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: prepare display >Sep 13 14:30:13 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: creating xauth directory /var/run/gdm/auth-for-gdm-XXXXXX >Sep 13 14:30:13 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-IlrPPX to 42:42 >Sep 13 14:30:13 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: creating /var/run/gdm/auth-for-gdm-IlrPPX/database >Sep 13 14:30:13 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-IlrPPX/database to 42:42 >Sep 13 14:30:13 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chmoding /var/run/gdm/auth-for-gdm-IlrPPX to 0711 >Sep 13 14:30:14 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmLocalDisplayFactory: display status changed: 1 >Sep 13 14:30:14 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Killing slave >Sep 13 14:30:14 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Running command: /usr/libexec/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0 >Sep 13 14:30:14 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlaveProxy: Started slave with pid 1350 >Sep 13 14:30:14 localhost dbus-daemon[545]: dbus[545]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=623 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.41" (uid=0 pid=1350 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Sep 13 14:30:14 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: Setting slave bus name::1.41 on display :0 >Sep 13 14:30:15 localhost abrtd: Generating backtrace >Sep 13 14:30:21 localhost kernel: [ 352.624571] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on lvds encoder (output 1) >Sep 13 14:30:21 localhost kernel: [ 352.624603] [drm] nouveau 0000:01:00.0: Calling LVDS script 6: >Sep 13 14:30:21 localhost kernel: [ 352.624633] [drm] nouveau 0000:01:00.0: 0xDD79: Parsing digital output script table >Sep 13 14:30:21 localhost kernel: [ 353.149827] [drm] nouveau 0000:01:00.0: Calling LVDS script 2: >Sep 13 14:30:21 localhost kernel: [ 353.149856] [drm] nouveau 0000:01:00.0: 0xDEC8: Parsing digital output script table >Sep 13 14:30:21 localhost kernel: [ 353.198332] [drm] nouveau 0000:01:00.0: Setting dpms mode 0 on lvds encoder (output 1) >Sep 13 14:30:21 localhost kernel: [ 353.198359] [drm] nouveau 0000:01:00.0: Calling LVDS script 5: >Sep 13 14:30:21 localhost kernel: [ 353.198363] [drm] nouveau 0000:01:00.0: 0xDD62: Parsing digital output script table >Sep 13 14:30:21 localhost kernel: [ 353.198421] [drm] nouveau 0000:01:00.0: Output LVDS-1 is running on CRTC 0 using output A >Sep 13 14:30:25 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: handling signal 10 >Sep 13 14:30:25 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Found 2 callbacks >Sep 13 14:30:25 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: running 10 handler: 0x8051ec0 >Sep 13 14:30:25 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: running 10 handler: 0x804f7a0 >Sep 13 14:30:25 localhost gdm-simple-slave[1350]: DEBUG(+): Got callback for signal 10 >Sep 13 14:30:25 localhost gdm-simple-slave[1350]: DEBUG(+): Got USR1 signal >Sep 13 14:30:25 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSignalHandler: Done handling signals >Sep 13 14:30:25 localhost gdm-simple-slave[1350]: DEBUG(+): GdmServer: Got USR1 from X server - emitting READY >Sep 13 14:30:26 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Server is ready - opening display :0 >Sep 13 14:30:26 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Connected to display :0 >Sep 13 14:30:26 localhost systemd-logind[541]: Removed session 1. >Sep 13 14:30:27 localhost abrtd: Running eu-unstrip failed >Sep 13 14:30:27 localhost abrtd: 'post-create' on '/var/spool/abrt/ccpp-2012-09-13-14:29:59-1344' exited with 1 >Sep 13 14:30:28 localhost abrtd: Corrupted or bad directory '/var/spool/abrt/ccpp-2012-09-13-14:29:59-1344', deleting >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Requesting timed login details >Sep 13 14:30:33 localhost gdm-binary[623]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0 >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Got timed login details: 0 0 >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: Running greeter >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: Creating greeter for :0 >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Trying script /etc/gdm/Init/:0 >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script /etc/gdm/Init/:0 not found; skipping >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Trying script /etc/gdm/Init/Default >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Running process: /etc/gdm/Init/Default >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: DISPLAY=:0 >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: HOME=/var/lib/gdm >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: X_SERVERS=/var/gdm/:0.Xservers >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: RUNNING_UNDER_GDM=true >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: LOGNAME=gdm >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: XAUTHORITY=/var/run/gdm/auth-for-gdm-IlrPPX/database >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: USERNAME=gdm >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: PWD=/var/lib/gdm >Sep 13 14:30:33 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: USER=gdm >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: SHELL=/sbin/nologin >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: PATH=/usr/local/bin:/usr/bin:/bin >Sep 13 14:30:34 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0 >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Process exit status: 0 >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: Creating greeter on :0 (null) >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: Starting... >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: Starting D-Bus daemon >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: DISPLAY=:0 >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: DCONF_PROFILE=gdm >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: HOME=/var/lib/gdm >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: RUNNING_UNDER_GDM=true >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: GVFS_DISABLE_FUSE=1 >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: LANG=en_US.UTF-8 >Sep 13 14:30:34 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: LOGNAME=gdm >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: WINDOWPATH=1 >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: GDM_VERSION=3.5.5 >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: XAUTHORITY=/var/run/gdm/auth-for-gdm-IlrPPX/database >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: USERNAME=gdm >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: PWD=/var/lib/gdm >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: USER=gdm >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: SHELL=/sbin/nologin >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: launch environment: XDG_DATA_DIRS=/usr/share/gdm/greeter:/usr/local/share/:/usr/share/ >Sep 13 14:30:35 localhost gdm-simple-slave[1395]: DEBUG(+): GdmLaunchEnvironment: Setting up run time dir /var/run/gdm/greeter >Sep 13 14:30:35 localhost gdm-simple-slave[1395]: DEBUG(+): GdmLaunchEnvironment: Changing (uid:gid) for child process to (42:42) >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: Started D-Bus daemon on pid 1399 >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Creating D-Bus server for worker for session >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: D-Bus server for workers listening on unix:abstract=/tmp/gdm-greeter-DfigJngV >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Creating D-Bus server for greeters and such >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: D-Bus server for greeters listening on unix:abstract=/tmp/gdm-greeter-VwPufcEe >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Setting display device: (null) >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: starting conversation gdm-launch-environment >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSessionWorkerJob: Starting worker... >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSessionWorkerJob: Running session_worker_job process: gdm-session-worker [pam/gdm-launch-environment] /usr/libexec/gdm-session-worker >Sep 13 14:30:35 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSessionWorkerJob: : SessionWorkerJob on pid 1401 >Sep 13 14:30:36 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: Creating new session >Sep 13 14:30:36 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Creating D-Bus server for worker for session >Sep 13 14:30:36 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: D-Bus server for workers listening on unix:abstract=/tmp/gdm-greeter-ICNjnGTs >Sep 13 14:30:36 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Creating D-Bus server for greeters and such >Sep 13 14:30:36 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: D-Bus server for greeters listening on unix:abstract=/tmp/gdm-greeter-gKfeNDtW >Sep 13 14:30:36 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Setting display device: (null) >Sep 13 14:30:36 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Requesting timed login details >Sep 13 14:30:36 localhost gdm-binary[623]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0 >Sep 13 14:30:36 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Got timed login details: 0 0 >Sep 13 14:30:36 localhost gdm-launch-environment][1401]: DEBUG(+): Enabling debugging >Sep 13 14:30:36 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0 >Sep 13 14:30:36 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: connecting to address: unix:abstract=/tmp/gdm-greeter-DfigJngV >Sep 13 14:30:36 localhost gdm-simple-slave[1350]: DEBUG(+): GdmDBusServer: new connection 0x9049eb8 >Sep 13 14:30:36 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Handling new connection from worker >Sep 13 14:30:36 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Authenticating new connection >Sep 13 14:30:36 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=2 0x804ddc0 >Sep 13 14:30:36 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Registering for 2 signals >Sep 13 14:30:36 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=4 0x804ddc0 >Sep 13 14:30:36 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Registering for 4 signals >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=7 0x804ddc0 >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Registering for 7 signals >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=8 0x804ddc0 >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Registering for 8 signals >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=1 0x804ddc0 >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Registering for 1 signals >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=11 0x804ddc0 >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Registering for 11 signals >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=6 0x804ddc0 >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Registering for 6 signals >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x804ddc0 >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSignalHandler: Registering for 10 signals >Sep 13 14:30:37 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: worker connection is 0x9049eb8 >Sep 13 14:30:37 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Emitting conversation-started signal >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): Failed to identify the current session: No such file or directory >Sep 13 14:30:37 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Beginning setup for session for program with log '/var/log/gdm/:0-greeter.log', using PAM service gdm-launch-environment >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: seat unloaded, so trying to set loaded property >Sep 13 14:30:37 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Conversation started >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: Seat wouldn't load, so giving up on it and setting loaded property >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: calling 'ListCachedUsers' >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: ListCachedUsers finished, will set loaded property after list is fully loaded >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: tracking new user with object path /org/freedesktop/Accounts/User1000 >Sep 13 14:30:37 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: attempting to change state to SETUP_COMPLETE >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: initializing PAM; service=gdm-launch-environment username=gdm seat=seat0 >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: state SETUP_COMPLETE >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: user 'liveuser' is now loaded >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: tracking user 'liveuser' >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-added signal >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: user liveuser changed >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: session type set to LoginWindow >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: attempting to change state to AUTHENTICATED >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: authenticating user gdm >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: state AUTHENTICATED >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: attempting to change state to AUTHORIZED >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: determining if authenticated user (password required:0) is authorized to session >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: state AUTHORIZED >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: attempting to change state to ACCREDITED >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: state ACCREDITED >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: attempting to change state to ACCOUNT_DETAILS_SAVED >Sep 13 14:30:38 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: user gdm, not fully loaded yet, will save account details later >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: trying to track new user with username gdm >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 1 >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 2 >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: Looking for user gdm in accounts service >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: Found object path of user 'gdm': /org/freedesktop/Accounts/User42 >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 3 >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: user gdm fetched >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: finished handling request for user gdm >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: user 'gdm' is now loaded >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: tracking user 'gdm' >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-added signal >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionSettings: saved session is >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionSettings: saved language is >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: saving account details for user gdm >Sep 13 14:30:39 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: user gdm changed >Sep 13 14:30:40 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: attempting to change state to SESSION_OPENED >Sep 13 14:30:40 localhost systemd-logind[541]: New session 2 of user gdm. >Sep 13 14:30:40 localhost systemd-logind[541]: Linked /tmp/.X11-unix/X0 to /run/user/42/X11-display. >Sep 13 14:30:40 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: state SESSION_OPENED >Sep 13 14:30:40 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Emitting 'session-opened' signal >Sep 13 14:30:40 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: Greeter session opened >Sep 13 14:30:40 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Stopping all conversations except for gdm-launch-environment >Sep 13 14:30:40 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop' >Sep 13 14:30:40 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop' >Sep 13 14:30:40 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: GDM_LANG = en_US.UTF-8 >Sep 13 14:30:40 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: DISPLAY = :0 >Sep 13 14:30:40 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: DCONF_PROFILE = gdm >Sep 13 14:30:40 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: HOME = /var/lib/gdm >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: GDM_SEAT_ID = seat0 >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: GDMSESSION = gnome >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: RUNNING_UNDER_GDM = true >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: GVFS_DISABLE_FUSE = 1 >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: DBUS_SESSION_BUS_ADDRESS = unix:abstract=/tmp/dbus-hMKOGhcbRs,guid=6f61643107cdf884786b6e0d5052264b >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: LANG = en_US.UTF-8 >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: LOGNAME = gdm >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: WINDOWPATH = 1 >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: GDM_VERSION = 3.5.5 >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: XAUTHORITY = /var/run/gdm/auth-for-gdm-IlrPPX/database >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: USERNAME = gdm >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: PWD = /var/lib/gdm >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: DESKTOP_SESSION = gnome >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: USER = gdm >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: PATH = /usr/local/bin:/usr/bin:/bin >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: SHELL = /sbin/nologin >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: set env: XDG_DATA_DIRS = /usr/share/gdm/greeter:/usr/local/share/:/usr/share/ >Sep 13 14:30:41 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: start program: /usr/bin/gnome-session -f >Sep 13 14:30:42 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: attempting to change state to SESSION_STARTED >Sep 13 14:30:42 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: opening session for program '/usr/bin/gnome-session' >Sep 13 14:30:42 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: session opened creating reply... >Sep 13 14:30:42 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: state SESSION_STARTED >Sep 13 14:30:42 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSession worker: watching pid 1408 >Sep 13 14:30:42 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Emitting 'session-started' signal with pid '1408' >Sep 13 14:30:42 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_user (unknown) >Sep 13 14:30:42 localhost gdm-simple-slave[1350]: DEBUG(+): Writing login record >Sep 13 14:30:42 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_type USER_PROCESS >Sep 13 14:30:42 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_tv time 1347561041 >Sep 13 14:30:42 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_pid 1401 >Sep 13 14:30:42 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_id :0 >Sep 13 14:30:42 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_host :0 >Sep 13 14:30:42 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_line :0 >Sep 13 14:30:42 localhost gdm-simple-slave[1350]: DEBUG(+): Writing wtmp session record to /var/log/wtmp >Sep 13 14:30:42 localhost gdm-simple-slave[1350]: DEBUG(+): Adding new utmp record >Sep 13 14:30:42 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: Greeter started >Sep 13 14:30:43 localhost kernel: [ 375.135687] [drm:drm_debugfs_create_files] *ERROR* Cannot create /sys/kernel/debug/dri/channel/3 >Sep 13 14:30:43 localhost gnome-session[1408]: WARNING: Session 'gdm-shell' runnable check failed: Child process exited with code 1 >Sep 13 14:30:44 localhost rtkit-daemon[1322]: Successfully made thread 1437 of process 1437 (/usr/bin/pulseaudio) owned by '42' high priority at nice level -11. >Sep 13 14:30:46 localhost gdm-simple-greeter[1444]: DEBUG(+): Enabling debugging >Sep 13 14:30:48 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil) >Sep 13 14:30:48 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Registering for 4 signals >Sep 13 14:30:48 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil) >Sep 13 14:30:48 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Registering for 7 signals >Sep 13 14:30:48 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil) >Sep 13 14:30:48 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Registering for 11 signals >Sep 13 14:30:48 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil) >Sep 13 14:30:48 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Registering for 6 signals >Sep 13 14:30:48 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil) >Sep 13 14:30:49 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Registering for 5 signals >Sep 13 14:30:49 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=15 0x8054cb0 >Sep 13 14:30:49 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Registering for 15 signals >Sep 13 14:30:49 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=2 0x8054cb0 >Sep 13 14:30:49 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Registering for 2 signals >Sep 13 14:30:49 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=8 0x8054cb0 >Sep 13 14:30:49 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Registering for 8 signals >Sep 13 14:30:49 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=1 0x8054cb0 >Sep 13 14:30:49 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Registering for 1 signals >Sep 13 14:30:49 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=10 0x8054cb0 >Sep 13 14:30:49 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmSignalHandler: Registering for 10 signals >Sep 13 14:30:50 localhost gdm-simple-greeter[1444]: Gdm-DEBUG(+): GdmClient: connecting to address: unix:abstract=/tmp/gdm-greeter-gKfeNDtW >Sep 13 14:30:50 localhost gdm-simple-slave[1350]: DEBUG(+): GdmDBusServer: new connection 0x9049f40 >Sep 13 14:30:50 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Handling new connection from outside >Sep 13 14:30:50 localhost gdm-simple-slave[1350]: GLib-GObject-WARNING: gsignal.c:2459: signal `handle-begin-verification-for-user-with-secret' is invalid for instance `0x904d598' >Sep 13 14:30:50 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: client connected >Sep 13 14:30:50 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Requesting timed login details >Sep 13 14:30:50 localhost gdm-binary[623]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0 >Sep 13 14:30:50 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Got timed login details: 0 0 >Sep 13 14:30:50 localhost gdm-simple-slave[1350]: DEBUG(+): Invalid NULL username for auto/timed login >Sep 13 14:30:50 localhost gdm-simple-greeter[1444]: DEBUG(+): updating style >Sep 13 14:30:50 localhost gdm-simple-greeter[1444]: DEBUG(+): updating style >Sep 13 14:30:50 localhost gdm-simple-greeter[1444]: DEBUG(+): updating style >Sep 13 14:30:50 localhost gdm-simple-greeter[1444]: DEBUG(+): updating style >Sep 13 14:30:51 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0 >Sep 13 14:30:52 localhost gdm-simple-greeter[1444]: DEBUG(+): updating style >Sep 13 14:30:52 localhost gdm-simple-greeter[1444]: DEBUG(+): updating style >Sep 13 14:30:53 localhost gdm-simple-greeter[1444]: DEBUG(+): setting power icon . GThemedIcon battery-full-charged-symbolic battery-full-charging-symbolic gpm-battery-full gpm-battery-100 battery-full-charged battery-full-charging >Sep 13 14:30:54 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterSession: Starting a login window local:1 >Sep 13 14:30:54 localhost gdm-simple-greeter[1444]: DEBUG(+): Registering type 'GdmUserChooserWidget' >Sep 13 14:30:54 localhost gdm-simple-greeter[1444]: DEBUG(+): Registering type 'GdmSessionOptionWidget' >Sep 13 14:30:54 localhost gdm-simple-greeter[1444]: DEBUG(+): Registering type 'GdmExtensionList' >Sep 13 14:30:54 localhost gdm-simple-greeter[1444]: Gtk-WARNING: Overriding tab label for notebook >Sep 13 14:30:54 localhost gdm-simple-greeter[1444]: Gtk-WARNING: Overriding tab label for notebook >Sep 13 14:30:54 localhost gdm-simple-greeter[1444]: Gtk-WARNING: Overriding tab label for notebook >Sep 13 14:30:55 localhost gdm-simple-greeter[1444]: Gtk-WARNING: Overriding tab label for notebook >Sep 13 14:30:55 localhost gdm-simple-greeter[1444]: Gtk-WARNING: Overriding tab label for notebook >Sep 13 14:30:55 localhost gdm-simple-greeter[1444]: Gtk-CRITICAL: gtk_style_context_set_path: assertion `priv->widget == NULL' failed >Sep 13 14:30:55 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: no rows selected >Sep 13 14:30:55 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: selection cleared >Sep 13 14:30:55 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: font height 21; using icon size 63 >Sep 13 14:30:55 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: font height 21; using icon size 63 >Sep 13 14:30:55 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: Got greeter logo '' >Sep 13 14:30:55 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: banner message disabled >Sep 13 14:30:57 localhost gdm-simple-greeter[1444]: DEBUG(+): Client registered with session manager: /org/gnome/SessionManager/Client4 >Sep 13 14:30:57 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: loading extensions >Sep 13 14:30:58 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: adding extension 'gdm-password-extension' >Sep 13 14:30:58 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: new extension 'Password Authentication - Log into session with username and password' added >Sep 13 14:30:58 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: starting conversation with 'gdm-password' >Sep 13 14:30:58 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: adding extension 'gdm-smartcard-extension' >Sep 13 14:30:58 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: new extension 'Smartcard Authentication - Log into session with smartcard' won't be added >Sep 13 14:30:58 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: adding extension 'gdm-fingerprint-extension' >Sep 13 14:30:58 localhost dbus[545]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Sep 13 14:30:58 localhost dbus-daemon[545]: dbus[545]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Sep 13 14:30:59 localhost dbus-daemon[545]: Launching FprintObject >Sep 13 14:30:59 localhost dbus-daemon[545]: dbus[545]: [system] Successfully activated service 'net.reactivated.Fprint' >Sep 13 14:30:59 localhost dbus-daemon[545]: ** Message: D-Bus service launched with name: net.reactivated.Fprint >Sep 13 14:30:59 localhost dbus-daemon[545]: ** Message: entering main loop >Sep 13 14:30:59 localhost dbus[545]: [system] Successfully activated service 'net.reactivated.Fprint' >Sep 13 14:30:59 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: new extension 'Fingerprint Authentication - Log into session with fingerprint' won't be added >Sep 13 14:30:59 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: done loading extensions >Sep 13 14:30:59 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: updating column visibility >Sep 13 14:30:59 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: updating other user visibility >Sep 13 14:30:59 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: queuing update separator visibility >Sep 13 14:30:59 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: updating separator visibility >Sep 13 14:30:59 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: Unable to get visible range >Sep 13 14:30:59 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: Seat still actively loading, so not setting loaded property >Sep 13 14:30:59 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: calling 'ListCachedUsers' >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): get_session_proxy >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: Listing cached users, so not setting loaded property >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: Listing cached users, so not setting loaded property >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: Found x11 display of session '1': :0 >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: trying to track new user with username gdm >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 1 >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: waiting for user manager to load before finding user gdm >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUser: adding session 1 >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: added session for user: (null) >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: Found x11 display of session '2': :0 >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: trying to track new user with username gdm >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 1 >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: waiting for user manager to load before finding user gdm >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUser: adding session 2 >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: added session for user: (null) >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: Listing cached users, so not setting loaded property >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: Listing cached users, so not setting loaded property >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: ListCachedUsers finished, will set loaded property after list is fully loaded >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: tracking new user with object path /org/freedesktop/Accounts/User1000 >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: user 'liveuser' is now loaded >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: tracking user 'liveuser' >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: not yet loaded, so not emitting user-added signal >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: Seat loaded, so now setting loaded property >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: Users loaded >Sep 13 14:31:00 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: user manager now loaded, proceeding with fetch user request for user 'gdm' >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 2 >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: Looking for user gdm in accounts service >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: user manager now loaded, proceeding with fetch user request for user 'gdm' >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 2 >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: Looking for user gdm in accounts service >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: user liveuser changed >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: Found object path of user 'gdm': /org/freedesktop/Accounts/User42 >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 3 >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: user gdm fetched >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: finished handling request for user gdm >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: Found object path of user 'gdm': /org/freedesktop/Accounts/User42 >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 3 >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: user gdm fetched >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: finished handling request for user gdm >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: user 'gdm' is now loaded >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: tracking user 'gdm' >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-added signal >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: user gdm changed >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: user 'gdm' is now loaded >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: user 'gdm' was already known, replacing with freshly loaded object >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: no longer tracking user 'gdm' (with object path /org/freedesktop/Accounts/User42) >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-removed signal >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: User removed: gdm >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: tracking user 'gdm' >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-added signal >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: user gdm changed >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: User added: liveuser >Sep 13 14:31:01 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: queuing update separator visibility >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: added 1 items >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: users loaded >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: banner message disabled >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: Gtk-CRITICAL: gtk_style_context_set_path: assertion `priv->widget == NULL' failed >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: Unable to get visible range >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: grabbing focus >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: selection change to list path '0' >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: Chooser visibility changed >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: banner message disabled >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: Unable to get visible range >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: updating separator visibility >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: updating column visibility >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: Unable to get visible range >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: updating other user visibility >Sep 13 14:31:02 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: selection change to list path '0' >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: selection change to list path '0' >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: row activated '0' >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: will emit activated after resize >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: clearing selection >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: no rows selected >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: selection cleared >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: shrink complete >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): setting inactive items visible >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: no rows selected >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: selection cleared >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: Setting inactive items visible: false >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: no rows selected >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: selection cleared >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: queuing update separator visibility >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: active item 'liveuser' is a user >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: user chosen 'liveuser' >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: user chosen 'liveuser' >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Setting user: 'liveuser' >Sep 13 14:31:05 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: active item 'liveuser' is a user >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: starting conversation gdm-password >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSessionWorkerJob: Starting worker... >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSessionWorkerJob: Running session_worker_job process: gdm-session-worker [pam/gdm-password] /usr/libexec/gdm-session-worker >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSessionWorkerJob: : SessionWorkerJob on pid 1463 >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): Enabling debugging >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: connecting to address: unix:abstract=/tmp/gdm-greeter-ICNjnGTs >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmDBusServer: new connection 0x9079800 >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Handling new connection from worker >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Authenticating new connection >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=2 0x804ddc0 >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Registering for 2 signals >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=4 0x804ddc0 >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Registering for 4 signals >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=7 0x804ddc0 >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Registering for 7 signals >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=8 0x804ddc0 >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Registering for 8 signals >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=1 0x804ddc0 >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Registering for 1 signals >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=11 0x804ddc0 >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Registering for 11 signals >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=6 0x804ddc0 >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Registering for 6 signals >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x804ddc0 >Sep 13 14:31:05 localhost gdm-password][1463]: DEBUG(+): GdmSignalHandler: Registering for 10 signals >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: worker connection is 0x9079800 >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Seat still actively loading, so not setting loaded property >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Emitting conversation-started signal >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: calling 'ListCachedUsers' >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: session conversation started >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): get_session_proxy >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Requesting timed login details >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Listing cached users, so not setting loaded property >Sep 13 14:31:05 localhost gdm-binary[623]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0 >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: ListCachedUsers finished, will set loaded property after list is fully loaded >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Got timed login details: 0 0 >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: tracking new user with object path /org/freedesktop/Accounts/User1000 >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): Invalid NULL username for auto/timed login >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Setting user: 'liveuser' >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Beginning setup for user liveuser >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Loading new users, so not setting loaded property >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop' >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: trying to track new user with username liveuser >Sep 13 14:31:05 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Conversation started >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: finding user liveuser state 1 >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: waiting for user manager to load before finding user liveuser >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user 'liveuser' is now loaded >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: tracking user 'liveuser' >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: not yet loaded, so not emitting user-added signal >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Seat still actively loading, so not setting loaded property >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Found x11 display of session '1': :0 >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: trying to track new user with username gdm >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 1 >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: waiting for user manager to load before finding user gdm >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUser: adding session 1 >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: added session for user: (null) >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Found x11 display of session '2': :0 >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: trying to track new user with username gdm >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 1 >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: waiting for user manager to load before finding user gdm >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUser: adding session 2 >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: added session for user: (null) >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Seat loaded, so now setting loaded property >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user manager now loaded, proceeding with fetch user request for user 'liveuser' >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: finding user liveuser state 2 >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Looking for user liveuser in accounts service >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user manager now loaded, proceeding with fetch user request for user 'gdm' >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 2 >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Looking for user gdm in accounts service >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user manager now loaded, proceeding with fetch user request for user 'gdm' >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 2 >Sep 13 14:31:05 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Looking for user gdm in accounts service >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Found object path of user 'liveuser': /org/freedesktop/Accounts/User1000 >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: finding user liveuser state 3 >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user liveuser fetched >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: finished handling request for user liveuser >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Found object path of user 'gdm': /org/freedesktop/Accounts/User42 >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 3 >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user gdm fetched >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: finished handling request for user gdm >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Found object path of user 'gdm': /org/freedesktop/Accounts/User42 >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 3 >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user gdm fetched >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: finished handling request for user gdm >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user 'liveuser' is now loaded >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user 'liveuser' was already known, replacing with freshly loaded object >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: no longer tracking user 'liveuser' (with object path /org/freedesktop/Accounts/User1000) >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-removed signal >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: tracking user 'liveuser' >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-added signal >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionSettings: saved session is >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: Saved session is >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionSettings: saved language is >Sep 13 14:31:06 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: looking for session file '.desktop' >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: Saved language is >Sep 13 14:31:06 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: File '.desktop' not found: Valid key file could not be found in search dirs >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: queuing setup for user: liveuser >Sep 13 14:31:06 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: not using invalid .dmrc session: >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user liveuser changed >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user 'gdm' is now loaded >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: tracking user 'gdm' >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-added signal >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user gdm changed >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user 'gdm' is now loaded >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user 'gdm' was already known, replacing with freshly loaded object >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: no longer tracking user 'gdm' (with object path /org/freedesktop/Accounts/User42) >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-removed signal >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: tracking user 'gdm' >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-added signal >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property >Sep 13 14:31:06 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user gdm changed >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: attempting to change state to SETUP_COMPLETE >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: initializing PAM; service=gdm-password username=liveuser seat=seat0 >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: state SETUP_COMPLETE >Sep 13 14:31:06 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: extension 'Password Authentication' activated >Sep 13 14:31:06 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: extension 'Password Authentication' activated >Sep 13 14:31:06 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: loaded=1 num_items=2 >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: attempting to change state to AUTHENTICATED >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: authenticating user liveuser >Sep 13 14:31:06 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterSession: Ready >Sep 13 14:31:06 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterSession: default language name changed: en_US.UTF-8 >Sep 13 14:31:06 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterSession: default session name changed: gnome >Sep 13 14:31:06 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterSession: default language name changed: >Sep 13 14:31:06 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: grabbing focus >Sep 13 14:31:06 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: selection change to list path '0' >Sep 13 14:31:06 localhost gdm-simple-greeter[1444]: Gtk-CRITICAL: gtk_style_context_set_path: assertion `priv->widget == NULL' failed >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: state AUTHENTICATED >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: trying to get updated username >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: username is 'liveuser' >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: old-username='liveuser' new-username='liveuser' >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: attempting to change state to AUTHORIZED >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: determining if authenticated user (password required:0) is authorized to session >Sep 13 14:31:06 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: updating separator visibility >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: state AUTHORIZED >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: attempting to change state to ACCREDITED >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: state ACCREDITED >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: attempting to change state to ACCOUNT_DETAILS_SAVED >Sep 13 14:31:06 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: saving account details for user liveuser >Sep 13 14:31:06 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: user liveuser changed >Sep 13 14:31:06 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: font height 21; using icon size 63 >Sep 13 14:31:07 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: User added name:liveuser logged-in:0 pixbuf:0x9638f68 >Sep 13 14:31:07 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: user liveuser changed >Sep 13 14:31:07 localhost gdm-password][1463]: AccountsService-DEBUG(+): Error calling GetAll() when retrieving properties for /org/freedesktop/Accounts/User1000: Operation was cancelled >Sep 13 14:31:07 localhost gdm-password][1463]: AccountsService-DEBUG(+): Error calling GetAll() when retrieving properties for /org/freedesktop/Accounts/User1000: Operation was cancelled >Sep 13 14:31:07 localhost gdm-launch-environment][1401]: AccountsService-DEBUG(+): ActUserManager: user liveuser changed >Sep 13 14:31:07 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: attempting to change state to SESSION_OPENED >Sep 13 14:31:07 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0 >Sep 13 14:31:07 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: updating column visibility >Sep 13 14:31:07 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: user liveuser changed >Sep 13 14:31:07 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: font height 21; using icon size 63 >Sep 13 14:31:07 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: User added name:liveuser logged-in:0 pixbuf:0x963ae38 >Sep 13 14:31:07 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: updating column visibility >Sep 13 14:31:07 localhost systemd-logind[541]: New session 3 of user liveuser. >Sep 13 14:31:07 localhost systemd-logind[541]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display. >Sep 13 14:31:07 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: Found x11 display of session '3': :0 >Sep 13 14:31:07 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUser: adding session 3 >Sep 13 14:31:08 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: sessions changed user=liveuser num=1 >Sep 13 14:31:08 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmUserChooserWidget: User logged in changed: liveuser >Sep 13 14:31:08 localhost gdm-simple-greeter[1444]: AccountsService-DEBUG(+): ActUserManager: added session for user: liveuser >Sep 13 14:31:09 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmChooserWidget: updating column visibility >Sep 13 14:31:10 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: state SESSION_OPENED >Sep 13 14:31:10 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Found x11 display of session '3': :0 >Sep 13 14:31:10 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUser: adding session 3 >Sep 13 14:31:10 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: sessions changed user=liveuser num=1 >Sep 13 14:31:10 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: added session for user: liveuser >Sep 13 14:31:10 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: user liveuser changed >Sep 13 14:31:10 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Emitting 'session-opened' signal >Sep 13 14:31:10 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterSession: session opened >Sep 13 14:31:10 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: session now opened via service gdm-password >Sep 13 14:31:11 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: starting session >Sep 13 14:31:11 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: Will start session when ready >Sep 13 14:31:11 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterLoginWindow: starting session >Sep 13 14:31:11 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: accredited >Sep 13 14:31:11 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: trying to migrate session >Sep 13 14:31:11 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Activating session: '3' >Sep 13 14:31:11 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: unable to activate session: 3 >Sep 13 14:31:11 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: migrated: 0 >Sep 13 14:31:11 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: Stopping greeter >Sep 13 14:31:11 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Trying script /etc/gdm/PostLogin/:0 >Sep 13 14:31:11 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script /etc/gdm/PostLogin/:0 not found; skipping >Sep 13 14:31:12 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Trying script /etc/gdm/PostLogin/Default >Sep 13 14:31:12 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script /etc/gdm/PostLogin/Default not found; skipping >Sep 13 14:31:12 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: no script found >Sep 13 14:31:13 localhost gdm-simple-slave[1350]: DEBUG(+): GdmCommon: sending signal 15 to process 1408 >Sep 13 14:31:13 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: Will start session when ready >Sep 13 14:31:13 localhost gdm-simple-greeter[1444]: DEBUG(+): GdmGreeterSession: Disposing greeter_session >Sep 13 14:31:13 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: external connection closed >Sep 13 14:31:13 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: client disconnected >Sep 13 14:31:13 localhost gnome-session[1408]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed >Sep 13 14:31:13 localhost gnome-session[1408]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed >Sep 13 14:31:13 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: child (pid:1408) done (status:0) >Sep 13 14:31:14 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: uninitializing PAM >Sep 13 14:31:14 localhost gdm-launch-environment][1401]: DEBUG(+): GdmSessionWorker: state NONE >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Emitting 'session-exited' signal with exit code '0' >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): Writing logout record >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_type DEAD_PROCESS >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_tv time 1347561074 >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_pid 1408 >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_id :0 >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_host :0 >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_line :0 >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): Writing wtmp logout record to /var/log/wtmp >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): Removing utmp record >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: stopping conversation gdm-launch-environment >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSessionWorkerJob: Stopping job pid:1401 >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): GdmCommon: sending signal 15 to process 1401 >Sep 13 14:31:14 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: Greeter exited: 0 >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSessionWorkerJob: child (pid:1401) done (signal:15) >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Worker job died: 15 >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Emitting conversation-stopped signal >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: conversation stopped >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmLaunchEnvironment: Stopping D-Bus daemon >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmCommon: sending signal 15 to process -1399 >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: Greeter stopped >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Requesting user authorization >Sep 13 14:31:15 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: Adding authorization for user:liveuser on display :0 >Sep 13 14:31:15 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: Adding user authorization for liveuser >Sep 13 14:31:15 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: creating xauth directory /var/run/gdm/auth-for-liveuser-XXXXXX >Sep 13 14:31:15 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-liveuser-XwhaPp to 1000:1000 >Sep 13 14:31:15 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: creating /var/run/gdm/auth-for-liveuser-XwhaPp/database >Sep 13 14:31:15 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-liveuser-XwhaPp/database to 1000:1000 >Sep 13 14:31:15 localhost gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chmoding /var/run/gdm/auth-for-liveuser-XwhaPp to 0711 >Sep 13 14:31:15 localhost gdm-binary[623]: DEBUG(+): GdmDisplay: Added user authorization for liveuser: /var/run/gdm/auth-for-liveuser-XwhaPp/database >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Got user authorization: /var/run/gdm/auth-for-liveuser-XwhaPp/database >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Stopping all conversations except for gdm-password >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop' >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop' >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop' >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop' >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop' >Sep 13 14:31:15 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: set env: DISPLAY = :0 >Sep 13 14:31:15 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: set env: GDMSESSION = gnome >Sep 13 14:31:15 localhost gdm-simple-slave[1350]: DEBUG(+): GdmCommon: sending signal 15 to process 1408 >Sep 13 14:31:15 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: set env: XAUTHORITY = /var/run/gdm/auth-for-liveuser-XwhaPp/database >Sep 13 14:31:16 localhost gdm-simple-slave[1350]: WARNING: Child process 1408 was already dead. >Sep 13 14:31:16 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: set env: DESKTOP_SESSION = gnome >Sep 13 14:31:16 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Closing session >Sep 13 14:31:16 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: set env: WINDOWPATH = 1 >Sep 13 14:31:16 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Stopping all conversations >Sep 13 14:31:16 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: set env: PATH = /usr/local/bin:/usr/bin:/bin >Sep 13 14:31:16 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Disposing session >Sep 13 14:31:16 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: start program: /etc/gdm/Xsession "gnome-session" >Sep 13 14:31:16 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Closing session >Sep 13 14:31:16 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: attempting to change state to SESSION_STARTED >Sep 13 14:31:16 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Stopping all conversations >Sep 13 14:31:16 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: opening user session with program '/etc/gdm/Xsession' >Sep 13 14:31:16 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: session opened creating reply... >Sep 13 14:31:16 localhost gdm-password][1463]: DEBUG(+): GdmSessionWorker: state SESSION_STARTED >Sep 13 14:31:16 localhost gdm-password][1463]: DEBUG(+): GdmSession worker: watching pid 1477 >Sep 13 14:31:16 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSession: Emitting 'session-started' signal with pid '1477' >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_user liveuser >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): Writing login record >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_type USER_PROCESS >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_tv time 1347561076 >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_pid 1463 >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_id :0 >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_host :0 >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): using ut_line :0 >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): Writing wtmp session record to /var/log/wtmp >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): Adding new utmp record >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSimpleSlave: session started 1477 >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Trying script /etc/gdm/PreSession/:0 >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script /etc/gdm/PreSession/:0 not found; skipping >Sep 13 14:31:17 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Trying script /etc/gdm/PreSession/Default >Sep 13 14:31:18 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Running process: /etc/gdm/PreSession/Default >Sep 13 14:31:18 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: DISPLAY=:0 >Sep 13 14:31:18 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: HOME=/home/liveuser >Sep 13 14:31:18 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: X_SERVERS=/var/gdm/:0.Xservers >Sep 13 14:31:18 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: RUNNING_UNDER_GDM=true >Sep 13 14:31:18 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: LOGNAME=liveuser >Sep 13 14:31:18 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: XAUTHORITY=/var/run/gdm/auth-for-gdm-IlrPPX/database >Sep 13 14:31:18 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: USERNAME=liveuser >Sep 13 14:31:18 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: PWD=/home/liveuser >Sep 13 14:31:18 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: USER=liveuser >Sep 13 14:31:19 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: SHELL=/bin/bash >Sep 13 14:31:19 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: script environment: PATH=/usr/local/bin:/usr/bin:/bin >Sep 13 14:31:19 localhost gdm-simple-slave[1350]: DEBUG(+): GdmSlave: Process exit status: 0 >Sep 13 14:31:19 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: Adding authorization for user:liveuser on display :0 >Sep 13 14:31:19 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: Adding user authorization for liveuser >Sep 13 14:31:19 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: creating xauth directory /var/run/gdm/auth-for-liveuser-XXXXXX >Sep 13 14:31:19 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-liveuser-XwhaPp to 1000:1000 >Sep 13 14:31:19 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: creating /var/run/gdm/auth-for-liveuser-XwhaPp/database >Sep 13 14:31:19 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-liveuser-XwhaPp/database to 1000:1000 >Sep 13 14:31:19 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplayAccessFile: chmoding /var/run/gdm/auth-for-liveuser-XwhaPp to 0711 >Sep 13 14:31:19 localhost gdm[623]: gdm-binary[623]: DEBUG(+): GdmDisplay: Added user authorization for liveuser: /var/run/gdm/auth-for-liveuser-XwhaPp/database >Sep 13 14:31:23 localhost kernel: [ 414.648020] fuse init (API version 7.20) >Sep 13 14:31:29 localhost dbus-daemon[545]: ** Message: No devices in use, exit >Sep 13 14:31:33 localhost systemd-logind[541]: Removed session 2. >Sep 13 14:31:34 localhost gdm-password][1463]: AccountsService-DEBUG(+): ActUserManager: Session removed: 2 >Sep 13 14:31:34 localhost gnome-session[1477]: WARNING: Session 'gnome' runnable check failed: Child process exited with code 1 >Sep 13 14:31:38 localhost gnome-keyring-daemon[1473]: couldn't register in session: 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. >Sep 13 14:31:41 localhost rtkit-daemon[1322]: Successfully made thread 1683 of process 1683 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >Sep 13 14:31:47 localhost dbus-daemon[545]: dbus[545]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Sep 13 14:31:47 localhost dbus[545]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Sep 13 14:31:47 localhost dbus-daemon[545]: dbus[545]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Sep 13 14:31:47 localhost dbus[545]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Sep 13 14:31:47 localhost dbus-daemon[545]: dbus[545]: [system] Activating via systemd: service name='org.freedesktop.colord-sane' unit='colord-sane.service' >Sep 13 14:31:47 localhost dbus[545]: [system] Activating via systemd: service name='org.freedesktop.colord-sane' unit='colord-sane.service' >Sep 13 14:31:48 localhost dbus-daemon[545]: dbus[545]: [system] Successfully activated service 'org.freedesktop.colord-sane' >Sep 13 14:31:48 localhost dbus[545]: [system] Successfully activated service 'org.freedesktop.colord-sane' >Sep 13 14:33:20 localhost dbus-daemon[545]: dbus[545]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Sep 13 14:33:21 localhost dbus[545]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Sep 13 14:33:23 localhost udisksd[1851]: udisks daemon version 1.99.0 starting >Sep 13 14:33:26 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:26 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:27 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:27 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:28 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:28 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:28 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:28 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:29 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:29 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:29 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:29 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:29 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:29 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:30 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:30 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:30 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:30 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:30 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:30 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:31 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:31 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:31 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:31 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:31 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:31 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:32 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:32 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:32 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:32 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:32 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:32 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:33:33 localhost dbus[545]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Sep 13 14:33:33 localhost udisksd[1851]: Acquired the name org.freedesktop.UDisks2 on the system message bus >Sep 13 14:33:33 localhost dbus-daemon[545]: dbus[545]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Sep 13 14:34:15 localhost kernel: [ 586.598758] md: raid0 personality registered for level 0 >Sep 13 14:34:16 localhost kernel: [ 588.535370] md: raid1 personality registered for level 1 >Sep 13 14:34:17 localhost kernel: [ 589.083887] async_tx: api initialized (async) >Sep 13 14:34:18 localhost kernel: [ 589.586658] xor: automatically using best checksumming function: >Sep 13 14:34:18 localhost kernel: [ 589.596072] pIII_sse : 832.000 MB/sec >Sep 13 14:34:19 localhost kernel: [ 591.106132] raid6: mmxx1 527 MB/s >Sep 13 14:34:19 localhost kernel: [ 591.123163] raid6: mmxx2 683 MB/s >Sep 13 14:34:19 localhost kernel: [ 591.140128] raid6: sse1x1 335 MB/s >Sep 13 14:34:19 localhost kernel: [ 591.157161] raid6: sse1x2 585 MB/s >Sep 13 14:34:19 localhost kernel: [ 591.174178] raid6: sse2x1 589 MB/s >Sep 13 14:34:19 localhost kernel: [ 591.191095] raid6: sse2x2 714 MB/s >Sep 13 14:34:19 localhost kernel: [ 591.191098] raid6: using algorithm sse2x2 (714 MB/s) >Sep 13 14:34:19 localhost kernel: [ 591.191100] raid6: using intx1 recovery algorithm >Sep 13 14:34:20 localhost goa[1919]: goa-daemon version 3.5.5 starting [main.c:112, main()] >Sep 13 14:34:21 localhost kernel: [ 592.895869] md: raid6 personality registered for level 6 >Sep 13 14:34:21 localhost kernel: [ 592.895900] md: raid5 personality registered for level 5 >Sep 13 14:34:21 localhost kernel: [ 592.895927] md: raid4 personality registered for level 4 >Sep 13 14:34:22 localhost kernel: [ 593.867788] md: raid10 personality registered for level 10 >Sep 13 14:34:23 localhost kernel: [ 595.105247] device-mapper: multipath: version 1.5.0 loaded >Sep 13 14:34:23 localhost kernel: [ 595.432965] device-mapper: multipath round-robin: version 1.0.0 loaded >Sep 13 14:34:27 localhost kernel: [ 598.880423] No iBFT detected. >Sep 13 14:34:30 localhost dbus[1651]: avc: received setenforce notice (enforcing=0) >Sep 13 14:34:31 localhost dbus[1489]: avc: received setenforce notice (enforcing=0) >Sep 13 14:34:31 localhost dbus[545]: avc: received setenforce notice (enforcing=0) >Sep 13 14:34:31 localhost dbus[1120]: avc: received setenforce notice (enforcing=0) >Sep 13 14:34:31 localhost dbus[1197]: avc: received setenforce notice (enforcing=0) >Sep 13 14:34:31 localhost dbus-daemon[545]: dbus[545]: avc: received setenforce notice (enforcing=0) >Sep 13 14:34:48 localhost systemd-udevd[1983]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:48 localhost systemd-udevd[1982]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:49 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:49 localhost systemd-udevd[1986]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:50 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:50 localhost systemd-udevd[1990]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:50 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:51 localhost systemd-udevd[1991]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:51 localhost systemd-udevd[1992]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:51 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:51 localhost systemd-udevd[1993]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:52 localhost systemd-udevd[1994]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:52 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:52 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:52 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:52 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:53 localhost systemd-udevd[1995]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:53 localhost systemd-udevd[1996]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:53 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:53 localhost systemd-udevd[1997]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:53 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:53 localhost systemd-udevd[1998]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:53 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:53 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:53 localhost systemd-udevd[1999]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:54 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:54 localhost systemd-udevd[2000]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:54 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:54 localhost systemd-udevd[2001]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:54 localhost systemd-udevd[2002]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:54 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:55 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:57 localhost systemd-udevd[2012]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:57 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:58 localhost systemd-udevd[2013]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:58 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:34:59 localhost systemd-udevd[2015]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:34:59 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:35:00 localhost systemd-udevd[2018]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:35:01 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:35:44 localhost systemd-udevd[2025]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:35:45 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:35:45 localhost systemd-udevd[2029]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:35:46 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:35:46 localhost systemd-udevd[2030]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:35:46 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:35:47 localhost systemd-udevd[2032]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:35:47 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:35:47 localhost systemd-udevd[2033]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:35:48 localhost systemd-udevd[2034]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:35:48 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:35:48 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:35:48 localhost systemd-udevd[2036]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:35:48 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:35:49 localhost systemd-udevd[2040]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:35:49 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:35:50 localhost systemd-udevd[2041]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:35:50 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:35:51 localhost systemd-udevd[2045]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:35:51 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:35:53 localhost systemd-udevd[2049]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:35:53 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:35:53 localhost systemd-udevd[2055]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:35:53 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:04 localhost anaconda: /sbin/anaconda 18.6.5 >Sep 13 14:36:12 localhost anaconda: 1310720 kB (1280 MB) are available >Sep 13 14:36:12 localhost anaconda: check_memory(): total:1280, needed:512, graphical:512 >Sep 13 14:36:12 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/loop3', '--lang', 'en_US.UTF-8'] >Sep 13 14:36:12 localhost anaconda: Default encoding = ascii >Sep 13 14:36:13 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Sep 13 14:36:13 localhost anaconda: ISCSID is /sbin/iscsid >Sep 13 14:36:13 localhost anaconda: no initiator set >Sep 13 14:36:13 localhost program: Running... modprobe fcoe >Sep 13 14:36:15 localhost systemd-udevd[2125]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:15 localhost systemd-udevd[2123]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:16 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:16 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Sep 13 14:36:16 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:16 localhost systemd-udevd[2130]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:16 localhost program: No FCoE boot disk information is found in EDD! >Sep 13 14:36:16 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Sep 13 14:36:17 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Sep 13 14:36:17 localhost program: Running... modprobe scsi_wait_scan >Sep 13 14:36:17 localhost program: FATAL: Module scsi_wait_scan not found. >Sep 13 14:36:17 localhost program: Running... rmmod scsi_wait_scan >Sep 13 14:36:17 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:17 localhost program: Error: Module scsi_wait_scan is not currently loaded >Sep 13 14:36:17 localhost program: Running... udevadm settle --timeout=300 >Sep 13 14:36:18 localhost systemd-udevd[2144]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:18 localhost systemd-udevd[2147]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:18 localhost systemd-udevd[2148]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:18 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:19 localhost systemd-udevd[2150]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:19 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:19 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:19 localhost systemd-udevd[2151]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:19 localhost systemd-udevd[2152]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:19 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:20 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:20 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:20 localhost systemd-udevd[2154]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:21 localhost systemd-udevd[2155]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:21 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:21 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:22 localhost systemd-udevd[2157]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:22 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:22 localhost systemd-udevd[2158]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:23 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:23 localhost systemd-udevd[2160]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:23 localhost systemd-udevd[2159]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:23 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:23 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:23 localhost systemd-udevd[2161]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:23 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:24 localhost program: Running... multipath -d >Sep 13 14:36:24 localhost program: Sep 13 14:36:24 | sdb: rport id not found >Sep 13 14:36:24 localhost program: create: mpatha (SanDisk_Cruzer_SDXX16052111135630D5-0:0) undef SanDisk ,Cruzer >Sep 13 14:36:24 localhost program: size=3.7G features='0' hwhandler='0' wp=undef >Sep 13 14:36:24 localhost program: `-+- policy='round-robin 0' prio=1 status=undef >Sep 13 14:36:24 localhost program: `- 2:0:0:0 sdb 8:16 undef ready running >Sep 13 14:36:24 localhost program: Running... multipath -ll >Sep 13 14:36:24 localhost storage: MultipathTopology: not a multipath: ['sdb'] >Sep 13 14:36:24 localhost storage: MultipathTopology: found singlepath device: sdb >Sep 13 14:36:24 localhost storage: MultipathTopology: found non-disk device: sdb1 >Sep 13 14:36:24 localhost storage: MultipathTopology: found non-disk device: sr0 >Sep 13 14:36:24 localhost storage: MultipathTopology: found singlepath device: sda >Sep 13 14:36:24 localhost storage: MultipathTopology: found non-disk device: sda1 >Sep 13 14:36:24 localhost storage: MultipathTopology: found non-disk device: sda2 >Sep 13 14:36:24 localhost storage: MultipathTopology: found singlepath device: loop0 >Sep 13 14:36:24 localhost storage: MultipathTopology: found singlepath device: loop1 >Sep 13 14:36:24 localhost storage: MultipathTopology: found singlepath device: loop2 >Sep 13 14:36:24 localhost storage: MultipathTopology: found singlepath device: loop3 >Sep 13 14:36:24 localhost storage: MultipathTopology: found singlepath device: loop4 >Sep 13 14:36:24 localhost storage: MultipathTopology: found singlepath device: loop5 >Sep 13 14:36:24 localhost storage: MultipathTopology: found singlepath device: loop6 >Sep 13 14:36:24 localhost storage: MultipathTopology: found singlepath device: loop7 >Sep 13 14:36:24 localhost storage: MultipathTopology: found singlepath device: dm-0 >Sep 13 14:36:24 localhost storage: MultipathTopology: found singlepath device: dm-1 >Sep 13 14:36:24 localhost anaconda: Display mode = g >Sep 13 14:36:24 localhost anaconda: 1310720 kB (1280 MB) are available >Sep 13 14:36:24 localhost anaconda: check_memory(): total:1280, needed:512, graphical:512 >Sep 13 14:36:24 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:24 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:24 localhost systemd-udevd[2171]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:24 localhost systemd-udevd[2172]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:26 localhost anaconda: using only installclass _Fedora >Sep 13 14:36:26 localhost anaconda: Detected 1248M of memory >Sep 13 14:36:26 localhost anaconda: Swap attempt of 2496M >Sep 13 14:36:26 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Sep 13 14:36:27 localhost anaconda: no initiator set >Sep 13 14:36:27 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Sep 13 14:36:28 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Sep 13 14:36:28 localhost program: Running... modprobe scsi_wait_scan >Sep 13 14:36:28 localhost systemd-udevd[2184]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:28 localhost systemd-udevd[2185]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:28 localhost systemd-udevd[2188]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:28 localhost systemd-udevd[2189]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:28 localhost systemd-udevd[2190]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:28 localhost systemd-udevd[2191]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:29 localhost systemd-udevd[2192]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:29 localhost NetworkManager[637]: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-em1 ... >Sep 13 14:36:29 localhost NetworkManager[637]: <warn> failed to allocate link cache: (-10) Operation not supported >Sep 13 14:36:29 localhost NetworkManager[637]: ifcfg-rh: read connection 'System em1' >Sep 13 14:36:29 localhost NetworkManager[637]: <warn> failed to allocate link cache: (-10) Operation not supported >Sep 13 14:36:29 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:29 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:29 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:30 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:30 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:30 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:30 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:30 localhost program: FATAL: Module scsi_wait_scan not found. >Sep 13 14:36:31 localhost program: Running... systemctl start chronyd.service >Sep 13 14:36:31 localhost program: Running... rmmod scsi_wait_scan >Sep 13 14:36:31 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:31 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:31 localhost systemd-udevd[2193]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:31 localhost systemd-udevd[2199]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:31 localhost program: Error: Module scsi_wait_scan is not currently loaded >Sep 13 14:36:32 localhost program: Failed to issue method call: Unit systemd-timedated-ntp.target failed to load: No such file or directory. See system logs and 'systemctl status systemd-timedated-ntp.target' for details. >Sep 13 14:36:32 localhost program: Running... udevadm settle --timeout=300 >Sep 13 14:36:32 localhost systemd-udevd[2204]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:32 localhost systemd-udevd[2205]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:32 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:33 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:33 localhost systemd-udevd[2207]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:33 localhost systemd-udevd[2208]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:34 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:34 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:35 localhost systemd-udevd[2209]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:35 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:36 localhost systemd-udevd[2210]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:36 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:36 localhost systemd-udevd[2211]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:36:37 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:38 localhost storage: sdb1 looks to be the live device; marking as protected >Sep 13 14:36:38 localhost program: Running... modprobe scsi_wait_scan >Sep 13 14:36:38 localhost program: FATAL: Module scsi_wait_scan not found. >Sep 13 14:36:39 localhost program: Running... rmmod scsi_wait_scan >Sep 13 14:36:39 localhost program: Error: Module scsi_wait_scan is not currently loaded >Sep 13 14:36:39 localhost program: Running... udevadm settle --timeout=300 >Sep 13 14:36:45 localhost program: Running... multipath -d >Sep 13 14:36:45 localhost program: Sep 13 14:36:43 | sdb: rport id not found >Sep 13 14:36:45 localhost program: create: mpatha (SanDisk_Cruzer_SDXX16052111135630D5-0:0) undef SanDisk ,Cruzer >Sep 13 14:36:45 localhost program: size=3.7G features='0' hwhandler='0' wp=undef >Sep 13 14:36:45 localhost program: `-+- policy='round-robin 0' prio=1 status=undef >Sep 13 14:36:45 localhost program: `- 2:0:0:0 sdb 8:16 undef ready running >Sep 13 14:36:46 localhost program: Running... multipath -ll >Sep 13 14:36:46 localhost storage: MultipathTopology: not a multipath: ['sdb'] >Sep 13 14:36:46 localhost storage: MultipathTopology: found singlepath device: sdb >Sep 13 14:36:46 localhost storage: MultipathTopology: found non-disk device: sdb1 >Sep 13 14:36:46 localhost storage: MultipathTopology: found non-disk device: sr0 >Sep 13 14:36:46 localhost storage: MultipathTopology: found singlepath device: sda >Sep 13 14:36:46 localhost storage: MultipathTopology: found non-disk device: sda1 >Sep 13 14:36:46 localhost storage: MultipathTopology: found non-disk device: sda2 >Sep 13 14:36:46 localhost storage: MultipathTopology: found singlepath device: loop0 >Sep 13 14:36:46 localhost storage: MultipathTopology: found singlepath device: loop1 >Sep 13 14:36:47 localhost storage: MultipathTopology: found singlepath device: loop2 >Sep 13 14:36:47 localhost storage: MultipathTopology: found singlepath device: loop3 >Sep 13 14:36:47 localhost storage: MultipathTopology: found singlepath device: loop4 >Sep 13 14:36:47 localhost storage: MultipathTopology: found singlepath device: loop5 >Sep 13 14:36:47 localhost storage: MultipathTopology: found singlepath device: loop6 >Sep 13 14:36:47 localhost storage: MultipathTopology: found singlepath device: loop7 >Sep 13 14:36:47 localhost storage: MultipathTopology: found singlepath device: dm-0 >Sep 13 14:36:47 localhost storage: MultipathTopology: found singlepath device: dm-1 >Sep 13 14:36:47 localhost storage: devices to scan: ['sdb', 'sdb1', 'sr0', 'sda', 'sda1', 'sda2', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Sep 13 14:36:47 localhost storage: scanning sdb (/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb)... >Sep 13 14:36:47 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:48 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:48 localhost storage: sdb is a disk >Sep 13 14:36:48 localhost storage: added disk sdb (id 0) to device tree >Sep 13 14:36:49 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:49 localhost storage: got device: DiskDevice instance (0x9833c4c) -- >Sep 13 14:36:49 localhost storage: got format: DiskLabel instance (0x983380c) -- >Sep 13 14:36:50 localhost storage: scanning sdb1 (/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3.2/1-3.2.4/1-3.2.4:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1)... >Sep 13 14:36:50 localhost storage: sdb1 is a partition >Sep 13 14:36:52 localhost storage: added partition sdb1 (id 1) to device tree >Sep 13 14:36:53 localhost storage: disklabel detected but not usable on sdb1 >Sep 13 14:36:53 localhost storage: type detected on 'sdb1' is 'vfat' >Sep 13 14:36:54 localhost storage: got device: PartitionDevice instance (0xb488a18c) -- >Sep 13 14:36:54 localhost storage: got format: EFIFS instance (0x972eeec) -- >Sep 13 14:36:54 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:55 localhost storage: scanning sr0 (/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0)... >Sep 13 14:36:55 localhost storage: sr0 is a cdrom >Sep 13 14:36:55 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:56 localhost storage: added cdrom sr0 (id 2) to device tree >Sep 13 14:36:56 localhost storage: scanning sda (/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda)... >Sep 13 14:36:57 localhost storage: sda is a disk >Sep 13 14:36:57 localhost storage: added disk sda (id 3) to device tree >Sep 13 14:36:59 localhost storage: got device: DiskDevice instance (0x98ffe4c) -- >Sep 13 14:36:59 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:36:59 localhost storage: got format: DiskLabel instance (0x98ff30c) -- >Sep 13 14:37:00 localhost storage: scanning sda1 (/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1)... >Sep 13 14:37:00 localhost storage: sda1 is a partition >Sep 13 14:37:02 localhost storage: added partition sda1 (id 4) to device tree >Sep 13 14:37:03 localhost storage: disklabel detected but not usable on sda1 >Sep 13 14:37:03 localhost storage: type detected on 'sda1' is 'ntfs' >Sep 13 14:37:03 localhost program: Running... ntfsinfo -m /dev/sda1 >Sep 13 14:37:03 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:37:03 localhost program: Volume Information >Sep 13 14:37:04 localhost program: #011Name of device: /dev/sda1 >Sep 13 14:37:04 localhost program: #011Device state: 11 >Sep 13 14:37:04 localhost program: #011Volume Name: >Sep 13 14:37:04 localhost program: #011Volume State: 91 >Sep 13 14:37:04 localhost program: #011Volume Version: 3.1 >Sep 13 14:37:04 localhost program: #011Sector Size: 512 >Sep 13 14:37:05 localhost program: #011Cluster Size: 4096 >Sep 13 14:37:05 localhost program: #011Index Block Size: 4096 >Sep 13 14:37:05 localhost program: #011Volume Size in Clusters: 6399885 >Sep 13 14:37:05 localhost program: MFT Information >Sep 13 14:37:05 localhost program: #011MFT Record Size: 1024 >Sep 13 14:37:05 localhost program: #011MFT Zone Multiplier: 0 >Sep 13 14:37:06 localhost program: #011MFT Data Position: 24 >Sep 13 14:37:06 localhost program: #011MFT Zone Start: 786432 >Sep 13 14:37:06 localhost program: #011MFT Zone End: 1586417 >Sep 13 14:37:06 localhost program: #011MFT Zone Position: 786432 >Sep 13 14:37:06 localhost program: #011Current Position in First Data Zone: 1586417 >Sep 13 14:37:06 localhost program: #011Current Position in Second Data Zone: 0 >Sep 13 14:37:06 localhost program: #011LCN of Data Attribute for FILE_MFT: 786432 >Sep 13 14:37:06 localhost program: #011FILE_MFTMirr Size: 4 >Sep 13 14:37:07 localhost program: #011LCN of Data Attribute for File_MFTMirr: 2560355 >Sep 13 14:37:07 localhost program: #011Size of Attribute Definition Table: 2560 >Sep 13 14:37:07 localhost program: FILE_Bitmap Information >Sep 13 14:37:07 localhost program: #011FILE_Bitmap MFT Record Number: 6 >Sep 13 14:37:07 localhost program: #011State of FILE_Bitmap Inode: 80 >Sep 13 14:37:07 localhost program: #011Length of Attribute List: 0 >Sep 13 14:37:07 localhost program: #011Attribute List: (null) >Sep 13 14:37:07 localhost program: #011Number of Attached Extent Inodes: 0 >Sep 13 14:37:08 localhost program: FILE_Bitmap Data Attribute Information >Sep 13 14:37:08 localhost program: #011Decompressed Runlist: not done yet >Sep 13 14:37:08 localhost program: #011Base Inode: 6 >Sep 13 14:37:08 localhost program: #011Attribute Types: not done yet >Sep 13 14:37:08 localhost program: #011Attribute Name Length: 0 >Sep 13 14:37:09 localhost program: #011Attribute State: 3 >Sep 13 14:37:09 localhost program: #011Attribute Allocated Size: 802816 >Sep 13 14:37:09 localhost program: #011Attribute Data Size: 799992 >Sep 13 14:37:09 localhost program: #011Attribute Initialized Size: 799992 >Sep 13 14:37:09 localhost program: #011Attribute Compressed Size: 0 >Sep 13 14:37:09 localhost program: #011Compression Block Size: 0 >Sep 13 14:37:10 localhost program: #011Compression Block Size Bits: 0 >Sep 13 14:37:10 localhost program: #011Compression Block Clusters: 0 >Sep 13 14:37:10 localhost program: Running... ntfsresize -m /dev/sda1 >Sep 13 14:37:10 localhost systemd-udevd[2235]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:37:10 localhost systemd-udevd[2236]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:37:10 localhost systemd-udevd[2239]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:37:10 localhost systemd-udevd[2248]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:37:10 localhost systemd-udevd[2250]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:37:10 localhost systemd-udevd[2257]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:37:10 localhost systemd-udevd[2264]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:39:18 localhost program: ntfsresize v2012.1.15 (libntfs-3g) >Sep 13 14:39:19 localhost program: Minsize (in MB): 14256 >Sep 13 14:39:20 localhost storage: got device: PartitionDevice instance (0x9916bac) -- >Sep 13 14:39:20 localhost storage: got format: NTFS instance (0x991986c) -- >Sep 13 14:39:20 localhost storage: scanning sda2 (/devices/pci0000:00/0000:00:1f.1/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2)... >Sep 13 14:39:20 localhost storage: sda2 is a partition >Sep 13 14:39:21 localhost storage: added partition sda2 (id 5) to device tree >Sep 13 14:39:22 localhost storage: got device: PartitionDevice instance (0xa71ffec) -- >Sep 13 14:39:22 localhost storage: scanning loop0 (/devices/virtual/block/loop0)... >Sep 13 14:39:22 localhost storage: loop0 is a loop device >Sep 13 14:39:22 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:39:22 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:39:23 localhost storage: added file /osmin.img (deleted) (id 6) to device tree >Sep 13 14:39:23 localhost storage: added loop loop0 (id 7) to device tree >Sep 13 14:39:23 localhost storage: disklabel detected but not usable on loop0 >Sep 13 14:39:23 localhost storage: type detected on 'loop0' is 'squashfs' >Sep 13 14:39:23 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:39:23 localhost storage: got device: LoopDevice instance (0xa574c2c) -- >Sep 13 14:39:23 localhost storage: scanning loop1 (/devices/virtual/block/loop1)... >Sep 13 14:39:23 localhost storage: loop1 is a loop device >Sep 13 14:39:23 localhost storage: added file /osmin (id 8) to device tree >Sep 13 14:39:23 localhost storage: added loop loop1 (id 9) to device tree >Sep 13 14:39:23 localhost storage: disklabel detected but not usable on loop1 >Sep 13 14:39:23 localhost storage: type detected on 'loop1' is 'DM_snapshot_cow' >Sep 13 14:39:24 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:39:24 localhost storage: got device: LoopDevice instance (0xa57e3cc) -- >Sep 13 14:39:24 localhost storage: scanning loop2 (/devices/virtual/block/loop2)... >Sep 13 14:39:24 localhost storage: loop2 is a loop device >Sep 13 14:39:24 localhost storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 10) to device tree >Sep 13 14:39:24 localhost storage: added loop loop2 (id 11) to device tree >Sep 13 14:39:24 localhost storage: disklabel detected but not usable on loop2 >Sep 13 14:39:24 localhost storage: type detected on 'loop2' is 'squashfs' >Sep 13 14:39:24 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:39:24 localhost storage: got device: LoopDevice instance (0xa71fc0c) -- >Sep 13 14:39:24 localhost storage: scanning loop3 (/devices/virtual/block/loop3)... >Sep 13 14:39:24 localhost storage: loop3 is a loop device >Sep 13 14:39:24 localhost storage: added file /LiveOS/ext3fs.img (id 12) to device tree >Sep 13 14:39:24 localhost storage: added loop loop3 (id 13) to device tree >Sep 13 14:39:24 localhost storage: type detected on 'loop3' is 'ext4' >Sep 13 14:39:24 localhost program: Running... dumpe2fs -h /dev/loop3 >Sep 13 14:39:24 localhost program: Filesystem volume name: _Fedora-18-Night >Sep 13 14:39:24 localhost program: Last mounted on: /var/tmp/imgcreate-q9yUaL/install_root >Sep 13 14:39:24 localhost program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >Sep 13 14:39:24 localhost program: Filesystem magic number: 0xEF53 >Sep 13 14:39:24 localhost program: Filesystem revision #: 1 (dynamic) >Sep 13 14:39:24 localhost 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 >Sep 13 14:39:24 localhost program: Filesystem flags: signed_directory_hash >Sep 13 14:39:24 localhost program: Default mount options: user_xattr acl >Sep 13 14:39:24 localhost program: Filesystem state: clean >Sep 13 14:39:24 localhost program: Errors behavior: Continue >Sep 13 14:39:24 localhost program: Filesystem OS type: Linux >Sep 13 14:39:24 localhost program: Inode count: 262144 >Sep 13 14:39:24 localhost program: Block count: 1048576 >Sep 13 14:39:24 localhost program: Reserved block count: 10483 >Sep 13 14:39:24 localhost program: Free blocks: 328731 >Sep 13 14:39:24 localhost program: Free inodes: 160234 >Sep 13 14:39:24 localhost program: First block: 0 >Sep 13 14:39:24 localhost program: Block size: 4096 >Sep 13 14:39:24 localhost program: Fragment size: 4096 >Sep 13 14:39:24 localhost program: Reserved GDT blocks: 255 >Sep 13 14:39:24 localhost program: Blocks per group: 32768 >Sep 13 14:39:24 localhost program: Fragments per group: 32768 >Sep 13 14:39:24 localhost program: Inodes per group: 8192 >Sep 13 14:39:24 localhost program: Inode blocks per group: 512 >Sep 13 14:39:24 localhost program: Flex block group size: 16 >Sep 13 14:39:24 localhost program: Filesystem created: Mon Sep 10 11:13:03 2012 >Sep 13 14:39:24 localhost program: Last mount time: Mon Sep 10 11:13:05 2012 >Sep 13 14:39:24 localhost program: Last write time: Mon Sep 10 11:26:23 2012 >Sep 13 14:39:24 localhost program: Mount count: 0 >Sep 13 14:39:24 localhost program: Maximum mount count: -1 >Sep 13 14:39:24 localhost program: Last checked: Mon Sep 10 11:26:23 2012 >Sep 13 14:39:24 localhost program: Check interval: 0 (<none>) >Sep 13 14:39:24 localhost program: Lifetime writes: 918 MB >Sep 13 14:39:24 localhost program: Reserved blocks uid: 0 (user root) >Sep 13 14:39:24 localhost program: Reserved blocks gid: 0 (group root) >Sep 13 14:39:24 localhost program: First inode: 11 >Sep 13 14:39:24 localhost program: Inode size:#011 256 >Sep 13 14:39:24 localhost program: Required extra isize: 28 >Sep 13 14:39:24 localhost program: Desired extra isize: 28 >Sep 13 14:39:24 localhost program: Journal inode: 8 >Sep 13 14:39:24 localhost program: Default directory hash: half_md4 >Sep 13 14:39:25 localhost program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >Sep 13 14:39:25 localhost program: Journal backup: inode blocks >Sep 13 14:39:25 localhost program: Journal features: journal_incompat_revoke >Sep 13 14:39:25 localhost program: Journal size: 128M >Sep 13 14:39:25 localhost program: Journal length: 32768 >Sep 13 14:39:25 localhost program: Journal sequence: 0x000015fb >Sep 13 14:39:25 localhost program: Journal start: 0 >Sep 13 14:39:25 localhost program: >Sep 13 14:39:25 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Sep 13 14:39:25 localhost program: Running... dumpe2fs -h /dev/loop3 >Sep 13 14:39:25 localhost systemd-udevd[2370]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:39:25 localhost systemd-udevd[2371]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:39:25 localhost systemd-udevd[2372]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:39:25 localhost systemd-udevd[2373]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:39:25 localhost systemd-udevd[2374]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:39:25 localhost program: Filesystem volume name: _Fedora-18-Night >Sep 13 14:39:25 localhost program: Last mounted on: /var/tmp/imgcreate-q9yUaL/install_root >Sep 13 14:39:25 localhost program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >Sep 13 14:39:25 localhost program: Filesystem magic number: 0xEF53 >Sep 13 14:39:25 localhost program: Filesystem revision #: 1 (dynamic) >Sep 13 14:39:25 localhost 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 >Sep 13 14:39:25 localhost program: Filesystem flags: signed_directory_hash >Sep 13 14:39:25 localhost program: Default mount options: user_xattr acl >Sep 13 14:39:25 localhost program: Filesystem state: clean >Sep 13 14:39:25 localhost program: Errors behavior: Continue >Sep 13 14:39:25 localhost program: Filesystem OS type: Linux >Sep 13 14:39:25 localhost program: Inode count: 262144 >Sep 13 14:39:25 localhost program: Block count: 1048576 >Sep 13 14:39:25 localhost program: Reserved block count: 10483 >Sep 13 14:39:25 localhost program: Free blocks: 328731 >Sep 13 14:39:25 localhost program: Free inodes: 160234 >Sep 13 14:39:25 localhost program: First block: 0 >Sep 13 14:39:25 localhost program: Block size: 4096 >Sep 13 14:39:25 localhost program: Fragment size: 4096 >Sep 13 14:39:25 localhost program: Reserved GDT blocks: 255 >Sep 13 14:39:25 localhost program: Blocks per group: 32768 >Sep 13 14:39:25 localhost program: Fragments per group: 32768 >Sep 13 14:39:25 localhost program: Inodes per group: 8192 >Sep 13 14:39:25 localhost program: Inode blocks per group: 512 >Sep 13 14:39:25 localhost program: Flex block group size: 16 >Sep 13 14:39:25 localhost program: Filesystem created: Mon Sep 10 11:13:03 2012 >Sep 13 14:39:25 localhost program: Last mount time: Mon Sep 10 11:13:05 2012 >Sep 13 14:39:25 localhost program: Last write time: Mon Sep 10 11:26:23 2012 >Sep 13 14:39:25 localhost program: Mount count: 0 >Sep 13 14:39:25 localhost program: Maximum mount count: -1 >Sep 13 14:39:25 localhost program: Last checked: Mon Sep 10 11:26:23 2012 >Sep 13 14:39:25 localhost program: Check interval: 0 (<none>) >Sep 13 14:39:25 localhost program: Lifetime writes: 918 MB >Sep 13 14:39:25 localhost program: Reserved blocks uid: 0 (user root) >Sep 13 14:39:25 localhost program: Reserved blocks gid: 0 (group root) >Sep 13 14:39:25 localhost program: First inode: 11 >Sep 13 14:39:25 localhost program: Inode size:#011 256 >Sep 13 14:39:25 localhost program: Required extra isize: 28 >Sep 13 14:39:25 localhost program: Desired extra isize: 28 >Sep 13 14:39:25 localhost program: Journal inode: 8 >Sep 13 14:39:25 localhost program: Default directory hash: half_md4 >Sep 13 14:39:25 localhost program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >Sep 13 14:39:25 localhost program: Journal backup: inode blocks >Sep 13 14:39:25 localhost program: Journal features: journal_incompat_revoke >Sep 13 14:39:25 localhost program: Journal size: 128M >Sep 13 14:39:25 localhost program: Journal length: 32768 >Sep 13 14:39:25 localhost program: Journal sequence: 0x000015fb >Sep 13 14:39:25 localhost program: Journal start: 0 >Sep 13 14:39:25 localhost program: >Sep 13 14:39:25 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Sep 13 14:39:25 localhost program: Running... resize2fs -P /dev/loop3 >Sep 13 14:39:25 localhost program: Couldn't find valid filesystem superblock. >Sep 13 14:39:25 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Sep 13 14:39:25 localhost program: resize2fs: Device or resource busy while trying to open /dev/loop3 >Sep 13 14:39:25 localhost storage: got device: LoopDevice instance (0xa72482c) -- >Sep 13 14:39:26 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:39:26 localhost storage: got format: Ext4FS instance (0xa7249cc) -- >Sep 13 14:39:26 localhost storage: scanning loop4 (/devices/virtual/block/loop4)... >Sep 13 14:39:26 localhost systemd-udevd[2378]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:39:26 localhost storage: loop4 is a loop device >Sep 13 14:39:26 localhost storage: added file /overlay (deleted) (id 14) to device tree >Sep 13 14:39:27 localhost storage: added loop loop4 (id 15) to device tree >Sep 13 14:39:28 localhost storage: disklabel detected but not usable on loop4 >Sep 13 14:39:28 localhost storage: type detected on 'loop4' is 'DM_snapshot_cow' >Sep 13 14:39:28 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:39:28 localhost storage: got device: LoopDevice instance (0xa6c57ec) -- >Sep 13 14:39:28 localhost storage: ignoring loop5 (/devices/virtual/block/loop5) >Sep 13 14:39:28 localhost storage: ignoring loop6 (/devices/virtual/block/loop6) >Sep 13 14:39:29 localhost storage: ignoring loop7 (/devices/virtual/block/loop7) >Sep 13 14:39:29 localhost program: Running... modprobe scsi_wait_scan >Sep 13 14:39:30 localhost systemd-udevd[2379]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:39:31 localhost program: FATAL: Module scsi_wait_scan not found. >Sep 13 14:39:31 localhost program: Running... rmmod scsi_wait_scan >Sep 13 14:39:32 localhost systemd-tmpfiles[2380]: stat(/run/user/1000/gvfs) failed: Permission denied >Sep 13 14:39:33 localhost program: Error: Module scsi_wait_scan is not currently loaded >Sep 13 14:39:33 localhost program: Running... udevadm settle --timeout=300 >Sep 13 14:39:36 localhost storage: devices to scan: ['dm-0', 'dm-1'] >Sep 13 14:39:36 localhost storage: scanning live-rw (/devices/virtual/block/dm-0)... >Sep 13 14:39:37 localhost storage: live-rw is a device-mapper device >Sep 13 14:39:38 localhost storage: added dm live-rw (id 16) to device tree >Sep 13 14:39:38 localhost storage: type detected on 'live-rw' is 'ext4' >Sep 13 14:39:38 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Sep 13 14:39:39 localhost program: Filesystem volume name: _Fedora-18-Night >Sep 13 14:39:39 localhost program: Last mounted on: /sysroot >Sep 13 14:39:39 localhost program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >Sep 13 14:39:39 localhost program: Filesystem magic number: 0xEF53 >Sep 13 14:39:39 localhost program: Filesystem revision #: 1 (dynamic) >Sep 13 14:39:39 localhost 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 >Sep 13 14:39:39 localhost program: Filesystem flags: signed_directory_hash >Sep 13 14:39:39 localhost program: Default mount options: user_xattr acl >Sep 13 14:39:39 localhost program: Filesystem state: clean >Sep 13 14:39:39 localhost program: Errors behavior: Continue >Sep 13 14:39:39 localhost program: Filesystem OS type: Linux >Sep 13 14:39:39 localhost program: Inode count: 262144 >Sep 13 14:39:39 localhost program: Block count: 1048576 >Sep 13 14:39:39 localhost program: Reserved block count: 10483 >Sep 13 14:39:39 localhost program: Free blocks: 328731 >Sep 13 14:39:39 localhost program: Free inodes: 160234 >Sep 13 14:39:39 localhost program: First block: 0 >Sep 13 14:39:39 localhost program: Block size: 4096 >Sep 13 14:39:40 localhost program: Fragment size: 4096 >Sep 13 14:39:40 localhost program: Reserved GDT blocks: 255 >Sep 13 14:39:40 localhost program: Blocks per group: 32768 >Sep 13 14:39:40 localhost program: Fragments per group: 32768 >Sep 13 14:39:40 localhost program: Inodes per group: 8192 >Sep 13 14:39:40 localhost program: Inode blocks per group: 512 >Sep 13 14:39:40 localhost program: Flex block group size: 16 >Sep 13 14:39:40 localhost program: Filesystem created: Mon Sep 10 11:13:03 2012 >Sep 13 14:39:40 localhost program: Last mount time: Thu Sep 13 14:24:45 2012 >Sep 13 14:39:40 localhost program: Last write time: Thu Sep 13 14:24:45 2012 >Sep 13 14:39:40 localhost program: Mount count: 1 >Sep 13 14:39:40 localhost program: Maximum mount count: -1 >Sep 13 14:39:40 localhost program: Last checked: Mon Sep 10 11:26:23 2012 >Sep 13 14:39:41 localhost program: Check interval: 0 (<none>) >Sep 13 14:39:41 localhost program: Lifetime writes: 918 MB >Sep 13 14:39:41 localhost program: Reserved blocks uid: 0 (user root) >Sep 13 14:39:41 localhost program: Reserved blocks gid: 0 (group root) >Sep 13 14:39:41 localhost program: First inode: 11 >Sep 13 14:39:41 localhost program: Inode size:#011 256 >Sep 13 14:39:41 localhost program: Required extra isize: 28 >Sep 13 14:39:41 localhost program: Desired extra isize: 28 >Sep 13 14:39:41 localhost program: Journal inode: 8 >Sep 13 14:39:41 localhost program: First orphan inode: 188431 >Sep 13 14:39:41 localhost program: Default directory hash: half_md4 >Sep 13 14:39:41 localhost program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >Sep 13 14:39:41 localhost program: Journal backup: inode blocks >Sep 13 14:39:41 localhost program: Journal features: journal_incompat_revoke >Sep 13 14:39:41 localhost program: Journal size: 128M >Sep 13 14:39:41 localhost program: Journal length: 32768 >Sep 13 14:39:41 localhost program: Journal sequence: 0x000015fc >Sep 13 14:39:41 localhost program: Journal start: 1 >Sep 13 14:39:41 localhost program: >Sep 13 14:39:42 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Sep 13 14:39:42 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Sep 13 14:39:42 localhost program: Filesystem volume name: _Fedora-18-Night >Sep 13 14:39:42 localhost program: Last mounted on: /sysroot >Sep 13 14:39:42 localhost program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >Sep 13 14:39:42 localhost program: Filesystem magic number: 0xEF53 >Sep 13 14:39:42 localhost program: Filesystem revision #: 1 (dynamic) >Sep 13 14:39:42 localhost 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 >Sep 13 14:39:42 localhost program: Filesystem flags: signed_directory_hash >Sep 13 14:39:42 localhost program: Default mount options: user_xattr acl >Sep 13 14:39:42 localhost program: Filesystem state: clean >Sep 13 14:39:42 localhost program: Errors behavior: Continue >Sep 13 14:39:42 localhost program: Filesystem OS type: Linux >Sep 13 14:39:42 localhost program: Inode count: 262144 >Sep 13 14:39:42 localhost program: Block count: 1048576 >Sep 13 14:39:42 localhost program: Reserved block count: 10483 >Sep 13 14:39:42 localhost program: Free blocks: 328731 >Sep 13 14:39:43 localhost program: Free inodes: 160234 >Sep 13 14:39:43 localhost program: First block: 0 >Sep 13 14:39:43 localhost program: Block size: 4096 >Sep 13 14:39:43 localhost program: Fragment size: 4096 >Sep 13 14:39:43 localhost program: Reserved GDT blocks: 255 >Sep 13 14:39:43 localhost program: Blocks per group: 32768 >Sep 13 14:39:43 localhost program: Fragments per group: 32768 >Sep 13 14:39:43 localhost program: Inodes per group: 8192 >Sep 13 14:39:43 localhost program: Inode blocks per group: 512 >Sep 13 14:39:43 localhost program: Flex block group size: 16 >Sep 13 14:39:43 localhost program: Filesystem created: Mon Sep 10 11:13:03 2012 >Sep 13 14:39:43 localhost program: Last mount time: Thu Sep 13 14:24:45 2012 >Sep 13 14:39:43 localhost program: Last write time: Thu Sep 13 14:24:45 2012 >Sep 13 14:39:43 localhost program: Mount count: 1 >Sep 13 14:39:43 localhost program: Maximum mount count: -1 >Sep 13 14:39:43 localhost program: Last checked: Mon Sep 10 11:26:23 2012 >Sep 13 14:39:43 localhost program: Check interval: 0 (<none>) >Sep 13 14:39:43 localhost program: Lifetime writes: 918 MB >Sep 13 14:39:43 localhost program: Reserved blocks uid: 0 (user root) >Sep 13 14:39:43 localhost program: Reserved blocks gid: 0 (group root) >Sep 13 14:39:44 localhost program: First inode: 11 >Sep 13 14:39:44 localhost program: Inode size:#011 256 >Sep 13 14:39:44 localhost program: Required extra isize: 28 >Sep 13 14:39:44 localhost program: Desired extra isize: 28 >Sep 13 14:39:44 localhost program: Journal inode: 8 >Sep 13 14:39:44 localhost program: First orphan inode: 188431 >Sep 13 14:39:44 localhost program: Default directory hash: half_md4 >Sep 13 14:39:44 localhost program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >Sep 13 14:39:44 localhost program: Journal backup: inode blocks >Sep 13 14:39:44 localhost program: Journal features: journal_incompat_revoke >Sep 13 14:39:44 localhost program: Journal size: 128M >Sep 13 14:39:44 localhost program: Journal length: 32768 >Sep 13 14:39:45 localhost program: Journal sequence: 0x000015fc >Sep 13 14:39:45 localhost program: Journal start: 1 >Sep 13 14:39:45 localhost program: >Sep 13 14:39:45 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Sep 13 14:39:45 localhost program: Running... resize2fs -P /dev/mapper/live-rw >Sep 13 14:39:45 localhost program: Estimated minimum size of the filesystem: 721528 >Sep 13 14:39:45 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Sep 13 14:39:46 localhost storage: got device: DMDevice instance (0xa7261cc) -- >Sep 13 14:39:46 localhost storage: got format: Ext4FS instance (0xa6ca62c) -- >Sep 13 14:39:46 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:39:46 localhost storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >Sep 13 14:39:46 localhost systemd-udevd[2395]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:39:46 localhost storage: live-osimg-min is a device-mapper device >Sep 13 14:39:47 localhost storage: added dm live-osimg-min (id 17) to device tree >Sep 13 14:39:48 localhost storage: type detected on 'live-osimg-min' is 'ext4' >Sep 13 14:39:48 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Sep 13 14:39:49 localhost program: Filesystem volume name: _Fedora-18-Night >Sep 13 14:39:49 localhost program: Last mounted on: /var/tmp/imgcreate-q9yUaL/install_root >Sep 13 14:39:49 localhost program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >Sep 13 14:39:49 localhost program: Filesystem magic number: 0xEF53 >Sep 13 14:39:49 localhost program: Filesystem revision #: 1 (dynamic) >Sep 13 14:39:49 localhost 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 >Sep 13 14:39:49 localhost program: Filesystem flags: signed_directory_hash >Sep 13 14:39:49 localhost program: Default mount options: user_xattr acl >Sep 13 14:39:49 localhost program: Filesystem state: clean >Sep 13 14:39:49 localhost program: Errors behavior: Continue >Sep 13 14:39:49 localhost program: Filesystem OS type: Linux >Sep 13 14:39:49 localhost program: Inode count: 188416 >Sep 13 14:39:49 localhost program: Block count: 721528 >Sep 13 14:39:49 localhost program: Reserved block count: 7213 >Sep 13 14:39:49 localhost program: Free blocks: 6823 >Sep 13 14:39:49 localhost program: Free inodes: 86506 >Sep 13 14:39:49 localhost program: First block: 0 >Sep 13 14:39:49 localhost program: Block size: 4096 >Sep 13 14:39:49 localhost program: Fragment size: 4096 >Sep 13 14:39:50 localhost program: Reserved GDT blocks: 255 >Sep 13 14:39:50 localhost program: Blocks per group: 32768 >Sep 13 14:39:50 localhost program: Fragments per group: 32768 >Sep 13 14:39:50 localhost program: Inodes per group: 8192 >Sep 13 14:39:50 localhost program: Inode blocks per group: 512 >Sep 13 14:39:50 localhost program: Flex block group size: 16 >Sep 13 14:39:50 localhost program: Filesystem created: Mon Sep 10 11:13:03 2012 >Sep 13 14:39:50 localhost program: Last mount time: Mon Sep 10 11:13:05 2012 >Sep 13 14:39:50 localhost program: Last write time: Mon Sep 10 11:26:26 2012 >Sep 13 14:39:50 localhost program: Mount count: 0 >Sep 13 14:39:50 localhost program: Maximum mount count: -1 >Sep 13 14:39:50 localhost program: Last checked: Mon Sep 10 11:26:26 2012 >Sep 13 14:39:50 localhost program: Check interval: 0 (<none>) >Sep 13 14:39:50 localhost program: Lifetime writes: 919 MB >Sep 13 14:39:50 localhost program: Reserved blocks uid: 0 (user root) >Sep 13 14:39:50 localhost program: Reserved blocks gid: 0 (group root) >Sep 13 14:39:50 localhost program: First inode: 11 >Sep 13 14:39:50 localhost program: Inode size:#011 256 >Sep 13 14:39:50 localhost program: Required extra isize: 28 >Sep 13 14:39:51 localhost program: Desired extra isize: 28 >Sep 13 14:39:51 localhost program: Journal inode: 8 >Sep 13 14:39:51 localhost program: Default directory hash: half_md4 >Sep 13 14:39:51 localhost program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >Sep 13 14:39:51 localhost program: Journal backup: inode blocks >Sep 13 14:39:51 localhost program: Journal features: journal_incompat_revoke >Sep 13 14:39:51 localhost program: Journal size: 128M >Sep 13 14:39:51 localhost program: Journal length: 32768 >Sep 13 14:39:51 localhost program: Journal sequence: 0x000015fb >Sep 13 14:39:51 localhost program: Journal start: 0 >Sep 13 14:39:51 localhost program: >Sep 13 14:39:51 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Sep 13 14:39:51 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Sep 13 14:39:52 localhost program: Filesystem volume name: _Fedora-18-Night >Sep 13 14:39:52 localhost program: Last mounted on: /var/tmp/imgcreate-q9yUaL/install_root >Sep 13 14:39:52 localhost program: Filesystem UUID: 4e7ee874-92ba-4415-8087-3ad2bd8eff25 >Sep 13 14:39:52 localhost program: Filesystem magic number: 0xEF53 >Sep 13 14:39:52 localhost program: Filesystem revision #: 1 (dynamic) >Sep 13 14:39:52 localhost 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 >Sep 13 14:39:52 localhost program: Filesystem flags: signed_directory_hash >Sep 13 14:39:52 localhost program: Default mount options: user_xattr acl >Sep 13 14:39:52 localhost program: Filesystem state: clean >Sep 13 14:39:52 localhost program: Errors behavior: Continue >Sep 13 14:39:52 localhost program: Filesystem OS type: Linux >Sep 13 14:39:52 localhost program: Inode count: 188416 >Sep 13 14:39:52 localhost program: Block count: 721528 >Sep 13 14:39:52 localhost program: Reserved block count: 7213 >Sep 13 14:39:52 localhost program: Free blocks: 6823 >Sep 13 14:39:53 localhost program: Free inodes: 86506 >Sep 13 14:39:53 localhost program: First block: 0 >Sep 13 14:39:53 localhost program: Block size: 4096 >Sep 13 14:39:53 localhost program: Fragment size: 4096 >Sep 13 14:39:53 localhost program: Reserved GDT blocks: 255 >Sep 13 14:39:53 localhost program: Blocks per group: 32768 >Sep 13 14:39:53 localhost program: Fragments per group: 32768 >Sep 13 14:39:53 localhost program: Inodes per group: 8192 >Sep 13 14:39:53 localhost program: Inode blocks per group: 512 >Sep 13 14:39:53 localhost program: Flex block group size: 16 >Sep 13 14:39:53 localhost program: Filesystem created: Mon Sep 10 11:13:03 2012 >Sep 13 14:39:53 localhost program: Last mount time: Mon Sep 10 11:13:05 2012 >Sep 13 14:39:53 localhost program: Last write time: Mon Sep 10 11:26:26 2012 >Sep 13 14:39:53 localhost program: Mount count: 0 >Sep 13 14:39:53 localhost program: Maximum mount count: -1 >Sep 13 14:39:53 localhost program: Last checked: Mon Sep 10 11:26:26 2012 >Sep 13 14:39:53 localhost program: Check interval: 0 (<none>) >Sep 13 14:39:53 localhost program: Lifetime writes: 919 MB >Sep 13 14:39:53 localhost program: Reserved blocks uid: 0 (user root) >Sep 13 14:39:53 localhost program: Reserved blocks gid: 0 (group root) >Sep 13 14:39:54 localhost program: First inode: 11 >Sep 13 14:39:54 localhost program: Inode size:#011 256 >Sep 13 14:39:54 localhost program: Required extra isize: 28 >Sep 13 14:39:54 localhost program: Desired extra isize: 28 >Sep 13 14:39:54 localhost program: Journal inode: 8 >Sep 13 14:39:54 localhost program: Default directory hash: half_md4 >Sep 13 14:39:54 localhost program: Directory Hash Seed: 7234514c-0fe1-4250-845c-87d240dcf5a6 >Sep 13 14:39:54 localhost program: Journal backup: inode blocks >Sep 13 14:39:54 localhost program: Journal features: journal_incompat_revoke >Sep 13 14:39:54 localhost program: Journal size: 128M >Sep 13 14:39:54 localhost program: Journal length: 32768 >Sep 13 14:39:54 localhost program: Journal sequence: 0x000015fb >Sep 13 14:39:55 localhost program: Journal start: 0 >Sep 13 14:39:55 localhost program: >Sep 13 14:39:55 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Sep 13 14:39:55 localhost program: Running... resize2fs -P /dev/mapper/live-osimg-min >Sep 13 14:39:55 localhost program: Couldn't find valid filesystem superblock. >Sep 13 14:39:55 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Sep 13 14:39:55 localhost program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Sep 13 14:39:55 localhost storage: got device: DMDevice instance (0xa4bcecc) -- >Sep 13 14:39:55 localhost storage: got format: Ext4FS instance (0xa756e6c) -- >Sep 13 14:39:55 localhost program: Running... modprobe scsi_wait_scan >Sep 13 14:39:55 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:39:55 localhost program: FATAL: Module scsi_wait_scan not found. >Sep 13 14:39:55 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 14:39:55 localhost program: Running... rmmod scsi_wait_scan >Sep 13 14:39:55 localhost systemd-udevd[2401]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:39:55 localhost systemd-udevd[2410]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 14:39:56 localhost program: Error: Module scsi_wait_scan is not currently loaded >Sep 13 14:39:55 localhost program: Running... udevadm settle --timeout=300 >Sep 13 14:39:57 localhost program: Running... udevadm settle --timeout=300 >Sep 13 14:39:59 localhost program: Running... udevadm settle --timeout=300 >Sep 13 14:40:00 localhost program: Running... udevadm settle --timeout=300 >Sep 13 14:40:01 localhost program: Running... udevadm settle --timeout=300 >Sep 13 14:40:02 localhost program: Running... udevadm settle --timeout=300 >Sep 13 14:40:05 localhost program: Running... udevadm settle --timeout=300 >Sep 13 14:40:06 localhost program: Running... udevadm settle --timeout=300 >Sep 13 14:40:08 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Sep 13 14:40:09 localhost storage: edd: collected mbr signatures: {'sda': '0x000f0e2f', 'sdb': '0x00026da2'} >Sep 13 14:40:17 localhost program: Running... modprobe btrfs >Sep 13 14:40:20 localhost kernel: [ 956.108663] Btrfs loaded >Sep 13 14:40:20 localhost storage: DiskLabel.partedDevice returning None >Sep 13 14:40:21 localhost program: Running... modprobe xfs >Sep 13 14:40:25 localhost kernel: [ 961.534096] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >Sep 13 14:40:38 localhost program: Running... systemctl status chronyd.service >Sep 13 14:40:38 localhost program: chronyd.service - NTP client/server >Sep 13 14:40:38 localhost program: #011 Loaded: loaded (/usr/lib/systemd/system/chronyd.service; disabled) >Sep 13 14:40:38 localhost program: #011 Active: inactive (dead) >Sep 13 14:40:38 localhost program: #011 CGroup: name=systemd:/system/chronyd.service >Sep 13 14:40:38 localhost program: >Sep 13 18:41:32 localhost anaconda: /usr/lib/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Sep 13 18:44:56 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:44:56 localhost storage: removed partition sda2 (id 5) from device tree >Sep 13 18:44:56 localhost storage: registered action: [0] Destroy Device partition sda2 (id 5) >Sep 13 18:44:57 localhost program: Running... modprobe scsi_wait_scan >Sep 13 18:44:57 localhost program: FATAL: Module scsi_wait_scan not found. >Sep 13 18:44:57 localhost program: Running... rmmod scsi_wait_scan >Sep 13 18:44:57 localhost program: Error: Module scsi_wait_scan is not currently loaded >Sep 13 18:44:57 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:44:57 localhost anaconda: You have not defined a root partition (/), which is required for installation of Fedora to continue. >Sep 13 18:44:57 localhost anaconda: You have not created a bootable partition. >Sep 13 18:44:57 localhost anaconda: You have not specified a swap partition. Although not strictly required in all cases, it will significantly improve performance for most installations. >Sep 13 18:45:25 localhost anaconda: ui: saving changes to device sdb1 >Sep 13 18:45:25 localhost storage: registered action: [1] Destroy Format efi filesystem on partition sdb1 (id 1) >Sep 13 18:45:25 localhost storage: registered action: [2] Create Format ext4 filesystem on partition sdb1 (id 1) >Sep 13 18:46:14 localhost storage: added partition req0 (id 18) to device tree >Sep 13 18:46:14 localhost storage: registered action: [3] Create Device partition req0 (id 18) >Sep 13 18:46:14 localhost storage: registered action: [4] Create Format ext4 filesystem mounted at / on partition req0 (id 18) >Sep 13 18:46:35 localhost anaconda: ui: saving changes to device sda2 >Sep 13 18:46:50 localhost anaconda: ui: saving changes to device sdb1 >Sep 13 18:47:17 localhost anaconda: ui: saving changes to device sda2 >Sep 13 18:47:17 localhost storage: adjusting device size from 20000.00 to 25000.00 >Sep 13 18:47:31 localhost storage: added partition req1 (id 19) to device tree >Sep 13 18:47:31 localhost storage: registered action: [5] Create Device partition req1 (id 19) >Sep 13 18:47:31 localhost storage: registered action: [6] Create Format swap on partition req1 (id 19) >Sep 13 18:47:32 localhost anaconda: ui: saving changes to device sda2 >Sep 13 18:47:49 localhost anaconda: ui: saving changes to device sda2 >Sep 13 18:47:55 localhost anaconda: ui: saving changes to device sda3 >Sep 13 18:48:01 localhost anaconda: ui: saving changes to device sda2 >Sep 13 18:48:02 localhost anaconda: ui: saving changes to device sda3 >Sep 13 18:48:10 localhost anaconda: ui: saving changes to device sda2 >Sep 13 18:48:11 localhost storage: registered action: [7] Destroy Format efi filesystem on partition sdb1 (id 1) >Sep 13 18:48:11 localhost storage: registered action: [8] Create Format ext4 filesystem on partition sdb1 (id 1) >Sep 13 18:48:11 localhost storage: added partition req0 (id 18) to device tree >Sep 13 18:48:11 localhost storage: registered action: [9] Create Device partition req0 (id 18) >Sep 13 18:48:11 localhost storage: registered action: [10] Create Format ext4 filesystem mounted at / on partition req0 (id 18) >Sep 13 18:48:11 localhost storage: added partition req1 (id 19) to device tree >Sep 13 18:48:11 localhost storage: registered action: [11] Create Device partition req1 (id 19) >Sep 13 18:48:11 localhost storage: registered action: [12] Create Format swap on partition req1 (id 19) >Sep 13 18:49:32 localhost program: Running... swapoff -a >Sep 13 18:49:32 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:32 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:33 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:33 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:33 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:33 localhost storage: resetting parted disks... >Sep 13 18:49:34 localhost storage: pruning action queue... >Sep 13 18:49:34 localhost storage: sorting actions... >Sep 13 18:49:34 localhost storage: executing action: [7] Destroy Format efi filesystem on partition sdb1 (id 1) >Sep 13 18:49:34 localhost program: Running... wipefs -a /dev/sdb1 >Sep 13 18:49:34 localhost program: 8 bytes were erased at offset 0x00000052 (vfat): 46 41 54 33 32 20 20 20 >Sep 13 18:49:34 localhost program: 1 bytes were erased at offset 0x00000000 (vfat): eb >Sep 13 18:49:34 localhost program: 2 bytes were erased at offset 0x000001fe (vfat): 55 aa >Sep 13 18:49:34 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:34 localhost systemd-udevd[2582]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:34 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:34 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:35 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:35 localhost storage: executing action: [0] Destroy Device partition sda2 (id 5) >Sep 13 18:49:35 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:35 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:35 localhost systemd-udevd[2596]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:35 localhost systemd-udevd[2598]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:36 localhost systemd-udevd[2599]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:36 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:36 localhost systemd-udevd[2601]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:36 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:36 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:36 localhost systemd-udevd[376]: sender uid=-1, message ignored >Sep 13 18:49:37 localhost storage: executing action: [9] Create Device partition sda2 (id 18) >Sep 13 18:49:37 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:37 localhost systemd-udevd[2607]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:37 localhost systemd-udevd[2609]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:37 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:37 localhost systemd-udevd[2610]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:37 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:38 localhost systemd-udevd[2612]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:38 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:38 localhost program: Running... wipefs -a /dev/sda2 >Sep 13 18:49:38 localhost program: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >Sep 13 18:49:38 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:39 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:39 localhost systemd-udevd[2618]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:39 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:39 localhost storage: executing action: [11] Create Device partition sda3 (id 19) >Sep 13 18:49:39 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:39 localhost systemd-udevd[2627]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:39 localhost systemd-udevd[2628]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:40 localhost systemd-udevd[2630]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:40 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:40 localhost systemd-udevd[2631]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:40 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:40 localhost systemd-udevd[2633]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:40 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:41 localhost systemd-udevd[2635]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:41 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:41 localhost program: Running... wipefs -a /dev/sda3 >Sep 13 18:49:41 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:41 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:41 localhost systemd-udevd[2641]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:42 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:42 localhost storage: executing action: [12] Create Format swap on partition sda3 (id 19) >Sep 13 18:49:42 localhost program: Running... mkswap -f /dev/sda3 >Sep 13 18:49:42 localhost systemd-udevd[2650]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:43 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:43 localhost program: Setting up swapspace version 1, size = 5119996 KiB >Sep 13 18:49:43 localhost program: no label, UUID=d57a2ba8-ecfc-478a-874e-749e06d9ff6d >Sep 13 18:49:43 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:43 localhost systemd-udevd[2654]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:43 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:43 localhost systemd-udevd[2655]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:43 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:43 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:44 localhost storage: executing action: [10] Create Format ext4 filesystem mounted at / on partition sda2 (id 18) >Sep 13 18:49:44 localhost program: Running... mke2fs -t ext4 /dev/sda2 >Sep 13 18:49:44 localhost systemd-udevd[2663]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:44 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:45 localhost program: mke2fs 1.42.5 (29-Jul-2012) >Sep 13 18:49:45 localhost program: Filesystem label= >Sep 13 18:49:45 localhost program: OS type: Linux >Sep 13 18:49:45 localhost program: Block size=4096 (log=2) >Sep 13 18:49:45 localhost program: Fragment size=4096 (log=2) >Sep 13 18:49:45 localhost program: Stride=0 blocks, Stripe width=0 blocks >Sep 13 18:49:45 localhost program: 1602496 inodes, 6400000 blocks >Sep 13 18:49:45 localhost program: 320000 blocks (5.00%) reserved for the super user >Sep 13 18:49:45 localhost program: First data block=0 >Sep 13 18:49:45 localhost program: Maximum filesystem blocks=0 >Sep 13 18:49:45 localhost program: 196 block groups >Sep 13 18:49:45 localhost program: 32768 blocks per group, 32768 fragments per group >Sep 13 18:49:45 localhost program: 8176 inodes per group >Sep 13 18:49:45 localhost program: Superblock backups stored on blocks: >Sep 13 18:49:45 localhost program: #01132768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, >Sep 13 18:49:45 localhost program: #0114096000 >Sep 13 18:49:45 localhost program: >Sep 13 18:49:45 localhost program: Allocating group tables: 0/196#010#010#010#010#010#010#010 1/196#010#010#010#010#010#010#010 2/196#010#010#010#010#010#010#010 3/196#010#010#010#010#010#010#010 4/196#010#010#010#010#010#010#010 5/196#010#010#010#010#010#010#010 6/196#010#010#010#010#010#010#010 7/196#010#010#010#010#010#010#010 8/196#010#010#010#010#010#010#010 9/196#010#010#010#010#010#010#010 10/196#010#010#010#010#010#010#010 11/196#010#010#010#010#010#010#010 12/196#010#010#010#010#010#010#010 13/196#010#010#010#010#010#010#010 14/196#010#010#010#010#010#010#010 15/196#010#010#010#010#010#010#010 16/196#010#010#010#010#010#010#010 17/196#010#010#010#010#010#010#010 18/196#010#010#010#010#010#010#010 19/196#010#010#010#010#010#010#010 20/196#010#010#010#010#010#010#010 21/196#010#010#010#010#010#010#010 22/196#010#010#010#010#010#010#010 23/196#010#010#010#010#010#010#010 24/196#010#010#010#010#010#010#010 25/196#010#010#010#010#010#010#010 26/196#010#010#010#010#010#010#010 27/196#010#010#010#010#010#010#010 28/196#010#010#010#010#010#010#010 29/196#010#010#010#010#010#010#010 30/196#010#010#010#010#010#010#010 31/196#010#010#010#010#010#010#010 32/196#010#010#010#010#010#010#010 33/196#010#010#010#010#010#010#010 34/196#010#010#010#010#010#010#010 35/196#010#010#010#010#010#010#010 36/196#010#010#010#010#010#010#010 37/196#010#010#010#010#010#010#010 38/196#010#010#010#010#010#010#010 39/196#010#010#010#010#010#010#010 40/196#010#010#010#010#010#010#010 41/196#010#010#010#010#010#010#010 42/196#010#010#010#010#010#010#010 43/196#010#010#010#010#010#010#010 44/196#010#010#010#010#010#010#010 45/196#010#010#010#010#010#010#010 46/196#010#010#010#010#010#010#010 47/196#010#010#010#010#010#010#010 48/196#010#010#010#010#010#010#010 49/196#010#010#010#010#010#010#010 50/196#010#010#010#010#010#010#010 51/196#010#010#010#010#010#010#010 52/196#010#010#010#010#010#010#010 53/196#010#010#010#010#010#010#010 54/196#010#010#010#010#010#010#010 55/196#010#010#010#010#010#010#010 56/196#010#010#010#010#010#010#010 57/196#010 >Sep 13 18:49:45 localhost program: Writing inode tables: 0/196#010#010#010#010#010#010#010 1/196#010#010#010#010#010#010#010 2/196#010#010#010#010#010#010#010 3/196#010#010#010#010#010#010#010 4/196#010#010#010#010#010#010#010 5/196#010#010#010#010#010#010#010 6/196#010#010#010#010#010#010#010 7/196#010#010#010#010#010#010#010 8/196#010#010#010#010#010#010#010 9/196#010#010#010#010#010#010#010 10/196#010#010#010#010#010#010#010 11/196#010#010#010#010#010#010#010 12/196#010#010#010#010#010#010#010 13/196#010#010#010#010#010#010#010 14/196#010#010#010#010#010#010#010 15/196#010#010#010#010#010#010#010 16/196#010#010#010#010#010#010#010 17/196#010#010#010#010#010#010#010 18/196#010#010#010#010#010#010#010 19/196#010#010#010#010#010#010#010 20/196#010#010#010#010#010#010#010 21/196#010#010#010#010#010#010#010 22/196#010#010#010#010#010#010#010 23/196#010#010#010#010#010#010#010 24/196#010#010#010#010#010#010#010 25/196#010#010#010#010#010#010#010 26/196#010#010#010#010#010#010#010 27/196#010#010#010#010#010#010#010 28/196#010#010#010#010#010#010#010 29/196#010#010#010#010#010#010#010 30/196#010#010#010#010#010#010#010 31/196#010#010#010#010#010#010#010 32/196#010#010#010#010#010#010#010 33/196#010#010#010#010#010#010#010 34/196#010#010#010#010#010#010#010 35/196#010#010#010#010#010#010#010 36/196#010#010#010#010#010#010#010 37/196#010#010#010#010#010#010#010 38/196#010#010#010#010#010#010#010 39/196#010#010#010#010#010#010#010 40/196#010#010#010#010#010#010#010 41/196#010#010#010#010#010#010#010 42/196#010#010#010#010#010#010#010 43/196#010#010#010#010#010#010#010 44/196#010#010#010#010#010#010#010 45/196#010#010#010#010#010#010#010 46/196#010#010#010#010#010#010#010 47/196#010#010#010#010#010#010#010 48/196#010#010#010#010#010#010#010 49/196#010#010#010#010#010#010#010 50/196#010#010#010#010#010#010#010 51/196#010#010#010#010#010#010#010 52/196#010#010#010#010#010#010#010 53/196#010#010#010#010#010#010#010 54/196#010#010#010#010#010#010#010 55/196#010#010#010#010#010#010#010 56/196#010#010#010#010#010#010#010 57/196#010#010 >Sep 13 18:49:53 localhost program: Creating journal (32768 blocks): done >Sep 13 18:49:55 localhost program: Writing superblocks and filesystem accounting information: 0/196#010#010#010#010#010#010#010 1/196#010#010#010#010#010#010#010 2/196#010#010#010#010#010#010#010 3/196#010#010#010#010#010#010#010 4/196#010#010#010#010#010#010#010 5/196#010#010#010#010#010#010#010 6/196#010#010#010#010#010#010#010 7/196#010#010#010#010#010#010#010 8/196#010#010#010#010#010#010#010 9/196#010#010#010#010#010#010#010 10/196#010#010#010#010#010#010#010 11/196#010#010#010#010#010#010#010 12/196#010#010#010#010#010#010#010 13/196#010#010#010#010#010#010#010 14/196#010#010#010#010#010#010#010 15/196#010#010#010#010#010#010#010 16/196#010#010#010#010#010#010#010 17/196#010#010#010#010#010#010#010 18/196#010#010#010#010#010#010#010 19/196#010#010#010#010#010#010#010 20/196#010#010#010#010#010#010#010 21/196#010#010#010#010#010#010#010 22/196#010#010#010#010#010#010#010 23/196#010#010#010#010#010#010#010 24/196#010#010#010#010#010#010#010 25/196#010#010#010#010#010#010#010 26/196#010#010#010#010#010#010#010 27/196#010#010#010#010#010#010#010 28/196#010#010#010#010#010#010#010 29/196#010#010#010#010#010#010#010 30/196#010#010#010#010#010#010#010 31/196#010#010#010#010#010#010#010 32/196#010#010#010#010#010#010#010 33/196#010#010#010#010#010#010#010 34/196#010#010#010#010#010#010#010 35/196#010#010#010#010#010#010#010 36/196#010#010#010#010#010#010#010 37/196#010#010#010#010#010#010#010 38/196#010#010#010#010#010#010#010 39/196#010#010#010#010#010#010#010 40/196#010#010#010#010#010#010#010 41/196#010#010#010#010#010#010#010 42/196#010#010#010#010#010#010#010 43/196#010#010#010#010#010#010#010 44/196#010#010#010#010#010#010#010 45/196#010#010#010#010#010#010#010 46/196#010#010#010#010#010#010#010 47/196#010#010#010#010#010#010#010 48/196#010#010#010#010#010#010#010 49/196#010#010#010#010#010#010#010 50/196#010#010#010#010#010#010#010 51/196#010#010#010#010#010#010#010 52/196#010#010#010#010#010#010#010 53/196#010#010#010#010#010#010#010 54/196#010#010#010#010#010#010#010 55/196#010#010#010#010#010#010#010 56/196#010#010 >Sep 13 18:49:55 localhost program: >Sep 13 18:49:55 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:55 localhost systemd-udevd[2668]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:55 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:56 localhost systemd-udevd[2669]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:56 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:56 localhost program: Running... udevadm settle --timeout=300 >Sep 13 18:49:58 localhost storage: executing action: [8] Create Format ext4 filesystem on partition sdb1 (id 1) >Sep 13 18:49:59 localhost program: Running... mke2fs -t ext4 /dev/sdb1 >Sep 13 18:49:59 localhost systemd-udevd[2676]: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >Sep 13 18:49:59 localhost udisksd[1851]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Sep 13 18:49:59 localhost program: mke2fs 1.42.5 (29-Jul-2012) >Sep 13 18:49:59 localhost program: /dev/sdb1 is mounted; will not make a filesystem here!
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 857253
:
612651
| 612652 |
612653
|
612654
|
612655
|
612656
|
612657
|
612658
|
612659
|
612660
|
612661
|
612662
|
612663
|
612664