Bug 586278

Summary: Missing dependency dynforms for luci
Product: Red Hat Enterprise Linux 6 Reporter: Baptiste AGASSE <baptiste.agasse>
Component: luciAssignee: Ryan McCabe <rmccabe>
Status: CLOSED NOTABUG QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: low    
Version: 6.0CC: baptiste.agasse, cluster-maint, djuran, ingvar, notting, sghosh
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-17 15:25:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Service log file none

Description Baptiste AGASSE 2010-04-27 08:39:50 UTC
Created attachment 409399 [details]
Service log file

Description of problem:
When we try to connect to Luci WUI, we got a "internal server error"

Version-Release number of selected component (if applicable):
luci-0.21.0-7.el6

How reproducible:
Just start luci service and try to connect on the luci WUI

See luci.log attached file for more informations.

Comment 2 RHEL Program Management 2010-04-27 09:33:07 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 3 Ingvar Hagelund 2010-04-29 13:13:29 UTC
Adding the missing python-tw-dynforms would help. It is not packaged in fedora, so this should be fixed in fedora too.

Workaround:

python-setuptools-devel
easy_install tw.dynforms
cp -ar \
 /usr/lib/python2.6/site-packages/tw.dynforms-0.9.8-py2.6.egg/tw/dynforms \
 /usr/lib/python2.6/site-packages/tw/

service luci restart

Now, the webui starts, and shows us ...

Well, you might have a look yourself. Funny. http://localhost:8080/

Ingvar

Comment 4 Bill Nottingham 2010-05-05 18:52:01 UTC
*** Bug 588178 has been marked as a duplicate of this bug. ***