Search results for query: lxc

  1. B

    LXC Unprivileged Container Isolation

    ...travel with the container. Restoring a backup to a different host requires the same subuid/subgid configuration. 3. Historical simplicity, the LXC/Proxmox developers considered namespace isolation sufficient for the default case. The shared UID range is a defense-in-depth failure, not a...
  2. D

    Proxmox VLAN + Unifi - VMs don't get IP when VLAN tagged

    ...the gateway was assigned an Ethernet Port Profile that didn't allow tagged VLANs. Once I assigned the server port to the Internal zone, and set the port to the gateway without the Ethernet Port Profile and selected Allow All for Tagged VLAN Management, then my LXC was able to pull the...
  3. fstrankowski

    Wie kann ich im Cluster Ausfallsicherheit herstellen?

    Wenn Du wirkliches HA möchtest geht nichts ohne shared Storage. Bei ZFS Replikation hast Du immer das Delta zwischen den Syncs und im worst Case musst Du eben per Hand die VM/LXC-Config manuell verschieben.
  4. W

    [SOLVED] LXC-Container und ping: Seltsames Problem mit der Erreichbarkeit

    Hallo. Ich habe als LXC-Container auf einem Proxmox-Host einen RustDesk-Server im eigenen Netzwerk laufen. Die Installation lief problemlos über die Proxmox VE Helper-Scripts (https://community-scripts.github.io/ProxmoxVE/scripts?id=rustdeskserver) Der Container ist über das Webinterface und...
  5. S

    Mountpoints for LXC containers broken after update

    ...read-only for Security Reasons: mp0: /tools_nfs,mp=/tools_nfs,mountoptions=discard;noatime,ro=1 These show up as owned by nobody:nobody in the LXC Container (it's read-only and owned by root:root on the Proxmox VE Host). On the other Hand, for read-write Access, this (still) works with...
  6. Q

    Mountpoints for LXC containers broken after update

    I also think that pve-container 6.1.1 is still broken. I am running a priviledged LXC to which I mount a ZFS subvol from my main ZFS pool. A user (1050) inside the LXC needs to be able to write to a folder inside this subvol, so I made user 1050 the owner via chown. However, since pve-container...
  7. B

    [TUTORIAL] Tutorial: Unprivileged LXCs - Mount CIFS shares

    This guide worked well for me for about six months until one of my smb mounts had a problem. I use hardlinks extensively. I ended up having errors involving them. dmesg | grep -i cifs | tail -n 50 <snip> [ 829.053758] CIFS: VFS: Autodisabling the use of server inode numbers on...
  8. V

    [SOLVED] VM Serial Console configuration

    So, I'm running into the same problem as people in these threads: https://forum.proxmox.com/threads/setting-a-serial-device-in-vms-hardware-forces-xtermjs-console-instead-of-novnc-console.75780/ https://forum.proxmox.com/threads/serial-terminal-vm-qemu.153574/...
  9. R

    Architecture advise - file server - disks passthrouhg vs LVM vs other

    ...on top of ZFS, and I would also be able to use PBS for incremental backups of these disks. P.S. I am aware that another option could be using an LXC container, but I do not want to be dependent on the Proxmox kernel. I would appreciate hearing from anyone who has personal experience with...
  10. S

    Internal SDN network cannot reach local network

    ...UP group default qlen 1000 link/ether fe:d8:6d:45:2b:7c brd ff:ff:ff:ff:ff:ff link-netnsid 0 qm config will not work - the tailscale vm is a lxc. Here is the config file GNU nano 7.2...
  11. J

    Proxmox - best practice to handle (USB) drives

    ...Otherwise the NAS systems won't be able to do their thing (managing storage). Using a LXC as nfs or samba server is a good alternative, beside using Cockpit you could also use the turnkey-fileserver from the templates or the zamba-lxc-toolbox, which uses zfs snapshots to provide old versions...
  12. L

    Promox, OMV and USB disk enclosure - how to set-up

    ...Maybe I can read about it in the forum. I've already searched but haven't found answers (however the same question). My thoughts: OMV as VM or LXC? What do I do with the HDDs? Raid1 in USB harddrive enclosure? Raid1 in Proxmox and pass one virtual disk to OMV? Pass both disks through to OMV...
  13. A

    [SOLVED] [Solved] iGPU passthrough into unprivileged LXC

    ...put in two devices: /dev/dri/renderD128 and /dev/dri/card0. I used the GID I got from the command above for each of the devices. I left the fields for UID and access mode blank. Is that OK? Inside the LXC I'm running as root UID and GID 0. Also, I didn't change anything on the host side of...
  14. L

    Proxmox - best practice to handle (USB) drives

    Hi there, I'm facing the same questions just now. Did you get any recommendations? How did you set-up your system and what is your recommendation after some months of usage? Best regards Thomas
  15. L

    [SOLVED] How To... Proxmox, OMV, USB Disk Box

    ...are available, which I connect to a mini-PC (USB only, no SATA) as a Proxmox server via a USB Box Terramaster D2-320. My thoughts: OMV as VM or LXC? What do I do with the HDDs? Raid1 in Terramaster? Raid1 in Proxmox and pass a plate to OMV? Pass both disks through to OMV? Spindown etc should...
  16. S

    LXC - Remount mountpoint without rebooting Container

    A reboot of the LXC Container does NOT work for me. I need to first stop the LXC Container. Wait a few seconds. Then start the LXC Container again. In a normal Situation, the Share is already mounted on the Host. The only "Fix" I could find for the initial (after Host Boot) is: pvenode config...
  17. leesteken

    LXC - Remount mountpoint without rebooting Container

    I use lxc.mount.entry: /dev/dvb dev/dvb none bind,create=dir 0 0, which sometimes disappears on host and gets recreated. A reboot of the container (afterwards) works fine. Have you tried using a hookscript to make sure the host mount is done pre-start and umount done post-stop? EDIT: I think it...
  18. F

    [SOLVED] Stuck on 8.4.16 after trying to upgrade to 9.x

    ...librados2 librados2-perl libradosstriper1 librbd1 librgw2 librrds-perl libsystemd-shared libsystemd0 libtpms0 libudev1 libuutil3linux lvm2 lxc-pve lxcfs proxmox-backup-client proxmox-backup-file-restore proxmox-firewall proxmox-mail-forward proxmox-mini-journalreader...
  19. fschauer

    Bug? Static IP not applied inside OCI/unprivileged LXC containers

    Did you try enabling host-managed on the container network interface? That should set the appropriate lxc.net.0.ipv4 configuration. It can be found in the Web UI in the advanced section of the container network interface.
  20. M

    Proxmox LXC mount point permissions

    ...permissions for /srv, so I did chown www-data:www-data /srv and it worked fine for several years. Now, all of a sudden, every time I reboot my LXC, I always have the problem that this permission is messed up. Like on every reboot, the permissions of /srv are root:root, and my apache...