Hi @dbHA , welcome to the forum.
As you can see from your /etc/network/interfaces the VMBR0 port is backed by enp1s0. However, as your "ip link" shows this interface name no longer exists.
Most likely you had pending Kernel update that got...
Ah, ich verstehe nun besser, danke! Bin dabei, Dashboards entsprechend zu adaptieren und sehe bereits Fortschritte.
Ja, wirklich seltsam, dass da nur wenige Dashboards "am Ball" bleiben.
After a power outage (tripped circuit breaker) my mini-pc won't connect to the internet or the local network.
I noticed that the RJ45 port on the Minisforum is not lighting up. I tested both the ethernet cable and internet connection, that's not...
Das Problem ist nicht der fehlende Collector an sich, sondern dass deine Dashboard-Variable (die Instance-/Host-Auswahl) auf einer cs_-Metrik aufsetzt, die es nicht mehr gibt. Wenn die Template-Query wie label_values(windows_cs_hostname...
Bonjour All,
I have been fiddling with PDM, and I want to sync it to our LDAP servers.
Now here's a fun one : those things are running an OLD ldap tree imported over generations of VMs, meaning we can't use memberOf.
I can get my list of users...
Hi all,
I'm setting up a new 3-node PVE 8.x cluster and I'm going back and forth on the
networking design. Hardware is generic 2x10GbE per node, LACP bond to a pair of
stacked switches.
I need to host VMs in roughly 12 different VLANs (mix of...
Hm yeah, it seems that our Rust code is a bit stricter here. The Perl variant only checks if a connection can be established, while the Rust code does try to carry out an actual search. Since the search requires a bind, adding the realms fails...
Hello everyone,
There exists the possibility to define HA state on templates for VM resources within Proxmox environments. When doing so the HA manager tries to implement the HA state according to the configuration defined. In case of the HA...
I can connect using anonymous bind to the same server in Proxmox VE, with no bind user required. I'm trying to connect PDM to the same AD servers specified in PVE.
I have users logging in using the Windows AD realm just fine too on PVE...
Hi, It is posted at the iXsystems/TrueNAS support channels but the problem was on the VM settings on the proxmox side. I had vIOMMU: VirtIO and changed it to Default and now it works.
Currently you can only override this manually in /etc/network/interfaces by creating an entry for the VXLAN interface there - ifupdown2 automatically merges it:
iface vxlan123 inet static
address 192.0.2.0/24
Agree that this should be implemented, could you open a bugzilla entry at https://bugzilla.proxmox.com ?
As a workaround, in the meanwhile you can set it in /etc/network/interfaces directly:
iface wg0 inet manual
mtu 1420
This should not...
The solution itself is simple, I flashed the controller in IT-mode.
https://github.com/EverLand1/9300-8i_IT-Mode
hard drives determined, zraid, production.
As a workaround I made a function call to run command to list all VM-related volumes right after each snapshot operation:
So it now helps me to get this specific moment when disk disappears.
[2026-06-13 08:25:21,323: INFO/ForkPoolWorker-1]...
Just in case someone else has the issue: The issue was, that our VM had used a BIOS instead of UEFI. After changing this (and disabling Secure Boot) it worked also with the new Kernel.
I deleted pve-enterprise.sources.
The server kernel and pve is updated.
Now apt update
apt upgrade
# and
apt dist-upgrade
works perfectly
Thank you very much for your support
Thanks for sharing the detailed investigation. One thing that stood out to me is the mismatch between the expected thin pool transaction ID and the actual transaction ID reported during the rollback operation:
"transaction_id is 10, while...
I believe you will always get the latest point release when upgrading via APT interface. The only way for you to get a particular 9.x release is a fresh install from ISO. Then you will need to avoid full system upgrades and/or hold particular...