Recent content by wbk

  1. W

    Proxmox node status is showing as unknown

    Hi admlvntv, "quoting" screenshots is not terribly useful, and screenshots in general are not that useful most of the time: The forum search engine does not have access to the text in the screenshots, which does not help subsequent visitors to solve their problems The thumbnails are often too...
  2. W

    IOMMU/DMAR Regression (PTE Write access) on Alder Lake-P (Ugreen DXP6800 Pro) – 6.17.13-2-pve vs 6.17.9-1-pve

    Hi wuselfaktor, Thanks for taking the trouble to register an account and write down your experience. Also, welcome to the forums!
  3. W

    LXC - Omada memory leak?

    Hi Other7544, For the sake of context, what is Omada? Seeing the memory usage comes as a surprise, I guess it was running with a low limit on the Synology? Did it run virtualized there, or bare metal (I have 0 experience with Synology...) I'd say the i5 is quite powerful. Could it be that...
  4. W

    pbs3to4 fails to boot

    Hi rm-rf, How annoying! I have no experience with either TrueNAS or running PBS in VM, so I'm just spewing general troubleshooting questions that you may already have tried. You were able to boot into a Trixie rescue environment. Have you tried, if TrueNAS space allows, to install Trixie...
  5. W

    Bug with FUSE mounts

    Hi jabuzzard, I miss the reference, but for April's fool it's a day late :-P Did you set allow_other for your SSHFS mount?
  6. W

    Need help with confusion setting up multiple disk Promox to manage mass storage

    Hi winterwheat, Welcome to the forums! The first stop for that is (not to dump your hardware on the forum and ask members to find a way to implement your vision, but) the documentation on storage. Start for example at https://pve.proxmox.com/wiki/Storage. Are you familiar with Debian or...
  7. W

    Proxmox node status is showing as unknown

    Hi admlvntv, Welcome to the forums! These are screenshots taken of the pve02-side of things? What is in both servers' /etc/hosts?
  8. W

    ESX to PVE migration - specify interface for import traffic

    Hi DJKrafty, Welcome to the forums! I saw there were no replies yet to your post, and intended an attempt to change that situation. I did not get to write anything useful, I'm afraid. After reading your post four times, I've trouble separating the the noise from your actual question. B-day...
  9. W

    Asking for help on storage tiering (Nextcloud, mostly)

    Hi all, I'm trying to solve a problem revolving around my backup strategy. I have a number of services running on a homeserver. Backupwise, the most impactful is Nextcloud. I converged on Nextcloud for all data, to be able to easily add to it (clients on different platforms, auto upload) and...
  10. W

    Struggling to Properly Configure Passthrough (I Think?)

    Hi Entity5678, Welcome to the forums! Did you have a look in the BIOS/firmware of your motherboard? There's a reddit thread discussing a similar motherboard, and closer to home there's https://forum.proxmox.com/threads/pci-passthrough-iommu-not-enabling.139476/ Before going through with the...
  11. W

    Skip backup of VM if it hasn't run nor changed

    In guido9's defense : his reason to start the thread was not to ask how he could convince rsync not to pick up (data-wise) unchanged backups, but, as a new user, asking whether he overlooked the option to skip unchanged VMs and containers. I'm not familiar with commercial virtualization and...
  12. W

    Error during 6.8.12-20 Update

    By coincidence I had the same update waiting for me; it ran without a hitch. Free space certainly does not seem a problem on your system. Have you tried re-running apt upgrade, or have it explicitly install proxmox-kernel?
  13. W

    Skip backup of VM if it hasn't run nor changed

    Hi guido9, In addition to UdoB's suggestion, I notice you are a new member. Have you looked into PBS, the backup component of Proxmox? It would not directly enable what you ask (ie, skipping unchanged containers/VMs), but it would serve the same end: only changed data is saved. PVE+PBS cut...
  14. W

    Error during 6.8.12-20 Update

    Hi dehidding, Jumping in, making it worse and then repairing is a good way to learn a lot ;-) Just as a sanity check: does the directory exist? How much free space does /boot have? Did it remove your current kernel? # uname -a # ls /boot/* # df -h /boot Are you on UEFI or BIOS?