[26104] in Source-Commits

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

Re: /svn/athena r25391 - trunk/debathena/debathena/xsession/debian

daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Wed Aug 31 12:08:37 2011

Date: Wed, 31 Aug 2011 12:08:31 -0400 (EDT)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Jonathan D Reed <jdreed@mit.edu>
cc: source-commits@mit.edu
In-Reply-To: <201108311606.p7VG6x3J030496@drugstore.mit.edu>
Message-ID: <alpine.DEB.2.00.1108311208150.22979@tyger.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

*sigh*

ACK, but at this point, why not just "xterm &"?

-- 
Geoffrey Thomas
geofft@mit.edu

On Wed, 31 Aug 2011, Jonathan D Reed wrote:

> 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
>
>

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