From owner-freebsd-ports@FreeBSD.ORG Wed Sep 13 21:57:38 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6AC316A407 for ; Wed, 13 Sep 2006 21:57:38 +0000 (UTC) (envelope-from timur@com.bat.ru) Received: from mail.bat.ru (dzokonda.xs4all.nl [194.109.164.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2886043D49 for ; Wed, 13 Sep 2006 21:57:37 +0000 (GMT) (envelope-from timur@com.bat.ru) Received: from timur.home.bat.ru ([192.168.0.4] verified) by mail.bat.ru (CommuniGate Pro SMTP 4.2.7) with ESMTP-TLS id 1180781; Wed, 13 Sep 2006 23:58:09 +0200 Received: (from timur@localhost) by timur.home.bat.ru (8.13.6/8.13.6/Submit) id k8DLvanf081383; Wed, 13 Sep 2006 23:57:36 +0200 (CEST) (envelope-from timur) Date: Wed, 13 Sep 2006 23:57:36 +0200 From: "Timur I. Bakeyev" To: CAT Message-ID: <20060913215736.GC81030@com.bat.ru> References: <45080F8D.4000303@byteworker.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45080F8D.4000303@byteworker.com> User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: ports@FreeBSD.org, timur@gnu.org Subject: Re: FreeBSD Port: samba-3.0.23c,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Sep 2006 21:57:38 -0000 Hi, Cat! On Wed, Sep 13, 2006 at 04:02:53PM +0200, CAT wrote: > HI, > > I had last days big trouble after an update samba 3.0.22 to 3.0.23c,1. > After the update there was noch chance to get the list of builtin groups > > net groupmap list showed nothing. > In the logfiles i found: > > Sep 11 18:40:58 gateway smbd[92133]: [2006/09/11 18:40:58, 0] auth/auth_util.c:create_builtin_administrators(785) > Sep 11 18:40:58 gateway smbd[92133]: create_builtin_administrators: Failed to create Administrators > Sep 11 18:40:58 gateway smbd[92133]: [2006/09/11 18:40:58, 0] auth/auth_util.c:create_builtin_users(751) > Sep 11 18:40:58 gateway smbd[92133]: create_builtin_users: Failed to create Users I can't give you much advice here, but if you read WHATSNEW file from the Samba tarball, you'll see that there were made huge changes in the way how users and groups are processed. Text between 3.0.23c and 3.0.22 versions notes take around 45K - so they are really big :) In particular, pay attention on changes in: o Improved support for local and BUILTIN groups. I hope, it'll give you a hint, what to do next. If that fail, I'd advise you to write a mail to samba@lists.samba.org ML and ask advice there. With regards, Timur Bakeyev.