Recent content by dsi

  1. D

    ACME update fails: Server reply does not look like a PEM encoded certificate

    Thanks Fabian, I used the bugfix from Comment 2 and the provided certificate from IDM was now accepted. However, why is pvenode cert set accepting a possible invalid certificate and later pveproxy can be started without error? I would assume respective syntax checks. What's your opinion? Kind...
  2. D

    ACME update fails: Server reply does not look like a PEM encoded certificate

    Thanks for quick response! At 07:58 I installed the certificate manually: Dec 03 07:58:15 pve-1 systemd[1]: Stopping pveproxy.service - PVE API Proxy Server... Dec 03 07:58:16 pve-1 pveproxy[2206098]: received signal TERM Dec 03 07:58:16 pve-1 pveproxy[2206098]: server closing Dec 03 07:58:16...
  3. D

    ACME update fails: Server reply does not look like a PEM encoded certificate

    Hello, I'm seeking support for a failure that appeared recently. The Web GUI certificate is provided via ACME from a FreeIPA server via DNS-plugin for quite some time without problems. Last successful renewal was September 30, 2025. Since November 30, 2025 the renewal fails: Dec 03 03:29:38...
  4. D

    Proxmox VE 8.2 released!

    Update: the unpredictables crashes appeared on the Gen8 with kernel 6.8.4-3. Newer kernel 6.8.8-1 on the same machine is running stable here for >10 days now.
  5. D

    Proxmox VE 8.2 released!

    I'm using Proxmox for years. The upgrade went without any issues (as usual - thanks Proxmox team!) But the latest 6.8 kernel upgrade results in unpredictable crashes (several days) on my HPE Microserver Gen8 (back to 6.5 now and stable) - nothing suspicious in the logs, just bang and reboot. The...
  6. D

    [SOLVED] After upgrading to 7.2-14 on starting VM's error dev tap104i0 master static' failed: exit code 255 when OVS is used

    Confirmed. Works with pve-container version 4.4-2. Could someone change the title to solved. Thanks!
  7. D

    [SOLVED] After upgrading to 7.2-14 on starting VM's error dev tap104i0 master static' failed: exit code 255 when OVS is used

    Same issue here. One observation: If Firewall on the interface is set to Yes it works for my containers(CentOS, Debian), if set to No --> error as reported above.
  8. D

    [SOLVED] WARNING: CPU: 0 PID: ... [openvswitch]

    Warning is gone with latest Linux pve-2 5.15.39-1-pve Jul 06 12:08:03 pve-2 kernel: Timeout policy base is empty Jul 06 12:08:03 pve-2 kernel: Failed to associated timeout policy `ovs_test_tp'
  9. D

    [SOLVED] ifupdown2: ovs_extra parameter

    After some trial and error I found a solution targets='"10.0.20.20:9995"' translates to "targets=\"10.0.20.20:9995\""
  10. D

    [SOLVED] WARNING: CPU: 0 PID: ... [openvswitch]

    Still present in: Linux pve-2 5.15.35-3-pve
  11. D

    [SOLVED] WARNING: CPU: 0 PID: ... [openvswitch]

    Hello, since upgrading to Kernel 5.15.35 I have following warning (and a second similar one) during boot: May 15 17:04:57 pve-2 kernel: WARNING: CPU: 0 PID: 1228 at include/net/netfilter/nf_conntrack.h:175 __ovs_ct_lookup+0x907/0xa40 [openvswitch] May 15 17:04:57 pve-2 kernel: Modules linked...
  12. D

    [SOLVED] ifupdown2: ovs_extra parameter

    Any update regarding this topic? Do you need further information?
  13. D

    [SOLVED] ifupdown2: ovs_extra parameter

    No, doesn't work. Seems that backslash is translated into space. targets=10.0.20.20 :9995
  14. D

    [SOLVED] ifupdown2: ovs_extra parameter

    After upgrading to ifupdown to ifupdown2 (as part of PVE7), I have a problem to configure NetFlow with ovs_extra in /etc/network/interfaces. Following statement worked in ifupdown: ovs_extra --id=@nf create NetFlow targets=\"10.0.20.20:9995\" active_timeout=60 -- set Bridge vmbr0 netflow=@nf In...