Installing Longview on Arch Linux

Hello everyone
When attempting to install Longview using the instructions provided in the Linode Manager. The process hangs at "Installing Longview core dependencies" after issuing the "curl" command. How can I get past this to complete the installation?
Thanks.

2 Replies

Just so happens there is a post detailing how to Install Longview on Arch Linux

Hope it helps!

Longview - The Arch Way

The Longview client is open source and can be installed on any Linux distribution–including systems not hosted by Linode. However, Linode only offers technical support for CentOS, Debian, and Ubuntu.

When setting up a new client in the Longview area of the Linode Manager, we are presented with a curl command similar to the one below.

curl -s https://lv.linode.com/12345ABC-DCEE-1A23-5CF493X0X7XYZ | sudo bash

This created quite a bit of havoc on my Arch based Linode. Finally getting hung after attempting to install Perl modules.

Luckily there is another option, and that's installing via the unofficial AUR repository. This requires an installing an AUR helper if you haven't already. You can read more about that in the Arch Wiki

There are a few to choose from, I personally use Pakku. Check out Pakku on GitHub.

Once you have an AUR helper installed you can install the Longview by using the following command. If needed replace Pakku with the AUR helper of your choice. If you want to check out the package first see Longview in AUR

To install Longview use this command.

$ pakku -S longview

Next we copy the correct API key from the Longview Manager

Then paste the Longview API key into /etc/linode/longview.key

$ su

nano /etc/linode/longview.key

Once this file is saved we start the Longview process.

systemctl start longview

We can also set it to start automatically on boot.

systemctl enable longview

After a few minutes data should start flowing into the Longview dashboard.

No dice— upon running sudo systemctl start longview, I get Failed to start longview.service: Unit longview.service not found.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct