Ok, der Auslagerungsstorage ist damit also für einen Angreifer erreichbar. Ich sehe keinen Mehrwert in den Setup, weder in Sachen Sicherheit vor Angreifern noch vor sonstigen Fehlern (etwa durch einen Hardwareschaden) aber vor allen: Von welchen...
Done all with this thread, but still get Code 43 with ny RTX 5060 + MSI X470 pro max.
Have proxmox: Virtual Environment 9.1.1
Try to install to W11 22H2
There is upstream support for migration with virtiofs if the storage is shared, but there are issues at least with CIFS (and also with others if not using the find-paths migration method). See...
The disk even so named as img is actually a qcow2-file. I assume it is treated as raw-file in your import command, which then gets converted to qcow2. Just rename file ending to qcow2 before import and it should work, at least it did in my quick...
Where did you configure the subnet? It isn't visible anywhere in the screenshots you posted.
enp1s0fX NICs are also showing NO-CARRIER which usually means there is no cable attached / the cable is broken. Are you sure that enp1s0fX were the...
Did you reboot the node after the upgrade?
Otherwise, can you post your network configuration?
cat /etc/network/interfaces
cat /etc/network/interfaces.d/sdn
ip a
Plus the config of a VM that isn't working?
qm config <VMID>
Hi all,
Since updating to Firefox 147.0.3 (64-bit) earlier last week, I can no longer open the noVNC console in PVE. It just shows an endless loading spinner when trying to connect to any VM console.
Environment:
PVE Version: 9.1.5
Firefox...
Oh, I rest my case - this mail was actually logged.
I'm sorry for the disturbance.
Maybe the mails missing from the pmg logging was sent around pmg and directly to the recipient domain.
I will look into that.
I might close port 25 outgoing in my...
Hi!
Which package versions are the source and target node of the VM running on? Is there more information in the syslog of the source or target node in that time frame? pveversion -v returns a full list of the package versions of a node.
Hallo,
ein kürzliches Systemupgrade (PVE 9.1) lies einen Container nicht mehr starten.
Die Fehlerausgabe:
lxc-start: 10105: ../src/lxc/utils.c: run_buffer: 571 Script exited with status 30
lxc-start: 10105: ../src/lxc/start.c: lxc_init: 845...
@ostseereiter : Am besten sind natürlich vernünftige NVMes, wie schon beschrieben worden ist. Ich habe aber tatsächlich auch externe USB-Festplatten an meinen Systemen dran (Samsung T7). Ist nicht toll, funktioniert aber soweit ok. Kommt ja immer...
I have a Proxmox 7 node that I stood up primarily as a game server host when I knew next to nothing about proxmox (Only know slightly more now). I currently only have 3 vms. I want to keep those and stand up a Nas (Truenas or Rockstor), migrate...
@knopper : Du kannst auch die VM runterfahren, ein Backup auf eine NAS z. B. mit NFS erstellen, auf dem zweiten Host das Backup vom NAS wieder einspielen und in der VM dann entsprechende Änderungen vornehmen (MAC-Adresse, IP-Adresse, Hostname)...
There already is that option under "Advanced Options", that's why I was so surprised it doesn't work by default. I took a glance at the init script, if the option is chosen it looks for /cdrom/auto-installer-mode.toml file, if the file is not...
Well ZFS allow a special_device to store metadata as well as small file to speed up the pool. Previously, I split my NVME in 2, 1800G for a nvme only pool for zvol and 200GB as special for the HDD pool (zfs_main).
With zfs 2.4.0 zvol write can...