Issue:
Running opkg update
results in all signature checks passing, but it also collects errors. 16 lines of parse_from_stream_nomalloc: Missing new line character at end of file!
at the bottom of the command's run.
I am attempting to run opkg install luci
, but that too results in the same set of errors. I have, using vi, reviewed dozens of files looking for the offending line, but have come up empty handed. Any and all help is much appreciated. Thanks!
Output of ubus call system board
:
{
"kernel": "5.15.167",
"hostname": "OpenWrt",
"system": "ARMv8 Processor rev 4",
"model": "Bananapi BPI-R3",
"board_name": "bananapi,bpi-r3",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "23.05.5",
"revision": "r24106-10cc5fcd00",
"target": "mediatek/filogic",
"description": "OpenWrt 23.05.5 r24106-10cc5fcd00"
}
}
Output of ubus call system info
:
{
"localtime": 1735048039,
"uptime": 1512,
"load": [
0,
0,
0
],
"memory": {
"total": 2090389504,
"free": 1860853760,
"shared": 27463680,
"buffered": 8192,
"available": 1861419008,
"cached": 68583424
},
"root": {
"total": 93852,
"free": 23688,
"used": 70164,
"avail": 23688
},
"tmp": {
"total": 1020696,
"free": 993876,
"used": 26820,
"avail": 993876
},
"swap": {
"total": 0,
"free": 0
}
}