Search results

  1. O

    [gelöst] Datumsprobleme mit den PMG-Reports

    Ahoi! Am 19.08. hate ich ein kleines Updates unseres PMG8 gefahren: Und seitdem werden die Status-Reports und Spam-Reports in KMail unter dem Datum 01.01.1970 einsortiert. Keine Darstellungsprobleme mit Thunderbird und Evolution. Den einzigen Unterschied in den Mailheadern, den ich feststellen...
  2. O

    LXC and tvheadend - Continuity counter error

    I have a tvheadend LXC on my PVE7 which is (was) working excellent for years. Since a few months I'm expecting "Continuity counter errors" within tvheadend's log after watching or recording live TV for ~10 minutes, which are visible/hearable as hickups, garbage and artefacts in the video and...
  3. O

    Restore to FAT32

    I regulary backup a bunch of SD cards and other medias, which in this case are having FAT32 partitions, to PBS by mounting the media and doing a simple proxmox-backup-client backup BACKUPNAME.pxar:MOUNTPATH --backup-id BACKUPNAME to the appropriate repository. This is working great and blazing...
  4. O

    Contributors wanted / PBS as an alternative to Clonezilla

    I'm going to switch to PBS as an alternative to Clonezilla when storing images. The system is complete (but not finished) and is working fine, even I've to do some tasks by console which is totally fine for me. The setup consists of a Debian Live system (Debian Live Manual) and a handful of...
  5. O

    Excludes by variables

    I'm playing around with proxmox-backup-client and (bash) scripts. Everything works great so far, including "fixed" --excludes parameters. Working example: BACKUPNAME="AllWithoutHome" mount /dev/sda1 /mnt -o ro,noatime proxmox-backup-client backup ${BACKUPNAME}.pxar:/mnt --backup-id ${BACKUPNAME}...
  6. O

    [SOLVED] Backup of containers are failing when they were restarted before

    Have this observed a few times while on PBS beta but did a fresh test with PBS stable yesterday. Most of the containers are Debian Buster from Proxmox' template. Did some updates to some of them and restarted the concerned ones by systemctl reboot, like I always do. Every CT I did this with...
  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

    [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...
  9. 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...
  10. O

    Verständnisfrage: täglicher/wöchentlicher Spam-Report

    Aloha! Im Template spamreport-verbose.tt sehe ich, dass es die Entscheidung zwischen täglichen und wöchentlichen Spam-Report gibt. PMG und GUI haben die Auswahl, ob ich einen täglichen Report wünsche, aber wo ist das Pendant zu wöchentlichen Report? Oder bedeutet ein nein zum täglichen Report...
  11. O

    ArchLinux / LXC /systemd v240

    Ich bin gestern beim Update eines PVE darüber gestolpert, dass die ArchLinux-Container zwar hochfuhren, aber keine LAN-Verbindung mehr automatisch aufbauten. Abhängig davon wollten dann auch andere Dienste nicht starten. Das systemd-Journal war voller wilder Meldungen. Ein manuelles dhcpcd eth0...
  12. O

    [SOLVED] Start des ersten Containers verzögern?

    Wie schon im Titel angemerkt, möchte ich den Start des ersten Containers verzögern. Ich habe bislang nichts weiter gefunden, das elegant umzusetzen, daher starte ich als erstes einen winzigen Dummy und danach alle weiteren Container mit delay=x
  13. O

    [GELÖST] X-SPAM-LEVEL bei ham-Mails

    Ahoi! Ich habe das PMG 5.x als vorgelagertes Relay für ein Postfix/Dovecot-Gespann nun seit etwas über einen Monat laufen und bin sehr zufrieden. Aber da man ja immer etwas zu schrauben hat: Ich würde gerne X-SPAM-LEVEL für ham-Mails einbauen, aber fürchte, ich verstehe den Wald vor lauter...
  14. O

    [SOLVED] Problems upgrading Fedora to v26 / LXC

    Upgrading from v24 to v25 works flawlessy, but neither from v25 to v26 nor from v24 to v26. As decribed in https://fedoraproject.org/wiki/DNF_system_upgrade the last step is a "dnf system-upgrade reboot" in which it installs all new packages. I can see the progress by entering the container (pct...
  15. O

    [SOLVED] lxc and 'exclude-path' in /etc/vzdump.conf

    It seems to me that backing up a lxc excludes some paths per default as mentioned, but not explicit called, in [1]. But in my opinion excluding /var/log/* MAY be a bad idea as this excludes everything - although some programs are expecting existing log paths after restoring, apache2 for example...
  16. O

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

    (EDITED) I ever wondered why there's no solution to startup VMs by WOL 'til now, so I helped myself and wrote a bash script that I want to share. I called this baby dosthol (Do something on LAN) which will do other tasks some day, i.E. remote shutdown and others. Maybe someone will find this...
  17. O

    pve 4 / customized pxe roms

    In pve 3.x I used to have pxe-* roms in /usr/share/kvm that I had created on my own including script, comboot and some other functions. That worked great until pve 4 - no matter what I do, the vm seems to use the original rom from the qemu package. Are they fixed/hardcoded now or something linke...
  18. O

    [SOLVED] pve4 lxc arch / problems with systemd 226 in container

    Clean and fresh install of pve4 at a Dell R410 for testing and discovering potentially issues when migrating from pve3.4 at main machine.Did some testing with a lxc arch-template (archlinux-base_2015-24-29-1_x86_64.tar.gz) which is working fine and fast with all dozens of packages I installed.I...