On 2026-09-08 09:03, Pádraig Brady wrote:
It looks like mv is just the messenger here.
Yes, try running this: strace mv /path/to/some/logfile /path/to/some/archive/logfile.timestamp and see which syscall fails. Probably it's an inode number overflow, or a uid/gid overflow, or something like that, and the problem is not in mv but in the file system or some other part of your configuration.
