From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30955 invoked by alias); 13 Jul 2012 15:43:21 -0000 Received: (qmail 30947 invoked by uid 22791); 13 Jul 2012 15:43:20 -0000 X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx.meyering.net (HELO mx.meyering.net) (88.168.87.75) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Jul 2012 15:43:07 +0000 Received: from rho.meyering.net (rho.meyering.net [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id 89A3A61253; Fri, 13 Jul 2012 17:43:04 +0200 (CEST) From: Jim Meyering To: Jason Merrill Cc: overseers@gcc.gnu.org Subject: Re: Multiple cvs/git mirror tasks? In-Reply-To: <50003CD7.8080401@redhat.com> (Jason Merrill's message of "Fri, 13 Jul 2012 17:20:55 +0200") References: <50003CD7.8080401@redhat.com> Date: Fri, 13 Jul 2012 15:43:00 -0000 Message-ID: <87bojjsm47.fsf@rho.meyering.net> MIME-Version: 1.0 Content-Type: text/plain Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2012-q3/txt/msg00012.txt.bz2 Jason Merrill wrote: > I'm noticing overlapping cvs/git mirroring tasks running on sourceware: > >> meyering 5577 0.0 0.0 3492 900 ? SNs 14:50 0:00 /bin/sh >> /home/meyering/bin/mirror-sw binutils >> meyering 5608 0.0 0.0 3492 412 ? SN 14:50 0:00 /bin/sh >> /home/meyering/bin/mirror-sw binutils >> meyering 5609 0.0 0.0 3492 500 ? SN 14:50 0:00 /bin/sh >> /home/meyering/bin/mirror-sw binutils > ... >> meyering 11613 0.0 0.0 2948 896 ? SNs 14:38 0:00 /bin/sh >> /home/meyering/bin/mirror-sw gdb >> meyering 11665 0.0 0.0 2948 404 ? SN 14:38 0:00 /bin/sh >> /home/meyering/bin/mirror-sw gdb >> meyering 11666 0.0 0.0 2948 496 ? SN 14:38 0:00 /bin/sh >> /home/meyering/bin/mirror-sw gdb > ... >> meyering 27713 0.0 0.0 2632 896 ? SNs 15:08 0:00 /bin/sh >> /home/meyering/bin/mirror-sw gdb >> meyering 27728 0.0 0.0 2632 404 ? SN 15:08 0:00 /bin/sh >> /home/meyering/bin/mirror-sw gdb >> meyering 27729 0.0 0.0 2632 496 ? SN 15:08 0:00 /bin/sh >> /home/meyering/bin/mirror-sw gdb > > Is this intentional? Not by me. Those jobs are supposed to be started by these crontab entries: 0-59/15 * * * * sh -c "nice $HOME/bin/mirror-sw lvm" 20-59/30 * * * * sh -c "nice $HOME/bin/mirror-sw binutils" 8-59/30 * * * * sh -c "nice $HOME/bin/mirror-sw gdb" 14 * * * * sh -c "nice $HOME/bin/mirror-sw newlib" Any idea how we'd get three of each, with each triple starting at the same minute?