[Hardhats]WorldVistA User Account Issue

3 views
Skip to first unread message

Jeffrey Fu

unread,
Nov 25, 2009, 9:12:28 AM11/25/09
to Hardhats
I installed WV-Astronaut version 0.8-2 on an Ubuntu 9.10
when I trying to list the system account by #cat /etc/passwd
I found WV had setup three accounts automatically for me:
 
worldvistaEHR:x:1001:1002::/home/worldvistaEHR:/bin/bash
textEHR:x:1002:1002::/home/textEHR:/opt/worldvista/EHR/bin/vistarunzu.sh
clientEHR:x:1003:1002::/home/clientEHR:/opt/worldvista/EHR/bin/client.sh
clientEHR which is used to establish the SSH tunnel. But when I was trying to read the shell script for this account
which should be located at /opt/worldvista/EHR/bin/client.sh I found there is no such file client.sh
My question is: Was this file purposed be omitted or it is a problem with my installation?
 
Thanks for any reply regards this issue.
Jeffrey Fu

I, Valdes

unread,
Nov 25, 2009, 2:38:56 PM11/25/09
to Hardhats
Sorry, that file was somehow temporarily out of the .deb only build.
It has been restored from 0.8.2.1 onward. 0.8-3 should be up shortly
as well. The file is as follows if you want to reconstitute it. Do a
chmod +x to make it live. Again sorry about that....

#!/bin/bash
# Original concept: Mark Krawitz on Hardhats
# Modified and Programmed for Astronaut by I. Valdes
# User specific aliases and functions
export SHELL=/bin/false
trap exit SIGINT SIGTERM SIGQUIT SIGHUP
stty susp \000
echo "Astronaut VistA SSH Tunnel...Minimize, do not exit or close."
while [ true ]
do
sleep 60000000
done

Jeffrey Fu

unread,
Nov 25, 2009, 7:50:13 PM11/25/09
to hard...@googlegroups.com
OK, got it, thanks IV!
 
Jeffrey


Reply all
Reply to author
Forward
0 new messages