Open
Description
Current Behavior
No user can copy running to startup if startup doesn't exist or the full path name is given (copy running /cfg/startup-config.cfg
)
root@ix-00-00-00:/> copy running-config startup-config
Error: setting group owner wheel (10) on /cfg/startup-config.cfg: No such file or directory
No startup-config.cfg is created here ^
root@ix-00-00-00:~$ ls /cfg/startup-config.cfg
ls: /cfg/startup-config.cfg: No such file or directory
Expected Behavior
root@ix-00-00-00:/> remove startup-config.cfg
Remove /cfg/startup-config.cfg, are you sure (y/N)? y
root@ix-00-00-00:/> copy running-config startup-config
Steps To Reproduce
root@ix-00-00-00:/> remove startup-config.cfg
Remove /cfg/startup-config.cfg, are you sure (y/N)? y
root@ix-00-00-00:/> copy running-config startup-config
Error: setting group owner wheel (10) on /cfg/startup-config.cfg: No such file or directory
Additional information
This problem manifests itself by throwing this chown error but the main problem is that no start-config is created. The command copy running startup
takes a different code path than copy running /cfg/startup-config.cfg
.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status