From owner-freebsd-current@freebsd.org Sat Dec 24 13:58:14 2016 Return-Path: Delivered-To: freebsd-current@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 54795C8FABA for ; Sat, 24 Dec 2016 13:58:14 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D76311A3; Sat, 24 Dec 2016 13:58:13 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3tm6Kb6KpqzZql; Sat, 24 Dec 2016 14:58:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject:received:received; s=mail; t= 1482587889; x=1484402290; bh=i8gAgzkd2R5v2cYCSJXgidbr2kojVKkw8RV PLdZtc4g=; b=leGezCp2GdJy8s3oz2mnnEiqgo3KioxMNE/EcAbkU/5P6SRH9tJ 9UrFaaBIAZYaKMlwb5hfy2ojgyuYksutgYNlEPAj/A3+hwmBqlfbWOcdhmHPrH2o uVLwFaElW6QFg3y4t1upOq21M/F+ApLMc9dLFGl05yuFb1Nn8hp/oRmg= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id DM76X8jMT-Gy; Sat, 24 Dec 2016 14:58:09 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Sat, 24 Dec 2016 14:58:09 +0100 (CET) Subject: Re: syslogd 100% cpu usage on recent FreeBSD version To: "Ngie Cooper (yaneurabeya)" , Subbsd References: <21B3E312-2654-453D-A39C-16577CABE0B9@gmail.com> Cc: freebsd-current Current , hrs@freebsd.org From: Guido Falsi Message-ID: Date: Sat, 24 Dec 2016 14:58:09 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <21B3E312-2654-453D-A39C-16577CABE0B9@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2016 13:58:14 -0000 On 12/24/16 13:50, Ngie Cooper (yaneurabeya) wrote: > >> On Dec 24, 2016, at 04:14, Subbsd wrote: >> >> Probably after https://svnweb.freebsd.org/base?view=revision&revision=310494, >> syslogd eat 100% cpu with follow messages: >> >> Dec 24 14:19:15 samson syslogd: select: Bad file descriptor >> Dec 24 14:19:45 samson last message repeated 464140 times >> Dec 24 14:20:38 samson last message repeated 835899 times > > Fixed in r310504. Thanks to you! -- Guido Falsi