Date: Mon, 18 Apr 2022 12:32:48 -0700 From: Pete Wright <pete@nomadlogic.org> To: filis+fbsdcurrent@filis.org, freebsd-current@FreeBSD.org Subject: Re: -CURRENT hangs since at least 2022-04-04 Message-ID: <3b85072c-eb07-6a74-fae3-258c99756c11@nomadlogic.org> In-Reply-To: <0c1b4885-dd0f-b48f-2ffe-12ccfd2ec118@filis.org> References: <0c1b4885-dd0f-b48f-2ffe-12ccfd2ec118@filis.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 4/18/22 12:23, filis+fbsdcurrent@filis.org wrote: > Hi, > > I'm running -CURRENT on this one desktop box which is a "Ryzen 7 4800U > with Radeon Graphics", since it didn't work on 13R. > I use Boot environments and on 2022-04-04 I updated it and it started > to completely freeze under X (I haven't tried letting it run without > X) after a few dozen minutes. > I went on vacation and came back today and updated it again to see if > the issue went away, but it froze again. I went back to the latest BE > before 2022-04-04, which is from 2022-03-21 and so far it works fine > again. I use a different machine to build and then rsync /usr/src and > /usr/obj over and run make installworld, etc locally and also pkg > upgrade (I use FreeBSD -latest packages) everything, so I can't quite > tell if this is related to base or drm-kmod and I'm not too familiar > with changes in the timeframe between 2022-03-21 and 2022-04-04 that > would affect my setup. > Is there anything I can try and/or find or collect info to shed more > light on this? > After updating your CURRENT environment did you rebuild the drm-kmod package? that's usually required as the LKPI is much more of a moving target on that branch compared to STABLE or RELEASE. i have a pretty much identical setup and building/installing drm-devel-kmod has been working flawlessly for quite a while. after building/installing my latest world i do following (this is from a local script i use when rebuilding): cd $PORTS/graphics/drm-devel-kmod sudo pkg unlock -y drm-devel-kmod sudo make package sudo pkg upgrade -y work/pkg/*.pkg sudo pkg lock -y drm-devel-kmod -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3b85072c-eb07-6a74-fae3-258c99756c11>