Re: [Mailman-Users] Passwords of members UPDATE

2003-01-22 Thread Steve Rifkin
But, the python commands you want me to try DO work (and mailman still yields the same errors from my previous e-mail): # python -V Python 2.2.2 # python Python 2.2.2 (#1, Jan 9 2003, 16:24:27) [GCC 2.95.2 19991024 (release)] on sunos5 Type "help", "copyright", "credits" or "license" for more i

Re: [Mailman-Users] Passwords of members UPDATE

2003-01-19 Thread Barry A. Warsaw
Steve, You're first problem looks like a classic "permission denied" problem. I'd suggest running bin/check_perms to see if that clears up your problems. The second issue you had (no module name "time") looks like your Python installation is broken. You should be able to do something like the

Re: [Mailman-Users] Passwords of members UPDATE

2003-01-09 Thread Steve Rifkin
I recently installed mailman 2.1 (upgrading over our mailman 2.13) to correct a problem with list admin passwords. At the time of the upgrade, I was running python 2.1 Today I finally ran genaliases to modify the old mm list aliases for the new mailman. With the aliases in place, I sent e-mail

Re: [Mailman-Users] Passwords of members UPDATE

2003-01-09 Thread Barry A. Warsaw
> "SR" == Steve Rifkin <[EMAIL PROTECTED]> writes: SR> OK, I upgraded to MM2.1. After having to run check_perms with SR> -f to fix permissions, I finally got the web pages up. SR> When I go in as site admin and change the list admin's SR> password for a list, I *still* canno

Re: [Mailman-Users] Passwords of members UPDATE

2003-01-06 Thread Steve Rifkin
> A better solution would be to upgrade to MM2.1. It uses sha1 hashing, > which will always be available. OK, I upgraded to MM2.1. After having to run check_perms with -f to fix permissions, I finally got the web pages up. When I go in as site admin and change the list admin's password for a

Re: [Mailman-Users] Passwords of members UPDATE

2003-01-03 Thread Barry A. Warsaw
The ownership issue is a red-herring. As long as it's group owned by mailman and it's g+rw you should be fine. 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

Re: [Mailman-Users] Passwords of members UPDATE

2003-01-03 Thread Steve Rifkin
Just did another reinstall of 2.0.13. Again, installed with no problems. Check_perm ran fine... again And, the list ownerships for the config.db file for my test list is: -rw-rw 1 mailman mailman 3169 Jan 03 11:57 config.db (owned and group-owned by mailman) Then, I log into the

Re: [Mailman-Users] Passwords of members UPDATE

2003-01-03 Thread Steve Rifkin
> > What are you using for Password authentication on your system? Are you > using PAMs? What does your /etc/nsswitch.conf file look like (are you > using NIS)? NIS is used, but the mailman user account info is local to the web server. Mailman's home directory, though, is shared between the

Re: [Mailman-Users] Passwords of members UPDATE

2002-12-27 Thread Jon Carnes
Catching up on a few of your messages... I'm betting that your Web-server runs as user nobody, so changes via the web to the list config may end-up as being owned by "nobody". Shouldn't you have the sticky bit set for the group on all those directories and files (if the check came back okay then

Re: [Mailman-Users] Passwords of members UPDATE

2002-12-27 Thread Steve Rifkin
Oh, I should also add that, as user mailman, when I run: bin/check_perms I get: No problems found Steve -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.py

Re: [Mailman-Users] Passwords of members UPDATE

2002-12-27 Thread Steve Rifkin
Going an extra step, I compiled python 2.2.2 and put it in place. I then rebuilt mailman (based on the new python). Again, mailman works EXCEPT FOR list admin passwords. I'm running out of options. I'm now at python 2.2.2 and mailman 2.0.13, and my list admins cannot log in, but the site admi