Created attachment 338716 [details] console output Description of problem: When upgrading a system using 'yum upgrade' while connected via a serial console Version-Release number of selected component (if applicable): Tested rawhide and F-10 (python-urlgrabber-3.0.0-10.fc10) How reproducible: Steps to Reproduce: 1. Perform a virt install of rawhide (or F-10) 2. After install, boot the system 3. Run 'yum update' while connected to the serial console Actual results: See the "Downloading packages" section in http://fpaste.org/paste/8369 (also attached) Expected results: Additional info:
As recommended by James Antill, running the following script while connected to a serial console: # python -c "import struct, termios, fcntl; fd=1; buf = 'abcdefgh'; buf = fcntl.ioctl(fd, termios.TIOCGWINSZ, buf); print struct.unpack('hhhh', buf)[1];" 0
Please reopen if I screwed something up with the fix, thanks :). http://koji.fedoraproject.org/koji/taskinfo?taskID=1285394
Testing with the above packages confirms the issue is fixed on serial consoles. Thanks!