ChinmayaAgarwal

Results 19 comments of ChinmayaAgarwal

Hi, We are running the test on Centos 8.4 VM (16 GB RAM and 4 cores) Below is the gdb backtrace for the netopeer2-server crash:- ``` (gdb) c Continuing. Thread...

Hi, Please find below stack trace for the all the threads after the crash:- ``` (gdb) info threads Id Target Id Frame * 1 Thread 0x7fe71eaf0bc0 (LWP 1546) "netopeer2-serve" 0x0000000000409e89...

Hi, We have run the above mentioned tests (with test-router.yang) on two variants i.e latest devel branch and stable release netopeer2 v2.1.71, sysrepo v2.2.105. We tried to push 60000 records...

Sorry, marked the issue completed by mistake. I have reopened it.

We have executed the exact same test using the same script, yang model and files as mentioned in below comment:- > Hi, > > We compiled the devel branch (as...

Hi, We are running the tests with the increased timeout value, meanwhile were trying password less ssh between netopeer2-server and netopeer2-cli using the authorized keys approach but could not make...

I made below configuration changes to make password less ssh work on devel branch but it showing me error while connecting:- 1. ``` [root@localhost ~]# netopeer2-cli > auth pref publickey...

Hi, Our test run is such that we are sending 1 entry per edit-config till the data tree has 60K entries, sequentially in one go. Once the test execution is...

We have been able to compile libyang successfully. We are following FRR's link for cross compilation (https://docs.frrouting.org/projects/dev-guide/en/latest/cross-compiling.html). We have been able to configure (../configure --enable-clippy-only) clippy but facing below issue...