Page MenuHomeVyOS Platform

Show version all bug
Closed, ResolvedPublicBUG

Description

Show version all doesn't show all pkgs.

show version all

The latest pkgs that it shows

ii  rsync                                3.1.3-6                             amd64        fast, versatile, remote (and local) file-copying tool
ii  rsyslog                              8.1901.0-1                          amd64        reliable system and kernel logging daemon
ii  ruby                                 1:2.5.1                             amd64        Interpreter of object-oriented scripting language Ruby (default version)
ii  ruby-curses                          1.2.4-1+b1                          amd64        curses binding for Ruby
vyos@r1-roll:~$

Bug with

echo "Package versions:"; dpkg -l | awk '$0~/>/{exit}1'

https://github.com/vyos/vyos-1x/blob/a030eeb81b0f637f248c19353e36bead4938eb1d/op-mode-definitions/show-version.xml.in#L21

Details

Difficulty level
Easy (less than an hour)
Version
VyOS 1.4-rolling-202103190310
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Unspecified (please specify)

Event Timeline

Possible reason "> 2" in description "Ruby > 2.3"

vyos@r5:~$ echo "Package versions:"; dpkg -l | grep ruby-curse -A 2
Package versions:
ii  ruby-curses                          1.2.4-1+b1                          amd64        curses binding for Ruby
ii  ruby-did-you-mean                    1.2.1-1                             all          smart error messages for Ruby > 2.3
Viacheslav changed the task status from Open to Needs testing.Mar 28 2021, 4:06 PM
Viacheslav claimed this task.
Viacheslav set Issue type to Unspecified (please specify).
Viacheslav moved this task from Backport Candidates to Finished on the VyOS 1.4 Sagitta board.
Viacheslav moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.0-epa1) board.