Hello,
I have a proxmox server on which multiple VM's are getting disconnected from network once it completes the backup.
I can see the logs below on the VM which got disconnected after the backup job completed.
Also to fix the issue I need to...
I tried with curl and GET Requet and it worked with 200 but when I try the POST Request I get the 501 error Code.
I found this question:
https://github.com/swayf/proxmoxer/issues/23 where the problem was with the path/url from the request but in...
Hello everyone,
I have a problem with my test cluster and would greatly appreciate your support.
I have set up a small Proxmox cluster consisting of 2 almost identical HP servers (HP ProLiant DL380 G7, each with 4 SSDs, etc.). Since I am...
Hello together,
I searched for answers but found this questions. Actually we are building a small proxmox cluster that will be built upon SR-IOV. We use Intel E810 and the Resource-Mapping feature from proxmox. The following stuff had to be done...
Good evening,
I solved the problem by reinstalling the following packages:
apt install --reinstall proxmox-backup-server proxmox-widget-toolkit libjs-extjs
Thx
Christophe
Hi,
I solved it by adding [grub] in "#proxmox-boot-tool ini "
#proxmox-boot-tool init /dev/disk/by-id/scsi-350000399a8202d21-part2 grub
and the same for the nexw disk
Best regards
Hello,
I did test the early isolation, also in combination with boot option pcie_aspm=off and ressource mapping, but the suspend still happens after Proxmox booted up and the HDDs of the second controller won't spin up again. Maybe the suspend...
You can mount a USB stick in the PVE host, save the outputs of the commands into a text file in the stick, umount the stick, put it into your PC and open the text file.
Then in the Forum post: click three vertical dots at the right side ("More...
I hate to be that guy but before you ask questions, please first read the documentation.
https://pve.proxmox.com/wiki/Package_Repositories
(And in your case you want to use the enterprise repository.)
You can try this custom CPU model. Create the file etc/pve/virtual-guest/cpu-models.conf
# Proxmox VE Custom CPU Models
cpu-model: AMD-windows
flags +invtsc;+hv-frequencies;+hv-reenlightenment;+hv-emsr-bitmap;+hv-tlbflush-direct
phys-bits...
Your APT repository is misconfigured.
It should not be bulleye and should instead be bookworm. (Assuming your using Proxmox VE 8)
Remove the bulleye repository entry and add the correct bookworm repository.
Hi,
not sure how you got into this situation, but the pve repository is not compatible with the remaining repositories:
you have configured the 'bookworm' (debian 12) debian upstream repositories, but the 'bullseye' (debian 11) proxmox ve...