Page MenuHomeVyOS Platform

BCM57810 nic fails to start
Closed, ResolvedPublic

Description

F2196522D6B111E4839BBD62142BC82A.JPG (3×4 px, 2 MB)

BCM57810 nic fails to start when I build with the latest branch 1.3

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)

Event Timeline

lluu131 triaged this task as High priority.Mar 23 2020, 3:11 PM
lluu131 created this task.
lluu131 created this object in space S1 VyOS Public.
c-po raised the priority of this task from High to Unbreak Now!.
c-po added a subscriber: c-po.

Please provide the VyOS version used

pushed https://github.com/vyos/vyos-1x/pull/261 which should fix the issue.
@lluu131 if you know how to use vi and only if you are sure you can run:

sudo vi /usr/lib/python3/dist-packages/vyos/ifconfig/ethernet.py +123

and you change CalledProcessError with RuntimeError

also all calls to start-stop-daemon need to have a --oknodo option added