Search results

  1. C

    [SOLVED] /root/.ssh/authorized_keys overwritten

    For example, I do it like this: 7z a '-xr!lxcfs*' '-xr!defer*' '-xr!var/lib/vz/template*' /mnt/backup/proxmox.7z /etc /var /opt /root /usr
  2. C

    Proxmox VE 7.3 released!

    Oh great! Looking forward to the development of it. I think this is a well requested feature an I like to see it working! Thanks for your good work!
  3. C

    Proxmox VE 7.3 released!

    are there any more information about it? is it a automatic migration of VMs based on used resources (RAM/CPU)?
  4. C

    [SOLVED] No statistic for DNSBLOG

    Yep, that did the trick! I copied the lines for the haproxy somewhere from the internet and added that syslong_name line from there, too. Totally my mistake and appreciate your help, thank you!
  5. C

    [SOLVED] No statistic for DNSBLOG

    yeaahhhh....that could be the issue... I am receiving the smtp connections via a haproxy because I am on a CGNAT with IPv6 and I had to change the template of the master.cf so that postfix/postscreen accepts connections via haproxy (pmg connects to a IPv4 server in the cloud via VPN) 2525...
  6. C

    [SOLVED] No statistic for DNSBLOG

    I think postscreen is running as I have entries in the journalctl. dnsbl_sites...
  7. C

    [SOLVED] No statistic for DNSBLOG

    Like this? root@pmg:~# journalctl -o json --output-fields '__CURSOR,MESSAGE' --no-pager --identifier 'postfix/postscreen' -n 5000 | grep postfix...
  8. C

    [SOLVED] No statistic for DNSBLOG

    Hello, I am referring to this thread: https://forum.proxmox.com/threads/postscreen-statistics-are-no-longer-displayed.85995/ I am having the same issue. As soon as I enabled DNSBL sites under "Mail Proxy" => "Options", no statistic regarding postscreen is generated anymore. Also, there is no...
  9. C

    [SOLVED] Host memory usage of VM not correct?

    Got it, thanks. I could try removing the passthrough and see, if it is the culprit, but thats okay for me now. I will try to reduce the RAM of the VM.
  10. C

    [SOLVED] Host memory usage of VM not correct?

    Hi, ah, yes I should have mentioned that..,I passthrough a Nvidia P400... root@proxmox:~# cat /etc/pve/qemu-server/106.conf agent: 1 boot: order=scsi0;ide2;net0 cores: 8 cpu: host,hidden=1 hostpci0: 0000:0a:00.0,pcie=1 hostpci1: 0000:0a:00.1 ide2: none,media=cdrom machine: q35 memory: 16384...
  11. C

    [SOLVED] Host memory usage of VM not correct?

    Hi, hm, I think not really?:) 17.8G <-> 16.4G Screenshot 1: Proxmox Host Screenshot 2: VM Edit: Version Infos Host: proxmox-ve: 7.1-1 (running kernel: 5.13.19-4-pve) pve-manager: 7.1-10 (running version: 7.1-10/6ddebafe) pve-kernel-helper: 7.1-12 pve-kernel-5.13: 7.1-7 pve-kernel-5.11: 7.0-10...
  12. C

    [SOLVED] Host memory usage of VM not correct?

    Hi, my Proxmox hosts reports a memory usage of 25% in htop for a Ubuntu 20.04 VM. I assigned 16GB to that VM which is 25% of my total 64GB host RAM. htop in the VM reports ~1-2GB usage (inkl. cache etc.). The rest is free. Qemu guest tools are installed and the Proxmox Web UI also reports the...
  13. C

    syslog Spam wenn pbs storage aktiviert

    Würde ich auch gerne wissen...:)
  14. C

    PVE 7.0 BUG: kernel NULL pointer dereference, address: 00000000000000c0-PF:error_code(0x0000) - No web access no ssh

    Was also affected today with kernel 5.11.22-8. Updating right now...otherwise I will go back to an older kernel as suggested.
  15. C

    [SOLVED] Proxmox 7 Upgrade: exit_boot() failed, efi_main() failed after change to UEFI boot

    Short feedback: The upgrade incl. Ceph upgrade was successful without any interuption with the help of the wiki. Thanks again.
  16. C

    [SOLVED] Proxmox 7 Upgrade: exit_boot() failed, efi_main() failed after change to UEFI boot

    Thanks for your input! Yeah, I also found these links already before posting, but they did not help really. Hm, so it seems that I will just try the upgrade. I also have not run zpool upgrade before on any of my nodes. My proxmox-boot-tool status looks okay so far? root@pve01:~#...
  17. C

    [SOLVED] Proxmox 7 Upgrade: exit_boot() failed, efi_main() failed after change to UEFI boot

    Can anyone give me any hint what can I do to make sure that the server boots at least in legacy Grub-Mode after the upgrade to Proxmox 7? :)
  18. C

    [SOLVED] Proxmox 7 Upgrade: exit_boot() failed, efi_main() failed after change to UEFI boot

    Hello all, I want to update our Proxmox nodes in a cluster with Ceph from 6.4 to 7 and read the how-to: https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0#Preconditions In that how-to, I came across the "Preconditions" section and the "Check known upgrade issues". In there, at the last point...
  19. C

    [Ceph] set-require-min-compat-client to luminous

    Is there any reason not to do so? Currently the require-min-compat-client is set to jewel. I am using Ceph with Proxmox in a pretty default configuration and just wondered, why it is not set automaticly to a higher level when upgraded? Or did I just missed a documentation? Is there any...