EdgeOS Fix Set Failed
Revision as of 07:29, 5 December 2019 by Michael.mast (talk | contribs) (Created page with "==Problem== After a script is run (in my case VRRP scripts) I am unable to change the config. This is due to the running config being owned by another user (i.e. root) instead...")
Problem
After a script is run (in my case VRRP scripts) I am unable to change the config. This is due to the running config being owned by another user (i.e. root) instead of the "sg" group.
Quick Fix
sudo bash -c 'chgrp -R vyattacfg /opt/vyatta/config/active/'
Permanent Fix
Add this to the end of your scripts.
chgrp -R vyattacfg /opt/vyatta/config/active/