Yessss thank you for your advice.
All went OK. Update is finished and PVE 9.1.9 is running.
All my containers and vms are running again without problems.
Thank you all very much!
The patch here published: https://www.reddit.com/r/Proxmox/s/cYmX4PKxgX (The patch code is duplicated, take only the first half)
makes version R535 v16.12 compatible with kernel 6.17 (I personally tested it and it works).
Then versions 16.13 and...
A quick note on when you want multiple encrypted ZFS pools in addition to having a ZFS system pool:
Turns out when you have more than one and try to create a second systemd unit for them you will cause a systemd dependency cycle, and things will...
2 years later I found the solution to this. Got iGPU passthrough from Mac Mini 2018 running on Windows 11 VM.
First I tried installing the newest 7th-10th gen iGPU drivers with no avail, still got code 43 - Windows has stopped this device...
The newer R580 drivers (let's say from 19.2 or 19.3 onwards, I think; we're at 19.5 now) compile correctly under the 6.17 kernel, while the R535 drivers (at least up to version 6.12; no one seems to have reported news on the more recent versions...
This has happened to me every time I upgraded my kernel (it happened both when I upgraded from 6.14 to 6.17 months ago and yesterday from 6.17 to 7.0).
If you've registered the NVIDIA drivers to use DKMS, the drivers are compiled for each kernel...
Hello,
it seems I see a problem with my proxmox based nfs server (on host) on a zfs volume in conjunction with a nfs-client using rsync.
Once a month I copy some files with rsync -avxAHX from some place to a nfs-mounted fs coming from a proxmox...
Hi,
mhm that is a little bit confusing topic overall. :)
I hope this is helpful and does not simply repeat, what you already find in your analysis.
Subuid allows to use different user ids for the user on the host system as within the container...
Hab ich schon gemacht, auch mit dem US-Layout probiert, weil im Passwort Sonderzeichen enthalten sind. Trotzdem erfolglos.
Die IP-Adresse vom PBS ist in der Fritzbox reserviert, also per statischem DHCP "festgenagelt", daran kann es nicht...
how i fixed the problem, without loosing ALL backup data (but loosing some):
connect to your proxmox backup server via SSH/console
mount additional/external storge via NFS or SMB:
#NFS
mkdir /mnt/tmp
mount -t nfs <NAS-IP>:/share /mnt/tmp
#SMB...
The first step is to review the output of:
cat /etc/pve/storage.cfg
pvesm status
The two disks are located on different storage pools (local-lvm vs local-pbs). It is not strictly necessary to match the name of the disk to the index id of the VM...
Hallo,
ich wollte nach einigen Monaten wieder einmal händisch ein Backup von PVE-LXC anstoßen. Also den PBS mit Strom versorgt, er schaltet sich ein, aber Login auf GUI ist nicht möglich, offenbar läuft der PBS-Web-Server nicht. Deshalb...
I'm having difficulties setting vram size for vfs. I'm no expert and mainly using gemini to help me along with stuff. This seems to be a bit of a hard nut to crack though.
/etc/udev/rules.d/99-arc-sriov.rules
KERNEL=="renderD128"...
I'm running PVE 9.1 with the latest 6.17 kernel package as well as the newest out of tree drivers for my NIC (Intel X710-DA2). SR-IOV is set up and working and I have several VFs on each PF. The problem I'm running into is that if a PF goes down...
I also have 3090s and nvidia MIT drivers 580.159.03 and neither of them are recognized with 7.0.0-3-pve Revert to 6.17.13-6-pve and its working fine.
Side note for anyone who may stumble on this. I had nvidia drivers 580.105.08 installed when...
I'm manually changing the VMID of my backup server (because it's too big to clone). I was able to change its VMID and primary LVM but I can't find where to rename my additional 1TB hard drive, which contains all the backups. It's not listed where...
On a new installed node i create a backup job.
In Firefox the first column with the checkbox is not fully visible and checkbox could not be selected.
With chrome browser it works as expected
Wenn es nur um einzelne Dateien geht, kann man sonst auch auf dem Host oder innerhalb der VM (sofern Linux) mit dem backup-client einen restore machen. Mit der mount-Option sogar so, als ob das ein Laufwerk wäre.