diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-21 11:28:03 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-21 11:31:27 +0200 |
commit | a39c0bdd9a7bbceefad71edc14a87a1dd90ffb7a (patch) | |
tree | d4d91449687228381634ef8491123f618dbfa4ca /src/conf_mode/system-proxy.py | |
parent | 5d6f3db6a0a6e65a9eb81cede4c59c7d22f2cae0 (diff) | |
download | vyos-1x-a39c0bdd9a7bbceefad71edc14a87a1dd90ffb7a.tar.gz vyos-1x-a39c0bdd9a7bbceefad71edc14a87a1dd90ffb7a.zip |
console: T2624: fix migration script for configured powersave and no console
When the 'powersave' option under 'system console' was defined but no actual
serial console device this cause the following error during migration:
Loading configuration from 'config.boot'
Traceback (most recent call last):
File "/opt/vyatta/etc/config-migrate/migrate/system/16-to-17", line 45, in <module>
for device in config.list_nodes(base + ['device']):
File "/usr/lib/python3/dist-packages/vyos/configtree.py", line 236, in list_nodes
raise ConfigTreeError("Path [{}] doesn't exist".format(path_str))
vyos.configtree.ConfigTreeError: Path [b'system console device'] doesn't exist
Diffstat (limited to 'src/conf_mode/system-proxy.py')
0 files changed, 0 insertions, 0 deletions