Bug 448434 - system-config-kickstart crashes when you try to open an existing configuration file
Summary: system-config-kickstart crashes when you try to open an existing configuratio...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-kickstart
Version: 8
Hardware: i586
OS: Linux
low
medium
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-26 19:44 UTC by paul karrel
Modified: 2008-05-27 14:53 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-27 14:53:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description paul karrel 2008-05-26 19:44:14 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/4.0; Linux) KHTML/4.0.4 (like Gecko) Fedora/4.0.4-4.fc9

Description of problem:
I am trying to modify a kickstart file but when I try to open the file
'Component: system-config-kickstart
Summary: TBff8cda27 install.py:282:applyKickstart:ValueError: too many values to
unpack

Traceback (most recent call last):
  File "/usr/share/system-config-kickstart/kickstartGui.py", line 316, in
on_activate_open
    self.applyKickstart()
  File "/usr/share/system-config-kickstart/kickstartGui.py", line 341, in
applyKickstart
    self.install_class.applyKickstart()
  File "/usr/share/system-config-kickstart/install.py", line 282, in
applyKickstart
    loginData, data = string.split(data, "@")
ValueError: too many values to unpack

Local variables in innermost frame:
tokens: ['ftp', 'ftp:ftp@pxe0.hidden@pxe0.hidden.trentu.ca/']
protocol: ftp
self: <install.install instance at 0xb6ca250c>
data: ftp:ftp@pxe0.hidden@pxe0.hidden.trentu.ca/ '

I entered pxe0.hidden.trentu.ca for the ftp server with user name ftp & password
ftp@pxe

Version-Release number of selected component (if applicable):
system-config-kickstart-2.7.16-1.fc9.noarch

How reproducible:
Always


Steps to Reproduce:
1.use system-config-kickstart to create ks1.cfg
2.use the above variable for the ftp server
3.close system-config-kickstart then reopen and via file menu open the file
ks1.cfg

Actual Results:
program closes itself

Expected Results:
program should open file for modifing

Additional info:

Comment 1 Chris Lumens 2008-05-27 14:53:24 UTC
The correct syntax here is username:password@host.


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