I am using Pydio Cells v2 on my small network with --log=production flag. When I sync the storage because I moved a folder with contents inside it, the console prints a lot of write error saying it can’t rename log file because it being used by another process (screenshot attached). Is there something I did wrong?
Indeed you cannot rename the log file because it is currently being used by the log service, one way of doing that would be to stop Cells before renaming the file.
Hum, that’s strange
This rename must be linked to log “rotation” (when it’s getting big, rename to backup and create a new one). Two ideas here
Would you happen to have multiple “pydio.grpc.task” services running? Try to properly stop cells and make sure to kill all processes named cells then restart
Or you discovered a windows-specific bug, which is also possible!
-c
Yes it is
So it may be a windows-specific issue. Not really surprising when it comes to renaming files “on the fly”. We’ll have to reproduce that on our side
Stay tuned