05-11-2018, 06:29 PM
I've had my Pine running Ubuntu for a while now. Out of nowhere I noticed some programs not running correctly. While the general system boots up fine and MOST things look OK. I get this error on a few different programs:
Even trying to run as simple as lsb_release gives me a bus error:
Which also causes a similar error in dmesg:
I'm pretty much at a loss for what else I can try. Its odd because most of the system is working but I can't seem to update anything. Any ideas?
Code:
[ 45.593149] sunxi-mmc 1c0f000.sdmmc: smc 0 p0 err, cmd 18, RD DTO !!
[ 45.605412] sunxi-mmc 1c0f000.sdmmc: data error, sending stop command
[ 45.618610] mmcblk0: timed out sending r/w cmd command, card status 0x900
[ 45.631346] mmcblk0: not retrying timeout
[ 45.640936] blk_update_request: 115 callbacks suppressed
[ 45.640942] end_request: I/O error, dev mmcblk0, sector 14137176
[ 45.652834] appdaemon[987]: unhandled level 3 translation fault (7) at 0x00417508, esr 0x92000007
[ 45.652840] pgd = ffffffc033186000
[ 45.661887] [00417508] *pgd=0000000074a36003, *pmd=0000000074b69003, *pte=0000000000000000
Even trying to run as simple as lsb_release gives me a bus error:
Code:
ubuntu@pine64:~$ lsb_release -a
Bus error
Which also causes a similar error in dmesg:
Code:
[ 180.946771] sunxi-mmc 1c0f000.sdmmc: smc 0 p0 err, cmd 18, RD DTO !!
[ 180.959150] sunxi-mmc 1c0f000.sdmmc: data error, sending stop command
[ 180.971652] mmcblk0: timed out sending r/w cmd command, card status 0x900
[ 180.984500] mmcblk0: not retrying timeout
[ 180.994239] end_request: I/O error, dev mmcblk0, sector 14137176
[ 181.006184] lsb_release[1429]: unhandled level 3 translation fault (7) at 0x00417508, esr 0x92000007
[ 181.006194] pgd = ffffffc0348d3000
[ 181.015216] [00417508] *pgd=00000000790e2003, *pmd=00000000740a0003, *pte=0000000000000000
[ 181.029721] CPU: 3 PID: 1429 Comm: lsb_release Tainted: G C O 3.10.102-2-pine64-longsleep #66
[ 181.029728] task: ffffffc03310a940 ti: ffffffc0363e0000 task.ti: ffffffc0363e0000
I'm pretty much at a loss for what else I can try. Its odd because most of the system is working but I can't seem to update anything. Any ideas?