Abdul Matin
Abdul Matin
In the command `sudo chown ubuntu:ubuntu hello # it's :` but it should be `:`. It is fixed in my commit.
If you edit the same file from any editors (like `vim`), you won't see the update in real-time because- with `-f`, tail defaults to following the file descriptor. I tried...
**My system:** ```bash > lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy > gcc --version gcc (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 ```...
After building with `bazel build //:envoy`. I have run `bazel test //:echo2_integration_test --verbose_failures --sandbox_debug` but it failed with the following error: ``` INFO: Analyzed target //:echo2_integration_test (0 packages loaded, 0...
I am getting an error, **ERROR: The kernel does not support fentry function load because it is too old**, while trying use `xdpdump` on an interface. The program that was...
I run this xDS server and the run Envoy with `hack/start-envoy.sh` which keeps giving the following warning: ```bash [2023-12-15 10:30:07.593][10137][warning][config] [source/common/config/grpc_subscription_impl.cc:128] gRPC config for type.googleapis.com/envoy.config.listener.v3.Listener rejected: Error adding/updating listener(s) listener_0:...
*Title*: *[BUILD] Opentelemetry C++20 extension causes Envoy build issue* *Description*: Envoy build failed because of Opentelemetry C++20 requirement. ```bash $ bazel build envoy ERROR: /source/source/extensions/tracers/opentelemetry/BUILD:14:19: Compiling source/extensions/tracers/opentelemetry/config.cc failed: (Exit 1):...
*Title*: *Envoy can't run when providing service/domain name in cluster endpoint address instead of ip* *Description*: I have changed the API of MySQL proxy so that I can configure it...
*Title*: *Mongo filter is too old: needs update* *Description*: The mongo wire protocol has changed a lot since version 3.6 but the mongo filter remains same. In fact, the most...
*Title*: *Postgres filter: not generating stats properly* *Description*: I have been testing postgres filter and discovers that the stats counter are not right. As there is sandbox ready for this...