[comp.sys.sun] sun-spots v5n25

sklower@VANGOGH.BERKELEY.EDU (Keith Sklower) (07/15/87)

From rif@rice.edu Tue Jul 14 12:30:39 1987
Received: from RICE.EDU by vangogh.Berkeley.EDU (5.58/1.25)
	id AA14557; Tue, 14 Jul 87 12:30:31 PDT
Received: from eos.rice.edu by rice.edu (AA15660); Tue, 14 Jul 87 14:28:54 CDT
Received: by eos.rice.edu (AA09059); Tue, 14 Jul 87 14:28:51 CDT
Date: Tue, 14 Jul 87 14:28:51 CDT
From: Vicky Riffle <rif@rice.edu>
Message-Id: <8707141928.AA09059@eos.rice.edu>
To: sklower@vangogh.Berkeley.EDU
Subject: sun-spots v5n25
Status: R

SUN-SPOTS DIGEST           Friday, 10 July 1987        Volume 5 : Issue 25

Today's Topics:
                       Making X11-beta.1 on a sun3
                      Re: 3/160 disk errors (v5n19)?
                         QMS LaserPrinter on SUN?
                           LAB stuff on SUN's?
                        Question about mti board?
                            Interesting icons
                            new sun machines?

------------------------------------------------------------------------

Date: 9 Jul 87 19:25:35 GMT
From: ihnp4!hou2d!avr@ucbvax.berkeley.edu (Adam V. Reed)
Subject: Making X11-beta.1 on a sun3

I have managed to modify the X11-beta.1 Makefiles to get make to
complete on a sun 3/50.  Here is a summary of what's needed to
make X11-beta.1 on a sun3 set up for system V compatibility:

1. Make sure that :/usr/ucb:/bin:/usr/bin are ahead of /usr/5bin in
	your $PATH - the Makefiles depend on the ucb stuff.

2. In the top-level makefile, change server to =Xsun

3. Run link-setup.

4. Make sure thet there is enough space in all the directories used
	by the Makefiles. For example, if there is not enough space
	in the / filesystem, which includes /tmp, make /tmp a
	symbolic link to a tmp subdirectory in a roomier one.

5. In the server/os/4.2bsd/Makefile, and also in the Xlib, toolkit,
	and clients/xterm Makefiles, remove dependencies on

	/usr/include/machine/machparam.h

	since it does not exist on a typical sun3.
	The information is in

	/usr/include/sys/param.h

6. As distributed, the ./server/ddx/mfb/Makefile uses $* outside the
	documented context of substitution macros. Some versions of
	make may accept this, but the /bin/make on out SUN 3/50
	silently ignores it. The result is

	ar: mfbpgbwht.o cannot open
	ar: mfbpgbblak.o cannot open
	ar: mfbpgbinv.o cannot open
	ar: mfbigbwht.o cannot open
	ar: mfbigbblak.o cannot open
	ar: mfbpawhite.o cannot open
	ar: mfbpablack.o cannot open
	ar: mfbpainv.o cannot open

	I edited the Makefile manually to correct this.

7. Since /usr/include/mit-copyright.h is not supplied, remove the
	dependency of XGetDflt.o on this file from Xlib/Makefile,
	and then

	mkdir include/X
	cd include
	ln copyright.h .

	Similarly with references to /usr/include/X/mit-copyright.h
	in clients/xpr/Makefile, clients/xwud/Makeffile,
	and clients/xwd/Makefile.  Remove dependency and

	ln -s include/X X

	in the base X11-beta.1 directory.

Have fun,
	Adam Reed (hou2d!avr)

------------------------------

Date: Thu, 9 Jul 87 16:41:50 MDT
From: dlc@lanl.gov (Dale Carstensen)
Subject: Re: 3/160 disk errors (v5n19)?

in v5n23, mcvax!inria.inria.fr!shapiro@seismo.css.gov (Marc Shapiro) says:
:> Date: Tue, 9 Jun 87 09:00:14 EDT
:> From: pwha@kirk.cc.rochester.edu (Bill Haake)
:> Subject: 3/160 disk errors?
:> 
:> We have been having some problems with our Sun 3/160. We get the
:> the following error messages at the rate of about 2 or 3 per day.
:> These are examples only, the error can occur on any partition
:> and it can be either a read or write reset.
:> 
:> xy0g: read reset (lost interrupt) -- blk #266528, abs blk #336448
:> xy0h: write reset (lost interrupt) -- blk #207452, abs blk #718052
: 
: I too have errors in a similar configuration: frequent read or write retries
: due to ECC errors.  At first it was every couple of days, then one a day,
: then every hour; the rate built up slowly over a period of maybe 6 months.
: 
: Sun came, ... replaced ... all was fine.  That was 2 weeks ago.  And now...
: it's starting all over again!  The errors are re-appearing.
We had three iterations of similar problems on a 2322 disk with a Xylogics
450 controller.  We were re-labelling the drive to make the "a" partition
the full disk (same as the "c" partition).  When we left the default Sun
partitioning, the problems went away.  Of course, we then had about 25 
megabytes we couldn't use conveniently, either.  (It was also a 3/160.)

------------------------------

Date: Wed, 8 Jul 87 19:15 EST
From: YATES@a.chem.upenn.edu (John H. Yates)
Subject: QMS LaserPrinter on SUN?

Is there a public domain or other filter, driver , or ? to allow a
QMS Lasergrafix 800 to be used on a SUN?

Preferably a filter that would allow the QMS to remain attached to our
VAX via a parallel port, and just send the filtered file to it through
the VAX. 

Thanks, John

------------------------------

Date: 3 Jul 87 02:22:11 GMT
From: cmcl2!cucard!rna!dan@seismo.css.gov (Dan Ts'o)
Subject: LAB stuff on SUN's?

	Has anyone successfully (or unsuccessfully) used VME A/D, D/A and
RT clock boards in a Sun 3 ?

	Thanks.
				Cheers,
				Dan Ts'o
				Dept. Neurobiology	212-570-7671
				Rockefeller Univ.	...cmcl2!rna!dan
				1230 York Ave.		rna!dan@nyu.arpa
				NY, NY 10021

------------------------------

Date: Thu, 9 Jul 87 05:27:23 EDT
From: lear@aramis.rutgers.edu (Eliot Lear)
Subject: Question about mti board?

We are running a Sun 3/180 with an ALM (?) mti board with SLIP.  The
mti board runs at interrupt priority 4 and the network code runs at
a lower priority.  This has been known (and does) cause mget panics.
Is it safe to lower the mti boards priority or is there a better way
to handle this situation?

Thanks in advance,

Eliot Lear
Rutgers University Department of Mathematics
[lear@rutgers.edu]

------------------------------

Date: Fri, 10 Jul 87 12:36:57 EDT
From: dpz@paul.rutgers.edu (David P. Zimmerman)
Subject: Interesting icons

I have made a few interesting icons in my travels, and thought that it
would be nice to share them with the world.

						dpz

An rlogin/telnet icon:

/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
 */
	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
	0x0000,0x0000,0x0000,0x0000,0x0000,0x01FF,0xF800,0x0000,
	0x0000,0x0100,0x0800,0x0000,0x0000,0x017F,0xE800,0x0000,
	0x0000,0x0155,0x6800,0x0000,0x0000,0x016A,0xA800,0x0000,
	0x0000,0x0155,0x6800,0x0000,0x0000,0x016A,0xA800,0x0000,
	0x0000,0x017F,0xE800,0x0000,0x0000,0x0100,0x0800,0x0000,
	0x0000,0x01FF,0xF800,0x0000,0x0000,0x0FFF,0xFF00,0x0000,
	0x0000,0x0B00,0x0100,0x0000,0x0000,0x0800,0x0100,0x0000,
	0x0000,0x0FFF,0xFF0C,0x0000,0x0000,0x0000,0x0812,0x0000,
	0x0000,0x03FF,0xFFE2,0x0000,0x0000,0x0200,0x0404,0x0000,
	0x0000,0x02BF,0xD408,0x0000,0x0000,0x02BF,0xD408,0x0000,
	0x0000,0x02BF,0xD41C,0x0000,0x0000,0x0200,0x0414,0x0000,
	0x0000,0x03FF,0xFC14,0x0000,0x0000,0x0000,0x001C,0x0000,
	0x0000,0x0000,0x0000,0x0000,0x0000,0x0005,0x0000,0x0000,
	0x0000,0x0005,0x0000,0x0000,0x0000,0x0015,0x4000,0x0000,
	0x0000,0x001D,0xC000,0x0000,0x0000,0x000D,0x8000,0x0000,
	0x0000,0x0007,0x0000,0x0000,0x0000,0x0002,0x0000,0x0000,
	0x0000,0x0020,0x2000,0x0000,0x0000,0x0020,0x2000,0x0000,
	0x0000,0x0020,0x2000,0x0000,0x3FFF,0xFFE0,0x3FFF,0xFFFC,
	0x080C,0x4618,0x9231,0x1810,0x1012,0x4924,0x9249,0x2408,
	0x3E12,0x4924,0x9249,0x247C,0x1012,0x4924,0x9249,0x2408,
	0x080C,0x4618,0x9231,0x1810,0x3FFF,0xFFFF,0xFFFF,0xFFFC,
	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000

A spotty icon (nice for a background):

/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
 */
	0x0000,0x0000,0x8808,0x8888,0x0000,0x0002,0x2222,0x2220,
	0x0000,0x4000,0x4404,0x4440,0x0001,0x1001,0x1011,0x1110,
	0x0008,0x8800,0x0008,0x8880,0x0002,0x2200,0x0002,0x2220,
	0x0004,0x4400,0x0004,0x4440,0x0011,0x1100,0x0001,0x1100,
	0x0008,0x8880,0x8800,0x8800,0x2022,0x2202,0x2200,0x2002,
	0x4404,0x4404,0x4400,0x0004,0x1011,0x1101,0x1100,0x0011,
	0x8888,0x8808,0x8880,0x0088,0x2202,0x2202,0x2200,0x0022,
	0x4444,0x4404,0x4440,0x0044,0x1101,0x1011,0x1100,0x0111,
	0x8880,0x8008,0x8880,0x0088,0x2220,0x0022,0x2220,0x0222,
	0x4440,0x0004,0x4440,0x0444,0x1110,0x1011,0x1100,0x0111,
	0x8880,0x8808,0x8880,0x0888,0x2222,0x2202,0x2200,0x0222,
	0x4440,0x4404,0x4400,0x0444,0x1111,0x1101,0x1010,0x0111,
	0x8880,0x8800,0x8888,0x0088,0x2222,0x2200,0x0222,0x0222,
	0x4440,0x4400,0x0444,0x0044,0x1100,0x1000,0x0111,0x0111,
	0x8880,0x0800,0x0888,0x8088,0x2200,0x0000,0x0222,0x0022,
	0x4400,0x0040,0x0444,0x0004,0x1000,0x0110,0x0111,0x0001,
	0x0000,0x0888,0x0088,0x0000,0x0000,0x0222,0x0222,0x0000,
	0x0000,0x0444,0x0044,0x0000,0x0000,0x1111,0x0010,0x0000,
	0x0000,0x0888,0x0000,0x0000,0x0020,0x2222,0x0000,0x0020,
	0x0044,0x0444,0x0040,0x0044,0x0111,0x1110,0x0110,0x0110,
	0x0888,0x8888,0x0088,0x0088,0x0222,0x0220,0x0222,0x0222,
	0x0444,0x4000,0x0444,0x0444,0x1111,0x0000,0x0111,0x0111,
	0x0888,0x8000,0x0888,0x8088,0x2222,0x2000,0x0222,0x0222,
	0x0444,0x4000,0x0444,0x0044,0x1111,0x1000,0x0111,0x0010,
	0x0888,0x8000,0x0088,0x0000,0x0222,0x2000,0x0020,0x0000,
	0x0444,0x4040,0x0040,0x0000,0x0111,0x0110,0x0000,0x0000,
	0x0888,0x8888,0x0000,0x0000,0x0222,0x0222,0x0000,0x0000,
	0x0044,0x0444,0x0000,0x4400,0x0010,0x1110,0x0001,0x1100,
	0x0800,0x0888,0x0000,0x8880,0x2200,0x0220,0x0002,0x2220,
	0x4400,0x0440,0x0004,0x4440,0x1100,0x0110,0x0011,0x1110,
	0x8880,0x0080,0x8808,0x8880,0x2200,0x0002,0x2022,0x2220,
	0x4400,0x0004,0x4404,0x4440,0x1100,0x0001,0x1011,0x1110

An icon that I made up for a script that regularly "ping"s a list of hosts:

/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
 */
	0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,
	0xFFC1,0xFFFF,0xFFFF,0xFFFF,0xFF80,0xFFFF,0xFFFF,0xFFFF,
	0xFF00,0x7FFF,0xFFFF,0xFFFF,0xFF00,0x7FFF,0xFFFF,0xFFFF,
	0xFF00,0x7FFF,0xFFFF,0xFFFF,0xFF00,0x7FFF,0xFFFF,0xFFFF,
	0xFF00,0x7FFF,0xF003,0xFFFF,0xFF80,0xFFFF,0x8FE0,0xFFFF,
	0xFFC1,0xFFFE,0x7FFC,0x3FFF,0xFFFF,0xFFFD,0xFFFF,0x1FFF,
	0xFFFF,0xFFF3,0xFFFF,0x87FF,0xFFFF,0xFFEF,0xFFFF,0xE7FF,
	0xFFFF,0xFFEF,0xFFFF,0xE3FF,0xDF7D,0xF7DF,0xFFFF,0xF1F7,
	0xDF7D,0xF7BF,0xFFFF,0xF8F7,0x8E38,0xE3B0,0xFC78,0x78E3,
	0x8E38,0xE173,0x7CF9,0xBC63,0x0410,0x4173,0x7CF9,0xBC41,
	0x0410,0x4373,0x7CF9,0xBC61,0x0410,0x42F0,0xFCF8,0x7E21,
	0x0000,0x02F2,0x64C9,0xCE20,0x0000,0x02F3,0x2449,0xCE20,
	0x0410,0x42FF,0xFFFF,0xFE21,0x0410,0x42FF,0xFFFF,0xFE21,
	0x0410,0x42FF,0xFFFF,0xFE21,0x0000,0x02FF,0xFFFF,0xFE20,
	0x0000,0x02FF,0xFFFF,0xFE20,0x0410,0x42FF,0xFFFF,0xFE21,
	0x0410,0x42FF,0xFFFF,0xFE21,0x0410,0x42FF,0xFFFF,0xFE21,
	0x0410,0x42FF,0xFFFF,0xFE21,0x0000,0x02FF,0xFFFF,0xFE00,
	0xFFFF,0xFEFF,0xFFFF,0xFE3F,0xFFFF,0xFEFF,0xFFFF,0xFE3F,
	0xFFFF,0xFEFF,0xFFFF,0xFE7F,0xFFFF,0xFE00,0x0000,0x00FF,
	0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFE00,0x0000,0x00FF,
	0xFFFF,0xFDFF,0xFFFF,0xFEFF,0xFFFF,0xFBFF,0xFFFF,0xFCFF,
	0xFFFF,0xF666,0x6649,0xF8FF,0xFFFF,0xECCC,0xCCC3,0xF0FF,
	0xFFFF,0xD998,0x99C7,0xE0FF,0xFFFF,0xB331,0x338F,0xC0FF,
	0xFFFF,0x6664,0x670F,0x81FF,0xFFFE,0xCCC8,0xCE4F,0x03FF,
	0xFFFD,0x9999,0x9CCE,0x07FF,0xFFFB,0x8333,0x39CC,0x0FFF,
	0xFFF7,0xFFFF,0xFFF8,0x1FFF,0xFFEF,0xFFFF,0xFFF0,0x3FFF,
	0xFFDF,0xFFFF,0xFFE0,0x7FFF,0xFFBF,0xFFFF,0xFFC0,0xFFFF,
	0xFF7F,0xFFFF,0xFF81,0xFFFF,0xFEFF,0xFFFF,0xFF03,0xFFFF,
	0xFDFF,0xFFFF,0xFF07,0xFFFF,0xF800,0x0000,0x010F,0xFFFF,
	0xF800,0x0000,0x011F,0xFFFF,0xF800,0x0000,0x013F,0xFFFF,
	0xF800,0x0000,0x017F,0xFFFF,0xF800,0x0000,0x01FF,0xFFFF,
	0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF

------------------------------

Date: Fri, 10 Jul 87 13:58:02
From: SCHUSTER%DKAUNI13.BITNET@wiscvm.wisc.edu (Michael Schuster)
Subject: new sun machines?

I've heard of two new Sun machines:
1. Sun 3/60
   (I was told it should have 20MHz clock speed)
2. Sun 4/xxx
   (RISC machine, next server generation)

Does anybody know more details about these products?
Is the whole story true or is someone fooling me?

Michael Schuster
SCHUSTER@DKAUNI13.BITNET

------------------------------

End of SUN-Spots Digest
***********************