Package Details: collectd 5.12.0-16

Git Clone URL: https://aur.archlinux.org/collectd.git (read-only, click to copy)
Package Base: collectd
Description: Daemon which collects system performance statistics periodically
Upstream URL: https://collectd.org/
Licenses: MIT AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-only AND ISC AND MIT-0
Submitter: arojas
Maintainer: lilydjwg (lilac)
Last Packager: lilac
Votes: 10
Popularity: 0.29
First Submitted: 2021-05-08 09:06 (UTC)
Last Updated: 2024-06-21 11:10 (UTC)

Latest Comments

1 2 Next › Last »

zork commented on 2024-08-28 11:19 (UTC)

Ok, my fault. I removed base-devel earlier.

lilydjwg commented on 2024-08-28 03:03 (UTC)

@zork do you mean build time dependency or runtime dependency? For build time, pkgconf is depended by base-devel, so it's implicitly assumed.

zork commented on 2024-08-27 16:48 (UTC)

Thanks, it works, but now pkgconf is a required dependency.

lilydjwg commented on 2024-06-21 11:11 (UTC)

Fixed. libgcrypt-config is gone: https://dev.gnupg.org/T5034. Upstream issue: https://github.com/collectd/collectd/issues/4310

zork commented on 2024-06-21 09:38 (UTC)

Currently failing with:

gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/write_log.exp
/usr/bin/ld: ./.libs/libcollectdclient.so: undefined reference to `gcry_md_close'
/usr/bin/ld: ./.libs/libcollectdclient.so: undefined reference to `gcry_cipher_close'

... and more gcry_... undefined references

lilydjwg commented on 2024-05-29 00:57 (UTC)

@Levitating yes, it's set by upstream. Search "Password" in the file and you can see why. You can change the permissions if you want of course.

Levitating commented on 2024-05-28 23:13 (UTC)

Is the config supposed to not be world-readable?

lilydjwg commented on 2024-05-09 03:42 (UTC)

@prwood it's fixed.

prwood commented on 2024-05-09 00:29 (UTC) (edited on 2024-05-09 00:38 (UTC) by prwood)

collectd build is currently failing on my system, apparently while compiling the nut plugin: https://gist.github.com/prwood/5cf605feeae99aa59d9fa01c5c4e6133

tolumak commented on 2023-05-07 08:42 (UTC)

waow, what a prompt fix! Thank you very much!