From owner-freebsd-current@freebsd.org Wed Oct 28 11:32:30 2015 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 0D0C4A1F7B0 for ; Wed, 28 Oct 2015 11:32:30 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from mail-lf0-x230.google.com (mail-lf0-x230.google.com [IPv6:2a00:1450:4010:c07::230]) (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 89B2D127C; Wed, 28 Oct 2015 11:32:29 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by lffz202 with SMTP id z202so2146439lff.3; Wed, 28 Oct 2015 04:32:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=ofD/+Fknu1YHMT3mWRqvHzRu1fCN0+ujNPGE60Uk788=; b=UJu/y+e4WpNvwUaiBeIkVaMF6fG93+hVx0URv0szN56WLpRJSXA8vGSMTPBMuaVoCm fJAWKadAeRqDTlitIcZNVdsIol6MC2vDxwyt4sDcZVP2RMjBtbCm6Adrwwo2bR5K7kF6 PrbkrA9peTg6AQ48ZWyzbX1yzxD4Kp2ReNzlRbrZmu8t6c1wBYwSoyvxWGe5/qtKcKba 4X0blstLuwz2xrvxJgWsN2phC6tV+Ls3mAtp1VaqILh70mwDt9W0346c18NDALNwf9WN sI83QIZICFC3j8SW+BwupD0E7k82kfxWKsFVATb4stfq2buqXvb3CIk0HT73yDUVfi9c DPow== MIME-Version: 1.0 X-Received: by 10.25.162.21 with SMTP id l21mr15064961lfe.70.1446031947354; Wed, 28 Oct 2015 04:32:27 -0700 (PDT) Sender: uspoerlein@gmail.com Received: by 10.25.144.136 with HTTP; Wed, 28 Oct 2015 04:32:27 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Oct 2015 12:32:27 +0100 X-Google-Sender-Auth: ynlSmVUMFtuMNarWvI11bZe_VLQ Message-ID: Subject: Re: Coverity down? From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= To: NGie Cooper , Alan Somers Cc: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 28 Oct 2015 11:32:30 -0000 [resent to avoid moderator approval] 2015-10-28 11:43 GMT+01:00 Ulrich Sp=C3=B6rlein : > 2015-10-28 3:44 GMT+01:00 NGie Cooper : >> On Tue, Oct 27, 2015 at 1:11 PM, Alan Somers wrote= : >>> I just noticed that our last Coverity scan happened on either July-6 >>> (according to my inbox) or June-26 (according to Coverity's website). >>> Prior to that, we seemed to get scanned about once per week. Does >>> anybody know why we haven't been scanned for so long? I can't figure >>> out what triggers a scan, but it seems like it should've happened by >>> now. >> >> +1 >> >> Is it due to svn moving? > > No, it's a stupid bug in our crond and/or nslcd and LDAP handling. The > setup is as follows: > > - a server running 24/7 with `uqs` being a user ID that is stored in LDAP > - a cronjob is set up to run coverity scan twice a week > - nslcd is running and getent passwd will list all local and LDAP users > - > - cron somehow no longer sees any of the LDAP users and thus is not > executing any user crontabs, I think this is due to the connection to > nslcd breaking > - restarting crond fixes that (for a while) > > So my box was last restarted 94d ago, which was July 26 and it seems > that it even that reboot and cron restart didn't help. I've now put in > a crontab entry, to have cron restart cron daily (no kidding), let's > see if that fixes things. > > Though the best option would be to move this off my box, run it with a > local account via cron that should be more robust. Or someone could > fix our cron, because this is really annoying. > > Anyway, thanks for letting me know, expect some more coverity runs by > the end of the week! > > Cheers, > Uli