Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.4.2 (build 4085) - 12 March 2025

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

If you are posting a new Topic about an error or if you need help PLEASE read this first viewtopic.php?p=164080#p164080

Cumulus Mx stop bug

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
stephtc
Posts: 64
Joined: Thu 10 Mar 2022 7:05 pm
Weather Station: GW1100
Operating System: Raspberry Pi3 B
Location: Estaimpuis BE
Contact:

Cumulus Mx stop bug

Post by stephtc »

Good morning,

I have a problem with CumulusMX
From time to time, it crashes for no reason and I have to restart it completely to unlock it.

After researching the last case, I find this in the syslog logs:

May 28 22:40:01 raspberrypi CRON[16632]: (root) CMD (cd /opt/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedDa>)
May 28 22:40:01 raspberrypi CRON[16631]: (CRON) info (No MTA installed, discarding output)
May 28 22:45:46 raspberrypi systemd[1]: cumulusmx.service: Main process exited, code=exited, status=1/FAILURE
May 28 22:45:46 raspberrypi systemd[1]: cumulusmx.service: Failed with result 'exit-code'.
May 28 22:45:46 raspberrypi systemd[1]: cumulusmx.service: Consumed 3h 26min 3.847s CPU time.

Looks like it came from a cron processing:

15 1 * * * cd /opt/CumulusMX; utils/bin/cumulusutils.exe thrifty website
*/10 * * * * cd /opt/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedDa>

Who seems to pass every 10 minutes... a healthcheck?

In the service logs, I managed to find this:

2023-05-28 22:40:00.257 DoLogFile: Writing log entry for 28/05/2023 22:40:00
2023-05-28 22:40:00.258 DoLogFile: log entry for 28/05/2023 22:40:00 written
2023-05-28 22:40:00.261 Writing today.ini, LastUpdateTime = 28/05/2023 22:40:00 raindaystart = 291.6 rain counter = 291.6
2023-05-28 22:40:02.823 Reading sensor ids
2023-05-28 22:40:04.092 LocalCopy: Error copy NOAA reports - Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/NOAAMO0523.txt".
2023-05-28 22:40:04.093 LocalCopy: Error copying standard data file [websitedata.json]
2023-05-28 22:40:04.093 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/websitedata.json".
2023-05-28 22:40:04.093 LocalCopy: Error copying graph data file [web/graphconfig.json]
2023-05-28 22:40:04.094 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/graphconfig.json".
2023-05-28 22:40:04.094 LocalCopy: Error copying graph data file [web/availabledata.json]
2023-05-28 22:40:04.094 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/availabledata.json".
2023-05-28 22:40:04.095 LocalCopy: Error copying graph data file [web/tempdata.json]
2023-05-28 22:40:04.095 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/tempdata.json".
2023-05-28 22:40:04.095 LocalCopy: Error copying graph data file [web/pressdata.json]
2023-05-28 22:40:04.095 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/pressdata.json".
2023-05-28 22:40:04.096 LocalCopy: Error copying graph data file [web/winddata.json]
2023-05-28 22:40:04.096 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/winddata.json".
2023-05-28 22:40:04.096 LocalCopy: Error copying graph data file [web/wdirdata.json]
2023-05-28 22:40:04.096 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/wdirdata.json".
2023-05-28 22:40:04.097 LocalCopy: Error copying graph data file [web/humdata.json]
2023-05-28 22:40:04.097 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/humdata.json".
2023-05-28 22:40:04.097 LocalCopy: Error copying graph data file [web/raindata.json]
2023-05-28 22:40:04.097 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/raindata.json".
2023-05-28 22:40:04.098 LocalCopy: Error copying graph data file [web/dailyrain.json]
2023-05-28 22:40:04.098 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/dailyrain.json".
2023-05-28 22:40:04.098 LocalCopy: Error copying graph data file [web/dailytemp.json]
2023-05-28 22:40:04.098 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/dailytemp.json".
2023-05-28 22:40:04.098 LocalCopy: Error copying graph data file [web/solardata.json]
2023-05-28 22:40:04.099 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/solardata.json".
2023-05-28 22:40:04.099 LocalCopy: Error copying graph data file [web/sunhours.json]
2023-05-28 22:40:04.099 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/sunhours.json".
2023-05-28 22:40:04.099 LocalCopy: Error copying graph data file [web/airquality.json]
2023-05-28 22:40:04.099 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/airquality.json".
2023-05-28 22:40:04.100 LocalCopy: Error copying daily graph data file [web/alldailytempdata.json]
2023-05-28 22:40:04.100 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailytempdata.json".
2023-05-28 22:40:04.100 LocalCopy: Error copying daily graph data file [web/alldailypressdata.json]
2023-05-28 22:40:04.100 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailypressdata.json".
2023-05-28 22:40:04.101 LocalCopy: Error copying daily graph data file [web/alldailywinddata.json]
2023-05-28 22:40:04.101 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailywinddata.json".
2023-05-28 22:40:04.101 LocalCopy: Error copying daily graph data file [web/alldailyhumdata.json]
2023-05-28 22:40:04.101 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailyhumdata.json".
2023-05-28 22:40:04.102 LocalCopy: Error copying daily graph data file [web/alldailyraindata.json]
2023-05-28 22:40:04.102 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailyraindata.json".
2023-05-28 22:40:04.102 LocalCopy: Error copying daily graph data file [web/alldailysolardata.json]
2023-05-28 22:40:04.102 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailysolardata.json".
2023-05-28 22:40:04.103 LocalCopy: Error copying daily graph data file [web/alldailydegdaydata.json]
2023-05-28 22:40:04.103 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailydegdaydata.json".
2023-05-28 22:40:04.103 LocalCopy: Error copying daily graph data file [web/alltempsumdata.json]
2023-05-28 22:40:04.103 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alltempsumdata.json".
2023-05-28 22:40:04.104 LocalCopy: Error copying moon image - Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/images/moon.png".
2023-05-28 22:40:08.527 FTP[Int]: Process complete
2023-05-28 22:40:14.837 Realtime[208]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:40:14.837 Realtime[208]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:40:14.837 Realtime[208]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:40:14.838 RealtimeLocalCopy[208]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:40:14.956 Realtime[208]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:40:14.956 Realtime[208]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:40:14.956 Realtime[208]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:40:29.804 Realtime[209]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:40:29.804 Realtime[209]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:40:29.804 Realtime[209]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:40:29.806 RealtimeLocalCopy[209]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:40:29.933 Realtime[209]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:40:29.933 Realtime[209]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:40:29.933 Realtime[209]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:40:44.804 Realtime[210]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:40:44.804 Realtime[210]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:40:44.804 Realtime[210]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:40:44.806 RealtimeLocalCopy[210]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:40:44.936 Realtime[210]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:40:44.936 Realtime[210]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:40:44.937 Realtime[210]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:40:59.803 Realtime[211]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:40:59.803 Realtime[211]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:40:59.803 Realtime[211]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:40:59.804 RealtimeLocalCopy[211]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.t[var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:43:59.939 Realtime[223]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:43:59.940 Realtime[223]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:43:59.940 Realtime[223]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:44:14.803 Realtime[224]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:44:14.803 Realtime[224]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:44:14.803 Realtime[224]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:44:14.804 RealtimeLocalCopy[224]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:44:14.910 Realtime[224]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:44:14.910 Realtime[224]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:44:14.910 Realtime[224]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:44:15.304 AWEKAS: Exception = The operation was canceled.
2023-05-28 22:44:29.805 Realtime[225]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:44:29.805 Realtime[225]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:44:29.806 Realtime[225]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:44:29.807 RealtimeLocalCopy[225]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:44:29.931 Realtime[225]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:44:29.931 Realtime[225]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:44:29.931 Realtime[225]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:44:44.805 Realtime[226]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:44:44.805 Realtime[226]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:44:44.806 Realtime[226]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:44:44.807 RealtimeLocalCopy[226]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:44:44.937 Realtime[226]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:44:44.938 Realtime[226]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:44:44.938 Realtime[226]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:44:59.805 Realtime[227]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:44:59.805 Realtime[227]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:44:59.805 Realtime[227]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:44:59.808 RealtimeLocalCopy[227]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:44:59.936 Realtime[227]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:44:59.936 Realtime[227]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:44:59.936 Realtime[227]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:45:14.805 Realtime[228]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:45:14.806 Realtime[228]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:45:14.806 Realtime[228]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:45:14.807 RealtimeLocalCopy[228]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:45:14.940 Realtime[228]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:45:14.940 Realtime[228]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:45:14.940 Realtime[228]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:45:29.805 Realtime[229]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:45:29.805 Realtime[229]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:45:29.806 Realtime[229]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:45:29.807 RealtimeLocalCopy[229]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:45:29.941 Realtime[229]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:45:29.942 Realtime[229]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:45:29.942 Realtime[229]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:45:44.805 Realtime[230]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:45:44.806 Realtime[230]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:45:44.806 Realtime[230]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:45:44.807 RealtimeLocalCopy[230]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:45:44.854 !!! Unhandled Exception !!!
System.ObjectDisposedException: Safe handle has been closed
at System.Runtime.InteropServices.SafeHandle.DangerousAddRef (System.Boolean& success) [0x0001c] in <de882a77e7c14f8ba5d298093dde82b2>:0
at System.Threading.NativeEventCalls.SetEvent (Microsoft.Win32.SafeHandles.SafeWaitHandle handle) [0x00002] in <de882a77e7c14f8ba5d298093dde82b2>:0
at System.Threading.EventWaitHandle.Set () [0x00000] in <de882a77e7c14f8ba5d298093dde82b2>:0
at (wrapper remoting-invoke-with-check) System.Threading.EventWaitHandle.Set()
at System.IOAsyncResult.set_IsCompleted (System.Boolean value) [0x0001e] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Net.Sockets.SocketAsyncResult.Complete () [0x00031] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Net.Sockets.SocketAsyncResult.Complete (System.Exception e) [0x00007] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Net.Sockets.Socket+<;>c.<.cctor>b__366_7 (System.IOAsyncResult ares) [0x000d9] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.IOSelectorJob.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <de882a77e7c14f8ba5d298093dde82b2>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <de882a77e7c14f8ba5d298093dde82b2>:0
2023-05-28 22:45:44.945 Realtime[230]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:45:44.945 Realtime[230]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:45:44.945 Realtime[230]: Warning, extra web file[2] not found! - web/CCdata.php

Any idea please?

Thanks in advance.
Cordially.
User avatar
HansR
Posts: 6926
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: Cumulus Mx stop bug

Post by HansR »

Hi,

Not sure what is going on but there is no connection between CMX and CUtils which is able to crash CMX so you can forget that.

However, there is an error in your crontab which shows:

Code: Select all

*/10 * * * * cd /opt/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedDa>
The last ">" does not belong there and apparently it does some harm.

Please remove the ">".

You don't get a message because you do not have an MTA installed which means Mail Transfer Agent. You could try sudo apt-get install postfix.

The messages you find in the CMX log have to do with the CMX configuration of your copying of the data files.
Hans

https://meteo-wagenborgen.nl
CMX build 4070+ ● RPi 4B ● Linux 6.6.62+rpt-rpi-v8 aarch64 (bookworm) ● dotnet 8.0.1
BlueSky: https://bsky.app/profile/wagenborgenwx.bsky.social
stephtc
Posts: 64
Joined: Thu 10 Mar 2022 7:05 pm
Weather Station: GW1100
Operating System: Raspberry Pi3 B
Location: Estaimpuis BE
Contact:

Re: Cumulus Mx stop bug

Post by stephtc »

Good morning,

Thank you very much, I will apply your changes.
I'll get back to you as soon as possible.
stephtc
Posts: 64
Joined: Thu 10 Mar 2022 7:05 pm
Weather Station: GW1100
Operating System: Raspberry Pi3 B
Location: Estaimpuis BE
Contact:

Re: Cumulus Mx stop bug

Post by stephtc »

Good morning,

I made the necessary,
I removed the last ">" and also installed postfix.
I'll see later if it continues, thank you very much for your help.
stephtc
Posts: 64
Joined: Thu 10 Mar 2022 7:05 pm
Weather Station: GW1100
Operating System: Raspberry Pi3 B
Location: Estaimpuis BE
Contact:

Re: Cumulus Mx stop bug

Post by stephtc »

Hello again,

I come back with errors again and Cumulus shutting down almost every day.

Here are the errors that are displayed in the log:



System.ObjectDisposedException: Safe handle has been closed
at System.Runtime.InteropServices.SafeHandle.DangerousAddRef (System.Boolean& success) [0x0001c] in <de882a77e7c14f8ba5d298093dde82b2>:0
at System.Threading.NativeEventCalls.SetEvent (Microsoft.Win32.SafeHandles.SafeWaitHandle handle) [0x00002] in <de882a77e7c14f8ba5d298093dde82b2>:0
at System.Threading.EventWaitHandle.Set () [0x00000] in <de882a77e7c14f8ba5d298093dde82b2>:0
at (wrapper remoting-invoke-with-check) System.Threading.EventWaitHandle.Set()
at System.IOAsyncResult.set_IsCompleted (System.Boolean value) [0x0001e] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Net.Sockets.SocketAsyncResult.Complete () [0x00031] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Net.Sockets.SocketAsyncResult.Complete (System.Exception e) [0x00007] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Net.Sockets.Socket+<>c.<.cctor>b__366_7 (System.IOAsyncResult ares) [0x000d9] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.IOSelectorJob.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <de882a77e7c14f8ba5d298093dde82b2>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <de882a77e7c14f8ba5d298093dde82b2>:0


Do you have an idea ?

Thank you so much
User avatar
HansR
Posts: 6926
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: Cumulus Mx stop bug

Post by HansR »

This seems to be a coding/threading issue so that's for Mark. He is off for a well deserved holiday so it will be a wait.
Make sure your installation or update has been done correctly and all files in the distribution are copied over!
Hans

https://meteo-wagenborgen.nl
CMX build 4070+ ● RPi 4B ● Linux 6.6.62+rpt-rpi-v8 aarch64 (bookworm) ● dotnet 8.0.1
BlueSky: https://bsky.app/profile/wagenborgenwx.bsky.social
SamiS
Posts: 511
Joined: Sun 27 Feb 2011 5:13 pm
Weather Station: Ecowitt HP2551 & GW1100
Operating System: Raspberry Pi OS
Location: Kangasala, Finland

Re: Cumulus Mx stop bug

Post by SamiS »

@stephtc What mono version are you running? Old mono versions are known to cause crashes with some CMX features. The recommended version is 6.12.x (my system seems to be running 6.12.0.108 currently).
stephtc
Posts: 64
Joined: Thu 10 Mar 2022 7:05 pm
Weather Station: GW1100
Operating System: Raspberry Pi3 B
Location: Estaimpuis BE
Contact:

Re: Cumulus Mx stop bug

Post by stephtc »

No worries, I'll wait to see what Marc answers me in this case.
THANKS ;)
User avatar
mcrossley
Posts: 14388
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Cumulus Mx stop bug

Post by mcrossley »

It appears to be a crash in Mono, but if you switch on Debug logging in CMX and post the MXdiags file when the next uncaught exception happens it may give me a clue.
stephtc
Posts: 64
Joined: Thu 10 Mar 2022 7:05 pm
Weather Station: GW1100
Operating System: Raspberry Pi3 B
Location: Estaimpuis BE
Contact:

Re: Cumulus Mx stop bug

Post by stephtc »

Hello, no problem I re installed Cumulus since no problem.

I'm still waiting a bit and if it comes back I'll let you know.

Thank you so much.
stephtc
Posts: 64
Joined: Thu 10 Mar 2022 7:05 pm
Weather Station: GW1100
Operating System: Raspberry Pi3 B
Location: Estaimpuis BE
Contact:

Re: Cumulus Mx stop bug

Post by stephtc »

Hello,

we had to talk about it for it to happen again, I made a raspinfo if it helps ...

cmx@raspberrypi:~ $ raspinfo
System Information
------------------

Raspberry Pi 3 Model B Rev 1.2
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"

Raspberry Pi reference 2022-04-04
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 226b479f8d32919c9f e36dd5b4c20c02682f8180, stage2

Linux raspberrypi 6.1.34-v7+ #1657 SMP Fri Jun 16 12:27:30 BST 2023 armv7l GNU/L inux
Revision : a02082
Serial : 00000000c30ce02e
Model : Raspberry Pi 3 Model B Rev 1.2
Throttled flag : throttled=0x0
Camera : supported=0 detected=0, libcamera interfaces=0

Videocore information
---------------------

Apr 25 2023 18:32:05
Copyright (c) 2012 Broadcom
version d7f9c2b4ef7e4a8c0b04374a879ce89d7a948453 (clean) (release) (start)

alloc failures: 0
compactions: 0
legacy block fails: 0

Filesystem information
----------------------
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 30194332 12015324 17513180 41% /
devtmpfs 340460 0 340460 0% /dev
tmpfs 472044 4 472040 1% /dev/shm
tmpfs 188820 2620 186200 2% /run
tmpfs 5120 4 5116 1% /run/lock
/dev/sda1 258095 51474 206621 20% /boot
tmpfs 94408 0 94408 0% /run/user/1000

Filename Type Size Used P riority
/var/swap file 511996 1288 - 2

Package version information
---------------------------
raspberrypi-ui-mods:
Installed: (none)
raspberrypi-sys-mods:
Installed: 20230510~bullseye
openbox:
Installed: (none)
lxpanel:
Installed: (none)
pcmanfm:
Installed: (none)
rpd-plym-splash:
Installed: (none)

Networking Information
----------------------

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet x.x.x.x netmask x.x.x.x broadcast x.x.x.x
inet6 y.y.y.y.y.y.y.y prefixlen 128 scopeid 0x0<global>
inet6 y.y.y.y.y.y.y.y prefixlen 64 scopeid 0x0<global>
inet6 y::y.y.y.y prefixlen 64 scopeid 0x20<link>
ether m.m.m.m txqueuelen 1000 (Ethernet)
RX packets 1030706 bytes 206252026 (196.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 983581 bytes 290314732 (276.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet x.x.x.x netmask x.x.x.x
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 1448839 bytes 876576802 (835.9 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1448839 bytes 876576802 (835.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


USB Information
---------------

/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/5p, 480M
|__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=smsc95xx, 4 80M
|__ Port 4: Dev 4, If 0, Class=Mass Storage, Driver=usb-storage, 480M

Display Information
-------------------

Running (F)KMS, console

/sys/class/drm/card0-HDMI-A-1

/sys/class/drm/card0-Writeback-1


Connector 0 (32) HDMI-A-1 (disconnected)
Encoder 0 (31) TMDS



/sys/kernel/debug/dri/0/state:
plane[41]: plane-0
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=0
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[58]: plane-1
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=0
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[69]: plane-2
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=0
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[80]: plane-3
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=0
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[91]: plane-4
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=1
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[101]: plane-5
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=2
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[111]: plane-6
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=3
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[121]: plane-7
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=4
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[131]: plane-8
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=5
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[141]: plane-9
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=6
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[151]: plane-10
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=7
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[161]: plane-11
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=8
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[171]: plane-12
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=9
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[181]: plane-13
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=a
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[191]: plane-14
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=b
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[201]: plane-15
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=c
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[211]: plane-16
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=d
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[221]: plane-17
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=e
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[231]: plane-18
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=f
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[241]: plane-19
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=10
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[251]: plane-20
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=11
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[261]: plane-21
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=11
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[271]: plane-22
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=11
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
plane[281]: plane-23
crtc=(null)
fb=0
crtc-pos=0x0+0+0
src-pos=0.000000x0.000000+0.000000+0.000000
rotation=1
normalized-zpos=11
color-encoding=ITU-R BT.709 YCbCr
color-range=YCbCr limited range
crtc[51]: txp
enable=0
active=0
self_refresh_active=0
planes_changed=0
mode_changed=0
active_changed=0
connectors_changed=0
color_mgmt_changed=0
plane_mask=0
connector_mask=0
encoder_mask=0
mode: "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0
crtc[68]: pixelvalve-0
enable=0
active=0
self_refresh_active=0
planes_changed=0
mode_changed=0
active_changed=0
connectors_changed=0
color_mgmt_changed=0
plane_mask=0
connector_mask=0
encoder_mask=0
mode: "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0
crtc[79]: pixelvalve-1
enable=0
active=0
self_refresh_active=0
planes_changed=0
mode_changed=0
active_changed=0
connectors_changed=0
color_mgmt_changed=0
plane_mask=0
connector_mask=0
encoder_mask=0
mode: "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0
crtc[90]: pixelvalve-2
enable=0
active=0
self_refresh_active=0
planes_changed=0
mode_changed=0
active_changed=0
connectors_changed=0
color_mgmt_changed=0
plane_mask=0
connector_mask=0
encoder_mask=0
mode: "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0
connector[32]: HDMI-A-1
crtc=(null)
self_refresh_aware=0
max_requested_bpc=8
connector[57]: Writeback-1
crtc=(null)
self_refresh_aware=0
max_requested_bpc=0



config.txt
----------

aphy_params_current=819
arm_freq=1200
arm_freq_min=600
audio_pwm_mode=514
camera_auto_detect=1
config_hdmi_boost=5
core_freq=400
desired_osc_freq=0x387520
disable_commandline_tags=2
disable_l2cache=1
disable_overscan=1
display_auto_detect=1
display_hdmi_rotate=-1
display_lcd_rotate=-1
dphy_params_current=547
dvfs=3
enable_tvout=1
force_eeprom_read=1
force_pwm_open=1
framebuffer_ignore_alpha=1
framebuffer_swap=1
gpu_freq=300
init_uart_clock=0x2dc6c00
lcd_framerate=60
mask_gpu_interrupt0=3072
mask_gpu_interrupt1=26370
max_framebuffers=2
over_voltage_avs=0x124f8
pause_burst_frames=1
program_serial_random=1
sdram_freq=450
total_mem=1024
hdmi_force_cec_address:0=65535
hdmi_force_cec_address:1=65535
hdmi_pixel_freq_limit:0=0x9a7ec80
device_tree=-
overlay_prefix=overlays/
hdmi_cvt:0=
hdmi_cvt:1=
hdmi_edid_filename:0=
hdmi_edid_filename:1=
hdmi_timings:0=
hdmi_timings:1=

cmdline.txt
-----------
coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.ena ble_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Compo site-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 consol e=ttyS0,115200 console=tty1 root=PARTUUID=b3ea02ef-02 rootfstype=ext4 fsck.repai r=yes rootwait

raspi-gpio settings
-------------------

BANK0 (GPIO 0 to 27):
GPIO 0: level=1 fsel=0 func=INPUT
GPIO 1: level=1 fsel=0 func=INPUT
GPIO 2: level=1 fsel=0 func=INPUT
GPIO 3: level=1 fsel=0 func=INPUT
GPIO 4: level=1 fsel=0 func=INPUT
GPIO 5: level=1 fsel=0 func=INPUT
GPIO 6: level=1 fsel=0 func=INPUT
GPIO 7: level=1 fsel=0 func=INPUT
GPIO 8: level=1 fsel=0 func=INPUT
GPIO 9: level=0 fsel=0 func=INPUT
GPIO 10: level=0 fsel=0 func=INPUT
GPIO 11: level=0 fsel=0 func=INPUT
GPIO 12: level=0 fsel=0 func=INPUT
GPIO 13: level=0 fsel=0 func=INPUT
GPIO 14: level=0 fsel=0 func=INPUT
GPIO 15: level=1 fsel=0 func=INPUT
GPIO 16: level=0 fsel=0 func=INPUT
GPIO 17: level=0 fsel=0 func=INPUT
GPIO 18: level=0 fsel=0 func=INPUT
GPIO 19: level=0 fsel=0 func=INPUT
GPIO 20: level=0 fsel=0 func=INPUT
GPIO 21: level=0 fsel=0 func=INPUT
GPIO 22: level=0 fsel=0 func=INPUT
GPIO 23: level=0 fsel=0 func=INPUT
GPIO 24: level=0 fsel=0 func=INPUT
GPIO 25: level=0 fsel=0 func=INPUT
GPIO 26: level=0 fsel=0 func=INPUT
GPIO 27: level=0 fsel=0 func=INPUT
BANK1 (GPIO 28 to 45):
GPIO 28: level=0 fsel=0 func=INPUT
GPIO 29: level=1 fsel=1 func=OUTPUT
GPIO 30: level=0 fsel=0 func=INPUT
GPIO 31: level=0 fsel=0 func=INPUT
GPIO 32: level=1 fsel=7 alt=3 func=TXD0
GPIO 33: level=1 fsel=7 alt=3 func=RXD0
GPIO 34: level=1 fsel=7 alt=3 func=SD1_CLK
GPIO 35: level=1 fsel=7 alt=3 func=SD1_CMD
GPIO 36: level=1 fsel=7 alt=3 func=SD1_DAT0
GPIO 37: level=1 fsel=7 alt=3 func=SD1_DAT1
GPIO 38: level=1 fsel=7 alt=3 func=SD1_DAT2
GPIO 39: level=1 fsel=7 alt=3 func=SD1_DAT3
GPIO 40: level=0 fsel=4 alt=0 func=PWM0
GPIO 41: level=0 fsel=4 alt=0 func=PWM1
GPIO 42: level=1 fsel=4 alt=0 func=GPCLK1
GPIO 43: level=1 fsel=4 alt=0 func=GPCLK2
GPIO 44: level=1 fsel=0 func=INPUT
GPIO 45: level=1 fsel=0 func=INPUT
BANK2 (GPIO 46 to 53):
GPIO 46: level=1 fsel=0 func=INPUT
GPIO 47: level=1 fsel=1 func=OUTPUT
GPIO 48: level=0 fsel=4 alt=0 func=SD0_CLK
GPIO 49: level=1 fsel=4 alt=0 func=SD0_CMD
GPIO 50: level=1 fsel=4 alt=0 func=SD0_DAT0
GPIO 51: level=1 fsel=4 alt=0 func=SD0_DAT1
GPIO 52: level=1 fsel=4 alt=0 func=SD0_DAT2
GPIO 53: level=1 fsel=4 alt=0 func=SD0_DAT3

vcdbg log messages
------------------

Failed to allocate -201253077 bytes for message buffer

dmesg log
---------

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.34-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc- 8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) # 1657 SMP Fri Jun 16 12:27:30 BST 2023
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio n cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
[ 0.000000] random: crng init done
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Reserved memory: created CMA memory pool at 0x1ec00000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id share d-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003b3fffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff]
[ 0.000000] percpu: Embedded 17 pages/cpu s36884 r8192 d24556 u69632
[ 0.000000] pcpu-alloc: s36884 r8192 d24556 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835 .enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 s nd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec0000 0 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=b3 ea02ef-02 rootfstype=ext4 fsck.repair=yes rootwait
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, li near)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 680924K/970752K available (10240K kernel code, 1453K rwda ta, 2904K rodata, 1024K init, 613K bss, 27684K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 34835 entries in 103 pages
[ 0.000000] ftrace: allocated 103 pages with 5 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jif fies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 43980 46511078ns
[ 0.000018] Switching to timer-based delay loop, resolution 52ns
[ 0.000390] Console: colour dummy device 80x30
[ 0.001015] printk: console [tty1] enabled
[ 0.001078] Calibrating delay loop (skipped), value calculated using timer fr equency.. 38.40 BogoMIPS (lpj=192000)
[ 0.001124] pid_max: default: 32768 minimum: 301
[ 0.001285] LSM: Security Framework initializing
[ 0.001509] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linea r)
[ 0.001552] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.002728] cgroup: Disabling memory control group subsystem
[ 0.002982] CPU: Testing write buffer coherency: ok
[ 0.003423] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.004295] cblist_init_generic: Setting adjustable number of callback queues .
[ 0.004332] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.004460] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.004621] Setting up static identity map for 0x100000 - 0x10003c
[ 0.004778] rcu: Hierarchical SRCU implementation.
[ 0.004803] rcu: Max phase no-delay instances is 1000.
[ 0.005538] smp: Bringing up secondary CPUs ...
[ 0.006452] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.007408] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.008287] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.008389] smp: Brought up 1 node, 4 CPUs
[ 0.008473] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.008500] CPU: All CPU(s) started in HYP mode.
[ 0.008520] CPU: Virtualization extensions available.
[ 0.009281] devtmpfs: initialized
[ 0.024272] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.024512] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma x_idle_ns: 19112604462750000 ns
[ 0.024566] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.034788] pinctrl core: initialized pinctrl subsystem
[ 0.035991] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.039139] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.044123] audit: initializing netlink subsys (disabled)
[ 0.044371] audit: type=2000 audit(0.040:1): state=initialized audit_enabled= 0 res=1
[ 0.044977] thermal_sys: Registered thermal governor 'step_wise'
[ 0.045881] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.045935] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.046196] Serial: AMBA PL011 UART driver
[ 0.052200] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.070079] raspberrypi-firmware soc:firmware: Attached to firmware from 2023 -04-25T18:32:05, variant start
[ 0.080093] raspberrypi-firmware soc:firmware: Firmware hash is d7f9c2b4ef7e4 a8c0b04374a879ce89d7a948453
[ 0.122328] kprobes: kprobe jump-optimization is enabled. All kprobes are opt imized if possible.
[ 0.128461] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.130157] SCSI subsystem initialized
[ 0.130420] usbcore: registered new interface driver usbfs
[ 0.130493] usbcore: registered new interface driver hub
[ 0.130562] usbcore: registered new device driver usb
[ 0.130798] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.130984] usb_phy_generic phy: dummy supplies not allowed for exclusive req uests
[ 0.131271] pps_core: LinuxPPS API ver. 1 registered
[ 0.131297] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome tti <giometti@linux.it>
[ 0.131346] PTP clock support registered
[ 2.008383] clocksource: Switched to clocksource arch_sys_counter
[ 2.104603] VFS: Disk quotas dquot_6.6.0
[ 2.104724] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 2.104900] FS-Cache: Loaded
[ 2.105245] CacheFiles: Loaded
[ 2.114353] NET: Registered PF_INET protocol family
[ 2.114664] IP idents hash table entries: 16384 (order: 5, 131072 bytes, line ar)
[ 2.117376] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 2.117442] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 2.117487] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 2.117624] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear )
[ 2.117972] TCP: Hash tables configured (established 8192 bind 8192)
[ 2.118127] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 2.118197] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 2.118475] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 2.119005] RPC: Registered named UNIX socket transport module.
[ 2.119033] RPC: Registered udp transport module.
[ 2.119056] RPC: Registered tcp transport module.
[ 2.119076] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 2.120670] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counter s available
[ 2.123632] Initialise system trusted keyrings
[ 2.123916] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 2.133037] zbud: loaded
[ 2.135427] NFS: Registering the id_resolver key type
[ 2.135486] Key type id_resolver registered
[ 2.135510] Key type id_legacy registered
[ 2.135645] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 2.135675] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering ...
[ 2.137062] Key type asymmetric registered
[ 2.137089] Asymmetric key parser 'x509' registered
[ 2.137272] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 47)
[ 2.137306] io scheduler mq-deadline registered
[ 2.137333] io scheduler kyber registered
[ 2.142484] simple-framebuffer 3eaa9000.framebuffer: framebuffer at 0x3eaa900 0, 0x151800 bytes
[ 2.142549] simple-framebuffer 3eaa9000.framebuffer: format=a8r8g8b8, mode=72 0x480x32, linelength=2880
[ 2.147281] Console: switching to colour frame buffer device 90x30
[ 2.153891] simple-framebuffer 3eaa9000.framebuffer: fb0: simplefb registered !
[ 2.161086] bcm2835-rng 3f104000.rng: hwrng registered
[ 2.163996] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000 000(1024 MiB)
[ 2.169944] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f2 00000
[ 2.183820] brd: module loaded
[ 2.193772] loop: module loaded
[ 2.196967] Loading iSCSI transport class v2.0-870.
[ 2.200995] usbcore: registered new interface driver lan78xx
[ 2.203656] usbcore: registered new interface driver smsc95xx
[ 2.206255] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 2.936523] Core Release: 2.80a
[ 2.939068] Setting default values for core params
[ 2.941573] Finished setting default values for core params
[ 3.144333] Using Buffer DMA mode
[ 3.146828] Periodic Transfer Interrupt Enhancement - disabled
[ 3.149367] Multiprocessor Interrupt Enhancement - disabled
[ 3.151845] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 3.154344] Dedicated Tx FIFOs mode

[ 3.157338] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = 9ed04 000 dma = 0xded04000 len=9024
[ 3.164578] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 3.175832] dwc_otg: Microframe scheduler enabled

[ 3.175945] WARN::hcd_init_fiq:457: FIQ on core 1

[ 3.180034] WARN::hcd_init_fiq:458: FIQ ASM at 807c68b8 length 36

[ 3.184019] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
[ 3.188108] dwc_otg 3f980000.usb: DWC OTG Controller
[ 3.190270] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 3.192461] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
[ 3.194621] Init: Port Power? op_state=1
[ 3.196717] Init: Power Port (0)
[ 3.199020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bc dDevice= 6.01
[ 3.203265] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber= 1
[ 3.205517] usb usb1: Product: DWC OTG Controller
[ 3.207732] usb usb1: Manufacturer: Linux 6.1.34-v7+ dwc_otg_hcd
[ 3.210002] usb usb1: SerialNumber: 3f980000.usb
[ 3.212897] hub 1-0:1.0: USB hub found
[ 3.215118] hub 1-0:1.0: 1 port detected
[ 3.217818] dwc_otg: FIQ enabled
[ 3.217828] dwc_otg: NAK holdoff enabled
[ 3.217836] dwc_otg: FIQ split-transaction FSM enabled
[ 3.217855] Module dwc_common_port init
[ 3.218155] usbcore: registered new interface driver usb-storage
[ 3.220510] mousedev: PS/2 mouse device common for all mice
[ 3.225127] sdhci: Secure Digital Host Controller Interface driver
[ 3.227354] sdhci: Copyright(c) Pierre Ossman
[ 3.229961] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.234107] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.236704] hid: raw HID events driver (C) Jiri Kosina
[ 3.239144] usbcore: registered new interface driver usbhid
[ 3.241420] usbhid: USB HID core driver
[ 3.247762] Initializing XFRM netlink socket
[ 3.250111] NET: Registered PF_PACKET protocol family
[ 3.252422] Key type dns_resolver registered
[ 3.255357] Registering SWP/SWPB emulation handler
[ 3.258207] registered taskstats version 1
[ 3.260419] Loading compiled-in X.509 certificates
[ 3.263338] Key type .fscrypt registered
[ 3.265510] Key type fscrypt-provisioning registered
[ 3.278817] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 3.281108] 3f201000.serial: ttyAMA1 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
[ 3.285482] serial serial0: tty port ttyAMA1 registered
[ 3.289643] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 3.292112] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains drive r
[ 3.295656] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 3.297967] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[ 3.328074] sdhost: log_buf @ 3bf8dcee (ded07000)
[ 3.338501] Indeed it is in host mode hprt0 = 00021501
[ 3.378699] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 3.383300] of_cfs_init
[ 3.385651] of_cfs_init: OK
[ 3.388947] Waiting for root device PARTUUID=b3ea02ef-02...
[ 3.462603] mmc1: new high speed SDIO card at address 0001
[ 3.548406] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 3.550752] Indeed it is in host mode hprt0 = 00001101
[ 3.788637] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcd Device= 2.00
[ 3.793216] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.796284] hub 1-1:1.0: USB hub found
[ 3.798829] hub 1-1:1.0: 5 ports detected
[ 4.118415] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 4.248626] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, b cdDevice= 2.00
[ 4.253596] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber =0
[ 4.258768] smsc95xx v2.0.0
[ 4.370178] SMSC LAN8700 usb-001:003:01: attached PHY driver (mii_bus:phy_add r=usb-001:003:01, irq=199)
[ 4.376038] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb- 1.1, smsc95xx USB 2.0 Ethernet, m.m.m.m
[ 5.078398] usb 1-1.4: new high-speed USB device number 4 using dwc_otg
[ 5.209769] usb 1-1.4: New USB device found, idVendor=174c, idProduct=55aa, b cdDevice= 1.00
[ 5.215226] usb 1-1.4: New USB device strings: Mfr=2, Product=3, SerialNumber =1
[ 5.218096] usb 1-1.4: Product: My Drive 2.5"
[ 5.220942] usb 1-1.4: Manufacturer: PLATINUM
[ 5.223798] usb 1-1.4: SerialNumber: 123456789012
[ 5.227281] usb-storage 1-1.4:1.0: USB Mass Storage device detected
[ 5.230887] usb-storage 1-1.4:1.0: Quirks match for vid 174c pid 55aa: 400000
[ 5.233879] scsi host0: usb-storage 1-1.4:1.0
[ 6.239517] scsi 0:0:0:0: Direct-Access PLATINUM My Drive 2.5" 0 PQ : 0 ANSI: 6
[ 6.255527] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[ 6.258812] sd 0:0:0:0: [sda] Write Protect is off
[ 6.261597] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 6.262011] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, does n't support DPO or FUA
[ 6.271566] sda: sda1 sda2
[ 6.274864] sd 0:0:0:0: [sda] Attached SCSI disk
[ 6.307667] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
[ 6.310494] EXT4-fs (sda2): write access will be enabled during recovery
[ 6.334511] EXT4-fs (sda2): orphan cleanup on readonly fs
[ 6.353950] EXT4-fs (sda2): 5 orphan inodes deleted
[ 6.356526] EXT4-fs (sda2): recovery complete
[ 6.366528] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
[ 6.371440] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
[ 6.381046] devtmpfs: mounted
[ 6.389043] Freeing unused kernel image (initmem) memory: 1024K
[ 6.408870] Run /sbin/init as init process
[ 6.411219] with arguments:
[ 6.411227] /sbin/init
[ 6.411235] with environment:
[ 6.411241] HOME=/
[ 6.411249] TERM=linux
[ 6.780500] systemd[1]: System time before build time, advancing clock.
[ 7.008853] NET: Registered PF_INET6 protocol family
[ 7.012916] Segment Routing with IPv6
[ 7.015411] In-situ OAM (IOAM) with IPv6
[ 7.079590] systemd[1]: systemd 247.3-7+rpi1+deb11u2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRY PT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[ 7.088238] systemd[1]: Detected architecture arm.
[ 7.121314] systemd[1]: Set hostname to <raspberrypi>.
[ 8.468390] systemd[1]: Queued start job for default target Multi-User System .
[ 8.521347] systemd[1]: Created slice system-getty.slice.
[ 8.528325] systemd[1]: Created slice system-modprobe.slice.
[ 8.535198] systemd[1]: Created slice system-postfix.slice.
[ 8.542073] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 8.548651] systemd[1]: Created slice User and Session Slice.
[ 8.554690] systemd[1]: Started Dispatch Password Requests to Console Directo ry Watch.
[ 8.560908] systemd[1]: Started Forward Password Requests to Wall Directory W atch.
[ 8.568137] systemd[1]: Set up automount Arbitrary Executable File Formats Fi le System Automount Point.
[ 8.577536] systemd[1]: Reached target Local Encrypted Volumes.
[ 8.584235] systemd[1]: Reached target Paths.
[ 8.590542] systemd[1]: Reached target Slices.
[ 8.596792] systemd[1]: Reached target Swap.
[ 8.608868] systemd[1]: Listening on Syslog Socket.
[ 8.615677] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 8.622171] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 8.629533] systemd[1]: Listening on Journal Audit Socket.
[ 8.636317] systemd[1]: Listening on Journal Socket (/dev/log).
[ 8.643203] systemd[1]: Listening on Journal Socket.
[ 8.649980] systemd[1]: Listening on udev Control Socket.
[ 8.656293] systemd[1]: Listening on udev Kernel Socket.
[ 8.662980] systemd[1]: Condition check resulted in Huge Pages File System be ing skipped.
[ 8.718833] systemd[1]: Mounting POSIX Message Queue File System...
[ 8.729608] systemd[1]: Mounting RPC Pipe File System...
[ 8.741673] systemd[1]: Mounting Kernel Debug File System...
[ 8.753502] systemd[1]: Mounting Kernel Trace File System...
[ 8.760666] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ 8.773829] systemd[1]: Starting Restore / save the current clock...
[ 8.786639] systemd[1]: Starting Set the console keyboard layout...
[ 8.799520] systemd[1]: Starting Create list of static device nodes for the c urrent kernel...
[ 8.815468] systemd[1]: Starting Load Kernel Module configfs...
[ 8.828615] systemd[1]: Starting Load Kernel Module drm...
[ 8.843586] systemd[1]: Starting Load Kernel Module fuse...
[ 8.862414] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 8.867644] systemd[1]: Starting File System Check on Root Device...
[ 8.892806] systemd[1]: Starting Journal Service...
[ 8.937773] systemd[1]: Starting Load Kernel Modules...
[ 8.963888] fuse: init (API version 7.37)
[ 8.964008] systemd[1]: Starting Coldplug All udev Devices...
[ 8.989573] systemd[1]: Mounted POSIX Message Queue File System.
[ 8.997912] systemd[1]: Mounted RPC Pipe File System.
[ 9.008245] systemd[1]: Mounted Kernel Debug File System.
[ 9.035955] systemd[1]: Mounted Kernel Trace File System.
[ 9.053310] systemd[1]: Finished Restore / save the current clock.
[ 9.062011] systemd[1]: Finished Create list of static device nodes for the c urrent kernel.
[ 9.073468] systemd[1]: modprobe@configfs.service: Succeeded.
[ 9.078205] systemd[1]: Finished Load Kernel Module configfs.
[ 9.089504] systemd[1]: modprobe@fuse.service: Succeeded.
[ 9.093912] systemd[1]: Finished Load Kernel Module fuse.
[ 9.116036] systemd[1]: modprobe@drm.service: Succeeded.
[ 9.120998] systemd[1]: Finished Load Kernel Module drm.
[ 9.129438] systemd[1]: Finished Load Kernel Modules.
[ 9.209341] systemd[1]: Mounting FUSE Control File System...
[ 9.220194] systemd[1]: Mounting Kernel Configuration File System...
[ 9.232882] systemd[1]: Started File System Check Daemon to report status.
[ 9.258762] systemd[1]: Starting Apply Kernel Variables...
[ 9.270598] systemd[1]: Started Journal Service.
[ 9.461517] EXT4-fs (sda2): re-mounted. Quota mode: none.
[ 9.585027] systemd-journald[141]: Received client request to flush runtime j ournal.
[ 9.611854] systemd-journald[141]: File /var/log/journal/b1df0844ab494f14b55b ca43663f1535/system.journal corrupted or uncleanly shut down, renaming and repla cing.
[ 10.666461] vc_sm_cma: module is from the staging directory, the quality is u nknown, you have been warned.
[ 10.669829] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 10.669873] [vc_sm_connected_init]: start
[ 10.682552] [vc_sm_connected_init]: installed successfully
[ 10.700474] mc: Linux media interface: v0.10
[ 10.861013] videodev: Linux video capture interface: v2.00
[ 10.898150] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 10.960707] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 11.000094] bcm2835_mmal_vchiq: module is from the staging directory, the qua lity is unknown, you have been warned.
[ 11.007633] bcm2835_mmal_vchiq: module is from the staging directory, the qua lity is unknown, you have been warned.
[ 11.009007] bcm2835_mmal_vchiq: module is from the staging directory, the qua lity is unknown, you have been warned.
[ 11.043965] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 11.049065] bcm2835_v4l2: module is from the staging directory, the quality i s unknown, you have been warned.
[ 11.078634] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev /video13
[ 11.079218] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /de v/video14
[ 11.079665] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /de v/video15
[ 11.079983] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/ video16
[ 11.080014] bcm2835-isp bcm2835-isp: Register output node 0 with media contro ller
[ 11.080037] bcm2835-isp bcm2835-isp: Register capture node 1 with media contr oller
[ 11.080055] bcm2835-isp bcm2835-isp: Register capture node 2 with media contr oller
[ 11.080072] bcm2835-isp bcm2835-isp: Register capture node 3 with media contr oller
[ 11.083603] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev /video20
[ 11.084091] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /de v/video21
[ 11.084534] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /de v/video22
[ 11.084913] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/ video23
[ 11.084947] bcm2835-isp bcm2835-isp: Register output node 0 with media contro ller
[ 11.084971] bcm2835-isp bcm2835-isp: Register capture node 1 with media contr oller
[ 11.084988] bcm2835-isp bcm2835-isp: Register capture node 2 with media contr oller
[ 11.085022] bcm2835-isp bcm2835-isp: Register capture node 3 with media contr oller
[ 11.085169] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 11.092924] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 11.112952] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 11.113010] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 11.122704] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 11.122757] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 11.131591] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 11.131653] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 11.137600] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 11.137659] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 11.150795] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ 11.150852] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ 11.261598] Bluetooth: Core ver 2.22
[ 11.262224] NET: Registered PF_BLUETOOTH protocol family
[ 11.262257] Bluetooth: HCI device and connection manager initialized
[ 11.262626] Bluetooth: HCI socket layer initialized
[ 11.262655] Bluetooth: L2CAP socket layer initialized
[ 11.262690] Bluetooth: SCO socket layer initialized
[ 11.349790] Bluetooth: HCI UART driver ver 2.3
[ 11.349827] Bluetooth: HCI UART protocol H4 registered
[ 11.349953] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 11.350215] Bluetooth: HCI UART protocol Broadcom registered
[ 11.351363] hci_uart_bcm serial0-0: supply vbat not found, using dummy regula tor
[ 11.351597] hci_uart_bcm serial0-0: supply vddio not found, using dummy regul ator
[ 11.468674] uart-pl011 3f201000.serial: no DMA platform data
[ 11.540343] cfg80211: Loading compiled-in X.509 certificates for regulatory d atabase
[ 11.550187] usbcore: registered new interface driver uas
[ 11.686828] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 11.721875] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.729890] Bluetooth: hci0: BCM: chip id 94
[ 11.730467] Bluetooth: hci0: BCM: features 0x2e
[ 11.738686] cfg80211: loaded regulatory.db is malformed or signature is missi ng/invalid
[ 11.738986] Bluetooth: hci0: BCM43430A1
[ 11.739006] Bluetooth: hci0: BCM43430A1 (001.002.009) build 0000
[ 11.747970] Bluetooth: hci0: BCM43430A1 'brcm/BCM43430A1.hcd' Patch
[ 12.062827] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[ 12.068780] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio f or chip BCM43430/1
[ 12.070199] usbcore: registered new interface driver brcmfmac
[ 12.198197] Console: switching to colour dummy device 80x30
[ 12.265258] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[ 12.274067] Registered IR keymap rc-cec
[ 12.274320] rc rc0: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0
[ 12.274576] input: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0/inp ut0
[ 12.302103] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
[ 12.302710] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
[ 12.303178] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4 ])
[ 12.303632] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4 ])
[ 12.304066] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4 ])
[ 12.304448] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[ 12.309170] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Jul 19 2021 03:24:18 version 7.45.98 (TOB) (56df937 CY) FWID 01-8e14b897
[ 12.361315] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[ 12.363829] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[ 12.610023] Bluetooth: hci0: BCM: features 0x2e
[ 12.613285] Bluetooth: hci0: BCM43438A1 37.4MHz Raspberry Pi 3-0141
[ 12.613326] Bluetooth: hci0: BCM43430A1 (001.002.009) build 0508
[ 14.170264] 8021q: 802.1Q VLAN Support v1.8
[ 14.565140] Adding 511996k swap on /var/swap. Priority:-2 extents:13 across: 3436836k FS
[ 15.062897] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 15.072012] smsc95xx 1-1.1:1.0 eth0: Link is Down
[ 15.694336] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 15.694366] Bluetooth: BNEP filters: protocol multicast
[ 15.694389] Bluetooth: BNEP socket layer initialized
[ 15.704653] Bluetooth: MGMT ver 1.22
[ 15.736376] NET: Registered PF_ALG protocol family
[ 15.779670] cryptd: max_cpu_qlen set to 1000
[ 92.769780] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off
[ 92.769916] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 99.967151] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net .ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
[ 137.195408] smsc95xx 1-1.1:1.0 eth0: Link is Down
[ 142.469601] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off
[14417.277860] usb 1-1.4: reset high-speed USB device number 4 using dwc_otg
[60805.951384] usb 1-1.4: reset high-speed USB device number 4 using dwc_otg
[163008.007017] usb 1-1.4: reset high-speed USB device number 4 using dwc_otg



an idea please?
Post Reply