Recent content by haxxa

  1. H

    [SOLVED] Updated to VE 7.0 - no web gui, DMAR errors on console

    I have an Intel NIC populating the PCIE slot in my HP MicroServer Gen 8. Reverting to Kernel 5.4, fixes the issues or using the "intremap=off" kernel parameter fixes it too (when using kernel 5.11<). Use "intremap=off" instead of "nointremap" as it is deprecated. I also set "intel_iommu=off"...
  2. H

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    Started to work after I upgraded from Docker 20.10.5 to 20.10.7 in my case: user@Reverse-Proxy:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal user@Reverse-Proxy:~$ docker --version Docker...
  3. H

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    No you're right, I used a line break when adding the parameter and it wasn't loaded. After adding systemd.unified_cgroup_hierarchy=0 to /etc/kernel/cmdline as documented in: https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#sysboot_edit_kernel_cmdline (making sure to keep everything on the...
  4. H

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    I just tested with systemd.unified_cgroup_hierarchy=0 and I still get: "ERROR: for reverse Cannot start service reverse: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: process_linux.go:458: setting cgroup...
  5. H

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    Experiencing same issue on Ubuntu 20.04, docker worked in lxc container in Proxmox 6.4: ERROR: for reverse Cannot start service reverse: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: process_linux.go:458...
  6. H

    Ubuntu 20.04 (Focal Fossa) LXC (template) - Mountpoints no longer Work

    The permissions on the filesystem recently changed due to an external factor, I apologize this issue was not related to the container. I wasn't due-diligent enough in checking this.
  7. H

    Ubuntu 20.04 (Focal Fossa) LXC (template) - Mountpoints no longer Work

    No they are both unprivileged, setting it as privileged on Ubuntu 20.04 resolves the issue but its not desirable security wise.
  8. H

    Ubuntu 20.04 (Focal Fossa) LXC (template) - Mountpoints no longer Work

    Hello, Previously under the Ubuntu 18.04 Template I could mount folders on my local disk via a mount point such as: mp0: /mnt/HDD/Media/eBooks,mp=/media/HDD/Media/eBooks,ro=0 Unfortunately with the Ubuntu 20.04 Template that no longer works, I have the same Mount Point: mp0...
  9. H

    Proxmox web interface doesn't work on many systems

    Just confirming this still isn't fixed, just reinstalled Windows and Chrome on my Dell XPS 13 and the bug still occurs i.e. actions bring up a requestor "Are you sure you want to navigate away from this page?" Selecting yes or no makes no difference. This only occurs on my Touchscreen Dell XPS...
  10. H

    TASK ERROR: unsupported Ubuntu version '18.04'

    It was fixed today: Try these commands again: pveam update apt update apt full-upgrade Then try create the container and it should work :) If not reboot and it should then be running the latest kernel.
  11. H

    Proxmox web interface doesn't work on many systems

    I am having this Issue as well, (Dell XPS 13 - Kaby lake Touchscreen Model) on Proxmox 5.1-51 in Chrome Stable.
  12. H

    App Armor issues

    Here is a temporary fix but its a messy solution, surely there is a better way? https://connaissances.fournier38.fr/entry/LXC%20%3A%20Probl%C3%A8me%20de%20suppression%20de%20sessions%20expir%C3%A9es
  13. H

    PVE Crashing Starting LXC Container (5.1)

    Attempted moving the container to another cluster, still no luck. Crashes both Machines. Any ideas?
  14. H

    PVE Crashing Starting LXC Container (5.1)

    I should also mention none of the other containers have this issue. So, I think it relates to the configuration of this container. Not sure how to debug this? Any help appreciated...
  15. H

    PVE Crashing Starting LXC Container (5.1)

    Hello Folks, I have encountered an annoying issue since upgrading to the 5.1 release. When starting a Debian LXC Container, on one of hosts it gets stuck and freezes. A short time later, the container timeouts and PVE crashes. This only happens after stopping and starting the container...