From owner-freebsd-questions@FreeBSD.ORG Fri Apr 3 19:34:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A25111065670 for ; Fri, 3 Apr 2009 19:34:14 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id 237AA8FC0A for ; Fri, 3 Apr 2009 19:34:13 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: by fxm11 with SMTP id 11so1083229fxm.43 for ; Fri, 03 Apr 2009 12:34:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:subject:from:cc :content-type:mime-version:references:content-transfer-encoding :message-id:in-reply-to:user-agent; bh=ATpy271MVUrehl1uzR6Ho0zVN+MbOsNgovwAKxtg1lA=; b=Yh6DojllAyWhsW9YcCvxa+H8WMIEb6KKHASdZTAfeynXlC+0RlHQmh907DLda/PhOw Ee25W1jq/Sqstu7jqGjBopMbuy1rhnhxXAIjntumxZ0uWPjrDO+Xh96H8TXK30raps64 Z1wzGenDTK0NP9U+z8CBL5QrKESV9+/u5/4R0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:subject:from:cc:content-type:mime-version:references :content-transfer-encoding:message-id:in-reply-to:user-agent; b=nTPWZ49kfsNB1tY1gAHsOilix7sqgTb8Y/nppXpCYMgiDaX/Mna0moC2aluu693S2q mMheV3dR/B59NveNBy04dw4h+PhralB9BRgTrlDBNdEAY3u5R2+Aw0K6hIBE9yzcAWtR f+x+3nILBuJQsYrf/TmNX7xwcPrG1VmTr7ckQ= Received: by 10.103.212.2 with SMTP id o2mr749766muq.69.1238787253087; Fri, 03 Apr 2009 12:34:13 -0700 (PDT) Received: from da1-desktop-x64 ([79.113.14.29]) by mx.google.com with ESMTPS id e10sm2280129muf.41.2009.04.03.12.34.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Apr 2009 12:34:12 -0700 (PDT) Date: Fri, 03 Apr 2009 22:32:11 +0300 To: jacques.manukyan@streamingedge.com From: "Vasadi I. Claudiu Florin" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: <49D64753.6080805@streamingedge.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <49D64753.6080805@streamingedge.com> User-Agent: Opera Mail/9.64 (Win32) Cc: "freebsd-questions@freebsd.org" Subject: Re: 2 -> more ftp accounts into same folder X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2009 19:34:15 -0000 On Fri, 03 Apr 2009 20:28:51 +0300, Jacques Manukyan wrote: > This sounds like a permission issue. Each user on the sub-folders > (folder1, folder2, etc) need to be able to get into the /mnt folder > within the OS. I'm aweare of that, hence the ACL setings I forgot to mention (silly me) /mnt has ACL: # file: mnt # owner: root # group: wheel user::rwx user:ftpadmin:rwx user:programe:r-x user:programe2:r-x user:diverse:r-x user:diverse2:r-x user:muzica:r-x group::--- group:ftpgroup:rwx mask::rwx other::--- [da1@da1.ro /]# > What is the permission on the /mnt directory? Try setting it to 755 and > see if that works. It has 770 with root:wheel. But this is disregarded because of the way ACL is set. > Also, you can start pure-ftpd in debug mode to capture the actual > error. Look at the pure-ftd.conf file or add the -d option to the > daemon for debug information. > For some reason, that's evading me right now, I'm unable to see anything, althow the daemon is started with -d. Will look into it latter.