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
The error will be thrown before the device actually performs reboot (warm/fast).
Describe the results you received
$ sudo warm-reboot
Warning: 'sonic_installer' command is deprecated and will be removed in the future
Please use 'sonic-installer' instead
Warning: Stopping telemetry.service, but it can still be activated by:
telemetry.timer
Traceback (most recent call last):
File "/usr/bin/watchdogutil", line 12, in <module>
sys.exit(watchdogutil())
File "/usr/lib/python2.7/dist-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/lib/python2.7/dist-packages/click/core.py", line 1134, in invoke
Command.invoke(self, ctx)
File "/usr/lib/python2.7/dist-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python2.7/dist-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/watchdogutil/main.py", line 92, in watchdogutil
err = load_platform_watchdog()
File "/usr/lib/python2.7/dist-packages/watchdogutil/main.py", line 64, in load_platform_watchdog
platform = sonic_platform.platform.Platform()
File "/usr/local/lib/python2.7/dist-packages/sonic_platform/platform.py", line 25, in __init__
self._chassis = Chassis()
File "/usr/local/lib/python2.7/dist-packages/sonic_platform/chassis.py", line 62, in __init__
self._eeprom = Eeprom()
File "/usr/local/lib/python2.7/dist-packages/sonic_platform/eeprom.py", line 42, in __init__
raise RuntimeError("Eeprom is not Programmed")
RuntimeError: Eeprom is not Programmed
Describe the results you expected
No errors should be seen during reboot.
Additional information you deem important (e.g. issue happens only occasionally)
Output of show version
SONiC Software Version: SONiC.master.373-0a409ff6
Distribution: Debian 10.5
Kernel: 4.19.0-9-2-amd64
Build commit: 0a409ff6
Build date: Wed Aug 5 16:30:59 UTC 2020
Built by: johnar@jenkins-worker-11
The text was updated successfully, but these errors were encountered:
The line /usr/local/bin/s6100_i2c_enumeration.sh deinit & > /dev/null was added to the fast-reboot/warm-reboot plugin. However, the fast-reboot/warm-reboot calls watchdogutil arm AFTER the i2c bus has been de-init'ed, therefore causing the platform API to fail to communicate with the watchdog.
Description
Steps to reproduce the issue
Describe the results you received
Describe the results you expected
No errors should be seen during reboot.
Additional information you deem important (e.g. issue happens only occasionally)
Output of
show version
The text was updated successfully, but these errors were encountered: