n-bes

Results 39 comments of n-bes

Usage an image with checksum helped me, example: ```centos:7@sha256:c73f515d06b0fa07bb18d8202035e739a494ce760aa73129f60f4bf2bd22b407```

Helped me: ```export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/library```

AddressSanitizer: ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==85921==ERROR: AddressSanitizer: SEGV on unknown address 0xffffffffffffffe8 (pc 0x7fff202c96d0 bp 0x7ffee6bb8210 sp 0x7ffee6bb8200 T0) ==85921==The signal is caused by a READ memory access. #0 0x7fff202c96d0 in...

install: `gcc-arm-linux-gnueabi` or `g++-arm-linux-gnueabi`

@easylyou could you explain how to inject the error?

@Mogztter I found this part: https://github.com/asciidoctor/asciidoctor-reveal.js/blob/19cfd091abd1d5151b614784218cf0feadc6bdef/lib/asciidoctor-revealjs/highlightjs.rb#L9 Originally, i tried to change theme, but without success

Hi, i want to run eBPF & perf tools, they also require headers ```sh docker run --privileged --pid=host --rm -it justincormack/nsenter1 /usr/bin/tree /src setns:mnt: Invalid argument ``` Failed

Root of the problem is platform type (arm or x64). ``` ➜ ~ docker run --privileged --pid=host --rm -it --platform=linux/amd64 justincormack/nsenter1 /usr/bin/tree /src setns:mnt: Invalid argument ``` ``` ➜ ~...

I think that main goal of cci is contain verified recipes. Binaries are optional. So toolchains (environments) count should be maximal. Recipes can have different support level: | package \...

> I'm not super familiar with Poetry It also failed with pip > I can install it from source: `pip install -e /Users/dspadini/Documents/pydriller` - May be publish to PyPi process...