Search results

  1. M

    [SOLVED] Configuring NFSv4 storage for backups - PVE still trying random ports

    Hey Hannes, thank you for the reply. Some answers on StackOverflow had led me astray in that I thought version 4 used only 2049. I'll apply that fix on my NFS server. Thank you!
  2. M

    [SOLVED] Configuring NFSv4 storage for backups - PVE still trying random ports

    Hello all, I've just setup a nfs server (https://help.ubuntu.com/community/NFSv4Howto#NFSv4_Server) on my NAS (a QNAP with Debian installed). The system should be using NFSv4, and so I manually edited my storage.cfg on PVE as following: nfs: nas_proxmox_backups path...
  3. M

    NFS server on Alpine LXC not starting

    I have a new LXC container with Alpine. It is not unprivileged, and with NFS and SMB/CIFS features enabled. I installed the server with apk add nfs-utils and edited the exports file. When I run rc-service nfs start, it fails with the following error: fileserver:~# rc-service nfs start *...
  4. M

    Restored a container backup, lost all my data on non-backup disk

    Oh yeah, this is a good idea indeed! But will I lose my attached disk if I delete the original LXC/VM?
  5. M

    Restored a container backup, lost all my data on non-backup disk

    Well, now I understand. Since I'm only a novice user of ProxMox, I would never thought of this. Next time that I want to restore a backup of a VM with attached disk (not backupped), should I detach first the movies' disk and only after restore the VM?
  6. M

    Restored a container backup, lost all my data on non-backup disk

    I have this LXC container name 'fileserver', based on the Turnkey fileserver template. It has a main disk with 4GB and attached as Mount Point (mp0) another disk, but with size 100G. On the bigger disk I used to keep my movies. I set the 100GB disk to don't backup, because, you know, I don't...
  7. M

    [SOLVED] Add new administrator user

    Oh my! I thought that "Permissions" was only a folder for the other elements. Thank you so much!
  8. M

    [SOLVED] Add new administrator user

    That's a good point, but I'm a total noob on Proxmox. I deleted the pool, Now if I go to users I get this, what next?
  9. M

    [SOLVED] Add new administrator user

    Hi guys, yesterday I installed my first Proxmox VE on my tiny pc. I want to add a new user with administrative privileges. (I'm following this YT tutorial : https://www.youtube.com/watch?v=MtuhWjEo9qs) So far, this is what I've done: create user marco on the OS create user marco on Proxmox...