[zeromq-dev] Getting rid of RLIMIT_NOFILE
Mikko Koppanen
mikko.koppanen at gmail.com
Sat Feb 5 00:06:13 CET 2011
On Fri, Feb 4, 2011 at 10:07 PM, Neale Ferguson <neale at sinenomine.net> wrote:
> I have to build Hudson from sources as it appears to have been built for the
> Sun Java environment but System z only has IBM, gcj, or openJDK (interpreter
> mode only). I tried building it but I only have maven 2.0.8 and it needs
> 2.0.9 or better. So I’m battling pre-reqs of pre-reqs. I am going to try and
> build maven 2.2.21 – it will take some time on my little box.
>
> Is it possible for my Hudson builder to live in a VPN – i.e. Just reaching
> out to your master to look for work or does the master need to contact the
> slave?
Hello,
normally I use the Hudson build slave configuration where the slave
doesn't actually run full Hudson setup but just a headless slave
setup. This setup can be configured in a way that the slave initiates
the connection to the master. Currently all the slaves in the
centralised setup connect using plain text connections as the boxes
are wired straight to each other but I think using SSL for slave
connection is possible as well and as far as I know the slave setup
should work using OpenJDK as well.
So in the normal scenario I add the slave to the central server, fetch
the slave.jar from central server and use this command
http://wiki.hudson-ci.org/display/HUDSON/Distributed+builds#Distributedbuilds-Launchslaveagentheadlessly
Hudson is currently changing name to Jenkins and I am updating the
build cluster over the weekend so don't be surprised if you see
"Jenkins" mentioned instead of "Hudson".
--
Mikko Koppanen
More information about the zeromq-dev
mailing list