Hannes Laimer's latest activity

  • Hannes Laimer
    Hey, Wireguard[1] or other VPNs is probably what you are looking for. Depending on whether you have a static IP you may also need DDNS or some small VPS somewhere with a static IP that your VPN clients all connect to. [1] https://www.wireguard.com/
  • Hannes Laimer
    Jap daran liegts, accessed ist vor dem update größer (also neuer), als nach dem update. Als Referenz, hier der relevant Code [1] für diesen Fehler. Es wird also erwartet, dass sich die atime nach einem update der Datei geändert hat, idealerweise...
  • Hannes Laimer
    Hey, es wird geprüft ob das Dateisystem atime updates respektiert, also diese korrekt speichert. Hier scheint CIFS das nicht zu tun, garbage collection stellt mit der accestime feststellt ob ein chunk weg kann. Grob gesagt werden gebrauchte...
  • Hannes Laimer
    Hannes Laimer replied to the thread Question on namespaces.
    Hey, hmm, no. Namespaces should not disappear, regardless of being empty or not. Does the cache still have it? ls <CACHE_PATH>/ns And what does proxmox-backup-debug api get /admin/datastore/<DATASTORE_NAME>/namespace say?
  • Hannes Laimer
    Hey, could you post the task log from an earlier backup. Could you also iperf3 -s on the PBS and iperf3 -c <PBS_IP> on the PVE host, what does it report?
  • Hannes Laimer
    Hey, not really. Maybe check if there are reports of problems with the specific model and a specific kernel version, this is not very common, especially with recent hardware. But still, a quick search could save you some headache later on.
  • Hannes Laimer
    Hey, [1] is probably a good start. But generally you add the physical NIC to a bridge("Linux Bridge"), then do IP configuration on the bridge. If you plan to create a bond, you first add the physical NICs to the bond[2], and then the bond to the...
  • Hannes Laimer
    did you ifreload -av after changing it to /24? Just to be sure, but could you also check systemctl status pveproxy, and ss -tulpn | grep 8006? Not really, there is only a UI over HTTPS, there is no HTTP one. What you saw was just a warning about...
  • Hannes Laimer
    192.168.50.69/32 should probably be 192.168.50.69/24, since the gateway is within a /24-block.
  • Hannes Laimer
    Hey, what does ip a and cat /etc/network/interfaces say? Can you ping the PVE host? note: SSH uses port 22, 443 is for HTTPS
  • Hannes Laimer
    Hannes Laimer replied to the thread API und Fleecing.
    Hey, fürs manuelle Backup starten kannst du dir [1] ansehen, und einen job anzulegen/zu bearbeiten [2]. [1] https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/vzdump [2]...
  • Hannes Laimer
    Hannes Laimer replied to the thread Tela azul na VM.
    Hey, given this is an english forum I suggest sticking to english, assuming you'd like people to read your post, understand it and give answers :) Could you try changing to IDE[1] for the disk? It is really old, and most of the time not what...
  • Hannes Laimer
    Hannes Laimer reacted to bbgeek17's post in the thread ESXi VM migration method with Like Like.
    VMDK is a proprietary format. The open-source community has made efforts to enable migration from VMDK, but there’s no incentive to make it perform as efficiently in non-ESXi environments, it’s likely not possible to match native ESXi...
  • Hannes Laimer
    pvesh is hitting the API, this is not calling anything directly. Could you try curl with an API token? For an example look at [1]. [1] https://pve.proxmox.com/wiki/Proxmox_VE_API#Example:_Use_API_Token
  • Hannes Laimer
    Hannes Laimer replied to the thread ESXi VM migration method.
    Hey, did you take a look at [1]? It covers quite a lot options. Generally with 1Gbit/s networking just transferring 100GB of data will take about 15mins, and this is if all of the available BW is used. There is no alternative to physically...
  • Hannes Laimer
    Hey, what do these pvesh get /nodes/localhost/network pvesh get /nodes/localhost/network --type=any_bridge say? How does your /etc/network/interfaces look?
  • Hannes Laimer
    We are pleased to announce the first stable release of Proxmox Backup Server 4.0 - immediately available for download! The new version is based on the great Debian 13 "Trixie" but we're using a newer Linux kernel 6.14.8-2 as stable default in...
  • Hannes Laimer
    We are pleased to announce the first stable release of Proxmox Virtual Environment v9.0 - immediately available for download! The new version is based on the great Debian 13 "Trixie" but we're using a newer Linux kernel 6.14.8-2 as stable...