From owner-freebsd-stable@FreeBSD.ORG Mon Dec 11 11:50:30 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6672C16A403 for ; Mon, 11 Dec 2006 11:50:30 +0000 (UTC) (envelope-from ghost@madisonip.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D44443F4C for ; Mon, 11 Dec 2006 11:45:12 +0000 (GMT) (envelope-from ghost@madisonip.com) Received: by ug-out-1314.google.com with SMTP id o2so1178830uge for ; Mon, 11 Dec 2006 03:46:18 -0800 (PST) Received: by 10.78.149.15 with SMTP id w15mr3074223hud.1165837578228; Mon, 11 Dec 2006 03:46:18 -0800 (PST) Received: by 10.78.187.7 with HTTP; Mon, 11 Dec 2006 03:46:18 -0800 (PST) Message-ID: <527a7620612110346m582d30bfrf01f425e7ef270f6@mail.gmail.com> Date: Mon, 11 Dec 2006 05:46:18 -0600 From: "Gerald Host" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: SMBFS bad address X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2006 11:50:30 -0000 I'm having problems with SMBFS. I'll start by saying I'm using the PAE kernel (6.1), so the SMBFS options aren't loaded by default. If I should add these and rebuild the kernel please let me know: [not in my kernel]: options SMBFS #SMB/CIFS filesystem options NETSMB #SMB/CIFS requester options NETSMBCRYPTO #encrypted password support for SMB options LIBICONV #optional internationalization options LIBMCHAIN #mbuf management library As it is they are loaded as modules... smbfs seems ok at first, but when I try to cp a file I get a message: Bad address. I can echo and cat though. When I try a copy a file is create with 0 bytes. What's going on here? Thanks!