[437] in netbsd-help mailing list archive
No subject found in mail header
daemon@ATHENA.MIT.EDU (Yoav Yerushalmi)
Sat Nov 11 21:12:31 1995
To: lopes@MIT.EDU
Cc: netbsd-help@MIT.EDU
In-Reply-To: Your message of "Sat, 11 Nov 1995 20:56:41 EST."
<9511120156.AA21113@starkiller.MIT.EDU>
Date: Sat, 11 Nov 1995 21:12:05 EST
From: Yoav Yerushalmi <yoav@MIT.EDU>
to use the Diamond Stealth 64 DRAM, you need to us
XF86_S3
(ln -s /usr/X11/bin/XF86_S3 /etc/X)
as for having everything symlinks into AFS. This was intended as a feature.
hopefully, if AFS caches well, it will only be slow the first
time you try to use any program, and then it will be cached, so you
don't need to wait for it again. This gives us the feature of being able
to easily update the system packs (everything in /usr/athena and /usr/X11
and stuff) for you without you having to worry about it.
However, if you wish to have it local, you can do that:
as root:
mkdir /srvd.new
cd /srvd; tar -cf - ./ | (cd /srvd.new; tar -xf -)
this should put all the stuff in /srvd which is in /afs on your
local machine under /srvd.new. This will be around 200 megs in size.
when this is done (it will take a while),
rm /srvd
mv /srvd.new /srvd
and you should be done...
(if anything seems to break, as root, do:
ln /afs/sipb/system/i386_nbsd1 /srvd
which will re-make the link.)
-- yoav
--
-------------------------------------------------------
| Yoav Yerushalmi | My opinions are mine.. |
| M.I.T student at large | so back off!! |
| http://www.mit.edu:8001/people/yoav/homepage.html |
-------------------------------------------------------