Problem with restic MOUNT under FreeBSD 13.2: resource temporarily unavailable

Hello,

I have installed restic on FreeBSD 13.1 and also made a first backup.
After that I wanted to mount the repository, but I get an error “resource temporarily unavailable”.

What could be the reason for this?

Thanks and kind regards
restictestit

#restic version
restic 0.15.2 compiled with go1.20.3 on freebsd/amd64

#restic -r /usr/home/restic mount /mnt/restic
enter password for repository:
repository f9779e9c opened (version 2, compression level auto)
Now serving the repository at /mnt/restic
Use another terminal or tool to browse the contents of this folder.
When finished, quit with Ctrl-c here or umount the mountpoint.
resource temporarily unavailable

#kldload fusefs

kldstat | grep -i fuses

Id Refs Address Size Name
1 1 0xffffffff82d1c000 11cd8 fusefs.ko

See restic mount fails on FreeBSD 13.1 · Issue #4043 · restic/restic · GitHub