![](https://secure.gravatar.com/avatar/bd76c87abea1449948b21a5944b30324.jpg?s=120&d=mm&r=g)
Hi list I've been trying to install mailman-2.1.2 following the INSTALL file and at configuring the list I've created here is the message I got:
[root@phtest1.bastun.net]:/usr/local/mailman# bin/config_list -i data/sitelist.cfg mailman Traceback (most recent call last): File "bin/config_list", line 339, in ? main() File "bin/config_list", line 334, in main do_input(listname, infile, checkonly, verbose) File "bin/config_list", line 240, in do_input mlist = MailList.MailList(listname, lock=not checkonly) File "/usr/local/mailman/Mailman/MailList.py", line 122, in __init__ self.Lock() File "/usr/local/mailman/Mailman/MailList.py", line 159, in Lock self.Load() File "/usr/local/mailman/Mailman/MailList.py", line 613, in Load self.CheckValues() File "/usr/local/mailman/Mailman/MailList.py", line 644, in CheckValues if '' in urlparse(self.web_page_url)[:2]: File "/usr/lib/python2.2/urlparse.py", line 53, in urlparse tuple = urlsplit(url, scheme, allow_fragments) File "/usr/lib/python2.2/urlparse.py", line 83, in urlsplit i = url.find(':') AttributeError: 'NoneType' object has no attribute 'find'
Can You please help me fix the problem. Thanks in advance
Hi! I'm your friendly neighbourhood signature virus. Copy me to your signature file and help me spread!
![](https://secure.gravatar.com/avatar/bd76c87abea1449948b21a5944b30324.jpg?s=120&d=mm&r=g)
when invoked from the web, here is what it says:
Bug in Mailman version 2.1.2 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/local/mailman/scripts/driver", line 68, in run_main immediate=1) File "/usr/local/mailman/Mailman/Logging/StampedLogger.py", line 52, in __init__ Logger.__init__(self, category, nofail, immediate) File "/usr/local/mailman/Mailman/Logging/Logger.py", line 49, in __init__ self.__get_f() File "/usr/local/mailman/Mailman/Logging/Logger.py", line 67, in __get_f 1) File "/usr/lib/python2.2/codecs.py", line 496, in open file = __builtin__.open(filename, mode, buffering) IOError: [Errno 13] Permission denied: '/usr/local/mailman/logs/error'
Python information: Variable Value sys.version 2.2.3+ (#1, Jul 5 2003, 11:04:18) [GCC 3.3.1 20030626 (Debian prerelease)] sys.executable /usr/bin/python sys.prefix /usr sys.exec_prefix /usr sys.path /usr sys.platform linux2
Environment variables: Variable Value HTTP_COOKIE PHPSESSID=7b0915c23af98db47fce4e4cbc0c3bcb SERVER_SOFTWARE Apache/1.3.27 (Unix) Debian GNU/Linux PHP/4.3.2 PYTHONPATH /usr/local/mailman SCRIPT_FILENAME /usr/lib/cgi-bin/mailman/listinfo SERVER_ADMIN webmaster@phtest1 SCRIPT_NAME /cgi-bin/mailman/listinfo SERVER_SIGNATURE Apache/1.3.27 Server at 127.0.0.1 Port 80 REQUEST_METHOD GET HTTP_HOST phtest1.bastun.net HTTP_KEEP_ALIVE 300 SERVER_PROTOCOL HTTP/1.1 QUERY_STRING
REQUEST_URI /cgi-bin/mailman/listinfo HTTP_ACCEPT text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1 HTTP_ACCEPT_CHARSET windows-1251,utf-8;q=0.7,*;q=0.7 HTTP_USER_AGENT Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030714 Debian/1.4-2 HTTP_CONNECTION keep-alive SERVER_NAME 127.0.0.1 REMOTE_ADDR 213.222.51.199 REMOTE_PORT 37840 HTTP_ACCEPT_LANGUAGE bg SERVER_ADDR 213.222.51.208 SERVER_PORT 80 GATEWAY_INTERFACE CGI/1.1 HTTP_ACCEPT_ENCODING gzip,deflate UNIQUE_ID Py6UF38AAAEAAHYKAZE DOCUMENT_ROOT /var/www
hope this helps identify the problem also it is the same error for all mailman scripts I think it's a system problem, but don't know what
On ?, 2003-07-31 at 17:49, Ivan Dimitrov wrote:
Hi list I've been trying to install mailman-2.1.2 following the INSTALL file and at configuring the list I've created here is the message I got:
[root@phtest1.bastun.net]:/usr/local/mailman# bin/config_list -i data/sitelist.cfg mailman Traceback (most recent call last): File "bin/config_list", line 339, in ? main() File "bin/config_list", line 334, in main do_input(listname, infile, checkonly, verbose) File "bin/config_list", line 240, in do_input mlist = MailList.MailList(listname, lock=not checkonly) File "/usr/local/mailman/Mailman/MailList.py", line 122, in __init__ self.Lock() File "/usr/local/mailman/Mailman/MailList.py", line 159, in Lock self.Load() File "/usr/local/mailman/Mailman/MailList.py", line 613, in Load self.CheckValues() File "/usr/local/mailman/Mailman/MailList.py", line 644, in CheckValues if '' in urlparse(self.web_page_url)[:2]: File "/usr/lib/python2.2/urlparse.py", line 53, in urlparse tuple = urlsplit(url, scheme, allow_fragments) File "/usr/lib/python2.2/urlparse.py", line 83, in urlsplit i = url.find(':') AttributeError: 'NoneType' object has no attribute 'find'
Can You please help me fix the problem. Thanks in advance
Hi! I'm your friendly neighbourhood signature virus. Copy me to your signature file and help me spread!
![](https://secure.gravatar.com/avatar/d19f48f90665a9e11f86bc18f4836308.jpg?s=120&d=mm&r=g)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Ivan Dimitrov wrote:
when invoked from the web, here is what it says:
Bug in Mailman version 2.1.2 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/local/mailman/scripts/driver", line 68, in run_main immediate=1) File "/usr/local/mailman/Mailman/Logging/StampedLogger.py", line 52, in __init__ Logger.__init__(self, category, nofail, immediate) File "/usr/local/mailman/Mailman/Logging/Logger.py", line 49, in __init__ self.__get_f() File "/usr/local/mailman/Mailman/Logging/Logger.py", line 67, in __get_f 1) File "/usr/lib/python2.2/codecs.py", line 496, in open file = __builtin__.open(filename, mode, buffering) IOError: [Errno 13] Permission denied: '/usr/local/mailman/logs/error'
What's bin/check_perms say?
Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp
If the triangles were to make a God they would give him three sides. -- Montesquieu
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3rc2 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.
iD8DBQE/Lm7Duv+09NZUB1oRAvdtAKDyi0BiQqyfwRzn2aWwz0omdSZMWwCg8UYq tZy0dpEcfmHlr04QeTd+YXc= =2a8m -----END PGP SIGNATURE-----
![](https://secure.gravatar.com/avatar/bd76c87abea1449948b21a5944b30324.jpg?s=120&d=mm&r=g)
# bin/check_perms No problems found # python -V Python 2.3
On ?, 2003-08-04 at 17:33, Todd wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Ivan Dimitrov wrote:
when invoked from the web, here is what it says:
Bug in Mailman version 2.1.2 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/local/mailman/scripts/driver", line 68, in run_main immediate=1) File "/usr/local/mailman/Mailman/Logging/StampedLogger.py", line 52, in __init__ Logger.__init__(self, category, nofail, immediate) File "/usr/local/mailman/Mailman/Logging/Logger.py", line 49, in __init__ self.__get_f() File "/usr/local/mailman/Mailman/Logging/Logger.py", line 67, in __get_f 1) File "/usr/lib/python2.2/codecs.py", line 496, in open file = __builtin__.open(filename, mode, buffering) IOError: [Errno 13] Permission denied: '/usr/local/mailman/logs/error'
What's bin/check_perms say?
Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp
If the triangles were to make a God they would give him three sides. -- Montesquieu
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3rc2 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.
iD8DBQE/Lm7Duv+09NZUB1oRAvdtAKDyi0BiQqyfwRzn2aWwz0omdSZMWwCg8UYq tZy0dpEcfmHlr04QeTd+YXc= =2a8m -----END PGP SIGNATURE-----
Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: dobber@bastun.net Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/dobber%40bastun.net
Hi! I'm your friendly neighbourhood signature virus. Copy me to your signature file and help me spread!
participants (2)
-
Ivan Dimitrov
-
Todd