Description
Console switch cannot be setup correctly on Celestica-E1031-T48S4 after install a new SONiC image. When connecting to console line, it will report Cannot connect: unable to open picocom process. After I run sudo service udev restart, it'll work correctly.
Steps to reproduce the issue:
- Install a new SONiC image on
Celestica-E1031-T48S4:
$ sudo sonic-installer install sonic-broadcom-slim.bin
- Reboot the switch to load the image:
- Config a console port and try to connect to it:
$ sudo config console add 48 --baud 9600
$ connect line 48
Cannot connect: unable to open picocom process
Describe the results you received:
When connecting to console line, it will report Cannot connect: unable to open picocom process. After I run sudo service udev restart, it'll work correctly.
Describe the results you expected:
Console switch can be setup correctly after a new SONiC image installed.