Search results

  1. datschlatscher

    Task history doesn't show backups anymore

    Did the backup task logs before that point disappear, or are there no new ones showing up? Additionally, please make sure the backup jobs are actually still running successfully.
  2. datschlatscher

    Grösse des RAMs nur 2GB (obwohl 8GB konfiguriert)

    Die VM-Config sollte nicht direkt das Problem sein, da ich es schlicht dadurch nicht direkt reproduzieren konnte. In der Windows VM aber: Windows-Taste + R Dann im Fenster msconfig eingeben Enter drücken Wenn ich hier unter Boot > Advanced options... das Feld Maximum memory anhake und etwas...
  3. datschlatscher

    No access to web services any virtual machine in LAN

    In the upcoming 7.3 version you should be able to set this in the GUI in the network tab when creating a new VM. If you are creating them via the CLI or API you should be able to simply add that parameter to the network device format string. The MTU parameter is not set by default, so you need...
  4. datschlatscher

    Proxmox backup to OneDrive

    Hard to tell from this alone, but this could also indicate that your network connection simply gives out. This probably depends mostly on how long your backups take on average. How stable is your internet connection, in general? The system crash is very peculiar though. Do you see any messages...
  5. datschlatscher

    Aprox Vnc proxy

    Hi, the Aprox App is not affiliated with Proxmox. This sounds like a problem originating from the app, therefore, please contact their support or post in an Aprox forum for this matter. Where did you get port number 5001 from? As far as I am aware, the relevant ports for noVNC are generated...
  6. datschlatscher

    Remounting a USB storage device

    As far as I am aware, USBs are not mounted on a default installation, you usually need some kind of tool to do that. There are some threads on unix related forums on this topic, and a quick Google search reveals a tool a user created specifically for Proxmox. I did not test these, but as far...
  7. datschlatscher

    [SOLVED] PBS Root Disk Full can't sync, backup or run garbage collection.

    If I understand you correctly: Are you looking for setting a quota on your block devices created in ZFS? If so, here should be what you are looking for [Setting ZFS Quotas and Reservations]. Please keep in mind, I'm not that familiar with ZFS in general, so please don't hesitate if I got you...
  8. datschlatscher

    [SOLVED] PBS Root Disk Full can't sync, backup or run garbage collection.

    Garbage collection will only delete unused chunks if they haven't been touched for 24 hours and 5 minutes. E.g., after pruning, you need to wait for 1 day before running GC for it to free up any space. Usual suspects are journal log files which can be configured to be cleaned up regularly via...
  9. datschlatscher

    Windows VM User (post-install)

    You should be able to do this in a variety of ways, it is just a matter of being able to invoke CLI commands on your machine. Any of these might be an option, depending on your use-case: Setup SSH on your Windows installation Install the QEMU Guest Agent on your Windows machine. Here is a good...
  10. datschlatscher

    Disable SSL certificate verification

    This is simply because of using a self-signed certificate, which is not issued by a Certificate Authority. Without going into too much detail here, HTTPS always needs a certificate to work properly, in your case it just isn't issued by some centralized entity, that can prove the authenticity of...
  11. datschlatscher

    [TUTORIAL] How to effectively increase OMV system disk space in PROXMOX [HOW TO]

    Hi, thanks for your contribution! Just as a heads-up, you can mark your thread as [Tutorial], this makes it even easier to find and filter for people that want to achieve the same thing. You can change this by editing your Thread and selecting the corresponding title prefix. Thanks!
  12. datschlatscher

    Start a VM from another VM

    If you mean the latter, here you can find some further reading on the topic of Nested Virtualization. Though, this is definitely a testing and research concept, and not fit for production.
  13. datschlatscher

    VM fail to startup at boot

    The boot order delays are a little unintuitive but not complicated in essence: PVE will wait the length of startall-on-boot-delay before starting any VM. After that it will start the VMs according to their boot order, with each succeeding one being delayed by the timeout value of the VM before...
  14. datschlatscher

    TASK ERROR: start failed: command '/usr/bin/kvm -id 100

    Interesting. Please feel free to post here again if the problem appears again or if you find a way to reproduce it.
  15. datschlatscher

    TASK ERROR: start failed: command '/usr/bin/kvm -id 100

    Please post the whole VM start task log, as there might be some more messages of significance in there. Do you see any messages in the journalctl syslogs when starting this VM? What is this VM's configuration? cat /etc/pve/qemu-server/100.conf
  16. datschlatscher

    How much space for the root partition

    By default, the installer splits the available space on your selected hard drive between your root-disk for the system and a thin-pool for VM and container data and images. It sounds like you did not specifically set the 4GB limit on install, which implies you are running Proxmox on a very...
  17. datschlatscher

    increase root

    In short: not really While the pve-root lvm should be resizable without further issues, the same does not go for pve-data, which is a thin pool. The problem here being, that thin pools can not be reduced in size. You can still extend your pve-root partition, however, you would have to either...
  18. datschlatscher

    Teilzeit-Cluster?

    Ja, so in etwa hätte ich mir das vorgestellt. Beim Bearbeiten der Corosync Config gibt es aber einige Dinge zu beachten. Z.B. darauf zu achten nach jeder Veränderung die config_version zu inkrementieren. Ich habe nicht viel dazu gefunden (und hab es auch noch nie ausprobiert) aber es scheint...
  19. datschlatscher

    “Took Too Long to Respond”

    Which one? (From the PVE host to another device on your network?) It sounds like your PVE's network configuration might not be set up correctly. Please issue ip a on the PVE system and post this here together with the output from cat /etc/network/interfaces Could you please elaborate on "after...
  20. datschlatscher

    “Took Too Long to Respond”

    In essence, very simple actually: On your PVE machine: Try to ping your gateway 192.168.100.1 Try to ping something outside your network ping 8.8.8.8 (Google) On the other computer Ping your PVE ping 192.168.100.2