Error/crash in admindb - 1.0b11
Hi- This crash happened when going to http://host/mailman/admindb. I have not been able to reproduce it since then. The error log is attached. The system is running Slackware 3.5, with Python 1.5.1. Any suggestions or patches? Also, is there a way that I can turn off the extraneous debugging information sent to the WWW client, and have it just be put in the log? The fact that it dumps so much information about the system could be seen as a security risk. Thanks. -Brian Ryner bryner@uiuc.edu Apr 29 22:33:41 1999 admin: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ admin: [----- Mailman Version: 1.0b11 -----] admin: [----- Traceback ------] admin: Traceback (innermost last): admin: File "/admin/mailman/scripts/driver", line 112, in run_main admin: main() admin: File "/admin/mailman/Mailman/Cgi/admindb.py", line 77, in main admin: doc.AddItem(eader(2, "Invalid options to CGI script.")) admin: NameError: eader admin: [----- Environment Variables -----] admin: DOCUMENT_ROOT: /files/admin/httpd/htdocs admin: HTTP_ACCEPT_ENCODING: gzip, deflate admin: SERVER_PORT: 80 admin: PATH_TRANSLATED: /files/admin/httpd/htdocs/ admin: URL_COUNT: 6 admin: GATEWAY_INTERFACE: CGI/1.1 admin: HTTP_ACCEPT_LANGUAGE: en-us admin: HTTP_PROXY_CONNECTION: Keep-Alive admin: REMOTE_ADDR: xxx.yyy.zzz.xxx admin: SERVER_NAME: www.xxxxxxx.org admin: URL_COUNT_DB: /files/admin/httpd/logs/counters/ALL admin: HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 4.01; Windows 95) admin: HTTP_ACCEPT: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/msword, application/vnd.ms-powerpoint, */* admin: REQUEST_URI: /mailman/admindb/ admin: PATH: /usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin admin: QUERY_STRING: admin: SCRIPT_FILENAME: /files/admin/mailman/cgi-bin/admindb admin: PATH_INFO: / admin: HTTP_HOST: www.xxxxxxx.org admin: REQUEST_METHOD: GET admin: SERVER_SIGNATURE: admin: URL_COUNT_RESET: Thursday, 29-Apr-99 00:19:13 CDT admin: SCRIPT_NAME: /mailman/admindb admin: SERVER_ADMIN: admin@xxxxxx.org admin: SERVER_SOFTWARE: Apache/1.3.4 (Unix) admin: PYTHONPATH: /admin/mailman admin: SERVER_PROTOCOL: HTTP/1.0 admin: REMOTE_PORT: 6208
"BR" == Brian Ryner <bryner@uiuc.edu> writes:
BR> Also, is there a way that I can turn off the extraneous
BR> debugging information sent to the WWW client, and have it just
BR> be put in the log? The fact that it dumps so much information
BR> about the system could be seen as a security risk.
Not without hacking the driver script. -Barry
participants (2)
-
Barry A. Warsaw
-
Brian Ryner