Your message dated Tue, 01 Nov 2016 13:08:11 +0000 with message-id <[email protected]> and subject line Bug#841147: fixed in samba 2:4.4.7+dfsg-1 has caused the Debian Bug report #841147, regarding samba: be more verbose about masking samba-ad-dc.service 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.) -- 841147: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841147 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: samba Version: 2:4.4.6+dfsg-2 Severity: minor Dear Maintainer, While apt upgrading my system today, I saw that samba failed in the postinstall stage: > Setting up samba (2:4.4.6+dfsg-2) ... > Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is > masked. > /usr/bin/deb-systemd-helper: error: systemctl preset failed on > samba-ad-dc.service: No such file or directory ... at least it looked like an error to me, so I started investigating. It took me 3 times systemctl-unmasking and reinstalling samba to notice that the service is masked by the package itself in the postinstall script when samba is not being run as a domain controller... :-) The action which generates this message is produced by this debhelper section in /var/lib/dpkg/info/samba.postinst: > # Automatically added by dh_systemd_enable > # This will only remove masks created by d-s-h on package removal. > deb-systemd-helper unmask samba-ad-dc.service >/dev/null || true > > # was-enabled defaults to true, so new installations run enable. > if deb-systemd-helper --quiet was-enabled samba-ad-dc.service; then > # Enables the unit on first installation, creates new > # symlinks on upgrades if the unit file has changed. > deb-systemd-helper enable samba-ad-dc.service >/dev/null || true > else > # Update the statefile to add new symlinks (if any), which need to be > # cleaned up on purge. Also remove old symlinks. > deb-systemd-helper update-state samba-ad-dc.service >/dev/null || true > fi > # End automatically added section Since this is auto-generated, it cannot easily be overwritten. However, to mark false negatives as such and reduce workload for admins, I suggest to be a bit more verbose when masking the service, like this: -------------------------------------- 8< -------------------------------------- diff --git a/debian/samba.postinst b/debian/samba.postinst index 35b476f..cfea921 100644 --- a/debian/samba.postinst +++ b/debian/samba.postinst @@ -86,6 +86,9 @@ if [ "$SERVER_ROLE" != "active directory domain controller" ] \ && ( echo "$DCERPC_ENDPOINT_SERVERS" | grep -qv '\(^\|, \)mapiproxy\(,\|$\)' ) \ ; then if [ ! -e /etc/systemd/system/samba-ad-dc.service ]; then + echo "Samba is not being run as an AD Domain Controller, masking samba-ad-dc-service." + echo "Please ignore the following error about deb-systemd-helper not finding samba-ad-dc-service." + mkdir -p /etc/systemd/system mkdir -p /etc/systemd/system ln -s /dev/null /etc/systemd/system/samba-ad-dc.service # In case this system is running systemd, we make systemd reload the unit files -------------------------------------- >8 -------------------------------------- As an alternative, try to patch deb-systemd-helper so it does correctly determine that the service was masked, i.e. not enabled, when running `deb-systemd-helper was-enabled`. But since I don't quite understand what that debhelper section is supposed to do, I don't know which one is the better alternative. Cheers, - Roland -- System Information: Debian Release: stretch/sid APT prefers testing-debug APT policy: (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (170, 'unstable'), (1, 'unstable-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.7.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages samba depends on: ii adduser 3.115 ii dpkg 1.18.10 ii init-system-helpers 1.45 ii libbsd0 0.8.3-1 ii libc6 2.24-3 ii libldb1 2:1.1.27-1 ii libpam-modules 1.1.8-3.3 ii libpam-runtime 1.1.8-3.3 ii libpopt0 1.16-10 ii libpython2.7 2.7.12-3+b1 ii libtalloc2 2.1.8-1 ii libtdb1 1.3.11-2 ii libtevent0 0.9.28-1 ii libwbclient0 2:4.4.6+dfsg-2 ii lsb-base 9.20160629 ii procps 2:3.3.12-2 ii python 2.7.11-2 ii python-dnspython 1.14.0-3 ii python-samba 2:4.4.6+dfsg-2 pn python2.7:any <none> ii samba-common 2:4.4.6+dfsg-2 ii samba-common-bin 2:4.4.6+dfsg-2 ii samba-libs 2:4.4.6+dfsg-2 ii tdb-tools 1.3.11-2 ii update-inetd 4.43 Versions of packages samba recommends: pn attr <none> ii logrotate 3.8.7-2 ii samba-dsdb-modules 2:4.4.6+dfsg-2 pn samba-vfs-modules <none> Versions of packages samba suggests: pn bind9 <none> pn bind9utils <none> pn ctdb <none> pn ldb-tools <none> ii ntp 1:4.2.8p8+dfsg-1 pn smbldap-tools <none> pn ufw <none> pn winbind <none> -- debconf information: samba-common/title: samba/run_mode: daemons
--- End Message ---
--- Begin Message ---Source: samba Source-Version: 2:4.4.7+dfsg-1 We believe that the bug you reported is fixed in the latest version of samba, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Mathieu Parent <[email protected]> (supplier of updated samba package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 31 Oct 2016 21:06:30 +0100 Source: samba Binary: samba samba-libs samba-common samba-common-bin smbclient samba-testsuite registry-tools libparse-pidl-perl samba-dev python-samba samba-dsdb-modules samba-vfs-modules libsmbclient libsmbclient-dev winbind libpam-winbind libnss-winbind libwbclient0 libwbclient-dev ctdb Architecture: source amd64 all Version: 2:4.4.7+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Samba Maintainers <[email protected]> Changed-By: Mathieu Parent <[email protected]> Description: ctdb - clustered database to store temporary data libnss-winbind - Samba nameservice integration plugins libpam-winbind - Windows domain authentication integration plugin libparse-pidl-perl - IDL compiler written in Perl libsmbclient - shared library for communication with SMB/CIFS servers libsmbclient-dev - development files for libsmbclient libwbclient-dev - Samba winbind client library - development files libwbclient0 - Samba winbind client library python-samba - Python bindings for Samba registry-tools - tools for viewing and manipulating the Windows registry samba - SMB/CIFS file, print, and login server for Unix samba-common - common files used by both the Samba server and client samba-common-bin - Samba common files used by both the server and the client samba-dev - tools for extending Samba samba-dsdb-modules - Samba Directory Services Database samba-libs - Samba core libraries samba-testsuite - test suite from Samba samba-vfs-modules - Samba Virtual FileSystem plugins smbclient - command-line SMB/CIFS clients for Unix winbind - service to resolve user and group information from Windows NT ser Closes: 698056 840608 841147 842056 Changes: samba (2:4.4.7+dfsg-1) unstable; urgency=medium . * New upstream release. - Remove bug_12283_segfault_tevent_internals.patch: included. * CTDB: Fix samba eventscript (upstream #12371). * nmbd requires a working network (Closes: #698056, #842056, #840608, LP: #1635491). * Be more verbose about masking samba-ad-dc.service (Closes: #841147) Checksums-Sha1: 12fad8a2293f9608bf02bb43460a97c526c2d063 3883 samba_4.4.7+dfsg-1.dsc 7be1913d477ea64e21fbd6bb3421236bf0a05f29 20726351 samba_4.4.7+dfsg.orig.tar.gz 84865dede830c7be0cecd8366023f9bb8935470e 226820 samba_4.4.7+dfsg-1.debian.tar.xz edcdd9f5d5c6c6a06415a41b97b67aa1de1ebaea 1219864 ctdb-dbgsym_4.4.7+dfsg-1_amd64.deb f640a45cf89dea960bc0e839007246e78a25e9fa 592204 ctdb_4.4.7+dfsg-1_amd64.deb 06604162085b6a0c962889a61dabc1bdfbba24f3 32788 libnss-winbind-dbgsym_4.4.7+dfsg-1_amd64.deb b5d9ac21e53361b2ee1609c2f589fa40b0fa0b15 106694 libnss-winbind_4.4.7+dfsg-1_amd64.deb 154475f07ad110cb66cb25ec00efa97ef1af18a3 42836 libpam-winbind-dbgsym_4.4.7+dfsg-1_amd64.deb 1302c673ca96f254c17372541451fe33b1830fe0 123520 libpam-winbind_4.4.7+dfsg-1_amd64.deb 80f5e9aabe262556e1621ccad941d3e330491249 186752 libparse-pidl-perl_4.4.7+dfsg-1_amd64.deb 20d635e1b9f265384eb98aca5ef4be398d337789 195986 libsmbclient-dbgsym_4.4.7+dfsg-1_amd64.deb 78f9b3950d2b7b5913882224f6ce13ed3cedf82e 135958 libsmbclient-dev_4.4.7+dfsg-1_amd64.deb d1943c4961a7a7fb3a8eddf66cdfd08f935dde1d 148366 libsmbclient_4.4.7+dfsg-1_amd64.deb 4ce3a5644c67c3a2bd6714bbd7e736f145057a54 107538 libwbclient-dev_4.4.7+dfsg-1_amd64.deb b6693b5fbbe5a5fd3caec1d2a154605b9e1b3a92 88142 libwbclient0-dbgsym_4.4.7+dfsg-1_amd64.deb 97efffd9dddede832a28aff88c6b87b1b1a18be2 121252 libwbclient0_4.4.7+dfsg-1_amd64.deb 5a5c8fa6dc1e3201479b7157c7774f3961502aa7 3644028 python-samba-dbgsym_4.4.7+dfsg-1_amd64.deb abf116a6e6a5e5fe33b785b57858b2bdca33856d 1242530 python-samba_4.4.7+dfsg-1_amd64.deb ff95e7c38f398b544dad73a769b757bf3224d876 78122 registry-tools-dbgsym_4.4.7+dfsg-1_amd64.deb b8a0147393b3fa1e3944396abd5c0ec50a1211a4 123186 registry-tools_4.4.7+dfsg-1_amd64.deb 6b679e6540311c48ea4509003cbfa71c71d38926 1272348 samba-common-bin-dbgsym_4.4.7+dfsg-1_amd64.deb b878c00b566eb6ac867c04d1d513c82efe84418d 600986 samba-common-bin_4.4.7+dfsg-1_amd64.deb 512cb5eb96e52a0bbac8695230ecc6d2c417d0ea 172850 samba-common_4.4.7+dfsg-1_all.deb 8f16c5387c6a0b54717f3d57424a975f0215bfce 2042086 samba-dbgsym_4.4.7+dfsg-1_amd64.deb 194a5f81041319ab51e1701f41caa1f0cbff64b1 323010 samba-dev_4.4.7+dfsg-1_amd64.deb 020503bf226e1ebf55c33096b753067183b8fbf5 829916 samba-dsdb-modules-dbgsym_4.4.7+dfsg-1_amd64.deb d1a94f90061775067dca3e044c081468cb435be2 311810 samba-dsdb-modules_4.4.7+dfsg-1_amd64.deb 532e11c7c3d0aaaa00a38eb477337e8bf9d96698 19189280 samba-libs-dbgsym_4.4.7+dfsg-1_amd64.deb f7d3db2b8841b718e5a1d791d8d1edeb5dcf8ef9 5172498 samba-libs_4.4.7+dfsg-1_amd64.deb 9e409dcf0a37c1be99587e2b6365ad9b7c70bc8f 5208114 samba-testsuite-dbgsym_4.4.7+dfsg-1_amd64.deb e57f56876e0dd397297f7651d980ad63aeaea7a5 1682996 samba-testsuite_4.4.7+dfsg-1_amd64.deb 80f0a3d4fb5d768831d024ad6845d90b4b2f7b3a 1130220 samba-vfs-modules-dbgsym_4.4.7+dfsg-1_amd64.deb c49795e84bb1822ad6764d6e6eb5308199a29778 334664 samba-vfs-modules_4.4.7+dfsg-1_amd64.deb 0d469e5cedc6733b3aa369da6ff82808120927a2 937886 samba_4.4.7+dfsg-1_amd64.deb d353a408695be08b9741ef5e5320618c0b4d747f 1097110 smbclient-dbgsym_4.4.7+dfsg-1_amd64.deb f9ccf3c4537a0cb998e55040b355ddaf41acc18e 405024 smbclient_4.4.7+dfsg-1_amd64.deb 576d3f7d1dfdb2ce102aa78e8516163ceb8ad025 1708634 winbind-dbgsym_4.4.7+dfsg-1_amd64.deb e86d26dda3a3485eff8f147c31e5d8ed33118217 506804 winbind_4.4.7+dfsg-1_amd64.deb Checksums-Sha256: fe01a8dc6cf223e66f350cff7c1acd27376d24cd4939251f3404e661a3a7e3ba 3883 samba_4.4.7+dfsg-1.dsc 1153128627c18ab83db31f4ecf1e82c8e911945090957a79190b4add1ecbb662 20726351 samba_4.4.7+dfsg.orig.tar.gz e8829ebb6c4c3d446371814a230923a1480f23c471cc8ec112c43ac980179185 226820 samba_4.4.7+dfsg-1.debian.tar.xz a07d8286d4ebbaf7a9887c6ff6dd838d65ada3c89272450ba71d65de714ea16b 1219864 ctdb-dbgsym_4.4.7+dfsg-1_amd64.deb 3da8c70fd82c408a87e4e39c2131f8be5102d7281502f7654f576f72814a1e40 592204 ctdb_4.4.7+dfsg-1_amd64.deb 44d9c0b9db586ff709bbab83ea19dff199067c2a55ec4877bf11411f9dd910f4 32788 libnss-winbind-dbgsym_4.4.7+dfsg-1_amd64.deb 5901403fb561e152a31d100377580c79434fdb6e906a85b864ad18b82fe76d02 106694 libnss-winbind_4.4.7+dfsg-1_amd64.deb 067dde80dc2a3a8c348cfc30dd99fc313914ff3cdcb921beae5ad74cb1216c72 42836 libpam-winbind-dbgsym_4.4.7+dfsg-1_amd64.deb 4cade4f87f6f5bc45e6b235e5b76333769a03efa173b16cc3b1451edfcd3e159 123520 libpam-winbind_4.4.7+dfsg-1_amd64.deb 1ab30bf20d11c6ce0af0138cfef5d0cf9a280c04a3db10f6b1a55d5b00178aed 186752 libparse-pidl-perl_4.4.7+dfsg-1_amd64.deb 7b506799986bec2e188782c0030276aa2aeeeb5f924414e370d6f8af51560bc6 195986 libsmbclient-dbgsym_4.4.7+dfsg-1_amd64.deb f8882846dfd806834fcaf23900852bd435a3027b85466039f3319ae7fc9183d1 135958 libsmbclient-dev_4.4.7+dfsg-1_amd64.deb df6ccb11f3a554a6cf563cade06575560c94f0da9d38b30b3dae5e66067d98e9 148366 libsmbclient_4.4.7+dfsg-1_amd64.deb aded38bef9b100f9ff77d3d7081d9a877ac228c8665bbf088df51f3bea5c8fab 107538 libwbclient-dev_4.4.7+dfsg-1_amd64.deb fc0d1f4386859194879b5e45e33b9800e22c141e6e37185af6f181922b06794d 88142 libwbclient0-dbgsym_4.4.7+dfsg-1_amd64.deb 8ac97b0d141ce7d6dc332151c84cde23662e6bfd0bdc8dd9503e862a71ef5f75 121252 libwbclient0_4.4.7+dfsg-1_amd64.deb 2382fefbc287ad873d6cacf40bbfb8b26ee8a8a7f535444f395b9eff36462214 3644028 python-samba-dbgsym_4.4.7+dfsg-1_amd64.deb 3b15180644b624775c0a0252776249d0755f4fbe420167cf932226171fd13411 1242530 python-samba_4.4.7+dfsg-1_amd64.deb d948aadc3ebd8aeefd8e86d12338ee2a4f45f66680b974a991d5fb849d2a25df 78122 registry-tools-dbgsym_4.4.7+dfsg-1_amd64.deb d32cef38ff22eed919f7e583016fd108a63eda2b742536121dd6b215c6f7c808 123186 registry-tools_4.4.7+dfsg-1_amd64.deb e2d810e76f0541b233e581e30ec8571d232e298449f3b648834d9cead21c45d9 1272348 samba-common-bin-dbgsym_4.4.7+dfsg-1_amd64.deb 73a230b8b8f996a495db4eef78fdeb92e00d684b1612eaff445260cf4e8c2197 600986 samba-common-bin_4.4.7+dfsg-1_amd64.deb 0244cb5bf13b9f6042c1021b5fcdcdc4b909c2027b496f8166061656e2e78739 172850 samba-common_4.4.7+dfsg-1_all.deb bed202a352dad553756f80eff94a7b57631bd02abcaabe315947aa85efc9fd33 2042086 samba-dbgsym_4.4.7+dfsg-1_amd64.deb ddb7e7936659b9b886387f5f0626201d0af981658f61f96c11cbce8b19d0c6ea 323010 samba-dev_4.4.7+dfsg-1_amd64.deb 59075f96b3d0eae90df6708e3baca33e5b5a6488aaca09a4d3eac78a58caa615 829916 samba-dsdb-modules-dbgsym_4.4.7+dfsg-1_amd64.deb 6eeb14fc49ebde938a4893991dd2c9b3807fbb52d42a089ba8dd3bad19d3dc2a 311810 samba-dsdb-modules_4.4.7+dfsg-1_amd64.deb e3a62e10238b667af2519d658942a9edc47c743504e598735e53b091ab97b5bf 19189280 samba-libs-dbgsym_4.4.7+dfsg-1_amd64.deb 3c40c413aeccfce76f72d30a3bf05dfbabbd558cadbb4b5563a1b1331c913a04 5172498 samba-libs_4.4.7+dfsg-1_amd64.deb 464b730900b502c2cac3cf540fcc86c0926929905ecbcb6c3f7031cf0cdd378a 5208114 samba-testsuite-dbgsym_4.4.7+dfsg-1_amd64.deb c1c6c27aab5b131941af71394297fff89df6ccdb667df939f988d4a26f2a51f6 1682996 samba-testsuite_4.4.7+dfsg-1_amd64.deb 92cbe5b318d11320a6cd035785d607abc99aacb5c0e2ed68a2caf4c6251dc9f8 1130220 samba-vfs-modules-dbgsym_4.4.7+dfsg-1_amd64.deb 03800c558601c573164d0ed9d6e1970ba87f13a1fae9eab31593b96c888e3917 334664 samba-vfs-modules_4.4.7+dfsg-1_amd64.deb 7912a79750e3f621e26a3dd49ae0f353e90d9c1d9661ec99d5434a82db4345ea 937886 samba_4.4.7+dfsg-1_amd64.deb ac7ccd413bb24b22444fdb9dd587c6a0ace3ea861ac5902e8187d91270e3294c 1097110 smbclient-dbgsym_4.4.7+dfsg-1_amd64.deb 7e4921f1a4b58d6f30cd8b39ba7244dea2159abcaeed7067d35ed90d940a8a55 405024 smbclient_4.4.7+dfsg-1_amd64.deb 2bbce6f2f7a2ff666c1c803d5c334caae74e632caf45d99b1e2af84867dd3262 1708634 winbind-dbgsym_4.4.7+dfsg-1_amd64.deb 48893cafddae516c74ac748a5210fa69ceb831ac3bf6aa5b0ed8ac0bb49bb53a 506804 winbind_4.4.7+dfsg-1_amd64.deb Files: f5d487320344bf198663b200ce689f13 3883 net optional samba_4.4.7+dfsg-1.dsc c4bc4f317096c30d745d9ebad9a01788 20726351 net optional samba_4.4.7+dfsg.orig.tar.gz 12cb141df2b9d37fb7a759b9c6e90dbd 226820 net optional samba_4.4.7+dfsg-1.debian.tar.xz 206170b11a01f49072e648c7734150e2 1219864 debug extra ctdb-dbgsym_4.4.7+dfsg-1_amd64.deb b49f67ac95c20e79d142d5f2f2bacdab 592204 net optional ctdb_4.4.7+dfsg-1_amd64.deb 5653133cb1737ea54f3968d02c4bdcbb 32788 debug extra libnss-winbind-dbgsym_4.4.7+dfsg-1_amd64.deb 530b8fda304eff9f14fa6505b222c2e2 106694 net optional libnss-winbind_4.4.7+dfsg-1_amd64.deb 59944e5375df666383687de74f889400 42836 debug extra libpam-winbind-dbgsym_4.4.7+dfsg-1_amd64.deb ccbf870a4d64913ecd2563c78d649462 123520 net optional libpam-winbind_4.4.7+dfsg-1_amd64.deb 20a234f715b86cb7ed6e5ef16f7aef0a 186752 perl optional libparse-pidl-perl_4.4.7+dfsg-1_amd64.deb b95f97b0fe4b34b6310fb172816464c7 195986 debug extra libsmbclient-dbgsym_4.4.7+dfsg-1_amd64.deb 64de3ce284cbf07679e4d9a95d43b64c 135958 libdevel extra libsmbclient-dev_4.4.7+dfsg-1_amd64.deb 4600c11d702da9716caa6dc1205bbdb3 148366 libs optional libsmbclient_4.4.7+dfsg-1_amd64.deb 350a16d534f666440282c1a20c01c345 107538 libdevel optional libwbclient-dev_4.4.7+dfsg-1_amd64.deb cacfc99881bf721cb727747eea4260e6 88142 debug extra libwbclient0-dbgsym_4.4.7+dfsg-1_amd64.deb a62be827eca99ab11e690ac58af29f56 121252 libs optional libwbclient0_4.4.7+dfsg-1_amd64.deb 341d864d410ade7eb6e318bbb0d03c06 3644028 debug extra python-samba-dbgsym_4.4.7+dfsg-1_amd64.deb 99ea106d6b261fc190b36a7398503eb9 1242530 python optional python-samba_4.4.7+dfsg-1_amd64.deb ec5b9dee243fa22a1e903d5b1db6dc77 78122 debug extra registry-tools-dbgsym_4.4.7+dfsg-1_amd64.deb 85306de53b6cc20a859e45c0661a196b 123186 net optional registry-tools_4.4.7+dfsg-1_amd64.deb e7e89e1a91c296bdfa8f10f2c9d2ed52 1272348 debug extra samba-common-bin-dbgsym_4.4.7+dfsg-1_amd64.deb a7cec8a6b6257e8f49aa2f5716e60cbd 600986 net optional samba-common-bin_4.4.7+dfsg-1_amd64.deb 701049f20f16735a1665eee4cdf8edc0 172850 net optional samba-common_4.4.7+dfsg-1_all.deb 56b1e741d33357a62d2239f033cec5ef 2042086 debug extra samba-dbgsym_4.4.7+dfsg-1_amd64.deb 8f964123088a25eae074c20a44fe0e64 323010 devel optional samba-dev_4.4.7+dfsg-1_amd64.deb 31538162ff9fb0eb0123edf322283cd2 829916 debug extra samba-dsdb-modules-dbgsym_4.4.7+dfsg-1_amd64.deb 5ce8aaad10276c320ac3598e019d62ef 311810 libs optional samba-dsdb-modules_4.4.7+dfsg-1_amd64.deb 946be6727fe885ab0d7d4a127bd74192 19189280 debug extra samba-libs-dbgsym_4.4.7+dfsg-1_amd64.deb d4a7c00b70fc2c5eb194ab14ef106713 5172498 libs optional samba-libs_4.4.7+dfsg-1_amd64.deb 63ff37ed0604bf76fe6ad6b28c785198 5208114 debug extra samba-testsuite-dbgsym_4.4.7+dfsg-1_amd64.deb b0b782b310018836fce342b508a7a6af 1682996 net optional samba-testsuite_4.4.7+dfsg-1_amd64.deb 2a5d61c3e1704b4c5eb1eb5c2631a42f 1130220 debug extra samba-vfs-modules-dbgsym_4.4.7+dfsg-1_amd64.deb bd88657cab006ea09bea113674360214 334664 net optional samba-vfs-modules_4.4.7+dfsg-1_amd64.deb f8a5ae37b9f5968b589eab051e5b7eb4 937886 net optional samba_4.4.7+dfsg-1_amd64.deb cbea968760a808320f00a0d5c4fa288a 1097110 debug extra smbclient-dbgsym_4.4.7+dfsg-1_amd64.deb 3d7ef3c537d65ce29a140a9631e3221a 405024 net optional smbclient_4.4.7+dfsg-1_amd64.deb a5ac513d71720b139e0ffe9371016462 1708634 debug extra winbind-dbgsym_4.4.7+dfsg-1_amd64.deb 3af9eb2ed330694aefee64028c0ef1f3 506804 net optional winbind_4.4.7+dfsg-1_amd64.deb -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJYGI11AAoJEK4DmARmaB+lIRoQAIymO7sVJRiyupvsuv2RnpQt 5qYX78rrLecvHamO30VrOK7CffyrDT+bcGrjTq9dHWTpdrUdJh4QXlRgrswGXMlu Kr/7aQG9gzhTCTBmA/sDkEx5MUJhMepGXitNlQzhdkMWgLS3TyxwSZ3nre0t/msa fEZH2FeRpCUTnNPL2TML2Qg83kDGZ5fFlkXHj1321zgjDMLRBvAXhyT1BrZ1qh+q OSJGaEU5AQ1CrNYGNkKRLTERoySWX7moA5H/AIdDvoRFtHQZ/UZsYlTOgdZzcLrT 2bvXbmzpi7nyjRsYYXFrXGcBPEu+FdC4hhUwNWJlV4exeqvX5ymdFstqupQu9wC6 51+1g81/GNH1ZhOLZqWr2e/NyTKSq1JyTjDWzog69LCQ8fnU6Utl2S2o9ElWZiVh 5kYme5ZZ8qQk3660KP1Ksj52e2vLAFB0+doNm8PFvSkf823S17Do5tjLvZP2vaNN 4voGziTVHcMKP0w3Of16IBi8QzRt/YLox16vFRo5o2Hyv2HizyUq4fhTfoFucnsy aryg6YGUnrFY6diMAd8PpdZrU9JBdIhb5gKatt/+fZsL0tl7AAHX6cZAA9c8HTmb yto8gOdZQM+uZlwrE1KAvejZ2VRH4gAfBdufcErx/aikoKchF32k+xQfDfdHKXLD bfll70JwajFGA3MSTTBc =QJH/ -----END PGP SIGNATURE-----
--- End Message ---

