Page MenuHomeVyOS Platform

console server fails to commit
Closed, ResolvedPublicBUG

Description

After proper configuration of console device (doesn't matter if it is USB or ttySx) and ssh port (tried even with all serial connection options) it fails when commiting with message:

vyos@apollo# commit
[ service console-server ]
Traceback (most recent call last):
  File "/usr/libexec/vyos/conf_mode/service_console-server.py", line 98, in <module>
    c = get_config()
  File "/usr/libexec/vyos/conf_mode/service_console-server.py", line 50, in get_config
    for device in proxy['device'].keys():
KeyError: 'device'

[[service console-server]] failed
Commit failed

example of tested config:

vyos@apollo# sh | comp
[edit service]
+console-server {
+    device ttyS0 {
+        ssh {
+            port 2001
+        }
+    }
+}

As suggested in support ticket, adding output of lspci and /dev below. If anything else is needed, I will add it.

Thanks

vyos@apollo# lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series Host Bridge [8086:5af0] (rev 0b)
	Subsystem: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Host Bridge [8086:7270]
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series Integrated Graphics Controller [8086:5a84] (rev 0b)
	Subsystem: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Integrated Graphics Controller [8086:2212]
00:0e.0 Audio device [0403]: Intel Corporation Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series Audio Cluster [8086:5a98] (rev 0b)
	Subsystem: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Audio Cluster [8086:7270]
00:0f.0 Communication controller [0780]: Intel Corporation Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series Trusted Execution Engine [8086:5a9a] (rev 0b)
	Subsystem: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Trusted Execution Engine [8086:7270]
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:0f.1 Communication controller [0780]: Intel Corporation Device [8086:5a9c] (rev 0b)
	Subsystem: Intel Corporation Device [8086:7270]
00:0f.2 Communication controller [0780]: Intel Corporation Device [8086:5a9e] (rev 0b)
	Subsystem: Intel Corporation Device [8086:7270]
00:12.0 SATA controller [0106]: Intel Corporation Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series SATA AHCI Controller [8086:5ae3] (rev 0b)
	Subsystem: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SATA AHCI Controller [8086:7270]
	Kernel driver in use: ahci
	Kernel modules: ahci
00:13.0 PCI bridge [0604]: Intel Corporation Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series PCI Express Port A #1 [8086:5ad8] (rev fb)
	Kernel driver in use: pcieport
00:13.1 PCI bridge [0604]: Intel Corporation Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series PCI Express Port A #2 [8086:5ad9] (rev fb)
	Kernel driver in use: pcieport
00:15.0 USB controller [0c03]: Intel Corporation Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series USB xHCI [8086:5aa8] (rev 0b)
	Subsystem: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series USB xHCI [8086:7270]
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:1b.0 SD Host controller [0805]: Intel Corporation Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series SDXC/MMC Host Controller [8086:5aca] (rev 0b)
	Subsystem: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SDXC/MMC Host Controller [8086:7270]
	Kernel driver in use: sdhci-pci
	Kernel modules: sdhci_pci
00:1f.0 ISA bridge [0601]: Intel Corporation Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series Low Pin Count Interface [8086:5ae8] (rev 0b)
	Subsystem: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Low Pin Count Interface [8086:7270]
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
00:1f.1 SMBus [0c05]: Intel Corporation Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series SMBus Controller [8086:5ad4] (rev 0b)
	Subsystem: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SMBus Controller [8086:7270]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
01:00.0 Ethernet controller [0200]: Intel Corporation I210 Gigabit Network Connection [8086:1533] (rev 03)
	Kernel driver in use: igb
	Kernel modules: igb
02:00.0 Ethernet controller [0200]: Intel Corporation I210 Gigabit Network Connection [8086:1533] (rev 03)
	Kernel driver in use: igb
	Kernel modules: igb
[edit]
vyos@apollo# ls -laR /dev
/dev:
total 4
drwxr-xr-x 15 root root        3140 Aug 14 16:34 .
drwxr-xr-x  1 root root        4096 Aug 14 16:34 ..
crw-r--r--  1 root root     10, 235 Aug 14 16:34 autofs
drwxr-xr-x  2 root root         280 Aug 14 16:34 block
drwxr-xr-x  2 root root          60 Aug 14 16:34 bsg
drwxr-xr-x  3 root root          60 Aug 14 16:34 bus
drwxr-xr-x  2 root root        2580 Aug 14 16:35 char
crw-------  1 root root      5,   1 Aug 14 16:35 console
lrwxrwxrwx  1 root root          11 Aug 14 16:34 core -> /proc/kcore
drwxr-xr-x  2 root root          60 Aug 14 16:34 cpu
crw-------  1 root root     10,  63 Aug 14 16:34 cpu_dma_latency
crw-------  1 root root     10, 203 Aug 14 16:34 cuse
drwxr-xr-x  7 root root         140 Aug 14 16:34 disk
crw-rw----  1 root video    29,   0 Aug 14 16:34 fb0
lrwxrwxrwx  1 root root          13 Aug 14 16:34 fd -> /proc/self/fd
crw-rw-rw-  1 root root      1,   7 Aug 14 16:34 full
crw-rw-rw-  1 root root     10, 229 Aug 14 16:35 fuse
crw-------  1 root root    254,   0 Aug 14 16:34 gpiochip0
crw-------  1 root root    254,   1 Aug 14 16:34 gpiochip1
crw-------  1 root root    254,   2 Aug 14 16:34 gpiochip2
crw-------  1 root root    254,   3 Aug 14 16:34 gpiochip3
crw-------  1 root root    247,   0 Aug 14 16:34 hidraw0
crw-------  1 root root    247,   1 Aug 14 16:34 hidraw1
crw-------  1 root root     10, 228 Aug 14 16:34 hpet
drwxr-xr-x  2 root root           0 Aug 14 16:34 hugepages
lrwxrwxrwx  1 root root          12 Aug 14 16:34 initctl -> /run/initctl
crw-r--r--  1 root root      1,  11 Aug 14 16:34 kmsg
lrwxrwxrwx  1 root root          28 Aug 14 16:34 log -> /run/systemd/journal/dev-log
brw-rw----  1 root disk      7,   0 Aug 14 16:34 loop0
brw-rw----  1 root disk      7,   1 Aug 14 16:34 loop1
brw-rw----  1 root disk      7,   2 Aug 14 16:34 loop2
brw-rw----  1 root disk      7,   3 Aug 14 16:34 loop3
brw-rw----  1 root disk      7,   4 Aug 14 16:34 loop4
brw-rw----  1 root disk      7,   5 Aug 14 16:34 loop5
brw-rw----  1 root disk      7,   6 Aug 14 16:34 loop6
brw-rw----  1 root disk      7,   7 Aug 14 16:34 loop7
crw-rw----  1 root disk     10, 237 Aug 14 16:34 loop-control
crw-------  1 root root    246,   0 Aug 14 16:34 mei0
crw-r-----  1 root kmem      1,   1 Aug 14 16:34 mem
crw-------  1 root root     10,  60 Aug 14 16:34 memory_bandwidth
drwxrwxrwt  2 root root          40 Aug 14 16:34 mqueue
drwxr-xr-x  2 root root          60 Aug 14 16:34 net
crw-------  1 root root     10,  62 Aug 14 16:34 network_latency
crw-------  1 root root     10,  61 Aug 14 16:34 network_throughput
crw-rw-rw-  1 root root      1,   3 Aug 14 16:34 null
crw-r-----  1 root kmem      1,   4 Aug 14 16:34 port
crw-------  1 root root    108,   0 Aug 14 16:34 ppp
crw-rw-rw-  1 root tty       5,   2 Aug 14 16:37 ptmx
crw-------  1 root root    250,   0 Aug 14 16:34 ptp0
crw-------  1 root root    250,   1 Aug 14 16:34 ptp1
drwxr-xr-x  2 root root           0 Aug 14 16:34 pts
crw-rw-rw-  1 root root      1,   8 Aug 14 16:34 random
lrwxrwxrwx  1 root root           4 Aug 14 16:34 rtc -> rtc0
crw-------  1 root root    252,   0 Aug 14 16:34 rtc0
brw-rw----  1 root disk      8,   0 Aug 14 16:34 sda
brw-rw----  1 root disk      8,   1 Aug 14 16:34 sda1
brw-rw----  1 root disk      8,   2 Aug 14 16:34 sda2
brw-rw----  1 root disk      8,   3 Aug 14 16:34 sda3
drwxr-xr-x  5 root root         100 Aug 14 16:34 serial
drwxrwxrwt  2 root root          40 Aug 14 16:34 shm
lrwxrwxrwx  1 root root          15 Aug 14 16:34 stderr -> /proc/self/fd/2
lrwxrwxrwx  1 root root          15 Aug 14 16:34 stdin -> /proc/self/fd/0
lrwxrwxrwx  1 root root          15 Aug 14 16:34 stdout -> /proc/self/fd/1
crw-rw-rw-  1 root tty       5,   0 Aug 14 16:34 tty
crw--w----  1 root tty       4,   0 Aug 14 16:34 tty0
crw--w----  1 root tty       4,   1 Aug 14 16:35 tty1
crw--w----  1 root tty       4,  10 Aug 14 16:34 tty10
crw--w----  1 root tty       4,  11 Aug 14 16:34 tty11
crw--w----  1 root tty       4,  12 Aug 14 16:34 tty12
crw--w----  1 root tty       4,  13 Aug 14 16:34 tty13
crw--w----  1 root tty       4,  14 Aug 14 16:34 tty14
crw--w----  1 root tty       4,  15 Aug 14 16:34 tty15
crw--w----  1 root tty       4,  16 Aug 14 16:34 tty16
crw--w----  1 root tty       4,  17 Aug 14 16:34 tty17
crw--w----  1 root tty       4,  18 Aug 14 16:34 tty18
crw--w----  1 root tty       4,  19 Aug 14 16:34 tty19
crw--w----  1 root tty       4,   2 Aug 14 16:34 tty2
crw--w----  1 root tty       4,  20 Aug 14 16:34 tty20
crw--w----  1 root tty       4,  21 Aug 14 16:34 tty21
crw--w----  1 root tty       4,  22 Aug 14 16:34 tty22
crw--w----  1 root tty       4,  23 Aug 14 16:34 tty23
crw--w----  1 root tty       4,  24 Aug 14 16:34 tty24
crw--w----  1 root tty       4,  25 Aug 14 16:34 tty25
crw--w----  1 root tty       4,  26 Aug 14 16:34 tty26
crw--w----  1 root tty       4,  27 Aug 14 16:34 tty27
crw--w----  1 root tty       4,  28 Aug 14 16:34 tty28
crw--w----  1 root tty       4,  29 Aug 14 16:34 tty29
crw--w----  1 root tty       4,   3 Aug 14 16:34 tty3
crw--w----  1 root tty       4,  30 Aug 14 16:34 tty30
crw--w----  1 root tty       4,  31 Aug 14 16:34 tty31
crw--w----  1 root tty       4,  32 Aug 14 16:34 tty32
crw--w----  1 root tty       4,  33 Aug 14 16:34 tty33
crw--w----  1 root tty       4,  34 Aug 14 16:34 tty34
crw--w----  1 root tty       4,  35 Aug 14 16:34 tty35
crw--w----  1 root tty       4,  36 Aug 14 16:34 tty36
crw--w----  1 root tty       4,  37 Aug 14 16:34 tty37
crw--w----  1 root tty       4,  38 Aug 14 16:34 tty38
crw--w----  1 root tty       4,  39 Aug 14 16:34 tty39
crw--w----  1 root tty       4,   4 Aug 14 16:34 tty4
crw--w----  1 root tty       4,  40 Aug 14 16:34 tty40
crw--w----  1 root tty       4,  41 Aug 14 16:34 tty41
crw--w----  1 root tty       4,  42 Aug 14 16:34 tty42
crw--w----  1 root tty       4,  43 Aug 14 16:34 tty43
crw--w----  1 root tty       4,  44 Aug 14 16:34 tty44
crw--w----  1 root tty       4,  45 Aug 14 16:34 tty45
crw--w----  1 root tty       4,  46 Aug 14 16:34 tty46
crw--w----  1 root tty       4,  47 Aug 14 16:34 tty47
crw--w----  1 root tty       4,  48 Aug 14 16:34 tty48
crw--w----  1 root tty       4,  49 Aug 14 16:34 tty49
crw--w----  1 root tty       4,   5 Aug 14 16:34 tty5
crw--w----  1 root tty       4,  50 Aug 14 16:34 tty50
crw--w----  1 root tty       4,  51 Aug 14 16:34 tty51
crw--w----  1 root tty       4,  52 Aug 14 16:34 tty52
crw--w----  1 root tty       4,  53 Aug 14 16:34 tty53
crw--w----  1 root tty       4,  54 Aug 14 16:34 tty54
crw--w----  1 root tty       4,  55 Aug 14 16:34 tty55
crw--w----  1 root tty       4,  56 Aug 14 16:34 tty56
crw--w----  1 root tty       4,  57 Aug 14 16:34 tty57
crw--w----  1 root tty       4,  58 Aug 14 16:34 tty58
crw--w----  1 root tty       4,  59 Aug 14 16:34 tty59
crw--w----  1 root tty       4,   6 Aug 14 16:34 tty6
crw--w----  1 root tty       4,  60 Aug 14 16:34 tty60
crw--w----  1 root tty       4,  61 Aug 14 16:34 tty61
crw--w----  1 root tty       4,  62 Aug 14 16:34 tty62
crw--w----  1 root tty       4,  63 Aug 14 16:34 tty63
crw--w----  1 root tty       4,   7 Aug 14 16:34 tty7
crw--w----  1 root tty       4,   8 Aug 14 16:34 tty8
crw--w----  1 root tty       4,   9 Aug 14 16:34 tty9
crw--w----  1 root tty       4,  64 Aug 14 16:35 ttyS0
crw-rw----  1 root dialout   4,  65 Aug 14 16:34 ttyS1
crw-rw----  1 root dialout   4,  66 Aug 14 16:34 ttyS2
crw-rw----  1 root dialout   4,  67 Aug 14 16:34 ttyS3
crw-rw----  1 root dialout 188,   0 Aug 14 16:34 ttyUSB0
crw-rw-rw-  1 root root      1,   9 Aug 14 16:34 urandom
crw-rw----  1 root tty       7,   0 Aug 14 16:34 vcs
crw-rw----  1 root tty       7,   1 Aug 14 16:34 vcs1
crw-rw----  1 root tty       7,   2 Aug 14 16:34 vcs2
crw-rw----  1 root tty       7,   3 Aug 14 16:34 vcs3
crw-rw----  1 root tty       7,   4 Aug 14 16:34 vcs4
crw-rw----  1 root tty       7,   5 Aug 14 16:34 vcs5
crw-rw----  1 root tty       7,   6 Aug 14 16:34 vcs6
crw-rw----  1 root tty       7, 128 Aug 14 16:34 vcsa
crw-rw----  1 root tty       7, 129 Aug 14 16:34 vcsa1
crw-rw----  1 root tty       7, 130 Aug 14 16:34 vcsa2
crw-rw----  1 root tty       7, 131 Aug 14 16:34 vcsa3
crw-rw----  1 root tty       7, 132 Aug 14 16:34 vcsa4
crw-rw----  1 root tty       7, 133 Aug 14 16:34 vcsa5
crw-rw----  1 root tty       7, 134 Aug 14 16:34 vcsa6
crw-rw----  1 root tty       7,  64 Aug 14 16:34 vcsu
crw-rw----  1 root tty       7,  65 Aug 14 16:34 vcsu1
crw-rw----  1 root tty       7,  66 Aug 14 16:34 vcsu2
crw-rw----  1 root tty       7,  67 Aug 14 16:34 vcsu3
crw-rw----  1 root tty       7,  68 Aug 14 16:34 vcsu4
crw-rw----  1 root tty       7,  69 Aug 14 16:34 vcsu5
crw-rw----  1 root tty       7,  70 Aug 14 16:34 vcsu6
drwxr-xr-x  2 root root          60 Aug 14 16:34 vfio
crw-rw-rw-  1 root root      1,   5 Aug 14 16:34 zero

/dev/block:
total 0
drwxr-xr-x  2 root root  280 Aug 14 16:34 .
drwxr-xr-x 15 root root 3140 Aug 14 16:34 ..
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:0 -> ../loop0
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:1 -> ../loop1
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:2 -> ../loop2
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:3 -> ../loop3
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:4 -> ../loop4
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:5 -> ../loop5
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:6 -> ../loop6
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:7 -> ../loop7
lrwxrwxrwx  1 root root    6 Aug 14 16:34 8:0 -> ../sda
lrwxrwxrwx  1 root root    7 Aug 14 16:34 8:1 -> ../sda1
lrwxrwxrwx  1 root root    7 Aug 14 16:34 8:2 -> ../sda2
lrwxrwxrwx  1 root root    7 Aug 14 16:34 8:3 -> ../sda3

/dev/bsg:
total 0
drwxr-xr-x  2 root root     60 Aug 14 16:34 .
drwxr-xr-x 15 root root   3140 Aug 14 16:34 ..
crw-------  1 root root 248, 0 Aug 14 16:34 0:0:0:0

/dev/bus:
total 0
drwxr-xr-x  3 root root   60 Aug 14 16:34 .
drwxr-xr-x 15 root root 3140 Aug 14 16:34 ..
drwxr-xr-x  4 root root   80 Aug 14 16:34 usb

/dev/bus/usb:
total 0
drwxr-xr-x 4 root root  80 Aug 14 16:34 .
drwxr-xr-x 3 root root  60 Aug 14 16:34 ..
drwxr-xr-x 2 root root 120 Aug 14 16:34 001
drwxr-xr-x 2 root root  60 Aug 14 16:34 002

/dev/bus/usb/001:
total 0
drwxr-xr-x 2 root root    120 Aug 14 16:34 .
drwxr-xr-x 4 root root     80 Aug 14 16:34 ..
crw-rw-r-- 1 root root 189, 0 Aug 14 16:34 001
crw-rw-r-- 1 root root 189, 1 Aug 14 16:34 002
crw-rw-r-- 1 root root 189, 2 Aug 14 16:34 003
crw-rw-r-- 1 root root 189, 3 Aug 14 16:34 004

/dev/bus/usb/002:
total 0
drwxr-xr-x 2 root root       60 Aug 14 16:34 .
drwxr-xr-x 4 root root       80 Aug 14 16:34 ..
crw-rw-r-- 1 root root 189, 128 Aug 14 16:34 001

/dev/char:
total 0
drwxr-xr-x  2 root root 2580 Aug 14 16:35 .
drwxr-xr-x 15 root root 3140 Aug 14 16:34 ..
lrwxrwxrwx  1 root root   16 Aug 14 16:34 10:184 -> ../cpu/microcode
lrwxrwxrwx  1 root root    7 Aug 14 16:34 10:228 -> ../hpet
lrwxrwxrwx  1 root root    7 Aug 14 16:35 10:229 -> ../fuse
lrwxrwxrwx  1 root root    9 Aug 14 16:34 10:235 -> ../autofs
lrwxrwxrwx  1 root root   15 Aug 14 16:34 10:237 -> ../loop-control
lrwxrwxrwx  1 root root   19 Aug 14 16:34 10:60 -> ../memory_bandwidth
lrwxrwxrwx  1 root root   21 Aug 14 16:34 10:61 -> ../network_throughput
lrwxrwxrwx  1 root root   18 Aug 14 16:34 10:62 -> ../network_latency
lrwxrwxrwx  1 root root   18 Aug 14 16:34 10:63 -> ../cpu_dma_latency
lrwxrwxrwx  1 root root    6 Aug 14 16:34 1:1 -> ../mem
lrwxrwxrwx  1 root root    7 Aug 14 16:34 1:11 -> ../kmsg
lrwxrwxrwx  1 root root    7 Aug 14 16:34 1:3 -> ../null
lrwxrwxrwx  1 root root    7 Aug 14 16:34 1:4 -> ../port
lrwxrwxrwx  1 root root    7 Aug 14 16:34 1:5 -> ../zero
lrwxrwxrwx  1 root root    7 Aug 14 16:34 1:7 -> ../full
lrwxrwxrwx  1 root root    9 Aug 14 16:34 1:8 -> ../random
lrwxrwxrwx  1 root root   10 Aug 14 16:34 188:0 -> ../ttyUSB0
lrwxrwxrwx  1 root root   18 Aug 14 16:34 189:0 -> ../bus/usb/001/001
lrwxrwxrwx  1 root root   18 Aug 14 16:34 189:1 -> ../bus/usb/001/002
lrwxrwxrwx  1 root root   18 Aug 14 16:34 189:128 -> ../bus/usb/002/001
lrwxrwxrwx  1 root root   18 Aug 14 16:34 189:2 -> ../bus/usb/001/003
lrwxrwxrwx  1 root root   18 Aug 14 16:34 189:3 -> ../bus/usb/001/004
lrwxrwxrwx  1 root root   10 Aug 14 16:34 1:9 -> ../urandom
lrwxrwxrwx  1 root root    7 Aug 14 16:34 246:0 -> ../mei0
lrwxrwxrwx  1 root root   10 Aug 14 16:34 247:0 -> ../hidraw0
lrwxrwxrwx  1 root root   10 Aug 14 16:34 247:1 -> ../hidraw1
lrwxrwxrwx  1 root root   14 Aug 14 16:34 248:0 -> ../bsg/0:0:0:0
lrwxrwxrwx  1 root root    7 Aug 14 16:34 250:0 -> ../ptp0
lrwxrwxrwx  1 root root    7 Aug 14 16:34 250:1 -> ../ptp1
lrwxrwxrwx  1 root root    7 Aug 14 16:34 252:0 -> ../rtc0
lrwxrwxrwx  1 root root   12 Aug 14 16:34 254:0 -> ../gpiochip0
lrwxrwxrwx  1 root root   12 Aug 14 16:34 254:1 -> ../gpiochip1
lrwxrwxrwx  1 root root   12 Aug 14 16:34 254:2 -> ../gpiochip2
lrwxrwxrwx  1 root root   12 Aug 14 16:34 254:3 -> ../gpiochip3
lrwxrwxrwx  1 root root    6 Aug 14 16:34 29:0 -> ../fb0
lrwxrwxrwx  1 root root    7 Aug 14 16:34 4:0 -> ../tty0
lrwxrwxrwx  1 root root    7 Aug 14 16:34 4:1 -> ../tty1
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:10 -> ../tty10
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:11 -> ../tty11
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:12 -> ../tty12
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:13 -> ../tty13
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:14 -> ../tty14
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:15 -> ../tty15
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:16 -> ../tty16
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:17 -> ../tty17
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:18 -> ../tty18
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:19 -> ../tty19
lrwxrwxrwx  1 root root    7 Aug 14 16:34 4:2 -> ../tty2
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:20 -> ../tty20
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:21 -> ../tty21
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:22 -> ../tty22
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:23 -> ../tty23
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:24 -> ../tty24
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:25 -> ../tty25
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:26 -> ../tty26
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:27 -> ../tty27
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:28 -> ../tty28
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:29 -> ../tty29
lrwxrwxrwx  1 root root    7 Aug 14 16:34 4:3 -> ../tty3
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:30 -> ../tty30
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:31 -> ../tty31
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:32 -> ../tty32
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:33 -> ../tty33
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:34 -> ../tty34
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:35 -> ../tty35
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:36 -> ../tty36
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:37 -> ../tty37
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:38 -> ../tty38
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:39 -> ../tty39
lrwxrwxrwx  1 root root    7 Aug 14 16:34 4:4 -> ../tty4
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:40 -> ../tty40
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:41 -> ../tty41
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:42 -> ../tty42
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:43 -> ../tty43
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:44 -> ../tty44
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:45 -> ../tty45
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:46 -> ../tty46
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:47 -> ../tty47
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:48 -> ../tty48
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:49 -> ../tty49
lrwxrwxrwx  1 root root    7 Aug 14 16:34 4:5 -> ../tty5
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:50 -> ../tty50
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:51 -> ../tty51
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:52 -> ../tty52
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:53 -> ../tty53
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:54 -> ../tty54
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:55 -> ../tty55
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:56 -> ../tty56
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:57 -> ../tty57
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:58 -> ../tty58
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:59 -> ../tty59
lrwxrwxrwx  1 root root    7 Aug 14 16:34 4:6 -> ../tty6
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:60 -> ../tty60
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:61 -> ../tty61
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:62 -> ../tty62
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:63 -> ../tty63
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:64 -> ../ttyS0
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:65 -> ../ttyS1
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:66 -> ../ttyS2
lrwxrwxrwx  1 root root    8 Aug 14 16:34 4:67 -> ../ttyS3
lrwxrwxrwx  1 root root    7 Aug 14 16:34 4:7 -> ../tty7
lrwxrwxrwx  1 root root    7 Aug 14 16:34 4:8 -> ../tty8
lrwxrwxrwx  1 root root    7 Aug 14 16:34 4:9 -> ../tty9
lrwxrwxrwx  1 root root    6 Aug 14 16:34 5:0 -> ../tty
lrwxrwxrwx  1 root root   10 Aug 14 16:34 5:1 -> ../console
lrwxrwxrwx  1 root root    7 Aug 14 16:34 5:2 -> ../ptmx
lrwxrwxrwx  1 root root    6 Aug 14 16:34 7:0 -> ../vcs
lrwxrwxrwx  1 root root    7 Aug 14 16:34 7:1 -> ../vcs1
lrwxrwxrwx  1 root root    7 Aug 14 16:34 7:128 -> ../vcsa
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:129 -> ../vcsa1
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:130 -> ../vcsa2
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:131 -> ../vcsa3
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:132 -> ../vcsa4
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:133 -> ../vcsa5
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:134 -> ../vcsa6
lrwxrwxrwx  1 root root    7 Aug 14 16:34 7:2 -> ../vcs2
lrwxrwxrwx  1 root root    7 Aug 14 16:34 7:3 -> ../vcs3
lrwxrwxrwx  1 root root    7 Aug 14 16:34 7:4 -> ../vcs4
lrwxrwxrwx  1 root root    7 Aug 14 16:34 7:5 -> ../vcs5
lrwxrwxrwx  1 root root    7 Aug 14 16:34 7:6 -> ../vcs6
lrwxrwxrwx  1 root root    7 Aug 14 16:34 7:64 -> ../vcsu
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:65 -> ../vcsu1
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:66 -> ../vcsu2
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:67 -> ../vcsu3
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:68 -> ../vcsu4
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:69 -> ../vcsu5
lrwxrwxrwx  1 root root    8 Aug 14 16:34 7:70 -> ../vcsu6

/dev/cpu:
total 0
drwxr-xr-x  2 root root      60 Aug 14 16:34 .
drwxr-xr-x 15 root root    3140 Aug 14 16:34 ..
crw-------  1 root root 10, 184 Aug 14 16:34 microcode

/dev/disk:
total 0
drwxr-xr-x  7 root root  140 Aug 14 16:34 .
drwxr-xr-x 15 root root 3140 Aug 14 16:34 ..
drwxr-xr-x  2 root root  200 Aug 14 16:34 by-id
drwxr-xr-x  2 root root   80 Aug 14 16:34 by-label
drwxr-xr-x  2 root root  100 Aug 14 16:34 by-partuuid
drwxr-xr-x  2 root root  120 Aug 14 16:34 by-path
drwxr-xr-x  2 root root   80 Aug 14 16:34 by-uuid

/dev/disk/by-id:
total 0
drwxr-xr-x 2 root root 200 Aug 14 16:34 .
drwxr-xr-x 7 root root 140 Aug 14 16:34 ..
lrwxrwxrwx 1 root root   9 Aug 14 16:34 ata-TOSHIBA_THNSNJ128GCSY_-snip- -> ../../sda
lrwxrwxrwx 1 root root  10 Aug 14 16:34 ata-TOSHIBA_THNSNJ128GCSY_-snip--part1 -> ../../sda1
lrwxrwxrwx 1 root root  10 Aug 14 16:34 ata-TOSHIBA_THNSNJ128GCSY_-snip--part2 -> ../../sda2
lrwxrwxrwx 1 root root  10 Aug 14 16:34 ata-TOSHIBA_THNSNJ128GCSY_-snip--part3 -> ../../sda3
lrwxrwxrwx 1 root root   9 Aug 14 16:34 wwn--snip- -> ../../sda
lrwxrwxrwx 1 root root  10 Aug 14 16:34 wwn--snip--part1 -> ../../sda1
lrwxrwxrwx 1 root root  10 Aug 14 16:34 wwn--snip--part2 -> ../../sda2
lrwxrwxrwx 1 root root  10 Aug 14 16:34 wwn--snip--part3 -> ../../sda3

/dev/disk/by-label:
total 0
drwxr-xr-x 2 root root  80 Aug 14 16:34 .
drwxr-xr-x 7 root root 140 Aug 14 16:34 ..
lrwxrwxrwx 1 root root  10 Aug 14 16:34 EFI -> ../../sda2
lrwxrwxrwx 1 root root  10 Aug 14 16:34 persistence -> ../../sda3

/dev/disk/by-partuuid:
total 0
drwxr-xr-x 2 root root 100 Aug 14 16:34 .
drwxr-xr-x 7 root root 140 Aug 14 16:34 ..
lrwxrwxrwx 1 root root  10 Aug 14 16:34 333c7a3c-7781-40c9-8ca0-ca2f4e273ca7 -> ../../sda3
lrwxrwxrwx 1 root root  10 Aug 14 16:34 bf5d775b-3cbd-4bfe-ad10-4b67696e20e8 -> ../../sda1
lrwxrwxrwx 1 root root  10 Aug 14 16:34 caeb9715-f574-4a00-9c9b-589818c946c0 -> ../../sda2

/dev/disk/by-path:
total 0
drwxr-xr-x 2 root root 120 Aug 14 16:34 .
drwxr-xr-x 7 root root 140 Aug 14 16:34 ..
lrwxrwxrwx 1 root root   9 Aug 14 16:34 pci-0000:00:12.0-ata-1 -> ../../sda
lrwxrwxrwx 1 root root  10 Aug 14 16:34 pci-0000:00:12.0-ata-1-part1 -> ../../sda1
lrwxrwxrwx 1 root root  10 Aug 14 16:34 pci-0000:00:12.0-ata-1-part2 -> ../../sda2
lrwxrwxrwx 1 root root  10 Aug 14 16:34 pci-0000:00:12.0-ata-1-part3 -> ../../sda3

/dev/disk/by-uuid:
total 0
drwxr-xr-x 2 root root  80 Aug 14 16:34 .
drwxr-xr-x 7 root root 140 Aug 14 16:34 ..
lrwxrwxrwx 1 root root  10 Aug 14 16:34 37A9-376A -> ../../sda2
lrwxrwxrwx 1 root root  10 Aug 14 16:34 d29dc3d8-ccb7-4f13-8f22-bd8e534aab22 -> ../../sda3

/dev/hugepages:
total 0
drwxr-xr-x  2 root root    0 Aug 14 16:34 .
drwxr-xr-x 15 root root 3140 Aug 14 16:34 ..

/dev/mqueue:
total 0
drwxrwxrwt  2 root root   40 Aug 14 16:34 .
drwxr-xr-x 15 root root 3140 Aug 14 16:34 ..

/dev/net:
total 0
drwxr-xr-x  2 root root      60 Aug 14 16:34 .
drwxr-xr-x 15 root root    3140 Aug 14 16:34 ..
crw-rw-rw-  1 root root 10, 200 Aug 14 16:34 tun

/dev/pts:
total 0
drwxr-xr-x  2 root root      0 Aug 14 16:34 .
drwxr-xr-x 15 root root   3140 Aug 14 16:34 ..
crw--w----  1 vyos tty  136, 0 Aug 14 16:37 0
c---------  1 root root   5, 2 Aug 14 16:34 ptmx

/dev/serial:
total 0
drwxr-xr-x  5 root root  100 Aug 14 16:34 .
drwxr-xr-x 15 root root 3140 Aug 14 16:34 ..
drwxr-xr-x  2 root root   60 Aug 14 16:34 by-bus
drwxr-xr-x  2 root root   60 Aug 14 16:34 by-id
drwxr-xr-x  2 root root   60 Aug 14 16:34 by-path

/dev/serial/by-bus:
total 0
drwxr-xr-x 2 root root  60 Aug 14 16:34 .
drwxr-xr-x 5 root root 100 Aug 14 16:34 ..
lrwxrwxrwx 1 root root  13 Aug 14 16:34 usb0b5p1.0 -> ../../ttyUSB0

/dev/serial/by-id:
total 0
drwxr-xr-x 2 root root  60 Aug 14 16:34 .
drwxr-xr-x 5 root root 100 Aug 14 16:34 ..
lrwxrwxrwx 1 root root  13 Aug 14 16:34 usb-Prolific_Technology_Inc._USB-Serial_Controller-if00-port0 -> ../../ttyUSB0

/dev/serial/by-path:
total 0
drwxr-xr-x 2 root root  60 Aug 14 16:34 .
drwxr-xr-x 5 root root 100 Aug 14 16:34 ..
lrwxrwxrwx 1 root root  13 Aug 14 16:34 pci-0000:00:15.0-usb-0:5:1.0-port0 -> ../../ttyUSB0

/dev/shm:
total 0
drwxrwxrwt  2 root root   40 Aug 14 16:34 .
drwxr-xr-x 15 root root 3140 Aug 14 16:34 ..

/dev/vfio:
total 0
drwxr-xr-x  2 root root      60 Aug 14 16:34 .
drwxr-xr-x 15 root root    3140 Aug 14 16:34 ..
crw-------  1 root root 10, 196 Aug 14 16:34 vfio

Details

Difficulty level
Unknown (require assessment)
Version
1.3-rolling-202008050117
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

@tux, this has been fixed in the current rolling.

Great news! I can confirm, after update, it is working. Thank you!

@tux great informative bug report!

erkin set Issue type to Bug (incorrect behavior).Aug 29 2021, 1:27 PM
erkin removed a subscriber: Active contributors.