[Mailman-Users] Starting mailman with daemontools

2003-03-01 Thread C. Posey
Has anyone ever written the run doc for starting mailman with DJBNS daemontools. I tried this: #!/bin/sh exec 2>&1 exec envuidgid mailman \ rm -f /usr/local/mailman/locks/* \ exec /usr/local/bin/python /usr/local/mailman/bin/mailmanctl start but it doesn't seem to be starting m

[Mailman-Users] Re: ht://Dig error

2003-03-01 Thread C. Posey
Thx for all your help Richard! The recompile of htdig did the trick -- 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 Archiv

[Mailman-Users] Re: ht://Dig error

2003-03-01 Thread C. Posey
Ok - I completely rebuilt htdig 3.1.6 and I can see now from the ./configure - that a lot is dependent on the build process. So I rebuilt with the proper values for my htdig install. Ran the blow away again, sent another msg to the list, form appears on TOC, ran the cronjob, and now when I try

[Mailman-Users] Re: ht://Dig error

2003-03-01 Thread C. Posey
I am running Mailman 2.1 - fresh install last week All qrunner processes are running under UID mailman. On the face of it this looks OK. What I am puzzled by is that the symlinks are owned root:mailman. I would have expected them to be owned by mailman:mailman. Ths links are normally automatica

[Mailman-Users] Re: ht://Dig error

2003-03-01 Thread C. Posey
Thanks for your reply: What you described is exactly what I have... [/var/www/htdig/conf] root# ls -la total 24 drwxr-xr-x2 root root 4096 Feb 25 23:49 . drwxr-xr-x6 root root 4096 May 19 2002 .. lrwxrwxrwx1 root root 33 Feb 25 23:49 htdig-mailma

[Mailman-Users] Re: ht://Dig error

2003-02-27 Thread C. Posey
/www/htdig/bin/rundig: line 68: 30671 Segmentation fault $BINDIR/htfuzzy $opts endings DB2 problem...: /var/www/htdig/common/synonyms.db: Permission denied --- On Thursday, February 27, 2003, at 11:33 AM, C. Posey wrote: Thx for all your help Richard! The recompile of htdig did the trick

[Mailman-Users] Re: ht://Dig error

2003-02-27 Thread C. Posey
Just to be sure I patched everything correctly - I followed the instructions in the Mailman FAQ... http://www.python.org/cgi-bin/faqw-mm.py?req=all Is this correct? The patches to handle this are on the Mailman sourceforge patches pages, with ids:- [ #661138 ] corrects defects in some HTML

[Mailman-Users] ht://Dig error

2003-02-26 Thread C. Posey
I am trying to get htdig working with my mailman installation. Searched the archives and did not find the answer. I was hoping someone could point me in the right direction. I have applied the patches and everything seem to be ok with the install, night rundig works fine, search form shows up o

[Mailman-Users] Mailman - Webglimpse

2003-02-24 Thread C. Posey
I am working on adding a search function to my mailing list. I have patched all the files and have htdig up and running but I really prefer WebGlimpse. Has anyone had any success integrating WebGlimpse into searching mailman archives? If so how or where can I find more info. - thx