[24031] in Source-Commits
/svn/athena r23640 - trunk/debathena/config/reactivate/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Wed Mar 18 19:26:12 2009
X-Barracuda-Envelope-From: broder@mit.edu
Date: Wed, 18 Mar 2009 19:26:03 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903182326.n2INQ3vJ018111@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-03-18 19:26:02 -0400 (Wed, 18 Mar 2009)
New Revision: 23640
Modified:
trunk/debathena/config/reactivate/debian/athena-login-snapshot
trunk/debathena/config/reactivate/debian/changelog
Log:
In reactivate:
* Even more verbosity! Use fuser -kmv to get more output about the
running processes.
Modified: trunk/debathena/config/reactivate/debian/athena-login-snapshot
===================================================================
--- trunk/debathena/config/reactivate/debian/athena-login-snapshot 2009-03-17 00:29:40 UTC (rev 23639)
+++ trunk/debathena/config/reactivate/debian/athena-login-snapshot 2009-03-18 23:26:02 UTC (rev 23640)
@@ -149,12 +149,12 @@
# Clean up any remaining user processes using the bind mounts.
if [ -n "$USER" -a "$USER" != root ]; then
for dir in $binddirs; do
- v su -s /bin/sh "$USER" -c "fuser -km /login$dir" || true
+ v su -s /bin/sh "$USER" -c "fuser -kmv /login$dir" || true
done
fi
# Clean up any processes using the chroot mountpoint.
- v fuser -km /login || true
+ v fuser -kvm /login || true
sleep 2
# Clean up the bind mounts we made earlier.
Modified: trunk/debathena/config/reactivate/debian/changelog
===================================================================
--- trunk/debathena/config/reactivate/debian/changelog 2009-03-17 00:29:40 UTC (rev 23639)
+++ trunk/debathena/config/reactivate/debian/changelog 2009-03-18 23:26:02 UTC (rev 23640)
@@ -1,3 +1,10 @@
+debathena-reactivate (1.17) unstable; urgency=low
+
+ * Even more verbosity! Use fuser -kmv to get more output about the
+ running processes.
+
+ -- Evan Broder <broder@mit.edu> Wed, 18 Mar 2009 19:25:53 -0400
+
debathena-reactivate (1.16) unstable; urgency=low
* Don't redirect output to /dev/null when we're trying to log it