Recent content by binaryanomaly

  1. B

    Get CPU temperature in Proxmox VE

    I wanted to point this out... ;) Also I'd certainly prefer a properly engineered solution by proxmox. But then I'm only wishing for things here. :)
  2. B

    Get CPU temperature in Proxmox VE

    Nice, this should be integrated as a proper feature. @proxmox staff: Any chance this gets included?
  3. B

    Proxmox VE 7.3 released!

    Well that may be. But I am seeing this issue regularly - I believe, since the update. Since I can't even ping between VMs/LXCs inside this bridge/network then it's presumably somehow related to proxmox?
  4. B

    Proxmox VE 7.3 released!

    Hi, I'm having a networking issue since the upgrade to 7.3: I have a network bridge with no physical port running auto vmbr1 iface vmbr1 inet manual bridge-ports none bridge-stp off bridge-fd 0 #LAN Virtual Bridge 1 which I use for networking between some VMs and LXC...
  5. B

    OpenSSH dropping RSA; Proxmox failing 'ssh'.

    Thanks. Explicitly setting HostKey /etc/ssh/ssh_host_ed25519_key in /etc/ssh/sshd_config seems to have no effect. Looks a bit like hardcoded UI? legacy to me - as I have not recognized any effect besides that error message in the UI?
  6. B

    OpenSSH dropping RSA; Proxmox failing 'ssh'.

    Where would I have to do this? I see no explicit reference in the ssh config files. SSH works fine it seems only pve is complaining about it Aug 17 19:33:48 bm-deb-proxmox pvecm[3195]: can't open '/etc/ssh/ssh_host_rsa_key.pub' - No such file or directory
  7. B

    OpenSSH dropping RSA; Proxmox failing 'ssh'.

    I have a similar issue. I have regenerated the ssh keys and only created a new ed25519 key. Now the UI complains: can't open '/etc/ssh/ssh_host_rsa_key.pub' - No such file or directory (500) Don't need and don't want it. :) Is this somewhere hardcoded in the UI or why am I seeing this? The...
  8. B

    log4j exploit - what to do??

    Great, thanks for the swift response @aaron XenForo might be impacted though: https://xenforo.com/community/threads/psa-potential-security-vulnerability-in-elasticsearch-and-more-via-apache-log4j-log4shell.201145/
  9. B

    log4j exploit - what to do??

    I'd like to have some information here as well. Thx.
  10. B

    LXC Container Upgrade to Bullseye - Slow Login and AppArmor Errors

    Thanks, that worked here as well (after hours of investigation...).
  11. B

    [SOLVED] Restoring Debian vanilla motd functionality

    Thanks. .hushlogin was the problem. Now everything behaves like it should.
  12. B

    [SOLVED] Restoring Debian vanilla motd functionality

    Hi, I would like to restore Debian vanilla motd functionality but it seems proxmox has somehow messed with it and I'm unsure of how to restore properly. I have already stopped and disabled the pvebanner service: sudo systemctl status pvebanner ● pvebanner.service - Proxmox VE Login Banner...
  13. B

    Spectre / meltdown / ... mitigations: Host OS, VM-CPU, VM-OS, ...

    Hi, I have a question regarding required mitigation measures against spectre / meltdown / ... on different levels, i.e. what is needed where. As I understand it, already the host OS - Debian contains mitigations according to lscpu output: Vulnerability Itlb multihit: Not affected...
  14. B

    [TUTORIAL] Enabling SR-IOV for Intel NIC (X550-T2) on Proxmox 6

    Thanks for the write up. Method 1 here: https://www.xmodulo.com/enable-sr-iov-virtual-function-intel-ixgbe-nic.html is actually much simpler and quicker to enable SR-IOV. Edit: I just found that the intel driver documentation does no longer recommend the above approach.
  15. B

    Proxmox VE 7.0 released!

    Thanks, this worked like a charm on an initially debian based installation For those who have only 1 node that runs infrastructure required to access the internet such as Firewall, DNS, etc. it might be helpful to fetch the required packages in advance in order to be able to shutdown the...