Hannes Laimer's latest activity

  • Hannes Laimer
    Es gibt wege diese Datei in den Container zu verschieben. pct move zB aber ich würde empfehlen du verbindest dich direkt mit dem CT via WinSCP.
  • Hannes Laimer
    Hey, du kannst es direkt per scp(oder in deinem Fall winscp) in den LXC kopieren, ich gehe davon aus, dass der container eine IP im selben Netz wie dein Windows PC, oder der PVE host, hat. Falls nicht, kannst du einen Ordner vom host in den...
  • Hannes Laimer
    Hey, you can re-issue[1] the license yourself. You don't really have to do anything specific with old instance, it'll lose access to the enterprise repository though. [1]...
  • Hannes Laimer
    Yes, hooking up a monitor directly to the server is what I meant. Same as with IP, you can change the interface in /etc/network/interfaces. ip a will give you a list of all available interfaces, then you can just set bridge-port for vmbr0 to...
  • Hannes Laimer
    Hannes Laimer replied to the thread Blank Screen with monitor.
    Hey, does PVE have an IP on the bridge the VM is on? If yes(probably vmbr0), can you ping the PVE host from the VM?
  • Hannes Laimer
    Hey, can you ping the host? What you mean by "management port" and "third port"? If you want to change 8006 to something else then no, that is not possible. In case you mean the hosts IP, then you can just directly login and change the IP in...
  • Hannes Laimer
    Hannes Laimer reacted to martin's post in the thread Celebrating 20 Years of Proxmox with Like Like.
    Today we are really excited to celebrate 20 years of Proxmox Server Solutions. When Dietmar and I founded Proxmox 20 years ago, our vision was clear: to create efficient and easy-to-manage Linux software solutions for everyone. Looking back, it's...
  • Hannes Laimer
    It is not necessary to use fstab. Proxmox should create a systemd-file like /etc/systemd/system/mnt-pve-DIR01.mount, when you add the storage as directory. Content is like [Install] WantedBy=multi-user.target [Mount] Options=defaults Type=vfat...
  • Hannes Laimer
    If you created the fs through PVE then yes, what @fba said is correct. And updating the UUID in /etc/systemd/system/mnt-pve-DIR01.mount should be enough. After you updated the UUID you can run systemctl start mnt-pve-DIR01.mount which should...
  • Hannes Laimer
    Are you sure 2f152f8f-87bb-4e1b-987c-a4a444913335 is correct? ls -lah /dev/disk/by-uuid/2f152f8f-87bb-4e1b-987c-a4a444913335 should be a link to /dev/sdb. Currently the disk is not mounted, which explains /mnt/pve/DIR01 being empty. Generally...
  • Hannes Laimer
    Hey, is it actually mounted correctly? What is the output of mount, and lsblk? How do you mount it? /etc/fstab?
  • Hannes Laimer
    Hey, I'm a little confused. PBS does have "Updates" in the UI, but even if it wouldn't, updating is literally just apt update and apt dist-upgrade, nothing more. Calling a whole PVE installation for just that 'overkill' is an understatement. Are...
  • Hannes Laimer
    Ich auch :) Ich meinte genau die Spalte, wie gesagt, sortiert wird innerhalb einer Gruppe, da die Gruppe selbst kein "Comment" hat.
  • Hannes Laimer
    Hey, die einzelnen Snapshots haben Notes, und sortiert werden diese innerhalb von Gruppen. Gruppen selbst haben keine Notizen, daher sind Notes hier eher grau. Die Notiz die bei der nicht-ausgeklappten Gruppe angezeigt wird, ist die vom letzten...
  • Hannes Laimer
    For the sake of completeness: mv vm/108 /ns/MoveTest moved 108 into /ns/MoveTest, but it has to be in vm/. So either - mv vm/108 /ns/MoveTest/vm/ - or, the whole vm dir with mv vm /ns/MoveTest/
  • Hannes Laimer
    Sorry, I missed your reply here. I am not sure why, but in my head we allowed sync jobs to the same local datastore, I just checked our code, and as you also noticed, we don't. So, you first create the namespace you want(if you havent already)...
  • Hannes Laimer
    Hey, easiest is probably a sync job with a depth of one. Then after the sync delete them in the root NS.
  • Hannes Laimer
    Hannes Laimer reacted to t.lamprecht's post in the thread Proxmox VE 8.4 released! with Like Like.
    We are excited to announce that our latest software version 8.4 for Proxmox Virtual Environment is now available for download. This release is based on Debian 12.10 "Bookworm" but uses the Linux kernel 6.8.12 and kernel 6.14 as opt-in, QEMU...
  • Hannes Laimer
    Hi @verulian , Here are a few notes and clarifications regarding the virtio-scsi controllers and their behavior: virtio-scsi-single: Each disk can optionally have a dedicated I/O thread, depending on whether the I/O threads are configured for...
  • Hannes Laimer
    I see, then having two interfaces on vmbr0 attached to the VM will give you two different MACs. What exactly is the problem? pfSense not letting you save the configuration?