Just switched over to google as the backend and everything seems to be
working fine.
I built 3.7.3 on debian testing/bullseye, though I needed to do a
pip3 install trio
to get a more recent version of trio, but then it built successfully and
all the tests it ran passed. (It skipped some but I assume this is
normal.)
Everything seems to be working fine - I do get things like these in the
mount log, are they anything to be concerned about?
Traceback (most recent call last):
File "src/internal.pxi", line 125, in pyfuse3._notify_loop
File "src/pyfuse3.pyx", line 918, in pyfuse3.invalidate_entry
FileNotFoundError: [Errno 2] fuse_lowlevel_notify_inval_entry returned: No
such file or directory
2021-06-06 22:22:08.583 187962:Thread-2583 pyfuse3.run: Failed to submit
invalidate_entry request for parent inode 23973443, name b'
onlisp.ps'
I'll get a bunch of them together all referencing the same inode...
Joseph