Maksim Perov
Maksim Perov
``` $ sudo chown -R root:root fd-v8.3.2-x86_64-unknown-linux-gnu/ $ cd fd-v8.3.2-x86_64-unknown-linux-gnu/ $ sudo cp fd /bin $ gzip fd.1 gzip: fd.1.gz: Permission denied $ chown root:root fd.1.gz chown: changing ownership of...
I faced with this error: ```bash $ ./debian-mk-rootfs.sh debian.img I: mounting debian.img into /tmp/tmp.FkTyPvWql4 I: riscv64 cannot be executed, falling back to qemu-user I: running apt-get update... done Get:1 http://deb.debian.org/debian-ports...
Hello LiSa developers, I cloned your project and tried to build docker, but got error: ```bash $ git clone https://github.com/danieluhricek/lisa Cloning into 'lisa'... remote: Enumerating objects: 247, done. remote: Total...
Hello I fixed it - #35
I could run LiSa, but when I submitted my file I got: ```python Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/celery/app/trace.py", line 450, in trace_task R = retval = fun(*args, **kwargs)...
I fixed verdi segfault how described in README. I patched library - **verdi/S-2021.09-SP1-1/platform/linux64/bin/libucapi.so**! It works!
**Environment information** * Operating System: Ubuntu 20.04 LTS * Cutter version: 2.1.2 * Obtained from: - [ ] Built from source - [x] Downloaded release from Cutter website or GitHub...