[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

Title:USG buildhelp questions/answers
Moderator:SMURF::FILTER
Created:Mon Apr 26 1993
Last Modified:Mon Jan 20 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2763
Total number of notes:5802

561.0. "re: srequest and TIN" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Mon Feb 14 1994 08:12

Date Of Receipt: 	13-FEB-1994 21:58:49.94
From: 	WASTED::jmf "Joshua M. Friedman ULTRIX SDE  13-Feb-1994 2158"
To: 	davidson@wasted:zko.dec, tresvik@wasted:zko.dec
CC: 	odehelp@wasted:zko.dec
Subj: 	re: srequest and TIN

Sean,

I'll let you figure out how you want to respond to Jim, BUT....

We have stated that we no longer support Mips/Silver (or Tin), with
plenty of warning; so has DECwest.

I don't think any extra work is warranted on our part in order to
allow Jim to use srequest from his TIN machine.

He can put a uname on his TIN host that returns 'ULTRIX' if
he wants; this will provide him a workaround (though I suppose it
could cause other problems).

-josh

------- Forwarded Message

Return-Path: [email protected] 
Delivery-Date: Sat, 12 Feb 94 23:31:06 -0500
Return-Path: [email protected]
Received: from flume.zk3.dec.com by flambe.zk3.dec.com; (5.65/1.1.8.2/03Feb94-1150AM)
	id AA04511; Sat, 12 Feb 1994 23:31:04 -0500
Received: by flume.zk3.dec.com (5.65/DEC-Ultrix/4.3)
	id AA28502; Sat, 12 Feb 1994 23:30:39 -0500
Date: Sat, 12 Feb 1994 23:30:39 -0500
From: [email protected] (Jim McGinness)
Message-Id: <[email protected]>
To: [email protected]
Subject: srequest no longer runs on TIN
Cc: [email protected]
Status: RO

The srequest program, by constructing its own path using /bin/machine
and uname, defeats the attempts some of us are making to continue to
use ODE on MIPS OSF/1 systems.  The error message we see is:

ERROR: srequest server is down, try again later

At a minimum, the absence of a Send_Request executable needs to be
detected and given a better error message.  In addition, I'd appreciate
it if you'd let me pass in an environment variable ODEPATH that would
not be summarily overridden:

*** srequest    Fri Feb  4 15:05:59 1994
- --- /tmp/srequest       Sat Feb 12 23:28:07 1994
***************
*** 1099,1103 ****
  export CUT FGREP AWK CAT ED GREP RM SED WHAT DEFAULT_EDITOR

! ODEPATH=/usr/sde/tools/`${BINMACHINE}`_`${UNAME}`/bin
  BDIFF=${ODEPATH}/bdiff
  BSTAT=${ODEPATH}/bstat
- --- 1099,1103 ----
  export CUT FGREP AWK CAT ED GREP RM SED WHAT DEFAULT_EDITOR

! ODEPATH=${ODEPATH:-/usr/sde/tools/`${BINMACHINE}`_`${UNAME}`/bin}
  BDIFF=${ODEPATH}/bdiff
  BSTAT=${ODEPATH}/bstat

Thanks.  Do you need to have this turned into a PTT case?

	-- jmcg


------- End of Forwarded Message


T.RTitleUserPersonal
Name
DateLines
561.1re: srequest and TINSMURF::FILTERAutomatic Posting Software - mail to flume::puckMon Feb 14 1994 08:1215
Date Of Receipt: 	13-FEB-1994 22:21:54.95
From: 	ALPHA::"[email protected]" "Jim McGinness"
To: 	[email protected], [email protected], [email protected]
CC: 	[email protected]
Subj: 	re: srequest and TIN

I'm happy using a copy of srequest, modified as I indicated.  A "uname"
that returned "ULTRIX" would produce more problems than it solved.

On a philosophical level, I was unhappy that this script, written in a
standard shell language, has nevertheless tied itself to only running
on platforms to which it is explicitly ported.

	-- jmcg