diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-05-12 18:00:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 18:00:46 +0300 |
| commit | bfc681807ab2eafe3bfcea55be148deaba29f298 (patch) | |
| tree | f712601131b83af535bdf5e1b3182cabc71daac0 /docs/contributing/debugging.md | |
| parent | 936abf4cd220de6a55efbf1f555801f2878a0578 (diff) | |
| parent | 9968c956f3eb7f80839148cd0496f3780915e176 (diff) | |
| download | vyos-documentation-bfc681807ab2eafe3bfcea55be148deaba29f298.tar.gz vyos-documentation-bfc681807ab2eafe3bfcea55be148deaba29f298.zip | |
Merge pull request #1997 from vyos/claude/scan-typos-errors-VJZ5E
docs: fix typos across configuration, contributing, and vpp docs
Diffstat (limited to 'docs/contributing/debugging.md')
| -rw-r--r-- | docs/contributing/debugging.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/contributing/debugging.md b/docs/contributing/debugging.md index d3b4b513..07dd80a4 100644 --- a/docs/contributing/debugging.md +++ b/docs/contributing/debugging.md @@ -164,8 +164,8 @@ The file `/tmp/foo` contains the migrated configuration. ### Configuration Error on System Boot Running the latest rolling releases sometimes exposes bugs due to edge cases -missed in design. File these bugs via [Phabricator](https://vyos.dev/), but you can help narrow -down the issue by following these steps: +missed in design. File these bugs via [Phabricator](https://vyos.dev/), but +you can help narrow down the issue by following these steps: 1. Log in to your VyOS system. 2. Enter configuration mode: `configure` @@ -193,12 +193,16 @@ You can also make this permanent by editing `/boot/grub/grub.cfg`. VyOS CLI depends heavily on priorities. Every CLI node has a corresponding `node.def` file and possibly an attached script. Nodes can have priorities, -and on system bootup or any `commit` to the configuration, scripts execute +and on system boot or any `commit` to the configuration, scripts execute from lowest to highest priority. This provides deterministic behavior. To debug priority issues or see script execution order, use the `/opt/vyatta/sbin/priority.pl` script, which lists the execution order of scripts. +% stop_vyoslinter + [bootchart.conf]: https://github.com/vyos/vyos-build/blob/current/data/live-build-config/includes.chroot/etc/systemd/bootchart.conf [vyatta-cfg]: https://github.com/vyos/vyatta-cfg + +% start_vyoslinter |
