Received: by 10.224.117.143 with SMTP id r15mr2924353qaq.1.1350059213100; Fri, 12 Oct 2012 09:26:53 -0700 (PDT) X-BeenThere: puppet-users@googlegroups.com Received: by 10.229.172.131 with SMTP id l3ls3972379qcz.1.gmail; Fri, 12 Oct 2012 09:26:46 -0700 (PDT) Received: by 10.224.223.14 with SMTP id ii14mr2925070qab.3.1350059206224; Fri, 12 Oct 2012 09:26:46 -0700 (PDT) Received: by 10.224.28.213 with SMTP id n21msqac; Fri, 12 Oct 2012 09:22:07 -0700 (PDT) Received: by 10.101.72.17 with SMTP id z17mr794056ank.16.1350058927417; Fri, 12 Oct 2012 09:22:07 -0700 (PDT) Received: by 10.101.72.17 with SMTP id z17mr794055ank.16.1350058927395; Fri, 12 Oct 2012 09:22:07 -0700 (PDT) Return-Path: Received: from mail-gh0-f179.google.com (mail-gh0-f179.google.com [209.85.160.179]) by gmr-mx.google.com with ESMTPS id m9si732337yhc.5.2012.10.12.09.22.07 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 12 Oct 2012 09:22:07 -0700 (PDT) Received-SPF: pass (google.com: domain of r...@pil.as designates 209.85.160.179 as permitted sender) client-ip=209.85.160.179; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of r...@pil.as designates 209.85.160.179 as permitted sender) smtp.mai...@pil.as; dkim=pass header...@pil.as Received: by mail-gh0-f179.google.com with SMTP id g20so734056ghb.10 for ; Fri, 12 Oct 2012 09:22:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pil.as; s=google; h=sender:date:from:to:message-id:subject:x-mailer:mime-version :content-type; bh=M7QMh8FKZBFiYDqxfjQXx6XYfCpJqIZrAQUTHXKpCvg=; b=bM4I8vh7Lq3jZY3XrMoKsGOS0vZ6yPmUJtGuOUpM7Wr0I7wB5VtYpdFke9SAftcJkB BxNXZNpr0sqgfKl8b3y7JMmKd+yNu6TLh5H3yxAvV1oYIbLz60DOTt2kL/sg6Vt5SsXP WA3sXCw+QaPEbw+hMyZadBZdQbPF6J72PJL8s= d=google.com; s=20120113; h=sender:date:from:to:message-id:subject:x-mailer:mime-version :content-type:x-gm-message-state; bh=M7QMh8FKZBFiYDqxfjQXx6XYfCpJqIZrAQUTHXKpCvg=; b=ffH550ISclFMp4XFrh44fZy6Jyj+Rm6m4beniCKJg2L+u2mT60wwaduIg7W7CKSzum 9Tx2QCTVtR4IdH6qgGi/w2u8LigQ83/HzJS5MkMlhMW8daDjscKsoM+u2/0sXhUJr/Vp 2Cpp6Kvf6W1CUdga0/rdvtbi/rLkVT92jmt1YvorzkJPq6q8iavNcTb2EMTSviTZ2X6w 228AcjAuKgeCfypg2unRJOvcrYvUTXBaxTy7A8wjzLRcoNDtPmSn9uQxCh79yDu2OyAp 43U6NOOYDLTYHmmboROmdLvX2G23qR2IvHmZkMdoiq2XbFR7ViJ7lrrr5nhyGkYMGlIa VpqQ== Received: by 10.236.125.133 with SMTP id z5mr4714776yhh.121.1350058927072; Fri, 12 Oct 2012 09:22:07 -0700 (PDT) Return-Path: Received: from [192.168.2.221] (r201-217-156-226.ir-static.anteldata.net.uy. [201.217.156.226]) by mx.google.com with ESMTPS id h46sm7570917yhc.2.2012.10.12.09.22.00 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 12 Oct 2012 09:22:01 -0700 (PDT) Sender: Rodolfo Pilas Date: Fri, 12 Oct 2012 14:21:56 -0200 From: Rodolfo Pilas To: puppet-users@googlegroups.com Message-ID: <4ADF300EF8A84D5AAD37930102FA4...@pil.as> Subject: Error: Not authorized to call find on /file_metadata/files X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="507843a4_10233c99_179" X-Gm-Message-State: ALoCoQkMf2bBPLUqZkDno9BL+pCuqXRfbI6/Lxg88CP++gL6FQD1X4m2loriIaT+6oyOvVYyfnHU --507843a4_10233c99_179 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline I installed puppet 3.0.0 and seen that all my servers were unable to update files anymore. I transform allow IP to allow_ip IP at fileserver.conf without success. I also try to find solution i.e. here http://pil.as//1w === fileserver.conf [files] path /etc/puppet/files allow master.fulldomain allow_ip 192.168.0.0/24 === auth.conf path /file allow * allow_ip 192.168.1.0/24 And I have just upgrade to puppet 3.0.1 but I continue with: Error: Not authorized to call find on /file_metadata/files Can you tell me any suggestion to solve this issue ? --- Rodolfo Pilas http://www.pilas.net @ysidorito --507843a4_10233c99_179 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline

I installed puppet 3.0.0 and seen that all my = servers were unable to update files anymore.

I t= ransform allow IP to allow=5Fip IP at fileserver.conf without success.

I also try to find solution i.e. here http://pil.as//1w

=3D=3D=3D fileserver.conf
=5Bfiles=5D
  path /etc/puppet/files
  allow master= .fulldomain
  allow=5Fip 192.168.0.0/24

=3D=3D=3D auth.conf
path /file
allow *
allow=5Fip 192.168.1.0/24
=

And I have just upgrade to puppet 3.0.1 but I c= ontinue with:

Error: Not authorized to call find= on /file=5Fmetadata/files

Can you tell me any s= uggestion to solve this issue =3F

---
Rodolfo Pilas
=40ysidorito

--507843a4_10233c99_179--