/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Teddy Hogeborn
  • Date: 2019-08-02 22:16:53 UTC
  • Revision ID: teddy@recompile.se-20190802221653-ic1iko9hbefzwsk7
Fix bug in server Debian package: Fails to start on first install

There has been a very long-standing bug where installation of the
server (the "mandos" Debian package) would fail to start the server
properly right after installation.  It would work on manual (re)start
after installation, or after reboot, and even after package purge and
reinstall, it would then work the first time.  The problem, it turns
out, is when the new "_mandos" user (and corresponding group) is
created, the D-Bus server is not reloaded, and is therefore not aware
of that user, and does not recognize the user and group name in the
/etc/dbus-1/system.d/mandos.conf file.  The Mandos server, when it
tries to start and access the D-Bus, is then not permitted to connect
to its D-Bus bus name, and disables D-Bus use as a fallback measure;
i.e. the server works, but it is not controllable via D-Bus commands
(via mandos-ctl or mandos-monitor).  The next time the D-Bus daemon is
reloaded for any reason, the new user & group would become visible to
the D-Bus daemon and after that, any restart of the Mandos server
would succeed and it would bind to its D-Bus name properly, and
thereby be visible and controllable by mandos-ctl & mandos-monitor.
This was mostly invisible when using sysvinit, but systemd makes the
problem visible since the systemd service file for the Mandos server
is configured to not consider the Mandos server "started" until the
D-Bus name has been bound; this makes the starting of the service wait
for 90 seconds and then fail with a timeout error.

Fixing this should also make the Debian CI autopkgtest tests work.

* debian/mandos.postinst (configure): After creating (or renaming)
                                      user & group, reload D-Bus
                                      daemon (if present).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mandos (1.8.5-1) unstable; urgency=medium
 
2
 
 
3
  * New upstream release.
 
4
  * Fix "does not reap children" by reaping children (Closes: #933387)
 
5
  * debian/mandos-client.README.Debian: Use new-style interface name.
 
6
  * debian/tests/control: New file; implements autopkgtest support.
 
7
  * debian/mandos-client.lintian-overrides
 
8
    (manpage-has-errors-from-man): Remove; unnecessary.
 
9
  * debian/mandos.lintian-overrides
 
10
    (init.d-script-needs-depends-on-lsb-base): - '' -
 
11
  * debian/mandos-client.postinst (update_initramfs): Upstream now
 
12
    supports dracut(8), so update commands here to and run the correct
 
13
    command to update initramfs.
 
14
  * debian/control (Build-Depends): Add GLib -dev package.
 
15
    (mandos-client/Depends): Add dracut(8) as an alternative dependency to
 
16
    initramfs-tools.
 
17
    (mandos-client/Conflicts): New; set to "dracut-config-generic".
 
18
    (debian/mandos-client.README.Debian): Update for dracut(8) support.
 
19
  * debian/mandos-client.templates: Reflowed by debconf-gettextize(1).
 
20
  * debian/mandos.templates: - '' -
 
21
  * debian/po/POTFILES.in: New.
 
22
  * debian/po/templates.pot: - '' -
 
23
  * debian/source/lintian-overrides: New.
 
24
  * debian/control (Standards-Version): Update to "4.4.0".
 
25
 
 
26
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 30 Jul 2019 20:41:29 +0200
 
27
 
 
28
mandos (1.8.4-1) unstable; urgency=medium
 
29
 
 
30
  * Fix "dirs in initrd are not accessible by mandos plugin-runner" by
 
31
    making sure UMASK is set, no matter what other packages have installed
 
32
    in "/usr/share/initramfs-tools/conf-hooks.d". (Closes: #926641)
 
33
  * Fix "LeakSanitizer: detected memory leaks, fails to decrypt"
 
34
    by fixing memory leak in plugin-runner. (Closes: #926643)
 
35
  * debian/mandos-client.dirs: Add
 
36
    "usr/share/initramfs-tools/conf-hooks.d", needed by fix for #926641.
 
37
 
 
38
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 09 Apr 2019 22:05:39 +0200
 
39
 
 
40
mandos (1.8.3-3) unstable; urgency=medium
 
41
 
 
42
  * Fix "src:mandos: modifies d/control during build" by not doing that
 
43
    anymore.  (Closes: #922202)
 
44
  * debian/rules (override_dh_shlibdeps-arch): Commented out.
 
45
 
 
46
 -- Teddy Hogeborn <teddy@recompile.se>  Wed, 13 Feb 2019 09:52:39 +0100
 
47
 
1
48
mandos (1.8.3-2) unstable; urgency=medium
2
49
 
3
50
  * debian/rules (override_dh_shlibdeps-arch): New; conditionally edit