Modify ↓
#12055 closed defect (cantfix)
Can't install account manager plug in
Reported by: | Owned by: | Steffen Hoffmann | |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description (last modified by )
Hi! I'm trying to install account manager plug in on RHEL 6.6. Apache version is 2.2.15 After I execute the installation, every time I hit http://IP/trac I received an Error 500 response.
Command that I execute to install was: easy_install https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4
- Logs output:
/var/trac.log
attachment:trac.log /var/log/httpd/trac-error_log
: attachment:trac-error_log/var/trac/Donasur/conf/trac.ini
: attachment:trac.ini/etc/httpd/conf.d/trac.donasur.net.conf
: attachment:trac.donasur.net.conf
Please let me know if there any other information that could help to understand the issue.
Thanks!
Regards, Pablo
Attachments (4)
Change History (7)
Changed 10 years ago by
Attachment: | trac.donasur.net.conf added |
---|
Changed 10 years ago by
Changed 10 years ago by
Attachment: | trac-error_log added |
---|
Changed 10 years ago by
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Your apache log, trac-error_log, says an installation issue. Remove wrong /var/trac/Donasur/plugins/setup.py
.
... File "build/bdist.linux-x86_64/egg/trac/loader.py", line 90, in _load_py_files module = imp.load_source(plugin_name, plugin_file) File "/var/trac/Donasur/plugins/setup.py", line 66, in <module> **extra File "/usr/lib64/python2.6/distutils/core.py", line 140, in setup raise SystemExit, gen_usage(dist.script_name) + "\\nerror: %s" % msg SystemExit: usage: mod_wsgi [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: mod_wsgi --help [cmd1 cmd2 ...] or: mod_wsgi --help-commands or: mod_wsgi cmd --help
Also, you can ask support questions, installation and/or configuration issues on trac-user mailing list and freenode #trac channel.
comment:3 Changed 10 years ago by
Cc: | anonymous removed |
---|
Note: See
TracTickets for help on using
tickets.
You should attach files rather than paste large texts.