New software on moof (Re: Gump on moof)

2004-03-16 Thread Wilfredo Sánchez
  Some new software on moof:

  apr, apr-util, httpd are in /usr/local/apache
  bdb is in /usr/local/BerkeleyDB.4.2
  expat is in /usr/local/expat
  libxml2 is in /usr/local/libxml
  neon is in /usr/local/neon
  swig is in /usr/local/swig
  svn is in /usr/local/subversion/bin
  gpg is in /usr/local/gpg
-wsv

On Mar 15, 2004, at 6:27 PM, Adam R. B. Jack wrote:

When there is something on moof to redirect to, we can add the proxy 
to
the
configuration.  Hopefully that won't be for too long, and we can get 
GUMP
running within the data center.
FWIIW: There has been content in there [/usr/local/gump/public/results]
since Friday when I installed Gump and asked for this change. Content 
would
be fuller if we had an SVN client on there (and Maven, and mail 
set-up) but
there is some valid content. No stress though.

On 'design URL', since moof is not resource boundless (w.r.t. disk) I
suspect we'll only install the one flavour on there, two at most, so I 
doubt
it is a big deal.

regards,

Adam


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: New software on moof (Re: Gump on moof)

2004-03-16 Thread Stefano Mazzocchi
Wilfredo Sánchez wrote:

  Some new software on moof:

  apr, apr-util, httpd are in /usr/local/apache
  bdb is in /usr/local/BerkeleyDB.4.2
  expat is in /usr/local/expat
  libxml2 is in /usr/local/libxml
  neon is in /usr/local/neon
  swig is in /usr/local/swig
  svn is in /usr/local/subversion/bin
  gpg is in /usr/local/gpg
Awesome! thanks a lot.

Fred, we would like to have gump sending notice emails to the groups 
when failures appear, can we relay from moof? if not, what's the 
alternative?

TIA

Ah, another thing, is the httpd in /usr/local/apache the one that is 
started up by default on moof now?

--
Stefano.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: New software on moof (Re: Gump on moof)

2004-03-16 Thread Wilfredo Sánchez
On Mar 16, 2004, at 7:04 PM, Stefano Mazzocchi wrote:

Fred, we would like to have gump sending notice emails to the groups 
when failures appear, can we relay from moof? if not, what's the 
alternative?
  We can relay through mail.opensource.apple.com, which is on the same 
subnet.  Postfix needs to be set up if we want delivery with 
/usr/sbin/sendmail, etc. to work.  If you just need an SMTP server, 
mail.opensource.apple.com should do.  I don't know what gump needs.

Ah, another thing, is the httpd in /usr/local/apache the one that is 
started up by default on moof now?
  No.  That one is httpd 2.0, installed because it was part of my svn 
build (tarballs for which, by the way, are on my public iDisk).  We'd 
need to edit the Startup Item if we want to start 2.0 instead (or 
also).

-wsv

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: New software on moof (Re: Gump on moof)

2004-03-16 Thread Adam R. B. Jack
>We can relay through mail.opensource.apple.com, which is on the same
> subnet.  Postfix needs to be set up if we want delivery with
> /usr/sbin/sendmail, etc. to work.  If you just need an SMTP server,
> mail.opensource.apple.com should do.  I don't know what gump needs.

Gumpy uses Python's SMTP library, so we ought be able to just teach it this
server & use default port. Thanks.

regards

Adam


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New software on moof (Re: Gump on moof)

2004-03-16 Thread Wilfredo Sánchez
  Cool.  Let me know if it has any trouble.

-wsv

On Mar 16, 2004, at 9:32 PM, Adam R. B. Jack wrote:

Gumpy uses Python's SMTP library, so we ought be able to just teach it 
this
server & use default port. Thanks.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: New software on moof (Re: Gump on moof)

2004-03-17 Thread Stefano Mazzocchi
Wilfredo Sánchez wrote:

On Mar 16, 2004, at 7:04 PM, Stefano Mazzocchi wrote:

Fred, we would like to have gump sending notice emails to the groups 
when failures appear, can we relay from moof? if not, what's the 
alternative?


  We can relay through mail.opensource.apple.com, which is on the same 
subnet.  Postfix needs to be set up if we want delivery with 
/usr/sbin/sendmail, etc. to work.  If you just need an SMTP server, 
mail.opensource.apple.com should do.  I don't know what gump needs.
Gump needs to send notice emails to the lists that own a particular 
project if the build fails, that's all.

If we can relay thru mail.opensource.apple.com, that's fine for me.

Ah, another thing, is the httpd in /usr/local/apache the one that is 
started up by default on moof now?
  No.  That one is httpd 2.0, installed because it was part of my svn 
build (tarballs for which, by the way, are on my public iDisk).  We'd 
need to edit the Startup Item if we want to start 2.0 instead (or also).
I personally would like to have one web server running and that would be 
2.0, but I really don't care, as long as I know which one is the default 
one.

--
Stefano.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: New software on moof (Re: Gump on moof)

2004-03-17 Thread Wilfredo Sánchez
  I prefer 2.0 myself, so let's use that.  I'd switched the startup 
item to use it, and config is /usr/local/apache/conf.

  I also turned off the web performance cache, which I know little 
about and therefore distrust.

  And I configured it to listen on port 8080, which appears to be 
accessible from minotaur.  Feel free to take it from there.

-wsv

On Mar 17, 2004, at 12:41 PM, Stefano Mazzocchi wrote:

I personally would like to have one web server running and that would 
be 2.0, but I really don't care, as long as I know which one is the 
default one.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: New software on moof (Re: Gump on moof)

2004-03-17 Thread Stefano Mazzocchi
Wilfredo Sánchez wrote:

  I prefer 2.0 myself, so let's use that.  I'd switched the startup item 
to use it, and config is /usr/local/apache/conf.

  I also turned off the web performance cache, which I know little about 
and therefore distrust.

  And I configured it to listen on port 8080, which appears to be 
accessible from minotaur.  Feel free to take it from there.
Awesome. Thanks much.

Infrastructure@ I need you guys to change the proxy from port 16080 to 
8080 for gump.apache.org.

TIA.

--
Stefano.


smime.p7s
Description: S/MIME Cryptographic Signature


RE: New software on moof (Re: Gump on moof)

2004-03-17 Thread Noel J. Bergman
> Infrastructure@ I need you guys to change the proxy from port 16080
> to 8080 for gump.apache.org.

Done.  Just waiting for an httpdadmin to do a cvs up and graceful.

--- Noel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New software on moof (Re: Gump on moof)

2004-03-17 Thread Wilfredo Sánchez
FYI-

  I've put in a service request (had to learn how) to allow port 80, in 
case this is actually doable.  I also requested outbound port 25 to 
mail.apache.org.

-wsv

On Mar 17, 2004, at 2:13 PM, Wilfredo Sánchez wrote:

  And I configured it to listen on port 8080, which appears to be 
accessible from minotaur.  Feel free to take it from there.


smime.p7s
Description: S/MIME cryptographic signature