From owner-freebsd-questions@FreeBSD.ORG Mon Feb 8 16:05:26 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 E9D9B106566C; Mon, 8 Feb 2010 16:05:26 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-qy0-f185.google.com (mail-qy0-f185.google.com [209.85.221.185]) by mx1.freebsd.org (Postfix) with ESMTP id 7F9648FC08; Mon, 8 Feb 2010 16:05:26 +0000 (UTC) Received: by qyk15 with SMTP id 15so295222qyk.7 for ; Mon, 08 Feb 2010 08:05:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:in-reply-to:message-id:references:user-agent :x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; bh=QXKj412irRZyJ3UXxEKlSJf3AWHGCrIgiWvES/G3UbQ=; b=MUVFX5RDwc0oBJ/+BtqFjWJqcGXxTfPFYNNCvdmz3J1BOpHPKP6mWOHUiu1o6k6xMe zgcOqsUpELnUvq82HR6MkXP9rA1MNUh0Sko/cHlJuM3tDDR66ASDaTM3RyKJxfz8a7Jc 9j4J69UhL9LS6dDXGze3YGYyTmzEDCvfht6+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; b=YxMCy/D0XYKL9V4BShYeIbXYILtn/ZWUsHRtQd7yX9AEJ6/Cn2eRfveIgJeJ11hOqd pHBRS+n8bz7MmbP5nLHfk9WMDPBokQgWGzBFXhk3onKGew5VBpdUY21VNsoAy0Sro7Yt YNMkrhAvrmiIULOAJGdnOZ1VKkMsYw24t1CTQ= Received: by 10.224.6.202 with SMTP id a10mr2509923qaa.188.1265645125855; Mon, 08 Feb 2010 08:05:25 -0800 (PST) Received: from centel.dataix.local (ppp-22.161.dialinfree.com [209.172.22.161]) by mx.google.com with ESMTPS id 8sm1915726qwj.51.2010.02.08.08.03.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Feb 2010 08:03:45 -0800 (PST) Sender: "J. Hellenthal" Date: Mon, 8 Feb 2010 11:03:27 -0500 From: jhell To: "O. Hartmann" In-Reply-To: <4B6FF8D0.8030208@zedat.fu-berlin.de> Message-ID: References: <4B6FF8D0.8030208@zedat.fu-berlin.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: net/samba34: after upgrade from samba33 -> samba34 no client can connect to samba34-server anymore! 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: Mon, 08 Feb 2010 16:05:27 -0000 On Mon, 8 Feb 2010 06:43, ohartman@ wrote: > After upgrading from samba33 to samba34 from most recent ports, no Windows_XP > and Windows_7 client is capable of connecting to the samba server anymore! I > use the same config as before, did a testparm (it shows this ahaead: > Load smb config files from /usr/local/etc/smb.conf > max_open_files: sysctl_max (11095) below minimum Windows limit (16384) > rlimit_max: rlimit_max (11095) below minimum Windows limit (16384) > ). > I have no idea what's going wrong. The authentication is done via LDAP. Using > samab33 works without problem. > > Regards, > Oliver > Add to /boot/loader.conf: kern.maxfiles="16384" Reboot. As for the rlimit sysctl I have no clue which sysctl configures that but seeing as they are of both the same value I would assume that it might be auto configured by maxfiles. Best of luck and let us know how it turned out. -- jhell