From owner-freebsd-current@freebsd.org Sat Dec 24 13:22:39 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 670E7C8F172 for ; Sat, 24 Dec 2016 13:22:39 +0000 (UTC) (envelope-from domagoj.stolfa@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 430181C98 for ; Sat, 24 Dec 2016 13:22:39 +0000 (UTC) (envelope-from domagoj.stolfa@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 4264CC8F171; Sat, 24 Dec 2016 13:22:39 +0000 (UTC) Delivered-To: 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 420FEC8F170 for ; Sat, 24 Dec 2016 13:22:39 +0000 (UTC) (envelope-from domagoj.stolfa@gmail.com) Received: from mail-wj0-x243.google.com (mail-wj0-x243.google.com [IPv6:2a00:1450:400c:c01::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C9A111C97 for ; Sat, 24 Dec 2016 13:22:38 +0000 (UTC) (envelope-from domagoj.stolfa@gmail.com) Received: by mail-wj0-x243.google.com with SMTP id hb5so10442251wjc.2 for ; Sat, 24 Dec 2016 05:22:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=xUJoi0AxscmVZZROOqVyvJwZksKu/NHcWoOAKzFvG7c=; b=E6NICtkh69z3XLQWdlKBB3oEZBsJV3tK4Vh1VzzyxkzJg8ahe/LyVPIn7krJJSDyhW C4yEyCSKTzW1W5Zhq4cf0Tc/T2hkctji+5H7zjVLlvm52impE8T3Ekb14U9hZALRJUYb FyOvt93HKQhpqV5gUHmxMr7CSOZ7aEFxepk5Y3uKcorAp+Z3QJBdpHOfIs5mMSAn3LBE yvBt69+kBLdOr/k4KRB0AR2cUdORrtRE71IG4vayyFTWukyDJV702ID3/hP/2WwACyfu tHxd5byf/VBxSOXa7lAXFBVPa285VMrfYWjDTXcZVAT6uM+yiF+Yc3JNAeqZ6E1baGzS TM6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=xUJoi0AxscmVZZROOqVyvJwZksKu/NHcWoOAKzFvG7c=; b=n5El3n9hXqE7/2sbNf8UsX3FLWkW3GKW88jqrouT2fqAa+AEoSd4bJ0R35TKM78Wup zIYxLsDeK+tWqwGrqp4+XkU943XFmBtrLdOwsxYIj97jtBz8eLBpD6xY0lcX8IebOJ1y JzNyhXBq3nF4Dc1eol61lI/I+pBMb1xxmITwlX51yC5WJVft21zzhu/5O40mLQvSMoBB vXKDwy4FBhVSz9pCQt20m4iuspce4uLpdUwP7eG4CU+H4LL7uVht4tl6DTB2NOAiaNbu Kl2PE1XV0ONK9Ley1alT44ceTLhhMGlHlaqa83uKXk0M7A5bqhkhiehnXj0MIKz2QdMu P5rw== X-Gm-Message-State: AIkVDXK2O9EPONSkVmqpiVH9KVnXvdoRYEUtZlOvyOc8tuFDkQoa3snxOb51hV3kdLVupA== X-Received: by 10.194.148.4 with SMTP id to4mr17345721wjb.194.1482585756718; Sat, 24 Dec 2016 05:22:36 -0800 (PST) Received: from freebsd-laptop ([109.131.214.174]) by smtp.gmail.com with ESMTPSA id jd9sm29531028wjb.9.2016.12.24.05.22.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 24 Dec 2016 05:22:35 -0800 (PST) Date: Sat, 24 Dec 2016 14:22:33 +0100 From: Domagoj Stolfa To: Daniel Braniss Cc: current@freebsd.org Subject: syslogd: select: Bad File descriptor Message-ID: <20161224132233.GB2277@freebsd-laptop> References: <6FA7C052-0EF9-42FA-950C-B39C07B302A0@cs.huji.ac.il> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="i9LlY+UWpKt15+FH" Content-Disposition: inline In-Reply-To: <6FA7C052-0EF9-42FA-950C-B39C07B302A0@cs.huji.ac.il> User-Agent: Mutt/1.7.2 (2016-11-26) 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:22:39 -0000 --i9LlY+UWpKt15+FH Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > latest changes is causing cpu load and =E2=80=98last message repeated nnn= nnnnn times, I guess the eggnog is affecting too early >=20 > cheers, > danny Having the issue as well. --=20 Best regards, Domagoj Stolfa. --i9LlY+UWpKt15+FH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEyBAEBCAAdFiEEHQB+y96lmmv+IXofwxT+ikb0YU4FAlhedpkACgkQwxT+ikb0 YU7GhQf3Uru9DcFCMR5LL/bP1s+fjKGTCU0Kx+ugYcU9byJSbPL7wvdVHNHn76Aw IIKI50isVLFQq3qJQbfvIjmeVhbmA45Mjcb8zJWyFCCjxpZNlSt6RZS1UvaqmSPl x/gRWPxwMg4O83WLcyznDMwIhgBlhyI3uRYP8jCM2hDT5nmdSXKJHn1fwIO+JtcI uzdCngX+l15rzjY8BosrUyVtobg8+BFvV5JmujjFnXIvu5k7nmbLoR5m87wpIoAz dTASTxBYd0UDmHZTa7z3AEmBRwOgJOttL84MOeG2v5L0+qyPW239NNsFe958RwOQ koeLn53Eth7Po8nsDuTYiPRGySoz =sGro -----END PGP SIGNATURE----- --i9LlY+UWpKt15+FH--