Simon Jones
Simon Jones
> Don't see the pcap, but my guess is it's related to authentication or encryption of the gRPC channel, being you've used "-insecure = True" on the Go client. >...
Last, by searching code, I found this is really because of '-insecure' and '-allow_no_client_auth'. In server side, which is SONiC/TELEMETRY I start /usr/sbin/telemetry with '-insecure' mode. This mode does NOT...
``` gyw@sonic107:~/go/src/github.com/google/gnxi/gnmi_cli_py$ python py_gnmicli.py -g -m get -t 172.18.8.241 -p 8080 -x "/interfaces/interface[name=Ethernet16]" --debug I0529 10:47:08.874805604 5682 ev_epoll1_linux.cc:116] grpc epoll fd: 3 D0529 10:47:08.874852138 5682 ev_posix.cc:170] Using polling engine: epoll1...
Why I use cert, also could NOT work? I generate cert by: ``` gyw@sonic107:~/go/src/github.com/google/gnxi/gnmi_cli_py$ openssl req -x509 -newkey rsa:4096 -keyout private.key -out cert.pem -days 365 -nodes -subj '/CN=localhost' ``` I...
Even if I change teamd-1 conf as this, also all port UP: ``` [root@centos8-20240407 public-libteam]# cat ../lacp-t1.conf { "device": "team0", "runner": { "name": "lacp", "sys_prio": 66, "active": true, "tx_hash": ["eth",...
另外请问一下,ktransformers的日志在哪里?能从日志中看到输出的是什么字符吗?
好像是模型输出的问题,Qwen模型输出有这个问题,DeepSeek输出没这个问题。那Qwen模型输出为什么有这个问题?
我也遇到相同问题,也是qwen的模型,不过我这里显示的是空白。如何解决?
Thanks a lot !!! And I search vpp code, there is a RDMA device, like this: ``` vpp# create int rdma host-if enp94s0f0 name rdma-0 ``` Then enp94s0f0 could involved...