Michael Eischer

Results 855 comments of Michael Eischer

That rather looks like one of the other issues with stuck B2 clients. Likely either the application key broke for some reason, there is something wrong with the certificates installed...

Can you try whether setting the environment variable `GODEBUG=asyncpreemptoff=1` fixes the problem?

Did you try setting the environment variable for the Go program you use to read from the fuse mount?

it looks like restic is receiving lots of interrupts, e.g.: ``` 2022/04/01 12:18:28 restic/cmd_mount.go:153 main.runMount.func2 336 fuse:

My guess would be that what we're seeing here is that a program executes a `read` syscall for a file from the fuse mount and then blocks waiting for data....

> @MichaelEischer - any suggestions on how to eliminate problems with Readdirnames? As mentioned above, the patch snippet is far from complete. We'll need similar checks throughout the whole fuse...

I've opened PR #3875 which should also fix the `Readdirnames` problem.

> Yes, so far `--json` can be only used in combination with `--quiet`. I was hoping for #3009 which IMO include the json checks for the various print functions... Unfortunately,...

> Unfortunately, it is not possible to let `--json` imply `--quiet`. For example the `backup` command allows for different levels of verbosity for its JSON output. #3009 won't be able...

I've rebased to PR to fix the merge conflicts.