Hi!
I’m on a fresh install of Ubuntu LTS 20.04.02 and keep getting this error. I followed the Icinga2 installation guide as well as the Icingaweb2 guide.
This is the output of icinga2 --version
Summary
icinga2 --version
icinga2 - The Icinga 2 network monitoring daemon (version: r2.11.2-1)
Copyright (c) 2012-2021 Icinga GmbH (https://icinga.com/)
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
System information:
Platform: Ubuntu
Platform version: 20.04.2 LTS (Focal Fossa)
Kernel: Linux
Kernel version: 5.4.0-71-generic
Architecture: x86_64
Build information:
Compiler: GNU 9.2.1
Build host: lcy01-amd64-022
Application information:
General paths:
Config directory: /etc/icinga2
Data directory: /var/lib/icinga2
Log directory: /var/log/icinga2
Cache directory: /var/cache/icinga2
Spool directory: /var/spool/icinga2
Run directory: /run/icinga2
Old paths (deprecated):
Installation root: /usr
Sysconf directory: /etc
Run directory (base): /run
Local state directory: /var
Internal paths:
Package data directory: /usr/share/icinga2
State path: /var/lib/icinga2/icinga2.state
Modified attributes path: /var/lib/icinga2/modified-attributes.conf
Objects path: /var/cache/icinga2/icinga2.debug
Vars path: /var/cache/icinga2/icinga2.vars
PID path: /run/icinga2/icinga2.pid
I cant seem to upgrade to the latest icingaweb2 version. I found this ticket, which I think describes the issue I’m having, but I’m stuck. Any help is greatly appreciated
This basically means you cannot install icinga2 at raspberry pi on ubuntu 20.04.
I also hit the same issue that’s how I found this error page.
However following official installation steps and even using official repos doesn’t help at all.
the official repo for ubuntu 20.04 has that broken dependency mentioned above.
if/when I use the official icinga2 repository, it cannot find the package for arm64 architecture
N: Skipping acquire of configured file ‘main/binary-arm64/Packages’ as repository ‘Index of /ubuntu icinga-focal InRelease’ doesn’t support architecture ‘arm64’
it seems the only way to install icinga2 at raspberry is to use ubuntu 18.04 (that is already 4 years old)
OR trying to get icingaweb2 from some other distro and somehow install it on raspberry? I hope icingaweb2 doesn’t have any arch-dependant binaries and it’s cross-platform PHP?