From owner-freebsd-questions@FreeBSD.ORG Tue Apr 27 00:08:20 2010 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 2FCD5106564A for ; Tue, 27 Apr 2010 00:08:20 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout029.mac.com (asmtpout029.mac.com [17.148.16.104]) by mx1.freebsd.org (Postfix) with ESMTP id 1C10F8FC0A for ; Tue, 27 Apr 2010 00:08:19 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp029.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0L1I0099JDPTNF50@asmtp029.mac.com> for freebsd-questions@freebsd.org; Mon, 26 Apr 2010 17:08:18 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1004260230 From: Chuck Swiger In-reply-to: <201004270005.o3R05cDC022601@yoda.pixi.com> Date: Mon, 26 Apr 2010 17:08:17 -0700 Message-id: References: <201004270005.o3R05cDC022601@yoda.pixi.com> To: osp@aloha.com X-Mailer: Apple Mail (2.1078) Cc: freebsd-questions@freebsd.org Subject: Re: Cannot connect to Samba share X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2010 00:08:20 -0000 Hi-- On Apr 26, 2010, at 5:05 PM, osp@aloha.com wrote: > I have no such directory. /usr/local/etc/samba contains passwd.tdb and > secrets.tdb. smb.conf is in /usr/local/etc. This is a straight install from > ports. I do recall seeing liog files for smbd and nmbd in the past, but > never on this box. That does seem strange. Your smb.conf should have a line similar to: # this tells Samba to use a separate log file for each machine # that connects log file = /var/log/samba/log.%m ...go to where that is pointing to. Regards, -- -Chuck