Nemo.Zhang

Results 5 comments of Nemo.Zhang

> 这个问题是多进程导致的,多个进程在同一时间读到了相同的文件句柄并判定满足旋转条件;可以用文件锁解决这个问题,如果是分布式服务可以用分布式锁解决。 但是题主提供的旋转条件是0点时旋转 按时间旋转看源码就是到时间了就旋转 也不会去读文件句柄 你的这个说法有些说不通 But the rotation condition provided by the issue reporter is to rotate at 0 o'clock. According to the source code, file is rotated when...

```diff diff --git a/src/elf/reloc.rs b/src/elf/reloc.rs index d8a1df9..58ed236 100644 --- a/src/elf/reloc.rs +++ b/src/elf/reloc.rs @@ -253,14 +253,26 @@ pub mod reloc64 { pub const SIZEOF_RELA: usize = 8 + 8 + 8;...

`sudo docker run -d --restart always --name nebula --net host --cap-add=NET_ADMIN --cap-add=SYS_ADMIN --device=/dev/net/tun -v $PWD:/app -w /app debian:buster-slim ./nebula -config ./nebula.config.yml`, just run in buster-slim

this issue has been fixed in https://github.com/xmonader/python-sonic-client/pull/14, can you publish the package to pypi please? @xmonader

目前用ImmortalWrt里的passwall2,可以添加hysteria2协议,可以不代理局域网的请求