Crompton Administrator <admin@marconi.crompton.com> :
> I created a list called test. When I send mail to majordomo@my_system
> the disk drive goes crazy for about 3-4 minutes, constantly accessing.
> Top shows little cpu usage on my 150mhz pentuim but the memory
> usage goes up constantly.
>
> It shows the perl job running from sendmail. Finally after 3-4
> minutes of this it stops sends me mail with an out of memory
> error. Funny thing is that it also sends back the query but it
> is not complete. I.E. if I send to the test list with 'info' in
> the text it sends back 'info' but not the info from the file.
I had a similar problem. Very likely, you doesn't changed the W_UID
and W_GID in the Makefile. Check the user that is running the process
when you send a message to majordomo and wrapper is activated. To do
this, run top just after sending a message to majordomo. In my case
the process had an extraneous "#54" in place of the username, that
should be "majordom". 54 is the value of UID and GID that came in the
Makefile, whereas the values for the user majordom were 16. To fix the
problem, edit the Makefile and change the section:
....
> # If you're using a POSIX-compliant system, uncomment this set of parameters
> # and comment out the BSD settings above.
> #
> #
> W_UID = 54
> W_GID = 54
> W_CHOWN=root
> W_CHMOD=4755
.....
changing the 54 for the UID and GID of your majordomo user. (If you
don't know this, then run "id" at the shell prompt while logged as
majordomo. )
Finally re-run install.
Mario
--
%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>
Dr. Mario Alberto Storti (mstorti@galileo.unl.edu.ar)
Grupo de Tecnologia Mecanica del INTEC
Instituto de Desarrollo Tecnologico para la Industria Quimica
Guemes 3450 - 3000 Santa Fe, Argentina
Fax: (54)(42) 55.09.44, Tel: (54)(42) 55.91.75
Home: Gob. Vera 3161, 3000 - Santa Fe. Tel: (54)(42) 55.00.23
%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>
Follow-Ups:
|
|