From owner-freebsd-questions@freebsd.org Tue Nov 3 05:51:29 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4BB1A2578A for ; Tue, 3 Nov 2015 05:51:29 +0000 (UTC) (envelope-from andre@fbsd.ata.myota.org) Received: from mail.myota.org (mail.myota.org [85.10.206.105]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF8514EC; Tue, 3 Nov 2015 05:51:28 +0000 (UTC) (envelope-from andre@fbsd.ata.myota.org) Received: from x5ce0d874.dyn.telefonica.de (x5ce0d874.dyn.telefonica.de [92.224.216.116]) (authenticated bits=128) by mail.myota.org (8.15.2/8.15.2) with ESMTPA id tA35pGgf040976; Tue, 3 Nov 2015 06:51:18 +0100 (CET) (envelope-from andre@fbsd.ata.myota.org) Received: from submit.client ([127.0.0.1]) by gate.local (8.15.2/8.15.2) with ESMTP id tA35pGs5090131; Tue, 3 Nov 2015 06:51:16 +0100 (CET) (envelope-from andre@fbsd.ata.myota.org) Received: (from user@localhost) by gate.local (8.15.2/8.15.2/Submit) id tA35pGVO090130; Tue, 3 Nov 2015 06:51:16 +0100 (CET) (envelope-from andre@fbsd.ata.myota.org) Date: Tue, 3 Nov 2015 06:51:16 +0100 From: Andre Albsmeier To: Matthew Seaman Cc: Andre Albsmeier , freebsd-questions@freebsd.org Subject: Re: ntpd crashing after update Message-ID: <20151103055116.GA89866@gate> References: <562F38D5.40107@qeng-ho.org> <562F55AD.7020405@freebsd.org> <20151101095812.GA5579@voyager> <56374CB8.9000401@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56374CB8.9000401@freebsd.org> X-Echelon: NSA, secure, Spy, assault, cocaine X-Advice: Drop that crappy M$-Outlook, I'm tired of your viruses! User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Not delayed on 85.10.206.105, ACL: AUTH(59), Origin: DE, OS: FreeBSD 9.x or newer X-Greylist: Not delayed, ACL: localhost(52) X-Virus-Scanned: clamav-milter 0.98.7 at colo X-Virus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 05:51:30 -0000 On Mon, 02-Nov-2015 at 11:44:56 +0000, Matthew Seaman wrote: > On 11/01/15 09:58, Andre Albsmeier wrote: > > I have just posted my observations to the freebsd-stable list: > > > > http://lists.freebsd.org/pipermail/freebsd-stable/2015-November/083574.html > > > > What happens if you add "rlimit memlock -1" to ntp.conf? > > That seems to have worked around the problem. Thank you. glebius@ pointed out that I should try r290194. In fact, after updating to this version, my problems were gone (without the rlimit from above)... -Andre