Recent content by EvilBox

  1. E

    PMG 6.1 how to add antivirus?

    UPD Eset acknowledged the problem.This error occurs in nested archives with BCJ compression. They promise to fix the issue in ~ middle of the March 2022. I can attach a correspondence with the eset support if anyone is interested
  2. E

    PMG 6.1 how to add antivirus?

    Hello everyone! I noticed a bug in Eset cls behavior. This application does not check nested archives (for example: 7z -> 7z -> infected.exe), gives error "error reading archive". Is it possible to add in custom perl script an extra condition to check and unpack archives before scanning? Of...
  3. E

    vlan+vmbr+firewall = inaccessibility of neighboring VMs on the host

    Hi all! I'm used pve-manager/6.4-13/9f411e79 (running kernel: 5.4.140-1-pve) and I have problems When creating 3 bridges (2 vlan and 1 native) and connecting a VM to a bridge with vlan, neighboring virtual machines become unavailable. Ping passes, but any protocol, for example - http(s) does...
  4. E

    PMG 6.1 how to add antivirus?

    Ok, I found a reason why the expressions didn't work. here's my decision with additions: #!/usr/bin/perl -w use strict; use warnings; use Data::Dumper qw(Dumper); use File::Copy "cp"; my $av_name = "Eset"; my $av_version = "0.0"; ## V4.X my $esets_bin = "/opt/eset/esets/sbin/esets_scan"; my...
  5. E

    PMG 6.1 how to add antivirus?

    Thank you for reply! Do I understand correctly that to disable the two checks present (password-protected and archive damaged), I need to set $strict to 1? example: ## block passwd-protected / damaged archive ? my $strict = 1; mkdir $debug_dir; my $cmd; /// I got it! $strict = 1 - protected...
  6. E

    PMG 6.1 how to add antivirus?

    Dear proxminent! Please tell me, how disable rules: 1.Virus Info: next archive volume not found(Eset) 2. Virus Info: error - password-protected file(Eset) 3. Virus Info: error reading archive(Eset) Do we need to make some kind of exception? Thank You!
  7. E

    How to integrate Eset Antivirus with PMG

    Hi proxminent! Tell me, should I add the line - avast 1 to /etc/pmg/pmg.conf after your patch? Thank you!
  8. E

    Reinstall/remove dead monitor

    This solution not work for me: root@pve05:~# ceph-mon -i pve05 --extract-monmap tmp/map 2019-10-07 16:50:42.590 7f647b8ce440 -1 monitor data directory at '/var/lib/ceph/mon/ceph-pve05' is empty: have you run 'mkfs'? i'm trying add monitor manually: ceph auth get mon. -o tmp/key ceph mon getmap...
  9. E

    Reinstall monitor

    Hi @Alwin! no problem - https://forum.proxmox.com/threads/reinstall-remove-dead-monitor.58766/
  10. E

    Reinstall/remove dead monitor

    Hi community! I have updated ceph 12 to 14 according to the following document - https://pve.proxmox.com/wiki/Ceph_Luminous_to_Nautilus but I have a problem with monitor root@pve03:/etc/ceph# pveceph createmon monitor 'pve03' already exists root@pve03:/etc/ceph# pveceph destroymon pve03 no...
  11. E

    Reinstall monitor

    Hi all! Looks like I'm having a similar problem: root@pve03:/etc/ceph# pveceph createmon monitor 'pve03' already exists root@pve03:/etc/ceph# pveceph destroymon pve03 no such monitor id 'pve03' root@pve03:/etc/ceph# cat /etc/pve/ceph.conf [global] auth client required = cephx auth...