From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 13:22:27 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA4D337B401 for ; Wed, 9 Apr 2003 13:22:27 -0700 (PDT) Received: from gateway.webize.com.au (gateway.webize.com.au [203.17.1.92]) by mx1.FreeBSD.org (Postfix) with SMTP id 4678643F75 for ; Wed, 9 Apr 2003 13:22:25 -0700 (PDT) (envelope-from bsdmn@webize.com.au) Received: (qmail 15876 invoked from network); 9 Apr 2003 20:22:55 -0000 Received: from unknown (HELO webizepc) (192.168.100.10) by 192.168.100.50 with SMTP; 9 Apr 2003 20:22:55 -0000 From: "Carl Morley" To: , "'FreeBSD Questions'" Date: Thu, 10 Apr 2003 06:22:07 +1000 Message-ID: <001001c2fed5$b125d150$0a64a8c0@webizepc> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <003c01c2feba$e21e8ba0$c601a8c0@5adam5> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Subject: RE: mount_smbfs & pure-ftpd problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 20:22:28 -0000 # -----Original Message----- # From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- # questions@freebsd.org] On Behalf Of Adam Lofstedt # Sent: Thursday, 10 April 2003 03:10 # To: 'Carl Morley'; 'FreeBSD Questions' # Subject: RE: mount_smbfs & pure-ftpd problem # # > -----Original Message----- # > From: owner-freebsd-questions@freebsd.org # > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Carl Morley # > Sent: Wednesday, April 09, 2003 4:32 AM # > To: FreeBSD Questions # > Subject: mount_smbfs & pure-ftpd problem # > # > # > Hi, # > I have a pure-ftpd server running on a FreeBSD 4.8-STABLE # > box. I needed to offer a Windows 2000 share on another box, # > to the internet. Simple, I thought, I'll just mount_smbfs # > the share from the pure-ftpd server, then make that directory # > 'home' for external ftp users. # > # > This has not worked though. I can 'put' files, but cannot # > 'get' them. If I try a 'get', I receive '450 Error during # > write to data connection' at the ftp client end, and # > 'smb_maperror: Unmapped error 1:158' on the dmesg output at # > the ftp server. # > # > Pure-ftpd works fine by itself, if the Win2K share is not # > mounted. And from the FTP box I can happily copy stuff to # > and fro from the Win2K share via the mount_smbfs mounted point. # > # > But together they will not let me 'get'. Any ideas? # > # # Most likely it is permissions. I had a similar problem, and the only # way out of it was to chmod the mount dir on the ftp server to 777. # Which is not really a good permanent solution... # # Adam Hi, Yes I tried that, thinking exactly the same thing. But still got the same problem. Cheers, Carl. # # _______________________________________________ # 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"