Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-23 Thread Stephen J. Turnbull
Ben == Ben Discoe [EMAIL PROTECTED] writes: Ben Wow. I had no idea at all that it was possible to run Apache Ben _inside_ Cygwin. The Apache website directs Windows people Ben to just install and run, so the alternate route is not well Ben known. You might want to just take a

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-23 Thread Mark Sapiro
Stephen J. Turnbull wrote: Ben == Ben Discoe [EMAIL PROTECTED] writes: Ben Wow. I had no idea at all that it was possible to run Apache Ben _inside_ Cygwin. The Apache website directs Windows people Ben to just install and run, so the alternate route is not well Ben known.

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-22 Thread Ben
Thanks Mark, the source code change you gave me made it work: I was able to use newlist, and it completed successfully! However, when I attempt to connect to the Admin page (http://localhost/mailman/admin.exe) it says: Bug in Mailman version 2.1.6 We're sorry, we hit a bug! ... the webmaster

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-22 Thread Mark Sapiro
Ben wrote: I tried explicitly forcing permissions with 'chmod 777 config.pck', and that made the Admin page work. So, the 660 permissions are the problem, not the owner/group. However, when I tried the Admin page for the list, I got We're sorry, we hit a bug! again: admin(4088): File

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-22 Thread Ben
Mark, Thanks very much for continuing to try to help.. I tried explicitly forcing permissions with 'chmod 777 config.pck', and that made the Admin page work. So, the 660 permissions are the problem, not the owner/group. This seems to be a widespread issue with Mailman under Cygwin -

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-22 Thread Mark Sapiro
Ben wrote: I have tried this. However, I get the exact same error as before: admin(704): File /usr/local/mailman/Mailman/MailList.py, line 591, in __load admin(704): fp = open(dbfile) admin(704): IOError: [Errno 13] Permission denied: '/usr/local/mailman/lists/friends/config.pck' I have

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-22 Thread Ben
You need to run bin/newlist as mailman or some user in the Administrators group, not as Ben in group None. User 'Ben' and 'mailman' are both in the Administrators group. It is cygwin that decides to display None as the file's group owner. I assume this is just a limitation of Cygwin. On the

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-22 Thread Mark Sapiro
Ben wrote: You need to run bin/newlist as mailman or some user in the Administrators group, not as Ben in group None. User 'Ben' and 'mailman' are both in the Administrators group. It is cygwin that decides to display None as the file's group owner. I assume this is just a limitation of

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-22 Thread Ben
So, as far as both Windows and Cygwin should be concerned, mailman _is_ in the Administrators group. But that clearly isn't what's happening. What do you get from group Ben and group mailman I get bash: group: command not found If they are in more than one group, I think files they

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-22 Thread Mark Sapiro
Ben wrote: But that clearly isn't what's happening. What do you get from group Ben and group mailman I get bash: group: command not found Sorry, that should have been groups, not group Now i tried setting mmsitepass, and giving the same value in the web create inteface. That got past

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-22 Thread Mark Sapiro
Ben wrote: Well, in my case, everything runs as user Mark and group None so everything is in the None group, and it works. Aha! Well, maybe that's the only functional workaround! I will try re-configure and re-install with --with-mail-gid=None --with-cgi-gid=None --with-groupname=None and

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-22 Thread Ben
Mark, Aha! Well, maybe that's the only functional workaround! I will try re-configure and re-install with --with-mail-gid=None --with-cgi-gid=None --with-groupname=None and see if it gets further. To continue the story. I tried this, and web access produced the error that Apache is

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-22 Thread Mark Sapiro
Ben wrote: You mentioned that you _have_ seen it work with user 'Mark' and group 'None'. Do you have any record of what you passed to ./configure in this case? Yes, but it won't help you because I run Apache under Cygwin, also as user Mark and group None. This comes out of a shell script that

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-22 Thread Mark Sapiro
Ben wrote: Right. Perhaps the trouble is that Apache runs outside of Cygwin (or more precisely, the trouble is that Mailman runs inside it :) although Apache is simply executing a binary which is built and runs inside Cygwin, so that must not be it. This is the first time you mentioned Apache

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-22 Thread Ben Discoe
Hi Mark, Right. Perhaps the trouble is that Apache runs outside of Cygwin (or more precisely, the trouble is that Mailman runs inside it :) This is the first time you mentioned Apache doesn't run under Cygwin. I'm sure this adds a serious complication. Wow. I had no idea at all that

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-21 Thread Ben
Hi folks, Some more information. I tried to banish all knowledge of the local hostname by providing the --with-mailhost and --with-urlhost arguments at the time of configure: $ ./configure --with-mail-gid=mm --with-cgi-gid=Administrators --with-groupname=mm --with-cgi-ext=.exe

Re: [Mailman-Users] Mailman under Cygwin - won't add list

2005-12-21 Thread Mark Sapiro
Ben wrote: Now, when I try to add a list, I get a python error! $ newlist --urlhost=ahualoa.net --emailhost=ahualoa.net friends [EMAIL PROTECTED] Initial friends password: Traceback (most recent call last): File /usr/local/mailman/bin/newlist, line 254, in ? main() File

[Mailman-Users] Mailman under Cygwin - won't add list

2005-12-20 Thread Ben
Hi folks, Aside from the Apache problem, I can't seem to get Mailman to create a list. This is on Cygwin. I give the command: $ newlist friends Enter the email of the person running the list: [EMAIL PROTECTED] Initial friends password: Create a new, unpopulated mailing list. Usage: