Danila Vershinin

Results 55 issues of Danila Vershinin

Running axel 2.17.11 on CentOS 7: ```console axel http://vault.centos.org/8.5.2111/AppStream/Source/SPackages/varnish-6.0.8-1.module_el8.5.0+995+944219f1.src.rpm Initializing download: http://vault.centos.org/8.5.2111/AppStream/Source/SPackages/varnish-6.0.8-1.module_el8.5.0+995+944219f1.src.rpm Connection gone. Segmentation fault ``` The next run is slow but successful.

The latest release at GitHub, by this day, is [2.3.3](https://github.com/alibaba/tengine/releases/tag/2.3.3). However, the website page here, mentions that 2.3.3 is a "development" version, while the last "stable" is 2.1.2. ![image](https://user-images.githubusercontent.com/250071/113141055-e2241380-9231-11eb-9113-1634e5a4caf8.png) This...

This PR fixes #1546 and also allows to unconditionally specify location of `/etc/resolv.conf`, thus avoiding the file check for environments that might not *yet* have `/etc/resolv.conf` created; as well as...

In general, the build is 100% failing when `/etc/resolv.conf` is absent. See error below. A specific way to reproduce this is to build a Tengine package with Mock. Mock allows...

Make transactions no-op if the file handle is invalid (due to permissions, or other reasons like lmdb library mismatch).

It appears in v3.0.7 that some changes have been done in regards to LMDB that cause a segfault in the library. Environment: * CentOS 7 or CentOS Stream 8 *...

libmodsecurity 3.0.7 compiles fine using `--with-pcre2` only when both pcre1 and pcre2 dev packages are installed, which is wrong... Moreover, the resulting binary links against both libraries... which is further...

After quite some frustration, it works for me. Compiled instructions for RHEL 8 & iOS for the README.

The installer suggests the following: > IPv4 or IPv6 public address: 188.188.188.188 peer 10.0.0.1 For a newbie like me, this may appear correct (partially includes the public IP), but includes...

bug

Got seemingly invalid client config by these steps: * Run the script, add client with name `example` * Remove WireGuard using script menu * Run the script again, specified same...

enhancement
good first issue