From owner-freebsd-questions@FreeBSD.ORG Thu Jun 4 12:02:35 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22CC8C8B for ; Thu, 4 Jun 2015 12:02:35 +0000 (UTC) (envelope-from joe.shevland@hushmail.com) Received: from smtp2.hushmail.com (smtp2.hushmail.com [65.39.178.134]) (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 0AB80105B for ; Thu, 4 Jun 2015 12:02:34 +0000 (UTC) (envelope-from joe.shevland@hushmail.com) Received: from smtp2.hushmail.com (localhost [127.0.0.1]) by smtp2.hushmail.com (Postfix) with SMTP id 7444BA01E4 for ; Thu, 4 Jun 2015 11:28:51 +0000 (UTC) Received: from smtp.hushmail.com (w5.hushmail.com [65.39.178.80]) by smtp2.hushmail.com (Postfix) with ESMTP for ; Thu, 4 Jun 2015 11:28:51 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id 3441AA291B; Thu, 4 Jun 2015 11:28:51 +0000 (UTC) MIME-Version: 1.0 Date: Thu, 04 Jun 2015 21:28:50 +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: <20150604112851.3441AA291B@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 12:02:35 -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. Not much help, but the relevant commit that introduced the warning: https://git.gnome.org/browse/glib/commit/?id=a919be3d39150328874ff647fb2c2be7af3df996 >From what I can tell it's more of a warning than something that will bite you; I haven't seen it on some recently updated 10-stable machines though, but they're all headless. I see it a lot on Linux with various Gnome apps.