[26103] in Source-Commits
/svn/athena r25391 - trunk/debathena/debathena/xsession/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Aug 31 12:07:08 2011
Date: Wed, 31 Aug 2011 12:06:59 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201108311606.p7VG6x3J030496@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2011-08-31 12:06:58 -0400 (Wed, 31 Aug 2011)
New Revision: 25391
Modified:
trunk/debathena/debathena/xsession/debian/changelog
trunk/debathena/debathena/xsession/debian/debathena-quota.sh
Log:
In xsession:
* Be even more clear abouyt how to get a TTY login session
Modified: trunk/debathena/debathena/xsession/debian/changelog
===================================================================
--- trunk/debathena/debathena/xsession/debian/changelog 2011-08-30 22:25:02 UTC (rev 25390)
+++ trunk/debathena/debathena/xsession/debian/changelog 2011-08-31 16:06:58 UTC (rev 25391)
@@ -1,8 +1,9 @@
debathena-xsession (1.17.5) UNRELEASED; urgency=low
* Be clearer about what the first quota warning means (Trac: #748)
+ * Be even more clear abouyt how to get a TTY login session
- -- Jonathan Reed <jdreed@mit.edu> Wed, 17 Aug 2011 20:40:39 -0400
+ -- Jonathan Reed <jdreed@mit.edu> Wed, 31 Aug 2011 12:06:05 -0400
debathena-xsession (1.17.4) unstable; urgency=low
Modified: trunk/debathena/debathena/xsession/debian/debathena-quota.sh
===================================================================
--- trunk/debathena/debathena/xsession/debian/debathena-quota.sh 2011-08-30 22:25:02 UTC (rev 25390)
+++ trunk/debathena/debathena/xsession/debian/debathena-quota.sh 2011-08-31 16:06:58 UTC (rev 25391)
@@ -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 (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."
+ 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. To do this, you can select 'Athena TTY Session' from the drop-down menu at the bottom of the login screen, after you enter your username, but before you enter your password.\n\nYou may also request a quota increase from User Accounts by calling x3-1325."
fi
fi