Search results for query: lxc

  1. 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/...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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.
  13. 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...
  14. E

    AppArmor on 2 LXCs spam

    I got 2 LXCs (Plex and Ollama) that gives these errors a lot. Feb 17 09:44:21 pve kernel: audit: type=1400 audit(1771317861.619:38127): apparmor="DENIED" operation="sendmsg" class="file" namespace="root//lxc-206_<-var-lib-lxc>" profile="rsyslogd" name="/run/systemd/journal/dev-log" pid=1994038...
  15. V

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

    When creating an unprivileged LXC container from an OCI image (e.g. pct create ... --ostype unmanaged) and setting a static IP via: pct set 129 --net0 "name=eth0,bridge=vmbr1,ip=10.0.0.50/24,gw=10.0.0.1"<br> The Proxmox config (/etc/pve/lxc/129.conf) correctly shows: net0...
  16. R

    Proxmox 9.1.5 breaks LXC mount points?

    Have to agree with @ZFSUser . 6.1.1 does not fix it for me yet either. Also running a Samba file server in an LXC. Setting permissions on the mount point works, but they are reset after a reboot of the LXC. Setting mapped permissions on the subvol's on the host itself also reset after a reboot...
  17. D

    DRM master for LXC containers?

    No AMD. At the moment it seems it has issues with libseat and lxc caps inside LXC to make wayland work. lxc.mount.auto: sys:rw was a big step to make input and sound work.
  18. S

    LXC Unprivileged Container Isolation

    I am trying to understand a bit better the Security Architecture of using LXC Unprivileged Containers. I am familiar with Virtual Machines (KVM) and also Podman Containers (similar to Docker), but relatively recently I've been deploying quite a few LXC Unprivileged Containers, I can...
  19. D

    DRM master for LXC containers?

    Did anyone succeed in getting display output of a LXC container to a connected display? I allready binded /dev/dri to the LXC but the host still holds the the DRM master even though i set some kernel switches not to take over DRM. Anyone?
  20. D

    from 3node to standalone. lost config.db

    Hi all! I really messed up here. First i moved all VM/LXC to "PVE-1" from "PVE-2" and "PVE-3". Then I converted my 3 node cluster to standalone's and with that i lost my config.db.. I now need to figure out how to recover my VM's/LXC's. I fully understand it will be quite a lot of work. All...