[26090] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25384 - trunk/debathena/debathena/xsession/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Aug 17 20:41:56 2011

Date: Wed, 17 Aug 2011 20:41:50 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201108180041.p7I0foWG005033@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-08-17 20:41:50 -0400 (Wed, 17 Aug 2011)
New Revision: 25384

Modified:
   trunk/debathena/debathena/xsession/debian/changelog
   trunk/debathena/debathena/xsession/debian/debathena-quota.sh
Log:
In xsession:
  * Be clearer about what the first quota warning means (Trac: #748)


Modified: trunk/debathena/debathena/xsession/debian/changelog
===================================================================
--- trunk/debathena/debathena/xsession/debian/changelog	2011-08-17 17:57:31 UTC (rev 25383)
+++ trunk/debathena/debathena/xsession/debian/changelog	2011-08-18 00:41:50 UTC (rev 25384)
@@ -1,3 +1,9 @@
+debathena-xsession (1.17.5) UNRELEASED; urgency=low
+
+  * Be clearer about what the first quota warning means (Trac: #748)
+
+ -- Jonathan Reed <jdreed@mit.edu>  Wed, 17 Aug 2011 20:40:39 -0400
+
 debathena-xsession (1.17.4) unstable; urgency=low
 
   * Explicitly depend on gnome-session, since we have implicitly depended

Modified: trunk/debathena/debathena/xsession/debian/debathena-quota.sh
===================================================================
--- trunk/debathena/debathena/xsession/debian/debathena-quota.sh	2011-08-17 17:57:31 UTC (rev 25383)
+++ trunk/debathena/debathena/xsession/debian/debathena-quota.sh	2011-08-18 00:41:50 UTC (rev 25384)
@@ -1,6 +1,6 @@
 if [ "$DEBATHENA_HOME_TYPE" = "afs" ]; then
     QUOTAPCT=$(fs lq $HOME | tail -1 | awk '{print $4}' | sed 's/[^0-9]*//g')
     if [ $QUOTAPCT -ge 100 ]; then
-	message "You have exceeded your AFS quota.  This login session will likely fail.\n\nTry using the 'Athena TTY Session' login session to get a tty-mode login session, and then remove or compress some files to get below your quota.\n\nYou may also request a quota increase from User Accounts by calling x3-1325."
+	message "You have exceeded (or are within 0.5% of) your AFS quota.  This login session will likely fail.\n\nIf this login session does fail, try using the 'Athena TTY Session' login session to get a tty-mode login session, and then remove or compress some files to get below your quota.\n\nYou may also request a quota increase from User Accounts by calling x3-1325."
     fi
 fi


home help back first fref pref prev next nref lref last post