What are you talking about? All our code is fully open source, we encourage and support upstream contributions to actually make things better for all by default over some third party modification hacks. So posting fixes to our official submission...
stupid question: only 1 nic, no bonding here ?
no vm with same ip or mac address than the host node ?
no docker installed on proxmox host directly ? or another tunneling tool (wireguard/tailscale/....)
Hi,
ich würde folgendes probieren:
BIOS-Check: Neustart ins BIOS (meist F2 oder F10). Schau, ob die Samsung 970 Evo dort noch gelistet wird. Wenn ja, ist die Hardware wahrscheinlich okay.
Rescue Boot: Boote von einem Proxmox-USB-Stick und wähle...
I was banging my head on the wall, but finally i found the issue.
I replaced the ssd, but the problem persisted. Thinking of an hardware issue, i swapped the ssd to another working NUC but the problem still there!
Finally I found the solution: I...
Hi,
ich würde folgendes probieren:
BIOS-Check: Neustart ins BIOS (meist F2 oder F10). Schau, ob die Samsung 970 Evo dort noch gelistet wird. Wenn ja, ist die Hardware wahrscheinlich okay.
Rescue Boot: Boote von einem Proxmox-USB-Stick und wähle...
Das sind ja hochmiserable Werte...
Die wurden doch gemessen in deiner bestehenden WS2025-Installation, oder? Falls ja, hättest du nicht mal Lust, eine ganz einfache jungfräuliche Installation anzulegen gemäß der BPs und die zu messen?
What are you talking about? All our code is fully open source, we encourage and support upstream contributions to actually make things better for all by default over some third party modification hacks. So posting fixes to our official submission...
I thought I had discovered that SIGHUP stops the process - but in the script I accidentally sent the signal twice. It seems this causes the malfunction. If the signal only gets sent once, everything works as expected.
Hi folks, I have a question if there is a possibility to passthrough GPU to VM and then be able to have VM on external display via HDMI port, If HDMI port is not with the same group with NVidia GPU according to "lspci".
Unfortunately I guess the...
Hi everyone,
it would be a great to see the configured VLAN tag directly in the "IPs" section of the VM/CT Summary page.
Currently, one has to click into the "Hardware" or "Network" tab to verify which VLAN a NIC is assigned to. Having this...
Hello,
Sorry for my English, which is poor....
The, I've got a node with 6 disks :
zpool status
pool: data
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some...
Hi,
You have numa: 1 enabled but only sockets: 1 with cores: 8. With an i9-14900K (which has a hybrid P-core/E-core architecture), Proxmox may be presenting a confusing topology to the guest. AC Odyssey does heavy CPU topology checks at launch...
I have found this other thread that suggests adding some parameter to grub.
Might be worth having a look at this as it seemed to have worked for a few other forum users.
Proxmox freezes when CPU under low load condtions
and here is how the...
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...
Your suggestion helped me to fix it!
When I checked the output of ip address, I found that they were correct on each node (interface showing as UP), but there was also a second IP on the same VLAN created by keepalived (virtual IP between the 3...
hmm I didn't find something concrete, but could you try to run corosync on another nic?
Or make sure the current IPs 10.100.37.x are not used as a gateway or routing
~# grep "has no active links" pve1-log.txt
Apr 13 15:01:37 pve1-cdcprod...
Hi @TheAncientMariner ,
Exit code 1 is a generic non-success return value. Any non-zero exit code usually indicates a failure. Some applications use a range of exit codes to represent specific error conditions, but as far as I am aware, PVE...
You won't get any specific information from the exit code. It's either 0 (success) or 1 (error). Any value >0 is considered error and the purpose of that is to control the flow of the scripts (by simple logic) not the detailed troubleshooting...