Search results

  1. N

    dial tcp: lookup www.dyson.ch on 192.168.0.1:53: read udp 192.168.0.103:60923->192.168.0.1:53: i/o timeout

    They don't have any config file. And it works on any host unix distro. But in virtualbox I'm facing the problem
  2. N

    dial tcp: lookup www.dyson.ch on 192.168.0.1:53: read udp 192.168.0.103:60923->192.168.0.1:53: i/o timeout

    All websites work well from browser inside Kali VM. But the buster tools aren't working. The output of dif is given: ; <<>> DiG 9.20.0-Debian <<>> www.dyson.ch ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16100 ;; flags: qr rd ra; QUERY: 1, ANSWER...
  3. N

    dial tcp: lookup www.dyson.ch on 192.168.0.1:53: read udp 192.168.0.103:60923->192.168.0.1:53: i/o timeout

    While running gobuster, dirbuster, feroxbuster, dirsearch from my kali VM I am facing this error. error on running gobuster: unable to connect to https://www.dyson.ch/: Get "https://www.dyson.ch/": dial tcp: lookup www.dyson.ch on 192.168.0.1:53: read udp 192.168.0.103:60923->192.168.0.1:53: i/o...
  4. N

    fatal error: include/chrono: No such file or directory 14 | #include <chrono>

    I'm trying to build https://github.com/eunomia-bpf/bpftime/ When I use #include <chrono>, It gives the following error fatal error: include/chrono: No such file or directory 14 | #include <chrono> pegasus@pegasus:~$ clang --version clang version 19.0.0git...
  5. N

    How to add pkgs.org and other mirrors in centOS 8?

    So how can I get all the CentOS 8 Stream packages? On my CentOS 8 Linux?
  6. N

    How to add pkgs.org and other mirrors in centOS 8?

    https://www.centos.org/cl-vs-cs/ Read this.
  7. N

    How to add pkgs.org and other mirrors in centOS 8?

    CentOS Stream is not the same as CentOS Linux.
  8. N

    How to add pkgs.org and other mirrors in centOS 8?

    @f33dm3bits I don't want to manually download the binary package. Because it then becomes a tiresome loop of dependency. Rather I want to add repo. Currently my OS is CentOS Linux not CentOS Stream
  9. N

    How to add pkgs.org and other mirrors in centOS 8?

    https://centos.pkgs.org/8-stream/centos-appstream-x86_64/ http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/Packages/ I am new to centOS. I want to add these two repositories so that whenver I use yum install I get the latest packages from them. For example I want to install clang...
  10. N

    /usr/local/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1 on centos

    [nobin@CentOS9 tc-dump]$ CGO_ENABLED=1 go build # github.com/Asphaltt/tc-dump /usr/local/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1 /usr/bin/ld: cannot find -lresolv /usr/bin/ld: cannot find -lpthread /usr/bin/ld: cannot find -lc collect2: error: ld returned 1 exit status...
  11. N

    No rule to make target '/home/pegasus/Documents/bpftime/third_party/bpftool/include/linux/err.h', needed by 'prog.o'. Stop

    I'm building a Docker image. docker build . Here's the Dockerfile FROM ubuntu:23.10 WORKDIR /bpftime RUN apt-get update && apt-get install -y --no-install-recommends \ libelf1 libelf-dev zlib1g-dev make cmake git libboost1.74-all-dev \ binutils-dev libyaml-cpp-dev gcc g++...
  12. N

    Detect and capture openconnect traffic using eBPF/XDP

    I'm new to networking. I'm also learning the usage of eBPF. Currently I'm working on a project where I've to capture the inner packet of a openconnect traffic. This is my code: https://github.com/inspektors-io/xdp-tutorial/tree/nobin/xdp_dump_with_grpc xdp_dump.c // Copyright (c) 2019 Dropbox...
  13. N

    invalid access to map value, value_size=128 off=0 size=0; libbpf: prog 'xdp_parser_func': failed to load: -13

    I've completed the assignment as mentioned in the solutions. Here's the repo I'm trying to test on my local machine: https://github.com/xdp-project/xdp-tutorial/blob/master/packet01-parsing/README.org Here's my C code: /* SPDX-License-Identifier: GPL-2.0 */ #include <stddef.h> #include...
  14. N

    go install shows permission denied

    I'm new to Go. How can I find cmd? what is the <PATH_TO> here? How to set GOPATH? pegasus@pegasus:~$ go env GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/pegasus/.cache/go-build" GOENV="/home/pegasus/.config/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux"...
  15. N

    protoc-gen-go: program not found or is not executable

    I have installed the go plugins. Still when I try to run events.proto code it shows error: sudo go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest sudo go install google.golang.org/protobuf/cmd/protoc-gen-go@latest pegasus@pegasus:~/Documents/eBPF/go-xdp-examples/gRPC_test$ tree ...
  16. N

    go install shows permission denied

    Whenever I try to install any package in go. using go install it says permission denied. Then I have to do sudo go install. Is it normal? Or do I have to change some permissions? How can I fix it? pegasus@pegasus:~$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest...
  17. N

    Could not unmount revokefs-fuse filesystem at /var/tmp/flatpak-cache-UFOYK2/org.freedesktop.Platform-FJ9MK2

    When I try to install using flatpak install I get this error. How can I fix it? Warning: Could not unmount revokefs-fuse filesystem at /var/tmp/flatpak-cache-UFOYK2/org.freedesktop.Platform.Locale-LEOYK2: Child process exited with code 1 Warning: Could not unmount revokefs-fuse filesystem at...
  18. N

    No openjdk development package found, please install JDK package,

    I have my java installed and linked. Still when I run another config it shows no openjdk development package found. pegasus@pegasus:~/Documents/perf-6.4.0$ make -C tools/perf/ make: Entering directory '/home/pegasus/Documents/perf-6.4.0/tools/perf' BUILD: Doing 'make -j16' parallel build...
Top