Search results

  1. Hannes Laimer

    [SOLVED] VM and CT have simply vanished

    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, if the disk is always connected, maybe consider...
  2. Hannes Laimer

    [SOLVED] VM and CT have simply vanished

    Hey, is it actually mounted correctly? What is the output of mount, and lsblk? How do you mount it? /etc/fstab?
  3. Hannes Laimer

    Double notifications from PBS and PVE

    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 there other reasons you have PVE running?
  4. Hannes Laimer

    Spaltensortierung auf PBS geht nicht?

    Ich auch :) Ich meinte genau die Spalte, wie gesagt, sortiert wird innerhalb einer Gruppe, da die Gruppe selbst kein "Comment" hat.
  5. Hannes Laimer

    Spaltensortierung auf PBS geht nicht?

    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 Snapshot.
  6. Hannes Laimer

    Syncronize/Move Backups on the same server into another namespace

    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/
  7. Hannes Laimer

    Syncronize/Move Backups on the same server into another namespace

    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), then cd into your datastore. And move the vm, ct...
  8. Hannes Laimer

    Syncronize/Move Backups on the same server into another namespace

    Hey, easiest is probably a sync job with a depth of one. Then after the sync delete them in the root NS.
  9. Hannes Laimer

    2 Additional IPs on a Hetzner Proxmox Server

    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?
  10. Hannes Laimer

    2 Additional IPs on a Hetzner Proxmox Server

    well, MACs are associated with interfaces, not IPs. As I said, having two IPs on the same interface is possible, a basic interfaces file for that would look something like this iface enp6s18 inet manual auto enp6s18:0 iface enp6s18:0 inet static address 192.168.55.12/24 gateway...
  11. Hannes Laimer

    2 Additional IPs on a Hetzner Proxmox Server

    Ohh, you can only have one as gateway. Generally it is not a problem a VM has multiple IPs on the same interface, as long as they are on the same subnet. This isn't something that should need any sort of configuration on the PVE host.
  12. Hannes Laimer

    When disabling all replications jobs on a node is necessary

    Hey, the easiest is probably something like pvesh get /cluster/replication --output-format=json | jq '.[].id' | xargs -I ID pvesr disable ID - pvesh get /cluster/replication --output-format=json will give you a list of all replication jobs - jq '.[].id' will only take their id - and xargs -I...
  13. Hannes Laimer

    Failed of Systemd

    Hey, did you change any configuration regarding kernel modules? Do the syslogs(journalctl -b) contain more information surrounding this, and could you also check dmesg?
  14. Hannes Laimer

    2 Additional IPs on a Hetzner Proxmox Server

    Hey, are those separate physical interfaces, or do those three come over the same one(this it what it look like based on your /etc/network/interfaces)? If they are on different interfaces, you can just pass through the whole interface to the VM. If they are not(and they are on the same subnet)...
  15. Hannes Laimer

    Mount/Bind File in Proxmox LXC?

    Ohh, you mean mTLS. Generally there is no need to bind mount[1] it, you can just copy it from the host into your container, alternatively just generate them in the container. Is there a reason you have to have those directly on the PVE host somewhere? Also data and letsencrypt, why not have it...
  16. Hannes Laimer

    Mount/Bind File in Proxmox LXC?

    Hey, what is it you are trying to do? And how does it relate to bind mounting something in a LXC? Do you own the domain you want certificates for subdomain of? If yes, configuring NPM to use DNS challenge to obtain a certificate for something like *.proxy.<your_doamin> and using it for all...
  17. Hannes Laimer

    Can't add PBS to PVE8

    This is weird. Could you login into the WebUI of the PBS with the same user you use on the PVE host to add it. Then replace the last part of the URL with ...67:8007/api2/json/config/datastore Does this work? Do you get a list of datastores?
  18. Hannes Laimer

    Can't add PBS to PVE8

    Anything in the syslogs(journalctl -f) on the PBS?
  19. Hannes Laimer

    Can't add PBS to PVE8

    Hmm, does ping 172.30.1.67 (on the PVE host) work?
  20. Hannes Laimer

    Can't add PBS to PVE8

    Hey, no, there is no limit. What is the error you are getting?