Admin published on 2024-03-31 included in Ubuntu Questiondocker-compose down [+] Running 1/0 ✘ Network sentry-self-hosted_default Error 0.0s failed to remove network sentry-self-hosted_default: Error response from daemon: error while removing network: network sentry-self-hosted_default id 4bb8c7b8d31557f640419f38f47e935bb8425068fa9ca2024788a0dc86d6efbf has active endpoints Answersudo systemctl restart docker docker-compose down [+] Running 1/1 ✔ Network sentry-self-hosted_default Removed 1.
Admin published on 2024-03-22 included in Sanitizer Question./leak ./leak: /lib/libc.so.6: version `GLIBC_2.32' not found (required by ./leak) ./leak: /lib/libc.so.6: version `GLIBC_2.34' not found (required by ./leak) AnswerBuild toolchain with BR2_PACKAGE_GLIBC_KERNEL_COMPAT=y
sshpass -p admin scp arm-buildroot-linux-gnueabihf/sysroot/lib/ld-linux-armhf.so.3 root@192.168.43.159:/usr/local/lib/ sshpass -p admin scp arm-buildroot-linux-gnueabihf/sysroot/lib/libc.so.6 root@192.168.43.159:/usr/local/lib/ option a:export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH /usr/local/lib/ld-linux-armhf.so.3 ./leak ================================================================= ==2625==ERROR: LeakSanitizer: detected memory leaks Direct leak of 7 byte(s) in 1 object(s) allocated from: #0 0xb66a3a78 (/usr/local/lib/ld-linux-armhf.so.3+0xcfa78) #1 0xb66ec930 (/usr/local/lib/ld-linux-armhf.so.3+0x118930) #2 0xb63a98b0 (/usr/local/lib/libc.so.6+0x228b0) #3 0xb63a999c (/usr/local/lib/libc.so.6+0x2299c) SUMMARY: AddressSanitizer: 7 byte(s) leaked in 1 allocation(s).
Admin published on 2024-03-22 included in Ubuntu Questionssh root@192.168.43.159 Unable to negotiate with 192.168.43.159 port 22: no matching host key type found. Their offer: ssh-rsa AnswerOne shot:
ssh -oHostKeyAlgorithms=+ssh-rsa root@192.168.43.159Default:
~/.ssh/config Host * ServerAliveInterval 120 ServerAliveCountMax 2 Host 192.168.43.159 HostKeyAlgorithms=+ssh-rsa
Admin published on 2024-03-19 included in Ubuntu Questiondocker images permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/json": dial unix /var/run/docker.sock: connect: permission denied Answersudo usermod -aG docker $(whoami)
Admin published on 2024-03-19 included in Ubuntu Questionqv2ray report this message on every connection.
v2ray assets path is not valid AnswerIt needs geoip.dat and geosite.dat under /usr/share/v2ray
Admin published on 2024-03-19
Can’t locate FindBin.pm in @INC[ 7%] Built target c-ares [ 7%] Performing configure step for 'openssl' Can't locate FindBin.pm in @INC (you may need to install the FindBin module) (@INC contains: /opt/poky/4.0.15/sysroots/x86_64-pokysdk-linux/usr/bin/../..//usr/lib/perl5/site_perl/5.34.3/x86_64-linux /opt/poky/4.0.15/sysroots/x86_64-pokysdk-linux/usr/bin/../..//usr/lib/perl5/site_perl/5.34.3 /opt/poky/4.0.15/sysroots/x86_64-pokysdk-linux/usr/bin/../..//usr/lib/perl5/vendor_perl/5.34.3 /opt/poky/4.0.15/sysroots/x86_64-pokysdk-linux/usr/bin/../..//usr/lib/perl5/5.34.3/x86_64-linux /opt/poky/4.0.15/sysroots/x86_64-pokysdk-linux/usr/bin/../..//usr/lib/perl5/5.34.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/perl5/site_perl/5.34.3/x86_64-linux /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/perl5/site_perl/5.34.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/perl5/vendor_perl/5.34.3/x86_64-linux /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/perl5/vendor_perl/5.34.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/perl5/5.34.3/x86_64-linux /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/perl5/5.34.3) at ./Configure line 15. BEGIN failed--compilation aborted at ./Configure line 15.ls -1 /projects/kas/build-raspberrypi3b-sdk/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/5.34.3-r0/packages-split AnswerAdd below to kas-raspberrypi3b-sdk.yml:
sdk-extra: | TOOLCHAIN_HOST_TASK:append = " \ nativesdk-perl-module-findbin \ " Can’t locate lib.