rfjakob
rfjakob
I'm trying to migrate https://github.com/rfjakob/gocryptfs from stdlib to flaggy. It's nice so far, having slice types is great, binding positional arguments is great, but is there a way to align...
Ticket https://github.com/rfjakob/gocryptfs/issues/191 was closed once read-only fsck was implemented. This ticket is for a read-write fsck. Options for fixing corrupt files: * Delete * Move to lost+found folder * Overwrite...
Downstream library user here ( https://github.com/rfjakob/gocryptfs ). Commit message follows: ------------- Go 1.16 makes go.mod mandatory: https://blog.golang.org/go116-module-changes This caused two errors: (1) go build failed: go: cannot find main module,...
Maybe I am missing something, but what you call "user_hash" in the flow chart can be passed around just fine?
Stacked FUSE mounts breaks mkfs.btrfs: `ERROR: cannot check mount status of DEV: Permission denied`
Compiled right now from e4ac7d4f67b330a3b27a4a50f73e94b1e072ae56 . ### Trying mkfs.btrfs: ``` [root@brikett btrfs-progs]# ./mkfs.btrfs /tmp/b.img btrfs-progs v5.13.1 See http://btrfs.wiki.kernel.org for more information. ERROR: cannot check mount status of /tmp/b.img: Permission denied...
Finally! Symlink-safety without the overhead: Linux kernel commit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v5.19&id=fddb5d430ad9fa91b49b1d34d0202ffe2fa0e179 Merged in v5.6: $ git describe --contains fddb5d430ad9fa91b49b1d34d0202ffe2fa0e179 v5.6-rc1~133^2~2 LWN background article: https://lwn.net/Articles/796868/
Linux 4.11 gained statx: https://man7.org/linux/man-pages/man2/statx.2.html This solves the problem of inode number recycling, which was the reason for `-sharedstorage`. In my testing, STATX_BTIME (birth time) works on NFS and also...
Just having gone through the process of installing, configuring and debugging sidedoor, this commits tries to make a few spots in the README clearer to make it easier for the...
**Please acknowledge the following before creating a ticket** - [X] I have read the GitHub issues section of [REPORTING-BUGS](../blob/master/REPORTING-BUGS). **Description of the bug:** Using `--nice=-20` causes this bogus warning: ```...