[8133] in Athena Bugs
rsaix 7.3M: /bin/cc fails silently when over quota
daemon@ATHENA.MIT.EDU (Barr3y Jaspan)
Mon Sep 9 00:15:16 1991
To: bugs@ATHENA.MIT.EDU
Date: Mon, 09 Sep 91 00:15:50 EDT
From: "Barr3y Jaspan" <bjaspan@ATHENA.MIT.EDU>
System name: w20-575-2
Type and version: POWER 7.3M
Display type: graygda
What were you trying to do?
Compile SIPB software for the RS/6000.
What's wrong:
We don't have enough disk space.
<w20-575-2> ~/sipbsrc/rs_aix31/xrn% /bin/cc -qro -g -I/usr/athena/include -Dibm -DSYSV -c strtok.c
<w20-575-2> ~/sipbsrc/rs_aix31/xrn% ls str*
strncasecmp.old@ strstr.c@ strtok.c@ strtok.doc@
<w20-575-2> ~/sipbsrc/rs_aix31/xrn% touch foo
touch: foo cannot create
<w20-575-2> ~/sipbsrc/rs_aix31/xrn% fs lq .
Volume Name Quota Used % Used Partition
project.sipbsrc 110000 110013 100%<< 96% <<WARNING
What should have happened:
cc should print a message and exit with status 1.