Bugs item #1176138, was opened at 2005-04-04 11:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1176138&group_…
Category: bounce detection
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: brian (irabufan)
Assigned to: Nobody/Anonymous (nobody)
Summary: permission denied
Initial Comment:
mailman was installed from rpm package in redhat
fedora core 3 cd (system also running redhat fedora 3),
but it hits the following bug while trying to create a
mailing list via cgi... any solutions?
--------------------------------------------------
Bug in Mailman version 2.1.5
We're sorry, we hit a bug!
If you would like to help us identify the problem, please
email a copy of this page to the webmaster for this site
with a description of what happened. Thanks!
Traceback:
Traceback (most recent call last):
File "/usr/lib/mailman/scripts/driver", line 87, in
run_main
main()
File "/usr/src/build/471806-
i386/install/usr/lib/mailman/Mailman/Cgi/create.py", line
55, in main
File "/usr/src/build/471806-
i386/install/usr/lib/mailman/Mailman/Cgi/create.py", line
187, in process_request
File "/usr/src/build/471806-
i386/install/usr/lib/mailman/Mailman/MailList.py", line
454, in Create
File "/usr/src/build/471806-
i386/install/usr/lib/mailman/Mailman/Site.py", line 65, in
get_listpath
File "/usr/src/build/471806-
i386/install/usr/lib/mailman/Mailman/Site.py", line 40, in
_makedir
File "/usr/src/build/475206-
i386/install/usr/lib/python2.3/os.py", line 154, in
makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission
denied: '/var/lib/mailman/lists/balist'
--------------------------------------------------------------------------------
Python information:
Variable Value
sys.version 2.3.4 (#1, Oct 26 2004, 16:42:40) [GCC
3.4.2 20041017 (Red Hat 3.4.2-6.fc3)]
sys.executable /usr/bin/python
sys.prefix /usr
sys.exec_prefix /usr
sys.path /usr
sys.platform linux2
--------------------------------------------------------------------------------
Environment variables:
Variable Value
HTTP_COOKIE
sid=703d3666104d114f75802d8faf257720
SERVER_SOFTWARE Apache/2.0.52 (Fedora)
SCRIPT_NAME /mailman/create
SERVER_SIGNATURE Apache/2.0.52 (Fedora) Server
at 10.3.1.89 Port 80
REQUEST_METHOD POST
SERVER_PROTOCOL HTTP/1.1
QUERY_STRING
CONTENT_LENGTH 136
HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE
6.0; Windows NT 5.1; SV1)
HTTP_CONNECTION Keep-Alive
HTTP_REFERER http://10.3.1.89/mailman/create
SERVER_NAME 10.3.1.89
REMOTE_ADDR 10.3.1.55
SERVER_PORT 80
SERVER_ADDR 10.3.1.89
DOCUMENT_ROOT /var/www/html
PYTHONPATH /usr/lib/mailman
SCRIPT_FILENAME /usr/lib/mailman/cgi-bin/create
SERVER_ADMIN root@localhost
HTTP_HOST 10.3.1.89
HTTP_CACHE_CONTROL no-cache
REQUEST_URI /mailman/create
HTTP_ACCEPT image/gif, image/x-xbitmap,
image/jpeg, image/pjpeg, application/x-shockwave-flash,
application/vnd.ms-excel, application/vnd.ms-
powerpoint, application/msword, application/x-icq, */*
GATEWAY_INTERFACE CGI/1.1
REMOTE_PORT 1443
HTTP_ACCEPT_LANGUAGE en-us
CONTENT_TYPE application/x-www-form-urlencoded
HTTP_ACCEPT_ENCODING gzip, deflate
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1176138&group_…
Bugs item #1175507, was opened at 2005-04-02 23:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1175507&group_…
Category: command line scripts
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Laurynas Biveinis (lauras)
Assigned to: Nobody/Anonymous (nobody)
Summary: Wrong encoding in localized monthly reminders
Initial Comment:
The character encoding in translated monthly reminder
headers is different from the actual body text
encoding, resulting in garbled diacritics.
For example, Lithuanian reminder is present in the
server in ISO 8859-13, sent out converted to UTF-8, yet
the headers still say
Content-Type: text/plain; charset="iso-8859-13"
A cursory look at mailpasswds script suggests that it
simply forgets to update encoding in headers after
translating text to UTF-8.
Version information:
-bash-3.00# cat /etc/redhat-release
Fedora Core release 3 (Heidelberg)
-bash-3.00# uname -a
Linux aldona 2.6.10-1.770_FC3 #1 Thu Feb 24 14:00:06
EST 2005 i686 i686 i386 GNU/Linux
-bash-3.00# rpm -q mailman
mailman-2.1.5-32.fc3
Thanks,
Laurynas
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1175507&group_…