Re: drm-kmod kernel crash fatal trap 12

2021-06-10 Thread Cy Schubert
In message <4894bd36-92bd-596e-cc18-cd3e6aafe...@selasky.org>, Hans Petter Sela sky writes: > On 6/9/21 4:43 PM, Thomas Laus wrote: > > I updated my system this morning to main-n247260-dc318a4ffab June 9 2012 > > and the first boot after the kernel was loaded I received: > > > > 'fatal trap 12'

Re: kernel panic while copying files

2021-06-10 Thread Gary Jennejohn
On Tue, 8 Jun 2021 17:54:05 +0200 Gary Jennejohn wrote: [big snip] > Here's the kgdb backtrace with the -O0 kernel: > > (kgdb) bt > #0 0x8081d706 in doadump (textdump=0) > at /usr/src/sys/kern/kern_shutdown.c:398 > #1 0x804ef15a in db_dump (dummy=-2138500043, dummy2=false,

Re: drm-kmod kernel crash fatal trap 12

2021-06-10 Thread Bakul Shah
On Jun 10, 2021, at 7:13 AM, Thomas Laus wrote: > The drm-kmod module is the latest from the pkg server. It all > worked this past Monday after the recent drm-kmod update. This is what I did: git clone https://github.com/freebsd/drm-kmod ln -s $PWD/drm-kmod /usr/local/sys/modules Now it gets

Re: drm-kmod kernel crash fatal trap 12

2021-06-10 Thread Thomas Laus
Hans Petter Selasky [h...@selasky.org] wrote: > > When you use -current, you need to compile this pkg from the latest ports. > I'm not sure if that happens automatically when you install the binary > package. > I just built drm-current-kmod as a port and things work. Building a kernel in the

Re: drm-kmod kernel crash fatal trap 12

2021-06-10 Thread Hans Petter Selasky
On 6/10/21 4:13 PM, Thomas Laus wrote: The drm-kmod module is the latest from the pkg server. It all worked this past Monday after the recent drm-kmod update. When you use -current, you need to compile this pkg from the latest ports. I'm not sure if that happens automatically when you

Re: drm-kmod kernel crash fatal trap 12

2021-06-10 Thread Bakul Shah
On Jun 10, 2021, at 9:49 AM, Philipp Ost wrote: > > On 6/10/21 5:13 PM, Bakul Shah wrote: >> On Jun 10, 2021, at 7:13 AM, Thomas Laus wrote: >>> The drm-kmod module is the latest from the pkg server. It all >>> worked this past Monday after the recent drm-kmod update. >> This is what I did: >>

Re: drm-kmod kernel crash fatal trap 12

2021-06-10 Thread Thomas Laus
Hans Petter Selasky [h...@selasky.org] wrote: > > Make sure you also re-build the drm-kmod module. > The drm-kmod module is the latest from the pkg server. It all worked this past Monday after the recent drm-kmod update. Things are good at n247230. I cleaned my source today and checked out

Re: drm-kmod kernel crash fatal trap 12

2021-06-10 Thread Thomas Laus
Bakul Shah [ba...@iitbombay.org] wrote: > > This is what I did: > > git clone https://github.com/freebsd/drm-kmod > ln -s $PWD/drm-kmod /usr/local/sys/modules > > Now it gets compiled every time you do make buildkernel. > If things break you can do a git pull in the drm-kmod dir > and rebuild.

Re: drm-kmod kernel crash fatal trap 12

2021-06-10 Thread Philipp Ost
On 6/10/21 5:13 PM, Bakul Shah wrote: On Jun 10, 2021, at 7:13 AM, Thomas Laus wrote: The drm-kmod module is the latest from the pkg server. It all worked this past Monday after the recent drm-kmod update. This is what I did: git clone https://github.com/freebsd/drm-kmod ln -s

OpenZFS encryption: documentation

2021-06-10 Thread Graham Perrin
On 09/06/2021 03:15, grarpamp wrote: … You could find some initial doc and video about zfs encryption on openzfs.org and youtube, and … Also, 'Encryption' under > … file and zvol data, file attributes, ACLs, permission bits, directory listings, FUID

Re: Files in /etc containing empty VCSId header

2021-06-10 Thread Steve Kargl
On Thu, Jun 10, 2021 at 03:26:58PM -0700, Kevin Oberman wrote: > On Wed, Jun 9, 2021 at 2:02 AM Michael Gmelin wrote: > > > > > On 9. Jun 2021, at 01:15, Ian Lepore wrote: > > > > > > On Tue, 2021-06-08 at 15:11 -0700, Rodney W. Grimes wrote: > > >>> On Tue, 8 Jun 2021 09:41:34 + > > >>>

Re: Files in /etc containing empty VCSId header

2021-06-10 Thread Kevin Oberman
On Wed, Jun 9, 2021 at 2:02 AM Michael Gmelin wrote: > > > > On 9. Jun 2021, at 01:15, Ian Lepore wrote: > > > > On Tue, 2021-06-08 at 15:11 -0700, Rodney W. Grimes wrote: > >>> On Tue, 8 Jun 2021 09:41:34 + > >>> Mark Linimon wrote: > >>> > On Mon, Jun 07, 2021 at 01:58:01PM -0600,

Re: Files in /etc containing empty VCSId header

2021-06-10 Thread Michael Gmelin
> On 11. Jun 2021, at 00:28, Kevin Oberman wrote: > > On Wed, Jun 9, 2021 at 2:02 AM Michael Gmelin wrote: > >> >> On 9. Jun 2021, at 01:15, Ian Lepore wrote: >>> >>> On Tue, 2021-06-08 at 15:11 -0700, Rodney W. Grimes wrote: > On Tue, 8 Jun 2021 09:41:34 + > Mark

Re: Files in /etc containing empty VCSId header

2021-06-10 Thread Michael Gmelin
> On 11. Jun 2021, at 00:42, Cameron Katri via freebsd-current > wrote: > > On 6/10/21 6:26 PM, Kevin Oberman wrote: >> I have never seen it return anything from /usr/src. > > It seems to return stuff from /usr/src for me > > whereis cc > cc: /usr/bin/cc /usr/share/man/man1/cc.1.gz >

Re: Files in /etc containing empty VCSId header

2021-06-10 Thread Cameron Katri via freebsd-current
On 6/10/21 6:26 PM, Kevin Oberman wrote: I have never seen it return anything from /usr/src. It seems to return stuff from /usr/src for me > whereis cc cc: /usr/bin/cc /usr/share/man/man1/cc.1.gz /usr/src/contrib/netbsd-tests/usr.bin/cc Although I question the validity of that response. But