• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Distributed builds on headless XServe
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: Distributed builds on headless XServe (From: Christian Schaffner <email@hidden>)

  • Prev by Date: Re: Distributed builds on headless XServe
  • Next by Date: Re: XCode 2.1 Preprocessing Info.plist
  • Previous by thread: Re: Distributed builds on headless XServe
  • Next by thread: huge __LINKEDIT section
  • Index(es):
    • Date
    • Thread