Search Criteria
Package Details: watchdog 5.16-1
Git Clone URL: | https://aur.archlinux.org/watchdog.git (read-only, click to copy) |
---|---|
Package Base: | watchdog |
Description: | Watchdog daemon |
Upstream URL: | http://sourceforge.net/projects/watchdog |
Licenses: | |
Submitter: | Barthalion |
Maintainer: | Ddone |
Last Packager: | Ddone |
Votes: | 13 |
Popularity: | 0.66 |
First Submitted: | 2018-01-07 16:15 |
Last Updated: | 2020-09-24 17:22 |
Latest Comments
minhng99 commented on 2020-06-25 01:45
please add aarch64 as the supported arch, this works fine on RPI
Marte2007 commented on 2020-03-16 10:50
The included logrotate config has a problem that's better explained here: https://www.estebanpastorino.com/2013/08/27/resource-consuming-logrotate/
Using * in the pattern also matches rotated logs, it should be something like this:
/var/log/watchdog/*.stdout /var/log/watchdog/*.stderr
tuldok89 commented on 2018-11-13 09:47
Hello. NFS support can be restored by adding the following lines to the configure command:
CPPFLAGS='-I/usr/include/tirpc' \
LDFLAGS='-ltirpc'
libtirpc should also be added to the package dependencies.
tholinka commented on 2018-06-08 14:16
--disable-nfs has to be added configure, because arch's glibc doesn't have the rpc headers anymore. I tried to build it with tirpc instead, but it fails on linking. (see https://raw.githubusercontent.com/tholinka/Arch-Makepkgs-not-in-AUR/master/watchdog/PKGBUILD)
avonder commented on 2018-05-16 10:28
Package doesn't build after glibc 2.27-2 update. https://bugs.archlinux.org/task/58414