Koozali.org: home of the SME Server

Mailman on SME 8

Offline larieu

  • *****
  • 214
  • +0/-0
Mailman on SME 8
« on: May 04, 2010, 10:19:41 PM »
I've checked this package on one fresh installed SME8 beta 5
(smeserver-mailman)

and as this link explain
http://wiki.contribs.org/SME8.0_Contribs_QA
it will hang on console (during boot if you go into second console on the server and just see the messages
Code: [Select]
tail -f /var/log/messages
you can notice extremely easy that the server will hang immediate that apache start (or claim that it will start)

also that mailman seems to be functional after installing
only that is not "configured"
and you'll need some template "sme stile" to work
but if you don't install smeserver-mailman and just install the regular mailman (which is installed as dependency in smeserver-mailman)
the server will start without problems
that means for me that the contrib is somewhere buggy for this new version

can anyone give me some hints how to check more debug in that package?

thanks
if everybody's life around you is better, probably yours will be better
just try to improve their life

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Mailman on SME 8
« Reply #1 on: May 04, 2010, 10:41:28 PM »
there's a bug in bugzilla against mailman in SME8.. you need a rpm compiled ad hoc for SME because of different user/group

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Mailman on SME 8
« Reply #2 on: May 05, 2010, 09:34:51 AM »
there's a bug in bugzilla against mailman in SME8.. you need a rpm compiled ad hoc for SME because of different user/group
Do you perhaps have a reference to this bug?
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Mailman on SME 8
« Reply #3 on: May 05, 2010, 10:00:27 AM »
yes.. 5902

I've checked the .spec file and, in the rpm available from contribs.org I read:

Quote
%changelog
* Sun Apr 20 2008 Shad L. Lords <slords@mail.com> 3:2.1.5.1-34.rhel4.6.sme
- Clean up spec so package can be built by koji/plague
- SME Server apache runs as www:www, not apache:apache [SME: 92]
- TODO: Can we do this with just an SME Server mailman binary?

HTH