I am trying to install mailman on Solaris8. 'make install' dies with
"/usr/bin/env: No such file or directory"
/usr/bin/env does exist:
bash-2.03$ ls -l /usr/bin/env
total 110336
-rwxr-xr-x 1 root bin 5116 Jan 5 2000 /usr/bin/env
check_perms finds the same problem. The file is global read and execute. Does mailman need write permission? If so, is that safe, and why the cryptic error message? Is something else hinky?
BTW, "check_perms -v" and "check_perms -f" produce exactly the same message as plain old "check_perms". What's happening there?
On Wed, 28 Aug 2002 15:08:00 -0700
G Armour Van Horn <vanhorn(a)whidbey.com> wrote:
> But not until you say so!
As with all software upgrades you get to decide when something is ready
for deployment on your systems, nobody else. The criteria you use for
those decisions is private to you and has no necessary relations to the
criteria or statements of anyone else.
Translation: Make up your own mind, make your own choices, support
your arguments with your own reasoning.
There are several production systems that I'm runnign straight out of
that source base's CVS repository. You can't get much more raw than
that. Similarly there are several other production systems that are two
or three whole major versions back in the past purely becuase I don't
trust the current versions.
Inform youself of the layout and values of the the field and then pick.
This is OSS. There are no magic "This product is now golden" bullets.
--
J C Lawrence
---------(*) Satan, oscillate my metallic sonatas.
claw(a)kanga.nu He lived as a devil, eh?
http://www.kanga.nu/~claw/ Evil is a name of a foeman, as I live.
Hi,
After I changed the ip address of my linux box, mailman stopped
working. (Our ISP assigned us a new IP number range). I have changed the hosts
file and rerun the m4 sendmail.mc config script. But somewhere I have
missed something. I created a new test list and tried to subscribe to
it through the web interface but I get no response from it. There are a
lot of files piling up in /home/mailman/qfiles
None of the lists (I have 4) will forward messages or allow new
subscriptions. Can anyone help??
Walter Stafford
--
------------------------------------------------------
Walter Stafford
Director of Computer Services
Boston Biomedical Research Institute
64 Grove Street
Watertown, MA 02472 USA
Main: 617-658-7700
Direct: 617-658-7808
Fax: 617-972-1753
mailto:stafford@bbri.org
http://www.bbri.org/
---------------------------------------------------------
Hey folks,
I'm having a really strange issue here, that I've been beating my head
against the wall with. If it's okay, I'd like to summarize what I've
done, in hopes that one of you may see something that I haven't and be
able to provide some guidance in where else I can look.
I'm running a number of lists, and we've recently found that one user
who's subscribed to two of those lists isn't receiving her messages. On
the server, they appear to be delivered just fine:
Aug 29 19:27:48 lincproject postfix/smtp[26161]: DBE901AF2A7:
to=<xxxxx(a)fifthave.org>, relay=fifthave.org[216.248.203.53], delay=44,
status=sent (250 TAA10442 Message accepted for delivery)
but on her end, she never sees them. Looking from Mailman logs doesn't
show any bounces/errors/anything related to her or the lists in
question.
We set up a test list, with her as the only subscriber and she does
receive messages from that list.
What this suggests to me is that the problem is somewhere on her end,
but before I confidently say that, I want to be sure that I'm not
overlooking something, and have ruled out any possibility of problems at
my end.
thanks
-arif
--
Arif Mamdani arif(a)welfarelaw.org
Circuit Rider ph: 651.644.0199
LINC Project -- Welfare Law Center c: 917.655.2579
www.lincproject.orgwww.welfarelaw.org
Hi there!
I have problems installing MM2.0.9 at compiling
time a receive the message:
checking for CGI extensions... no
Traceback (most recent call last):
File "conftest.py", line 2, in ?
from socket import *
File "/usr/local/lib/python2.1/socket.py", line 41,
in?
from _socket import *
ImportError: ld.so.1: /usr/local/bin/python: fatal:
libssl.so.0.9.6: open failed: No such file or
directory
Any ideas???
Thanks a lot!!!!
_________________________________________________________
Do You Yahoo!?
La emoción e intensidad del deporte en Yahoo! Deportes. http://deportes.yahoo.com.mx
Hello *,
I tried to install Mailman 2.1b3 and I followed the
installation instruction exactly but make install fails with
the following message:
--- snip ---
Compiling /usr/local/mailman/Mailman/versions.py ...
Traceback (most recent call last):
File "bin/update", line 44, in ?
import paths
ImportError: No module named paths
make: *** [update] Error 1
--- snap ---
My system:
SuSE 7.2
Python 2.2.1
gcc 2.95.3
The problem was already described here:
http://mail.python.org/pipermail/mailman-users/2002-July/020991.html
but no solution has been posted as far as I could see...
Any idea how solve this or how to further debug the problem?
thanks a lot in advance,
Goeran Zaengerlein
Greetings;
I'm moving lists at my site from listproc to mailman. Some of the old list owners like the ability to associate the e-mail address with a real name. Since 2.1 has this feature, I've tried to batch subscribe members with their names without success. Is there syntax I'm missing, or must I batch subscribe the addresses and then go back and add the names one at a time? I've tried this with 2.1b2.
Thanks,
Brian
Lo,
I had installed mailman 2.0.9 with sources. All work fine. My archives
are generated. But we have a read acces to my private archives without any
passwd. Is it Normal ?
Fabien.
--
Fabien COMBERNOUS - IT Engineer
eProcess - Parc Club du Millénaire Batiment n° 6
1025 rue Henri Becquerel - 34000 Montpellier FRANCE
http://www.eprocess.fr - +33 (0)4 67 13 84 50
Hi
I'm quite worried about these errors in mailman.
Can somebody please explain what this means.
Thanks
Aug 30 09:37:42 2002 (21563) Uncaught runner exception: unpack list of wrong size
Aug 30 09:37:42 2002 (21563) Traceback (most recent call last):
File "/opt/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop
self._onefile(msg, msgdata)
File "/opt/mailman/Mailman/Queue/Runner.py", line 154, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
File "/opt/mailman/Mailman/Queue/IncomingRunner.py", line 129, in _dispose
status = self._dopipeline(mlist, msg, msgdata, pipeline)
File "/opt/mailman/Mailman/Queue/IncomingRunner.py", line 152, in _dopipeline
sys.modules[modname].process(mlist, msg, msgdata)
File "/opt/mailman/Mailman/Handlers/ToDigest.py", line 76, in process
g(msg, unixfrom=1)
File "/opt/mailman/pythonlib/email/Generator.py", line 81, in flatten
self._write(msg)
File "/opt/mailman/pythonlib/email/Generator.py", line 109, in _write
self._dispatch(msg)
File "/opt/mailman/pythonlib/email/Generator.py", line 128, in _dispatch
main, sub = ctype.split('/')
ValueError: unpack list of wrong size
Aug 30 09:38:13 2002 (21563) Uncaught runner exception: unpack list of wrong size
Aug 30 09:38:13 2002 (21563) Traceback (most recent call last):
File "/opt/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop
self._onefile(msg, msgdata)
File "/opt/mailman/Mailman/Queue/Runner.py", line 154, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
File "/opt/mailman/Mailman/Queue/IncomingRunner.py", line 129, in _dispose
status = self._dopipeline(mlist, msg, msgdata, pipeline)
File "/opt/mailman/Mailman/Queue/IncomingRunner.py", line 152, in _dopipeline
sys.modules[modname].process(mlist, msg, msgdata)
File "/opt/mailman/Mailman/Handlers/ToDigest.py", line 76, in process
g(msg, unixfrom=1)
File "/opt/mailman/pythonlib/email/Generator.py", line 81, in flatten
self._write(msg)
File "/opt/mailman/pythonlib/email/Generator.py", line 109, in _write
self._dispatch(msg)
File "/opt/mailman/pythonlib/email/Generator.py", line 128, in _dispatch
main, sub = ctype.split('/')
ValueError: unpack list of wrong size