You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description xcvrd failed to start on Arista-7260, which results in pmon service failed to start.
Jan 4 02:29:34.281759 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd Traceback (most recent call last):
Jan 4 02:29:34.282026 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd File "/usr/local/bin/xcvrd", line 8, in <module>
Jan 4 02:29:34.282078 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd sys.exit(main())
Jan 4 02:29:34.282078 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd File "/usr/local/lib/python3.7/dist-packages/xcvrd/xcvrd.py", line 1376, in main
Jan 4 02:29:34.282091 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd xcvrd.run()
Jan 4 02:29:34.282091 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd File "/usr/local/lib/python3.7/dist-packages/xcvrd/xcvrd.py", line 1324, in run
Jan 4 02:29:34.282104 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd self.init()
Jan 4 02:29:34.282157 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd File "/usr/local/lib/python3.7/dist-packages/xcvrd/xcvrd.py", line 1289, in init
Jan 4 02:29:34.282157 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd post_port_sfp_dom_info_to_db(is_warm_start, self.stop_event)
Jan 4 02:29:34.282196 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd File "/usr/local/lib/python3.7/dist-packages/xcvrd/xcvrd.py", line 486, in post_port_sfp_dom_info_to_db
Jan 4 02:29:34.282196 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd post_port_sfp_info_to_db(logical_port_name, int_tbl[asic_index], transceiver_dict, stop_event)
Jan 4 02:29:34.282196 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd File "/usr/local/lib/python3.7/dist-packages/xcvrd/xcvrd.py", line 280, in post_port_sfp_info_to_db
Jan 4 02:29:34.282217 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd port_info_dict = _wrapper_get_transceiver_info(physical_port)
Jan 4 02:29:34.282275 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd File "/usr/local/lib/python3.7/dist-packages/xcvrd/xcvrd.py", line 164, in _wrapper_get_transceiver_info
Jan 4 02:29:34.282289 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd return platform_chassis.get_sfp(physical_port).get_transceiver_info()
Jan 4 02:29:34.282363 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd File "/usr/lib/python3/dist-packages/arista/utils/sonic_platform/sfp.py", line 110, in get_transceiver_info
Jan 4 02:29:34.282363 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd return self._get_sfputil().get_transceiver_info_dict(self._index)
Jan 4 02:29:34.282424 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd File "/usr/local/lib/python3.7/dist-packages/sonic_sfp/sfputilbase.py", line 912, in get_transceiver_info_dict
Jan 4 02:29:34.282424 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd byte0 = self._read_eeprom_specific_bytes(sysfsfile_eeprom, 0, 1)[0]
Jan 4 02:29:34.282485 str-7260cx3-acs-2 INFO pmon#/supervisord: xcvrd TypeError: 'NoneType' object is not subscriptable
Jan 4 02:29:35.327279 str-7260cx3-acs-2 INFO pmon#/supervisor-proc-exit-listener: Process xcvrd exited unxepectedly. Terminating supervisor...
Steps to reproduce the issue:
1.
2.
3.
Describe the results you received: pmon service is down because xcvrd failed to start.
Describe the results you expected:
All service should be healthy.
Additional information you deem important (e.g. issue happens only occasionally):
)
src/sonic-platform-common 9935fca...8664efc (2):
Make sonic_sfp Python2 and Python3 compatible (#157)
[sffbase.py] Fix to make Python 3-compatible (#156)
src/sonic-platform-daemons e6c786b...81318f7 (1):
[psud] Fix issue where PSU Fan info is not updated in State DB (#137)
Fixes#6341
)
src/sonic-platform-common 9935fca...8664efc (2):
Make sonic_sfp Python2 and Python3 compatible (#157)
[sffbase.py] Fix to make Python 3-compatible (#156)
src/sonic-platform-daemons e6c786b...81318f7 (1):
[psud] Fix issue where PSU Fan info is not updated in State DB (#137)
Fixes#6341
Description
xcvrd
failed to start on Arista-7260, which results inpmon
service failed to start.Steps to reproduce the issue:
1.
2.
3.
Describe the results you received:
pmon
service is down becausexcvrd
failed to start.Describe the results you expected:
All service should be healthy.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: