pve-backup-server-dockerfiles icon indicating copy to clipboard operation
pve-backup-server-dockerfiles copied to clipboard

ENOSYS: Function not implemented

Open Joly0 opened this issue 2 years ago • 6 comments

Hey, i just setup this in Unraid and i keep getting this in my logs:

Error: failed to move file at "/var/log/proxmox-backup/api/access.tmp_7MN95t" into place at "/var/log/proxmox-backup/api/access.log" - ENOSYS: Function not implemented Error: failed to move file at "/var/lib/proxmox-backup/rrdb/rrd.tmp_xzcB5h" into place at "/var/lib/proxmox-backup/rrdb/rrd.journal" - ENOSYS: Function not implemented rm: cannot remove '/etc/proxmox-backup/.*.lck': No such file or directory rm: cannot remove '/etc/proxmox-backup/*.lock': No such file or directory And that continues on and on forever and nothing happens

Joly0 avatar Jan 03 '23 16:01 Joly0

where are you getting this log ? and when ?

total 1100
drwxr-xr-x 1 backup backup      40 Jan  2 12:50 .
drwx------ 1 backup backup      30 Jan  2 12:47 ..
-rw-r--r-- 1 backup backup 1118299 Jan  4 19:30 access.log
-rw-r--r-- 1 backup backup     845 Jan  2 14:51 auth.log

on my system

devzwf avatar Jan 05 '23 00:01 devzwf

where are you getting this log ? and when ?

total 1100
drwxr-xr-x 1 backup backup      40 Jan  2 12:50 .
drwx------ 1 backup backup      30 Jan  2 12:47 ..
-rw-r--r-- 1 backup backup 1118299 Jan  4 19:30 access.log
-rw-r--r-- 1 backup backup     845 Jan  2 14:51 auth.log

on my system

Sry, should have specified it. This is running as a docker container and its the docker logs that i have shared here

Joly0 avatar Jan 05 '23 06:01 Joly0

@Joly0 What kernel version Unraid runs on? It seems to be a problem of old kernel.

Or it could also be incorrect filesystem: https://github.com/yarnpkg/yarn/issues/1381.

You should be using ext4.

ayufan avatar Jan 05 '23 09:01 ayufan

@Joly0 What kernel version Unraid runs on? It seems to be a problem of old kernel.

Its 5.19.17, so should be quite new. Filesystem is btrfs. Afaik Unraid doesnt support ext4, only btrfs and xfs.

Joly0 avatar Jan 05 '23 09:01 Joly0

OK. Still seems to be possible to be filesystem issue. Can you store it on ext4 (at least rrd)?

ayufan avatar Jan 05 '23 09:01 ayufan

What i post was on my unraid runing : 5.19.17-Unraid on xfs

devzwf avatar Jan 05 '23 13:01 devzwf