Search results for query: lxc

  1. news

    Netzwerkspeicher unter Proxmox einbinden

    Also ich erstelle mir ein neues ZFS Dataset, binde (Mointpoint) es an einen LXC mit Debian 13, auf dem dann der Samba Server läuft. Die Rechte, zwischen Proxmox VE Host und LXC, müssen dann noch entsprechned angeglichen werden. Netzwerkseitig, kann ich die cifs Freigabe mit einen Lokalen...
  2. A

    Passthrough USB device to LXC keeping the path /dev/bus/usb/00x/00y

    hey I was very happy to read your discussions. There's a post here : proxmox-unprivileged-lxc-coral-usb.md explaining how to deal with coral usb in unpriviledged mode LXC. Works like a charm on my Proxmox / LXC Frigate. Hope this may help anyone looking for help on that topic.
  3. K

    Wired Networking Problem, not able to get IP addresses

    ...5.2.2 libpve-network-perl: 0.11.3 libpve-rs-perl: 0.9.4 libpve-storage-perl: 8.3.7 libspice-server1: 0.15.1-1 lvm2: 2.03.16-2 lxc-pve: 6.0.0-2 lxcfs: 6.0.0-pve2 novnc-pve: 1.6.0-2 proxmox-backup-client: 3.4.7-1 proxmox-backup-file-restore: 3.4.7-1 proxmox-backup-restore-image: 0.7.0...
  4. M

    Platten 'landen' nicht im ZFS-Pool, was kann ich machen?

    ...(eventl. auch gemirrored um eine zusätzliche 'Datensicherheit' zu haben? / oder gestriped sodass ich 1,6TB nutzen kann) für Root-HDDs der VMs / LXC-Container - 8 x 2 TB bzw. gibt glaub ich auch 2,4 TB SAS-HDDs in 2,5 Zoll um da das Datengrab darauf einzurichten.... Im HardwareLUXX Forum (ich...
  5. O

    Fehler No Hard Disk found! bei der Installation

    ...kleiner stromsparender MiniPC ist der NUC sehr wohl als Server zu gebrauchen. Natürlich nicht für professionelle Anwender mit mehreren Hundert LXC, aber für ein HomeLab für das Hobby und zum lernen gut zu verwenden. Vertraue aber bitte nicht vorbehaltlos YT-Videos! Die Installation von PVE...
  6. J

    I want nothing more than encrypted push sync

    This should be possible but comes with the caveat that you need to be careful to ensure the consistency of the data. To quote myself from earlier in this thread: So if you want to use a non-native sync mechanism for the datastore you need to think about some way to ensure the consistency and...
  7. D

    [SOLVED] ZFS scrubbing does not work anymore on Kernel 6.14.11 (and cannot upgrade to 6.17.X because of NVidia)

    ...When I had a look to this problem upon Proxmox 9 upgrade, there were no drivers supporting 6.17 properly... Now 580 works fine. I had to uninstall all NVidia drivers and kernel module in all LXC and on Proxmox host before realigning everything on 580. Nothing rocket science, just time wasted ;)
  8. K

    Internal-error / emulation error using pcie passthrough on 6.17.9-1-pve and q35 machine type

    ...6.0.5 libpve-network-perl: 1.2.5 libpve-rs-perl: 0.11.4 libpve-storage-perl: 9.1.0 libspice-server1: 0.15.2-1+b1 lvm2: 2.03.31-2+pmx1 lxc-pve: 6.0.5-4 lxcfs: 6.0.4-pve1 novnc-pve: 1.6.0-3 proxmox-backup-client: 4.1.2-1 proxmox-backup-file-restore: 4.1.2-1 proxmox-backup-restore-image: 1.0.0...
  9. D

    S3: Restore failing: "failed to extract file: failed to copy file contents: unexpected status code 504 Gateway Timeout"

    Hi, I am moving all my services from one node to another using "backup and restore". I have moved 14 LXC successfully so far, but one of them just doesn't want to restore on the other node. PVE log: () recovering backed-up configuration from 'PBS-Hetzner:backup/ct/123/2026-02-19T07:49:01Z'...
  10. W

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

    ...sehr erhellend! Das kann schon sein, dass es das ist. Ich habe einen Ping in einer „normalen VM“ laufen lassen, der durchgängig lief. Nur bei dem LXC-Container stockt es. Aber das Gateway ist in diesem Netzwerk eine OPNSense-Firewall. Die hat für den Rustdesk-Server dessen IP- und MAC-Adresse...
  11. S

    LXC Unprivileged Container Isolation

    ...what about the Case of a shared GPU via one or more of the following dev0: /dev/dri/card0,mode=0660 dev1: /dev/dri/renderD128,gid=992,mode=0666 lxc.mount.entry: /dev/net dev/net none bind,create=dir lxc.mount.entry: /dev/dri/by-path dev/dri/by-path none rbind,create=dir 0 0 lxc.mount.entry...
  12. D

    Intel i710 SR-IOV

    ...config files All of that should be set following any udev event related to i40e/iavf device starting up before any VM/LXC startup. It is guaranteed to be executed if you use systemd-network link files (and optionally my service script https://github.com/nvandamme/systemd-networkd-i40e that...
  13. D

    Proxmox - best practice to handle (USB) drives

    I have 2x TrueNAS storage boxes, but I turned to OMV to handle drives connected via USB (currently 3x connected). I tried multiple LXC options and ZimaOS before settling on OMV running in VM as the most stable solution with USB connected drives. Just pass the USB connected drive through to the...
  14. 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...
  15. 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...
  16. 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.
  17. 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...
  18. 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...
  19. 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...
  20. 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...