Bug 468108 - IOError: [Errno 4] Interrupted system call
Summary: IOError: [Errno 4] Interrupted system call
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: anaconda
Version: 5.3
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Peter Jones
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-22 20:44 UTC by Brock Organ
Modified: 2008-10-23 15:53 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-10-23 15:53:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
updates.img to test with (100.00 KB, application/octet-stream)
2008-10-22 22:01 UTC, Peter Jones
no flags Details
updates.img to test with (100.00 KB, application/octet-stream)
2008-10-22 22:13 UTC, Peter Jones
no flags Details

Description Brock Organ 2008-10-22 20:44:03 UTC
* RHEL5.3-Server-20081020.1 s390x
* regression from 5.2
* Anaconda / Arch / Installation using LPAR (native) account
* anaconda-11.1.2.145-1 , kernel-2.6.18-120.el5.s390x

During installation, a system call error using vnc occurs and the install aborts:

> The VNC server is now running.
> Please connect to mistymarie.z900.redhat.com:1 to begin the install...
> Press <enter> for a shell
> Starting graphical installation...
> pcilib: Cannot open /proc/bus/pci
> lspci: Cannot find any working access method.
> Traceback (most recent call last):
>   File "/usr/bin/anaconda", line 893, in ?
>     runVNC(vncpassword, vncconnecthost, vncconnectport, doStartupX11Actions)
>   File "/usr/bin/anaconda", line 405, in runVNC
>     sys.stdin.readline()
> IOError: [Errno 4] Interrupted system call
> The application 'anaconda' lost its connection to the display :1.0;
> most likely the X server was shut down or you killed/destroyed
> the application.
> Connection to mistymarie.z900.redhat.com closed.

The error has occurred the first time testing lpar installations on s390x; the error does not occur for the same installation using z/VM guests, I will try to reproduce the error again to see if it is consistent.

Comment 1 Peter Jones 2008-10-22 22:01:45 UTC
Created attachment 321218 [details]
updates.img to test with

Please test with the attached updates.img

Comment 2 Peter Jones 2008-10-22 22:13:42 UTC
Created attachment 321224 [details]
updates.img to test with

Actually, try this one instead.

Comment 3 Peter Jones 2008-10-22 22:21:29 UTC
What I expect is happening here is that vncserver is dying and we're getting a SIGCHILD while we're waiting for the command line input.  If so, the attached image will probably fix the traceback, but you won't be able to connect to vnc afterwards.

Comment 4 Adam Tkac 2008-10-23 15:37:36 UTC
We tried reproduce this bug with Brock but we are not successful. So this doesn't look like beta blocker candidate for me.

Comment 5 Brock Organ 2008-10-23 15:53:47 UTC
I'll re-open this issue if I can reliably reproduce it ...


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