Bug 974532 - IOError: [Errno 9] Bad file descriptor
Summary: IOError: [Errno 9] Bad file descriptor
Keywords:
Status: CLOSED DUPLICATE of bug 963267
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 19
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:df74965c5df324160ea429f5870...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-14 11:16 UTC by Kamil Páral
Modified: 2013-06-15 00:21 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-15 00:21:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (324.49 KB, text/plain)
2013-06-14 11:16 UTC, Kamil Páral
no flags Details
File: anaconda.log (3.08 KB, text/plain)
2013-06-14 11:16 UTC, Kamil Páral
no flags Details
File: backtrace (1.16 KB, text/plain)
2013-06-14 11:16 UTC, Kamil Páral
no flags Details
File: environ (441 bytes, text/plain)
2013-06-14 11:16 UTC, Kamil Páral
no flags Details
File: ifcfg.log (490 bytes, text/plain)
2013-06-14 11:16 UTC, Kamil Páral
no flags Details
File: lsblk_output (2.08 KB, text/plain)
2013-06-14 11:16 UTC, Kamil Páral
no flags Details
File: nmcli_dev_list (1.17 KB, text/plain)
2013-06-14 11:16 UTC, Kamil Páral
no flags Details
File: packaging.log (13.61 KB, text/plain)
2013-06-14 11:16 UTC, Kamil Páral
no flags Details
File: program.log (42.23 KB, text/plain)
2013-06-14 11:16 UTC, Kamil Páral
no flags Details
File: storage.log (126.96 KB, text/plain)
2013-06-14 11:16 UTC, Kamil Páral
no flags Details
File: syslog (152.57 KB, text/plain)
2013-06-14 11:17 UTC, Kamil Páral
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 974032 0 unspecified CLOSED bug reporting doesn't work from LiveCD 2021-02-22 00:41:40 UTC

Internal Links: 974032

Description Kamil Páral 2013-06-14 11:16:10 UTC
Description of problem:
Booted F19 TC3 netinst. I saw already this problem once in a VM, but it's hard to reproduce, probably some race condition.
The following was filed automatically by anaconda:
anaconda 19.30.5-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/babel/localedata.py", line 111, in load
    fileobj.close()
  File "/usr/lib/python2.7/site-packages/babel/core.py", line 231, in _data
    self.__data = localedata.LocaleDataDict(localedata.load(str(self)))
  File "/usr/lib/python2.7/site-packages/babel/core.py", line 293, in languages
    return self._data['languages']
  File "/usr/lib/python2.7/site-packages/babel/core.py", line 250, in get_display_name
    retval = locale.languages.get(self.language)
  File "/usr/lib/python2.7/site-packages/babel/core.py", line 278, in english_name
    return self.get_display_name(Locale('en'))
  File "/usr/lib/python2.7/site-packages/pyanaconda/localization.py", line 87, in english_name
    return self._localedata.english_name or u''
  File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes/welcome.py", line 177, in initialize
    trans.english_name, trans.short_name)
  File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py", line 367, in run
    self._currentAction.initialize()
  File "/sbin/anaconda", line 1087, in <module>
    anaconda._intf.run()
IOError: [Errno 9] Bad file descriptor

Version-Release number of selected component:
anaconda-19.30.5-1

Additional info:
reporter:       libreport-2.1.4
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=initrd.img inst.stage2=hd:UUID=367b7403-8a9d-478b-9ad3-7f4cdbc58716 systemd.log_level=debug systemd.log_target=ksmg log_buf_len=1M BOOT_IMAGE=vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.9.4-301.fc19.i686
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        19-TC3

Truncated backtrace:
Traceback (most recent call last):
  File "/sbin/anaconda", line 1087, in <module>
    anaconda._intf.run()
  File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py", line 367, in run
    self._currentAction.initialize()
  File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes/welcome.py", line 177, in initialize
    trans.english_name, trans.short_name)
  File "/usr/lib/python2.7/site-packages/pyanaconda/localization.py", line 87, in english_name
    return self._localedata.english_name or u''
  File "/usr/lib/python2.7/site-packages/babel/core.py", line 278, in english_name
    return self.get_display_name(Locale('en'))
  File "/usr/lib/python2.7/site-packages/babel/core.py", line 250, in get_display_name
    retval = locale.languages.get(self.language)
  File "/usr/lib/python2.7/site-packages/babel/core.py", line 293, in languages
    return self._data['languages']
  File "/usr/lib/python2.7/site-packages/babel/core.py", line 231, in _data
    self.__data = localedata.LocaleDataDict(localedata.load(str(self)))
  File "/usr/lib/python2.7/site-packages/babel/localedata.py", line 111, in load
    fileobj.close()
IOError: [Errno 9] Bad file descriptor

Comment 1 Kamil Páral 2013-06-14 11:16:17 UTC
Created attachment 761216 [details]
File: anaconda-tb

Comment 2 Kamil Páral 2013-06-14 11:16:21 UTC
Created attachment 761217 [details]
File: anaconda.log

Comment 3 Kamil Páral 2013-06-14 11:16:26 UTC
Created attachment 761218 [details]
File: backtrace

Comment 4 Kamil Páral 2013-06-14 11:16:31 UTC
Created attachment 761219 [details]
File: environ

Comment 5 Kamil Páral 2013-06-14 11:16:35 UTC
Created attachment 761220 [details]
File: ifcfg.log

Comment 6 Kamil Páral 2013-06-14 11:16:39 UTC
Created attachment 761221 [details]
File: lsblk_output

Comment 7 Kamil Páral 2013-06-14 11:16:43 UTC
Created attachment 761222 [details]
File: nmcli_dev_list

Comment 8 Kamil Páral 2013-06-14 11:16:47 UTC
Created attachment 761223 [details]
File: packaging.log

Comment 9 Kamil Páral 2013-06-14 11:16:51 UTC
Created attachment 761224 [details]
File: program.log

Comment 10 Kamil Páral 2013-06-14 11:16:55 UTC
Created attachment 761225 [details]
File: storage.log

Comment 11 Kamil Páral 2013-06-14 11:17:01 UTC
Created attachment 761226 [details]
File: syslog

Comment 12 Kamil Páral 2013-06-14 11:20:21 UTC
This might be the same problem as in bug 974032 (which was then used for something else).

Comment 13 Kamil Páral 2013-06-14 11:44:58 UTC
I saw this several more times, on the same machine, on subsequent boots. I believe it is somehow related to a slow NIC. The machine picks up network connection very slow, sometimes it's not up before Anaconda starts. I tried to disconnect the cable completely and boot it several times and I saw no error. However, then I reconnected the cable, booted several times, and the error hasn't re-appeared :/ It seems very racy.

Comment 14 Brian Lane 2013-06-15 00:21:38 UTC

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


Note You need to log in before you can comment on or make changes to this bug.