From owner-freebsd-current@FreeBSD.ORG Wed Dec 1 04:12:27 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A171916A4CE for ; Wed, 1 Dec 2004 04:12:27 +0000 (GMT) Received: from mail.animecowboy.com (cdm-208-180-231-109.bcst.cox-internet.com [208.180.231.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37F743D5E for ; Wed, 1 Dec 2004 04:12:26 +0000 (GMT) (envelope-from animecowboy@animecowboy.com) Received: from localhost ([]) by mail.animecowboy.com (Merak 7.1.6) with ESMTP id ABA37675 for ; Tue, 30 Nov 2004 22:12:31 -0600 Received: from toran.animecowboy.com (toran.animecowboy.com [10.0.0.15]) by www.animecowboy.com (IMP) with HTTP for ; Tue, 30 Nov 2004 22:12:25 -0600 Message-ID: <1101874345.41ad44a92983e@www.animecowboy.com> Date: Tue, 30 Nov 2004 22:12:25 -0600 From: animecowboy@animecowboy.com To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 X-Originating-IP: 10.0.0.15 Subject: smbfs and setuid in 5.3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 04:12:27 -0000 I am running 5.3r11 and I am having difficulty with mount_smbfs. Basically I have a permissions problem that I cannot track down. The remote filesystem mounts correctly, and as root I can view and write to it correctly. The permissions to the base directory were originally 700, and sued to the owner of the base I cannot stat the directory. I have tried changing the owner to another user, but had the same effect. After trying a few things I set the permissions to 750, and I could view and stat the directory. So I think it is some kind of UID bit not getting set correctly. The GID seems to set correctly, and for the moment is being used for a work around. I have mounted this filesystem on a FreeBSD 4.10(almost identical kernel) with no problem using the 700 permission settings. So I'm fairly certain its not the remote server, but just in case, the remote is a win2k pro machine. Thank you. -Brian Bailey