Search results

  1. O

    TVHeadend LXC / Digital Devices

    Ich schiebe das mal hier mit rein und meine auch, das bereits in einem anderen Thread erwähnt zu haben: Auch wenn das durchreichen von PCI-Devices an sich ganz bestimmt prima funktioniert, ich persönlich bin kein echter Freund davon, insbesondere dann nicht, wenn ständig, zumindest aber wirklich...
  2. O

    [update] Wake (and other) on LAN for VMs (v0.3)

    ...und was genau möchtest Du jetzt wissen oder fragen? Falls Du überlegst, dosthol auf Dein beschriebenes Szenario einzusetzen, ja, das würde prinzipiell funktionieren. Die VM müsstest Du vor Zugriff natürlich erst per dosthol hochfahren (lassen), denn Portknocking o.ä. erkennt dosthol nicht...
  3. O

    Storage question - dedicated server

    I'd say that this depends on the importance of the CT's/data, needed speed and, erm, the volume of your money purse...
  4. O

    Storage question - dedicated server

    No. Yes, I have tested PBS with a similar setup on a Dell R410 with 32GB RAM. For daily use in my private environment I'm using an old Pentium Dual Core w/ 4GB RAM, 4TB WD Red, PBS on top of a standard Debian/Buster. Works flawlessy and fast enough for backuping up a dozen of CT's and many...
  5. O

    Vioserial Driver Unsigned on Windows7

    If I'm correct PVE doesn't support Secure Boot in qemu VMs yet. Friends system is using a regular libvirt setup and win10 as guest, which itself is using Fedora's virtio drivers. Sorry for making any misconceptions.
  6. O

    Vioserial Driver Unsigned on Windows7

    Had a similar situation at a friends system the last days. Turned out that his VM had Secure Boot enabled, which seems to inhibit the use of virtio drivers.
  7. O

    (teilweise offtopic) deutschsprachiges Spam-Archiv?

    Ich möchte meine Spam-Datenbank auffrischen und weiter trainieren. Es ist nicht so, dass PMG keine gute Arbeit leisten würde, ganz im Gegenteil, aber ein bisschen besser geht immer. Es gibt zwei schöne Archive dazu (hier, da und dort), die allerdings englischsprachigen Spam beinhalten, der...
  8. O

    SSL Certificate

    You're welcome - and thanks for reporting back. I've rechecked my own statement from above and I have noticed that a reload of both services is enough. No need to restart them.
  9. O

    SSL Certificate

    Good question. But you can find them in /etc/proxmox-backup as proxy.key and proxy.pem Have a look at HTTPS Certificate Configuration, restart proxmox-backup.service and/or proxmox-backup-proxy.service when finished and you're set.
  10. O

    [SOLVED] backup to pbs doesn't respect --tmpdir

    Great, another bug found and smashed! Have to get a beer as a reward...oh, wait, here is one... Cheerio to you!
  11. O

    [SOLVED] backup to pbs doesn't respect --tmpdir

    I'm using a 100GB temp space for /tmp on a lvm volume and set tmpdir to /tmp in vzdump.conf. When doing a normal backup (to a CIFS storage in this example), PVE is using the variable tmpdir, when doing a backup to PBS, PVE ignores tmpdir and uses /var/tmp/vzdumptmp12345 which sadly is the same...
  12. O

    [SOLVED] 400 Bad Request [...] unable to detect file type

    Was definitely the issue. I cleared out and dumped all data last night (using the instructions from https://superuser.com/questions/1321926/recreating-an-xfs-file-system-with-ftype-1#), reformatted the logical volume, ensured that it's using ftype=1 and voila, error message is gone. Great, and...
  13. O

    [SOLVED] 400 Bad Request [...] unable to detect file type

    This could (should!) be the "issue". The server was setup in 2012 and the xfs_info throws ftype=0, which was the default at the time in mkfs.xfs, if I remember correctly. Will dump, recreate and restore it's data the next nights or coming weekend as server is in use during the day. Anyway...
  14. O

    [SOLVED] 400 Bad Request [...] unable to detect file type

    Full error message is Are there any special requirements for PBS? I'm playing around with it's setup on different hardware constellations, but sometimes getting mentioned error when accessing Datastore/[datastore]/Content. I did my first setup of PBS by iso image. Everything is working...
  15. O

    Put VM name into backup name

    No outstanding news to my renaming script, but a small addition to respect the new PBS (Proxmox Backp Server).
  16. O

    CT backup Error - parameter 'encoded-size': value must have a minimum value of 13 (got 12)

    Okay, got it. My failing CT's are having an empty file /etc/vzdump/pct.fw (and not /etc/pve/firewall as you mentioned). If I remove that file, all CT's that failed before are backup'ing now. For me all my tests are finished now to my complete satisfaction. This last issue is solved now - at...
  17. O

    CT backup Error - parameter 'encoded-size': value must have a minimum value of 13 (got 12)

    Looks like that, but I'm in doubt as in my case none of the ten CT's has firewall enabled. Some are backup'ing ok, some are failing.
  18. O

    parameter 'encoded-size': value must have a minimum value of 13 (got 12)

    Similar issue here. 10 CT's and the half of them are failing while backup'ing to PBS. I don't get the point about parameter verification errors. Using pbs v0.8.9 on server and client side.
  19. O

    Put VM name into backup name

    Glad to hear. Still simple and stupid code, but continually improved and working since years :)
  20. O

    Put VM name into backup name

    Nice to see that my script is still of use. EDIT: But I don't see why the old code shouldn't work; PVE sends the full name of it's TAR file, therefore the code shouldn't care about the file extension. Here is the actual version which is still working, also with zstd: (I'm having problems with...