From owner-freebsd-questions@FreeBSD.ORG Thu Jun 4 11:12:33 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97521541 for ; Thu, 4 Jun 2015 11:12:33 +0000 (UTC) (envelope-from joe.shevland@hushmail.com) Received: from smtp1.hushmail.com (smtp1.hushmail.com [65.39.178.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.hushmail.com", Issuer "smtp.hushmail.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F4C013B6 for ; Thu, 4 Jun 2015 11:12:33 +0000 (UTC) (envelope-from joe.shevland@hushmail.com) Received: from smtp1.hushmail.com (localhost [127.0.0.1]) by smtp1.hushmail.com (Postfix) with SMTP id CD92940181 for ; Thu, 4 Jun 2015 10:33:55 +0000 (UTC) Received: from smtp.hushmail.com (w5.hushmail.com [65.39.178.80]) by smtp1.hushmail.com (Postfix) with ESMTP for ; Thu, 4 Jun 2015 10:33:55 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id AD307A2917; Thu, 4 Jun 2015 10:33:55 +0000 (UTC) MIME-Version: 1.0 Date: Thu, 04 Jun 2015 20:33:55 +1000 To: "FreeBSD FreeBSD" Subject: Re: Error Message on Boot up From: "Joe Shevland" In-Reply-To: <20150604033342.4451a519@seibercom.net> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20150604103355.AD307A2917@smtp.hushmail.com> 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: Thu, 04 Jun 2015 11:12:33 -0000 On 4/6/2015 at 5:34 PM, "Jerry" wrote: > >I just started getting this message every time I reboot my machine: > >Performing sanity check on sshd configuration. >(process:15819): GLib-CRITICAL **: Source ID 4294967295 was not >found when >attempting to remove it >Starting sshd. > >This is on a FreeBSD 10.1-RELEASE-p10 amd64 machine. Presumably running a Gnome desktop? This discussion talks a little about (ab)use of the g_source_remove() function in GLib: https://bugzilla.gnome.org/show_bug.cgi?id=721369 I was going to guess its gdm but I'm not sure with the "process:15819" there.