Search results

  1. B

    Proxmox Offline Mirror released!

    For the sake of curiosity, what kind of log insights would be useful for you? Jumping in half-way here so sorry if I'm not up to speed on full context :P
  2. B

    Angry cluster config, now getting lots of 400 errors from web UI

    I can't speak for fabian, but in my case I _THINK_ it might have been because I added two VMs to a Resource Pool (when they previously were not a member of any Resource Pool). But the actual reason really was not clear. CTRL+F5 clearing the cache in my case seemed to do the "magical trick". As...
  3. B

    [SOLVED] Issue with Web interface and Pools (poolid error)

    For future humans clearing browser cache can help: https://forum.proxmox.com/threads/angry-cluster-config-now-getting-lots-of-400-errors-from-web-ui.137613/#post-645114
  4. B

    [SOLVED] New install errors 10 to 15 minutes after boot

    For future humans clearing browser cache can help: https://forum.proxmox.com/threads/angry-cluster-config-now-getting-lots-of-400-errors-from-web-ui.137613/#post-645114
  5. B

    Angry cluster config, now getting lots of 400 errors from web UI

    Holy balls I can't believe clearing browser cache fixed this problem for me. THANK YOU FOR POSTING THIS! This is INSANE that this fixed it! It's as insane that the default solution in this thread is to wipe all nodes and rebuild... just for something like this... I have never seen this problem...
  6. B

    New nodes joined to existing cluster, 8.2 updates making SSH key trusts not auto fixed and manual steps needed

    Yeah doing the same method by IPs for all nodes on all nodes did the trick. Hoping this has a proper solution soon that is automated by the cluster. Hopefully someone gets helped by this work-around for now.
  7. B

    New nodes joined to existing cluster, 8.2 updates making SSH key trusts not auto fixed and manual steps needed

    oh it's because the webGUI uses IP not hostname... yay okay redo this work then....
  8. B

    New nodes joined to existing cluster, 8.2 updates making SSH key trusts not auto fixed and manual steps needed

    Ugh this didn't even properly fix it anyways... randomly logged into webGUI of a rando node and tried to webCLI Shell to one of the new nodes and still asked me for fingerprint... fuck this is so stupid
  9. B

    New nodes joined to existing cluster, 8.2 updates making SSH key trusts not auto fixed and manual steps needed

    And yes I have each node even connect to itself because I don't currently see a reason not to do that...
  10. B

    New nodes joined to existing cluster, 8.2 updates making SSH key trusts not auto fixed and manual steps needed

    For future human purposes: I created a list of commands containing all the nodes in it, and executed this on every node via CLI. THIS IS NOT THE IDEAL WAY TO DO THIS AND I KNOW IT IS A BAD PRACTICE BUT FOR NOW THIS IS GOOD ENOUGH: ssh -o StrictHostKeyChecking=accept-new -t HostName1 'exit' ssh...
  11. B

    New nodes joined to existing cluster, 8.2 updates making SSH key trusts not auto fixed and manual steps needed

    Okay I actually need to ssh FROM every node in the cluster TO every node in the cluster to generate the known_hosts trust. guh this is a cluster-truck.
  12. B

    SSH Key problems for new PVE Node joining existing cluster that had its hostname renamed before joining

    Feel free to move along and not even post if you don't see value in participating. I was simply asking for the proper process to do something that wasn't documented. And you're here to do... what exactly? Lecture me because I didn't say exactly what you wanted to hear? Why are you even bothering...
  13. B

    SSH Key problems for new PVE Node joining existing cluster that had its hostname renamed before joining

    Are you just married to trying to lecture me? I'm going to ignore you because you seem more fixated on me fitting into your box of "help" than trying to actually get anything accomplished done. Go away troll, I have actual work to do, not placate your pedantic ego stroking.
  14. B

    New nodes joined to existing cluster, 8.2 updates making SSH key trusts not auto fixed and manual steps needed

    omfg and that method doesn't even actually solve the problem, this is just such a shit show... I just wanted to add two new PVE Nodes to this cluster and I'm burning way too much time on this SSH BS that should've been solved months ago >:|
  15. B

    New nodes joined to existing cluster, 8.2 updates making SSH key trusts not auto fixed and manual steps needed

    So I have two new PVE Nodes that were recently provisioned with PVE v8.2, but were later updated to latest as of today (v8.2.4?). Anyways, I'm now having the silly SSH Key management junk that's been going around with the PVE V8.1/v8.2 changes. The other cluster nodes are on older versions of...
  16. B

    SSH Key problems for new PVE Node joining existing cluster that had its hostname renamed before joining

    Alright well the issues I've been facing were MTU related (but not in my realm as the path between nodes I'm not responsible for looks to have been messing with MTUs). Still would be nice to have documentation outline SSH key cycling for PVE... Thanks anyways folks.
  17. B

    SSH Key problems for new PVE Node joining existing cluster that had its hostname renamed before joining

    Look I have a lot of different errors here that I'm working through and I really would appreciate just having the instructions needed to properly cycle the SSH Keys for a single node to the rest of the cluster. I'm asking because I could not find this sufficiently outlined in the Proxmox VE...
  18. B

    SSH Key problems for new PVE Node joining existing cluster that had its hostname renamed before joining

    /etc/hostname was updated to the correct hostname when I renamed the node /etc/hosts was updated to the correct hostname when I renamed the node, and was not automatically populated with the other PVE Nodes when it joined the cluster (I guess that's not a thing though) /etc/network/interfaces...
  19. B

    SSH Key problems for new PVE Node joining existing cluster that had its hostname renamed before joining

    So I have a PVE server that I've been working on that I just joined to an existing PVE Cluster. Another person did the initial install of the PVE OS on the system, and I followed the Proxmox VE Documentation for renaming said node ( https://pve.proxmox.com/wiki/Renaming_a_PVE_node ) to the...