public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
From: Jim Meyering <jim@meyering.net>
To: "Frank Ch. Eigler" <fche@redhat.com>
Cc: Jason Merrill <jason@redhat.com>,  overseers@gcc.gnu.org
Subject: Re: Multiple cvs/git mirror tasks?
Date: Fri, 13 Jul 2012 16:17:00 -0000	[thread overview]
Message-ID: <87obnjr5zt.fsf@rho.meyering.net> (raw)
In-Reply-To: <87txxbr67m.fsf@rho.meyering.net> (Jim Meyering's message of "Fri, 13 Jul 2012 18:11:57 +0200")

Jim Meyering wrote:

> Jim Meyering wrote:
>
>> Frank Ch. Eigler wrote:
>>> Hi -
>>>
>>> meyering wrote:
>>>
>>>> [...] Any idea how we'd get three of each, with each triple starting
>>>> at the same minute?
>>>
>>> There appeared to be a bunch of crond's running for some reason;
>>> stopped all but one.
>>
>> Thanks.  I've killed the binutils-related processes and restarted
>> one manually.
>
> How strange.
> The run I just started via "bash -x ~/bin/mirror-sw binutils" is now
> showing up in ps auxww output as three different processes:
>
>     meyering 32694  0.0  0.0  6352 1020 pts/0    S+   16:05   0:00 \
>       bash -x /home/meyering/bin/mirror-sw binutils
>     meyering 32704  0.0  0.0  6352  504 pts/0    S+   16:05   0:00 \
>       bash -x /home/meyering/bin/mirror-sw binutils
>     meyering 32705  0.0  0.0  6352  560 pts/0    S+   16:05   0:00 \
>       bash -x /home/meyering/bin/mirror-sw binutils
>
> How strange.

I suspect it's normal after all, since it's running this:

    filter_stderr()
    {
      # Usage: filter-stderr EGREP_REGEXP 'command'
      regex=$1 cmd=$2
      (exec 3>&1; eval "$cmd" 2>&1 >&3 | grep -E -v "$regex" 1>&2)
    }
    ...
    filter_stderr "$mirror_re" "$mirror_cmd"

and ps is just showing the eval'd subshell and filter-running processes
with the name of the parent.

  reply	other threads:[~2012-07-13 16:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-13 15:21 Jason Merrill
2012-07-13 15:43 ` Jim Meyering
2012-07-13 15:55   ` Frank Ch. Eigler
2012-07-13 16:05     ` Jim Meyering
2012-07-13 16:12       ` Jim Meyering
2012-07-13 16:17         ` Jim Meyering [this message]
2012-07-16 18:52   ` Jason Merrill
2012-07-20 16:20     ` Jim Meyering
2012-07-24 18:20       ` Jason Merrill
2012-07-25  8:08         ` Jim Meyering
2012-07-25 13:05           ` Jason Merrill

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87obnjr5zt.fsf@rho.meyering.net \
    --to=jim@meyering.net \
    --cc=fche@redhat.com \
    --cc=jason@redhat.com \
    --cc=overseers@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).