Your message dated Mon, 04 Jun 2012 17:34:18 +0000
with message-id <[email protected]>
and subject line Bug#640668: fixed in samba 2:3.6.5-5
has caused the Debian Bug report #640668,
regarding samba: Updated if-up.d script to function under 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.)
--
640668: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640668
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: samba
Version: 2:3.6.0-1
Severity: normal
When systemd is installed, the behaviour of '/etc/init.d/samba status'
changes (systemd changes the LSB init functions to launch services via
systemctl rather than directly) in a way that breaks the if-up.d script.
I've modified the script to get it to work again; see below.
-- System Information:
Debian Release: wheezy/sid
APT prefers stable
APT policy: (545, 'stable'), (540, 'stable-updates'), (530, 'testing'), (520,
'unstable'), (510, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages samba depends on:
ii adduser 3.112+nmu2 add and remove users and groups
ii debconf [debconf-2.0] 1.5.40 Debian configuration management sy
ii libacl1 2.2.51-3 Access control list shared library
ii libattr1 1:2.4.46-3 Extended attribute shared library
ii libc6 2.13-18 Embedded GNU C Library: Shared lib
ii libcap2 1:2.19-3 support for getting/setting POSIX.
ii libcomerr2 1.41.12-4stable1 common error description library
ii libcups2 1.5.0-5 Common UNIX Printing System(tm) -
ii libgssapi-krb5-2 1.9.1+dfsg-1+b1 MIT Kerberos runtime libraries - k
ii libk5crypto3 1.9.1+dfsg-1+b1 MIT Kerberos runtime libraries - C
ii libkrb5-3 1.9.1+dfsg-1+b1 MIT Kerberos runtime libraries
ii libldap-2.4-2 2.4.23-7.2 OpenLDAP libraries
ii libpam-modules 1.1.1-6.1 Pluggable Authentication Modules f
ii libpam-runtime 1.1.1-6.1 Runtime support for the PAM librar
ii libpam0g 1.1.1-6.1 Pluggable Authentication Modules l
ii libpopt0 1.16-1 lib for parsing cmdline parameters
ii libtalloc2 2.0.6-2 hierarchical pool based memory all
ii libtdb1 1.2.9-3 Trivial Database - shared library
ii libwbclient0 2:3.6.0-1 Samba winbind client library
ii lsb-base 3.2-28 Linux Standard Base 3.2 init scrip
ii procps 1:3.2.8-11 /proc file system utilities
ii samba-common 2:3.6.0-1 common files used by both the Samb
ii update-inetd 4.38+nmu1 inetd configuration file updater
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
Versions of packages samba recommends:
ii logrotate 3.7.8-6 Log rotation utility
ii tdb-tools 1.2.9-3 Trivial Database - bundled binarie
Versions of packages samba suggests:
pn ctdb <none> (no description available)
pn ldb-tools <none> (no description available)
pn openbsd-inetd | inet-superser <none> (no description available)
pn smbldap-tools <none> (no description available)
-- Configuration Files:
/etc/network/if-up.d/samba changed:
if [ "$IFACE" = lo ]; then
exit 0
fi
if [ "$MODE" != start ]; then
exit 0
fi
case $ADDRFAM in
inet|inet6|NetworkManager)
;;
*)
exit 0
;;
esac
if test -e /sys/fs/cgroup/systemd; then
# systemd hijacked the output of '/etc/init.d/samba status'
if systemctl status samba.service > /dev/null; then
if ! systemd-cgls /system/samba.service | grep -q nmbd; then
systemctl restart samba.service
fi
fi
else
status=$(/etc/init.d/samba status)
# Really only necessary to do anything if nmbd is not already running
if echo "$status" | grep -q 'smbd is running' \
&& ! echo "$status" | grep -q 'nmbd is running'
then
/etc/init.d/samba start
fi
fi
exit 0
-- debconf information:
samba/run_mode: daemons
samba/generate_smbpasswd: true
samba-common/title:
--- End Message ---
--- Begin Message ---
Source: samba
Source-Version: 2:3.6.5-5
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:
libnss-winbind_3.6.5-5_i386.deb
to main/s/samba/libnss-winbind_3.6.5-5_i386.deb
libpam-smbpass_3.6.5-5_i386.deb
to main/s/samba/libpam-smbpass_3.6.5-5_i386.deb
libpam-winbind_3.6.5-5_i386.deb
to main/s/samba/libpam-winbind_3.6.5-5_i386.deb
libsmbclient-dev_3.6.5-5_i386.deb
to main/s/samba/libsmbclient-dev_3.6.5-5_i386.deb
libsmbclient_3.6.5-5_i386.deb
to main/s/samba/libsmbclient_3.6.5-5_i386.deb
libwbclient-dev_3.6.5-5_i386.deb
to main/s/samba/libwbclient-dev_3.6.5-5_i386.deb
libwbclient0_3.6.5-5_i386.deb
to main/s/samba/libwbclient0_3.6.5-5_i386.deb
samba-common-bin_3.6.5-5_i386.deb
to main/s/samba/samba-common-bin_3.6.5-5_i386.deb
samba-common_3.6.5-5_all.deb
to main/s/samba/samba-common_3.6.5-5_all.deb
samba-dbg_3.6.5-5_i386.deb
to main/s/samba/samba-dbg_3.6.5-5_i386.deb
samba-doc-pdf_3.6.5-5_all.deb
to main/s/samba/samba-doc-pdf_3.6.5-5_all.deb
samba-doc_3.6.5-5_all.deb
to main/s/samba/samba-doc_3.6.5-5_all.deb
samba-tools_3.6.5-5_i386.deb
to main/s/samba/samba-tools_3.6.5-5_i386.deb
samba_3.6.5-5.debian.tar.gz
to main/s/samba/samba_3.6.5-5.debian.tar.gz
samba_3.6.5-5.dsc
to main/s/samba/samba_3.6.5-5.dsc
samba_3.6.5-5_i386.deb
to main/s/samba/samba_3.6.5-5_i386.deb
smbclient_3.6.5-5_i386.deb
to main/s/samba/smbclient_3.6.5-5_i386.deb
swat_3.6.5-5_i386.deb
to main/s/samba/swat_3.6.5-5_i386.deb
winbind_3.6.5-5_i386.deb
to main/s/samba/winbind_3.6.5-5_i386.deb
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.
Christian Perrier <[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: SHA1
Format: 1.8
Date: Sun, 03 Jun 2012 20:00:56 +0200
Source: samba
Binary: samba samba-common-bin samba-common samba-tools smbclient swat
samba-doc samba-doc-pdf libpam-smbpass libsmbclient libsmbclient-dev winbind
libpam-winbind libnss-winbind samba-dbg libwbclient0 libwbclient-dev
Architecture: source i386 all
Version: 2:3.6.5-5
Distribution: unstable
Urgency: low
Maintainer: Debian Samba Maintainers <[email protected]>
Changed-By: Christian Perrier <[email protected]>
Description:
libnss-winbind - Samba nameservice integration plugins
libpam-smbpass - pluggable authentication module for Samba
libpam-winbind - Windows domain authentication integration plugin
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
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 - common files used by both the Samba server and client
samba-dbg - Samba debugging symbols
samba-doc - Samba documentation
samba-doc-pdf - Samba documentation in PDF format
samba-tools - Samba testing utilities
smbclient - command-line SMB/CIFS clients for Unix
swat - Samba Web Administration Tool
winbind - Samba nameservice integration server
Closes: 640508 640668 674215
Changes:
samba (2:3.6.5-5) unstable; urgency=low
.
[ Christian Perrier ]
* Make libpam-winbind depend on libnss-winbind.
.
[ Ivo De Decker ]
* Update symbols file for libsmbclient and libwbclient0
* Add lintian overrides for examples in samba-doc
* libpam-winbind: change Depends on libnss-winbind to Recommends
* libnss-winbind: Suggests libpam-winbind
* Update package description for winbind, libpam-winbind and libnss-winbind
to better reflect their content
* Backport vfs_shadow_copy2 from master, to allow shadow copy to work
without wide links
.
[ Luk Claes ]
* Ship wbclient.pc file in multiarch safe directory (Closes: #674215).
.
[ Sam Morris ]
* Add libutil_drop_AI_ADDRCONFIG.patch that allows running nmbd when
no network interfaces have been assigned an address, therefore
removing the need for an if-up script. Closes: #640668,#640508
Checksums-Sha1:
07def57492a50bd0e1226bfc21394fb1cf01ed3c 3091 samba_3.6.5-5.dsc
0394be5bed7a0f3b8d90d1d0bd3d957fc91c21f0 24458774 samba_3.6.5.orig.tar.bz2
c33eaf4259e821c2f0b99cf3de982ca021d95aa6 432306 samba_3.6.5-5.debian.tar.gz
4624a02b2ec43bc3326f0206a4be52240b047fe5 8326936 samba_3.6.5-5_i386.deb
cbff365261c1c52e5c202b0eaa85f2d0ee2cd06c 6396200
samba-common-bin_3.6.5-5_i386.deb
61f1572208ffeda2eb8c18b576df030c7c3dda2b 394106 samba-common_3.6.5-5_all.deb
c95965dff758aeee7a91c094f96883e30c12b554 11924468 samba-tools_3.6.5-5_i386.deb
d1680a93060fd85fbcc62d96413b2651b7853ca6 14382712 smbclient_3.6.5-5_i386.deb
d27600568ae1c9380c010eeaeefd656fa44bd4ce 2302052 swat_3.6.5-5_i386.deb
2285d872ca29c1ab088f5f6e444afc081a8975f9 1770162 samba-doc_3.6.5-5_all.deb
9d4829090786c5d0a2baff74c9ab6150b77c807c 7061364 samba-doc-pdf_3.6.5-5_all.deb
5ff537674962f61185ea1a72767abdd8c71b35d9 865756 libpam-smbpass_3.6.5-5_i386.deb
ea1686dd63ae91af6a88f2738069d3e87deb8448 2257208 libsmbclient_3.6.5-5_i386.deb
fd4c2eada88690728235c8c8ebedf8804aed38d9 2940614
libsmbclient-dev_3.6.5-5_i386.deb
c06dc7c20f23ac850f59960742b0e796f1ee7476 4598080 winbind_3.6.5-5_i386.deb
c9c7768a932fc0566f7186eb699dda6250005963 105854 libpam-winbind_3.6.5-5_i386.deb
e9284be563667e58ce9e385b2958e108dde9c2f1 692810 libnss-winbind_3.6.5-5_i386.deb
e4bc92f583b762e600cb21ef471ffa3bc30b2216 67630228 samba-dbg_3.6.5-5_i386.deb
3712b64d723df6d6d4de621a9542eee506dbacfa 99472 libwbclient0_3.6.5-5_i386.deb
7d150e06ba2eb6b4b0fb31fcaf78adf136b1fb12 83310 libwbclient-dev_3.6.5-5_i386.deb
Checksums-Sha256:
33c079fd38da43615b550a9e527d806a5be82ac01977e58a3474f82afe7d0d9b 3091
samba_3.6.5-5.dsc
e0b8b2b23497b3d82de2b103f312f0696ea8d5e529b7e15e40576e9387f3c421 24458774
samba_3.6.5.orig.tar.bz2
b7eea8e0853c67912fb35be310ac3c45fe09589eb3b37f37e3e82ab66cddd1d4 432306
samba_3.6.5-5.debian.tar.gz
42954e916ef77159880db89afbf4cd6ef98d8bc8cbc47f21fda60b515c955793 8326936
samba_3.6.5-5_i386.deb
7ba748b11b88f7abe3ea093409b71d260b77bca35fbb70b46f5a593189c2b394 6396200
samba-common-bin_3.6.5-5_i386.deb
d7e514a63e039cedfa87808e1b3bd143ac097bb285768248186b6a8dee15c60b 394106
samba-common_3.6.5-5_all.deb
b56d651f4d08d024ea6b5926f5b47cd98856c0580ad7902f6fe6f684180c350b 11924468
samba-tools_3.6.5-5_i386.deb
409519f32911069a11f361dfef4e1328b8e0679304035fc74f9a0c54c29c82a8 14382712
smbclient_3.6.5-5_i386.deb
27050d6c4b34b3441efaadc67084d0e321502257b4660cb1054370bebb5c3968 2302052
swat_3.6.5-5_i386.deb
d7280a724aefe74d856b5fa5169c0f00b0ae792b96ed37eebb056172b54f169f 1770162
samba-doc_3.6.5-5_all.deb
cc6e2dda102c0f797f71deb2908214288a9628c2cc3e7ec703b4486c8215f0c2 7061364
samba-doc-pdf_3.6.5-5_all.deb
52a87fa64d6d55c69bb52885110508e49c029c1be7a13973f24d346678f38670 865756
libpam-smbpass_3.6.5-5_i386.deb
7de026634176a337b6668cc05367329173feb0b4a8fbbfcdc510bd4dc9ff08bb 2257208
libsmbclient_3.6.5-5_i386.deb
7cfb22e3c354cba7e0e68f380b2d7204030b22de5f74ae6f838cf36f7e956676 2940614
libsmbclient-dev_3.6.5-5_i386.deb
eb88ce38b92b4a91587c1fa7198050631ea8b5e7c5178730dd6b1a0a4a4d204c 4598080
winbind_3.6.5-5_i386.deb
23354d5a5d9c2ca8e9cc1f6adb88220050257a4d5f921d7a1b3bd7d340850381 105854
libpam-winbind_3.6.5-5_i386.deb
ca65def5f22e2f14f3344b3d752bd6e284e3795850de06b51e17e1e9a0c9cfed 692810
libnss-winbind_3.6.5-5_i386.deb
264c9a3f2359029743bf867a63c6f2eebb322f60e6ee119dec747f6fba95a921 67630228
samba-dbg_3.6.5-5_i386.deb
29c5d6cb2939b043dbca18162087b24c7141aa4685adcbc22e237f2518904001 99472
libwbclient0_3.6.5-5_i386.deb
d9e2867ad8c17b028c58d5f9e20021e358bd36419c64b6b16e824224988feea3 83310
libwbclient-dev_3.6.5-5_i386.deb
Files:
7096c8fe64c6698e6c52956430504c85 3091 net optional samba_3.6.5-5.dsc
01685e2354f4126d9c692f197fdb4bc4 24458774 net optional samba_3.6.5.orig.tar.bz2
e9b7657cfd111e873a7c813f4663bb30 432306 net optional
samba_3.6.5-5.debian.tar.gz
79e8023a2248dfbf6770d6c1cb9b300f 8326936 net optional samba_3.6.5-5_i386.deb
2db4b9ca78b7997b5327080badeeec4f 6396200 net optional
samba-common-bin_3.6.5-5_i386.deb
274f04e3784e7790d49e18a365abb395 394106 net optional
samba-common_3.6.5-5_all.deb
e6a326d35473af48309781153473f1be 11924468 net optional
samba-tools_3.6.5-5_i386.deb
79559013bf20f1c75d0356a0ac35de22 14382712 net optional
smbclient_3.6.5-5_i386.deb
e85b4a6c0ad81f111b6a0fd3a3ee473b 2302052 net optional swat_3.6.5-5_i386.deb
16aaf10ac901b14967646cfd61f4728f 1770162 doc optional samba-doc_3.6.5-5_all.deb
7b2406584ffd59d46417015db9259982 7061364 doc optional
samba-doc-pdf_3.6.5-5_all.deb
f468c61d459e1cd50d150dc175fe366f 865756 admin extra
libpam-smbpass_3.6.5-5_i386.deb
86d9a391e5cbec16639ea726c469f5c1 2257208 libs optional
libsmbclient_3.6.5-5_i386.deb
bfa00fa7301b4e8bc174b94fe0e10ec8 2940614 libdevel extra
libsmbclient-dev_3.6.5-5_i386.deb
d313c0f7f839442a47091e62013dafec 4598080 net optional winbind_3.6.5-5_i386.deb
d34ba5951c51c944b8e1312726d7e9d8 105854 net optional
libpam-winbind_3.6.5-5_i386.deb
cb4e183f768658c53780703d7a7874a9 692810 net optional
libnss-winbind_3.6.5-5_i386.deb
ad6fd1d286e37fc0a8dd39884ee718f7 67630228 debug extra
samba-dbg_3.6.5-5_i386.deb
d015c56a6cf9746320a8074b8a2dabbd 99472 libs optional
libwbclient0_3.6.5-5_i386.deb
c61337b4cd4ef39bd37032434fbc7d59 83310 libdevel optional
libwbclient-dev_3.6.5-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIVAwUBT8zoh4cvcCxNbiWoAQJoOA//cFN3BWMN0AtCTww4/7PS+5A0nDQpz+g5
YYIrbdM/T6duzXftVltE9DqjncY2LY7FnAnl0sL9TZLY6QY4CGEOxzK5bx9/DoSj
JUOT1v38U7xapYRTR0jzRZbhAfNi3QxKho6XiQuURUoxJKlu99/Zas+/qtq03Wj2
u0Y3CZ3O/xQUuIBkgQ/LS1auX0NSfBCYbSjydlOcHOrnpVBbXVXm7yT5dZp6Our0
B5l96/z2GCpp7ueRHih7DlZsGi49q/pTvy0t0DASUstJWl0PpKxHQqlPPKo/Kn1t
+Bg4L2Ni/89PR4YyMQnQRCgcS6bRofCS5hE5nBMeSMMLS2qxzzZRv5OEIszNL1dV
cyDBtIX8hApY9zrwzX3B8BeLH+twk9IuA9H3+3jwFwwlRO1hTwhB8SDE/VdQnvhd
Sj6428YJcPWwbuI9qyZDabbO0j847SwjQhfTw3YC+tLo+c6L/KgNDrC2IJ01srmQ
NNPFt12KspMG7/Bd0b4KRa0KzkJcqKBRQuGawg7rfY/RkDe8T/g7vJBgMYq5NXLf
hHBzXxXEcARl+eFmsdbWt9gE1UJDRHGoxXkQJSpX4d1beOFms8GwntHaUn87WDuk
s/h3j4ISHMAJZh0kUBzD5gE6Y5VDTrRXqJrPaDsvNxClBvoq+k6dXaQzIl4TWuPi
hZOdDeH1T9E=
=QLOz
-----END PGP SIGNATURE-----
--- End Message ---