Well, even new SSDs can have a fault... What does smartlog say?
smartctl -a <device>
A long smarttest can be startet with:
smartctl -t long <device>
You can see the progress with:
smartctl -a <device> | grep "of test remaining"
Ein Nachteil der Installation direkt neben dem PVE ist, dass man bei Major-Upgrades warten muss bis beide ihr neues Release veröffentlicht haben. Nach Veröffentlichung von PVE9 also bis zum Release von PBS4.
Das muss je nach persönlichen...
I haven't seen snumbd before, but a quick Google search tells me that is a kernel module developed for the Acronis Cyber Cloud, which is probably used to backup or manage the TrueNAS. Please correct me if I have wrong assumptions here.
It seems...
These messages can be ignored. If you do not want the messages to show up anymore add the following kvm options:
echo "options kvm ignore_msrs=1 report_ignored_msrs=0" > /etc/modprobe.d/kvm.conf
https://pve.proxmox.com/wiki/PCI_Passthrough#Tips
we plan on adding alternative dhcp client support to ifupdown2, but yes, for now if you need dhcp you need to ensure isc-dhcp-client is installed, despite it being deprecated.
PDM kann als VM aufgesetzt und betrieben werden
Musst Du entscheiden. Ist aber noch in einem frühen Stadium. Feedback wird gerne gesehen.
Ich rate davon ab, PBS und PVE auf einem Host zu mischen. Entweder PVE+PBS als VM oder PBS oder PVE auf...
Kann man tun, ja. Aber ich sehe das wiederum ganz anders. PBS wurde dafür konzipiert direkt auf der Hardware zu laufen und nicht als VM. Außerdem wird die Installation von PBS direkt neben dem PVE offiziell von Proxmox supportet. Sollte der...
@Melone145 sehr gut, dass du den Fehler gefunden hast. Bitte noch den Thread als "gelöst" markieren, damit sich andere User nicht nochmal komplett einlesen, obwohl es schon gelöst ist. Dank dir :)
If I understand you correctly, it isn't about the authorization to restart the VM (Qemu process), but that you can schedule it automatically at a specific time without having root privileges?
Grundsätzlich funktioniert das hier mit dem Pamautomounter sehr gut auch in LXCs. Ich nutze hier Ubuntu 24.04 LTS. Als Backend verwende ich UCS (Uninvention). Den Automounter verwende ich mit NFS und SMB Freigaben. Funktioniert absolut stabil und...
Thank you.
I know about that.
Normally, if I want to login to PVE using user entries on the LDAP server, then I should do that.
I want to log in via PAM using SSSD just for fun.
If I add the user to the realm "PAM", the login with SSSD-PAM is...
Das mit der Disk kann man verhindern.
Diskpart starten und dann "san policy=onlineall" setzen.
Dann nimmt Windows die Disks immer online, auch wenn er meint, die kommen über einen anderen Controller.