From owner-freebsd-isp@FreeBSD.ORG Wed May 28 10:57:26 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF06637B404 for ; Wed, 28 May 2003 10:57:26 -0700 (PDT) Received: from ns3.unixmexico.net (ns3.unixmexico.net [69.10.137.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id A531543F85 for ; Wed, 28 May 2003 10:57:23 -0700 (PDT) (envelope-from nbari@unixmexico.com) Received: (qmail 65605 invoked by uid 85); 28 May 2003 17:57:46 -0000 Received: from nbari@unixmexico.com by ns3.unixmexico.net by uid 82 with qmail-scanner-1.16 (hbedv: 6.19.0.3/6.19.0.13. Clear:. Processed in 0.25993 secs); 28 May 2003 17:57:46 -0000 Received: from ns3.unixmexico.net (HELO mail.unixmexico.com) ([69.10.137.124]) (envelope-sender ) by ns3.unixmexico.net (qmail-ldap-1.03) with SMTP for ; 28 May 2003 17:57:46 -0000 Received: from 148.243.211.1 (SquirrelMail authenticated user nbari@unixmexico.com) by mail.unixmexico.com with HTTP; Wed, 28 May 2003 12:57:46 -0500 (CDT) Message-ID: <32772.148.243.211.1.1054144666.squirrel@mail.unixmexico.com> In-Reply-To: <20030528103919.A32130@ns.museum.rain.com> References: <2217.148.243.211.187.1054021261.squirrel@mail.unixmexico.com><1054021 <87u1bgo5i2.fsf@Pectopah.shenton.org> <4344.148.243.211.182.1054116905.squirrel@mail.unixmexico.com> <20030528103919.A32130@ns.museum.rain.com> Date: Wed, 28 May 2003 12:57:46 -0500 (CDT) From: nbari@unixmexico.com To: "James Long" User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal cc: freebsd-isp@freebsd.org Subject: Re: replicating data over 2 servers X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 17:57:27 -0000 another option, i don want to change perms on files. regards. > On Wed, May 28, 2003 at 05:15:05AM -0500, nbari@unixmexico.com wrote: >> unison seems to be ok, but now i have another problem: >> >> I am trying to download some files from a server using unison via ssh, >> the files are owned by www:www and mode rw only by the user (chmod 600), >> but I am geting an Permission denied messages when trying to >> download >> this files. >> >> I can not login directly with user root to the server, but I can do su - >> with the user that I use to acces to the server, so my question is, how >> can download does files? i dont want to change permisions to does files. >> i >> have already addes my user to the www group, but still geting the >> Permission deniedd message. any idea? > > chmod 640 > >