die 2 devices sind die iGPU
gib mal in der shell update-pciids ein und schau mal ob ers dann besser anzeigt, aber die zwei teile sind die iGPU und das HDMI Audio device.
sieh dir dazu auch https://github.com/isc30/ryzen-gpu-passthrough-proxmox an.
Since mst 4.22 seems to be broken on 6.17, you have a few alternatives:
1. install an older kernel. 6.14 and 6.11 are both available. 6.8 is too I think.
2. use a newer version of mst. The most current version is 4.34.1-10
3. boot from a...
Die VM ist eine eigenständiges Betriebssystem und dem Host ist es egal ob das ein Debian, Redhat oder Windows ist.
Wenn du nur CLI nutzen möchtest und Copy Paste, dann aktiviere eine Serielle Console und dann ist die Shell dann eine Simulierte...
Da gebe ich dir recht, und ja ich war etwas polemisch. Trotzdem, mit ZFS musst du im Notfall nicht den exakt selben RAID Controler finden, nur um dann zu merken, dass er das RAID trotzdem nicht mehr funktioniert. Bei ZFS, kannst du im schlimmsten...
Hi Iknite,
In a cluster usually no configurationfiles for the VMs needs to be copied (they live in /etc/pve/nodes/<hostname> as part of the proxmox cluster filesystem), but maybe you are using features like hookscripts, that are stored on local...
I dont know why, but it keeps telling me "show" command not found.
Am I in the wrong directory?
show open<tab> does not return any values
show <tab> returns the last line of this code
root@pve-node0:~# show openfabric topology
-bash: show...
Which scenario? Running as lxc from TrueNAS? Then they would have to support a scenario which envolves a software they have no influence over (TrueNAS by Ixsystems) as long as they don't partner with TrueNAS. And (like pointed out by Scyto and...
Kann man da wie bei ZFS auch die Disks einfach in beliebiger Reihenfolge in ein komplett anderes System einbauen, ein zpool import machen und alles ist wieder gut? Oder ist es doch eher so, dass man u.U. Probleme bekommt, wenn man nicht exakt den...
The "qm" command only operates on local VMs. You are executing it from host A, you said the VM is on host C - the error is expected.
You can run "qm list" to see what VMs you can access locally.
You can run "pvecm status" to check the status of...
This isn't a timeout issue. It is known that the hostname doesn't resolve in dns, by ip its fine. Unless you believe proxmox uses the hostname somewhere.
I can right-click on the vm and reboot it in the gui, which tells me the host is up. However, I could see maybe a partial outage, though there is no indication in the gui.
another source told me to add '--node <node>' to the reboot command, but...