Search results

  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?
  15. W

    What do you think of my backup strategy?

    @.n3 , sorry for hijacking your thread ;-) @Johannes S : I'm somewhat in the same boat, allow me to ask for clarification a) What do you mean with cloud vserver? Not the linux-vserver project I suppose ;-) but rather a 'fluid' cloud-based offer than a regular VPS or a homeserver? b) Do you...
  16. W

    MCP posted for PBS

    Hi szoran, With this, you can allow an MCP-compatible AI process access to your PBS and have it advice you on which actions to take? Or does allow you to tell the AI that you want at least 5 backups over the last six months, and have it handle the management from there?
  17. W

    What do you think of my backup strategy?

    Hi .n3, Looks solid to me, given the hardware. From a data recovery perspective, it is better to have one disk at two locations than mirror at a single location, just like you propose. I'm not familiar with syncoid. Have you looked into the native PBS remote functionality?
  18. W

    How to configure file server with external data volume for backup?

    Should I post this question in the PVE subforum, rather than in PBS?
  19. W

    Unable to migrate & start VM due to problematic TPM-disks

    Hi Deerom, So far I've been avoiding TPM, so I had to look up the Proxmox reference; https://host:8006/pve-docs/chapter-qm.html#qm_tpm is what this involves, correct? So, only one out of many hosts has this problem? Silly question, does the functionality expect availability of a hardware TPM...