Search results

  1. C

    CPU Lockup on 5.4 Kernel

    I rebooted back into 5.3.18-3 after the updates of today to test to see if I get the cpu soft lock issue I saw with 5.4.17. At this point, uptime is: 14h 32m 5s... This is more than I had before 5.4.17 died. I haven't tried 5.4.30(?) that was pushed with the update yet - as its going to take...
  2. C

    [SOLVED] Download mirrors for download.proxmox.com?

    Trying to drill down further.... the CNAME chain seems to go: download.proxmox.com -> download.cdn.proxmox.com -> oc.cdn.proxmox.com -> fr.cdn.proxmox.com which has a txt: ;; QUESTION SECTION: ;fr.cdn.proxmox.com. IN ANY ;; ANSWER SECTION: fr.cdn.proxmox.com. 60 IN...
  3. C

    [SOLVED] Download mirrors for download.proxmox.com?

    wget -4 http://download.proxmox.com/iso/proxmox-mailgateway_6.2-1.iso --2020-05-07 18:34:22-- http://download.proxmox.com/iso/proxmox-mailgateway_6.2-1.iso Resolving download.proxmox.com (download.proxmox.com)... 51.91.38.34 Connecting to download.proxmox.com...
  4. C

    [SOLVED] Download mirrors for download.proxmox.com?

    Sadly, its been since I first downloaded the proxmox ISO - including the CT containers, and any updates... $ host -a download.proxmox.com Trying "download.proxmox.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63219 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 6...
  5. C

    [SOLVED] Download mirrors for download.proxmox.com?

    Hi guys, Are there any mirrors for download.proxmox.com around? I never seem to get over 100Kb/sec from there in Australia.... Right now (3:35am Melbourne time), I'm getting a whole 65Kb/sec...
  6. C

    Linux Kernel 5.4 for Proxmox VE

    I see the same, CPU soft lockups leading to an unresponsive machine... Added more to the above thread...
  7. C

    CPU Lockup on 5.4 Kernel

    I noticed that today with kernel 5.4 - everything hung overnight at some point... Sadly, nothing got logged to /var/log/messages or /var/log/kern.log. I don't believe its the hardware platform, as this machine has run Fedora + Xen for months of uptime... I only recently moved everything to...
  8. C

    [SOLVED] Bayes still not auto learning?

    I just wrote this which may help: https://forum.proxmox.com/threads/how-to-train-for-spam.41122/#post-310567
  9. C

    Bays DB connection and sharing

    I noticed a lot of spam getting through when setting up my PMG install for the first time... I've only been using PMG for ~3 days - and its mostly been positive - but my bayes DB from my old server has many years of training and hardly let any spam through... I'm hoping that my guide here helps...
  10. C

    How to train for spam

    So I got a bit sick of having no real solution to this - so I hacked something together.... My path structure is /vmail/$user/ for email. I use a Spam folder which ends up at /vmail/$user/.Spam/cur and /vmail/$user/.Spam/new Set up an SSH public / private key to allow you to log into your PMG...