Search results

  1. P

    Random reboots

    Hello, I'm using PVE 7.1-8 CE, I'm glad with how it's working but it started to reboot randomly. I suspect it has to do something with apparmor since there are some errors around time of reboots. example: Aug 16 10:48:31 pve pveproxy[95888]: got inotify poll request in wrong process -...
  2. P

    [SOLVED] hookscripts on container to gracefully start/stop docker images inside containers

    Thank you, I must have made some error because it's working now. Anyway here's code how to gracefully start/stop docker images inside containers: #!/usr/bin/perl # Exmple hook script for PVE guests (hookscript config option) # You can set this via pct/qm with # pct set <vmid> -hookscript...
  3. P

    [SOLVED] hookscripts on container to gracefully start/stop docker images inside containers

    bump, no one is using hookscripts? It would be awesome to know how to execute script inside container before stop.
  4. P

    Proxmox 7 Docker stoped working

    why VM is better for that? I'm using CT for that and I feel it's ok, I wonder what I don't know about it,I'm no expert in that field :)
  5. P

    [SOLVED] hookscripts on container to gracefully start/stop docker images inside containers

    I try to execute hookscript. I successfully added hookscript from documentation /usr/share/pve-docs/examples/guest-example-hookscript.pl and I see it's beeng executed in gui taks log: GUEST HOOK: 112 pre-start 112 is starting, doing preparations. GUEST HOOK: 112 post-start 112 started...
  6. P

    Firewall working partly, why? ignores some rules

    So it blocks icmp/pings but not admin panel access? How can I change it? I found in documentation default firewall rules, but how can I change them? Since gui options don't change them. I'm not planing to use cluster, I want to lock access.
  7. P

    Firewall working partly, why? ignores some rules

    I'm testing it from 192.168.1.199 But it should be blocked with these rules, shouldn't it? icmp is blocked, tcp 8006 is not, that's wired
  8. P

    Firewall working partly, why? ignores some rules

    Yes, obviously since one of rules is working :)
  9. P

    Firewall working partly, why? ignores some rules

    Hi guys, I have an issue with firewall. I've created 2 rules: 1) accepting pings only form 1 ip, 2) accepting admin panel access only form 1 ip. Blocking pings form other hosts working. But blocking admin panel access form other ips does not. I've restarted whole system but still it...