RE: [Hardhats-members] Xdialog, dialog, m2web

2005-03-06 Thread John Leo Zimmer
From: Bhaskar, KS [EMAIL PROTECTED]
Subject: RE: [Hardhats-members] Xdialog, dialog, m2web

 John --
 
 Something is really screwed up with e-mail.  I received your e-mail 
 after the responses in the thread it initiated!  Comments below.


[jlz]  that may be partly my doing. I initially used my local ISP but I'm not
a member at that address so it required approval... which came through some
hours after I had repeated myself from this webmail address. . . but something
seems to be dropping some of your mail lately.  Maybe you have a full mailbox
or some sort of storage problem?

 I'm aiming toward Boston and I'm attempting to fancy up Bhaskar's 
 install/run script. My ultimate goal is to include the installation 
 of m2web into the scripts:
 
 [KSB] Actually, you can integrate M2web without touching the 
 /usr/local/OpenVistA/vista script.  Assuming that you have the 
 database installed in (for example)
  /mnt/hda4/myVistA/OpenVistA/g/mumps.dat, then just put the routines 
 for M2Web in /mnt/hda4/myVistA/OpenVistA/r/.  The object files will 
 automatically get compiled into /mnt/hda4/myVistA/OpenVistA/o/.
 
[jlz] I'm thinking


 1b.) ?? How do I add wa test for the absence of Xdialog itself??
 
 [KSB] Try something like:
 
 export DIALOG=${DIALOG:=`which Xdialog`} ; if [[ -z $DIALOG ]] ; 
 then export DIALOG=`which dialog` ; fi
 
 and in your script use $DIALOG as the program to use.  Now that I 
 think about it, a construct like the following might be even better:
 
 if [[ -z $DISPLAY ]] ; then export DIALOG=`which dialog` ; else ... 
 ; fi
 

[jlz] OK, Thanks. That's what I needed. This works to test for both X and 
Xdialog.

##
if [[ -z $DISPLAY ]] ; then dialog --infobox X not running 0 0 ; 
 $vista_source/dvista ; exit 1
  fi
export XDIALOG=`which Xdialog`
if [[ -z $XDIALOG ]] ; then dialog --msgbox Xdialog not installed 0 0 ;
 $vista_source/dvista ; exit 1
  fi
##

 
 [KSB] I don't know about the environment variables that M2Web uses,
  but I would hazard a guess that if you are using M2Web, then the 
 /usr/local/OpenVistA/vista script is superfluous.
 

[jlz] OK, That clarifies my thinking... I hope. I was fearful of a conflict
between VistA running under a local user logged into FileMan and M2Web hitting
the same database from outside.  But the environental variables that each
chooses to employ have no crosstalk with each other. They just need to work
within their respective environs as they hit the common VistA database.

Understanding... now for something that Works. One small step for mankind,
one giant leap etc.

 regards,
 jlz    better grandfather than programmer.
 
 [KSB] Yes, but better physician than programmer, I'm sure!

  [jlz] Of late I have been impressed with the need to get our programs right.
I think the VistA community appreciates that software development can also be
a matter of life-and-death importance.


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


[Hardhats-members] GT.M Acculturation live CD available

2005-03-06 Thread Bhaskar, KS
Title: GT.M Acculturation live CD available






The GT.M Acculturation live CD is a Linux live CD aimed at those who would like to learn about GT.M. It is a tutorial with examples and exercises focusing on the differences between GT.M and other implementations of M. In view of the fact that these differences are mostly in the area of administrations and operations, reflecting GT.M's emphasis as a platform for secure, mission critical, production applications, that is the focus.

We will use this as the GT.M workshop in Boston on April 6, 2005, and for those who cannot make it to the workshop, please use the CD and work through the exercises.

As with OpenVistA VivA 0.1 through 0.4, the live CD is a remastering of Morphix KDE 0.4-1 (http://www.morphix.org - thanks, alextreme!) and is a Linux distribution that boots and runs entirely off the CD. The hard drive on the PC is untouched, and indeed, a hard drive is not needed to run a Linux live CD.

Instructions for use are on the CD, so download it, burn it, boot it, and use it! You can also use it to port and demonstrate your own applications running on GT.M.

Since read/write access for a GT.M database cannot be provided on a CD, read/write storage is required with the GT.M Acculturation live CD for the exercises. This storage can be provided in one of two ways: a 512MB USB flash drive (also referred to as a jump drive or thumb drive) or other USB storage; or a partition on an IDE or SCSI hard drive with at least 400MB storage. In the latter case, the partition can have a Linux file system, or a FAT file system, but not an NTFS file system (if the partition has an NTFS file system, it will need to be reformatted, and data therein will be overwritten).

The GT.M Acculturation Workshop can also be used to install Linux (a somewhat dated Linux by the standards of 2005, but it is a Debian GNU/Linux distribution and can be easily updated online). GT.M V5.0-FT01 is included, as is VistA as released on February 12, 2005 (i.e., the latest so called gold standard). VistA is simply a sample application for the examples and exercises - no knowledge of VistA is required to use the CD.

Rather than the hardhats mailing list, please use the Help forum at the GT.M project page at Source Forge (http://sourceforge.net/projects/sanchez-gtm) to request assistance and to provide feedback. The CD can also be downloaded from the project page.

The GT.M Acculturation live CD is still a work in progress, but there is enough material here to be both substantive and useful.

-- Bhaskar





RE: [Hardhats-members] GT.M Acculturation live CD available

2005-03-06 Thread Bhaskar, KS
Title: RE: [Hardhats-members] GT.M Acculturation live CD available






No, I first created the release in January, intending to upload version 0.2, which I used for the class I taught in January in Honolulu. But I didn't upload it. I finally uploaded version 0.3 today, and Source Forge evidently reflects the date the release was created rather than the date the software was uploaded.

What's there is current.


-- Bhaskar



-Original Message-

From: [EMAIL PROTECTED] on behalf of John Leo Zimmer

Sent: Sun 3/6/2005 3:48 PM

To: hardhats-members@lists.sourceforge.net

Cc: 

Subject: Re: [Hardhats-members] GT.M Acculturation live CD available

-- Original Message ---

From: Bhaskar, KS [EMAIL PROTECTED]

To: hardhats-members@lists.sourceforge.net

Sent: Sun, 6 Mar 2005 13:03:08 -0600

Subject: [Hardhats-members] GT.M Acculturation live CD available


 

 The GT.M Acculturation Workshop can also be used to install Linux (a 

 somewhat dated Linux by the standards of 2005, but it is a Debian 

 GNU/Linux distribution and can be easily updated online). GT.M V5.0-

 FT01 is included, as is VistA as released on February 12, 2005 (i.e.,


oops, is there a new version about to be posted?

The current version,0.3, carries a date of January 14, 2005.


jlz



---

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=6595_id=14396=click

___

Hardhats-members mailing list

Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members






RE: [Hardhats-members] GT.M Acculturation live CD available

2005-03-06 Thread John Leo Zimmer
-- Original Message ---
From: Bhaskar, KS [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Sun, 6 Mar 2005 15:05:20 -0600
Subject: RE: [Hardhats-members] GT.M Acculturation live CD available

 No, I first created the release in January, intending to upload 
 version 0.2, which I used for the class I taught in January in 
 Honolulu.  But I didn't upload it.  I finally uploaded version 0.3 
 today,

And THAT explains why it is only just now reaching the sourceforge mirrors.

   :-)  Adults are probably not much impressed by such small matters. :-)



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


[Hardhats-members] Getting closer...

2005-03-06 Thread Mark Street
Well, getting more comfortable with Fileman and have all 12 sections of 
Install and Configuration Manual configured on my host.

Just for kicks I fired up the CPRS client and tried to connect as a regular 
user I created.  Well, when the connection was made I see the login for 
access and verify codes as well as information about the host, volume, etc. 
as well as the port.  The port said /dev/null, is that correct?  Anyway, the 
access and verify didn't work.

This is getting exciting.
-- 
Mark Street, RHCE
http://www.oswizards.com
--
Key fingerprint = 3949 39E4 6317 7C3C 023E  2B1F 6FB3 06E7 D109 56C0
GPG key http://www.oswizards.com/pubkey.asc


---
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] Allocating Keys - Users

2005-03-06 Thread Raleigh Murray
I hope this helps.

__
D ^XUP

Setting up programmer environment
Terminal Type set to: C-VT102

You have 21 new messages.
Select OPTION NAME: EVE
 1   EVE   Systems Manager Menu
 2   EVENT CAPTURE (ECS) EXTRACT AU  ECX ECS SOURCE AUDIT Event
Capture
(ECS) Extract Audit
 3   EVENT CAPTURE DATA ENTRY  ECENTER Event Capture Data Entry
 4   EVENT CAPTURE EXTRACT  ECXEC Event Capture Extract
 5   EVENT CAPTURE MANAGEMENT MENU  ECMGR Event Capture Management
Menu
Press RETURN to see more, '^' to exit this list, OR
CHOOSE 1-5: 1  EVE Systems Manager Menu


  Core Applications ...
  Device Management ...
  Menu Management ...
  Programmer Options ...
  Operations Management ...
  Spool Management ...
  Information Security Officer Menu ...
  Taskman Management ...
  User Management ...
  Application Utilities ...
  Capacity Planning ...
  HL7 Main Menu ...
  Manage Mailman ...

Select Systems Manager Menu Option: MENU Management


  Edit options
  Key Management ...
  Secure Menu Delegation ...
  Restrict Availability of Options
  Option Access By User
  List Options by Parents and Use
  Fix Option File Pointers
  Help Processor ...
   OPED   Screen-based Option Editor
  Display Menus and Options ...
  Menu Rebuild Menu ...
  Out-Of-Order Set Management ...
  See if a User Has Access to a Particular Option
  Show Users with a Selected primary Menu

Select Menu Management Option: KEY MANAgement


  Allocation of Security Keys
  De-allocation of Security Keys
  Enter/Edit of Security Keys
  All the Keys a User Needs
  Change user's allocated keys to delegated keys
  Delegate keys
  Keys For a Given Menu Tree
  List users holding a certain key
  Remove delegated keys
  Show the keys of a particular user

Select Key Management Option: ALL
1All the Keys a User Needs
2Allocation of Security Keys
CHOOSE 1-2: 2  Allocation of Security Keys

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark
Street
Sent: Sunday, March 06, 2005 9:36 PM
To: hardhats-members@lists.sourceforge.net
Subject: [Hardhats-members] Allocating Keys - Users

How can I allocate keys to a user AFTER I have declined to answer YES to 
allocate them when creating a user?

-- 
Mark Street, RHCE
http://www.oswizards.com
--
Key fingerprint = 3949 39E4 6317 7C3C 023E  2B1F 6FB3 06E7 D109 56C0
GPG key http://www.oswizards.com/pubkey.asc


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



---
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] Getting closer... made it.

2005-03-06 Thread Mark Street
Well, I have crossed over.  We have lift off.  I have successfully logged into 
CPRS with a user access and verify code.

I will head back to hardhats and Kevin Toppenberg's site for a little post 
configure cleanup bliss.

Do I deserve a beer yet or is there alot more work to do  Still exploring 
Fileman's menus...

On Sunday 06 March 2005 20:18, Nancy Anthracite wrote:
 Mark, it sounds as if you have been following the Hui manual for
 configuration, which I have not done, but I would suggest that you look at
 the Hardhats web site under Projects and be sure that you have everything
 set that it covers starting with step 31.

-- 
Mark Street, RHCE
http://www.oswizards.com
--
Key fingerprint = 3949 39E4 6317 7C3C 023E  2B1F 6FB3 06E7 D109 56C0
GPG key http://www.oswizards.com/pubkey.asc


---
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] Allocating Keys - Users

2005-03-06 Thread Mark Street
Now that I have slogged through the manual where is my handy dandy cheat sheet 
for administrative tasks?  Did I see some system file editing options that 
had a graphical curses based format similar to creating users.

On Sunday 06 March 2005 20:39, Nancy Anthracite wrote:
 Using D P^DI or D Q^DI to allocate keys is covered in the same document
 about installing VistA on Cache after step 31.

-- 
Mark Street, RHCE
http://www.oswizards.com
--
Key fingerprint = 3949 39E4 6317 7C3C 023E  2B1F 6FB3 06E7 D109 56C0
GPG key http://www.oswizards.com/pubkey.asc


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


[Hardhats-members] set HL COMMUNICATION SERVER PARAMETERS fails

2005-03-06 Thread Mark Street
I could not set this initially as it kept failing.  The manual basically said 
make an inquiry then enter or edit.  When I try to enter or edit it dumps me 
back to OPTION.

Input to what File: HL COMMUNICATION SERVER PARAMETERS//



Select OPTION:

Clues?

-- 
Mark Street, RHCE
http://www.oswizards.com
--
Key fingerprint = 3949 39E4 6317 7C3C 023E  2B1F 6FB3 06E7 D109 56C0
GPG key http://www.oswizards.com/pubkey.asc


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


[Hardhats-members] Introducing NOIS on OpenForum

2005-03-06 Thread Frederick D. S. Marshall
Dear friends,

I have spent the weekend configuring and testing NOIS on OpenForum.  We
are now ready to begin accepting NOIS calls about Kernel, File Manager,
and other VistA Infrastructure packages.

Sincerely yours,
Rick Marshall
President, WorldVistA



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