Mimikoo

Results 23 comments of Mimikoo

No, I didn't apply this patch. Must this patch be applied to nginx or to module itself. In Readme it's not specified clearly.

I did apply the patch, but still have same errors.

The problem persists. Linux 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux zfs-2.0.3-9 zfs-kmod-2.0.3-9 After installing webmin or restartin webmin, the syslog is spamming with: zed: eid=360 class=config_sync pool='zfsdata' Interesting...

Post the config of nginx server. There might be problem with proxy_redirect option.

Confirming the problem. Just started to test different distributed storage. Listing takes a lot of time. Also ```gluster volume status`` echo ```Error : Request timed out```. Thought glusterfs a promising...

My problem was resolved. It was because of MTU 9000 set on interfaces on servers, while interconnecting switches does not had jumbo frame activated.

I also do facing same problem. With two different controller on two different servers are installed, satellites connect to another controller if the main controller is restarting. But this is...

Just realized that not satellites are connecting to controllers, but controllers are connecting to satellites. My setup was a old controller that where in running state with nodes defined. And...

``` sed -i -e "/ngx_http_eval_block/,+10 s~^\([^/]*\)\*ecf,\([^/]*\)\(//.*\)\?$~\1\2 //\1*ecf,\2~I" \ -e "/ngx_http_eval_block/,+60 s~\(//[[:blank:]]*\)\?\(ecf[[:blank:]]*=[[:blank:]]*ctx->loc_conf.*\)~// \2~I" \ -e "/ngx_http_eval_block/,+20 s~^\([^/]*\)\*pclcf,\([^/]*\)\(//.*\)\?$~\1\2 //\1*pclcf,\2~I" \ -e "/ngx_http_eval_block/,+60 s~\(//[[:blank:]]*\)\?\(pclcf[[:blank:]]*=[[:blank:]]*pctx->loc_conf.*\)~// \2~I" \ ~/src/nginx-modules/nginx-eval-module/ngx_http_eval_module.c ```