Page MenuHomeVyOS Platform

Different serial console speeds appear in default boot configuration
Closed, ResolvedPublicBUG

Description

SUMMARY

STEPS TO REPRODUCE

  1. Start a Vyos ISO
  2. Login
  3. Run the following commands:

__

configure
show system console device ttyS0

OBSERVED RESULT

speed 9600
[edit]

EXPECTED RESULT

speed 115200
[edit]

SOFTWARE/OS VERSIONS

vyos-1.2.0-rolling+201905200337-amd64.iso

ADDITIONAL INFORMATION

There are two speed lines in the default configuration file:

grep speed /opt/vyatta/etc/config/config.boot
            speed "115200"
            speed "9600"

This seems to be caused by the "3-to4" migration script in vyatta-config-migrate setting the speed to 9600 inconditionally.

Details

Version
1.2.0-rolling+201905200337

Event Timeline

This patch should fix the issue.

wsapplegate updated the task description. (Show Details)
wsapplegate updated the task description. (Show Details)
wsapplegate updated the task description. (Show Details)
wsapplegate updated the task description. (Show Details)
wsapplegate updated the task description. (Show Details)
syncer triaged this task as Normal priority.
syncer edited projects, added VyOS 1.3 Equuleus; removed VyOS 1.2 Crux.
syncer added subscribers: Viacheslav, dmbaturin, syncer.

@Viacheslav Can you take a look at this and close it if it's obsolete?

Viacheslav moved this task from Need Triage to Completed on the VyOS Rolling board.

Could be closed

vyos@r14# grep speed /opt/vyatta/etc/config/config.boot
            speed "115200"
[edit]
vyos@r14#