Bug 1533301

Summary: AttributeError: 'NoneType' object has no attribute 'name'
Product: [Fedora] Fedora Reporter: Lex <portretypavlov>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 28CC: anaconda-maint-list, awilliam, bugzilla, jonathan, kellin, rdieter, vanmeeuwen+fedora, v.podzimek+fedora, vponcova, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:3d9ef2908c666ec9132fee9d7a8454ae95e1ad729dc8bb3c25d8e5a7737bf5e0;VARIANT_ID=workstation;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-12 15:11:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: journalctl
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log none

Description Lex 2018-01-11 00:30:45 UTC
Description of problem:
Install Fedora 28

Version-Release number of selected component:
anaconda-core-28.17-1.fc28.x86_64

The following was filed automatically by anaconda:
anaconda 28.17 exception report
Traceback (most recent call first):
  File "/usr/lib64/python3.6/site-packages/pyanaconda/storage/osinstall.py", line 1700, in _mark_protected_device
    if device.name in self.protected_dev_names:
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/storage/osinstall.py", line 1662, in reset
    self._mark_protected_device(dev)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/storage/osinstall.py", line 2158, in storage_initialize
    storage.reset()
  File "/usr/lib64/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/threading.py", line 288, in run
    threading.Thread.run(self)
AttributeError: 'NoneType' object has no attribute 'name'

Additional info:
addons:         com_redhat_kdump
blivet-gui-utils.log: 
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base
cmdline_file:   BOOT_IMAGE=vmlinuz initrd=initrd.img root=live:CDLABEL=Fedora-WS-Live-Rawhide-20180107- rd.live.image rd.live.check quiet
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.15.0-0.rc6.git2.1.fc28.x86_64
other involved packages: python3-libs-3.6.3-4.fc28.x86_64, python3-blivet-3.0.0-0.1.b1.fc28.noarch
product:        Fedora
release:        Fedora release 28 (Rawhide)
type:           anaconda
version:        rawhide

This is a private, duplicate bug report of bug 1524700. The report has been created because Bugzilla cannot grant access to a comment for a specific group.

Comment 1 Lex 2018-01-11 00:30:55 UTC
Created attachment 1379779 [details]
File: anaconda-tb

Comment 2 Lex 2018-01-11 00:30:57 UTC
Created attachment 1379780 [details]
File: anaconda.log

Comment 3 Lex 2018-01-11 00:30:59 UTC
Created attachment 1379781 [details]
File: environ

Comment 4 Lex 2018-01-11 00:31:08 UTC
Created attachment 1379783 [details]
File: journalctl

Comment 5 Lex 2018-01-11 00:31:10 UTC
Created attachment 1379784 [details]
File: lsblk_output

Comment 6 Lex 2018-01-11 00:31:12 UTC
Created attachment 1379785 [details]
File: nmcli_dev_list

Comment 7 Lex 2018-01-11 00:31:14 UTC
Created attachment 1379786 [details]
File: os_info

Comment 8 Lex 2018-01-11 00:31:17 UTC
Created attachment 1379787 [details]
File: program.log

Comment 9 Jan Kurik 2018-02-20 15:43:06 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 28 development cycle.
Changing version to '28'.

Comment 10 Chris Murphy 2018-03-05 05:01:28 UTC
Similar problem has been detected:

Crash after language selection, just as the hub draws.

addons:         com_redhat_kdump
blivet-gui-utils.log: 
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-28-20180302-n-0 rd.live.image systemd.mask=alsa-state elevator=deadline
hashmarkername: anaconda
kernel:         4.16.0-0.rc3.git0.1.fc28.x86_64
other involved packages: python3-libs-3.6.4-16.fc28.x86_64, python3-blivet-3.0.0-0.2.b1.fc28.noarch
package:        anaconda-core-28.22-1.fc28.x86_64
packaging.log:  
product:        Fedora
reason:         AttributeError: 'NoneType' object has no attribute 'name'
release:        Fedora release 28 (Twenty Eight)
version:        28

Comment 11 Chris Murphy 2018-03-05 05:04:51 UTC
anaconda-28.22-1.fc28.x86_64.rpm
blivet-gui-runtime-2.1.8-4.fc28.noarch
blivet-data-3.0.0-0.2.b1.fc28.noarch
python3-blivet-3.0.0-0.2.b1.fc28.noarch

Comment 12 Rex Dieter 2018-03-05 20:51:18 UTC
Similar problem has been detected:

started liveinst, select language, continue, blam

addons:         com_redhat_kdump
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-KDE-Live-28-20180302-n-0 rd.live.image quiet
hashmarkername: anaconda
kernel:         4.16.0-0.rc3.git0.1.fc28.x86_64
other involved packages: python3-blivet-3.0.0-0.2.b1.fc28.noarch, python3-libs-3.6.4-16.fc28.x86_64
package:        anaconda-core-28.22.2-1.fc28.x86_64
packaging.log:  
product:        Fedora
reason:         AttributeError: 'NoneType' object has no attribute 'name'
release:        Fedora release 28 (Twenty Eight)
version:        28

Comment 13 Adam Williamson 2018-03-12 15:11:15 UTC
Isn't this a dupe of 1524700?

*** This bug has been marked as a duplicate of bug 1524700 ***