From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 30747 invoked from network); 18 Oct 2021 09:14:11 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 18 Oct 2021 09:14:11 -0000 Received: from mail-ot1-f49.google.com ([209.85.210.49]) by 4ess; Mon Oct 18 03:59:34 -0400 2021 Received: by mail-ot1-f49.google.com with SMTP id e59-20020a9d01c1000000b00552c91a99f7so139567ote.6 for <9front@9front.org>; Mon, 18 Oct 2021 00:59:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=UbEY9z8StfhSF+tTt2VAkes5rCDi/H8ymP2h9EnstUs=; b=lPoO6TIw1p9nkg08vRIigkNzshugwShsSdQstrVjQZ0V42iusLkYOFwBZvvhZKhFPZ gZf9rNcoS+uoUqTauquE3QGSAj1O+dFNAQsttKSprW8/F6wnoUe67ieuPK1u43Lxzv1F aEv27H7mcp4Fr1ACd+2Cj2A7QFG1iMOQu3kU7fce01zv2dXvNwFV3uAQ1aUo4eQ3t2Yb GDpyjkUu6+3KdkYIDkuU4w1ydBsuA4/azSAH/jf8sDrNE4+6DVJ3sBJdYtLKRJjBgwRY bnXiIt650W9sas89iB2PzPkhygV8Z426zk5K0izDBOQC+viG5iManKUujojJME2mHcxp 19bA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=UbEY9z8StfhSF+tTt2VAkes5rCDi/H8ymP2h9EnstUs=; b=suo7cYu2pcrsuVI+PaQbz+iS8RWbIxIH7dntvNNx/vLVM74jf6SISixZxL/0gCmvRn tayEN8+er/lEYXzjoOeDI+XSMGi5Hxhydr7+E27gwVh7k5fhFnPn3z6ZcRcSUFKTQX6O Qva13UOBnodhvV24wnthBsXh4RbNbd6g+UmyKjuoH1fO6Y34iFbbVpq5VOrg+XkwiRN2 K4L9Vv3ts+27EMmjA5EncRIvd0gq4ZGUVt6YFlxipNReX60S4drIv+lYdthBfKs9+jyh rktwkw1BJBToHgBrIoxCaG9iKN8t9EJI10MvwkPTdpLt/dPUC0ckcwoNSIwa9CGWbn9y JBCA== X-Gm-Message-State: AOAM533BptLCtLLWJJBXzkB4tPqxEI49lmf6z1jGKCixKA4cdUXVeq9a Qk41JElnID714GH1c2nSIpvKdz+J1wFH0l3ijWfdcZDXWjE= X-Google-Smtp-Source: ABdhPJyKmqUme4zzW5KkFvZc+vSQevaylTvBZbzMgsuKDlMhAVHP0DGXyEslz7GMw0uJlRrzNRDvAZczeMJcrx7fdIs= X-Received: by 2002:a25:cd02:: with SMTP id d2mr26487126ybf.200.1634542558682; Mon, 18 Oct 2021 00:35:58 -0700 (PDT) MIME-Version: 1.0 References: <2006FA711D938F3B107ACBB8F651727C@9p.sdf.org> In-Reply-To: <2006FA711D938F3B107ACBB8F651727C@9p.sdf.org> From: Silas McCroskey Date: Mon, 18 Oct 2021 00:35:49 -0700 Message-ID: To: 9front@9front.org, 23hiro@gmail.com Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: virtual stable interface event hosting package pipelining locator Subject: [9front] =?UTF-8?Q?Re=3A_=5B9front=5D_Dealing_with_log_files=E2=80=A6?= Reply-To: 9front@9front.org Precedence: bulk On Sun, Oct 17, 2021 at 7:19 AM hiro <23hiro@gmail.com> wrote: > > what happens to a process that is still having file A open and is > gonna write() again to it after you renamed A into B? > Seems like a pretty textbook case for a fileserver -- /sys/log/xyz is synthetic and is backed by /sys/log/xyz.1,2.gz,etc. on-disk. - Silas