Tuesday, January 8, 2019

Installation log for raspberry pi monitoring RPI-monitor


log from installing rpi monitor


pi@raspberrypi2:~ $ sudo su
root@raspberrypi2:/home/pi# apt-get -y install dirmngr
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  gnupg gnupg-agent
Suggested packages:
  pinentry-gnome3 tor parcimonie xloadimage scdaemon
Recommended packages:
  gnupg-l10n
The following NEW packages will be installed:
  dirmngr
The following packages will be upgraded:
  gnupg gnupg-agent
2 upgraded, 1 newly installed, 0 to remove and 313 not upgraded.
Need to get 2,068 kB of archives.
After this operation, 968 kB of additional disk space will be used.
Get:1 http://mirror.os6.org/raspbian/raspbian stretch/main armhf gnupg-agent armhf 2.1.18-8~deb9u3 [499 kB]
Get:2 http://mirror.os6.org/raspbian/raspbian stretch/main armhf gnupg armhf 2.1.18-8~deb9u3 [1,022 kB]
Get:3 http://mirror.os6.org/raspbian/raspbian stretch/main armhf dirmngr armhf 2.1.18-8~deb9u3 [547 kB]
Fetched 2,068 kB in 3s (570 kB/s)
apt-listchanges: Reading changelogs...
(Reading database ... 123891 files and directories currently installed.)
Preparing to unpack .../gnupg-agent_2.1.18-8~deb9u3_armhf.deb ...
Unpacking gnupg-agent (2.1.18-8~deb9u3) over (2.1.18-8~deb9u1) ...
Setting up gnupg-agent (2.1.18-8~deb9u3) ...
(Reading database ... 123891 files and directories currently installed.)
Preparing to unpack .../gnupg_2.1.18-8~deb9u3_armhf.deb ...
Unpacking gnupg (2.1.18-8~deb9u3) over (2.1.18-8~deb9u1) ...
Setting up gnupg (2.1.18-8~deb9u3) ...
Selecting previously unselected package dirmngr.
(Reading database ... 123891 files and directories currently installed.)
Preparing to unpack .../dirmngr_2.1.18-8~deb9u3_armhf.deb ...
Unpacking dirmngr (2.1.18-8~deb9u3) ...
Processing triggers for install-info (6.3.0.dfsg.1-1+b1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up dirmngr (2.1.18-8~deb9u3) ...
root@raspberrypi2:/home/pi# sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
Executing: /tmp/apt-key-gpghome.C0qYeR41mJ/gpg.1.sh --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
gpg: key E4E362DE2C0D3C0F: public key "Xavier Berger <berger.xavier@gmail.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1
root@raspberrypi2:/home/pi# sudo wget http://goo.gl/vewCLL -O /etc/apt/sources.list.d/rpimonitor.list
--2019-01-08 12:16:05--  http://goo.gl/vewCLL
Resolving goo.gl (goo.gl)... 216.58.193.206, 2607:f8b0:4007:80b::200e
Connecting to goo.gl (goo.gl)|216.58.193.206|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://raw.githubusercontent.com/XavierBerger/RPi-Monitor/master/src/etc/apt/sources.list.d/rpimonitor.list [following]
--2019-01-08 12:16:05--  https://raw.githubusercontent.com/XavierBerger/RPi-Monitor/master/src/etc/apt/sources.list.d/rpimonitor.list
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.196.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.196.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 73 [text/plain]
Saving to: ‘/etc/apt/sources.list.d/rpimonitor.list’

/etc/apt/sources.li 100%[===================>]      73  --.-KB/s    in 0s

2019-01-08 12:16:06 (4.97 MB/s) - ‘/etc/apt/sources.list.d/rpimonitor.list’ saved [73/73]

root@raspberrypi2:/home/pi# sudo apt-get update
Get:1 http://mirrordirector.raspbian.org/raspbian stretch InRelease [15.0 kB]
Hit:2 http://archive.raspberrypi.org/debian stretch InRelease
Ign:3 http://giteduberger.fr rpimonitor/ InRelease
Get:4 http://giteduberger.fr rpimonitor/ Release [1,396 B]
Get:5 http://giteduberger.fr rpimonitor/ Release.gpg [455 B]
Get:6 http://giteduberger.fr rpimonitor/ Packages [359 B]
Fetched 17.2 kB in 4s (4,096 B/s)
Reading package lists... Done
root@raspberrypi2:/home/pi# sudo apt-get install rpimonitor
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  libcommon-sense-perl libdbi1 libencode-locale-perl libfile-which-perl
  libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libio-html-perl
  libipc-sharelite-perl libjson-perl libjson-xs-perl liblwp-mediatypes-perl
  librrd8 librrds-perl libtimedate-perl libtypes-serialiser-perl liburi-perl
Suggested packages:
  libwww-perl
The following NEW packages will be installed:
  libcommon-sense-perl libdbi1 libencode-locale-perl libfile-which-perl
  libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libio-html-perl
  libipc-sharelite-perl libjson-perl libjson-xs-perl liblwp-mediatypes-perl
  librrd8 librrds-perl libtimedate-perl libtypes-serialiser-perl liburi-perl
  rpimonitor
0 upgraded, 18 newly installed, 0 to remove and 313 not upgraded.
Need to get 1,385 kB of archives.
After this operation, 2,188 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://giteduberger.fr rpimonitor/ rpimonitor 2.12-r0 [469 kB]
Get:2 http://mirror.os6.org/raspbian/raspbian stretch/main armhf libcommon-sense-perl armhf 3.74-2 [23.6 kB]
Get:3 http://mirror.os6.org/raspbian/raspbian stretch/main armhf libdbi1 armhf 0.9.0-4+deb9u1 [27.1 kB]
Get:4 http://mirror.os6.org/raspbian/raspbian stretch/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
Get:5 http://mirror.os6.org/raspbian/raspbian stretch/main armhf libfile-which-perl all 1.21-1 [14.3 kB]
Get:6 http://mirror.os6.org/raspbian/raspbian stretch/main armhf libtimedate-perl all 2.3000-2 [42.2 kB]
Get:7 http://mirror.os6.org/raspbian/raspbian stretch/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
Get:8 http://mirror.os6.org/raspbian/raspbian stretch/main armhf libio-html-perl all 1.001-1 [17.6 kB]
Get:9 http://mirror.os6.org/raspbian/raspbian stretch/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
Get:10 http://mirror.os6.org/raspbian/raspbian stretch/main armhf liburi-perl all 1.71-1 [88.6 kB]
Get:11 http://mirror.os6.org/raspbian/raspbian stretch/main armhf libhttp-message-perl all 6.11-1 [75.9 kB]
Get:12 http://mirror.os6.org/raspbian/raspbian stretch/main armhf libhttp-daemon-perl all 6.01-1 [17.3 kB]
Get:14 http://mirror.os6.org/raspbian/raspbian stretch/main armhf libjson-perl all 2.90-1 [86.0 kB]
Get:13 http://raspbian-us.ngc292.space/raspbian stretch/main armhf libipc-sharelite-perl armhf 0.17-4 [23.0 kB]
Get:15 http://mirror.os6.org/raspbian/raspbian stretch/main armhf libtypes-serialiser-perl all 1.0-1 [12.7 kB]
Get:16 http://mirror.os6.org/raspbian/raspbian stretch/main armhf libjson-xs-perl armhf 3.030-1 [90.0 kB]
Get:17 http://mirror.os6.org/raspbian/raspbian stretch/main armhf librrd8 armhf 1.6.0-1+b1 [227 kB]
Get:18 http://raspbian-us.ngc292.space/raspbian stretch/main armhf librrds-perl armhf 1.6.0-1+b1 [124 kB]
Fetched 1,385 kB in 8s (162 kB/s)
Selecting previously unselected package libcommon-sense-perl.
(Reading database ... 123910 files and directories currently installed.)
Preparing to unpack .../00-libcommon-sense-perl_3.74-2_armhf.deb ...
Unpacking libcommon-sense-perl (3.74-2) ...
Selecting previously unselected package libdbi1:armhf.
Preparing to unpack .../01-libdbi1_0.9.0-4+deb9u1_armhf.deb ...
Unpacking libdbi1:armhf (0.9.0-4+deb9u1) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../02-libencode-locale-perl_1.05-1_all.deb ...
Unpacking libencode-locale-perl (1.05-1) ...
Selecting previously unselected package libfile-which-perl.
Preparing to unpack .../03-libfile-which-perl_1.21-1_all.deb ...
Unpacking libfile-which-perl (1.21-1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../04-libtimedate-perl_2.3000-2_all.deb ...
Unpacking libtimedate-perl (2.3000-2) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../05-libhttp-date-perl_6.02-1_all.deb ...
Unpacking libhttp-date-perl (6.02-1) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../06-libio-html-perl_1.001-1_all.deb ...
Unpacking libio-html-perl (1.001-1) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../07-liblwp-mediatypes-perl_6.02-1_all.deb ...
Unpacking liblwp-mediatypes-perl (6.02-1) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../08-liburi-perl_1.71-1_all.deb ...
Unpacking liburi-perl (1.71-1) ...
Selecting previously unselected package libhttp-message-perl.
Preparing to unpack .../09-libhttp-message-perl_6.11-1_all.deb ...
Unpacking libhttp-message-perl (6.11-1) ...
Selecting previously unselected package libhttp-daemon-perl.
Preparing to unpack .../10-libhttp-daemon-perl_6.01-1_all.deb ...
Unpacking libhttp-daemon-perl (6.01-1) ...
Selecting previously unselected package libipc-sharelite-perl.
Preparing to unpack .../11-libipc-sharelite-perl_0.17-4_armhf.deb ...
Unpacking libipc-sharelite-perl (0.17-4) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../12-libjson-perl_2.90-1_all.deb ...
Unpacking libjson-perl (2.90-1) ...
Selecting previously unselected package libtypes-serialiser-perl.
Preparing to unpack .../13-libtypes-serialiser-perl_1.0-1_all.deb ...
Unpacking libtypes-serialiser-perl (1.0-1) ...
Selecting previously unselected package libjson-xs-perl.
Preparing to unpack .../14-libjson-xs-perl_3.030-1_armhf.deb ...
Unpacking libjson-xs-perl (3.030-1) ...
Selecting previously unselected package librrd8:armhf.
Preparing to unpack .../15-librrd8_1.6.0-1+b1_armhf.deb ...
Unpacking librrd8:armhf (1.6.0-1+b1) ...
Selecting previously unselected package librrds-perl:armhf.
Preparing to unpack .../16-librrds-perl_1.6.0-1+b1_armhf.deb ...
Unpacking librrds-perl:armhf (1.6.0-1+b1) ...
Selecting previously unselected package rpimonitor.
Preparing to unpack .../17-rpimonitor_2.12-r0_all.deb ...
Unpacking rpimonitor (2.12-r0) ...
Setting up libcommon-sense-perl (3.74-2) ...
Setting up libipc-sharelite-perl (0.17-4) ...
Setting up libdbi1:armhf (0.9.0-4+deb9u1) ...
Setting up libfile-which-perl (1.21-1) ...
Setting up libencode-locale-perl (1.05-1) ...
Setting up libtimedate-perl (2.3000-2) ...
Setting up libio-html-perl (1.001-1) ...
Setting up libtypes-serialiser-perl (1.0-1) ...
Setting up librrd8:armhf (1.6.0-1+b1) ...
Setting up liblwp-mediatypes-perl (6.02-1) ...
Processing triggers for libc-bin (2.24-11+deb9u1) ...
Setting up liburi-perl (1.71-1) ...
Processing triggers for systemd (232-25+deb9u1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up libjson-perl (2.90-1) ...
Setting up libhttp-date-perl (6.02-1) ...
Setting up libjson-xs-perl (3.030-1) ...
Setting up librrds-perl:armhf (1.6.0-1+b1) ...
Setting up libhttp-message-perl (6.11-1) ...
Setting up libhttp-daemon-perl (6.01-1) ...
Setting up rpimonitor (2.12-r0) ...
[ ok ] Restarting rpimonitor (via systemctl): rpimonitor.service.
root@raspberrypi2:/home/pi#

No comments:

Post a Comment