Jump to content

Recommended Posts

Posted

Running "sudo armbianmonitor -r" fails with this output:

Installing RPi-Monitor. This can take up to 5 minutes. Be patient pleaseE: Unable to locate package rpimonitor
/usr/bin/armbianmonitor: line 694: /usr/share/rpimonitor/scripts/updatePackagesStatus.pl: No such file or directory

Now patching RPi-Monitor to deal correctly with H3

Now you're able to enjoy RPi-Monitor at http://192.168.11.149:8888

 

It isn't possible to access RPi-Monitor on http://192.168.11.149:8888. 

The folder /usr/share/rpimonitor does not exist.

 

This is on a Nano PI Neo Air board with freshly installed "buster". (would have included armbianmonitor -u output but that gives this error since yesterday "(52) Empty reply from server")

 

Any idea or fix to the RPi-Monitor install issue?

 

 

 

 

 

Posted
14 minutes ago, Henrik Larsson said:

E: Unable to locate package rpimonitor

 

The script is simply using apt to install this package, but it can't be found. What is the output of

apt list | grep rpimonitor

 

Posted

This is the output:


chip@nanopiair:~$ apt list | grep rpimonitor

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

chip@nanopiair:~$ 
 

Posted

Strange. Looks like your repository doesn't have the package. I only have Armbian Bionic available to test at the moment, and rpimonitor is in the bionic repo. I see this when I run the same command:

rpimonitor/bionic,bionic 2.12-r0 all

Have you run apt update and apt upgrade on this system yet? If not, try that.

Posted

Ok, I got it working using these commands

sudo wget http://goo.gl/vewCLL -O /etc/apt/sources.list.d/rpimonitor.list
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
sudo apt-get update
sudo armbianmonitor -r

Thanks again, rpimonitor is a great tool so I am happy to have it working!

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines