Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "HowToSetupUbuntuBuildMachine" page has been changed by GiridharanKesavan:
http://wiki.apache.org/hadoop/HowToSetupUbuntuBuildMachine?action=diff&rev1=9&rev2=10

  == How to setup Ubuntu build machine ==
  
  {{{
+ 
+ ### NFS Issues
+ 
+ If hudson slave complains about loggin in ; then this something to do with 
the nfs mounts.
+ check /etc/resolv.conf as most of the time when the machine gets re-jumped 
the /etc/resolv.conf doesnt get the right nameserver.
+ need to copy the resolve.conf from one of the machine which is up and 
running. By doing so would bring the nfs mounts back online.
+ 
  ### Setup hudson
+ 
  mkdir -p /grid/0/hudson/hudson-slave
  chown -R hudson:hudson /grid/0/hudson
  copy hudson slave.jar 
@@ -48, +56 @@

  chown hudson:hudson /homes/hudson/.m2
  
  ### Check tools location:
+ login as hudson user
- ls ~/hudson/tools
+ ls ~hudson/tools
  
  ### On a new re-jumped machine do the following to get required lib's 
installed
  sudo apt-get update

Reply via email to