Richard Brooksby

Results 215 comments of Richard Brooksby

Thanks for asking this question. This is more of a discussion point than an issue with the MPS. We may well open up the GitHub discussions system for things like...

I had this problem recently, and posted in the support forum at https://forum.syncthing.net/t/understanding-items-and-sizes/19584 about it. The thread has my theories, and how I worked around it. I'm linking it from...

[There are a lot of chains people might want to use.](https://chainlist.org/) And this list is changing. Can we remove the need for devs to manage the list by allowing it...

See also https://github.com/Ravenbrook/mps/pull/151#issuecomment-1428492095

> 1. We are missing a README. We aren't, but we should fix whatever is causing GitHub to miss it. It probably has to do with it being a symbolic...

Since we reactivated CI, I've noticed that this failure occurs frequently on Travis CI on FRI6GC and not elsewhere. For example see https://app.travis-ci.com/github/Ravenbrook/mps/jobs/594460967#L846-L857 . It could be that the particular...

Just another "me too", since this issue is marked closed but is still happening. ``` $ uname -a Linux plover 5.15.0-56-generic #62-Ubuntu SMP Tue Nov 22 19:54:14 UTC 2022 x86_64...

> Can someone point me at whatever code/daemon/agent is responsible for this mounting and unmounting of snapshots? Perhaps I can figure it out. Digging deeper, I have bogus entries like...

Possibly relevant https://github.com/openzfs/zfs/blob/c935fe2e9267b2ea6e3187e205aac019f5e0c83f/module/os/linux/zfs/zfs_ctldir.c#L60-L62 and I note that this is different to the FreeBSD module. The call to the user mode helper (mount.zfs) is constructed here: https://github.com/openzfs/zfs/blob/c935fe2e9267b2ea6e3187e205aac019f5e0c83f/module/os/linux/zfs/zfs_ctldir.c#L1095-L1102 Note that this gives...

> Note that this gives up and uses "" in the conditional, which might cause everything to be mounted at /.zfs. The gun is smoking. I am suspicious! I have...