The new Frinkiac is installed and appears to be working properly. There are a few things you must do however to get your latest working version of basin code. First you must go to either Dan Cross, or I to have your account properly set up. After your account has been established; your old home directories giving back to you. You are almost ready to get Basin.
There are a few changes with the cvs techniques for logging in. First in your .login file (or where ever you had your previous CVSROOT) change the CVS root to be this line
export CVSEDITOR='emacs'
export CVS_RSH='ssh'
export CVSROOT=':pserver:CVS@frinkiac1.physics.drexel.edu:/root'
After you have this line source your .login and attempt to get the latest Basin by issuing the following commands.
As currently setup you need to login to the cvs server first by typing cvs login. After this you can then type cvs co basin, which will give you the latest version of basin. At this point all previous cvs commands will work the same. When you are done you can then type cvs logout.
Now to run basin you will need the following lines in your .bashrc (or appropriate file)
export TERM=xterm
# Source global definitions
if [ -f /etc/profile ]; then
. /etc/profile
fi
At this point you should be able to compile and run with no problems. Everything else is the same with mpdboot and such.
Any Problems let me know,
Thanks Ryan
Received on Mon Jun 20 13:44:05 2005
This archive was generated by hypermail 2.1.8 : Fri Aug 08 2008 - 19:25:03 EDT