From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe006.messaging.microsoft.com [216.32.180.16]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id AFB4AE003E3 for ; Fri, 7 Jun 2013 05:31:51 -0700 (PDT) Received: from mail196-va3-R.bigfish.com (10.7.14.235) by VA3EHSOBE006.bigfish.com (10.7.40.26) with Microsoft SMTP Server id 14.1.225.23; Fri, 7 Jun 2013 12:31:49 +0000 Received: from mail196-va3 (localhost [127.0.0.1]) by mail196-va3-R.bigfish.com (Postfix) with ESMTP id CA3B63A01C4; Fri, 7 Jun 2013 12:31:49 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -5 X-BigFish: VS-5(zzbb2dI98dI9371IfecI1432Izz1f42h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ah1fc6hzz8275bhz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1d2eh1d3fh1dfeh1dffh1155h) Received: from mail196-va3 (localhost.localdomain [127.0.0.1]) by mail196-va3 (MessageSwitch) id 1370608308288630_13698; Fri, 7 Jun 2013 12:31:48 +0000 (UTC) Received: from VA3EHSMHS025.bigfish.com (unknown [10.7.14.230]) by mail196-va3.bigfish.com (Postfix) with ESMTP id 412BF30025F; Fri, 7 Jun 2013 12:31:48 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by VA3EHSMHS025.bigfish.com (10.7.99.35) with Microsoft SMTP Server (TLS) id 14.1.225.23; Fri, 7 Jun 2013 12:31:44 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.2.328.11; Fri, 7 Jun 2013 12:33:02 +0000 Received: from [10.29.244.5] ([10.29.244.5]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id r57CVfQd015291; Fri, 7 Jun 2013 05:31:42 -0700 Message-ID: <51B1D239.5010105@freescale.com> Date: Fri, 7 Jun 2013 09:29:45 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Otavio Salvador References: In-Reply-To: X-OriginatorOrg: freescale.com Cc: "meta-freescale@yoctoproject.org" Subject: Re: fatal error while init the repo on a nfs mounted drive X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 12:31:52 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 06/07/2013 09:11 AM, Otavio Salvador wrote: > > > > On Fri, Jun 7, 2013 at 6:25 AM, Thanassis Silis > wrote: > > i am trying to initialize a repo (for yocto development - but it > seems to be using the same infrastructure as android). > since I lack space on the OS drive, I nfs mounted another disk > (filesystem is ext4 but that probably is irrelevant on the > mount-client side). > I try to initialize the repo with the command > > |./repo init -uhttps://github.com/Freescale/fsl-community-bsp-platform -b dylan > | > > and get the error > > |fatal: unable to start /mnt/lvm/public/.repo/repo/main.py > fatal: [Errno 13] Permission denied > | > > Permissions are fine on the disk. manually I can do file operations > without a problem. > Is it impossible to have the repo on an nfs drive (even at the > penalty of slower processing)? > Thank you for your help > > > I never tried this setup; I use sstate in NFS in some customers but not > full build system. I have never tried it as well, but error -13 from NFS when mounting rootfs is usually associated with missing 'sudo /etc/init.d/nfs-serverXXXX restart' Double check your /etc/export configuration -- Daiane