Recent content by cholzer

  1. C

    strange issue trying to clone the boot disk

    Coming from ESXi that seemed overkill to me when I built the system as on the boot disk I only have the OS/PVE. no VMs, no LXC, no nothing . :) The pool where VMs/LXC are hosted is a 4wide Z1 - with daily backups to an external NAS. I do take that quite seriously. What I did not quite...
  2. C

    strange issue trying to clone the boot disk

    In case that the current SSD dies, I want to be able to just throw in the clone to get the system back up in a matter of minutes. I am honestly scared of doing a clean Proxmox install and then trying to manually restore the config (I have also exported the required config files/folders as...
  3. C

    strange issue trying to clone the boot disk

    My boot disk is a single WD Red SN700 250GB Now that I have everything setup and ocnfigured, I'd like to create a 1:1 clone of my boot disk. For that purpose I bought a 2nd WD Red SN700 250GB So I though I just put both in a 2nd system, boot the minitool partition wizard from the thumb drive...
  4. C

    [SOLVED] How to get Vm Summary to show free Bootdisk space?

    would be nice to just display all of them. But its not a big issue, I was just wondering if I did something wrong that it would not show up. I understand now. Thank you! :)
  5. C

    [SOLVED] How to get Vm Summary to show free Bootdisk space?

    Thank you for the info, I though the QEMU Agent would be able to provide this info. :)
  6. C

    [SOLVED] How to get Vm Summary to show free Bootdisk space?

    Hi everyone! For my LXC instances I get the free disk space in the Summary. How do I get the same for my Ubunbu VM where I do not see the usage of the bootdisk? :) QEMU Agent is installed an running (I do get the IP adresses in the Summary) Thanks!
  7. C

    Cron sends a cron command as e-mail every day?

    Thanks for that! I did test netdata on this Proxmox machine but ended up uninstalling it shortly after. Turns out the uninstall did not remove everything as it did leave a file in cron.daily :eek: I have delete that file now. Lets see if the e-mails stop now.
  8. C

    Cron sends a cron command as e-mail every day?

    Thanks! Since the ZFS scrub is triggered by cron, setting MAILTO="" will not disable that notification set in zed.rc, right? I do want to receive those. :)
  9. C

    Cron sends a cron command as e-mail every day?

    Got the same E-mail from Cron again today. can anyone tell me what is happening? O.o From: Cron <root@pve> test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
  10. C

    Cron sends a cron command as e-mail every day?

    Yesterday I did a clean install of Proxmox 8 Today I received an odd e-mail from my system that I do not understand. It reads: test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; } So that seems to originate from: /etc/crontab 17 * * * * root cd / && run-parts...
  11. C

    Why is Promox not recognizing USB ports as USB 3.0?

    on my H11SSL-i, XHCI is set to "enabled" yet inside Proxmox 8.0 all 3 USB 3.0 ports on the mainboard show up as USB 2.0 and also only offer USB 2 speeds. o_O *edit* just in case someone else stumbles over this.... in my case it was the USB-A to USB-C cable which limited the extrenal SSD to USB2...
  12. C

    [SOLVED] TASK ERROR: command 'apt-get update' failed: exit code 100

    I did at one point test with a priviledged container. But just running a docker install inside the container would not have added the repo on the host, would it? I guess I did in fact choose the wrong window at some point when going back and forth between them. :)
  13. C

    [SOLVED] TASK ERROR: command 'apt-get update' failed: exit code 100

    I am 99.9% certain that I did not (by accident) ran a command on the host that I should have run on the LXC - but there is a chance that I hit the wrong window at some point. I have a backup of the host, guess I will just revert to that. Thank you! :)
  14. C

    [SOLVED] TASK ERROR: command 'apt-get update' failed: exit code 100

    Today I found this error in the Tasks section. TASK ERROR: command 'apt-get update' failed: exit code 100 I then ran an apt-get update in the console which resulted in this: Hit:1 http://ftp.at.debian.org/debian bookworm InRelease Hit:2 http://security.debian.org bookworm-security InRelease...
  15. C

    [SOLVED] epyc 7282 on h11ssl-i can not paasthrough SATA controller to VM

    @phenix93 I am about to get the exact same system. Does the sata controller passthrough work for you now? Did I understand that right that you just "changed" the reset method "permanently" by once executing echo "bus" > /sys/bus/pci/devices/0000:44:00.0/reset_method where 0000:44:00.0 is your...