[Mailman-Developers] Bug creating lists in 2.1a3+
Jose A. Accino
jaccino@ieev.uma.es
Tue, 20 Nov 2001 19:29:27 +0100
Well, I just updated to latest CVS. I installed Python 2.2 and
Mailman. Now, creating a new list with the web interface I get
the error message below. Using the command line I get a similar
one but without the reference to the 'process request()' call.
Any help?
JA.
>Bug in Mailman version 2.1a3+
>
>[...]
>
>Traceback:
>
>Traceback (most recent call last):
> File "/usr/local/mailman/scripts/driver", line 96, in run_main
> main()
> File "/usr/local/mailman/Mailman/Cgi/create.py", line 55, in main
> process_request(doc, cgidata)
> File "/usr/local/mailman/Mailman/Cgi/create.py", line 205, in
>process_request
> sys.modules[modname].create(mlist, cgi=1)
> File "/usr/local/mailman/Mailman/MTA/Postfix.py", line 122, in create
> db = dbhash.open(DBFILE, 'c')
> File "/usr/local/lib/python2.2/dbhash.py", line 16, in open
> return bsddb.hashopen(file, flag, mode)
>error: (22, 'Invalid argument')
>
>
>
>
>
>Python information:
>
> Variable
> Value
> sys.version
> 2.2b2 (#1, Nov 20 2001, 17:18:14) [GCC 2.95.2 20000220
>(Debian GNU/Linux)]
> sys.executable
> /usr/local/bin/python
> sys.prefix
> /usr/local
> sys.exec_prefix
> /usr/local
> sys.path
> /usr/local
> sys.platform
> linux2