Page 1 of 1

System Information with Rpi-Monitor Not working

Posted: Wed Jan 18, 2017 6:04 pm
by mikemoy
I cannot get System Information with Rpi-Monitor working as explained in the WiKi for the NanoPi NEO Air.

Re: System Information with Rpi-Monitor Not working

Posted: Sat Jan 21, 2017 9:27 am
by Mindee
What do you get? Can you post it?


Thank you

Mindee

Re: System Information with Rpi-Monitor Not working

Posted: Sat Jan 21, 2017 2:40 pm
by mikemoy
I am sorry, my post was very vague.
When I follow what the wiki says: (of course replacing that IP address with my boards IP address)

Code: Select all

Our Ubuntu-Core contains the Rpi-Monitor utility with which users can check system information and status.
In our case our NEO Air's IP was 192.168.1.230 and we typed the following IP in a browser:

192.168.1.230:8888


I get "Unable to connect" in my browser. I can ssh into my board using the same ip address.

Re: System Information with Rpi-Monitor Not working

Posted: Sun Jan 22, 2017 5:28 am
by Mindee
Can you login your air board and check the service status ?

root@FriendlyARM:~# service --status-all | grep rpi

the output would be like this:

[ + ] rpimonitor
[ - ] rpimonitor-helper

Mindee