DerekG's latest activity

  • D
    I had a pfSense VM for a couple of years on a 1Gbe fibre connection, it handled the throughput no problem using the vtnet drivers. Are the in use NIC Intel? If they are Realtek you would likely need the Realtek drivers as the default Proxmox...
  • D
    Ah, too complex an install to blow the PBS B away and rebuild. As I stated, in the PVE B DataCentre -> Storage -> Your_Backup_Store - > Encryption tab, the encryption should be active and the same as that on PVE A. Actually the system you have...
  • D
    Are you trying to do a backup or a restore of an existing backup there? What were the steps taken which led you to this point? Did you re-install the Proxmox host? Are you talking about a backup to PBS or a regular backup to the Datacentre...
  • D
    DerekG reacted to martin's post in the thread Celebrating 20 Years of Proxmox with Like Like.
    Today we are really excited to celebrate 20 years of Proxmox Server Solutions. When Dietmar and I founded Proxmox 20 years ago, our vision was clear: to create efficient and easy-to-manage Linux software solutions for everyone. Looking back, it's...
  • D
    DerekG reacted to bbgeek17's post in the thread TrueNAS Storage Plugin with Like Like.
    Hi @warlocksyno This is excellent progress on getting Proxmox support working and its really nice to see the effort and attention to detail going into it. I just wanted to help clarify one concept you mentioned regarding MaxOutstandingR2T. Any...
  • D
    Did you reboot after copying the key? I don't know enough to understand which services need to be restarted. That error is telling you that the encryption was created with a different key. The only way to restore is to have the PBS backup and...
  • D
    The iperf test is showing you the problem, here is what I get with iperf3 over 10Gbe root@pve-5:~# iperf3 -c 192.168.10.28 Connecting to host 192.168.10.28, port 5201 [ 5] local 192.168.10.50 port 39354 connected to 192.168.10.28 port 5201 [...
  • D
    Hi GioTr, It might well depend on your APU, but if you already have the passthrough functioning correctly, then this page should help with the AMD reset bug: https://github.com/isc30/ryzen-gpu-passthrough-proxmox/issues/131#issue-3266798285...
  • D
    DerekG replied to the thread TrueNAS Storage Plugin.
    Well, you'll be pleased to know that the TrueNAS team are currently revamping the API system so that developers will be able to gain far more control over the internals.
  • D
    DerekG replied to the thread TrueNAS Storage Plugin.
    Thanks for the heads-up I wouldn't even attempt such an install on 1Gbe networking, I just assumed that 10Gbe would by a part of the minimum specs, for this use case.
  • D
    If the original AMD reset fix doesn't work try another. I have an 8845HS working perfectly in a Win 11 guest, so I am able to reboot from the host or from within Windows without delay. There is a 'hook-script' which works on the host and 2...
  • D
    Is the original Proxmox host still operational? If yes: The encryption key file for Proxmox Backup Server (PBS) is stored in the file /etc/pve/priv/storage/.enc on the Proxmox host. I suggest that you keep this file in a password manager or...
  • D
    When you passthrough the GPU you have blacklisted it from Proxmox, so Proxmox no longer has any access to GPU. You need to arrange some other method of remote accessing the VM desktop as soon as that passthrough / blacklist is activated. In my...
  • D
    Unsure which AMD APU you have (mine is the 8845HS), but the https://github.com/isc30/ryzen-7000-series-proxmox guide carefully (don't miss any steps) the passthrough will work. There are 2 additions steps, also detailed on the same github page...
  • D
    DerekG replied to the thread TrueNAS Storage Plugin.
    That looks like an extremely interesting project, I'm looking forward to testing on my homelab.
  • D
    DerekG replied to the thread TrueNAS on Proxmox.
    You will have difficulty with thunderbolt in Proxmox as it's not natively supported. I've read about some getting it to work, but is it really the solution which you want to trust your data on.???
  • D
    Why are you using such and old version of Proxmox with a fairly new CPU? First option must be to get the Proxmox up to date, I suggest bring it up to ver 8.4 (as 9.0 is having other issues with passthrough). Then you have a load of unnecessary...
  • D
    DerekG replied to the thread Passthrough:.
    Put that excess data on another drive, either external (or more difficult an iSCSI drive) which will then appear as 'Drive D:' in Windows, that will help to keep the Windows VM as clean as possible. Hell in my case even 'My Documents' and...
  • D
    DerekG replied to the thread Passthrough:.
    Glad that you got it working, but why keep a 650GB Windows volume, that must make backing up the VM a nightmare.
  • D
    DerekG replied to the thread Passthrough:.
    All the changes made on the host to get the passthrough to work, were lost when you re-installed Proxmox. That includes the rom files which were stored on the host and therefore not backed up as a part o the VM. You need to follow all the steps...