Search results

  1. P

    mount: /mnt/vzsnap0: special device /dev/pve/vm-104-disk-0 does not exist.

    No. It was stopped when I performed the backup to PBS. arch: amd64 cores: 2 hostname: log memory: 1024 net0: name=eth0,bridge=vmbr11,hwaddr=86:3D:7F:94:A1:5F,ip=dhcp,type=veth ostype: ubuntu rootfs: local-lvm:vm-104-disk-0,size=10G swap: 512 unprivileged: 1 dir: local path...
  2. P

    How To: Enable encryption for local storage in PVE 6.2.4?

    Which guide did you use to use ZFS encrypted?
  3. P

    feature request: backup PBS to S3 compatible bucket

    I don't want to open another account. Please copy and paste it over there. Thank you!
  4. P

    feature request: backup PBS to S3 compatible bucket

    Hi Proxmox, I am new to proxmox and the backup server. Could you add the ability to backup PBS's settings and vzdumps to S3? 1) PBS allows user to set a S3 compatible bucket. 2) PBS allows user to backup to the bucket a) PBS's settings/configs b) PBS's VZDumps 3) PBS can auto or manually sync...
  5. P

    mount: /mnt/vzsnap0: special device /dev/pve/vm-104-disk-0 does not exist.

    Hi, I am trying to manually backup a LXC container to remote Proxmox Backup Server (store1). # pvesm status --storage store1 Name Type Status Total Used Available % store1 pbs active 184216960 1801576 172988032...
  6. P

    Error: parameter verification errors parameter 'repository': value does not match the regex pattern

    I think I got it. Use root@pam pvesm add pbs store1 --server REMOTE_IP --datastore 1st --username root@pam --password PASSWORD --fingerprint FINGERPRINT
  7. P

    Error: parameter verification errors parameter 'repository': value does not match the regex pattern

    I am using Virtual Environment 6.2-4 I am trying to setup a remote Proxmox Backup Server. I am getting this error: Error: parameter verification errors parameter 'repository': value does not match the regex pattern What should I do differently? How do I debug? Thanks. # pvesm add pbs...
  8. P

    If a hacker breaks out of docker when running inside LXC nested mode, would the proxmox host be compromised?

    Um... I am referring to unpriv CT with nesting enabled because without nesting docker won't run...?
  9. P

    If a hacker breaks out of docker when running inside LXC nested mode, would the proxmox host be compromised?

    I am confused. If a hacker breaks out of docker running inside unprivileged LXC (nesting), would the proxmox host be compromised?
  10. P

    If a hacker breaks out of docker when running inside LXC nested mode, would the proxmox host be compromised?

    If a hacker breaks out of docker when running inside LXC nested mode, would the proxmox host be compromised?
  11. P

    Is these port safe to be open to the internet?

    1) Are these ports safe to be open to the internet? Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:3128 0.0.0.0:* LISTEN 2401/spiceproxy tcp 0 0 0.0.0.0:111...
  12. P

    /lib/systemd/systemd-udevd generates a lot of disk activities

    /lib/systemd/systemd-udevd generates a lot of disk activities constantly. Does it run only after reboot? Could someone guide me on troubleshooting it? Thanks.
  13. P

    How to install associated 5.4.34-1-pve kernel's headers?

    ``` # uname -r 5.4.34-1-pve # apt install pve-headers-$(uname -r) Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package pve-headers-5.4.34-1-pve E: Couldn't find any package by glob 'pve-headers-5.4.34-1-pve' E: Couldn't find...