Hello Lee,
echo $? has been returning 0 (zero). We have been having the operators run
the following script:

#!/bin/ksh
echo $? >> /usr/opt/uv/uvproblem/uv.problem;date >>
/usr/opt/uv/uvproblem/uv.pro
blem;who am i >> /usr/opt/uv/uvproblem/uv.problem;ps >>
/usr/opt/uv/uvproblem/uv
.problem;env >> /usr/opt/uv/uvproblem/uv.problem
echo "DONE"

a sample of the output generated is:

0
Wed Feb  4 22:41:26 EST 2004
sysops     tty1050      Feb  4 22:35
  PID TTY      TIME CMD
 8337 1050     0:00 -sh
 8605 1050     0:00 ksh
 8608 1050     0:00 ksh
 8609 1050     0:00 nps
_=/usr/bin/env
TMPDIR=/IMM29/tmp
LANG=C
NLSPATH=/usr/lib/nls/msg/%L/%N:/etc/nls/msg/%L/%N
HZ=100
PATH=/usr/bin:/usr/opt/uv/bin:/usr/local/bin
LOGNAME=sysops
MAIL=/var/mail/sysops
SHELL=/sbin/sh
HOME=/home/sysops
SEMSTATS=TRUE
TERM=wy60
PWD=/home/sysops
TZ=:US/Eastern

The /usr/pt/uv/errlog does not show anything interesting either, although
the uv command returns to the shell so quickly that I don't think the
command gets very far. In addition to uv and uvsh failing other universe
commands that can be run from Unix (such as fixtool)also fail.

If you have any suggestions as to what data we should be capturing I would
be appreciative.

Thanks,
Vance

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Lee Leitner
Sent: Wednesday, February 04, 2004 9:16 PM
To: [EMAIL PROTECTED]
Subject: RE: UV command failing mystery


Vance:

Is

echo $?

returning anything meaningful after uvsh fails?

Lee

------------------------------------------------------
Lee J. Leitner, Ph.D.                  [EMAIL PROTECTED]
http://www.leitner.org/~leitnerl

The world can only be grasped by action, not by
contemplation. The hand is the cutting edge of the mind.
                              -- Jacob Bronowski V.13.0
-------------------------------------------------------
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to