Hey @LooserDS,
Thank you for the kind words and the follow-up logs. I have analyzed both new logs and can confirm the status of each issue.
Sonos UPnP 403 crash - RESOLVED
Both logs show zero Sonos 403 errors and zero FATAL ERROR entries. Changing the Sonos security settings resolved the crash loop. Your devices are now stable. This also caught an eye where it should and fix is being implemented - no ETA.
wireless.js - CPU Consumption
From oAHYyb6.html process list (PI4B, ethernet with WiFi disabled in GUI):
root 831 1 60 19:34 ? 00:08:58 node /volumio/app/plugins/system_controller/network/wireless.js start
Breaking down this process listing:
- root - user running the process
- 831 - process ID (PID)
- 1 - parent process ID (PPID=1 means direct child of systemd/init)
- 60 - CPU utilization percentage at snapshot time
- 19:34 - process start time
- ? - no controlling terminal (daemon process)
- 00:08:58 - cumulative CPU time consumed (8 minutes 58 seconds)
- node … wireless.js start - the command
The concerning values: 60% CPU utilization at snapshot, and 8 minutes 58 seconds of cumulative CPU time since boot at 19:33. This indicates sustained high CPU consumption. As every snapshot, this may be incidental.
From 2N9mj7u.html process list (PI Zero 2W, WiFi connected):
root 565 1 46 19:32 ? 00:07:46 node /volumio/app/plugins/system_controller/network/wireless.js start
PI Zero 2W shows 46% CPU utilization and 7 minutes 46 seconds cumulative CPU time.
PI4B shows elevated CPU for wireless.js despite WiFi being disabled in the GUI. The fix implemented in 4.084 may have regressed or may not cover this specific scenario. This needs further investigation.
To check current CPU usage, run via SSH:
top -b -n 1 | grep wireless.js
volumio5-onboarding BLE failure - RESOLVED
The fresh install resolved this issue. The volumio5-onboarding service is no longer present in the PI4B process list, and no BLE advertisement failures appear in the new log. Nothing further required from you.
Update polling / Online icon flashing - RESOLVED
You confirm this issue is gone since the fresh install. The upgrade process from beta appears to have left the system in an inconsistent state. Fresh install resolved it.
Summary
- Sonos crash loop: RESOLVED by changing Sonos security settings
- volumio5-onboarding BLE failure: RESOLVED by fresh install
- Update polling / flashing icon: RESOLVED by fresh install
- wireless.js CPU: Still elevated on PI4B (60%) - needs investigation
Kind Regards,