From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x72a.google.com (mail-qk1-x72a.google.com [IPv6:2607:f8b0:4864:20::72a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 6AEDB1F463 for ; Fri, 13 Sep 2019 18:07:39 +0000 (UTC) Received: by mail-qk1-x72a.google.com with SMTP id f16so2751452qkl.9 for ; Fri, 13 Sep 2019 11:07:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=bo5hFYGOk9IrAKix565LLjf3PbWVtZL0q9o47swS5RI=; b=dazrx/ePRu1wVP1tbS7ncm6xVu2yZkb2b6TUpMnpjOIs1Aigir6xq0YE5xTsY1genJ tf5wF6SGIltAdbmmpq/1Ul8YA+E4BnBT+VNqsB8qZksusbJBEa0cq/H9+kaahy2y8pse Ge4SvcgjF1fWPbtVVNT7z9HEa6VoWQdh2no1g= 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 :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=bo5hFYGOk9IrAKix565LLjf3PbWVtZL0q9o47swS5RI=; b=j8uORILfeaq+lxIhmsmtGCrU3tbdltn8Xg4YcSI3uRwhJYVje/3SLUHfK9HQbTNTS8 o0uEw4SBAB7M7QguQhW3Q6hTj4BUVvgtjMHUggx/PS80ND9W8+oRfiNQIy3spzdtMFu/ x9zkKhv2epinoDGT0vPkCCItY6DvEQeuEnOauuhO5rd/xGJSqbfQQLLr+7kPiB4miUe5 aLDAlouv0UnEhhqV62BlL2JkyC8FUajlYwhrWjzHapW0TN+HnoCnyEbJ0/YD1UBJ/Bb5 uBq1l/4IT8Vbz6p8b0bFHsax1zjBQQsj1KPROs+F/LWZ63xc+FEtCrFfI33y62qgz4oq MFCQ== X-Gm-Message-State: APjAAAXfI4ncD22gVL80I4AlGswI3Q+DoOkWZsvZYIkNSfthRZGafspM 1U/1cVjUZWrFi07FyUq3IvLmoA== X-Google-Smtp-Source: APXvYqxS3x5rBPT5AgxkSOkmHnzThx2uWaRn9hj2SqwrFDX0Za/e/Mot7T0hpRxbxU053bYsLOSmwQ== X-Received: by 2002:a37:a849:: with SMTP id r70mr47601283qke.37.1568398058295; Fri, 13 Sep 2019 11:07:38 -0700 (PDT) Received: from pure.paranoia.local ([87.101.92.157]) by smtp.gmail.com with ESMTPSA id q3sm11752734qtp.14.2019.09.13.11.07.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Sep 2019 11:07:37 -0700 (PDT) Date: Fri, 13 Sep 2019 14:07:32 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: httpd 502s [was: trying to figure out 100% CPU usage in nntpd...] Message-ID: <20190913180732.GA3654@pure.paranoia.local> Mail-Followup-To: Eric Wong , meta@public-inbox.org References: <20190910181224.urhyoo6av7mhjs67@dcvr> <20190911022215.GA309@dcvr> <20190911102436.GA21959@pure.paranoia.local> <20190911171250.vqqpaeb7sn34hv3s@dcvr> <20190911173628.GA14147@pure.paranoia.local> <20190912000541.gikjoimbdeahh7lx@whir> <20190912024942.7dejzf47swpzkdux@dcvr> <20190912083503.GA10657@dcvr> <20190912113758.GB29277@pure.paranoia.local> <20190913031212.dkbtvj3ij6qqm6im@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190913031212.dkbtvj3ij6qqm6im@dcvr> User-Agent: Mutt/1.12.1 (2019-06-15) List-Id: On Fri, Sep 13, 2019 at 03:12:12AM +0000, Eric Wong wrote: > > No, it's just vanilla what comes with the source. > > OK, and Perl 5.16.3 from CentOS 7? (4:5.16.3-294.el7_6 RPM) Correct, though another thing that may help is the git version -- we install git2u from IUS, so the git version is not what is in standard CentOS7 (it's too ancient). # rpm -q git2u git2u-2.16.5-1.ius.centos7.x86_64 See if you have more luck reproducing the problem when you get that in place. You should be able to find what you need by searching for "git2u ius centos". My access over the next 10 days is going to be spotty due to travel, but I'll try to catch up at least once a day. Thanks again for your help! -K