Peter, 

Let me explain that the script below will not work for
you unless you change the directory paths to match the
location you chose for your installation.

Good luck
Kevin

--- Kevin Toppenberg <[EMAIL PROTECTED]> wrote:

> Peter,
> 
> I'm no guru here, but here are a few thoughts:
> 
> 1. It shoulds like you are asking your bash shell to
> execute a command named "gde".  It appears to not
> understand this.  Here is the script that I use to
> launch my GT.M environment.  You could cut a bunch
> of
> the script if you didn't want to know what your
> environment lookes like etc.  I launch it like this:
> 
> sh runvista
> 
> Here's the script:
> --------------------
> 
> #!/bin/bash
> 
> #start KT addition
> #12-14-2004 --moved exports into runvista script
> #-----------------------------
> export gtm_dist=/usr/local/gtm
> export gtm_log=/var/gtm/log
> export gtm_vista=/usr/local/OpenVistA_UserData
> #export gtm_vista=$HOME/OpenVistA_UserData
> export gtm_vista_prod=/usr/local/OpenVistA
> export gtmgbldir=$gtm_vista_prod/g/mumps.gld
> export vista_home=$gtm_vista
> export gtmroutines="$gtm_vista/o($gtm_vista_prod/r
> $gtm_vista/r $gtm_dist) $gtm_dist()"
> 
> PATH=$PATH:$gtm_dist
> 
> #-----------------------------
> echo " "
> echo " "
> echo " "
> echo "GT.M VistA Startup Script"
> echo "-------------------------"
> echo "FYI, here are relevant defined variables:"
> echo
> echo "gtm_dist="$gtm_dist
> echo "gtm_log="$gtm_log
> echo "gtm_vista="$gtm_vista
> echo "gtm_vista_prod="$gtm_vista_prod
> echo "gtmgbldir="$gtmgbldir
> echo "vista_home="vista_home
> echo "gtmroutines="$gtmroutines
> echo " "
> echo "Entering GT.M system now... "
> #-----------------------------
> export EDITOR="vim"
> stty susp \000
> 
> if [ $# -gt 0 ]
>   then
>     echo "Automatically launching program: $1"
>     $gtm_dist/mumps -r $1
>   else
>     $gtm_dist/mumps -dir
> fi
> #$gtm_dist/mumps -dir
> 
> echo " "
> echo "Leaving GT.M, returning to Linux..."
> echo " "
> ---------------------
> 
> Regarding your error "Cannot access global
> directory",
> I would think this means you either have your
> gtmgbldir variable set up wrong, or you don't have
> the
> permissions set correctly for this directory (i.e.
> maybe you installed it as a superuser, and now your
> regular user doesn't have read/write access to it.
> 
> Let me know if this doesn't help.
> 
> Kevin
> 
> 
> 
> 
> --- Peter Charbonnier <[EMAIL PROTECTED]>
> wrote:
> 
> > Hello,
> > 
> > This weekend I went out and picked up a new HD and
> > installed Fedora
> > Core 3 in the hopes of getting OpenVistA up and
> > running on my computer
> > at home.  Things went well making the dual boot
> > comp, but when I went
> > to install VistA I hit a snag.
> > 
> > Everything was fine until the very end of the
> Quick
> > Start Installation Guide:
> > 
> > "5.Create the globals file:
> > First logout and login as the vista user, then
> enter
> > the following commands:
> > gde
> > At the GDE> prompt type:"
> > 
> > When I open a Terminal window and type "gde" I get
> -
> > "bash: gde:
> > command not found"
> > 
> > The other aliases I set in the .bash_profile also
> > look like they are
> > bombing out.  I either get the command not found
> > error or "Cannot
> > access global directory".  I think that I've
> set-up
> > something wrong in
> > the .bash_profile, although that's just a guess. 
> As
> > I said, I've only
> > just installed Linux this weekend.  I really hope
> it
> > doesn't have
> > anything to do with the big "use core 1 only"
> > warning on the pacific
> > telehealth website.
> > 
> > Any help would be appreciated.
> > 
> > Thanks,
> > Peter Charbonnier
> > Overlake Hospital
> > Bellevue WA
> > 
> > 
> >
>
-------------------------------------------------------
> > This SF.Net email is sponsored by: IntelliVIEW --
> > Interactive Reporting
> > Tool for open source databases. Create drag-&-drop
> > reports. Save time
> > by over 75%! Publish reports on the web. Export to
> > DOC, XLS, RTF, etc.
> > Download a FREE copy at
> > http://www.intelliview.com/go/osdn_nl
> > _______________________________________________
> > Hardhats-members mailing list
> > Hardhats-members@lists.sourceforge.net
> >
>
https://lists.sourceforge.net/lists/listinfo/hardhats-members
> > 
> 
> 
> 
>               
> __________________________________ 
> Do you Yahoo!? 
> Yahoo! Mail - now with 250MB free storage. Learn
> more.
> http://info.mail.yahoo.com/mail_250
> 
> 
>
-------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW --
> Interactive Reporting
> Tool for open source databases. Create drag-&-drop
> reports. Save time
> by over 75%! Publish reports on the web. Export to
> DOC, XLS, RTF, etc.
> Download a FREE copy at
> http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/hardhats-members
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to