From nobody Wed Sep 20 18:36:26 2023 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RrS0r4lJhz4v1cN for ; Wed, 20 Sep 2023 18:36:28 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [66.165.241.226]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.nomadlogic.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RrS0r2nYwz3T0W for ; Wed, 20 Sep 2023 18:36:28 +0000 (UTC) (envelope-from pete@nomadlogic.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nomadlogic.org; s=04242021; t=1695234986; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3ziSRhL+IgmIMTgIZiFDi3I4l+zi2GYLg8dvqR3I99U=; b=zQudw7igfs5rhQhe3WdWNNMD2MrMTms2ahrnCyXROLIgq8kFOi4yUyryUbkpcu/Ahwt4di uWEISpvRZgNZ4YohNWxAN5xmcAdlliytCP2RqBZ7O/wlLvYq0XNqhQvjxf2W8kMkko60In L0deNAoV0N29e1MwbinFgVw802theqE= Received: from [192.168.1.240] (cpe-24-24-168-214.socal.res.rr.com [24.24.168.214]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id aee00c1d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 20 Sep 2023 18:36:26 +0000 (UTC) Message-ID: <71504308-65d0-405b-a289-e29f8926de8e@nomadlogic.org> Date: Wed, 20 Sep 2023 11:36:26 -0700 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Capturing Boot Messages? Content-Language: en-US To: listac@nebelschwaden.de, Freebsd-questions@freebsd.org References: <26de1d95-abff-465d-b25c-1b2465e80342@nebelschwaden.de> From: Pete Wright In-Reply-To: <26de1d95-abff-465d-b25c-1b2465e80342@nebelschwaden.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:29802, ipnet:66.165.240.0/22, country:US] X-Rspamd-Queue-Id: 4RrS0r2nYwz3T0W On 9/20/23 10:53 AM, Ede Wolf wrote: > Hello, > > I am seeing boot messages on screen, errors from rc.conf, that I have > yet to find in any log. Neither dmesg, nor /var/run/dmesg.boot nor in > /var/log/messages. > > Any chance to reread the full boot process somewhere or to set up full > boot logging? > sounds like a misbehaving daemon, one thing you can do is after the system boots is run "sh /etc/rc" and hopefully you'll be able to capture enough of the error in your shell window to figure out who is messing up. -pete -- Pete Wright pete@nomadlogic.org