-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work on Pi Zero #168
Comments
Hi @konradko how does the most recent version work for you? |
I'm having the same issue on 0.19. Here's my script that is doing the install: # Install remote syslog from papertrail
wget https://github.com/papertrail/remote_syslog2/releases/download/v0.19/remote-syslog2_0.19_armhf.deb
sudo dpkg -i remote-syslog2_0.19_armhf.deb
sudo rm remote-syslog2_0.19_armhf.deb
sudo cp /home/pi/photo-frame-app/config/remote_syslog.init.d /etc/init.d/remote_syslog
sudo service remote_syslog start
sudo update-rc.d remote_syslog defaults
sudo chmod +x /etc/init.d/remote_syslog Here is the error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/papertrail/remote_syslog2/releases/download/v0.18/remote-syslog2_0.18_armhf.deb does not work with Pi Zero - it installs fine, but errors with
Illegal instruction
when trying to run.Same happens when trying to run the binary from https://github.com/papertrail/remote_syslog2/releases/download/v0.18/remote_syslog_linux_armhf.tar.gz
Interestingly enough, binary from this tar works: https://github.com/papertrail/remote_syslog2/releases/download/v0.18-beta1/remote_syslog_linux_arm.tar.gz (.deb cannot be installed as pi zero arch is armhf).
The text was updated successfully, but these errors were encountered: