Search results

  1. C

    link: host: 1 link: 0 is down

    Actually - I think this might be the source of the issue....... On the Intel NUC, I see the following in dmesg when a full hang of the cluster happens: [293502.911056] e1000e 0000:00:1f.6 eno1: Detected Hardware Unit Hang: TDH <fe> TDT...
  2. C

    link: host: 1 link: 0 is down

    Hi all, I'm having problems with my 2 node Proxmox cluster. One is a home built PC that runs several VMs, and the other a second hand Intel NUC to play around with Plex and hardware transcoding using Intel Quicksync. I joined these two in a cluster - but have noticed that I get a lot of...
  3. C

    [SOLVED] SSL for TLS

    It may well be worthwhile looking at using the same .pem files if the two certificates are supposed to be the same... Makes no sense to get LetsEncrypt to issue a second cert for exactly the same details. Maybe if I could put that on the wishlist somehow ;)
  4. C

    [SOLVED] SSL for TLS

    This is the config I have now: It was `pmg-tls.pem` that was set as the self-signed cert. I copied the file across - so at the moment, the Valid Since and Expires are identical. If I do the Order Certificate -> Order SMTP Certificate, then it does look like the renewal worked: I guess...
  5. C

    [SOLVED] SSL for TLS

    Hi mate, I already had this set: However the SMTP side still used the Proxmox self-signed certificate. I'm just wondering now that I've done the file copy manually now, if that will mean I won't have to do it again to update the cert in 80-90 days time...
  6. C

    [SOLVED] SSL for TLS

    Just to necro-bump this thread..... I'm running PMG 7.1-2 - and even though I have an acme account, and the pmg-api.pem cert is the correct Lets Encrypt cert, the `pmg-tls.pem` file seems to be a self-signed cert. If I copy one to the other so they are BOTH using the Lets Encrypt cert, will...
  7. C

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

    This is great - thanks! I use a bind RPZ to alias download.proxmox.com to something else - which means it takes effect for everything using that DNS server. It does look like the DNS zones aren't quite there yet though: $ host download.proxmox.com download.proxmox.com is an alias for...
  8. C

    Proxmox VE 7.0 (beta) released!

    Ah, excellent - thanks :) I would strongly recommend changing the RAID5/6 part to: * RAID levels 5/6 are experimental and are known to cause data corruption. Use at your own risk. Simply as I've been there before when those warnings weren't present, and I'm partly the reason why those warnings...
  9. C

    Proxmox VE 7.0 (beta) released!

    Can anyone elaborate on what you can use BTRFS for now? I've been using a mirror for BTRFS passed through as two different HDDs to a guest for a long time - so I'm just wondering what the deal would be there? Can you use Directory for KVM VMs and not have LV's for each VM? How are the...
  10. C

    [SOLVED] Problems upgrading Fedora to v26 / LXC

    Ah - I hadn't realised that, thanks...
  11. C

    [SOLVED] Problems upgrading Fedora to v26 / LXC

    @fabian Any chance we can bump this for Fedora 33 seeing as its released now? In fact, I wonder if there's any reason to have an upper limit at all? Given that unless you keep bumping this max number with every fedora release, it'll break all the time...
  12. C

    6.2 Swap usage

    For what it's worth - as a diagnostic step, I added a file /etc/sysctl.d/swappiness.conf and added: vm.swappiness = 0 To save a reboot, I also set this from the command line using: sysctl vm.swappiness=0 Will be interesting to see what effect this has...
  13. C

    6.2 Swap usage

    I just stumbled across this thread hunting for why my new proxmox nodes are using swap when there's ~40Gb of free RAM.... Running the suggestion of 'swapoff -a && swapon -a' did put things back where they were supposed to be.... ie: machine #2: Machine #3: Then looking at RAM usage on both...
  14. C

    [SOLVED] BSOD: System thread exception not handled

    So, I just had to go through this - but AFTER the image had been taken - so I could only boot into recovery mode... 1) You can remove the Xen drivers via Recovery mode using something like: X:\> dism /Image:D:\ /Get-Drivers Then look for the Xen drivers - they'll be listed as something like...
  15. C

    PROXMOX API ::: How to pass Authentication parameters

    Ahhhh awesome - I did finally run across this - I just didn't quite understand what format I needed to pass the token in... I've got this configured properly now and allows us to use our deployment scripting for images from https://vorteil.io Now we can also do our normal shell scripts for...
  16. C

    PROXMOX API ::: How to pass Authentication parameters

    Do you have any details on this? I've been hunting for documentation with no success... I'd like to pass an API token instead of a username / password etc...
  17. C

    Cluster fails with 1500 byte MTU, works with 1400

    I also note that when I change the MTU via 'ip' on the console, I get the following logs from Corosync: Oct 06 17:09:28 cbd-pm-2 corosync[9158]: [KNET ] rx: host: 1 link: 0 is up Oct 06 17:09:28 cbd-pm-2 corosync[9158]: [KNET ] host: host: 1 (passive) best link: 0 (pri: 1) Oct 06...
  18. C

    Cluster fails with 1500 byte MTU, works with 1400

    Thanks - I've proved that there's an issue and our networks guy is looking into it now - the following debug on hosts with 1500 byte MTUs seems to show an issue one way, but not the other: Going from 192.168.51.x -> 192.168.133.x with: ping -M do -s 1411 192.168.133.1 gives me: PING...
  19. C

    Cluster fails with 1500 byte MTU, works with 1400

    Hi all, This ones got me kinda stumped... I'm trying to build a total of 5 nodes in a cluster - but am getting stuck at three with issues I can't really explain. So far, I have 3 machines with the following IPs: 192.168.51.1 192.168.133.2 192.168.133.4 If I leave these all set to...