time-river
time-river
我编译通过了 ``` $ sudo nginx -V nginx version: nginx/1.8.0 built by gcc 4.9.2 (Debian 4.9.2-10) built with OpenSSL 1.0.2d 9 Jul 2015 TLS SNI support enabled configure arguments: ... --add-module=../nginx_tcp_proxy_module...
> libbpf使用的github上最新源码0.6.0构建的 能告知下使用的系统版本、内核版本吗?我尝试复现一下
kernel v5.10+就行
[dockerfile](https://github.com/time-river/time-river/tree/master/nginx/config/docker) 可以参考下
[我的配置](https://github.com/time-river/time-river/blob/master/nginx/config/nginx/conf.d/proxy.conf) ``` server { listen 443 ssl; listen [::]443 ssl; server_name ; access_log /home/nginx/log/proxy/google.access.log main buffer=32k; error_log /home/nginx/log/proxy/google.error.log warn; #ssl certificate and key ssl on; ssl_certificate /etc/ssl/private/; ssl_certificate_key /etc/ssl/private/; resolver...
I met this problem `Cannot assign requesed address` recently. The reason is that the ip adress hasn't been configured.
We also try to use criu in SPDK. The result shows that non-preprocessing SKDP isn't supported by criu, e.g. block device. The DPDK has the same problem, it need to...
Our sense is more complex than you: the checkpoint time has nearly 10s for one huge application. Our solution is customizing kernel. However, it still has two general solution, one...
I met the problem in the history, the `EPERM` errno could raise because of the iptables filter DROP rule. The article is [here](https://vvl.me/2021/09/debug-criu-sendto-eperm/).
> > I met the problem in the history, the `EPERM` errno could raise because of the iptables filter DROP rule. The article is [here](https://vvl.me/2021/09/debug-criu-sendto-eperm/). > > Hello, thank you...