Recent content by gamerh

  1. G

    How to add own ssh key for root user

    Hi, Yes it's like that. Kind Regards, Gamerh
  2. G

    How to add own ssh key for root user

    Hi, Password authentication true putty works for root Kind Regards, Gamerh
  3. G

    How to add own ssh key for root user

    Hi, I log in as PAM. I am not able to start a ssh session true an ssh client but i am sure the firewall port is open seems the error Putty gives is that the server refused the key. Kind Regards, Gamerh
  4. G

    How to add own ssh key for root user

    This is how i did it: 1: logged in as root true the web gui 2: mkdir -p ~/.ssh 3: echo public_key_string >> ~/.ssh/authorized_keys 4: chmod -R go= ~/.ssh I have also cheked "/etc/ssh/sshd_config" and permit root login is yes Kind Regards, Gamerh
  5. G

    How to add own ssh key for root user

    Hi, I did that but the server keeps refusing the key. Kind Regards, Gamerh
  6. G

    How to add own ssh key for root user

    Hi, I would like to know how i add mine own ssh key for the user root so i can make a ssh connection true root whit mine private key. Kind Regards, Gamerh
  7. G

    Proxmox Freezes random. No clue in the log

    Hi Oguz, There is a backup planned every day at 00:00. In order to reproduce the issue i had started vm 103 I have started a backup manuelly and this worked just fine. Here is the setup for VM 103 (This is also the VM whit Ubuntu on it that freezes the whole server after startup) agent: 1...
  8. G

    Proxmox Freezes random. No clue in the log

    Hi Oguz, Here is the log the issue happend on 22/05/2021 at 18:20 (had to zip it in order to send it). Kind Regards, Gamerh
  9. G

    Proxmox Freezes random. No clue in the log

    Hi Oguz, Do note that i don't need to reboot the whole system just freezes for +- 5 min and then just works should i reboot if i reproduce the issue? Kind Regards, Gamerh
  10. G

    Proxmox Freezes random. No clue in the log

    Hi Oguz, Yes and we even changed the hardware but the problem stay's. Whit the code i meant this code you sent me earlier Code: mkdir /var/log/journal systemctl restart systemd-journald [/icode] which will keep journals from consequent boots (this can give us more...
  11. G

    Proxmox Freezes random. No clue in the log

    Hi, What IPMI does not work i mean that i am not able to start a session the whole server just freezes for +- 5 min and then just works. This does happen when there is load on the server ex. i start an other VM and start running task's on it. But the VM does not exceed the server available...
  12. G

    Proxmox Freezes random. No clue in the log

    Hi, I have noticed that for a while the mine Proxmox server freezes randomly. All the VM and GUI are not accessible then and even the IPMI does not work. After 5-10 Minutes everything gets back to normal. The datacenter has already checked on hardware failures but they have not found anything...
  13. G

    [SOLVED] Proxmox freezes randomly

    Hi, I manged to fix this issue by doing the following On the VM that caused the issue: On advanced by CPU changing CPU limit to 1 en enable NUMA changed CPU type to host. Disabling balloon on the RAM. I think that the VM was using more resources then i allocated because of this weird that...
  14. G

    [SOLVED] No access to proxmox backup from proxmox after enabel TFA

    Thanks this fixed the issue for me. Regards, Gamerh
  15. G

    [SOLVED] No access to proxmox backup from proxmox after enabel TFA

    Hi, After enabling TFA for the user root. I can't connect to proxmox backup from proxmox VE i get the error 401 unauthorized. Is there an way to fix this whiteout disabaling TFA? Regards, Gamerh