Search results

  1. W

    [SOLVED] Disable web access on internet facing IPs

    Hi all, I have an external PBX for remote backup. At the moment the web interface is accessible via the Internet. I have SSH access via public key for root and disabled password access. Of course root now can not log in via the web interface, which is the way I like it as long it is on the...
  2. W

    [SOLVED] PBS - how to restart the web GUI? (was: estimate verify runtime)

    Hi all, (Excuse me, this was supposed to go into the PBS subforum) Is there a way to estimate / extrapolate runtime of backup actions, or guess whether it finished or is still running? My PBS runs on low end hardware (4TB@7.2k spinning SAS, non-RAID, with LVM cache on SSD, quadcore Atom D525...
  3. W

    [SOLVED] re-acquire access to container

    Hi all, I locked myself out of a container. The container runs Debian with Yunohost; it was installed with a sudo account and root login disabled. One way or another both my accounts with sudo have no sudo anymore after an unexpected power cut. User accounts are managed via LDAP on the...
  4. W

    (upstream problem) Upload Letsencrypt TLS certificate from OPNsense to PVE (ACME DNS-01)

    Hi all, Edit: the 'not deploying' bit turns out to be a known problem , to be fixed upstream I am in the process of supplying hosts on the LAN with Letsencrypt certificates. I found the ACME plugins in datacenter and node, and an option to manually upload a certificate via the Web GUI or...
  5. W

    Continue tape backup after TASK ERROR: alloc writable media in pool 'tapeset' failed: no usable media found

    Hi all, I started a backup to tape. There were about one and a half tape free (in a four-tape set), I did not think of allocating more tapes to the pool. Unfortunately, there is more data to back up than there is tape in the pool. The task ended in `alloc writable media in pool 'tapeset'...
  6. W

    How does tape backup handle intermediate failed verification?

    Hi all, I just completed backup and verification of a snapshot and started a task to write it to tape. There are six snapshots of this container, the fifth of which failed verification. Only the first snapshot has been written to tape previously My intention was to write only the last...
  7. W

    PMG on top of Debian vs container

    Hi all, I'm contemplating replacing a mail server with PMG. The installation options that are relevant to me are 'on top of Debian' (together with PVE) or 'Download the LXC template' The mail server sees a fairly low volume of mail. Is there any benefit to one or the other option? The only...
  8. W

    [SOLVED] Datastore on LVM thin volume (works OK)

    Hi all, TL;DR: I created a thin volume and a mount point, but forgot to mount it before creating a datastore. The result was not what I expected. Not finding LVM thin explicitly in the PBS docs, I asked whether a datastore on thinly provisioned LVM would work. Conclusion: yes it does, just...
  9. W

    [solved by re-re-verify] All four snapshots in a backup fail re-verification, new snapshot fails verification as well

    TL;WR: This must have been a one-off run-together of circumstances 4 snapshots of a backup failed re-verification 8 corrupt chunks in snapshot 1 running 5th snapshot backup while verifying 1-4 5th snapshot also fails verification 3 different chunks restore snapshot 1 from tape (2...
  10. W

    [solved, not reproducible] Tape backup restore behaviour

    Hi all, TL;WR: I had a snapshot that failed verification Restore from tape did not correct any chunks On re-verification it turned out that the verification had incorrectly flagged a number of chunks as failed Lessons learned: use server grade hardware or exercise patience (ie, don't run...
  11. W

    proxmox-tape : will setting --latest-only on a job destroy earlier snapshots? What about retention?

    Hi all, I'm on PBS 2.4.x. There is an external tape drive connected to the system, but it is not running 24/7 as I need change the tapes manually anyway. The result is that tape backups occur less frequently than planned in the job. So there is a bit of a backlog of un-taped backup snapshots...
  12. W

    [SOLVED] Implication of ZFS 'copies=2' for fdisk

    Hi all, I just started with Proxmox and the forum. My hardware is a lot simpler than most things I read about on the forum, still it manages to puzzle me. On initial installation I got a single SSD, on which I put ZFS in RAID0, ie., a single disk pool. I set copies=2, and had a root partition...