Search results for query: lxc

  1. SInisterPisces

    [PVE 9/ZFS-Based VM/LXC Storage] Why Shouldn't I Disable Swap Inside Linux VMs?

    I am aware that on bare metal Linux, or a non-ZFS-based Proxmox VE host, there are advantages to having swap enabled. So, I'm asking specifically about using swap inside VMs stored as zVols on a thin-provisioned ZFS mirror pool. I have a 4 GiB Debian 13 that I've never seen use more than 1.2...
  2. M

    [SOLVED] Confusion about permissions when going via API

    Answering my own question: not possible through the WebUI, but on the CLI: pveum acl modify /sdn/zones/localnetwork/vmbr0/234 --roles MyNewRole --group MyNewGroup
  3. M

    [SOLVED] Confusion about permissions when going via API

    ...VM.Clone SDN.Use and then I assigned the group in question this role in the context of the resource pool. Members of this resource pool are the LXC to clone, as well the storage used by this LXC. This got me further!! Thank you! Now I have {"message":"Permission check failed...
  4. G

    [SOLVED] Confusion about permissions when going via API

    From the API-viewer: It also states there that the newid is a required parameter.
  5. M

    [SOLVED] Confusion about permissions when going via API

    Hello, I created a new user, added them to a new group, created a new resource pool, added an LXC to that resource pool, and then gave the new group the PVETemplateUser role in that resource pool. I then created an API key for the new user (without privilege separation, such that the key would...
  6. J

    Opt-in Linux 7.0 Kernel for Proxmox VE 9 available on test and no-subscription

    ...Proxmox leverages the Ubuntu kernel, enhanced with custom compile flags, built-in ZFS support, and patches optimized for virtual machines and LXC containers. (If you are curious of the patches, checkout the proxmox-kernel git.) Ubuntu 26.04 Release Information Final Planned Release Date...
  7. G

    DVB adapter / USB passthrough

    Did you found a solution for this issue? I successfully passed through, Drivers is detected by TVH but its not scanning any channels as it should
  8. G

    Major speed reduction with bridged NIC vs Vmware

    ...addition to an onboard 1GbE NIC) • pfSense VM (VM 200) on Proxmox • 1Gbps unmanaged switch for physical LAN clients • Mix of LXC containers and VMs on the same Proxmox host Current Network Config /etc/network/interfaces: auto lo iface lo inet loopback iface nic1 inet...
  9. fiona

    Failed backup - unable to activate storage

    So still the same physical network? Yes, the timeout for checking the mount directory is 2 seconds. Telling from the error message, this is the command that fails for you and since you see the issue sporadically/randomly it might be related to the network after all.
  10. P

    [SOLVED] Log-Spam durch systemd-timedated

    Auf einem der Cluster-Nodes beobachte ich folgendes im Log: Apr 14 10:12:46 proxmox3 dbus-daemon[3026]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.457' (uid=33 pid=136911 comm="timedatectl show...
  11. A

    [SOLVED] Proxmox freezes with high IO, maybe ZFS related

    Hello. I'm now experiencing freezes which started three days ago and happens every day but in random time. Hardware is Hetzner Server Symptoms: Proxmox interface shows high IO delay, about 30-50%, while no significant IO operations are happening. I watched iotop, and 15M/s write was maximum...
  12. S

    NGINX proxy manager just works in lxc locally - not with other lxc

    Were you ever able to fix this? I'm having the same exact issue trying to map subdomains for other LXC's from a NPM LXC
  13. P

    Failures in my syslog

    1. ZFS in proxmox 2. I have ZFS folder mountpoints into LXC and docker runs in the LXC
  14. W

    [SOLVED] pmg8to9-Warnung: Failed to resolve hostname --> Upgrade-Probleme

    Ok, das habe ich jetzt auf "statisch" geändert. Seitdem steht in der /etc/hosts natürlich die feste IP -- und der pmg8to9 Test läuft tatsächlich durch. Super -- besten Dank!
  15. Stoiko Ivanov

    [SOLVED] pmg8to9-Warnung: Failed to resolve hostname --> Upgrade-Probleme

    ...dass DHCP unterstützt wird (dann müsste aber die tatsächliche IP per DNS auflösbar sein). Wenn es leicht möglich ist würde ich die IP in der LXC config hinterlegen, dann klappt auch der pmg8to9 test - ansonsten, sollte es auch so gehen (das Warning in dem Fall ignorieren). Ich hoffe das hilft.
  16. W

    [SOLVED] pmg8to9-Warnung: Failed to resolve hostname --> Upgrade-Probleme

    Ja, genauso ist es auch: PMG läuft als LXC-Container und die IP kommt in dem VLAN über DHCP (die auf der OPNSense aber fest eingestellt ist) ... das funktionierte bisher. Sollte man es besser anders machen?
  17. Stoiko Ivanov

    [SOLVED] pmg8to9-Warnung: Failed to resolve hostname --> Upgrade-Probleme

    Wie wurde PMG installiert? - sieht auf den ersten blick nach einem LXC guest auf PVE aus? bekommt die VM die IP via DHCP?
  18. R

    [Tutorial] Mounting NFS share to an unprivileged LXC

    If I make the container Privileged - the mount works but immich breaks and can't go to site through URL
  19. R

    [Tutorial] Mounting NFS share to an unprivileged LXC

    .../Pictures umount: /Pictures: not mounted. mount: /Pictures: can't find in /etc/fstab. but when I do the mount command - this shows up (under LXC) 192.168.30.11:/Media/Pictures on /Pictures type nfs4...
  20. R

    [Tutorial] Mounting NFS share to an unprivileged LXC

    I have an odd variation here - running an Immich LXC created from Proxmox VE Scripts - using this post guide, mounted a QNAP exported NFS share successfully and also mounted in LXC without issue using the mp0 entry Now where I try the same with an OpenMediaVault NFS export - the Proxmox node...