We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
copy factory-config running-config
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
admin@R2:/> copy factory-config running-config Error: setting owner (null) on admin: Bad address admin@R2:/>
admin@R2:/> copy factory-config running-config admin@R2:/>
This was reproduced with the lingering-containers branch on cn:styx after having run the ci:main build tests.
lingering-containers
No response
The text was updated successfully, but these errors were encountered:
Seems to be from the "new" copy command, split out from the klish-plugin-infix package.
copy
src/bin/copy.c: fprintf(stderr, ERRMSG "setting owner %s on %s: %s\n", fn, user, strerror(errno));
Sorry, something went wrong.
Oversight in handling of copy.c:set_owner(), the system running-config is not a file. Skip for non(-local) files.
copy.c:set_owner()
running-config
6a5bf66
troglobit
Successfully merging a pull request may close this issue.
Current Behavior
Expected Behavior
Steps To Reproduce
This was reproduced with the
lingering-containers
branch on cn:styx after having run the ci:main build tests.Additional information
No response
The text was updated successfully, but these errors were encountered: