Re: dumpdev AUTO in rc.conf does not work

2021-08-09 Thread Gary Jennejohn
On Mon, 09 Aug 2021 17:17:00 + "Dave Cottlehuber" wrote: > On Mon, 9 Aug 2021, at 15:54, Gary Jennejohn wrote: > > Maybe his problem arises from use of /dev/gpt/swap? That's a difference > > between his setup and your setup. > > good point, after amending fstab and checking gpt labels car

Re: dumpdev AUTO in rc.conf does not work

2021-08-09 Thread Dave Cottlehuber
On Mon, 9 Aug 2021, at 15:54, Gary Jennejohn wrote: > Maybe his problem arises from use of /dev/gpt/swap? That's a difference > between his setup and your setup. good point, after amending fstab and checking gpt labels carefully, it still works ok for me: root@a01 /u/h/dch# gpart show => 40

Re: dumpdev AUTO in rc.conf does not work

2021-08-09 Thread Gary Jennejohn
On Mon, 09 Aug 2021 15:45:19 + "Dave Cottlehuber" wrote: > On Mon, 9 Aug 2021, at 06:54, Gary Jennejohn wrote: > > On Sun, 8 Aug 2021 18:01:18 -0400 > > Daniel Morante via freebsd-current wrote: > > > It looks though that this issue might only happen on arm64? I tried > > > to reproduce o

Re: dumpdev AUTO in rc.conf does not work

2021-08-09 Thread Dave Cottlehuber
On Mon, 9 Aug 2021, at 06:54, Gary Jennejohn wrote: > On Sun, 8 Aug 2021 18:01:18 -0400 > Daniel Morante via freebsd-current wrote: > > It looks though that this issue might only happen on arm64? I tried > > to reproduce on amd64 without any luck. seems fine on arm64 14.0-CURRENT to me, this is

Re: dumpdev AUTO in rc.conf does not work

2021-08-08 Thread Gary Jennejohn
On Sun, 8 Aug 2021 18:01:18 -0400 Daniel Morante via freebsd-current wrote: > Yes my fstab entry is: > > /dev/gpt/swap none > swap sw > 0 0 > > It looks though that this issue might only happen on arm64? I tried > to reproduce on amd64 without any luck. > Could be. I also tested it on am

Re: dumpdev AUTO in rc.conf does not work

2021-08-08 Thread Daniel Morante via freebsd-current
Yes my fstab entry is: /dev/gpt/swap     none    swap    sw  0   0 It looks though that this issue might only happen on arm64?  I tried to reproduce on amd64 without any luck. On 8/8/2021 3:03 AM, Gary Jennejohn wrote: On Sat, 7 Aug 2021 20:10:50 -0400 Daniel Morante via free

Re: dumpdev AUTO in rc.conf does not work

2021-08-08 Thread Graham Perrin
On 08/08/2021 01:10, Daniel Morante via freebsd-current wrote: Hello, I am running 14.0-CURRENT using the snapshot from 2021-08-05. … root@callisto:~ # uname -a FreeBSD callisto 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-n248478-f3a3b061216: Thu Aug  5 06:03:20 UTC 2021 root@releng 1.nyi.freebs

Re: dumpdev AUTO in rc.conf does not work

2021-08-08 Thread Gary Jennejohn
On Sat, 7 Aug 2021 20:10:50 -0400 Daniel Morante via freebsd-current wrote: > Hello, > > I am running 14.0-CURRENT using the snapshot from 2021-08-05.__ It looks > as if setting dumpdev="AUTO" in /etc/rc.conf has no effect on enabling > kernel crash dumps. > > root@callisto:~ # uname -a > Fre

dumpdev AUTO in rc.conf does not work

2021-08-07 Thread Daniel Morante via freebsd-current
Hello, I am running 14.0-CURRENT using the snapshot from 2021-08-05.  It looks as if setting dumpdev="AUTO" in /etc/rc.conf has no effect on enabling kernel crash dumps. root@callisto:~ # uname -a FreeBSD callisto 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-n248478-f3a3b061216: Thu Aug  5 06:0