I am receiving a strange error in my seafile.log, clients can’t upload data for now. The Windows client just says “server error”.
This is the log output:
2023-02-06 20:42:05 …/common/obj-backend-fs.c(227): [obj backend] Failed to open tmp file /opt/seafile/seafile-data/storage/fs/2807eb26-c8d9-4921-8119-ac1fe2691b8c/f6/2b4b3c18d1403a63a3032c2bad056284c4763a.BG6ZZ1: Not a directory.
2023-02-06 20:42:05 …/common/obj-backend-fs.c(309): [obj backend] Failed to write obj 2807eb26-c8d9-4921-8119-ac1fe2691b8c:f62b4b3c18d1403a63a3032c2bad056284c4763a.
2023-02-06 20:42:05 http-server.c(2242): Failed to write fs object f62b4b3c to disk.
These 3 lines repeat, always with a different string just before the “not a directory” message, so i.e. BG6ZZ1, LNKA01, N0E0Z1, etc.
I am running Docker on Windows Server, the data directory is mounted to a dedicated drive in Windows. The drive has enough space on it. It has worked really well for about a week and suddenly this.
EDIT: See last post about investigation results.