Hi!
Wenn "im Netzwerk isoliere" bedeutet, dass die Node keine Verbindung mehr zu den anderen Nodes in dem Cluster hat, dann würde das bedeuten, dass dadurch die ganze Node gefenced wird auf der die HA-Container laufen. Das bedeutet dann...
Had the same issue here with an old Win-Server 2k8r2.
This was very helpful.
You did not mention what and where...
Here it was api-ms-win-core-path-l1-1-0.dll and my solution I found here: https://github.com/nalexandru/api-ms-win-core-path-HACK...
Had the same issue here, with an old Win 7 32bit VM today.
My solution was as follows.
Installing newest qemu-guest-agent until error message "Service ... faild to start". I did not press "retry" or "cancel".
But I copied the...
It would be very useful if there was a shared blacklist feature that all Proxmox users could contribute to. For example, anyone could add a domain, email address, IP, or even a regex rule to the shared list, along with a short explanation or...
Hi, it looks like your Virtual Function (VF) for vGPU passthrough is not properly bound to VFIO at the time the VM starts.
Your VF (0000:8c:02.2) belongs to IOMMU group 221, but that group is not attached to VFIO yet.
Run:
lspci -nnk | grep -A...
It seems like backing up /etc (not that large) would be enough of an insurance. Also, the settings do not change often, so a manual last step, like, ssh-ing into the PVE system and running
tar zcvf "pve-pbs-etc-backup-$(date -I).tar.gz" -C...
Hallo
sorry das ich das Thema nochmals hochhole, aber auch in der neuen 9 Version werden die Logs aus dem Slaves auf dem Master angezeigt.
Zwar Funktioniert:
/usr/bin/pmg-log-tracker-default "$@" | head -n -1
ssh root@mx2...
I believe my only issue right now is that proxmox doesn't use the VPN's DNS server, as both tools fight for overwriting `resolv.conf`. I wonder if it would be possible to indeed launch a proxmox container, install tailscale inside there, and have...
Hi, looks like something happened during your upgrade between 8 to 9. Usually I'll do move out the VMs, then do a totally fresh install of PVE for major upgrade due to changes to the kernel.
Hi!
Proxmox distributes its own patched ifupdown2 packages, so it's best to check if these issues are because of changes done there first.
Either way, it should be checked out properly by creating a Bugzilla entry for this. Also the ifupdown2...
Hi, in numa0/numa1, the cpus= list refers to guest vCPU indexes (0…vCPUs-1), not host CPU IDs.
Affinity is the host cpuset for the whole VM process (all vCPU threads), not per-vCPU.
Proxmox VE (QEMU) doesn’t expose per-vCPU pinning in the VM...
Unfortunately, deleting the full path doesn't work either.
pvesh delete /cluster/acme/account/pvecluster1
Error: POST to https://acme-v02.harica.gr/acme/d45...686/acct/e2... { "type": "urn:ietf:params:acme:error:malformed", "detail": "get...
Ich bin auf ein für mich sehr unschönes HA-Verhalten gestoßen.
Als Vorbereitung einer größeren Serverinstallation in unserer Firma habe ich einen kleinen Testcluster aufgesetzt, welcher ansonsten auch gut funktioniert.
Mein noch Test Cluster...
Servus,
Hab alles geklärt, es funktioniert alles auf der VM, der Webserver rennt jetzt fehlerfrei und kann im lokalen Netz von meinen Notebook aus darauf zugreifen.
Trozdem danke für eure Hilfe <3
Hi,
nice work! Would you mind submitting these patches to the development mailing list, so that all users can profit from your findings? See:
https://pve.proxmox.com/wiki/Developer_Documentation...