Search Criteria
Package Details: icinga2 2.14.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/icinga2.git (read-only, click to copy) |
---|---|
Package Base: | icinga2 |
Description: | An open source host, service and network monitoring program |
Upstream URL: | https://icinga.com/ |
Licenses: | GPL |
Replaces: | icinga2-common |
Submitter: | bebehei |
Maintainer: | julianbrost |
Last Packager: | julianbrost |
Votes: | 40 |
Popularity: | 0.44 |
First Submitted: | 2014-06-23 01:10 (UTC) |
Last Updated: | 2025-02-09 19:56 (UTC) |
Dependencies (12)
- boost1.86-libsAUR
- libedit
- libsystemd (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, systemd-libs)
- openssl (openssl-gitAUR, openssl-staticAUR)
- boost1.86AUR (make)
- cmake (cmake-gitAUR) (make)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, libmysqlclient81AUR, libmysqlclient57AUR, mariadb-libs-gitAUR, libmysqlclientAUR, libmysqlclient80AUR, libmysqlclient84AUR, mariadb-libs, mariadb-lts-libs) (make)
- postgresql-libs (postgresql13-libsAUR, postgresql-libs-gitAUR, postgresql-libs-12AUR) (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-gitAUR, systemd-selinuxAUR) (make)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, libmysqlclient81AUR, libmysqlclient57AUR, mariadb-libs-gitAUR, libmysqlclientAUR, libmysqlclient80AUR, libmysqlclient84AUR, mariadb-libs, mariadb-lts-libs) (optional) – for MySQL support
- monitoring-plugins (optional) – plugins needed for icinga checks
- postgresql-libs (postgresql13-libsAUR, postgresql-libs-gitAUR, postgresql-libs-12AUR) (optional) – for PostgreSQL support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 15 Next › Last »
julianbrost commented on 2019-03-13 18:02 (UTC)
@malina: There should be a more specific error message from ld somewhere in the output stating why it exited with an error code.
wuestengecko commented on 2019-03-13 17:11 (UTC)
@malina That 90% bit is a little strange, I can build it fine with
-DICINGA2_UNITY_BUILD=OFF
, and "Linking CXX executable ../Bin/Release/icinga2" is at 100% for me - no matter if on my "live system" or in a chroot.Seeing how you had out-of-memory issues to begin with - might that be the case here too? Try adding a swapfile of 4 GB or so.
Generic troubleshooting questions, if that didn't work: Did you make any other change to the PKGBUILD? Did you make any changes to your
makepkg.conf
and/or create a$HOME/.makepkg.conf
? How exactly do you build, do you use makepkg directly or any helper tool?malina commented on 2019-03-13 00:24 (UTC) (edited on 2019-03-13 00:36 (UTC) by malina)
I can't compile the program, it always stops with the same error:
Does anyone have an idea?
malina commented on 2019-03-11 22:25 (UTC) (edited on 2019-03-11 22:40 (UTC) by malina)
If you can't compile the program because of a memory issue, edit the PKGBUILD file (build function, 65. line) and insert the following line to cmake parameters:
-DICINGA2_UNITY_BUILD=OFF \
Here is the reason: https://icinga.com/docs/icinga2/latest/doc/21-development/#builds-unity-builds
The compile will be very slow, but at least it does.
julianbrost commented on 2019-01-17 10:51 (UTC)
@freaknils: None of my systems has termcap installed and I can build and run icinga2 just fine. Why do you think it is required?
freaknils commented on 2019-01-17 08:23 (UTC)
termcap is needed for build and runnning Icinga.
Please add it to dependencies
julianbrost commented on 2018-10-19 11:15 (UTC)
@rixx: The packages should create the
icinga
user with/var/spool/icinga2
as its home directory (see https://aur.archlinux.org/cgit/aur.git/tree/icinga2.sysusers?h=icinga2#n1) which should work fine. Are you sure the user didn't already exist before?rixx commented on 2018-10-18 17:33 (UTC)
Can you please give
/var/lib/icinga
as HOME to the icinga user at creation? Otherwise, mail(1) fails in the default notification script, since mail(1) relies on the executing user's home being present. If you set /dev/null as home, as you do currently, mail tries to create a file /dev/null/.rnd, and coredumps.anonfunc commented on 2018-10-13 03:31 (UTC)
Diff for icinga2 2.10.0: https://gist.github.com/AnonFuncsAreAwesome/72f6ed3793601f4e31058afa2411294d
Hope you can use something. Builds for me in clean chroot.
codiflow commented on 2018-10-02 12:07 (UTC) (edited on 2018-10-02 13:34 (UTC) by codiflow)
I got this issue during the build-process:
Using aurman instead of pacaur for installation showed me the reason:
So it seems theres to less RAM (at least 1.37G) on this device available.
After adding a swap file (https://wiki.archlinux.org/index.php/swap) with 4GB everything compiled fine (2GB failed).
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 15 Next › Last »