source: trunk/debathena/debathena/xsession/debian/debathena-quota.sh @ 25391

Revision 25391, 711 bytes checked in by jdreed, 13 years ago (diff)
In xsession: * Be even more clear abouyt how to get a TTY login session
Line 
1if [ "$DEBATHENA_HOME_TYPE" = "afs" ]; then
2    QUOTAPCT=$(fs lq $HOME | tail -1 | awk '{print $4}' | sed 's/[^0-9]*//g')
3    if [ $QUOTAPCT -ge 100 ]; then
4        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."
5    fi
6fi
Note: See TracBrowser for help on using the repository browser.