Your message dated Tue, 6 Jan 2015 10:00:35 +0100
with message-id <[email protected]>
and subject line Re: Bug#774653: unblock: debian-edu-config/1.816
has caused the Debian Bug report #774653,
regarding unblock: debian-edu-config/1.816
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.)
--
774653: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774653
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
x-debbugs-cc: [email protected]
Dear release team,
This is an pre-upload unblock approval request for debian-edu-config fixing
two important bugs using trivial changes:
$ git diff 1.815..master
diff --git a/debian/changelog b/debian/changelog
index f8b048f..4c58a51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+debian-edu-config (1.816) UNRELEASED; urgency=medium
+
+ * Adjust etc/X11/Xsession.d/09debian-edu-missing-home to make the
+ script work with kdm now setting $HOME=/ if the user's home
+ directory isn't available at login time (and before the script is
+ executed). (Closes: #774392).
+ * etc/ldap/slapd-squeeze_debian-edu.conf: unset 'dbnosync' to avoid
+ possible data loss. (Closes: #774610).
+
+ -- Wolfgang Schweer <[email protected]> Thu, 01 Jan 2015 23:26:29 +0100
+
debian-edu-config (1.815) unstable; urgency=medium
[ Debconf translation updates ]
diff --git a/etc/X11/Xsession.d/09debian-edu-missing-home
b/etc/X11/Xsession.d/09debian-edu-missing-home
index e348bf7..ae74cdd 100755
--- a/etc/X11/Xsession.d/09debian-edu-missing-home
+++ b/etc/X11/Xsession.d/09debian-edu-missing-home
@@ -5,14 +5,14 @@
if [ -r /etc/debian-edu/config ] ; then
. /etc/debian-edu/config
if echo "$PROFILE" | egrep -q 'Workstation|Thin-Client-Server|Minimal' ;
then
- if [ ! -d $HOME ] ; then
+ if [ ! -d $HOME -o / = "$HOME" ] ; then
cat <<EOF | \
xmessage -buttons Understood:0 -timeout 30 -center -file -
-Missing user home directory $HOME.
+Missing user home directory.
-Check if the current computer DNS name in the NIS netgroup
+Check if the current computer DNS name is in the NIS netgroup
workstation-hosts and authorized to mount the home directories from
-the NFS server. This is done using Gosa, http://www/gosa/ .
+the NFS server. This is done using Gosa, https://www/gosa/ .
EOF
exit 1
fi
diff --git a/etc/ldap/slapd-squeeze_debian-edu.conf b/etc/ldap/slapd-
squeeze_debian-edu.conf
index 40d282d..7b96c21 100644
--- a/etc/ldap/slapd-squeeze_debian-edu.conf
+++ b/etc/ldap/slapd-squeeze_debian-edu.conf
@@ -71,7 +71,7 @@ database bdb
# Set the database in memory cache size.
#
cachesize 4000
-dbnosync
+#dbnosync
sizelimit 4000
# First database
I've not yet uploaded to unstable, may I?
Thanks for your work on jessie!
cheers,
Holger
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Hi,
On Tue, Jan 06, 2015 at 02:32:24AM +0100, Holger Levsen wrote:
> thanks! also for the other debian-edu-* unblocks!
Unblocked.
Cheers,
Ivo
--- End Message ---