Search results

  1. C

    [SOLVED] How to promptly kill a VM that will never be able to shutdown?

    I did not - just testing again now.... Doesn't seem to make a difference... 1 or 3 doesn't seem to make a difference - I set it to 3 to give me chance to bring up the logs.... It still just fails though.... Hitting STOP has always worked, but I always hit Shutdown out of habit.... So I...
  2. C

    [SOLVED] How to promptly kill a VM that will never be able to shutdown?

    Yeah, I guess that the key is that I want it to work the same way no matter which way it's called..... so it looks like the hook might be an idea...
  3. C

    [SOLVED] How to promptly kill a VM that will never be able to shutdown?

    Oh, if I changed the shutdown timeout to 3, I get the following error when sending a shutdown: Looks like the hookscript might be the way to go.
  4. C

    [SOLVED] How to promptly kill a VM that will never be able to shutdown?

    Ahhhh h- I've seen that a million times and it never occurred to me :) For the sake of the Google results: That in theory should be fine if I set it to like 3 seconds. I'll have a play with it, and if that doesn't fit, I'll go with the hookscript route....
  5. C

    [SOLVED] How to promptly kill a VM that will never be able to shutdown?

    Is there one per VM though? I thought there was only a global one? I'll take a look at the hooks though - that might work as a workaround...... even though its ugly ;)
  6. C

    [SOLVED] How to promptly kill a VM that will never be able to shutdown?

    Hi all, So I'm running a Cisco virtual appliance in a proxmox VM - and these things are not designed to shut down at all. There's no command to tell it to shutdown, nor is there any way to install an agent or have it use acpi etc. As such, telling a node to reboot will always hang on this VM...
  7. C

    Proxmox VE 8.0 released!

    What's the new 'localnetwork' thing with ACLs etc?
  8. C

    [SOLVED] Adding 2FA WebAuthn fails

    How do you do this if you have two nodes in a cluster?
  9. C

    Multi Datacenter Management

    Yep - I've been waiting patiently and staying subscribed to this thread in the hope of getting that notification one day soon ;)
  10. C

    PCIe passthrough as root disk gets EFI disk / vars warning

    I just want to add to this - you don't need to add the EFI Disk if you don't want to use secure boot and your VMs disk has an 'EFI System Partition'. It'll complain, but still boot properly.
  11. C

    [TUTORIAL] Advancing Proxmox Mail Gateway (especially Spam and Virus Detection)

    I edited `/etc/mail/spamassassin/init.pre` and commented out the Hashcash line. It allows things to work, but probably needs an update that resolves this properly.
  12. C

    Multi Datacenter Management

    hahaha yeah - I do that too - but I use node_exporter on the proxmox setup and prometheus / grafana as well. It's the workaround I've come to use :)
  13. C

    Multi Datacenter Management

    That's great news all round. Myself, I have very little interest in migration between 'datacenters' - but even just being able to view the stats between different clusters (or single node clusters too) in different locations. My hobby stuff has had machines donated in two different datacentres...
  14. C

    Multi Datacenter Management

    @fabian I wonder if we're any closer to this in the 2+ years of this thread?
  15. C

    link: host: 1 link: 0 is down

    Just to follow up on this - I haven't had a network failure at all since blacklisting those modules. The onboard NIC is now functioning as I'd expect. The Intel team seems to indicate a BIOS problem - but I'm not sure who to relay this to at Intel who would be in that area...
  16. C

    [SOLVED] bayes=undefined autolearn=no autolearn_force=no

    *facepalm* Yes, yes it was... Can you guess what else I was looking up? :P
  17. C

    [SOLVED] bayes=undefined autolearn=no autolearn_force=no

    Just to follow up on this - I haven't had a network failure at all since blacklisting those modules. The onboard NIC is now functioning as I'd expect. The Intel team seems to indicate a BIOS problem - but I'm not sure who to relay this to at Intel who would be in that area... Wrong thread. My...
  18. C

    link: host: 1 link: 0 is down

    I've had some correspondence from Intel. Create a blacklist file for the following modules, eg: File: /etc/modprobe.d/intel-blacklist.conf With the following content: blacklist mei_me blacklist mei_hdcp blacklist mei After rebooting with this blackilst in place, I no longer seem to see...
  19. C

    link: host: 1 link: 0 is down

    After running for many hours using the Realtek USB3 network adapter, there has not been a single corosync / network failure. I have made contact with Intel and supplied the referred team with a whole heap of configuration / hardware details - as the NUC is a 100% Intel provided product - and...
  20. C

    link: host: 1 link: 0 is down

    So, even after the above, I'm still seeing the corosync problems. It still manifests as: Jun 28 12:21:15 mel-pm2 corosync[1008]: [KNET ] link: host: 1 link: 0 is down Jun 28 12:21:15 mel-pm2 corosync[1008]: [KNET ] host: host: 1 (passive) best link: 0 (pri: 1) Jun 28 12:21:15 mel-pm2...