hmm, no, USE_CRYPT=0 did not work. I am using 2.1 full version. Maybe there is a way to convert the user database to the current format?
_andreas. ----- Original Message ----- From: "Jon Carnes" <[EMAIL PROTECTED]> To: "Andreas Moxnes" <[EMAIL PROTECTED]> Cc: "Mailman users Mailing list" <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 8:15 PM Subject: Re: [Mailman-Users] upgrade > Interesting... That is not supposed to happen in version 2.1 (are you > running the full version or one of the betas?) > > >From the archives come wisdom in form of words from Barry: > === > I'm guessing somewhere along the way Python got upgraded and the > status of the crypt libraries changed (either they were there before > and not now, or vice versa). Try setting USE_CRYPT=0 in your > mm_cfg.py file. > > A better solution would be to upgrade to MM2.1. It uses sha1 hashing, > which will always be available. > === > > I don't think that MM2.1 recognizes the "USE_CRYPT" variable, but since > it is calling the older version of the Password handler, that may work. > > Hope that works (or it's not a problem any more...) > On Wed, 2003-02-19 at 04:04, Andreas Moxnes wrote: > > hello, > > i've received a dump of different lists and archives > > from an older mailman version (don't know which version). > > i've installed mailman2.1, copied the lists to the mailman > > dir and used the ./bin/fix_url.py. > > > > everything works fine exept for one thing: if an "old" user > > (from the previous version) asks mailman to send a passord-reminder, > > the following error occurs. > > > > any tips? > > > > thanks, > > _andreas. > > > > Bug in Mailman version 2.1 > > > > 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 87, in run_main > > main() > > File "/usr/local/mailman/Mailman/Cgi/options.py", line 169, in main > > mlist.MailUserPassword(user) > > File "/usr/local/mailman/Mailman/Deliverer.py", line 87, in > > MailUserPassword > > if not self.getMemberPassword(user): > > File "/usr/local/mailman/Mailman/OldStyleMemberships.py", line 102, in > > getMemberPassword > > raise Errors.NotAMemberError, member > > NotAMemberError: [EMAIL PROTECTED] > > > > > > > > > > > > -------------------------------------------------------------------------- ------ > > > > Python information: > > Variable Value > > sys.version 2.2.2 (#3, Dec 30 2002, 15:34:51) [GCC 3.2 20020903 (Red Hat > > Linux 8.0 3.2-7)] > > sys.executable /usr/local/www/bin/python2.2 > > sys.prefix /usr/local/www > > sys.exec_prefix /usr/local/www > > sys.path /usr/local/www > > sys.platform linux2 > > > > > > > > > > -------------------------------------------------------------------------- ------ > > > > Environment variables: > > Variable Value > > PATH_INFO /110 > > HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, > > application/msword, application/vnd.ms-excel, > > application/vnd.ms-powerpoint, */* > > HTTP_PRAGMA no-cache > > CONTENT_TYPE application/x-www-form-urlencoded > > HTTP_REFERER http://kunst.no/mailman/options/110 > > SERVER_SOFTWARE Apache/1.3.27 (Unix) PHP/4.3.0 > > PYTHONPATH /usr/local/mailman > > SCRIPT_FILENAME /usr/local/mailman/cgi-bin/options > > SERVER_ADMIN [EMAIL PROTECTED] > > SCRIPT_NAME /mailman/options > > SCRIPT_URI http://kunst.no/mailman/options/110 > > SERVER_SIGNATURE Apache/1.3.27 Server at kunst.no Port 80 > > REQUEST_METHOD POST > > HTTP_HOST kunst.no > > SCRIPT_URL /mailman/options/110 > > SERVER_PROTOCOL HTTP/1.0 > > QUERY_STRING > > REQUEST_URI /mailman/options/110 > > CONTENT_LENGTH 69 > > HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0) > > HTTP_CONNECTION Keep-Alive > > HTTP_COOKIE > > 110+admin=280200000069a6ae533e7328000000353666376238383338303238666530346663 31393234323533346236353062323861633637633666; > > PHPSESSID=46be25a32188f7c0d5ff4a7acdaa9cc9 > > SERVER_NAME kunst.no > > REMOTE_ADDR 129.240.157.171 > > REMOTE_PORT 3576 > > HTTP_ACCEPT_LANGUAGE en-us > > PATH_TRANSLATED /usr/local/www/htdocs/kunst.no/110 > > SERVER_PORT 80 > > GATEWAY_INTERFACE CGI/1.1 > > SERVER_ADDR 158.36.77.162 > > DOCUMENT_ROOT /usr/local/www/htdocs/kunst.no > ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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: [email protected] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
