Hannes Laimer's latest activity

  • Hannes Laimer
    Hey, what you could do is pass the USB port through to a VM directly, so the OMV is completely in control of the disks. Just keep in mind that if you want VM backups to also include the data on the disks you will have to first add them as a...
  • Hannes Laimer
    Did you take a look at [1]? That is not how PBS works, it splits up the data into chunks and just references chunks that already exist. So you can't just copy something into the same directory as a datastore. Backups directly from stdin is...
  • Hannes Laimer
    Hey, what do you mean with "TrueNAS replication" target? Will it pull whatever is in the specified dir off the PBS, or would it write onto it? Generally maybe take a look at [1], that should give you a rough overview of what a datastore is, how...
  • Hannes Laimer
    Hey, what is the IP in question? I assume it is on none of the networks that the interfaces have IPs assigned on. Generally there is only one gateway, if you have multiple specified only one will actually be used. Based on your description I...
  • Hannes Laimer
    That clears it up quite a bit. Your password manager just mistakes the hostname field for a username-field and fills it accordingly. This has nothing to do with PVE, at least there isn't really anything we could do about how your pw manager...
  • Hannes Laimer
    Hey, I could not reproduce this. I also can't imagine how that would work cause the form data is sent at the end and the order in which things are filled out is not saved anywhere. Just to be sure, after CT creation, the command hostname in the...
  • Hannes Laimer
    Hey, das sollte mit echo "net.ipv6.conf.all.accept_ra = 0" > /etc/sysctl.d/99-no_v6ra.conf und einem reboot funktionieren. Mögliche andere Werte für die Option gibts in [1], und solltest du das nur für gewisse NICs wollen, einfach das all...