-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
Am Monday 26 June 2006 18:46 schrieb Roland Mas: > > Nope, creating that symlink doesn't change anything. This looks more > > like a broken mailman config to me, but I didn't have time to > > investigate in detail yet. > > Okay, I'll investigate. A few more hints: I have been checking the mm_cfg.py config script in /etc/mailman, trying this patch: - --- mm_cfg.py.orig 2006-06-27 10:03:26.000000000 +0200 +++ mm_cfg.py 2006-06-27 10:04:47.000000000 +0200 @@ -56,8 +56,8 @@ #------------------------------------------------------------- # If you change these, you have to configure your http server # accordingly (Alias and ScriptAlias directives in most httpds) - -DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman' - -PRIVATE_ARCHIVE_URL = '/cgi-bin/mailman/private' +DEFAULT_URL_PATTERN = 'http://%s/mailman' +PRIVATE_ARCHIVE_URL = '/mailman/private' IMAGE_LOGOS = '/images/mailman/' #------------------------------------------------------------- Unfortunalety, it did not make a difference. What I wonder here is that the pyc "cache" file in /usr/lib/mailman/Mailman/mm_cfg.pyc did not update: gforge:/usr/lib/mailman/Mailman# ls -l mm_cfg* /etc/mailman/mm_cfg.py - -rw-r--r-- 1 root root 3998 Jun 27 10:12 /etc/mailman/mm_cfg.py lrwxrwxrwx 1 root root 22 Jun 13 11:28 mm_cfg.py -> /etc/mailman/mm_cfg.py - -rw-r--r-- 1 root list 4034 May 2 08:06 mm_cfg.py.dist - -rw-rw-r-- 1 root list 1580 Jun 13 11:30 mm_cfg.pyc I have tried moving the pyc file out of the way, but python did not update them and mailman behavoir did not change. To make the hosts work temporarily, I use this workaround in /etc/gforge/httpd.conf in the VHost declaration of the list host: ScriptAlias /cgi-bin/mailman/ /var/lib/mailman/cgi-bin/ Not really elegant, but it makes this bug less urgent. Live long and Prosper! Torben Nehmer - -- Torben Nehmer, Guenzburg, Bavaria, Germany http://www.nathan-syntronics.de, mailto:[EMAIL PROTECTED] PGP Public Key: https://www.link-m.de/pgp/t.nehmer.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEoO0QJPh4Kn6d5FYRAqIRAJ4q4QB//A2mTUW+OKkalQv0RAqpFACg1bAl 4urSlrpCzcFCVeJW1iVMmq4= =2ts6 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]