You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed rsync add on on OpenELEC Krypton on Raspberry Pi (the first one), which is ARM.
When I run rsync, I get:
fernseher:~ # /storage/.kodi/addons/network.backup.rsync/bin/rsync
/storage/.kodi/addons/network.backup.rsync/bin/rsync: line 1: syntax error: unexpected "("
When I look into the file, it seems to be the wrong architecture:
fernseher:~ # uname -a
Linux fernseher 4.9.30 #1 Mon May 29 07:50:24 CEST 2017 armv6l GNU/Linux
fernseher:~ # head -1 /storage/.kodi/addons/network.backup.rsync/bin/rsync
Q�td/lib/ld-linux-x86-64.so.2GNU) 8 T n […]
So, two requests:
Please fix the repository, so that the matching architecture is installed.
Where can I find a rsync-add-on-ZIP that matches to my Raspberry Pi?
The text was updated successfully, but these errors were encountered:
I installed rsync add on on OpenELEC Krypton on Raspberry Pi (the first one), which is ARM.
When I run rsync, I get:
When I look into the file, it seems to be the wrong architecture:
So, two requests:
The text was updated successfully, but these errors were encountered: