mpet
mpet
I guess my build was old. Is this the correct place to look for versions and libnames? https://github.com/CESNET/netopeer2/blob/master/CMakeLists.txt
Hi I tried devel for all except for When making libyang on 'devel' I got: 2024-05-28 09:24:23,743 (Wire.java:92) DEBUG : http-outgoing-0
Yes I guess it was a dumb question :-) I was not aware of such a library but after some googling I found something called pcre2-dev so I assume it...
@michalvasko you don't happen to have a code snippet on how to make openssl?
@michalvasko which options do you use and for which distro?
I managed to build a new docker image for Netopeer2 but when I run it I get this error: Caused by: com.github.dockerjava.api.exception.BadRequestException: Status 400: {"message":"failed to create shim task: OCI...
@michalvasko git checkout tags/v2.2.28 not valid?! I checked the latest release is https://github.com/CESNET/netopeer2/releases/tag/v2.2.28
ok the sbin seems to work. When I start the netopeer2 from container with CMD ["/usr/sbin/netopeer2-server", "-d", "-v2 3"] I can see the following: [INF]: SR: Datastore copied from to...
ok let me rephrase it: In our Ubuntu based docker file we create the 'netconf' user with password 'netconf' it is not so secret :) Then we generate the keys...
ok so I need to modify the ssh-listen.xml and select one of the methods ( key/password/keyboard interactive) to authenticate. Is it the sysrepocfg and an import I need to do?...