Hello, starting from the new release (Kodi 19.0) my vero 4+ has a strange behavior.
After some days in power save mode (the red led is on) my unit hangs up: no more connectivity and does not respond to remote control but the led continue to be red. At this point I can only unplug the power cord to recover it…
Some one have the same troubles? Is there any logs I can activate?
Sorry, somehow I replied to the wrong post.
Ignore my post.
In regards to your problem try to upload logs after the restart maybe the kodi.old.log tells something. Otherwise need to enable persistent logging in the hope the kernel logs give an indication.
Unfortunately we need kernel messages from previous boots which are disabled by default with OSMC. To activate and provide such information, please, follow the steps below:
Unfortunately we need kernel messages from previous boots which are disabled by default with OSMC. To activate and provide such information, please, follow the steps below:
login via SSH to the OSMC device, user osmc, password osmc
cd /var/log
sudo mkdir journal
(from now, kernel messages are written to new directories for every boot)
sudo shutdown -r now
now wait for the issue/event which is the problem of this topic
once it happens again and you are forced to reboot the OSMC device or it rebooted automatically, you’ve to identify the right kernel message log:
7.a) login via SSH and invoke sudo journalctl --list-boots --no-pager
7.b) the lines start with an index id like 0, -1, -2, etc. and contain the date and time when log was started
upload the appropriate kernel log using sudo journalctl -k -b <identified index> --no-pager|paste-log
(replace <identified index> with the real index id, see above)
also, upload the appropriate full log using sudo journalctl -b <identified index> --no-pager|paste-log
(replace <identified index> with the real index id, see above)
provide the returned URLs here
don’t forget to remove the created journal directory otherwise your system’s root file system gets filled
11.a) login via SSH
11.b )cd /var/log
11.c) sudo rm -R -f journal && sudo reboot (repeat this line if you get a ‘cannot remove’ error until it works and your ssh connection gets lost by the reboot)
My Vero 4K seems to be hanging as well. Every time I go to use it, it seems to have crashed, sometimes it’s a distorted UI, sometimes the screen is just red.
I now I have pull the power cord out and replace it every time I go to use it.