permissions

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...