From owner-freebsd-current@freebsd.org Fri Jan 15 17:56:34 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3471A4ED078 for ; Fri, 15 Jan 2021 17:56:34 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-qk1-x735.google.com (mail-qk1-x735.google.com [IPv6:2607:f8b0:4864:20::735]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DHTQB0dcQz3KJ7; Fri, 15 Jan 2021 17:56:33 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: by mail-qk1-x735.google.com with SMTP id v126so12461436qkd.11; Fri, 15 Jan 2021 09:56:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8XkedCTfFZK6wQWWBTnpMLpDWIy79suHsLCz+GjanMI=; b=r2vnp9SfJnkXOw+b387PKtaMSngs6MAYNESLieDGf5No9/i78a5Dzsno8V62FZDVbE fHjPVn9SHHVHXomuoZ1ktS3Hb6vNRe92sT+V+sdcmatw9wqy9DtcgelPx1Sbae7SraTy 4xv2r5FyAKD+sEa3XJ9S28TTC6IAeNypbzw/sTqEX2MuKk2PHBlXPN5ZdYe6uAgv6P9u 9307VjCk9z9hgNz6jO5s+x3sm/++IzVMCUo+7X26oGw6B060sm3SIWDwW77ufTav7QrP qp3D96puN490YfhPtFIpgGEqMVmiSN40OuTTOqiwczNHkyL+HoPXjgvAyRhFICvvuf8t 9Ayw== X-Gm-Message-State: AOAM533qkjJXfq21vLWdFQ9UJ/Fv6RBygXUw5sdMnWm2ujKHvq4oSD+1 0zyHKSmXF43ix952FUkq0xhJyZJW59oFnejPzk9q02ni X-Google-Smtp-Source: ABdhPJyKAe0leYHGtlnEmOOcjvhsDJw/gHd447k3+xVec2NqhntlhE9DgVaEjayGwKkRhohC7vGPZ6YAcNqCnlpRwHM= X-Received: by 2002:a37:4116:: with SMTP id o22mr13016082qka.236.1610733392714; Fri, 15 Jan 2021 09:56:32 -0800 (PST) MIME-Version: 1.0 References: <7c4da243-52ff-c5ee-3d56-1ae651286e0e@alvermark.net> <369b3d82-98c5-b31e-6168-4003a042f174@FreeBSD.org> <556d40b8-92d7-303e-7d87-ea496d0ca733@FreeBSD.org> <51df64cc-f01c-0030-a708-f4002be6411e@FreeBSD.org> <5bf89915-122d-b321-d85c-771bde02aed7@FreeBSD.org> <22BF2723-DF20-4248-8B5F-07F4FB34F2AC@FreeBSD.org> In-Reply-To: <22BF2723-DF20-4248-8B5F-07F4FB34F2AC@FreeBSD.org> From: Freddie Cash Date: Fri, 15 Jan 2021 09:56:21 -0800 Message-ID: Subject: Re: Waiting for bufdaemon To: Juraj Lutter Cc: FreeBSD-Current X-Rspamd-Queue-Id: 4DHTQB0dcQz3KJ7 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 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: Fri, 15 Jan 2021 17:56:34 -0000 On Fri., Jan. 15, 2021, 9:41 a.m. Juraj Lutter, wrote: > > On 15 Jan 2021, at 18:26, Freddie Cash wrote: > > > > /var/run/dmesg.boot includes all output from dmesg for the current boot. > No > > need to manually redirect dmesg output to a file or play with buffer > sizes. > > :) Just upload that file. > > On boot, dmesg is saved to dmesg.boot quite lately and start of the > circular > buffer can already be rewritten. > Really? Interesting. Haven't run into that (not saying it can't happen). I always thought it was essentially streamed to that file once / or /var was mounted. Now I'll have to read some RC scripts to see. :) Thanks for the info. Cheers, Freddie Typos due to smartphone keyboard. >