-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quagga cannot start on image installed using sonic2sonic upgrade #579
Comments
In case SAME image is installed from ONIE, everything works fine |
@jleveque did you try to reproduce this? |
I have reproduced the issue. Zebra and bgpd fail to start because the ownership of the |
I think there is some problem in the docker.tar.gz file.
the according to the standard, https://www.gnu.org/software/tar/manual/html_node/Standard.html The magic field indicates that this archive was output in the P1003 archive format. If this field contains TMAGIC, the uname and gname fields will contain the ASCII representation of the owner and group of the file respectively. If found, the user and group IDs are used rather than the values in the uid and gid fields. |
addressed in #626 |
* src/sonic-utilities ee56d54...cb0e745 (11): > sonic_utilities: Support for DOM Threshold values for EEPROM dump (#545) > [portstat] Fix portstat show RX_UTIL over 100% for 100G (#563) > sonic_installer: fix read-only filesystem support for firmware update (#565) > Revert "show acl table command output should show binding column correctly even with single port (#447)" (#589) > show acl table command output should show binding column correctly even with single port (#447) > [config] Do no stop or restart dependent services (#582) > sfpshow: prevent 'show int trans eeprom --dom' from crashing (#567) > [warm-reboot] add docker upgrade --warm option and roll back support (#559) > [ecnconfig] Validate input WRED parameters (#579) > [sonic-utilities] Add fstrim to reboot (#535) > Fixing the expected neighbor command due to change in output format under sonic-buildimage/pull/3036 (#584)
* Update help infomration * Validate WRED parameters Avoid illegal inputs, e.g., Kmin > Kmax * Delete the useless code * Update help information for arguments
Submodule src/sonic-swss 2529d79..15652b2: > [mirrororch]: Add retry logic when deleting referenced mirror session (sonic-net#1104) Submodule src/sonic-utilities 0cfa942..c049e54: > [neighbor_advertiser]: Add sleep in setting mirror session and ACL rules (sonic-net#714) > [warm/fast reboot] continue executing when killing docker failed (sonic-net#713) > [ecnconfig] Validate input WRED parameters (sonic-net#579) Signed-off-by: Ying Xie <[email protected]>
Submodule src/sonic-swss 2529d79..15652b2: > [mirrororch]: Add retry logic when deleting referenced mirror session (#1104) Submodule src/sonic-utilities 0cfa942..c049e54: > [neighbor_advertiser]: Add sleep in setting mirror session and ACL rules (#714) > [warm/fast reboot] continue executing when killing docker failed (#713) > [ecnconfig] Validate input WRED parameters (#579) Signed-off-by: Ying Xie <[email protected]>
…exthop_group_… (sonic-net#579) * Fix race condition and avoid unnecessary create/delete nexthop_group_member Signed-off-by: Jipan Yang <[email protected]> * [VS]: Fix test_CrmNexthopGroupMember port oper status down problem Signed-off-by: Jipan Yang <[email protected]>
Daemons zebra and bgpd are not running
The text was updated successfully, but these errors were encountered: