From owner-freebsd-questions@FreeBSD.ORG Thu Jun 14 15:02:29 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9CAD716A469 for ; Thu, 14 Jun 2007 15:02:29 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5CC2113C48C for ; Thu, 14 Jun 2007 15:02:29 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so1028675pyi for ; Thu, 14 Jun 2007 08:02:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=b5zSjKvTBFgViol+qbsKo8tNTLLbVM74BxUXbfKURrsd8xqF9VYraRur25cBtzOkc5teZ/9d3PTd5O/DkZfXi9POrZorbsOc2b/6713uoVG0qhLZ0Mc8cEXsbvkDIt5wtd0e84TDNcemq1M5XriHQZoty7clAfbHsKM+2klzm4w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=d28rJmUv+AN8TtKWH5nidYWFXqfSS+AWtSAWZW/u6zHqNbl1KfDYIaNO4jX3ShU+aDGCsf8mAvgGRFJmJjZErqw9lKC0UsAqg+SPsYOUL7CvkawXxNYG2fu0c9fpy+Eb/0C3Y3Vd1Nqy1W9CBbAG/EwusgW8/BaynJKxlqjd5tU= Received: by 10.35.98.3 with SMTP id a3mr3331144pym.1181833348575; Thu, 14 Jun 2007 08:02:28 -0700 (PDT) Received: by 10.35.36.15 with HTTP; Thu, 14 Jun 2007 08:02:27 -0700 (PDT) Message-ID: <340a29540706140802g662c38cepae1b597f18ebc020@mail.gmail.com> Date: Thu, 14 Jun 2007 08:02:27 -0700 From: "Andrew Falanga" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: samba config problems 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: Thu, 14 Jun 2007 15:02:29 -0000 I'm trying to get samba working in a test environment. I do not need great functionality, so I'm going off of the simple setup stuff in the Handbook. This should be enough. I've configured my /usr/local/etc/smb.conf file for a single share (the /tmp share) and changed the workgroup name and set passwd backend = smbpasswd; I then tried to start samba with /usr/local/etc/rc.d/samba start. After this, I get only, "Removing stale Samba tdb files: done." The handbook shows that I should see, Starting SAMBA: removing stale tdbs : Starting nmbd. Starting smbd. I then tried "sockstat" and did not see any listening sockets for the daemon "smbd." I don't know if I would, but I wanted to try this. I'm not convinced at this point that I'm actually getting samba to start. How can I verify this? I'm trying to add users to the smbpasswd file using smbpasswd, but this is to no avail. What am I doing wrong? Andy