Skip to content
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

teamsyncd fails on start #368

Closed
marian-pritsak opened this issue Mar 3, 2017 · 0 comments
Closed

teamsyncd fails on start #368

marian-pritsak opened this issue Mar 3, 2017 · 0 comments
Labels

Comments

@marian-pritsak
Copy link
Collaborator

● teamd.service - TEAMD container
Loaded: loaded (/etc/systemd/system/teamd.service; enabled)
Active: active (running) since Fri 2017-03-03 15:05:23 UTC; 4min 51s ago
Process: 14282 ExecStop=/usr/bin/teamd.sh stop (code=exited, status=0/SUCCESS)
Main PID: 14315 (teamd.sh)
CGroup: /system.slice/teamd.service
├─14315 /bin/bash /usr/bin/teamd.sh start
└─14324 docker start -a teamd

Mar 03 15:05:26 arc-switch1026 teamd.sh[14315]: This program is not intended to be run as root.
Mar 03 15:05:26 arc-switch1026 teamd.sh[14315]: This program is not intended to be run as root.
Mar 03 15:05:26 arc-switch1026 teamd.sh[14315]: This program is not intended to be run as root.
Mar 03 15:05:26 arc-switch1026 teamd.sh[14315]: This program is not intended to be run as root.
Mar 03 15:05:26 arc-switch1026 teamd.sh[14315]: This program is not intended to be run as root.
Mar 03 15:05:27 arc-switch1026 teamd.sh[14315]: This program is not intended to be run as root.
Mar 03 15:05:27 arc-switch1026 teamd.sh[14315]: This program is not intended to be run as root.
Mar 03 15:05:27 arc-switch1026 teamd.sh[14315]: This program is not intended to be run as root.
Mar 03 15:05:27 arc-switch1026 teamd.sh[14315]: terminate called after throwing an instance of 'std::system_error'
Mar 03 15:05:27 arc-switch1026 teamd.sh[14315]: what(): Unable to connect to redis (unixs-socket): Cannot assign requested address

@marian-pritsak marian-pritsak self-assigned this Mar 3, 2017
@lguohan lguohan closed this as completed Mar 3, 2017
lguohan added a commit to lguohan/sonic-buildimage that referenced this issue Nov 1, 2018
swss:

* 863b69c 2018-11-01 | [teamsyncd]: Fix bug when removing selectable in select function (sonic-net#665) (HEAD, origin/master, origin/HEAD) [Shuotian Cheng]
* 2c83b68 2018-10-31 | Warm reboot: bring up ports for whole system warm reboot (sonic-net#653) [Qi Luo]
* d049d65 2018-10-31 | [vstest]: get subscribed objects from appdb and asicdb (sonic-net#664) [lguohan]
* 057a329 2018-10-31 | [vstest]: change the redis mount point when --dvsname is provided. (sonic-net#663) [lguohan]
* 34e157e 2018-10-31 | [VS]: fix swss warm restart test (sonic-net#662) [Jipan Yang]

sairedis:

* c612c5e 2018-11-01 | Add specific comparison logic for more objects (sonic-net#360) (HEAD, origin/master, origin/HEAD) [Kamil Cudnik]
* a6b709a 2018-10-31 | [syncd] re-establish notifications after warm boot (sonic-net#368) [Ying Xie]
* d655d20 2018-10-29 | [syncd] partial warm recovery support (sonic-net#352) [Ying Xie]
* 4d9aa18 2018-10-29 | Add missing object types to virtual switch (sonic-net#364) [Kamil Cudnik]
* 1fdaf47 2018-10-29 | Add VS support for setting stats via redis DB channel (sonic-net#366) [Kamil Cudnik]

Signed-off-by: Guohan Lu <[email protected]>
lguohan added a commit that referenced this issue Nov 1, 2018
swss:

* 863b69c 2018-11-01 | [teamsyncd]: Fix bug when removing selectable in select function (#665) (HEAD, origin/master, origin/HEAD) [Shuotian Cheng]
* 2c83b68 2018-10-31 | Warm reboot: bring up ports for whole system warm reboot (#653) [Qi Luo]
* d049d65 2018-10-31 | [vstest]: get subscribed objects from appdb and asicdb (#664) [lguohan]
* 057a329 2018-10-31 | [vstest]: change the redis mount point when --dvsname is provided. (#663) [lguohan]
* 34e157e 2018-10-31 | [VS]: fix swss warm restart test (#662) [Jipan Yang]

sairedis:

* c612c5e 2018-11-01 | Add specific comparison logic for more objects (#360) (HEAD, origin/master, origin/HEAD) [Kamil Cudnik]
* a6b709a 2018-10-31 | [syncd] re-establish notifications after warm boot (#368) [Ying Xie]
* d655d20 2018-10-29 | [syncd] partial warm recovery support (#352) [Ying Xie]
* 4d9aa18 2018-10-29 | Add missing object types to virtual switch (#364) [Kamil Cudnik]
* 1fdaf47 2018-10-29 | Add VS support for setting stats via redis DB channel (#366) [Kamil Cudnik]

Signed-off-by: Guohan Lu <[email protected]>
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this issue Sep 12, 2019
ecnconfig check against invalid argument value (sonic-net#343)
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this issue Mar 23, 2020
This commit adds new code to support PFC shared headroom pool size
(Ingress) for lossless traffic feature.  This is one of the requirement
for PFC support on SONiC. Included the defintion of buffer_pool_xoff_field_name

Verified by using a JSON configuration file to push the XOFF parameter
to program in Hardware.  XOFF parameter in JSON file translates to
SAI_BUFFER_POOL_ATTR_XOFF_SIZE which gets programmed in register
THDI_HDRM_BUFFER_CELL_LIMIT_HP. The register was programmed with correct
values.

Signed-off-by: Harish Venkatraman <[email protected]>
jleveque added a commit that referenced this issue Aug 8, 2020
* src/sonic-swss-common ed9c497...00bcd1d (6):
  > [warmboot] add disable warmstart timer value (#370)
  > Update .gitignore (#372)
  > Fix swss::exec return value (#368)
  > Revert "DBConnector classes to understand the namespace. (#364)" (#369)
  > DBConnector classes to understand the namespace. (#364)
  > Added new table in APPL_Db for DNAT Pool changes (#367)
dmytroxshevchuk pushed a commit to dmytroxshevchuk/sonic-buildimage that referenced this issue Aug 31, 2020
abdosi added a commit that referenced this issue Sep 19, 2020
   Fix SubscriberStateTable::hasCachedData formula for a timing risk
   (#379)
     Add restapi DB (#386)
     Fix swss::exec return value (#368)

Signed-off-by: Abhishek Dosi <[email protected]>
santhosh-kt pushed a commit to santhosh-kt/sonic-buildimage that referenced this issue Feb 25, 2021
* src/sonic-swss-common ed9c497...00bcd1d (6):
  > [warmboot] add disable warmstart timer value (sonic-net#370)
  > Update .gitignore (sonic-net#372)
  > Fix swss::exec return value (sonic-net#368)
  > Revert "DBConnector classes to understand the namespace. (sonic-net#364)" (sonic-net#369)
  > DBConnector classes to understand the namespace. (sonic-net#364)
  > Added new table in APPL_Db for DNAT Pool changes (sonic-net#367)
yxieca pushed a commit that referenced this issue May 18, 2023
… automatically (#15133)

src/sonic-platform-common

* ff72811 - (HEAD -> 202205, origin/202205) Fix issue '<' not supported between instances of 'NoneType' and 'int' (#371) (5 hours ago) [Junchao-Mellanox]
* f2a419d - Render Media lane and Media assignment options info from Application Code (#368) (8 hours ago) [rajann]
* d8bad10 - Retrieve FW version using CDB command for CMIS transceivers + handle single bank FW versioning (#372) (8 hours ago) [mihirpat1]
mssonicbld added a commit that referenced this issue Aug 30, 2023
… automatically (#16332)

#### Why I did it
src/sonic-platform-common
```
* 05cf5c1 - (HEAD -> 202211, origin/202211) Change Y cable simulator log level from error to warning due to false alarm (11 hours ago) [ShiyanWangMS]
* 35ea290 - Update CMIS api's rendering max-duration (#375) (11 hours ago) [rajann]
* 33bd498 - Retrieve FW version using CDB command for CMIS transceivers + handle single bank FW versioning (#372) (11 hours ago) [mihirpat1]
* 2434362 - Render Media lane and Media assignment options info from Application Code (#368) (11 hours ago) [rajann]
* 862674b - Modify sfputil show fwversion to include build version for active/inactive FW version fields (#367) (11 hours ago) [mihirpat1]
* 8edfece - Adding electrical for 800G and 100G (#365) (11 hours ago) [mihirpat1]
* 8a1debf - SFF-8472: Fix tx_disable_channel to avoid write to read-only bit (#364) (11 hours ago) [mihirpat1]
* 223a231 - Update host electrical interface for 2x400G breakout cable (#363) (11 hours ago) [mihirpat1]
* baabd8f - fix get module hardware minor revision (#361) (11 hours ago) [Qingxiao Ren]
* 2ebabf5 - Prevent VDM dictionary related KeyError when a transceiver module is pulled while a bulk get method is interrogating said module (#360) (11 hours ago) [snider-nokia]
* 1498ed6 - [CMIS] Add API to get module power up duration (#354) (11 hours ago) [ChiouRung Haung]
* 1cae718 - Modify get_host_lane_assignment_option to return value based on application id (#352) (11 hours ago) [mihirpat1]
```
#### How I did it
#### How to verify it
#### Description for the changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants