Alex Richman
Alex Richman
Hi @dlen I had already copied the key/crt to `/etc/ssl/private`, so I guess I would expect the installer to recognise that the files already exist and (a) prompt if I...
The relevant code path looks to be in `lib/fuse.c:2642 fuse_lib_getattr`, where if it's passed a null fi it'll call getattr instead of fgetattr. This is called from `lib/fuse_lowlevel.c:1092 do_getattr`, which...
Added some debug printk()s to fs/fuse/dir.c and confirmed that the FUSE_GETATTR_FH flag isn't being set because the supplied file is NULL: ``` [ 205.800058] fuse_do_getattr: (nil), 1 [ 205.800060] Not...
Hey, I strongly suspect that it is, but I'm not familiar enough with the kernel module to find out for sure. Here's the thread on linux-fsdevel for reference: http://marc.info/?l=linux-fsdevel&m=146885856607447&w=2 Miklos...
Yeah the images we're looking at are very big, up to 1024x1024x1024 with lots of connectivity in the skeleton. I don't have the maximum edge lengths we acquired to hand,...