OpenClovis / OpenYuma

Fork of the defacto standard Yuma project since it went proprietary. Netconf is a management protocol (similar to SNMP) defined in RFC4741.
68 stars 51 forks source link

netconfd crashed while performing copy-config #5

Open palaniappanr opened 10 years ago

palaniappanr commented 10 years ago

I'm Running netconfd server (2.2-5), when i perform copy-config in which source is file and target is candidate. when i do this netconfd crashed with the following message.

Get all instances of /nacm:nacm/nacm:rules/nacm:notification-rule eval_expr xpath result for '/nacm:nacm/nacm:rules/nacm:notification-rule' typ: nodeset =

agt_val_root_check: end Clearing current txid for running confignetconfd: agt_val.c:5723: agt_val_apply_write: Assertion `msg->rpc_txcb && "txcb is NULL!"' failed. Aborted (core dumped)

when i try to copy running DB as target, i;m getting the following error.

protocol operation-not-supported error no-support /nc:rpc/nc:copy-config/nc:target operation not supported 273

Please let me know, whether these problem are resolved in the later releases.

Is it possible to do copy-config from the remote machine ?

Thanks Palani