Maksim Perov

Results 11 comments of Maksim Perov

@tavianator hello! Yeah, I agree, deleting `chown -R root:root` is more good solution!

@sharkdp yes, of course! But I need some time because now I'm so busy....

@tavianator `sudo su` is needed to decrease count of sudo in steps. Of course, `sudo su` and `sudo -i` are equal. However, for me `sudo su` is more familiar. Should...

Hello @tavianator I removed sudo su and add sudo only to copy to the system directories like you recommended.

I suppose that version radare2 is changed, because in console of built container I got: ```console root@4fc43691f54f:~# rabin2 -I /bin/ls arch x86 baddr 0x0 binsz 145252 bintype elf bits 64...

I fixed it. See please [my PR](https://github.com/danieluhricek/LiSa/pull/36)

Hello! This project helps to fix Segfault in VCS and Verdi. ICC2 is not part of VCS or Verdi.

After success updating I got this error: ```console Step 10/11 : RUN /usr/local/bin/python -m pip install --upgrade pip && pip install -r requirements.txt && iprange -j data/blacklists/* > data/ipblacklist &&...

I resolved it by this patch: ```diff diff --git a/requirements.txt b/requirements.txt index 92712c0..8e2643d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pexpect==4.2.1 geoip2==2.9.0 flask==1.0.2 flask-cors===3.0.9 -celery==5.2.2 +celery rabbitmq==0.2.0 sqlalchemy==1.3.0...