From owner-freebsd-questions@FreeBSD.ORG Fri Apr 3 17:28:57 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 84D21106564A for ; Fri, 3 Apr 2009 17:28:57 +0000 (UTC) (envelope-from mlfreebsd@streamingedge.com) Received: from mail.streamingedge.com (mail.streamingedge.com [66.151.192.165]) by mx1.freebsd.org (Postfix) with ESMTP id 5BA6F8FC19 for ; Fri, 3 Apr 2009 17:28:57 +0000 (UTC) (envelope-from mlfreebsd@streamingedge.com) Received: from mail.streamingedge.com (localhost.streamingedge.com [127.0.0.1]) by mail.streamingedge.com (Postfix) with ESMTP id D06F6119E7E; Fri, 3 Apr 2009 13:28:55 -0400 (EDT) Received: from [172.17.0.115] (unknown [172.17.0.115]) by mail.streamingedge.com (Postfix) with ESMTPA id B55B4119E64; Fri, 3 Apr 2009 13:28:55 -0400 (EDT) Message-ID: <49D64753.6080805@streamingedge.com> Date: Fri, 03 Apr 2009 13:28:51 -0400 From: Jacques Manukyan Organization: StreamingEdge User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: "Vasadi I. Claudiu Florin" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP 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 Reply-To: jacques.manukyan@streamingedge.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2009 17:28:58 -0000 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. What is the permission on the /mnt directory? Try setting it to 755 and see if that works. 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. -- Jacques Manukyan Vasadi I. Claudiu Florin wrote: > > Hello you gurus :) > > I'm using FreeBSD 7.1-STABLE with pure-ftpd (unix/puredb > authentification). I need to create 6 ftp accounts for each of the > folowing folders, like so: > > /mnt > /folder1 > /folder2 > /folder3 > /folder4 > /folder5 > > > As you can see some folders are inside the "master" folder, thus the > issue. I can create (adduser) all users for all folders, but can only > connect through ftp with the "master" user (the one for /mnt folder). > Have no logs what so ever. Been googleing around a bit but didn't find > anything precise. > > > > > Any ideeas are welcomed. Thx > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >