Recent content by fropa

  1. F

    OOM Killer issue, container

    Hi, I use Proxmox 5.1 with up to 70 containers. A few days ago one of the containers crashed. After some troubleshooting, I noticed that the Proxmox killed MariaDB service inside the container for memory reason. In monitoring systems and even on Proxmox web diagrams there is no such...
  2. F

    idle proccesses

    Hi, I use Proxmox, version '5.1-38' and I'm fighting to a CPU load right now. I viewed processes with ps command and there are some idle processes as I think. I often use the command '# lxc-console n ' and there are processes like that : ' root 10776 0.0 0.0 14688 1624 ? Ss...
  3. F

    container uses SWAP with no SWAP

    Thank u. How I can turn off using swap finally?
  4. F

    container uses SWAP with no SWAP

    What do you mean in version 1 and version 2? I guess I didn't explain correctly. I set swap 0 on each container separately from the web panel. Do you mean that if I set swap 0 for the container it still would use swap?
  5. F

    container uses SWAP with no SWAP

    I can view that in 'top' command. There Are some processes using SWAP that are not run on a host.
  6. F

    container uses SWAP with no SWAP

    I can't change swappiness on a container, only on the host. I set swap = 0 from web and when I check 'free -m' command there is no swap.
  7. F

    container uses SWAP with no SWAP

    I set SWAP = 0 on every container I've on Proxmox, but they still use swap for some processes. I can check that from 'top' command. What's wrong?
  8. F

    swappiness on container

    Also I found something 'lxc-cgroup -n CTnum memory.swappiness= ' command and '/sys/fs/cgroup/memory/lxc/CTnum/memory.swappiness' file and the command sayed 'tools/lxc_cgroup.c: main: 139 failed to retrieve value of 'memory.swappiness=2' for '/var/lib/lxc:' . I can change file but from container...
  9. F

    swappiness on container

    Ok. Is it possible to free up swap on containers? I tested 'swapoff -a && swapon -a' but it not works.
  10. F

    swappiness on container

    Hi, I use Proxmox version '5.1-38'. I've 30 containers and VM-s. I want to change swappiness variable from 60 to 15 on several containers and it says 'sysctl: setting key "vm.swappiness": Read-only file system'. I think I should to change this on node but I don't want. Can I change it on only...
  11. F

    firewall log prefix not works

    here is all firewall file. I've no idea where I miss logs. I set logs from web but It will be fine if I'll have them from cli. In my logic every traffic should go at final log-drop and log-drop-output chains, then log in file and finally drop. when I check "iptables -L -v" I see that chains...
  12. F

    firewall log prefix not works

    Hi. I use Proxmox 4.3-1 version. early I created iptables firewall and used it on lots of servers. There are some rules and the bottom lines are like that : -A INPUT -j LOG_DROP -A LOG_DROP -j LOG --log-prefix --DROP--: -A LOG_DROP -j DROP It's very easy. I use it on LVM that is on proxmox...