[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: AutoFS isues on tjener after stretch update



On Tue, Sep 26, 2017 at 02:49:01PM +0200, Wolfgang Schweer wrote:
> Reproduced. But this is an only temporary issue caused by a changed 
> behaviour of autofs (Jessie: autofs is disabled adding 'exit 0' as last 
> line to /etc/default/autofs; Stretch: autofs is disabled using 
> systemctl). In both cases cfengine (cf.homes) is used to configure it. 
> Everything will be ok after rebooting the system.

hm, so should we revert this commit or upload it to sid? ;)

git log 1.927..master -p
commit 42b28ab02614aacbcbe7fde3b20ca3c57f85b24b
Author: Dominik George <nik@naturalnet.de>
Date:   Thu Sep 21 15:53:12 2017 +0200

    Prevent autofs from starting on tjener. (Closes: #876376)

diff --git a/debian/changelog b/debian/changelog
index fbbb41a..d131a9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu (1.928) UNRELEASED; urgency=medium
+
+  * Prevent autofs from starting on tjener. (Closes: #876376)
+  * Add myself to Uploaders.
+
+ -- Dominik George <nik@naturalnet.de>  Thu, 21 Sep 2017 15:40:27 +0200
+
 debian-edu (1.927) unstable; urgency=medium
 
   * Update debian/control.stub with the debian/control changes from 1.926.
diff --git a/debian/control b/debian/control
index cf91254..0f380d4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders: Petter Reinholdtsen <pere@debian.org>,
  Holger Levsen <holger@debian.org>,
  Mike Gabriel <sunweaver@debian.org>,
  Wolfgang Schweer <wschweer@arcor.de>,
+ Dominik George <nik@naturalnet.de>
 Build-Depends: debhelper (>= 10.2.5~), blends-dev (>= 0.6.100)
 Standards-Version: 4.1.0
 Testsuite: autopkgtest
diff --git a/debian/control.stub b/debian/control.stub
index b2d7973..7332a69 100644
--- a/debian/control.stub
+++ b/debian/control.stub
@@ -6,6 +6,7 @@ Uploaders: Petter Reinholdtsen <pere@debian.org>,
  Holger Levsen <holger@debian.org>,
  Mike Gabriel <sunweaver@debian.org>,
  Wolfgang Schweer <wschweer@arcor.de>,
+ Dominik George <nik@naturalnet.de>
 Build-Depends: debhelper (>= 10.2.5~), blends-dev (>= 0.6.100)
 Standards-Version: 4.1.0
 Testsuite: autopkgtest
diff --git a/debian/education-networked-common.install b/debian/education-networked-common.install
new file mode 100644
index 0000000..5af356d
--- /dev/null
+++ b/debian/education-networked-common.install
@@ -0,0 +1 @@
+systemd/autofs.service.d/debian-edu.conf lib/systemd/system/autofs.service.d
diff --git a/systemd/autofs.service.d/debian-edu.conf b/systemd/autofs.service.d/debian-edu.conf
new file mode 100644
index 0000000..eb9f555
--- /dev/null
+++ b/systemd/autofs.service.d/debian-edu.conf
@@ -0,0 +1,3 @@
+[Unit]
+ConditionHost=!tjener
+ConditionHost=!tjener.intern


-- 
cheers,
	Holger

Attachment: signature.asc
Description: PGP signature


Reply to: