Search results

  1. S

    Restore from PBS with Token restricted on namespace

    Hey, I have connect a PVE to my PBS using an API-Token with the following roles $ pbm acl list | grep "ugid\|test" │ ugid │ path │ propagate │ roleid │ │ steffen@pbs!pve-test-01 │ /datastore/backup01 │...
  2. S

    Node crash with CPU stuck

    #1 SMP PVE 5.15.39-2 (Wed, 20 Jul 2022 17:22:19 +0200)
  3. S

    Node crash with CPU stuck

    Hey, my node crashed with following messages in kern.log. Bug in kernel or something I could avoid with another configuration Aug 6 23:14:51 node03 kernel: [300260.313502] watchdog: BUG: soft lockup - CPU#8 stuck for 134s! [kvm:3135] Aug 6 23:14:51 node03 kernel: [300260.313508] Modules...
  4. S

    Different retainment periods, e.g. per ct or vm

    Thank you. This hint was really helpful. Haven't thought about the backup retention on job level in this context yet.
  5. S

    Different retainment periods, e.g. per ct or vm

    Can I set different retainment periods, e.g. for certain vms? Or is it a global setting?
  6. S

    Upload old vzdumps to PBS

    Is it possible to upload old protected vzdumps to PBS?
  7. S

    When is Backmode Snapshot working?

    Sorry. my fault. There was a warning about using "suspend" instead.
  8. S

    Can I use PBS for media files stored on hard disk?

    Hey, I am setting up a PBS for Backup my CTs/VMs and some files of PCs in the network using proxmox-backup-client. These backups I can store on a ssd. But there is also a NAS with a lot of media files stored on hdds and with a backup location on hdds. To keep the architecture simple I'd like to...
  9. S

    When is Backmode Snapshot working?

    Hi, I read this two wiki articles: https://pve.proxmox.com/wiki/Backup_and_Restore https://pve.proxmox.com/wiki/Storage I tested the backup in snapshot mode an it works also with a container stored in directory on lvm/ext4 filesystem, but according to the wiki this type of storage seems not...
  10. S

    Command Line: List all containers, vm in a cluster

    When running pct list or qm list I get the objects on the current node. How can I get all objects in one cluster?
  11. S

    Query CPU usage in a running LXC-Container

    Found it ;-) https://www.idnt.net/en-US/kb/941772
  12. S

    Query CPU usage in a running LXC-Container

    Is it possible to query the cpu usage in a running lxc container? No tools like htop, because I need this value in a shell script.
  13. S

    Full root-filesystem and difference between du and df

    Forgotten to mention that I have tried this trick before du -shx /mnt/data/root 17G /mnt/data/root
  14. S

    Full root-filesystem and difference between du and df

    Hey, one server runs occasionally to a 100% full root-filesystem and after a restart all is fine again. Currently it is the state but I have no chance to analyze it, because there is a big difference of 5G between du and df #df -h | grep pve-root /dev/mapper/pve-root 22G 22G...
  15. S

    modprobe cls_cgroup in

    I'd like to run a shell-script to configure a vpn with wireguard in a lxc container. There is one command modprobe cls_cgroup which leads to the following error modprobe: FATAL: Module cls_cgroup not found in directory /lib/modules/5.15.35-2-pve Someone here who can help me?
  16. S

    100M "receive overflow" messages

    Hey, mir sind auf einem Home-Server die logs vollgelaufen, weil über die letzten Tage 100 Millionen mal "receive overflow" geloggt wurde. Ist das ein Kernel-Bug? Bzw. hat jemand einen Tip bzgl. der Analyse. Es ist eine Intel-Nuc mit einem Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz. Proxmox war...
  17. S

    automatischer Filesystem Check

    Hey, ich nutze Proxmox auf einem HomeServer. Letztens war mein Root-Filesystem plötzlich korrupt und musste mittels fsck repariert werden. Ich würde gern automatisch, täglich einen Filesystemcheck laufen lassen und bei Fehlern eine Email bekommen. Mein Plan ist fsck -n auf dem Hostsystem und...
  18. S

    Sending a notification message from proxmox to windows

    thanks. scripting is ok. because I am using upssched for scheduling the processes around the ups I am checking it out :-)
  19. S

    Sending a notification message from proxmox to windows

    Hey, I am installing an UPS for my homeserver environment. Is it possible to send a notification message to a windows virtual machine like "On battery. Shutting down in 5 minutes!"
  20. S

    Live-Synchronisation einer Disk

    Danke für die Schlagworte. Das hilft mir erstmal :)