Re: Distributed builds on headless XServe
Re: Distributed builds on headless XServe
- Subject: Re: Distributed builds on headless XServe
- From: j o a r <email@hidden>
- Date: Wed, 20 Jul 2005 10:17:40 +0200
On 20 jul 2005, at 09.32, Christian Schaffner wrote:
I had the same problem today and didn't find any command line
solution. We have two Xserves with no video card and not easily
accessible physically. After searching and trying for a while I
gave up and installed Apple Remote Destop (ARD). This worked fine.
<snip>
Has anybody else found a better solution?
Yes. Ticking that checkbox in the Xcode GUI will set a crontab for
the current user. You can do the same thing at the CLI. Just pick
some user that you want to host the distributed builds and set the
following in the crontab for that user:
* * * * * /bin/ps -auxwww | /usr/bin/grep -v '/bin/ps' | /usr/bin/
grep '[d]istccd' >/dev/null 2>&1 || ( /usr/bin/distccd --daemon --
port 3632 --nice 10 && /usr/bin/distccd --daemon --port 7264 --nice
10 ) >/dev/null 2>&1
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden