Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 99490 - redhat-config-httpd doesnt run in Severn
Summary: redhat-config-httpd doesnt run in Severn
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux Beta
Classification: Retired
Component: redhat-config-httpd
Version: beta2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Phil Knirsch
QA Contact:
URL:
Whiteboard:
: 100512 105828 108490 109481 (view as bug list)
Depends On:
Blocks: CambridgeBlocker
TreeView+ depends on / blocked
 
Reported: 2003-07-21 11:14 UTC by Richard Allen
Modified: 2015-03-05 01:12 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-10-29 13:29:06 UTC
Embargoed:


Attachments (Terms of Use)
Fix line 9 in ApacheBase.py script (Ft.Xml.Xslt.Processor) (deleted)
2003-07-30 02:58 UTC, Jesus Ortega (a.k.a Nitebirdz)
no flags Details | Diff

Description Richard Allen 2003-07-21 11:14:42 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030702

Description of problem:
[root@localhost root]# redhat-config-httpd 
Traceback (most recent call last):
  File "/usr/share/redhat-config-httpd/ApacheConf.py", line 50, in ?
    import ApacheGizmo
  File "/usr/share/redhat-config-httpd/ApacheGizmo.py", line 36, in ?
    import ApacheBase
  File "/usr/share/redhat-config-httpd/ApacheBase.py", line 9, in ?
    from xml.xslt.Processor import Processor
ImportError: No module named xslt.Processor



Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Boot severn
2. Run the program
3.
    

Additional info:

Comment 1 Bill Nottingham 2003-07-28 19:52:24 UTC
*** Bug 100512 has been marked as a duplicate of this bug. ***

Comment 2 Jesus Ortega (a.k.a Nitebirdz) 2003-07-30 02:58:56 UTC
Created attachment 93249 [details]
Fix line 9 in ApacheBase.py script (Ft.Xml.Xslt.Processor)

Comment 3 Jesus Ortega (a.k.a Nitebirdz) 2003-07-30 03:08:09 UTC
I manage to reproduce the problem by running the command using the absolute path:

# /usr/share/redhat-config-httpd/redhat-config-httpd
Traceback (most recent call last):
  File "/usr/share/redhat-config-httpd/ApacheConf.py", line 50, in ?
    import ApacheGizmo
  File "ApacheGizmo.py", line 36, in ?
    import ApacheBase
  File "/usr/share/redhat-config-httpd/ApacheBase.py", line 9, in ?
    from xml.xslt.Processor import Processor
ImportError: No module named xslt.Processor


Yet, fixing line 9 in the "ApacheBase.py" file the problem appears to go away
(see unified diff attached to the bug report):
from Ft.Xml.Xslt.Processor import Processor

Yet, the problem is still there when running the command from the default path
although it shows in a different way:
# /usr/bin/redhat-config-httpd
(GTK window with "Unknown error" message)

# which redhat-config-httpd | xargs ls -l
lrwxrwxrwx    1 root     root           13 Jul 24 21:06
/usr/bin/redhat-config-httpd -> consolehelper

I performed a trace of the 'redhat-config-httpd', and came across something that
may be of some help (I'm no expert):
(...)
29729      0.000414 open("/etc/security/console.apps/redhat-config-httpd",
O_RDWR) = -1 ENOENT (No such file or directory)
29729      0.000253 open("/etc/security/console.apps/redhat-config-httpd",
O_RDONLY) = -1 ENOENT (No such file or directory)
(...)

# ls -l /etc/security/console.apps/redhat-config-httpd
lrwxrwxrwx    1 root     root           37 Oct 19  2002
/etc/security/console.apps/redhat-config-httpd ->
/etc/security/console.apps/apacheconf

(The symlink is broken in Severn)


Comment 4 Dave Habben 2003-10-08 15:43:34 UTC
Looks like a duplicate of bug 105828 one of these two should be closed.

Comment 5 Mario 2003-10-16 19:28:38 UTC
This problem is present in Fedore Beta 2 and 3 since the same package version is
used:

redhat-config-httpd-1.1.0-3



Comment 6 Phil Knirsch 2003-10-17 08:30:29 UTC
Will be fixed among with a few other things real soon with a new version in Fedora.

Thanks,

Read ya, Phil

Comment 7 Bill Nottingham 2003-10-21 20:45:29 UTC
*** Bug 105828 has been marked as a duplicate of this bug. ***

Comment 8 Phil Knirsch 2003-10-29 13:29:06 UTC
Fixed in redhat-config-httpd-1.1.0-5 and later.

Read ya, Phil

Comment 9 Bill Nottingham 2003-10-30 05:13:05 UTC
*** Bug 108490 has been marked as a duplicate of this bug. ***

Comment 10 Phil Knirsch 2003-11-08 21:58:36 UTC
*** Bug 109481 has been marked as a duplicate of this bug. ***


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