[16998] in Athena Bugs
Re: sun4 8.3.13: Netscape
daemon@ATHENA.MIT.EDU (Mike Barker)
Wed Aug 4 08:37:03 1999
Message-Id: <4.1.19990804082656.019e81c0@po11.mit.edu>
Date: Wed, 04 Aug 1999 08:34:27 -0400
To: "Roger A. Roach" <rar@MIT.EDU>, tbelton@MIT.EDU
From: Mike Barker <mbarker@MIT.EDU>
Cc: bugs@MIT.EDU
In-Reply-To: <199908041215.IAA02211@rar.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
hum...looks as if the new netscape quota check doesn't know how to deal with
accounts that aren't in AFS.
Best "workaround" I can think of for now is to grab a copy of netscape
(/mit/infoagents/arch/sun4x_56/bin/netscape) and remove these lines:
# second, see if we have quota, else die.
quota=`fs lq ${HOME} | awk '/user\.'$USER'/ { print $2; }'`
usage=`fs lq ${HOME} | awk '/user\.'$USER'/ { print $3; }'`
if [ "$usage" -ge "$quota" ]; then
echo Netscape cannot be launched because you do
echo not have enough disk space available.
exit 1
fi
that should let you run it, at least.
mike
At 08:15 AM 8/4/99 -0400, Roger A. Roach wrote:
:)System name: rar.mit.edu
:)Type and version: SPARC/5 8.3.13 (with mkserv)
:)Display type: cgsix
:)
:)Shell: /bin/athena/tcsh
:)Window manager: mwm
:)
:)What were you trying to do?
:) Trying to invoke Netscape
:)
:)What's wrong:
:) I get:
:)
:)08:11 fs: Invalid argument; it is possible that /var/local/rar is not in AFS.
:)08:11 fs: Invalid argument; it is possible that /var/local/rar is not in AFS.
:)08:11 Netscape cannot be launched because you do
:)08:11 not have enough disk space available.
:)
:)
:)What should have happened:
:) Netacpe should have started up
:)
:)Please describe any relevant documentation references:
:) [Please replace this line with your information.]