Hello,
I was watching YouTube yesterday on my raspberry pi 2. Suddenly I got a sad face. I waited for about 5min but the sad face wouldn’t disappear. So I just rebooted. And now I always get a sad face lasting 5sec± and then 1 sec black screen and then again the sad face. That over and over again.
I logged in via ssh, so here’s my log file: http://paste.osmc.io/udaqemuvuq
Please help, don’t want to re-install everything.
Thank You!
That is not a full set logs
please use grab-logs -A
Sam
It won’t let me.
sh: 1: /proc/cmdline: Permission denied
Unable to write temporary log to /var/tmp/uploadlog.txt
Failed
I did. I get the same message.
Your disk is probably full. What does the output of this command say:
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 15G 2.7G 11G 20% /
devtmpfs 363M 0 363M 0% /dev
tmpfs 367M 0 367M 0% /dev/shm
tmpfs 367M 4.9M 362M 2% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 367M 0 367M 0% /sys/fs/cgroup
/dev/mmcblk0p1 240M 33M 208M 14% /boot
tmpfs 74M 0 74M 0% /run/user/1000
Some problem is preventing grab-logs working properly, possibly filesystem corruption, so please post the output of the following commands:
sudo journalctl | paste-log
dmesg | paste-log
paste-log /home/osmc/.kodi/temp/kodi.log
paste-log /home/osmc/.kodi/temp/kodi.old.log
dpkg -l | grep osmc | paste-log
sudo journalctl | paste-log
mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
/usr/bin/paste-log: line 8: $tmp: ambiguous redirect
http://paste.osmc.io/deliyokaho
dmesg | paste-log
mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
/usr/bin/paste-log: line 8: $tmp: ambiguous redirect
http://paste.osmc.io/ogupozeloy
paste-log /home/osmc/.kodi/temp/kodi.log
http://paste.osmc.io/idefudanem
paste-log /home/osmc/.kodi/temp/kodi.old.log
http://paste.osmc.io/eqewokogum
dpkg -l | grep osmc | paste-log
mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
/usr/bin/paste-log: line 8: $tmp: ambiguous redirect
http://paste.osmc.io/samofejize
Takuaraa:
Read-only file system
There is your problem right there. Read only file system no doubt due to corruption. You are going to need to run fsck on the filesystem - probably from another linux machine.
Edit: actually scratch that, if it is already read only, you can run fsck from ssh. Run the following and follow the prompts:
sudo fsck /
After the repairs, type reboot.
Did you change the overclock?
Sam
@DBMandrake Thank you that worked! What could have caused this?
@sam_nazarko Yes. I always have Turbo Mode.
Turbo Mode can cause this. We have reduced sdram_freq=450 in the next update, but not all Pis can run it reliably.
So should I just decrease sdram_freq to 450 or rather change to normal mode?
Try 450 for now. If you still get problems, drop to Normal mode. Make sure your PSU is up to scratch as well
Sam