Bug 1027295

Summary: UnknownDeviceError: UnknownDeviceError('ttyUSB0', GError('GDBus.Error:org.freedesktop.NetworkManager.UnknownDevice: No device found for the requested iface.',))
Product: [Fedora] Fedora Reporter: hari.ch13
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: anaconda-maint-list, g.kaviyarasu, jhutar, jonathan, rvykydal, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:09ff2c7f03f0c72a504f0cc98c58eb55804af37c6dac94e4c6bc8586b56f162d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-06 14:53:40 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: lsblk_output
none
File: messages
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: ifcfg.log none

Description hari.ch13 2013-11-06 13:49:40 UTC
Description of problem:
i tried to install fedora 19 using usb.
a message unknown error occured comes and installation stops

Version-Release number of selected component:
anaconda-19.30.13-1.fc19.x86_64

The following was filed automatically by anaconda:
anaconda 19.30.13-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/nm.py", line 159, in nm_device_property
    raise UnknownDeviceError(name, e)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/nm.py", line 212, in nm_device_type
    return nm_device_property(name, "DeviceType")
  File "/usr/lib64/python2.7/site-packages/pyanaconda/nm.py", line 194, in nm_device_type_is_ethernet
    return nm_device_type(name) == NetworkManager.DeviceType.ETHERNET
  File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 309, in dumpMissingDefaultIfcfgs
    if not nm.nm_device_type_is_ethernet(devname):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 893, in networkInitialize
    if dumpMissingDefaultIfcfgs():
  File "/sbin/anaconda", line 1038, in <module>
    networkInitialize(ksdata)
UnknownDeviceError: UnknownDeviceError('ttyUSB0', GError('GDBus.Error:org.freedesktop.NetworkManager.UnknownDevice: No device found for the requested iface.',))

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-osimg-min --lang en_US.UTF-8
cmdline_file:   BOOT_IMAGE=/syslinux/vmlinuz0 root=live:LABEL=LIVE ro rd.live.image quiet rhgb
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.9.5-301.fc19.x86_64
product:        Fedora
release:        Fedora release 19 (Schrödinger’s Cat)
type:           anaconda
version:        19

Comment 1 hari.ch13 2013-11-06 13:49:57 UTC
Created attachment 820376 [details]
File: anaconda-tb

Comment 2 hari.ch13 2013-11-06 13:50:01 UTC
Created attachment 820377 [details]
File: anaconda.log

Comment 3 hari.ch13 2013-11-06 13:50:05 UTC
Created attachment 820378 [details]
File: environ

Comment 4 hari.ch13 2013-11-06 13:50:10 UTC
Created attachment 820379 [details]
File: lsblk_output

Comment 5 hari.ch13 2013-11-06 13:50:18 UTC
Created attachment 820380 [details]
File: messages

Comment 6 hari.ch13 2013-11-06 13:50:23 UTC
Created attachment 820381 [details]
File: nmcli_dev_list

Comment 7 hari.ch13 2013-11-06 13:50:28 UTC
Created attachment 820382 [details]
File: os_info

Comment 8 hari.ch13 2013-11-06 13:50:34 UTC
Created attachment 820383 [details]
File: program.log

Comment 9 hari.ch13 2013-11-06 13:50:45 UTC
Created attachment 820384 [details]
File: storage.log

Comment 10 hari.ch13 2013-11-06 13:50:49 UTC
Created attachment 820385 [details]
File: ifcfg.log

Comment 11 Radek Vykydal 2013-11-06 14:53:40 UTC
This should be fixed in F20 where nm.nm_devices() returns only devices of types supported in installer (ie not gsm) so the traceback should not occur.

If you still hit this issue with Fedora 20 (Alpha, Beta, Final) feel free to reopen the bug.

Comment 12 Jan Hutař 2014-01-22 12:00:42 UTC
Maybe also related to bug 1046307?