Hello all,
Background: concerned by the bug preventing the use of file restore via GUI (https://forum.proxmox.com/threads/f...nt-failed-or-no-supported-file-system.144225/) on several important VMs, I would like to allow an operator without root permissions to perform restores via CLI.
The process using proxmox-backup-client map is working perfectly with root user.
I was able to work around a few problems with another user by granting permissions on /dev/loop and /run/pbs-loopdev, but I'm now facing the following error when running the command:
Well, it looks like it's trying to use fuse3 but:
I find it rather mysterious... Does anybody have an explanation or an idea on what to try next?
Kernel Version: Linux 6.8.8-2-pve (2024-06-24T09:00Z)
Manager Version: pve-manager/8.2.4/faa83925c9641325
Background: concerned by the bug preventing the use of file restore via GUI (https://forum.proxmox.com/threads/f...nt-failed-or-no-supported-file-system.144225/) on several important VMs, I would like to allow an operator without root permissions to perform restores via CLI.
The process using proxmox-backup-client map is working perfectly with root user.
I was able to work around a few problems with another user by granting permissions on /dev/loop and /run/pbs-loopdev, but I'm now facing the following error when running the command:
Code:
fuse: failed to exec fusermount3: No such file or directory
Well, it looks like it's trying to use fuse3 but:
- fusermount3 is not found anywhere, even with root user
- fuse3 is not installed, libfuse3 is but looks like fusermount3 is part of fuse3
- it works for root (so without fuse3)
- if I try to install fuse3, I'm getting a warning that it will break fuse (and I don't want to break anything as it works as root)
I find it rather mysterious... Does anybody have an explanation or an idea on what to try next?
Kernel Version: Linux 6.8.8-2-pve (2024-06-24T09:00Z)
Manager Version: pve-manager/8.2.4/faa83925c9641325