Skip to content
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

ARM release #28

Open
shengwu opened this issue Sep 18, 2017 · 5 comments
Open

ARM release #28

shengwu opened this issue Sep 18, 2017 · 5 comments
Labels
enhancement linux For LogDNA Linux Agent

Comments

@shengwu
Copy link

shengwu commented Sep 18, 2017

I've been attempting to install the agent on a raspberry pi, following the instructions for Debian on the LogDNA website:

echo "deb http://repo.logdna.com stable main" | sudo tee /etc/apt/sources.list.d/logdna.list
wget -O- https://s3.amazonaws.com/repo.logdna.com/logdna.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install logdna-agent < "/dev/null" # this line needed for copy/paste

However, when it gets to the sudo apt-get update step, the command fails with this message:

W: Failed to fetch http://repo.logdna.com/dists/stable/Release  Unable to find expected entry 'main/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)

Would it be possible to get an ARM release to avoid the overhead of downloading nodejs and installing from source?

@ronniereid
Copy link

+1 :-)

@leeliu
Copy link
Contributor

leeliu commented Jan 10, 2018

Sorry for the super late reply. Yeah we've wanted to do an ARM build for awhile. We have this planned for after we migrate to a proper CI environment for the agent/cli. I'll update this when we have more info.

@nlamirault
Copy link

Hi,
any news on this feature ?
It would be interesting to have an ARM version of the agent to collect logs from a Kubernetes cluster on Raspberry PI.
Thanks.

@joshughes
Copy link

@leeliu we have been using our own build process for an arm64 logdna agent. It has worked well for us, so I figured I would sanitize it a bit and maybe this will be helpful to your team.

https://github.com/joshughes/arm-logdna-agent

We have to do this for other software as well and follow the process laid out here
.

@jaredallard
Copy link

I'm also providing up-to-date logdna-agent docker images here: https://github.com/jaredallard-home/multiarch-images

@smusali Your team is welcome to take my Dockerfile and... just use it instead of the current one. It's really that easy to get ARM support.

@smusali smusali added the linux For LogDNA Linux Agent label Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement linux For LogDNA Linux Agent
Projects
None yet
Development

No branches or pull requests

7 participants