Bug 1169001
Summary: | AttributeError: 'NoneType' object has no attribute 'path' | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | r0bs0n <robson.lombardi> | ||||||||||||||||||||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||
Version: | 21 | CC: | anaconda-maint-list, awilliam, cp361, dshea, g.kaviyarasu, jcallaha, jonathan, mail, mirekspanko, robson.lombardi, vanmeeuwen+fedora | ||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||
Whiteboard: | |||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||
Last Closed: | 2014-12-16 16:55:09 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
r0bs0n
2014-11-28 18:57:25 UTC
Created attachment 962554 [details]
File: anaconda-tb
Created attachment 962555 [details]
File: anaconda.log
Created attachment 962556 [details]
File: environ
Created attachment 962557 [details]
File: journalctl
Created attachment 962558 [details]
File: lsblk_output
Created attachment 962559 [details]
File: nmcli_dev_list
Created attachment 962560 [details]
File: os_info
Created attachment 962561 [details]
File: program.log
Created attachment 962562 [details]
File: storage.log
Created attachment 962563 [details]
File: ifcfg.log
Another user experienced a similar problem: Booted up Fedora Installer, then selected "Install to Hard Drive." cmdline: /usr/bin/python /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base cmdline_file: BOOT_IMAGE=vmlinuz0 initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Workstation-x86_64-2 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 hashmarkername: anaconda kernel: 3.17.1-302.fc21.x86_64 other involved packages: python-libs-2.7.8-4.1.fc21.x86_64 package: anaconda-core-21.48.13-1.fc21.x86_64 packaging.log: product: Fedora" reason: AttributeError: 'NoneType' object has no attribute 'path' release: Fedora release 21 (Twenty One) version: Fedora Another user experienced a similar problem: Running installer in Virtualbox 4.3.18. cmdline: /usr/bin/python /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base cmdline_file: BOOT_IMAGE=vmlinuz0 initrd=initrd0.img root=live:CDLABEL=Fedora-Live-WS-i686-21-5 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 hashmarkername: anaconda kernel: 3.17.4-301.fc21.i686 other involved packages: python-libs-2.7.8-7.fc21.i686 package: anaconda-core-21.48.21-1.fc21.i686 packaging.log: product: Fedora" reason: AttributeError: 'NoneType' object has no attribute 'path' release: Fedora release 21 (Twenty One) version: Fedora Another user experienced a similar problem: Description: When trying to run the installation tool, and loading the language page, I am presented with the reported error. Product: Fedora 21 LXDE i686 How reproducable: 3/3 attempts produce error Steps: 1. Load the live USB into the desktop environment. 2. Run the installation tool 3. View any errors Actual results: Recieve fatal error message Expected results: Installation progresses as usual Additional info: I was able to successfully install on another laptop just 30 minutes prior to this error. I believe the problem lies in the specific hardware of this laptop. cmdline: /usr/bin/python /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base cmdline_file: BOOT_IMAGE=vmlinuz0 initrd=initrd0.img root=live:CDLABEL=Fedora-Live-LXDE-i686-21-5 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 hashmarkername: anaconda kernel: 3.17.4-301.fc21.i686 other involved packages: python-libs-2.7.8-7.fc21.i686 package: anaconda-core-21.48.21-1.fc21.i686 packaging.log: product: Fedora" reason: AttributeError: 'NoneType' object has no attribute 'path' release: Fedora release 21 (Twenty One) version: Fedora This appears to be part of the unicode encode/decode issues had during the RC phase and should be fixed in the final release. *** This bug has been marked as a duplicate of bug 1169019 *** David: at least the last reporter was using the final images - you can tell because the live images do actually have the RC number in the filename / volume label: CDLABEL=Fedora-Live-LXDE-i686-21-5 the first reporter clearly had an earlier build - RC1, it looks like - but at least Mirek and jcallaha had Final (RC5). jcallaha, can you attach the full logs for your case? At least journal output, /tmp/anaconda.log , /tmp/program.log and /tmp/storage.log after reproducing the error. Thanks! Clearing abrt_hash to try and get fresh reports, we don't think these bugs are actually all dupes of the unicode encoding issue, but we're also not sure the recent results are the same as the original report of this bug. *** Bug 1177273 has been marked as a duplicate of this bug. *** |