From nobody Tue Dec 03 20:47:03 2024 X-Original-To: freebsd-desktop@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 4Y2t4j0MvFz5gkVY for ; Tue, 03 Dec 2024 20:47:17 +0000 (UTC) (envelope-from matias@pizarro.net) Received: from mail04.docbase.net (mail04.docbase.net [IPv6:2a01:4f8:1c1b:1324::1]) (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 (4096 bits) client-digest SHA256) (Client CN "mail04.docbase.net", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y2t4h4HMgz4s7G for ; Tue, 3 Dec 2024 20:47:16 +0000 (UTC) (envelope-from matias@pizarro.net) Authentication-Results: mx1.freebsd.org; none Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 758C9DD55F; Tue, 3 Dec 2024 21:47:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pizarro.net; s=dkim; t=1733258826; h=from:subject:date:message-id:to:mime-version:content-type: content-language:in-reply-to:references; bh=5re6N6IvqG7reIJhhBNWdfs4uSmT+kGttOG4c3qVfPM=; b=KI2GU86MDIGFzAeA3Y32rqN4iJwoJKhKA4aMNhFhDi2ZRh+Qd23id5uj6M4MEeLwsoZ7Wq nwN7g4aKqq3zvJ1xdWEcCY1ZQKtZsj7RfvSeZtVtZARA15EzEQSnnj3EgRvotfmGfNEgGq eMC8WIV5ck7YjPIYeBNYHVyNzDWJ1mOhEa9gyEbwp/cjmpkzgPNkUSYueU6vo5uKA0l4u6 vm9QNdz6zeYQYyCx0zATTACXG3atOXscaqWPjgZX0kZfiPLgD8jlunyQGTUOCvCezGMRjb 1e/X11JwPQhCvZpoivoW7sVwuV7R4S1GKWih5oMv6hx1asV5eAUTS6KA0hjzrg== Content-Type: multipart/alternative; boundary="------------Na3DQGx0sr6NOay0tEXDwBhQ" Message-ID: Date: Tue, 3 Dec 2024 21:47:03 +0100 List-Id: Using and improving FreeBSD on the desktop List-Archive: https://lists.freebsd.org/archives/freebsd-desktop List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-desktop@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: shutdown messages and boot messages about which service was started To: Manfred Koch , freebsd-desktop@FreeBSD.org References: <6f2407d7-79d5-413f-a272-fdc96a6d778e@t-online.de> Content-Language: en-GB, ca, da, nl, fr, de-DE, el-en, it, nb-NO, pt-PT, es-ES, sv-SE From: Matias Pizarro In-Reply-To: <6f2407d7-79d5-413f-a272-fdc96a6d778e@t-online.de> X-Last-TLS-Session-Version: TLSv1.3 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:24940, ipnet:2a01:4f8::/32, country:DE] X-Rspamd-Queue-Id: 4Y2t4h4HMgz4s7G X-Spamd-Bar: ---- This is a multi-part message in MIME format. --------------Na3DQGx0sr6NOay0tEXDwBhQ Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi Manfred, Are you using drm-kmod? If so, I think you might be bitten by the text console getting disabled when drm-kmod from packages (built on 14.1)  running on 14.2. This results in the text console freezing after drm-kmod is loaded which matches your symptoms. Possible fixes: 1. build drm-kmod from ports: * cd /usr/ports/graphics/drm-kmod/ && make install clean (or whatever version you are using e.g. drm-61-kmod) 2. install package from release_2 pkg repo * configure the repo (my config as an example: # cat /usr/local/etc/pkg/repos/FreeBSD_release_2.conf FreeBSD_release_2: {   url: "pkg+http://pkg.FreeBSD.org/${ABI}/release_2",   mirror_type: "srv",   signature_type: "fingerprints",   fingerprints: "/usr/share/keys/pkg",   enabled: yes,   priority: 100 } * install the package as root pkg install -fr FreeBSD_release_2 drm-kmod For context, see https://www.freebsd.org/releases/14.2R/errata/ |"drm-kmod| packages compiled on FreeBSD 14.1 result in the text console being inoperative when the kernel module is loaded. Recompiling the package from the ports tree will restore the lost functionality. This issue will also resolve itself after the FreeBSD 14.1 EoL, when packages for 14-STABLE will start being built on FreeBSD 14.2-RELEASE." Let us know if this does not help Best, M. On 03-Dec-2024 20:41, Manfred Koch wrote: > Hi, > today I  upgraded from 14.1-RELEASE TO 14.2-RELEASE . > I run Xorg and xdm. Since the upgrade to 14.2-RELEASE all the > nice shutdown messages and boot messages about which service > was started, are gone. > > Please can somebody help > > Manfred > > --------------Na3DQGx0sr6NOay0tEXDwBhQ Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

Hi Manfred,

Are you using drm-kmod?

If so, I think you might be bitten by the text console getting disabled when drm-kmod from packages (built on 14.1)  running on 14.2. This results in the text console freezing after drm-kmod is loaded which matches your symptoms.

Possible fixes:

  1. build drm-kmod from ports:
    • cd /usr/ports/graphics/drm-kmod/ && make install clean
      (or whatever version you are using e.g. drm-61-kmod)
  2. install package from release_2 pkg repo
    • configure the repo (my config as an example:
      # cat /usr/local/etc/pkg/repos/FreeBSD_release_2.conf
      FreeBSD_release_2: {
        url: "pkg+http://pkg.FreeBSD.org/${ABI}/release_2",
        mirror_type: "srv",
        signature_type: "fingerprints",
        fingerprints: "/usr/share/keys/pkg",
        enabled: yes,
        priority: 100
      }
    • install the package as root
      pkg install -fr FreeBSD_release_2 drm-kmod

For context, see https://www.freebsd.org/releases/14.2R/errata/

"drm-kmod packages compiled on FreeBSD 14.1 result in the text console being inoperative when the kernel module is loaded. Recompiling the package from the ports tree will restore the lost functionality. This issue will also resolve itself after the FreeBSD 14.1 EoL, when packages for 14-STABLE will start being built on FreeBSD 14.2-RELEASE."

Let us know if this does not help

Best,

M.


On 03-Dec-2024 20:41, Manfred Koch wrote:
Hi,
today I  upgraded from 14.1-RELEASE TO 14.2-RELEASE .
I run Xorg and xdm. Since the upgrade to 14.2-RELEASE all the
nice shutdown messages and boot messages about which service
was started, are gone.

Please can somebody help

Manfred


--------------Na3DQGx0sr6NOay0tEXDwBhQ--