-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[armhf][pmon] Support iSmart binary in armhf format for pmon#stormond #21319
Comments
9 tasks
wangxin
pushed a commit
to sonic-net/sonic-mgmt
that referenced
this issue
Jan 3, 2025
What is the motivation for this PR? Due to known issue sonic-net/sonic-buildimage#21319, ignore the ERR logs in loganalyzer. How did you do it? Update loganalyzer ignore file. How did you verify/test it? Verified on Nokia-7215 DUT, confirmed testcase can ignore this ERR log. Any platform specific information? Fix for Marvell-Armhf platform.
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this issue
Jan 5, 2025
…c-net#16301) What is the motivation for this PR? Due to known issue sonic-net/sonic-buildimage#21319, ignore the ERR logs in loganalyzer. How did you do it? Update loganalyzer ignore file. How did you verify/test it? Verified on Nokia-7215 DUT, confirmed testcase can ignore this ERR log. Any platform specific information? Fix for Marvell-Armhf platform.
9 tasks
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this issue
Jan 5, 2025
…c-net#16301) What is the motivation for this PR? Due to known issue sonic-net/sonic-buildimage#21319, ignore the ERR logs in loganalyzer. How did you do it? Update loganalyzer ignore file. How did you verify/test it? Verified on Nokia-7215 DUT, confirmed testcase can ignore this ERR log. Any platform specific information? Fix for Marvell-Armhf platform.
9 tasks
mssonicbld
pushed a commit
to sonic-net/sonic-mgmt
that referenced
this issue
Jan 5, 2025
What is the motivation for this PR? Due to known issue sonic-net/sonic-buildimage#21319, ignore the ERR logs in loganalyzer. How did you do it? Update loganalyzer ignore file. How did you verify/test it? Verified on Nokia-7215 DUT, confirmed testcase can ignore this ERR log. Any platform specific information? Fix for Marvell-Armhf platform.
mssonicbld
pushed a commit
to sonic-net/sonic-mgmt
that referenced
this issue
Jan 6, 2025
What is the motivation for this PR? Due to known issue sonic-net/sonic-buildimage#21319, ignore the ERR logs in loganalyzer. How did you do it? Update loganalyzer ignore file. How did you verify/test it? Verified on Nokia-7215 DUT, confirmed testcase can ignore this ERR log. Any platform specific information? Fix for Marvell-Armhf platform.
12 tasks
wangxin
pushed a commit
to sonic-net/sonic-mgmt
that referenced
this issue
Jan 10, 2025
Summary: Due to known issue sonic-net/sonic-buildimage#21319 PR #16301 doesn't ignore all the pmon iSmart binary format ERR log. Update the regex to ignore all of below ERR logs: /var/log/syslog.3.gz:2025 Jan 9 20:42:05.687373 7215-5 ERR pmon#SsdUtil[55]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.3.gz:2025 Jan 9 20:42:07.744397 7215-5 ERR pmon#StorageCommon[55]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.5.gz:2025 Jan 9 19:37:33.855554 7215-5 ERR pmon#SsdUtil[49]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.5.gz:2025 Jan 9 19:37:35.261567 7215-5 ERR pmon#StorageCommon[49]: [Errno 8] Exec format error: 'iSmart' What is the motivation for this PR? PR #16301 doesn't ignore all the pmon iSmart binary format ERR log. Update the regex to ignore all of below ERR logs: How did you do it? Update the regex. How did you verify/test it? Verified by running testcase: syslog/test_syslog.py::test_syslog
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this issue
Jan 10, 2025
Summary: Due to known issue sonic-net/sonic-buildimage#21319 PR sonic-net#16301 doesn't ignore all the pmon iSmart binary format ERR log. Update the regex to ignore all of below ERR logs: /var/log/syslog.3.gz:2025 Jan 9 20:42:05.687373 7215-5 ERR pmon#SsdUtil[55]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.3.gz:2025 Jan 9 20:42:07.744397 7215-5 ERR pmon#StorageCommon[55]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.5.gz:2025 Jan 9 19:37:33.855554 7215-5 ERR pmon#SsdUtil[49]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.5.gz:2025 Jan 9 19:37:35.261567 7215-5 ERR pmon#StorageCommon[49]: [Errno 8] Exec format error: 'iSmart' What is the motivation for this PR? PR sonic-net#16301 doesn't ignore all the pmon iSmart binary format ERR log. Update the regex to ignore all of below ERR logs: How did you do it? Update the regex. How did you verify/test it? Verified by running testcase: syslog/test_syslog.py::test_syslog
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this issue
Jan 10, 2025
Summary: Due to known issue sonic-net/sonic-buildimage#21319 PR sonic-net#16301 doesn't ignore all the pmon iSmart binary format ERR log. Update the regex to ignore all of below ERR logs: /var/log/syslog.3.gz:2025 Jan 9 20:42:05.687373 7215-5 ERR pmon#SsdUtil[55]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.3.gz:2025 Jan 9 20:42:07.744397 7215-5 ERR pmon#StorageCommon[55]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.5.gz:2025 Jan 9 19:37:33.855554 7215-5 ERR pmon#SsdUtil[49]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.5.gz:2025 Jan 9 19:37:35.261567 7215-5 ERR pmon#StorageCommon[49]: [Errno 8] Exec format error: 'iSmart' What is the motivation for this PR? PR sonic-net#16301 doesn't ignore all the pmon iSmart binary format ERR log. Update the regex to ignore all of below ERR logs: How did you do it? Update the regex. How did you verify/test it? Verified by running testcase: syslog/test_syslog.py::test_syslog
mssonicbld
pushed a commit
to sonic-net/sonic-mgmt
that referenced
this issue
Jan 10, 2025
Summary: Due to known issue sonic-net/sonic-buildimage#21319 PR #16301 doesn't ignore all the pmon iSmart binary format ERR log. Update the regex to ignore all of below ERR logs: /var/log/syslog.3.gz:2025 Jan 9 20:42:05.687373 7215-5 ERR pmon#SsdUtil[55]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.3.gz:2025 Jan 9 20:42:07.744397 7215-5 ERR pmon#StorageCommon[55]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.5.gz:2025 Jan 9 19:37:33.855554 7215-5 ERR pmon#SsdUtil[49]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.5.gz:2025 Jan 9 19:37:35.261567 7215-5 ERR pmon#StorageCommon[49]: [Errno 8] Exec format error: 'iSmart' What is the motivation for this PR? PR #16301 doesn't ignore all the pmon iSmart binary format ERR log. Update the regex to ignore all of below ERR logs: How did you do it? Update the regex. How did you verify/test it? Verified by running testcase: syslog/test_syslog.py::test_syslog
mssonicbld
pushed a commit
to sonic-net/sonic-mgmt
that referenced
this issue
Jan 10, 2025
Summary: Due to known issue sonic-net/sonic-buildimage#21319 PR #16301 doesn't ignore all the pmon iSmart binary format ERR log. Update the regex to ignore all of below ERR logs: /var/log/syslog.3.gz:2025 Jan 9 20:42:05.687373 7215-5 ERR pmon#SsdUtil[55]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.3.gz:2025 Jan 9 20:42:07.744397 7215-5 ERR pmon#StorageCommon[55]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.5.gz:2025 Jan 9 19:37:33.855554 7215-5 ERR pmon#SsdUtil[49]: [Errno 8] Exec format error: 'iSmart' /var/log/syslog.5.gz:2025 Jan 9 19:37:35.261567 7215-5 ERR pmon#StorageCommon[49]: [Errno 8] Exec format error: 'iSmart' What is the motivation for this PR? PR #16301 doesn't ignore all the pmon iSmart binary format ERR log. Update the regex to ignore all of below ERR logs: How did you do it? Update the regex. How did you verify/test it? Verified by running testcase: syslog/test_syslog.py::test_syslog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Current iSmart binary is only built for x86 platform. We need to compile it in armhf format for Marvell-Armhf (Nokia-7215) platform.
Steps to reproduce the issue:
Describe the results you received:
In current SONiC image (master, 202411, 202405), we see below ERR syslog periodically:
Describe the results you expected:
Expect the issue can be fixed in SONiC image and above ERR logs no longer be printed.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: