Steven Dickinson

Results 7 comments of Steven Dickinson

I cleared the sysrepo repository and re-started everything, and now "ssh call home" seems to be work - not sure what the problem was. However, now I have another question...

Hi @michalvasko , I'm also having problems with libpam. It is not available on my system, and I'm currently trying to install it (from https://github.com/linux-pam/linux-pam), but it has issues and...

I also had the same issue. Was there any progress on this?

For example, if I try to subscribe with xpath filter of `/o-ran-sync:*` This is the debug from ncclient... ``` ``` And the same subscribe request as sent by netopeer2-cli... ```...

Actually, I think I see the problem now. The filter is using namespace "nc", shouldn't it be namespace "ns0" (i.e. "urn:ietf:params:xml:ns:netconf:notification:1.0")? ``` ``` Actually, looking at the `build_filter()` function in...

Slightly improved workaround, with 3 retries and disabled logging... ``` # Disable logging logging.getLogger('ncclient.transport.ssh').disabled = True for _ in range(3): # Setup socket to listen on the port srv_socket =...

@ankit7gup Is this same issue I saw in https://github.com/CESNET/netopeer2/issues/1411? My workaround was to modify the O-RAN data model (which worked). I only had this problem with o-ran-filemanagement.yang, but I did...