Latest activity

  • J
    jms-pxx reacted to Patrick010's post in the thread Backing up PVE itself with Like Like.
    There's a number of discussions on the forum about how to backup PVE itself, mainly focussed on the config files. Being a scripting tard I've asked our friend ChatGTP to help me making a simple script. There's probably a way better method, but...
  • J
    Sind aber fester Teil der IT seit ewigen Zeiten. Und nicht auf x86-64 beschränkt, worüber seinerzeit Linus Thorvalds in Bezug auf arm (1) schimpfte: https://lkml.org/lkml/2012/7/15/133 Und in folgenden Skript zur theoretischen Informatik...
  • N
    PBS investigation summary Host: Hostname: g2mini-pbs Hardware: HP ProDesk 400 G2 Mini OS: Debian GNU/Linux 13 (trixie) Kernel: 6.17.13-2-pve PBS version: 4.1.6-1 Datastores: pbs-main -> /datastore/pbs-main (local datastore on ext4)...
  • P
    I'm wondering why you don't just put the VMs in the DMZ on this PVE instead of the entire PVE? Don't you trust the VM isolation? I'm asking because if you had all the PVEs on the same management network and only exposed the VMs to the...
  • C
    The easiest and recommended way would be to wait for a new version of zfsutils-linux to be released - the patch is already applied on master and should be available with the next update to zfsutils-linux. for building the ZFS packages yourself -...
  • J
    Und das war ein Fehler. Es suggeriert aktiv, dass es keine anderen Hersteller gab/gibt. Doch. Es weist nämlich darauf hin, dass Zellstofftücher nicht unbedingt "Tempo"-Taschentücher sind. ;-)
  • J
    Well, after all those years of mounting images manually, at least I discover libguestfs-tools.. that is something... I don't really like using debian cloud img for a few opinionated choices there.. top of my head.. no LVM / all in one partition...
  • J
    Would you be willing to share the packer - preseed - cloudinit code you have? I have been trying to get it to work the past days based on https://github.com/ajschroeder/proxmox-packer-examples and while it does work, I still have some quirks to...
  • UdoB
    UdoB reacted to bl1mp's post in the thread PDM: migrate VMs across firewall with Like Like.
    Hi, portforwarding on the firewall should also work, and exposes only the required port, instead of the host (to the other host). This would also cause lesser computational overhead for wrapping the package content. On the other hand there is...
  • B
    bl1mp reacted to bbgeek17's post in the thread MTU Settings for NAS storage with Like Like.
    Hi @Eric Thornton , welcome to the forum. MTU size is not tied to network speed. You can use non-standard MTU values on 1 Gbit just as well as on 25 Gbit or higher links. The key point is consistency: all devices participating in the same...
  • B
    bl1mp reacted to UdoB's post in the thread PDM: migrate VMs across firewall with Like Like.
    My personal choice would be to establish a Wireguard tunnel. My preferred method is to handcraft something like https://www.wireguard.com/quickstart/. But this requires one endpoint to be able to reach the other one; in a single direction is...
  • B
    bl1mp replied to the thread PDM: migrate VMs across firewall.
    Hi, portforwarding on the firewall should also work, and exposes only the required port, instead of the host (to the other host). This would also cause lesser computational overhead for wrapping the package content. On the other hand there is...
  • UdoB
    UdoB replied to the thread PDM: migrate VMs across firewall.
    My personal choice would be to establish a Wireguard tunnel. My preferred method is to handcraft something like https://www.wireguard.com/quickstart/. But this requires one endpoint to be able to reach the other one; in a single direction is...
  • UdoB
    My thoughts: Erase both disks. Completely! (If you just delete partitions some signatures may still be present.) Use any rescue image to boot and run something like "dd if=/dev/zero of=/dev/nvem0 bs=1M status=progress" for both of them. Remove...
  • UdoB
    Und das war ein Fehler. Es suggeriert aktiv, dass es keine anderen Hersteller gab/gibt. Doch. Es weist nämlich darauf hin, dass Zellstofftücher nicht unbedingt "Tempo"-Taschentücher sind. ;-)
  • UdoB
    UdoB reacted to Johannes S's post in the thread CEPH Configuration verification with Like Like.
    For more information on possible problems see https://forum.proxmox.com/threads/ceph-pool-size-is-2-1-really-a-bad-idea.68939/ It linked following writeup on an outage cost by lowering these values...
  • UdoB
    Ok looks I like I got it solved and the trick was to unmount /dev/sda2 and then run the proxmox-boot-tool init command. root@Proxb2:~# umount /dev/sda2 root@Proxb2:~# proxmox-boot-tool status Re-executing '/usr/sbin/proxmox-boot-tool' in new...
  • UdoB
    Feature requests sollten am Besten im Bugzilla gestellt werden, hier im Community-Forum gibt es keine Garantie, dass Entwickler alle lesen. Der Bugzilla-Tracker wird dagegen gemonitored: https://bugzilla.proxmox.com
  • UdoB
    UdoB reacted to hblandford's post in the thread MTU Settings for NAS storage with Like Like.
    Hi Eric, just reiterating what @bbgeek17 said. MTU of 9000 for your NAS traffic is beneficial, IFF you set your NAS storage interfaces to 9000, the ports they are connected to on the switch at 9000, and all the clients have an MTU of 9000...
  • D
    Hello all i am in the process of moving to a newer server in my homelab. i brought the two dumps over to the latest PVE, and successfully updated the QEMU PMG to latest versions of OS/PMG/Postgres. The LXC Debian (housing ispConfig) also worked...