From owner-freebsd-current@freebsd.org Wed Oct 28 14:51:26 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 9EE7AA204DC for ; Wed, 28 Oct 2015 14:51:26 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::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 6EB381BC2 for ; Wed, 28 Oct 2015 14:51:26 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by obbza9 with SMTP id za9so7993717obb.1 for ; Wed, 28 Oct 2015 07:51:25 -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=8/jAAy9AG7qq/7RAULp6dcQCsx9Gq0uxftIn/Izc60s=; b=Z5KFHtBlGixMhTU4vbkiTdXROTNEmCG3rKY5nrG0NPHDBUps3E0KaUorrtLghgZfoB ScfoPJGHbWtTEPICvOo5uporJkTMJ/xoDzUeHUCvXcVMPE3kfLOnL36Jsn+itAweSZZN ivNvCr1Sz0MuOc1kN71S+lBI2pWTFy4uBoBQnHcco6Z2ED4WO+PI2cfh/Jb9XIPb2lMh Ly1211D3Lnl3VMpX1MsDMaEYJoAyom495TT1gUs60eHOPG0eyKn2va+PeqPZrcTjtXkG E1svbmTnlzIxuIzJe7lD/NTccwDJSA/zDlLfq/RHGnLkBmLA0Cw2U7nAwMauN7UuBxxm TbSA== MIME-Version: 1.0 X-Received: by 10.182.153.101 with SMTP id vf5mr7144225obb.81.1446043885353; Wed, 28 Oct 2015 07:51:25 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.202.1.206 with HTTP; Wed, 28 Oct 2015 07:51:25 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Oct 2015 08:51:25 -0600 X-Google-Sender-Auth: S-YmZqgQN8AUbl_Twp1mwfeNLIA Message-ID: Subject: Re: Coverity down? From: Alan Somers To: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= Cc: NGie Cooper , 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 14:51:26 -0000 On Wed, Oct 28, 2015 at 4:43 AM, Ulrich Sp=C3=B6rlein wrote: > 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 Looking forward to it. Muchas gracias, Ulrich. -Alan