Search results

  1. S

    Server Proxmox freezes randomly

    Check your ram. Reseat it. Make sure its the right speed. Choose memtest off the menu and let it run for a few hours. Check your temps, hot nvme drives will crash you.
  2. S

    10G slow incoming

    I think the problem is that the ethernet modules at least the ones I've tried draw too much power. Try it with some DAC interfaces, I seem to get 10G both ways now if I use the latest proxmox kernel.
  3. S

    10G slow incoming

    I have a Qotom router with Intel(R) Atom(TM) CPU C3758R @ 2.40GHz. It has 5 2.5G ports, and 4 10G SFP+ ports 04:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04) 05:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04) 06:00.0 Ethernet...
  4. S

    Backup is slow because too many tasks run at once

    I have a PBS running on NVME but the datastores are on ZFS arrays of HDD's. The problem is scheduled tasks can all run at once so you get in a situation where IO wait is like 30% because the disks are thrashing. I can't predict how long each task will take so I can't manage this with...
  5. S

    Do i need a NAS-grade NVME for PBS?

    You can recover the backups. You create the datastores in PBS on ZFS on your hard drives, ideally in some sort of redundant layout. You can re-install proxmox if you like on a new NVME you will still be able to import the ZFS pools. Just keep a copy of /etc/pve/ config files to restore...
  6. S

    rrd update failed: time in past, proxmox backup server installed as VM on TrueNAS Scale

    ** UPDATE - Solution found ** root@backup:/var/lib/proxmox-backup/rrdb# ls -l total 188 drwxr-xr-x 6 backup backup 4096 Jan 22 15:55 datastore drwxr-xr-x 2 backup backup 4096 Jan 24 2024 host -rw-r--r-- 1 backup backup 177595 Jan 24 13:17 rrd.journal I removed rrd.journal and rebooted, it...
  7. S

    Proxmox / Minisforum u580 / AMD APU passthrough / Plex LXC / Read error / Read only fs

    Gabriel - thanks, I've corrected NAS to DAS, I do understand the difference one connects by usb and the other by ethernet. I actually wanted USB so that I could manage the ZFS on proxmox. I accept its just something on the new box it doesn't like and the mac is ok, the mac isn't the...
  8. S

    Proxmox / Minisforum u580 / AMD APU passthrough / Plex LXC / Read error / Read only fs

    Hi All, Please to ignore the vast scope of this post. Its my experience and I'm not sure what the problem or what's possible at this point. TLDR; This is about problems running Proxmox for homelab / media centre on cheap unsupported hardware that's not well documented. I had a Mac Mini 2012...
  9. S

    Server always wants a different fingerprint

    Actually - I think you must be right - its the letsencrypt cert changing - and thats the fingerprint its checking against, not the fingerprint reported by the backup server. My confusion here was that on pve hosts and have pvb installed on the same machine the fingerprint always matched, but...
  10. S

    Server always wants a different fingerprint

    I don't know. Do I mis-understand something here? I thought when adding storage I have to enter the fingerprint of the destination server?
  11. S

    Server always wants a different fingerprint

    Working: root@titan:~# curl -k -vvv https://backup.xxxx.xxxx:8007 * Trying 51.xxx.xxx.8:8007... * Connected to backup.xxxx.xxxx (51.xxx.xxx.8) port 8007 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile...
  12. S

    Server always wants a different fingerprint

    I can send you a video if you like?
  13. S

    Server always wants a different fingerprint

    No proxy or dns issues that I know of. Its very odd, the backup works if I use the wrong key and arrives on the backup server.
  14. S

    Server always wants a different fingerprint

    I have 1 proxmox backup server fingerprint ED:ED:xxx etc. 5 of my servers have no problem with this but one of them is insisting that a different key is needed. vzdump backup status (elvis.xxxx.xxx) : backup failed: could not activate storage 'datastore-elvis': datastore-elvis: error...
  15. S

    [SoYouStart] rEFInd/Grub Boot Error (Upgrading Proxmox 6 to 7)

    Reboot the server in IPMI, press del / F12 whatever it says to go into setup you can change the boot order there. Remember - to reinstall via the OVH web page you need to revert this to rEFI before it will work.
  16. S

    Mysql corruption

    Thanks. I switched to backup using the 'shutdown' mode, instead of snapshot and this does give a consistent backup and its only down for 44s at 2 in the morning. But if you do this you lose the benefit of the dirty bitmap to just save the changes. I'll try the hook approach. Cheers! INFO...
  17. S

    Mysql corruption

    I've got three mysql vms, running on latest proxmox. Server version: 10.6.5-MariaDB-1:10.6.5+maria~focal-log mariadb.org binary distribution. db1 - master, runs fine. db2 - slave, runs fine, no apparent corruption, passes mysqlcheck etc I am running backup to a proxmox backup server, but when...
  18. S

    limit concurrent tasks

    I'm having the same issue, concurrent tasks causes IO delay to hit 70% then its starts crawling
  19. S

    Feature suggestion - formatting the time in restores

    Do you think it would be sensible to show the duration ias hh:mm:ss, or also in that format? 11398 seconds is a bit meaningless unless you can divide my 60 in your head.