Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1139959 Details for
Bug 1321011
AttributeError: 'NoneType' object has no attribute 'get_data'
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
File: anaconda.log
anaconda.log (text/plain), 105.53 KB, created by
satellitgo
on 2016-03-24 13:19:54 UTC
(
hide
)
Description:
File: anaconda.log
Filename:
MIME Type:
Creator:
satellitgo
Created:
2016-03-24 13:19:54 UTC
Size:
105.53 KB
patch
obsolete
>13:14:08,870 INFO anaconda: /sbin/anaconda 24.13-1 >13:14:11,537 INFO anaconda: 4123868 kB (4027 MB) are available >13:14:11,543 INFO anaconda: check_memory(): total:4027, needed:320, graphical:410 >13:14:11,733 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >13:14:11,733 INFO anaconda: Default encoding = utf-8 >13:14:11,758 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/reboot.py:76: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > default=False) > >13:14:11,759 WARN anaconda: /usr/lib64/python3.5/optparse.py:999: PendingDeprecationWarning: The KSOption class is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > option = self.option_class(*args, **kwargs) > >13:14:11,761 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/clearpart.py:71: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > const=CLEARPART_TYPE_ALL) > >13:14:11,761 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/clearpart.py:73: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=drive_cb, nargs=1, type="string") > >13:14:11,764 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/network.py:347: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > choices=self.bootprotoList) > >13:14:11,765 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/network.py:509: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=teamslaves_cb, nargs=1, type="string") > >13:14:11,767 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/vnc.py:52: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--connect") > >13:14:11,767 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/vnc.py:101: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > nargs=1, type="string") > >13:14:11,768 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/ostreesetup.py:61: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--osname", dest="osname", required=1) > >13:14:11,769 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/bootloader.py:85: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--append", dest="appendLine") > >13:14:11,770 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/bootloader.py:101: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=driveorder_cb, nargs=1, type="string") > >13:14:11,772 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/autostep.py:48: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > action="store_true", default=False) > >13:14:11,773 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/multipath.py:77: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > required=1) > >13:14:11,774 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/liveimg.py:66: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--url", required=1) > >13:14:11,775 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/repo.py:173: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--name", dest="name", required=1) > >13:14:11,775 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/repo.py:225: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > nargs=1, type="string") > >13:14:11,777 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/rescue.py:55: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--nomount", dest="nomount", action="store_true", default=False) > >13:14:11,778 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/harddrive.py:63: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--biospart", dest="biospart") > >13:14:11,779 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/firstboot.py:52: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > action="store_const", const=FIRSTBOOT_SKIP) > >13:14:11,780 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/reqpart.py:55: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--add-boot", action="store_true", dest="addBoot", default=False) > >13:14:11,781 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/partition.py:294: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > default=False) > >13:14:11,782 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/partition.py:308: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=part_cb, nargs=1, type="string") > >13:14:11,784 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/sshkey.py:79: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--username", dest="username", required=True) > >13:14:11,785 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/raid.py:297: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > dest="device", type="string", nargs=1, required=1) > >13:14:11,785 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/raid.py:297: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="device", type="string", nargs=1, required=1) > >13:14:11,787 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/autopart.py:80: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--encrypted", action="store_true", default=False) > >13:14:11,787 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/autopart.py:260: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="type", nargs=0) > >13:14:11,788 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/rootpw.py:56: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > default=False) > >13:14:11,789 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/services.py:58: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > callback=services_cb, nargs=1, type="string") > >13:14:11,790 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/services.py:58: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=services_cb, nargs=1, type="string") > >13:14:11,790 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/zfcp.py:95: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--devnum", dest="devnum", required=1) > >13:14:11,792 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/device.py:90: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--opts", dest="moduleOpts", default="") > >13:14:11,792 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/eula.py:54: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > dest="agreed", action="store_true", default=False) > >13:14:11,793 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/driverdisk.py:108: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--source") > >13:14:11,794 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/volgroup.py:118: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > dest="format", default=True, nargs=0) > >13:14:11,794 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/volgroup.py:118: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="format", default=True, nargs=0) > >13:14:11,795 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/timezone.py:52: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--utc", dest="isUtc", action="store_true", default=False) > >13:14:11,796 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/timezone.py:156: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=servers_cb, nargs=1, type="string") > >13:14:11,797 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/firewall.py:100: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > action="store_false") > >13:14:11,798 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/firewall.py:108: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=firewall_port_cb, nargs=1, type="string") > >13:14:11,799 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/keyboard.py:114: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--vckeymap", dest="vc_keymap", action="store", default="") > >13:14:11,799 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/keyboard.py:116: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=csv_parse_callback, nargs=1, type="string") > >13:14:11,800 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/fcoe.py:107: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--nic", dest="nic", required=1) > >13:14:11,801 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/selinux.py:54: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > const=SELINUX_DISABLED) > >13:14:11,802 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/logvol.py:373: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--fstype", dest="fstype") > >13:14:11,803 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/logvol.py:380: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="format", default=True, nargs=0) > >13:14:11,805 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/xconfig.py:79: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--card") > >13:14:11,807 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/dmraid.py:76: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > required=1) > >13:14:11,808 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/user.py:151: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > callback=groups_cb, nargs=1, type="string") > >13:14:11,809 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/user.py:151: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=groups_cb, nargs=1, type="string") > >13:14:11,810 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/url.py:55: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--url", dest="url", required=1) > >13:14:11,811 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/group.py:74: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--name", required=1) > >13:14:11,812 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/iscsi.py:130: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--target", dest="target", action="store", type="string") > >13:14:11,813 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/ignoredisk.py:51: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > callback=drive_cb, nargs=1, type="string", required=1) > >13:14:11,813 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/ignoredisk.py:51: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=drive_cb, nargs=1, type="string", required=1) > >13:14:11,814 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/lang.py:80: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > callback=list_cb, nargs=1, type="string") > >13:14:11,814 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/lang.py:80: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=list_cb, nargs=1, type="string") > >13:14:11,815 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/upgrade.py:86: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--root-device", dest="root_device") > >13:14:11,816 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/btrfs.py:133: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > dest="format", default=True, nargs=0) > >13:14:11,816 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/btrfs.py:133: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="format", default=True, nargs=0) > >13:14:11,818 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/nfs.py:53: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--server", dest="server", required=1) > >13:14:11,818 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/logging.py:58: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--host") > >13:14:11,819 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/sshpw.py:113: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--username", dest="username", required=True) > >13:14:11,820 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/pwpolicy.py:101: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--minlen", type="int") > >13:14:11,821 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >13:14:12,021 INFO anaconda: 4123868 kB (4027 MB) are available >13:14:15,240 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/pwpolicy.py:117: PendingDeprecationWarning: _setToObj has been renamed to set_to_obj. The old name will be removed in a future release. > self._setToObj(self.op, opts, pd) > >13:14:15,246 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/sections.py:148: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > default=False) > >13:14:15,246 WARN anaconda: /usr/lib64/python3.5/optparse.py:999: PendingDeprecationWarning: The KSOption class is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > option = self.option_class(*args, **kwargs) > >13:14:15,250 DEBUG anaconda: setting locale to: en_US.UTF-8 >13:14:15,289 DEBUG anaconda: network: devices found ['wlp2s0', 'enp1s0'] >13:14:15,486 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on enp1s0 >13:14:15,487 DEBUG anaconda: network: missing ifcfgs created for devices ['enp1s0'] >13:14:15,569 DEBUG anaconda: Exception caught trying to get host name of 10.0.0.12: [Errno 1] Unknown host >13:14:15,619 DEBUG anaconda: Exception caught trying to get host name of 2601:602:201:9ae0:7df0:e499:d8c6:6841: [Errno 1] Unknown host >13:14:15,669 DEBUG anaconda: Exception caught trying to get host name of fe80::bb06:b304:c975:11f8: [Errno 1] Unknown host >13:14:15,670 DEBUG anaconda: updating host name localhost.localdomain >13:14:15,672 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/reboot.py:76: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > default=False) > >13:14:15,674 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/clearpart.py:71: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > const=CLEARPART_TYPE_ALL) > >13:14:15,675 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/clearpart.py:73: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=drive_cb, nargs=1, type="string") > >13:14:15,677 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/network.py:347: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > choices=self.bootprotoList) > >13:14:15,680 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/network.py:509: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=teamslaves_cb, nargs=1, type="string") > >13:14:15,682 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/vnc.py:52: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--connect") > >13:14:15,683 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/vnc.py:101: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > nargs=1, type="string") > >13:14:15,684 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/ostreesetup.py:61: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--osname", dest="osname", required=1) > >13:14:15,685 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/bootloader.py:85: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--append", dest="appendLine") > >13:14:15,687 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/bootloader.py:101: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=driveorder_cb, nargs=1, type="string") > >13:14:15,689 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/autostep.py:48: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > action="store_true", default=False) > >13:14:15,690 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/multipath.py:77: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > required=1) > >13:14:15,692 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/liveimg.py:66: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--url", required=1) > >13:14:15,693 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/repo.py:173: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--name", dest="name", required=1) > >13:14:15,694 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/repo.py:225: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > nargs=1, type="string") > >13:14:15,695 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/rescue.py:55: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--nomount", dest="nomount", action="store_true", default=False) > >13:14:15,696 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/harddrive.py:63: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--biospart", dest="biospart") > >13:14:15,698 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/firstboot.py:52: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > action="store_const", const=FIRSTBOOT_SKIP) > >13:14:15,699 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/reqpart.py:55: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--add-boot", action="store_true", dest="addBoot", default=False) > >13:14:15,700 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/partition.py:294: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > default=False) > >13:14:15,701 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/partition.py:308: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=part_cb, nargs=1, type="string") > >13:14:15,703 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/sshkey.py:79: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--username", dest="username", required=True) > >13:14:15,705 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/raid.py:297: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > dest="device", type="string", nargs=1, required=1) > >13:14:15,705 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/raid.py:297: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="device", type="string", nargs=1, required=1) > >13:14:15,707 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/autopart.py:80: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--encrypted", action="store_true", default=False) > >13:14:15,708 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/autopart.py:260: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="type", nargs=0) > >13:14:15,709 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/rootpw.py:56: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > default=False) > >13:14:15,710 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/services.py:58: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > callback=services_cb, nargs=1, type="string") > >13:14:15,711 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/services.py:58: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=services_cb, nargs=1, type="string") > >13:14:15,712 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/zfcp.py:95: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--devnum", dest="devnum", required=1) > >13:14:15,713 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/device.py:90: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--opts", dest="moduleOpts", default="") > >13:14:15,714 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/eula.py:54: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > dest="agreed", action="store_true", default=False) > >13:14:15,715 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/driverdisk.py:108: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--source") > >13:14:15,716 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/volgroup.py:118: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > dest="format", default=True, nargs=0) > >13:14:15,716 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/volgroup.py:118: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="format", default=True, nargs=0) > >13:14:15,717 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/timezone.py:52: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--utc", dest="isUtc", action="store_true", default=False) > >13:14:15,718 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/timezone.py:156: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=servers_cb, nargs=1, type="string") > >13:14:15,723 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/firewall.py:100: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > action="store_false") > >13:14:15,724 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/firewall.py:108: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=firewall_port_cb, nargs=1, type="string") > >13:14:15,725 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/keyboard.py:114: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--vckeymap", dest="vc_keymap", action="store", default="") > >13:14:15,726 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/keyboard.py:116: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=csv_parse_callback, nargs=1, type="string") > >13:14:15,727 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/fcoe.py:107: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--nic", dest="nic", required=1) > >13:14:15,727 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/selinux.py:54: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > const=SELINUX_DISABLED) > >13:14:15,728 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/logvol.py:373: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--fstype", dest="fstype") > >13:14:15,729 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/logvol.py:380: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="format", default=True, nargs=0) > >13:14:15,732 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/xconfig.py:79: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--card") > >13:14:15,735 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/dmraid.py:76: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > required=1) > >13:14:15,736 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/user.py:151: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > callback=groups_cb, nargs=1, type="string") > >13:14:15,736 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/user.py:151: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=groups_cb, nargs=1, type="string") > >13:14:15,737 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/url.py:55: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--url", dest="url", required=1) > >13:14:15,738 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/group.py:74: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--name", required=1) > >13:14:15,740 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/iscsi.py:130: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--target", dest="target", action="store", type="string") > >13:14:15,741 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/ignoredisk.py:51: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > callback=drive_cb, nargs=1, type="string", required=1) > >13:14:15,741 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/ignoredisk.py:51: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=drive_cb, nargs=1, type="string", required=1) > >13:14:15,742 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/lang.py:80: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > callback=list_cb, nargs=1, type="string") > >13:14:15,742 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/lang.py:80: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=list_cb, nargs=1, type="string") > >13:14:15,743 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/upgrade.py:86: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--root-device", dest="root_device") > >13:14:15,744 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/btrfs.py:133: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > dest="format", default=True, nargs=0) > >13:14:15,744 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/btrfs.py:133: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="format", default=True, nargs=0) > >13:14:15,745 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/nfs.py:53: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--server", dest="server", required=1) > >13:14:15,746 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/logging.py:58: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--host") > >13:14:15,747 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/sshpw.py:113: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--username", dest="username", required=True) > >13:14:15,748 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/pwpolicy.py:101: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--minlen", type="int") > >13:14:15,749 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140323959371520) >13:14:15,759 INFO anaconda: Display mode = g >13:14:15,761 INFO anaconda: 4123868 kB (4027 MB) are available >13:14:15,769 INFO anaconda: check_memory(): total:4027, needed:320, graphical:410 >13:14:15,829 DEBUG anaconda: Exception caught trying to get host name of 10.0.0.12: [Errno 1] Unknown host >13:14:15,872 DEBUG anaconda: Exception caught trying to get host name of 2601:602:201:9ae0:7df0:e499:d8c6:6841: [Errno 1] Unknown host >13:14:15,889 DEBUG anaconda: Exception caught trying to get host name of fe80::bb06:b304:c975:11f8: [Errno 1] Unknown host >13:14:15,890 DEBUG anaconda: updating host name localhost.localdomain >13:14:15,932 INFO anaconda: got 0 NTP servers from DHCP >13:14:15,933 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140323959371520) >13:14:25,990 DEBUG anaconda: X server has signalled a successful start. >13:14:28,745 INFO anaconda: spice-vdagent exited with status 1 >13:14:36,680 INFO anaconda: Fedora is the highest priority installclass, using it >13:14:40,745 INFO anaconda: bootloader GRUB2 on X86 platform >13:14:40,746 INFO anaconda: Detected 3.88 GiB of memory >13:14:40,747 INFO anaconda: Suggested swap size (3.88 GiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >13:14:40,748 INFO anaconda: Swap attempt of 0.0 >13:14:40,748 INFO anaconda: bootloader GRUB2 on X86 platform >13:14:40,749 INFO anaconda: Running Thread: AnaStorageThread (140323959371520) >13:14:40,750 INFO anaconda: Running Thread: AnaTimeInitThread (140323704657664) >13:14:40,784 INFO anaconda: Running Thread: AnaPayloadRestartThread (140323696264960) >13:14:40,786 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140323687872256) >13:14:40,787 INFO anaconda: Starting geolocation lookup >13:14:40,787 INFO anaconda: Running Thread: AnaPayloadThread (140323679479552) >13:14:40,787 INFO anaconda: Thread Done: AnaPayloadRestartThread (140323696264960) >13:14:40,790 INFO anaconda: Geolocation provider: Fedora GeoIP >13:14:41,345 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >13:14:41,696 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:119: PyGIDeprecationWarning: GObject.G_MAXUINT is deprecated; use GLib.MAXUINT instead > 0, GObject.G_MAXUINT, 0, > >13:14:41,696 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:120: PyGIDeprecationWarning: GObject.PARAM_READWRITE is deprecated; use GObject.ParamFlags.READWRITE (glib 2.42+) instead > GObject.PARAM_READWRITE), > >13:14:41,697 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:173: PyGIDeprecationWarning: GObject.G_MAXUINT is deprecated; use GLib.MAXUINT instead > 0, GObject.G_MAXUINT, 0, > >13:14:41,697 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:174: PyGIDeprecationWarning: GObject.PARAM_READWRITE is deprecated; use GObject.ParamFlags.READWRITE (glib 2.42+) instead > GObject.PARAM_READWRITE), > >13:14:41,698 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:243: PyGIDeprecationWarning: GObject.SIGNAL_RUN_LAST is deprecated; use GObject.SignalFlags.RUN_LAST instead > "nm-state-changed": (GObject.SIGNAL_RUN_LAST, GObject.TYPE_NONE, []), > >13:14:41,698 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:244: PyGIDeprecationWarning: GObject.SIGNAL_RUN_LAST is deprecated; use GObject.SignalFlags.RUN_LAST instead > "device-state-changed": (GObject.SIGNAL_RUN_LAST, GObject.TYPE_NONE, [str, int, int, int]), > >13:14:43,644 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >13:14:43,699 INFO anaconda: Geolocation lookup finished in 2.9 seconds >13:14:43,700 INFO anaconda: got results from geolocation >13:14:43,700 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140323687872256) >13:14:43,778 DEBUG anaconda: Detected primary monitor: 1366x768 112dpix 112dpiy >13:14:46,439 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/devices/storage.py:280: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > self.path) > >13:14:46,443 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >13:14:47,568 DEBUG anaconda: setting locale to: en_US.UTF-8 >13:14:47,573 DEBUG anaconda: setting locale to: en_US.UTF-8 >13:14:47,578 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >13:14:48,078 WARN anaconda: /usr/lib64/python3.5/site-packages/gi/overrides/Gdk.py:329: DeprecationWarning: Gdk.Cursor.new is deprecated > return cls.new(*args, **kwds) > >13:14:56,013 DEBUG anaconda: setting locale to: en_US.UTF-8 >13:14:56,190 DEBUG anaconda: network standalone spoke (init): completed: ['enp1s0'] >13:14:56,248 DEBUG anaconda: Left spoke: WelcomeLanguageSpoke >13:14:56,248 DEBUG anaconda: Entered hub: SummaryHub >13:14:56,695 INFO anaconda: Running Thread: AnaAddLayoutsInitThread (140323696264960) >13:14:56,697 DEBUG anaconda: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f9fa68790b8>> on <list object at 0x7f9fa6886988> >13:14:56,698 INFO anaconda: Running Thread: AnaGtkBatchPre1 (140323624830720) >13:14:56,706 INFO anaconda: Thread Done: AnaGtkBatchPre1 (140323624830720) >13:14:56,794 INFO anaconda: Running Thread: AnaKeyboardThread (140323624830720) >13:14:57,358 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/devices/storage.py:280: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > self.path) > >13:14:57,364 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >13:14:57,438 INFO anaconda: Running Thread: AnaNTPserver1 (140323571410688) >13:14:57,438 INFO anaconda: Running Thread: AnaDateTimeThread (140323563017984) >13:14:57,442 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/hubs/__init__.py:195: DeprecationWarning: Gtk.Widget.set_margin_left is deprecated > selector.set_margin_left(12) > >13:14:57,728 INFO anaconda: Thread Done: AnaNTPserver1 (140323571410688) >13:14:57,986 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/source.py:659: DeprecationWarning: Gtk.Viewport.get_vadjustment is deprecated > mainBox.set_focus_vadjustment(mainViewport.get_vadjustment()) > >13:14:57,987 INFO anaconda: Running Thread: AnaSourceWatcher (140323571410688) >13:14:59,435 INFO anaconda: Running Thread: AnaSoftwareWatcher (140323549968128) >13:14:59,489 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/storage.py:570: DeprecationWarning: Gtk.Viewport.get_hadjustment is deprecated > self.local_disks_box.set_focus_hadjustment(localViewport.get_hadjustment()) > >13:14:59,490 INFO anaconda: Running Thread: AnaStorageWatcher (140323541575424) >13:14:59,535 INFO anaconda: Running Thread: AnaCustomStorageInit (140323533182720) >13:14:59,619 DEBUG anaconda: network: can't get remote connection of active connection of device enp1s0 >13:14:59,619 DEBUG anaconda: network: GUI, device configuration added: connection 341d6492-62d6-43eb-8a5d-4358442aeb52 device enp1s0 >13:14:59,621 DEBUG anaconda: network: GUI, device configuration added: connection None device wlp2s0 >13:14:59,623 DEBUG anaconda: network: GUI, not adding connection 341d6492-62d6-43eb-8a5d-4358442aeb52, already in list >13:14:59,652 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/reboot.py:76: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > default=False) > >13:14:59,652 WARN anaconda: /usr/lib64/python3.5/optparse.py:999: PendingDeprecationWarning: The KSOption class is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > option = self.option_class(*args, **kwargs) > >13:14:59,653 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/clearpart.py:71: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > const=CLEARPART_TYPE_ALL) > >13:14:59,654 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/clearpart.py:73: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=drive_cb, nargs=1, type="string") > >13:14:59,655 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/network.py:347: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > choices=self.bootprotoList) > >13:14:59,656 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/network.py:509: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=teamslaves_cb, nargs=1, type="string") > >13:14:59,656 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/vnc.py:52: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--connect") > >13:14:59,657 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/vnc.py:101: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > nargs=1, type="string") > >13:14:59,657 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/ostreesetup.py:61: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--osname", dest="osname", required=1) > >13:14:59,658 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/bootloader.py:85: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--append", dest="appendLine") > >13:14:59,659 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/bootloader.py:101: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=driveorder_cb, nargs=1, type="string") > >13:14:59,659 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/autostep.py:48: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > action="store_true", default=False) > >13:14:59,660 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/multipath.py:77: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > required=1) > >13:14:59,660 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/liveimg.py:66: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--url", required=1) > >13:14:59,661 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/repo.py:173: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--name", dest="name", required=1) > >13:14:59,661 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/repo.py:225: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > nargs=1, type="string") > >13:14:59,662 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/rescue.py:55: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--nomount", dest="nomount", action="store_true", default=False) > >13:14:59,663 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/harddrive.py:63: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--biospart", dest="biospart") > >13:14:59,663 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/firstboot.py:52: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > action="store_const", const=FIRSTBOOT_SKIP) > >13:14:59,664 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/reqpart.py:55: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--add-boot", action="store_true", dest="addBoot", default=False) > >13:14:59,664 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/partition.py:294: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > default=False) > >13:14:59,665 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/partition.py:308: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=part_cb, nargs=1, type="string") > >13:14:59,666 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/sshkey.py:79: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--username", dest="username", required=True) > >13:14:59,667 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/raid.py:297: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > dest="device", type="string", nargs=1, required=1) > >13:14:59,667 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/raid.py:297: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="device", type="string", nargs=1, required=1) > >13:14:59,669 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/autopart.py:80: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--encrypted", action="store_true", default=False) > >13:14:59,669 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/autopart.py:260: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="type", nargs=0) > >13:14:59,670 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/rootpw.py:56: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > default=False) > >13:14:59,670 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/services.py:58: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > callback=services_cb, nargs=1, type="string") > >13:14:59,671 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/services.py:58: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=services_cb, nargs=1, type="string") > >13:14:59,671 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/zfcp.py:95: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--devnum", dest="devnum", required=1) > >13:14:59,672 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/device.py:90: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--opts", dest="moduleOpts", default="") > >13:14:59,672 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/eula.py:54: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > dest="agreed", action="store_true", default=False) > >13:14:59,673 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/driverdisk.py:108: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--source") > >13:14:59,673 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/volgroup.py:118: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > dest="format", default=True, nargs=0) > >13:14:59,674 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/volgroup.py:118: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="format", default=True, nargs=0) > >13:14:59,674 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/timezone.py:52: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--utc", dest="isUtc", action="store_true", default=False) > >13:14:59,675 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/timezone.py:156: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=servers_cb, nargs=1, type="string") > >13:14:59,675 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/firewall.py:100: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > action="store_false") > >13:14:59,676 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/firewall.py:108: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=firewall_port_cb, nargs=1, type="string") > >13:14:59,677 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/keyboard.py:114: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--vckeymap", dest="vc_keymap", action="store", default="") > >13:14:59,677 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/keyboard.py:116: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=csv_parse_callback, nargs=1, type="string") > >13:14:59,678 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/fcoe.py:107: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--nic", dest="nic", required=1) > >13:14:59,678 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/selinux.py:54: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > const=SELINUX_DISABLED) > >13:14:59,679 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/logvol.py:373: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--fstype", dest="fstype") > >13:14:59,679 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/logvol.py:380: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="format", default=True, nargs=0) > >13:14:59,681 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/xconfig.py:79: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--card") > >13:14:59,683 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/dmraid.py:76: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > required=1) > >13:14:59,683 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/user.py:151: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > callback=groups_cb, nargs=1, type="string") > >13:14:59,684 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/user.py:151: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=groups_cb, nargs=1, type="string") > >13:14:59,685 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/url.py:55: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--url", dest="url", required=1) > >13:14:59,685 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/group.py:74: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--name", required=1) > >13:14:59,686 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/iscsi.py:130: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--target", dest="target", action="store", type="string") > >13:14:59,687 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/ignoredisk.py:51: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > callback=drive_cb, nargs=1, type="string", required=1) > >13:14:59,687 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/ignoredisk.py:51: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=drive_cb, nargs=1, type="string", required=1) > >13:14:59,688 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/lang.py:80: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > callback=list_cb, nargs=1, type="string") > >13:14:59,688 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/lang.py:80: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > callback=list_cb, nargs=1, type="string") > >13:14:59,689 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/upgrade.py:86: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--root-device", dest="root_device") > >13:14:59,689 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/btrfs.py:133: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > dest="format", default=True, nargs=0) > >13:14:59,690 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/btrfs.py:133: PendingDeprecationWarning: action="callback" is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > dest="format", default=True, nargs=0) > >13:14:59,690 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/nfs.py:53: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--server", dest="server", required=1) > >13:14:59,691 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/logging.py:58: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--host") > >13:14:59,692 WARN anaconda: /usr/lib/python3.5/site-packages/pykickstart/commands/sshpw.py:113: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--username", dest="username", required=True) > >13:14:59,692 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/pwpolicy.py:101: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--minlen", type="int") > >13:14:59,728 DEBUG anaconda: updating host name localhost.localdomain >13:14:59,998 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f9fa6879400> >13:14:59,999 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f9fa6879400> status to: Getting list of layouts... >13:15:00,003 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9fa54eb630> >13:15:00,007 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9fa54d7c50> >13:15:00,008 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9fa54d7c50> status to: Setting up installation source... >13:15:00,009 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9fa54d7c50> status to: Probing storage... >13:15:00,009 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9fa4ee1160> status to: Probing storage... >07:08:01,000 INFO anaconda: System time set to Thu Mar 24 14:08:01 2016 UTC >07:08:01,000 INFO anaconda: System time set to Thu Mar 24 14:08:01 2016 UTC >07:08:01,000 INFO anaconda: System time set to Thu Mar 24 14:08:01 2016 UTC >07:08:01,004 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f9fa6878400> status to: Restoring hardware time... >07:08:03,590 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/devices/storage.py:280: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > self.path) > >07:08:03,596 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >07:08:04,116 INFO anaconda: Thread Done: AnaCustomStorageInit (140323533182720) >07:08:04,304 DEBUG anaconda: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f9fa68790b8>> on <list object at 0x7f9fa6886988> >07:08:04,305 INFO anaconda: Thread Done: AnaAddLayoutsInitThread (140323696264960) >07:08:04,306 INFO anaconda: Thread Done: AnaKeyboardThread (140323624830720) >07:08:04,411 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f9fa6879400> >07:08:04,443 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/devices/storage.py:280: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > self.path) > >07:08:04,446 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >07:08:06,140 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/devices/storage.py:280: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > self.path) > >07:08:06,143 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >07:08:07,927 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >07:08:07,987 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >07:08:08,225 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,315 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,336 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,367 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,394 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,419 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,442 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,466 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,488 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,510 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,540 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,566 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,587 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,608 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,630 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,651 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,672 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,695 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,719 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,741 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,763 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,784 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,805 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,826 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,846 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,867 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,888 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,909 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,930 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,954 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:08,978 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:09,001 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:09,022 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:09,041 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:09,062 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:09,114 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:09,137 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:09,159 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:09,182 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:09,584 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:09,605 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:09,624 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:09,644 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:10,244 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:10,271 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:10,385 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:10,416 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:10,436 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:10,456 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:10,800 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/devices/storage.py:280: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > self.path) > >07:08:10,827 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:10,859 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:11,934 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/devices/storage.py:280: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > self.path) > >07:08:11,961 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:12,002 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:12,220 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:12,263 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:12,297 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:12,331 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:12,584 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:12,607 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:12,658 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:12,678 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:12,697 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:12,717 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:12,823 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/devices/storage.py:280: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > self.path) > >07:08:12,838 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:12,859 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,045 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/devices/storage.py:280: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > self.path) > >07:08:13,062 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,085 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,146 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,168 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,188 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,209 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,465 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,490 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,512 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,534 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,843 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,864 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,883 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:13,903 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:14,564 INFO anaconda: Thread Done: AnaStorageThread (140323959371520) >07:08:14,566 INFO anaconda: Thread Done: AnaStorageWatcher (140323541575424) >07:08:14,578 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9fa4ee1160> >07:08:14,579 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9fa54d7c50> status to: Downloading package metadata... >07:08:14,579 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9fa54eb630> status to: Downloading package metadata... >07:08:14,585 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/image.py:138: DeprecationWarning: getDevicesByType will be removed in a future version. > for dev in set(devicetree.getDevicesByType("cdrom") + \ > >07:08:14,898 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >07:08:14,938 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:14,967 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:15,011 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:15,032 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >07:08:15,051 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,018 INFO anaconda: Thread Done: AnaTimeInitThread (140323704657664) >06:15:16,019 INFO anaconda: Thread Done: AnaDateTimeThread (140323563017984) >06:15:16,021 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,045 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,064 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,085 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,103 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,115 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f9fa6878400> >06:15:16,126 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,145 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,164 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,183 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,202 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,221 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,240 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,260 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,279 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,297 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,316 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,335 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,362 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,387 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,411 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,432 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,453 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,476 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,514 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,542 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,568 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,592 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,614 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,634 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:16,656 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:15:17,017 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9fa54d7c50> status to: Downloading group metadata... >06:15:17,018 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9fa54eb630> status to: Downloading group metadata... >06:16:10,191 INFO anaconda: using environment from kickstart: None >06:16:10,192 INFO anaconda: Thread Done: AnaPayloadThread (140323679479552) >06:16:10,192 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/image.py:138: DeprecationWarning: getDevicesByType will be removed in a future version. > for dev in set(devicetree.getDevicesByType("cdrom") + \ > >06:16:10,329 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9fa54eb630> >06:16:10,330 INFO anaconda: Running Thread: AnaCheckSoftwareThread (140323679479552) >06:16:10,331 INFO anaconda: Thread Done: AnaSoftwareWatcher (140323549968128) >06:16:10,335 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9fa54d7c50> >06:16:10,338 WARN anaconda: /usr/lib/python3.5/site-packages/dnf/base.py:1277: DeprecationWarning: group_install() expects group id instead of Comps object. > dnf.logging.depr(msg) > >06:16:12,652 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9fa54eb630> >06:16:12,697 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >06:16:12,764 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9fa54eb630> >06:16:12,847 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9fa54d7c50> >06:16:12,861 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9fa54eb630> status to: Checking software dependencies... >06:16:13,190 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,191 INFO anaconda: Thread Done: AnaCheckSoftwareThread (140323679479552) >06:16:13,213 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,235 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,256 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,278 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,293 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9fa54eb630> >06:16:13,296 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9fa54d7c50> >06:16:13,303 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,328 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,350 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,372 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,394 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,416 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,438 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,460 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,482 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,517 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,540 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,564 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,586 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,609 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,631 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,655 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,678 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,701 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,724 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,746 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,769 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,791 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,812 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,834 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,856 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,879 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,903 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,945 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,967 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:13,989 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,021 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,048 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,074 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,097 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,120 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,144 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,166 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,188 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,212 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,234 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,257 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,279 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,301 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,323 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,345 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,368 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,390 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,413 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,436 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,457 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,489 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,518 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,560 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,594 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,623 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,654 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,697 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,744 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,784 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,814 WARN anaconda: /usr/lib/python3.5/site-packages/pyudev/core.py:394: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > yield Device.from_sys_path(self.context, name) > >06:16:14,857 DEBUG anaconda: Clearing checks in source spoke >06:16:14,857 DEBUG anaconda: Setting up repos: [] >06:16:14,860 INFO anaconda: Thread Done: AnaSourceWatcher (140323571410688) >06:16:14,901 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9fa54d7c50> >06:16:17,124 DEBUG anaconda: Entered spoke: NetworkSpoke >06:16:20,020 DEBUG anaconda: Entered spoke: NetworkSpoke >06:16:22,268 DEBUG anaconda: running handleException >06:16:22,269 CRIT anaconda: Traceback (most recent call last): > > File "/usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py", line 448, in on_device_selection_changed > self.refresh_ui() > > File "/usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py", line 829, in refresh_ui > self._refresh_ap(dev_cfg, state) > > File "/usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py", line 904, in _refresh_ap > aps = self._get_strongest_unique_aps(dev_cfg.device.get_access_points()) > > File "/usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py", line 1082, in _get_strongest_unique_aps > ssid = ap.get_ssid().get_data() > >AttributeError: 'NoneType' object has no attribute 'get_data' > >06:16:22,270 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >06:17:16,661 INFO anaconda: Running kickstart %%traceback script(s) >06:17:16,661 INFO anaconda: All kickstart %%traceback script(s) have been run
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 1321011
:
1139958
| 1139959 |
1139960
|
1139961
|
1139962
|
1139963
|
1139964
|
1139965
|
1139966
|
1139967
|
1139968
|
1139969
|
1139970