From owner-freebsd-ports@FreeBSD.ORG Thu Oct 28 06:17:44 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79B0E106564A for ; Thu, 28 Oct 2010 06:17:44 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.freebsd.org (Postfix) with ESMTP id 168578FC18 for ; Thu, 28 Oct 2010 06:17:43 +0000 (UTC) Received: from oz.twisted.net (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 2B174FD6D00 for ; Thu, 28 Oct 2010 00:58:23 -0500 (CDT) X-Virus-Scanned: amavisd-new at example.com Received: from oz.twisted.net ([127.0.0.1]) by oz.twisted.net (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FWjCAh6-nN84 for ; Thu, 28 Oct 2010 00:58:10 -0500 (CDT) Received: from [172.16.0.5] (sindrome.twisted.net [172.16.0.5]) by oz.twisted.net (Postfix) with ESMTP id 7C2CBFF20A2 for ; Thu, 28 Oct 2010 00:58:10 -0500 (CDT) Message-ID: <4CC910CB.40406@twisted.net> Date: Thu, 28 Oct 2010 00:57:31 -0500 From: Troy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.11) Gecko/20101013 Lightning/1.0b2 Thunderbird/3.1.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: File ownership being changed to root:wheel ownership after copying to samba server X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: troy@twisted.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 06:17:44 -0000 A very strange problem just started happening with Samba after I upgraded to version samba34-3.4.9 on FreeBSD 8.0-STABLE. Let's say my username is foobar. I copy a file named To Fix.txt from a windows desktop machine to a samba share. In the log it shows the following: [2010/10/28 00:53:16, 2] lib/access.c:406(check_access) Allowed connection from 172.16.0.5 (172.16.0.5) [2010/10/28 00:53:24, 2] smbd/open.c:580(open_file) foobar opened file Working/To Fix.txt read=Yes write=Yes (numopen=2) [2010/10/28 00:53:24, 2] smbd/close.c:612(close_normal_file) foobar closed file Working/To Fix.txt (numopen=1) NT_STATUS_OK Then when I look at the owner:group of the file that was just copied it shows: -rwxr-xr-x 1 root wheel 1422 Oct 27 16:07 To Fix.txt* I cannot figure out why the file is owned by root:wheel when it should be foobar:foobar. Anyone have any ideas? -Troy