RE: [Hardhats-members] Install problems with GDE and aliases?

2005-02-07 Thread Steven . Tomlinson
You may want to try putting the aliases in your .bashrc file.

Steven B. Tomlinson
[EMAIL PROTECTED]
Pacific Telehealth and Technology Hui
www.PacificHui.org




 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] 
 Behalf Of Peter
 Charbonnier
 Sent: Sunday, February 06, 2005 2:38 PM
 To: hardhats-members@lists.sourceforge.net
 Subject: [Hardhats-members] Install problems with GDE and aliases?
 
 
 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
 


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Install problems with GDE and aliases?

2005-02-07 Thread K.S. Bhaskar
Peter --

In order to run, GT.M minimally needs the following environment
variables set in the shell:

 - $gtm_dist to point to the directory where GT.M is installed
 - $gtmroutines to define a search path for routines
 - $gtmgbldir to point to a global directory file

Details are in the Admin  Ops Guide.  Furthermore, to run gde a shell
alias should define gde as something like $gtm_dist/mumps -run ^GDE.
So, it looks as if environment settings are not getting set for you.
Are you sure your .bash_profile is getting executed?

Also, the way that you are going about installing OpenVistA is a from
scratch approach that gives you more flexibility, but is more
complicated.  For a first install, it would much easier to download from
Source Forge (http://sourceforge.net/projects/worldvista) OpenVistA
SemiVivA 0.4.  Assuming that you have downloaded the file
as /Distrib/OpenVistA/OpenVistaSemiVivA0.4.tgz, as root, execute:

  cd /usr/local
  tar zxvf /Distrib/OpenVistA/OpenVistaSemiVivA0.4.tgz

Now, as a normal user, if you execute /usr/local/OpenVistA/vista, you
can start with OpenVistA.

Note that Fedora Core may or may not include Xdialog, which the shell
script /usr/local/OpenVistA/vista uses.  If it does not include it, you
will need to get it from http://xdialog.dyns.net

Regards
-- Bhaskar

On Sun, 2005-02-06 at 16:38 -0800, Peter Charbonnier 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

***
This electronic mail transmission contains confidential and/or privileged 
information intended only for the person(s) named.  
Any use, distribution, copying or disclosure by another person is strictly 
prohibited.
***

NOTE: Ce courriel est destine exclusivement au(x) destinataire(s) mentionne(s) 
ci-dessus et peut contenir de l'information privilegiee, confidentielle et/ou 
dispensee de divulgation aux termes des lois applicables. Si vous avez recu ce 
message par erreur, ou s'il ne vous est pas destine, veuillez le mentionner 
immediatement a l'expediteur et effacer ce courriel.





---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Install problems with GDE and aliases?

2005-02-07 Thread K.S. Bhaskar
Peter --

Chris' suggestion to use OpenVistA VivA 0.4 is also a good one.  You can
download and burn an ISO image, and simply boot it to run OpenVistA and
you can also install Linux, GT.M and OpenVistA on your hard drive from
it.  The Linux is a little dated (early 2004 vintage), but it is a
Debian distribution, so it can be upgraded post-installation and kept
current.

-- Bhaskar

On Sun, 2005-02-06 at 18:47 -0800, Chris Richardson wrote:
 Peter;
 
How wedded are you to Fedora??   Try downloading the Live VivA ISO and
 burn a disk.  Try booting off of the disk you burn from the ISO and then
 click on the install to the harddrive ICON.  It goes up pretty easy if you
 don't get too fancy.  Morphix becomes  There are a couple of modification I
 made in the vista install script that you will find in
 /usr/local/OpenVistA/ that I will make available.   Right now, just don't
 forget to run D ^DINIT .  Most of the inputs are defaulted already.
 
   I've been installing this ISO most of  the weekend on a couple of
 machines.   Am spending a lot of time looking for a decent partition-level
 backup that might make creating new replacements fast and easy.  The Live CD
 is cool, but if you could just layer in the pre-established partitions back
 in to recover to a known point, we would really have something.  I have
 looked at g4l (no guarantees and pretty unstable) and SystemImage (more
 stable and easier from the reading/Also has been reported to work over the
 net),  autoinstall (pulled, but notinstalled), and fai to name a few.
 
   I can call you from the VA hospital in the morning and talk you through
 it, if you can send me your phone number.   Send me your phone number to
 [EMAIL PROTECTED] if you don't want to publish it here.  I can't send mail
 on my private account from work, but I should be able to help talk you
 through it.
 
  Best wishes;   Chris Richardson

***
This electronic mail transmission contains confidential and/or privileged 
information intended only for the person(s) named.  
Any use, distribution, copying or disclosure by another person is strictly 
prohibited.
***

NOTE: Ce courriel est destine exclusivement au(x) destinataire(s) mentionne(s) 
ci-dessus et peut contenir de l'information privilegiee, confidentielle et/ou 
dispensee de divulgation aux termes des lois applicables. Si vous avez recu ce 
message par erreur, ou s'il ne vous est pas destine, veuillez le mentionner 
immediatement a l'expediteur et effacer ce courriel.





---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


[Hardhats-members] Install problems with GDE and aliases?

2005-02-06 Thread Peter Charbonnier
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


Re: [Hardhats-members] Install problems with GDE and aliases?

2005-02-06 Thread Kevin Toppenberg
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


Re: [Hardhats-members] Install problems with GDE and aliases?

2005-02-06 Thread Kevin Toppenberg
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

Re: [Hardhats-members] Install problems with GDE and aliases?

2005-02-06 Thread Chris Richardson
Peter;

   How wedded are you to Fedora??   Try downloading the Live VivA ISO and
burn a disk.  Try booting off of the disk you burn from the ISO and then
click on the install to the harddrive ICON.  It goes up pretty easy if you
don't get too fancy.  Morphix becomes  There are a couple of modification I
made in the vista install script that you will find in
/usr/local/OpenVistA/ that I will make available.   Right now, just don't
forget to run D ^DINIT .  Most of the inputs are defaulted already.

  I've been installing this ISO most of  the weekend on a couple of
machines.   Am spending a lot of time looking for a decent partition-level
backup that might make creating new replacements fast and easy.  The Live CD
is cool, but if you could just layer in the pre-established partitions back
in to recover to a known point, we would really have something.  I have
looked at g4l (no guarantees and pretty unstable) and SystemImage (more
stable and easier from the reading/Also has been reported to work over the
net),  autoinstall (pulled, but notinstalled), and fai to name a few.

  I can call you from the VA hospital in the morning and talk you through
it, if you can send me your phone number.   Send me your phone number to
[EMAIL PROTECTED] if you don't want to publish it here.  I can't send mail
on my private account from work, but I should be able to help talk you
through it.

 Best wishes;   Chris Richardson

- Original Message -
From: Peter Charbonnier [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Sunday, February 06, 2005 4:38 PM
Subject: [Hardhats-members] Install problems with GDE and aliases?


 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






---
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