Search results

  1. D

    Issues with networking and not adding routes

    I have found the issue to be related to the bridge, destroying the process. it seems to hang all the VLANs on the bond when that's present, this also appears to be a bug in the upstream Debian package as the python script seems to be trying to work out the order but fails to work it out...
  2. D

    Issues with networking and not adding routes

    Hi All am having an issue with the network-scripts attempting to add the default gateway to an interface before it's ready the links are up Any Ideas to the cause?
  3. D

    slow virgl performance

    am running Fedora 36, ubuntu 20.04, Rocky 9 ok will make a clean install on the system and see what it gets natively.
  4. D

    5700G passthrough?

    am currently trying virtgl on this chip. numbers are not good at the moment
  5. D

    slow virgl performance

    hi all I am trying to use virgl connected via a spice client how ever while the VM says it's using virgl the performance is worse than software rendering. has anybody used it on a ryzen 5700g and got more than 6 fps ?
  6. D

    [SOLVED] getting VMID from the command line

    hi all do we have a tool that can get the next available vmid from the system that's unique across the cluster ? as am looking at using qm create but can't pass 0 as the VM ID to auto generate the next ID.
  7. D

    PBS backups in Azure storage

    if your using AWS you could use the virtual tape library system with PBS https://aws.amazon.com/blogs/aws/create-a-virtual-tape-library-using-the-aws-storage-gateway/
  8. D

    Subscription cost disappointment

    no just a email support and the lack of nag screen. wouldn't need an SLA on a home lab. or if you have a licence key being able to have discounted home lab support.
  9. D

    10 Gigabit Network Iperf3 Speed slow down. Why?

    you can find the setting in /proc/sys/net sub folders core and ipv4 can you send the output of ethtool -k <iface>
  10. D

    10 Gigabit Network Iperf3 Speed slow down. Why?

    have you tweaked the networking stack ? whats the setting on ethtool ? what the values of settings of net core and net ipv4 from proc?
  11. D

    issue with CD's

    found it, it's acutally an issue with iso and secure boot. but the message is confusing. should really say secure boot failed.
  12. D

    issue with CD's

    hi guys I have an new issue that's started in which the CDrom device is getting access denied. any ideas as to why ? but it's not a permission issue on the files as all working and non working isos have the same permissions
  13. D

    SMBIOS Adjustment for motherboard information

    To add both SLP and SLIC to Proxmox, I added them both together: Code: args: -acpitable sig=SLIC,file=/PATH_TO_SLIC/SLIC.BIN -smbios type=0,vendor=<SLP>,version=<SLP>,date=<SLP>,release=1.0
  14. D

    SMBIOS Adjustment for motherboard information

    And I used this for SLIC 2.x in Proxmox: Code: args: -acpitable sig=SLIC,file=/PATH_TO_SLIC/SLIC.BIN
  15. D

    SMBIOS Adjustment for motherboard information

    I was working with a Proxmox server earlier this week so I had a little play with the .CONF files. I used this to add SLP in Proxmox: Code: args: -smbios type=0,vendor=<SLP>,version=<SLP>,date=<SLP>,release=1.0
  16. D

    Ceph with multipath

    do your machines boot ok after mapping up the multipath OSDs as my test machine hangs on until I remove the was links then I plug them in and it works. but its boots until I activate the multipath as a OSD.
  17. D

    Ceph with multipath

    this is what am also trying to do but with 2 SAS Shelfs Direct SAS attached disk shelf to HBA port 1 & 2 Direct SAS attached disk shelf to HBA port 3 & 4 then wanting to use the via the multipath to OSD with the SAS connections giving me 24Gbit access to each shelf.