Bug 237194 - runVNC TypeError: unsupported operand type(s)
Summary: runVNC TypeError: unsupported operand type(s)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chris Lumens
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-04-19 22:18 UTC by ericm24x7
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-04-20 14:50:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description ericm24x7 2007-04-19 22:18:50 UTC
Description of problem:
abnormal exit when anaconda start VNC. Here is the Traceback:

File "/usr/bin/anaconda", line 846, in <module>
  runVNC(vncpassword, vncconnecthost, vncconnectport, doStartupX11Actions)
File "/usr/bin/anaconda", line 379, in runVNC
  vncStartedCB=vncStartedCB)
File "/usr/lib/anaconda/vnc.py", line 241, in startVNCServer
  connxinfo += " (%s)" % ipstr
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str'
install exited abnormally [1/1]

Version-Release number of selected component (if applicable):
anaconda 11.2.0.52-1.x86_64

How reproducible:
persistent

Steps to Reproduce:
1. boot from PXE with command line to start VNC.  
  # sample pxelinux.cfg
    label fedora-dev
       kernel /fed/x86_64/os/isolinux/vmlinuz
       append initrd=/fed/x86_64/os/isolinux/initrd.img ksdevice=eth1
ks=http://192.168.3.102/a/kickstart.cfg
  # sample kickstart.cfg
    vnc --passwd install
    url --url http://192.168.3.102/a/fed/x86_64/os
    network --device eth1 --bootproto dhcp --hostname fiji3
    lang en_US
    keyboard us
    rootpw install
    timezone America/New_York

Comment 1 Chris Lumens 2007-04-20 14:50:21 UTC
This will be fixed in the next build of anaconda.


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