Hi,
The CPU "GX-415GA" does support AMD-V[1][2], but if HP doesn't expose the settings in the BIOS, you are screwed.
[1]https://www.cpu-world.com/CPUs/Jaguar/AMD-G-Series%20GX-415GA%20-%20GE415GIBJ44HM.html...
Hello Support,
Please added a new user to my Proxmox PVE and granted admin privileges, after am not able to login with the root account.
With new user too am able to login via ssh and the console but am not able to stop, start and destroy VMs...
Das Skript hier kommt ohne jq aus und bedient die Kommandozeilen Schnittstelle:
#!/usr/bin/env bash
set -euo pipefail
# PMG custom check API v1: args: APIVERSION QUEUEFILENAME
if [[ $# -ne 2 ]]; then
echo "usage: $0 APIVERSION QUEUEFILENAME"...
Hi,
Thanks for the suggestion. I gave it a try but the disk was simply excluded in the backup job.
Sounds rather normal when the backup checkbox is unchecked.
It looks like Proxmox does not support taking backup for selected partitions on disks...
Please remove your IP from the screenshot above. GMail does not accept the mail because you are not sending it from a properly configured mailserver.
There are tutorials to configure Proxmox to be able to send mails using gmail.
@fribse
I would search with:
grep -ir you@example.com /etc
P.S. After posting it I've noticed that the email address in the command was automatically placed between EMAIL and /EMAIL tags. Of course the real command has to be without these...
Hello,
Here is a short feedback regarding this issue.
Initial symptoms
Web UI accessible
Shell access returned:
apt upgrade failing with permission errors
Error 500: close (rename) atomic file '/var/log/pve/tasks/active' failed: Permission...
You can boot your computer from some "live CD" and issue:
grep -E 'svm|vmx' /proc/cpuinfo
or for better readability:
grep --color=auto -E 'svm|vmx' /proc/cpuinfo
If the output contains svm (for AMD) or vmx (for Intel) then the CPU supports...
Well, the usual reasons against ZFS are a) some higher wearout = the SSD won't last as long as with LVM/ext4 and b) slower performance because of more write-activity. (And no PLP which would allow delaying the actual write...)
The required...
Er liest die VMware .vmx Datei aus und schlägt vor was da drin steht. Schau dir deine Konfigurationen der VMs unter vSphere an. Das ist vSphere Default.
Hier wirfst du ganz viele Sachen durcheinander.
Bei einem 2 Sockel Server, hast du 2 Sockel...
How to check if systemd-boot is being used — and how to safely remove it
Step 1: Check which bootloader is in use
(if it is grub for example it is saffe to remove systemd-boot)
Run the following command to inspect your current EFI boot...
Hi @nvanaert ,
There's quite a bit to unpack here.
First and foremost, Proxmox VE does not monitor storage or network path health. An All Paths Down (APD) condition will not result in a node fence, nor does it interact with the VM HA subsystem...
@katti
Depending on your requirements on a how long the services can be unavailable and on how much fresh data can be lost, a workaround could be frequent backups to PBS. And restoring to the other cluster when needed).
Thanks to "dirty bitmaps"...
Genau dabei helfen Diskussionen wie diese hier. Bleiben wir mal bei Proxmox dann können wir festlegen, dass die Modelle zu einem maßgeblichen Anteil durch eben dieses Forum hier befüttert werden.
Daher ist es nicht nur in unserem, sondern...