Hello Russell
thanks for the quick response
05.04.2021 14:22, Russell Stuart пишет:
On 5/4/21 5:12 pm, Andrey A Lyubimets wrote:
Package: nagios4-common
Version: 4.4.6-3
I have fresh installed (from debian-testing-amd64-netinst.iso )debian
testing in the virtualbox vm.
Before install nagios I make apt-get update && apt-get upgrade.
During nagios installation ( apt-get install nagios4) after messages
Setting up nagios4-common (4.4.6-3) ...
I get a pause for a few minutes and then this message:
Job for nagios4.service failed because a timeout was exceeded.
I'm going to have to reproduce this before I can fix it. I won't be
able to do that with just the information you've provided, as I've
tested it with piuparts (which does installs and uninstalls), done my
own install testing, and run it in production.
Do you have any idea what you could be doing differently?
Absolutely nothing special!
I reproduced this issue on a different system - in an lxc container on
my laptop:
~# cat /etc/debian_version
10.7
~# uname -a
Linux a2l-mac 5.6.0-0.bpo.2-amd64 #1 SMP Debian 5.6.14-2~bpo10+1
(2020-06-09) x86_64 GNU/Linux
~# lxc-create -t /usr/share/lxc/templates/lxc-download -n test-bullseye
-- -d debian -r bullseye -a amd64
~# lxc-start -n test-bullseye
~# lxc-attach -n test-bullseye
root@test-bullseye:~# ip a l
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
8: eth0@if9: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
state UP group default qlen 1000
link/ether 8e:eb:dd:04:d2:b8 brd ff:ff:ff:ff:ff:ff link-netnsid 0
inet 10.0.3.36/24 brd 10.0.3.255 scope global dynamic eth0
valid_lft 2414sec preferred_lft 2414sec
inet6 fe80::8ceb:ddff:fe04:d2b8/64 scope link
valid_lft forever preferred_lft forever
root@test-bullseye:~# apt-get update && apt-get upgrade
Hit:1 http://deb.debian.org/debian bullseye InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@test-bullseye:~#
root@test-bullseye:~# apt-get install nagios4
...
with the same result