vicnoah
vicnoah
ubuntu18.04安装前需要安装libpcap-dev才能安装成功,说明文档没有写,不安装时会缺少pcap.h。还有就是执行时需要root权限才能执行,否则直接闪退
> As a test workaround, does the mon stay healthy if the [liveness probe is disabled](https://rook.io/docs/rook/latest/CRDs/Cluster/ceph-cluster-crd/#health-settings)? You could also try adjusting the timeouts or other parameters on the liveness probe....
> dtmdriver的接口在这几周有过一个变更,里面有部分函数改名了,因此您需要对ego dtmdriver的函数实现进行一下同步改名 > > 你这里面说的部分实现不合理,需要官方进行适配一下,指的是什么?进去了您给的链接,没有找到相关信息 不合理的地方在配置方面,示例中ego框架的配置是写死在代码中的,相当于只是验证了可以用。另外ego服务发现方法也是写死了的,我的意思是官方能不能适配一下ego这个框架。我对这方面也不是太熟悉,感觉不太好改 好的我有时间改改
> 你对比一下go-zero以及spring cloud的驱动及例子,它们的配置都不是写死的 好的
> 你对比一下go-zero以及spring cloud的驱动及例子,它们的配置都不是写死的 我已改写完成了驱动,测试过etcd是成功的,k8s编写了但没有测试。 [dtmdriver-ego](https://github.com/vicnoah/dtmdriver-ego) [driver-ego](https://github.com/vicnoah/driver-ego) [dtmdriver-clients](https://github.com/vicnoah/dtmdriver-clients) dtm运行日志 ``` {"level":"info","ts":"2022-08-11T14:22:07.640+0800","caller":"dtmsvr/trans_status.go:81","msg":"LockGlobalSaveBranches ok: gid: aedTK7PRt4uUVJahUGKY9W old status: prepared branches: {\"ID\":0,\"create_time\":\"2022-08-11T14:22:07.628661808+08:00\",\"update_time\":\"2022-08-11T14:22:07.6335113+08:00\",\"gid\":\"aedTK7PRt4uUVJahUGKY9W\",\"url\":\"etcd:///hello/busi.Busi/TransOut\",\"bin_data\":\"CB4QAQ==\",\"branch_id\":\"01\",\"op\":\"action\",\"status\":\"succeed\",\"finish_time\":\"2022-08-11T14:22:07.6335113+08:00\"}"} {"level":"info","ts":"2022-08-11T14:22:07.641+0800","caller":"dtmgimp/types.go:50","msg":"grpc client called: etcd:///hello/busi.Busi/TransIn \"CB4QAg==\" result: \"\" err: "} {"level":"info","ts":"2022-08-11T14:22:07.648+0800","caller":"dtmsvr/trans_status.go:81","msg":"LockGlobalSaveBranches ok: gid:...
> Looking at your stack trace, you're trying to expose the Nexus server in Kubernetes using OpenShift approach. Can you try modifying the CR to use `ingress` instead? > >...
> Looking at your stack trace, you're trying to expose the Nexus server in Kubernetes using OpenShift approach. Can you try modifying the CR to use `ingress` instead? > >...
> > Looking at your stack trace, you're trying to expose the Nexus server in Kubernetes using OpenShift approach. Can you try modifying the CR to use `ingress` instead? >...
> "wg_proxy_address": ":50122" // 萤火虫TCP协议中转监听地址,可防止UDP QoS限流 > 萤火虫TCP协议中转如何使用? > 用wstunnel+wg-easy吧。电脑上用nssm把wstunnel设置为服务,也可以实现无感连接。 安卓手机也可以用wstunnela的app设置好后台。@[wstunnela](https://github.com/maytom2016/Wstunnela) 使用wstunnel还可以套云厂商的cdn
> 自带的流量中转更加方便一点 方便那咋用呢?文档都没有?意思是客户端还是需要用firefly做中转才能用wireguard客户端来连接吗?