neurotensin

Results 13 comments of neurotensin

Hi, I think I have some more data. The errors I think are caused by creating and removing snapshots where there is a contention. On my system I use zfs-autosnap...

@aerusso for mine, yes it is encrypted. I provided the mechanism above - I suspect it is the interaction between zfs-autosnapshot and syncoid. Each is doing the right thing, but...

Looking around I suspect this [https://github.com/openzfs/zfs/issues/15474](url) is a related issue. The core issue I suspect is the race condition of zfs destroy being used at the same time as a...

@aerusso some more debugging, I have found a relevant zfs event... May 11 2024 09:20:09.121469698 ereport.fs.zfs.authentication class = "ereport.fs.zfs.authentication" ena = 0xf9162f4003200c01 detector = (embedded nvlist) version = 0x0 scheme...

zdb -c tank zdb_blkptr_cb: Got error 52 reading -- skipping zdb_blkptr_cb: Got error 52 reading -- skipping err == ENOENT (0x34 == 0x2) ASSERT at module/zfs/dsl_dataset.c:383:load_zfeature()Aborted (core dumped) FYI -...

I can confirm this issue is still relevant - I just got it. I might suggest a cause though. First my details 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC...

P53 hardware is different I think - Sat Nov 9 18:26:45 2019] pci 0000:53:00.0: runtime PM trying to activate child device 0000:53:00.0 but parent (0000:00:1c.6) is not active [Sat Nov...

**DKMS - need to build properly for "UEFI/LockDown"** 1) Make sure the source is in /usr/src/$MODULE_NAME-$MODULE_VERSION 2) cd /var/lib/dkms 3) dkms add $MODULE_NAME/$MODULE_VERSION 4) dkms build $MODULE_NAME/$MODULE_VERSION 5) dkms intall...

@juhovh A nice advance! I have a p53 and I have been working with @abrasive , but so far no luck. I took your module and made it a dkms...