12-01-2020, 06:08 PM
So I will try to narrow down this issue by collecting more debug information. IMO the issue is not hardware related, the intermittent occurrence and other indications refer to a software problem.
However, I noticed an interresting point in the moode-logfiles of the two DUTs which where started simultaneously for testing:
/var/log/moode.log (snipped), DUT #1:
/var/log/moode.log (snipped), DUT #2:
So, both DUTs have some mystifying delay in the worker startup sequence, but after different operations.
DUT#1:
20201129 000028 worker: USB boot not available
20201129 000058 worker: File system not expanded yet
DUT#2:
20201129 000036 worker: File system not expanded yet
20201129 000105 worker: HDMI port on
Any idea what could be the cause for these delays? Same cause as for the timeout to open a connection to MPD?
However, I noticed an interresting point in the moode-logfiles of the two DUTs which where started simultaneously for testing:
/var/log/moode.log (snipped), DUT #1:
Code:
20201129 000028 worker: CPU gov (ondemand)
20201129 000028 worker: USB boot not available
20201129 000058 worker: File system not expanded yet
20201129 000058 worker: HDMI port on
20201129 000102 worker: File check (OK)
/var/log/moode.log (snipped), DUT #2:
Code:
20201129 000035 worker: USB boot not available
20201129 000036 worker: File system not expanded yet
20201129 000105 worker: HDMI port on
20201129 000109 worker: File check (OK)
20201129 000109 worker: -- Network
So, both DUTs have some mystifying delay in the worker startup sequence, but after different operations.
DUT#1:
20201129 000028 worker: USB boot not available
20201129 000058 worker: File system not expanded yet
DUT#2:
20201129 000036 worker: File system not expanded yet
20201129 000105 worker: HDMI port on
Any idea what could be the cause for these delays? Same cause as for the timeout to open a connection to MPD?