Search results

  1. datschlatscher

    Windows VM RAM usage

    Please post the output of pveversion -v of your machine. Is the reported number of 90%+ memory usage within Proxmox or within your Windows machine? Do they both report the same amount of memory usage?
  2. datschlatscher

    All my server

    The message can be safely ignored, though you can turn off the replication service if you do not need it. This thread outlines some ways in which you can turn off (even suppress) this output: https://forum.proxmox.com/threads/replication-runner-syslog.35600/ You could simply stop and disable...
  3. datschlatscher

    Configure or disallow concurrent backups

    There is no option right now to "automatically coordinate" backup tasks on different nodes in a cluster. If the backup schedules start at the same time, they will all try to backup concurrently. In your case it would probably be best to set up the backup jobs delayed, e.g. by 8 hours per node...
  4. datschlatscher

    node with existing VMs joining cluster.

    No [1] https://pve.proxmox.com/wiki/Cluster_Manager#pvecm_join_node_to_cluster
  5. datschlatscher

    Help understanding LXC RAM usage

    Could you clarify whether the problem exists both on LXC and the VM, or only on LXC? The container seems to be running out of RAM after which it would naturally change to using swap. Swap, being located on the filesystem, is many times slower than RAM and would present a major bottleneck in...
  6. datschlatscher

    Can't access Proxmox web-ui (ssh is working)

    For anyone coming across this who might be wondering: The problem here seems to be that the user tried to connect over http which returns an empty response. Most browsers display this error visually similar to the error when a server can't be reached. In such a case, watch out that you are...
  7. datschlatscher

    sync on HDD and USB3 HDD slow

    You have multiple possible (and likely) bottlenecks in your setup. It really comes down to how fast your HDDs actually are, how big (or small) the files are that you are moving and that you are using USB to move data. It seems to me you are moving lots of (rather) small files which will always...
  8. datschlatscher

    Strange behavior of the ceph space

    Could you elaborate what your problem exactly is? From your screenshots and log outputs there doesn't seem to be anything out of the ordinary. Are you experiencing high disk usage? How are you going about finding and deleting orphaned files? If you look at the documentation ORPHAN LIST AND...
  9. datschlatscher

    [SOLVED] Prox can't validate certificate ssl

    Concerning your first attempt: While the listening server seems to be created it cannot be reached from the outside. This depends on your network setup (i.e. whether you are hosting through a hosting provider or in your private network) and may require that you set up port forwarding for port...
  10. datschlatscher

    CMD access is good, GUI access is bad

    Are you trying to log in as root or as a regular user? By default, Proxmox assumes the `root` user is the system administrator. Login with root is always possible. You will not be able to log in as a regular user right away, even if they have sudo privileges. You can allow more users to log...