From owner-freebsd-ports@FreeBSD.ORG Fri Feb 5 14:36:28 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 E65891065679 for ; Fri, 5 Feb 2010 14:36:28 +0000 (UTC) (envelope-from spil.oss@googlemail.com) Received: from mail-px0-f183.google.com (mail-px0-f183.google.com [209.85.216.183]) by mx1.freebsd.org (Postfix) with ESMTP id C19E48FC0A for ; Fri, 5 Feb 2010 14:36:28 +0000 (UTC) Received: by pxi13 with SMTP id 13so1117865pxi.3 for ; Fri, 05 Feb 2010 06:36:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type; bh=sV70z3eQUlPvLvOOpwq8223t9LBmcqd9Y/toiTn8Fe8=; b=BVEmvMpO5LEcP8dFusnSrK0k9xgTQjFLiZcaInzEam2JkequIPQFa9jRvNOMKQGZ8n YBg1XGjftZiTAkpWSnkK8II/RVwhXNqO5BqgvAvC9PRIi0is3ICFyU/3htXJmHpZA1kD rktiVO8hLZ5dokK8Uk+uImp6epGznx1xYD068= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=UNNGFg8T/Dt4hiS71yfiRzodV0gdv8jgH0kFHXlWD9iHI8Z7UCOi4AdNwjf+GkLkqs 4IjzwBKZ0tEvCxhycfTnfpSiUt37tFAASYG9TJ1JZM6uoAwR3FE9HKOKKP9r2f84L50b 76CZFfMuFiM4RZVLEGEgqsGXj9e8DInz3eMy8= MIME-Version: 1.0 Received: by 10.141.2.6 with SMTP id e6mr1882717rvi.205.1265380588171; Fri, 05 Feb 2010 06:36:28 -0800 (PST) Date: Fri, 5 Feb 2010 15:36:28 +0100 Message-ID: <5fbf03c21002050636y39a308b7v1d51699942ba2c06@mail.gmail.com> From: Spil Oss To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: net/samba34 does not create all required directories X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spil.oss@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2010 14:36:29 -0000 Hi, Just built net/samba34 (only ACL, AIO, FAM, SYSLOG and POPT enabled) and created a package samba34-3.4.5.tbz in my build jail. Installed the package in a different jail and couldn't start samba. First error was the pid-files related to /var/run/samba34 not existing Second error "initialise_wins: failed to open wins.tdb. Error was No such file or directory" Solved by tempory disabling wins support in smb.conf. After fixing third error I re-enabled it and it lives in /var/lib/samba as well Third error "write_browse_list: Can't open file /var/lib/samba/browse.dat" 1. /var/run/samba34 was not created by the package (was created in the build jail) 2. /var/lib/samba was not created smbd -b | grep DIR revealed all directories that must exist when starting samba Upgrading info is a bit meager, no UPGRADING file and the doc contains only a reference to the smbpasswd deprecation. Kind regards, Spil.