Latest activity

  • T
    timresi replied to the thread SDN Access rights.
    Ohh I understand now. I thought that with sys.audit and SDN rights it would only display the SDN part in the settings, but in fact it displays everything, there are simply no modification rights. So atm it's not possible to only display settings...
  • M
    Hello all, i have some hosts running on a local proxmox server and on the hetzner cloud. On proxmox I work with lxc containers. I try to script the setup of these machines as much as possible and strive to define them completely with 'source...
  • S
    slammers67 replied to the thread Updated to 8.2 - DMA error.
    I seem to have a similar issue. I recently updated my system from 8.4.11 to 8.4.19 on my HP ProLiant DL380p Gen8 server with P420i RAID controller It booted several VM and after 5 to 10 minutes just crashed. Partial log below If I interrupt...
  • H
    Yes, we have 3.20251202.1~bpo13+1 of amd64-microcode installed. I'm very skeptical that Hetzner support will do a BIOS update just for us, since their policy is "We don't officially support Proxmox".
  • W
    Hi there, I recently upgraded my PVE host to v9.2.3 and since then just one of my VMs is in trouble. It stalls frequently for up to half an hour. During that time it won't even do a guest ping and stops Windows hearbeat. Windows Events records...
  • K
    Hi Jonas, thanks for the reply. I would prefer to stick with the routed setup for now, so I will pass on the virtual MAC approach. I'd like to keep the details of my setup private, but I really appreciate your suggestion. Since I'm following...
    • 1780662528888.png
    • 1780662565077.png
    • 1780662599309.png
  • D
    d.oishi reacted to cheiss's post in the thread PDM automated installs and LACP bond with Like Like.
    Hi, a usual solution for this is to include a first-boot hook: https://pve.proxmox.com/wiki/Automated_Installation#First_Boot_Hook_Section With this, you can pretty easily script together setting up e.g. a LACP bond on the first boot after...
  • N
    Hello, I have an Intel NUC 12 (NUC12WSKi7) running Proxmox VE 9.2.3 and I cannot get Wake-on-LAN to work. Under Windows 11 WOL works perfectly, but under Proxmox the NIC loses power completely after shutdown. Hardware: Intel NUC12WSKi7 Intel...
  • J
    Most of the data you ask about is really irrelevant. The point was to drive the system to some kind of unified performance peak, what CPU and whether virtual or hardware and exact test design is rather irrelevant as long as they are the same, so...
  • J
    Changing the quorum to less or equal to 50% is a bad idea. Since you have an even number of nodes the recommendation is to add a QDevice: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_corosync_external_vote_support There are quite a few...
  • J
    j.theisen replied to the thread sa-update equivalent.
    Hi @fanton thanks for posting in the forum! I am not aware of a shell command specific for that purpose, but you could use the API to trigger a complete update, using [1] Your sincerely, Jonas P.S. Please avoid double posting of the same...
  • S
    swiperman replied to the thread Proxmox 9 and nftables status.
    Hi Christoph, thanks for your reply. Here is the output of pveversion -v proxmox-ve: 9.2.0 (running kernel: 7.0.6-2-pve) pve-manager: 9.2.2 (running version: 9.2.2/b9984c6d90a4bd80) proxmox-kernel-helper: 9.2.0 proxmox-kernel-7.0: 7.0.6-2...
  • A
    That's what I was afraid of^^ I can't do it right now, because the PvE servers are hosting functional servers.
  • D
    Hi Fiona, /etc/systemd/network/eth0.network [Match] Name = eth0 [Network] Description = Interface eth0 autoconfigured by PVE Address = xxx.xxx.xxx.xxx/16 Gateway = xxx.xxx.xxx.xxx DHCP = no IPv6AcceptRA = false 1: lo: <LOOPBACK,UP,LOWER_UP>...
  • S
    nvm, we cant add more than 1 qdevice :) in any case thanks for the help:)
  • G
    Most of the data you ask about is really irrelevant. The point was to drive the system to some kind of unified performance peak, what CPU and whether virtual or hardware and exact test design is rather irrelevant as long as they are the same, so...
  • J
    Johannes S reacted to dakralex's post in the thread Questions about the dynamic CRS with Like Like.
    Hi! In more detail, each node's current cpu and memory usage is normalized with its own capacity (i.e. cpu_load = current_cpu / max_cpu and memory_load = current_memory / max_memory), where the node's current load is then a equal-weighted...
  • J
    Johannes S reacted to dakralex's post in the thread Questions about the dynamic CRS with Like Like.
    No worries, and the manual can always be improved though I didn't put in the technical explanation from above as it felt too specific. If it's useful there as well, I can certainly find a way to put it there without being too distracting from the...
  • J
    Hi @Karcsi thanks for posting in the forum! Hetzner is sadly a little bit tricky to get up and running. On a quick search for previous answers on this topic i found this post [1]. Maybe this can help you also. Apart from that, may i ask why...
  • J
    Hi @limone thanks for posting in the forum! You are correct, the tech preview banner in the docs is a remnant of the previous testing. As of PVE 9.2 CRS Load balancing is considered stable. We will update the docs asap. Thanks for noticing...