NOTE no secrets pasted in this ticket are used on any device with connectivity (Internet or otherwise). They're generated solely to be parsed by our QA harness.
After performing
system image add <ISO>
and rebooting the device I am prompted the following:
Welcome to VyOS - debian tty1 debian login:
None of the users that were configured are able to log in, nor does the default vyos:vyos work.
When I reboot back into 1.1.8 and check
/live/image/boot/1.2.1-S2-/rw/config/config.boot
there is a config with the expected 1.2.1 signature and all sections are present.
Of course, deleting the above file and rebooting prompts with the default
vyos login:
prompt and default credentials work as expected.
So I pasted the contents of the above file into a file and performed a
load ~/file
from configuration mode and received only the following warning:
Warning: priority inversion [interfaces vti vti0 ip ospf](610) <= [interfaces vti vti0 ip](901) changing [interfaces vti vti0 ip ospf] to (902) [ vpn ] connecting to 'unix:///var/run/charon.ctl' failed: No such file or directory failed to connect to stroke socket 'unix:///var/run/charon.ctl' Warning: unable to [Stroking log source any to loglevel 1], received error code 65280 [edit] vyos@vyos# save
Then rebooted the box and was able to login without issue. The running config is attached.