Disk quota exceeded in your home on UQAM servers

WARNING: exceeding the disk quota in your home ($HOME) may induce damage to configuration files
When rewriting a configuration file, a lot of utilities will remove the old file and create a new one.
The removal will get done without problem, but the writing of the new file may fail due to an exceeded quota.

a) Check your home quota with the command:
        quota
    You will, for example, get something like this:
    
    Filesystem  blocks   quota   limit   grace   files   quota   limit   grace
   /dev/mapper/cachedev2
               526388* 500000  550000 49652days    4161       0       0
    
    This means:
        - currently you are using 526388 kB. The '*' indicates you are over your quota
        - your quota is 500000 kB
        - for some time you can use up to 550000 kB


b) Find your large files and directories
         du -hsc .[a-z]*  *
or to just find the big files/directories (and a few others that contain the letter 'M'):
         du -hsc .[a-z]*  * | grep M

Start in your home directory and then descend into the large subdirectories until you find the big files.


c) (Re)move files and directories
       1. Remove whatever you do not need anymore. This is a form of infinite compression.
       2. Put whatever does not need to be in your home under your data space.

If you want to keep large files under your home because you would like them to get backed up, also checkout our big "Data backup":

      Data backup


Cannot open window

 A simple way to check if your display forwarding is okay is to execute the command:
        xclock
 If this opens a little window with a clock your setup is good.
 If you do not get the little clock window check the following:

 a) When using ssh make sure you used it either with the ' -Y ' key (plus -C for better compression)!
        ssh -YC ...

 b) Check your home quota with (see "Disk quota exceeded in your home" above for more info):
        quota
    If you are over quota in your home you cannot open any windows. To reduce the data in your home check point "Disk quota exceeded in your home" above.

Stack overflow

Error message:

  "stack overflow: thread 0, max 10228KB, used 1147KB, request 37324944B"

=> unlimit your stack by setting:

  ulimit -s unlimited

X11 connection rejected because of wrong authentication

Error message:

    "X11 connection rejected because of wrong authentication."

You might be over your quota in your HOME.

Check with:       quota -v

Error: Can't open display: localhost:...

Error message:

    "Error: Can't open display: localhost:..."

Connect with "ssh -Y ..." instead of "ssh -X ...".


  • Aucune étiquette
Écrire un commentaire...