Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66DFF49C3 for ; Thu, 7 Jul 2011 06:50:00 +0000 (UTC) Received: (qmail 6891 invoked by uid 500); 7 Jul 2011 06:49:58 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 6771 invoked by uid 500); 7 Jul 2011 06:49:35 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 6764 invoked by uid 500); 7 Jul 2011 06:49:29 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 6761 invoked by uid 99); 7 Jul 2011 06:49:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 06:49:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 06:49:24 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id BB1282C8; Thu, 7 Jul 2011 06:49:03 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 07 Jul 2011 06:49:03 -0000 Message-ID: <20110707064903.14104.46570@eos.apache.org> Subject: =?utf-8?q?=5BHadoop_Wiki=5D_Update_of_=22HowToSetupUbuntuBuildMachine=22_?= =?utf-8?q?by_GiridharanKesavan?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for ch= ange notification. The "HowToSetupUbuntuBuildMachine" page has been changed by GiridharanKesav= an: http://wiki.apache.org/hadoop/HowToSetupUbuntuBuildMachine?action=3Ddiff&re= v1=3D9&rev2=3D10 =3D=3D How to setup Ubuntu build machine =3D=3D = {{{ + = + ### NFS Issues + = + If hudson slave complains about loggin in ; then this something to do wit= h the nfs mounts. + check /etc/resolv.conf as most of the time when the machine gets re-jumpe= d the /etc/resolv.conf doesnt get the right nameserver. + need to copy the resolve.conf from one of the machine which is up and run= ning. 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 ins= talled sudo apt-get update