Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124491 - Debug setup_network_post() 'cannot concatenate 'str' and 'list' objects'
Summary: Debug setup_network_post() 'cannot concatenate 'str' and 'list' objects'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Installer (show other bugs)
Hardware: All Linux
: Highest normal
Assignee: Gentoo Linux Installer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-28 23:12 UTC by Alex Lance
Modified: 2006-03-24 13:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Lance 2006-02-28 23:12:13 UTC
If you run the installer and enable the developer debugging then a line of code get executed which tries to concatenate a python list to a string and the install process breaks.

The line of code is in GLIArchitectureTemplate.py line 1096:
# Output to file
if self._debug: self._logger.log("DEBUG: setup_network_post(): writing resolv.conf with contents: "+resolv_output)

resolv_output is a list. This error only occurs when you enable debugging output :(
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-28 23:58:01 UTC
Please, don't restrict bugs.
Comment 2 Andrew Gaffney (RETIRED) gentoo-dev 2006-03-01 04:56:14 UTC
Fixed in CVS. Thanks. If you need to run in Verbose mode, you can update to the CVS version of the installer by opening a terminal and running '/opt/installer/misc/updategtkfe'.
Comment 3 Jeffrey Forman (RETIRED) gentoo-dev 2006-03-24 13:46:38 UTC
Moving to Release Media/Installer.