Search results

  1. D

    Out of ideas - PVE 5.2 lxc container restart issue

    Dear technicians & Proxmox devs, lets start it this way - I think I've found an issue and I'm more or less out of ideas on how to continue debugging / solving the issue at all. In use: Proxmox 5.2 details: proxmox-ve: 5.2-2 (running kernel: 4.15.18-5-pve) pve-manager: 5.2-9 (running version...
  2. D

    Proxmox PVE Kernel >= 2.6.32-47

    Hi Proxmox Team, it seems that the aacraid module update introduced incompatibilities with older Adaptec Controllers (namely AHA5805). I've had a look at Adaptec / Microsemi homepage and they don't mention this controller anymore being compatible with their aacraid source. Problem can be...
  3. D

    Wired uptime problem with LXC Containers

    Hi all out there, today it happened again - I've found out some strange behaviour in Proxmox 4 with LXC Containers. Container is running Ubuntu 14.04 LTS all updates applied, Node is running Proxmox, all patches applied: proxmox-ve: 4.2-54 (running kernel: 4.4.8-1-pve) pve-manager: 4.2-15...
  4. D

    [Patch] Proxmox 4.0 CentOS 5 and 6 Containers not starting

    --- Redhat.pm.bak 2015-10-06 09:38:29.000000000 +0200 +++ Redhat.pm 2015-10-14 20:10:11.151244903 +0200 @@ -18,8 +18,8 @@ my $version; - if ($release =~ m/release\s+(\d\.\d)(\.\d+)?\s/) { - if ($1 >= 6 && $1 < 8) { + if ($release =~ m/release\s+(\d\.\d)(\.\d+)?/) { +...
  5. D

    Proxmox 4.0 lxc container process trouble

    Hi, just set up first proxmox 4.0 system and encountered the following problem: In case you have nrpe / postfix running in lxc containers the processes will not start in node. Only self-made solution was to create propper systemd service startup scripts and remove the once from the debian...