permissions

  1. S

    User permissions needed for create sheduled backup job

    Hello, I'm trying to create user who can manage VMs (all VM.* permissions) and can create sheduled backup jobs. I found by trying I need Datastore.Audit permission to see storage for backup and Sys.Audit and Sys.Modify to create backup jobs. But with Sys.Modify, I can also modify datastore...
  2. N

    [SOLVED] Kann NFS Share nicht mounten

    Hallo Zusammen Nach langem Suchen über Google und im Forum bin ich leider zu keinem Ergebnis gekommen. Ich habe auf einer Node einen NFS Server installiert und zwei Partitionen unter /mnt/backup und /mnt/isos für die Dementsprechenden Zwecke erstellt und Freigegeben. Die Shares werden auch...
  3. R

    Multiple people create their own vms, but shouldn't see each other. Can we use one lvm-thin?

    I'd like to be able to give access to two-three people so they can install stuff on my proxmox. In order for these guys to be able to create a vm/lxc, they have to have the Datastore.AllocateTemplate on the storage which is only found in PVEDatastoreAdmin. So in order for two people to create...
  4. N

    (Hopefully) Quick question about roles.

    Is it possible to make a role that only allows the user to see the summery tab for the data center, and cluster nodes but do/see nothing else? I want to give a user the ability to see how much the resources are being used and then give them permissions else where (Ive got this part figured out)...
  5. onlime

    Ping with unprivileged user in LXC container / Linux capabilities

    On Proxmox VE 5.1, inside an LXC container, I cannot ping with unprivileged user. It gives me the following error: $ ping google.ch ping: socket: Operation not permitted On the hostnode itself I can ping with both unprivileged user and root, but inside an LXC container only as root. The...
  6. D

    Permission issues when administering unpriviliged containers

    On a completely fresh install of Proxmox VE 5.1, I'm unable to create unprivileged containers from templates and creating backups. I get permission errors when I try. The issue with creating the containers seems to be that templates gets saved with root ownership and strict permissions that...
  7. R

    TASK ERROR: unable to parse directory volume name proxmox

    So I setup a new cluster and I am moving image files off via USB drive. One reason for this is I am using Ceph and it appears the best import method is actually to add the disk to a new vm conf and move the disk from local to ceph. I used a USB hard drive for the task, mounted it, and added a...
  8. J

    [SOLVED] Bind mount to reflect Samba mount owner/permissions?

    I have a few containers running on Proxmox and have a challenge with a Bind mount vs a Samba share. Container 101 has a directory shared via Samba (it's effectively my NAS). Anything written to it via Samba adopts file ownership & permissions determined by the samba process / config. That same...
  9. A

    Add physical hard drive read/write permission to a VM

    Hi, I recently used ESXi, and had set up two VM's. One for Ubuntu Server 16 and one for a NAS program I have been using for a few years, called NASLite-M2 x64. Previously I had only used my server as a NASLite box exclusively, and the hard disks have data on them I do not want to lose or...
  10. A

    [SOLVED] File ownership is sometimes incorrect when creating LXC

    My problem is that some images exported form LXD causes a problem with file ownership. It works if I use a image from linuxcontainers.org and upload it directly to proxmox, but not if I start the image on my workstation, export it and then upload the image to proxmox. (some images works just...
  11. Altrove

    Problem for user permission to only start, restart, shutdown one node

    Hi to All, i am this problem, i have crated the additional Role: pveum roleadd Sys_Power-only -privs "Sys.PowerMgmt Sys.Console" and i have add a permissions to the user "pippo" (is a PVE user autentication) for only start, stop, reset, shutdown the node, i have only one node and the name of...
  12. D

    Permission error w/ sockets inside CT since migration to PVE 4.1

    I've migrated a number of hosts from PVE 3.4 to PVE 4.1 and I followed the instructions (stop CT, backup CT, copy backup, restore, reconfigure network). Most of my hosts use an internal init script to start an application server. That application server creates a socket, to which an internal...