Search results for query: lxc mountpoint

  1. K

    [SOLVED] lxc mountpoint mapping existing uid,gid to another internal id

    pct mount <ID> cd /var/lib/lxc/<ID>/rootfs chown <UID on host>:<GID on host> -R path/to/dir other/file cd pct unmount <ID> found here https://forum.proxmox.com/threads/problems-using-a-mount-point-and-lxc-idmap.77370/post-348839 This is a much better method of looking into the container mount. I...
  2. K

    [SOLVED] lxc mountpoint mapping existing uid,gid to another internal id

    I have a unprivileged container running a media server and the rootfs is local-btrfs. The media server runs as uid 107 inside the container but I'm not sure if that maps to an external uid A zfs media disk with uid 101001 on the host has 700 access permissions I want to map this to the container...
  3. A

    LXC not starting because permission denied?

    No - never tried that. How would that make a difference? I have serveral lxc containers with and without such mountpoints. All others are working as expected. The lazytime option prevents immediate update of timestamps when accessing files. And therefor reduces I/O overhead and ssd wearout.
  4. G

    LXC not starting because permission denied?

    I don't know exactly what is wrong, but just a stab in the dark: Have you tried to start that LXC without that usb-bu mountpoint? Is there a special reason you are applying the lazytime option?
  5. B

    Mit UUID gemountete und in fstab eingetragene Partition verschwindet wieder

    Danke, habe mich schlau gemacht und werde den SMB Share vom Proxmo Host in eine VM verlagern. LXC privileged wäre ja auch wieder doof. Zur möglichen USB-Problematik: Mit dem Befehl lsblk wird die Partition aber weiterhin angezeigt, nur eben ohne Mountpoint. "mount -a" fügt ihn wieder hinzu...
  6. fireon

    PBS not listing any Snapshots/ Backups

    Ja das stimmt. Ich würde keinen Grund sehen, warum man das machen möchte. Das macht es nur komplexer. PBS sollte physisch installiert werden, keine VM und kein CT. Mit lokalem schnellen Storage. Und ja, ZFS ist grundsätzlich ne sehr feine Sache. Ich antworte mir selbst und vermute mal das es...
  7. F

    PBS not listing any Snapshots/ Backups

    danke für dne hinweis mit dem "ZFS special device". Mach das hier Sinn ? Mein Verstädnis war, dass wenn ich genug RAM zur Verfügung habe ( sind ~120 GB) mit ein special device nicht viel bringt. Oder bin ich hier auf dem Holzweg ? Direkt möchte ich gestehen, dass der Backupserver ein LXC ist...
  8. S

    Can not start LXC after snapshot restore

    Thank you, this is after reboot where it is working again. I also added a new device /dev/net/tun before the issues started. root@pve:~# zfs list NAME USED AVAIL REFER MOUNTPOINT rpool 288G 635G 104K /rpool rpool/ROOT...
  9. D

    [SOLVED] After update and reboot, VM will no longer start

    Today I updated my 3 servers and rebooted. Everything seems to work fine except for one VM: my printserver It no longer works because the VM (111) running cups will not startup: TASK ERROR: timeout: no zvol device link for 'vm-111-cloudinit' found after 300 sec. Other VMs with cloud-init data on...
  10. B

    Can't correctly bind mount points (nobody nogroup error)

    hey all, I've been trying non stop for two days on that one, but I really can't find a solution, please help I'm desperate. So here's the thing: I want to share a folder hosted on my Proxmox node to a LXC container (102, for your info). I therefore chose to use a mountpoint but can only access...
  11. O

    PLEX, aber wie erreiche ich die Festplatten?

    Danke für die fixe Antwort, aber verstehe nur Bahnhof D:
  12. R

    Einbinden einer vorhandenen Festplatte ohne die Verzeichnissse und Dateien zu löschen

    DAs wäre ja meine Idee. OMV kann ja eine Sambafreigabe erstellen auf die dann die anderen LXC Container und PCs zugreifen können.
  13. news

    Einbinden einer vorhandenen Festplatte ohne die Verzeichnissse und Dateien zu löschen

    Ich Augenblick bist Du im Prozess des reparieren des ZFS Pools und dabei sind mir Probleme aufgefallen, die vor Nutzung korrigieren möchte. Wenn dann die mitlesenden Administratoren Dir alles wichtige mitgeteilt haben, dann geht es mit #...
  14. P

    [Tutorial] Mounting NFS share to an unprivileged LXC

    Thanks for that great tutorial. Option 3 is the bomb!
  15. K

    [SOLVED] lxc nested subvols sideloaded not visable at boot

    Have a new pct created with the gui: arch: amd64 cores: 1 hostname: testct memory: 2048 nameserver: 192.168.1.1 net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=BC:24:11:C6:DA:75,link_down=1,type=veth ostype: debian rootfs: zfs16Tr10:subvol-112-disk-0,replicate=0,size=12G searchdomain...
  16. Z

    Proxmox Helper Scripts - Do you all just spin up many LXCs or try to combine them??

    Containers are really very lightweight. While a typical (virtualized) Linux system might have a few dozen processes running, most of them are idle the majority of the time and all of that memory can be evicted. So, as a first approximation, the marginal cost in terms of RAM is relatively minor...
  17. fiona

    Proxmox error storage 'local-zfs' does not exist

    Hi, Your storage configuration doesn't declare the storage. If you joined a cluster, you will need to re-add the storage definition: https://pve.proxmox.com/pve-docs/chapter-pvecm.html#pvecm_join_node_to_cluster You also need to restrict in the configuration on which nodes the storage is...
  18. T

    Proxmox error storage 'local-zfs' does not exist

    I am having the exact same issue. Here is the data: root@pve2:~# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content iso,vztmpl,backup dir: PiHole2 path /mnt/PiHole2 content images,rootdir prune-backups keep-all=1 shared 0 root@pve2:~#...
  19. N

    Failed container upgrade - not sure how to restore

    For anyone who stumbles onto this thread: I ended up backing up the container's conf file (in /etc/pve/lxc/XXX.conf), removing the mountpoint from it, and then restoring the root disk from backup. Worked great. But still, for some reason, I'm unable to do a software update of that container from...
  20. P

    Frigate Proxmox LXC

    Hi, I have version 0.15 running under a Proxmox LXC. Its running fine with my 4 Dahua Cameras and my Coral TPU. And is it possible to have all 4 Camera pictures in a row? I have mounted a NAS-Share as a MountPoint directly to the Privileged LXC. How can I config it to record video to my...