Search Criteria
Package Details: rpimonitor 2.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rpimonitor.git (read-only, click to copy) |
---|---|
Package Base: | rpimonitor |
Description: | A self monitoring application designed to run on Raspberry Pi |
Upstream URL: | https://github.com/XavierBerger/RPi-Monitor |
Licenses: | GPL |
Submitter: | None |
Maintainer: | suthernfriend |
Last Packager: | suthernfriend |
Votes: | 8 |
Popularity: | 0.000001 |
First Submitted: | 2013-08-27 04:24 (UTC) |
Last Updated: | 2019-01-18 09:20 (UTC) |
Latest Comments
1 2 Next › Last »
Archttila commented on 2023-10-16 06:51 (UTC) (edited on 2023-10-16 07:03 (UTC) by Archttila)
Didnt't work...
× rpimonitord.service - System monitor for the Raspberry PI Loaded: loaded (/usr/lib/systemd/system/rpimonitord.service; enabled; preset: disabled) Active: failed (Result: exit-code) since Mon 2023-10-16 08:44:00 CEST; 1s ago Duration: 14ms Process: 37489 ExecStart=/usr/bin/rpimonitord (code=exited, status=2) Main PID: 37489 (code=exited, status=2) CPU: 11ms
Oct 16 08:44:00 server systemd[1]: Started System monitor for the Raspberry PI. Oct 16 08:44:00 server rpimonitord[37489]: Can't locate IPC/ShareLite.pm in @INC (you may need to install the IPC::ShareLite module) (@INC entries checked: /usr/lib/perl5/5.38/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.38/vendor_perl /usr/s> Oct 16 08:44:00 server rpimonitord[37489]: BEGIN failed--compilation aborted at /usr/bin/rpimonitord line 24. Oct 16 08:44:00 server systemd[1]: rpimonitord.service: Main process exited, code=exited, status=2/INVALIDARGUMENT Oct 16 08:44:00 server systemd[1]: rpimonitord.service: Failed with result 'exit-code'.
EDIT: reinstalled perl-ipc-sharelite and working now!
philb38 commented on 2020-11-24 13:41 (UTC) (edited on 2020-11-24 13:48 (UTC) by philb38)
Would be great to add to /usr/share/rpimonitor/scripts/updatePackagesStatus.pl option for pacman to list available upgrades on archlinux:
if(which('aptitude')) {
open ( FILE, 'aptitude -F%p --disable-columns search ~U |') or die "$!\n";
} elsif (which('checkupdates')) {
open ( FILE, 'checkupdates |' ) or die "$!\n";
} elsif (which ('pacman')) {
open ( FILE, 'pacman -Syy > /dev/null && pacman -Qu |') or die "$!\n";
} else {
die "Error: neither checkupdates, aptitude nor pacman seem to be available\n";
}
PanisSupraOmnia commented on 2019-05-05 03:20 (UTC)
The license for this should be
GPL3
, notGPL
.Shelvak commented on 2016-08-25 01:15 (UTC)
ben00it commented on 2016-03-01 12:58 (UTC)
<deleted-account> commented on 2015-01-07 21:28 (UTC)
Yamakaky commented on 2014-10-21 07:35 (UTC)
<deleted-account> commented on 2014-08-17 22:59 (UTC)
<deleted-account> commented on 2014-08-17 20:29 (UTC)
zifnab commented on 2014-07-30 09:54 (UTC)
1 2 Next › Last »