gogo199432

Results 15 comments of gogo199432

I'm still getting the login issue with the nightly, although less aggressively. But if I go to edit users for example, even with an admin account it throws me out...

I have the same issue but also have the bodyParser off like @displaynone is suggesting. Interestingly it seems to work when I use StripeCLI and a local deploy but if...

Same here. I was wondering if the user management was ever fully implemented so I tried to change to the experimental branch. Got the above error. I'm running on Docker...

I started this trace right before I knew the backup would start in the hope that I would catch the issue. After checking it a minute or so later I...

So it finally crashed again, I managed to get both a strace with 'ls' and 'stat', hopefully this helps something. [ls.strace.txt](https://github.com/trapexit/mergerfs/files/13851758/ls.strace.txt) [mergerfs-ls.trace.txt](https://github.com/trapexit/mergerfs/files/13851759/mergerfs-ls.trace.txt) [mergerfs-stat.trace.txt](https://github.com/trapexit/mergerfs/files/13851760/mergerfs-stat.trace.txt) [statfolder.strace.txt](https://github.com/trapexit/mergerfs/files/13851761/statfolder.strace.txt) --- On a related note, before...

It also fails with cache.files=off, but I can set it to that and do another 'ls' trace if that helps. Is there any other caching that I'm not aware of...

Got a new trace with the following mergerfs settings: `-o cache.files=off,cache.entry=0,cache.attr=0,moveonenospc=true,category.create=mfs,dropcacheonclose=true,posix_acl=true,noforget,inodecalc=path-hash,fsname=mergerfs` [ls.strace.txt](https://github.com/trapexit/mergerfs/files/13875080/ls.strace.txt) [mergerfs.trace.txt](https://github.com/trapexit/mergerfs/files/13875081/mergerfs.trace.txt)

Is there anything more I can provide to help deduce the issue? It is still occuring sadly. The frequence seems to depend on how many applications are trying to use...

Quick update from my side. I tried to reduce it to the best of my abilities. First of all, I made a second mount only for Proxmox backups. This mount...

I was using the same settings as previously except for reducing to single disk. Apart from what we talked about with caching I have not been modifying the NFS settings....