Problems loading DECNET onto Ultrix

Dana Carson carson at tron.UUCP
Wed May 22 09:23:51 AEST 1991


In article <1991May16.200931.19997 at ritcsh.csh.rit.edu> geordie at ritcsh.csh.rit.edu (Geordie 'Gweeb' Klueber) writes:
>I'm trying to load the DECNET subsets onto an Ultrix (V4.1) system
>but apparently the subsets expect the system to be V4.0, NOT V4.1
>as I keep getting errors saying they want me to load the V4.0
>system first.  This is obviously a problem; does anyone know

RTFRN (release notes) section 1.3.4

some of the layered products think they need 4.0 and don't know about
4.1 so

# foreach i (U*410.lk)
  touch ` echo $i | sed -e 's/410/400/' `
  touch ` echo $i | sed -e 's/410/400/' | sed -e 's/lk$/ctrl/' `
  touch ` echo $i | sed -e 's/410/400/' | sed -e 's/lk$/scp/' `
  end
# chmod 744 U*400.scp

in /usr/etc/subsets as root

in other words lie to the stupid thing

--
Dana Carson
Westinghouse Electronic Systems Group  Mail Stop 1615
UUCP:carson at tron.UUCP 
     carson at tron.bwi.wec.com
     ...!uunet!tron!carson
AT&T: (301) 765-3513
WIN: 285-3513



More information about the Comp.unix.ultrix mailing list