Your message dated Mon, 09 Mar 2026 10:49:58 +0000
with message-id <[email protected]>
and subject line Bug#1122263: Removed package(s) from unstable
has caused the Debian Bug report #949719,
regarding ntopng missing startup depenency on redis-server in systemd
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
949719: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949719
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ntopng
Version: 3.8+dfsg1-2.1
There is a system boot race between ntopng and redis-server because
ntopng doesn't have the dependency in the systemd config (it is
present in init.d but not systemd)
root@ganges:~# systemctl status ntopng
...
Jan 23 19:25:02 ganges ntopng[7891]: 23/Jan/2020 19:25:02 [Redis.cpp:111]
ERROR: ntopng requires redis server to be up and running
Jan 23 19:25:02 ganges ntopng[7891]: 23/Jan/2020 19:25:02 [Redis.cpp:112]
ERROR: Please start it and try again or use -r
Jan 23 19:25:02 ganges ntopng[7891]: 23/Jan/2020 19:25:02 [Redis.cpp:113]
ERROR: to specify a redis server other than the default
root@ganges:~# systemctl status redis-server
...
Jan 23 19:25:03 ganges systemd[1]: Started Advanced key-value store.
Note ntopng was started prior to redis-server on server boot.
root@ganges:~# grep redis /etc/init.d/ntopng
# Required-Start: $remote_fs $syslog redis-server
# Required-Stop: $remote_fs $syslog redis-server
root@ganges:~# grep redis
/etc/systemd/system/multi-user.target.wants/ntopng.service
root@ganges:~#
An 'After=redis-server.service' would seem approprate in ntopng.service
--
Dave
--- End Message ---
--- Begin Message ---
Version: 5.2.1+dfsg1-2+rm
Dear submitter,
as the package ntopng has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1122263
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---