[GRASS5] Grass Monitors in Solaris 2.x

To Grass list,

FYI

John Huddleston

----- Original Message -----
From: Robert W. Kramer <rkramer@ftw.nrcs.usda.gov>
To: <ittech@nrcs.usda.gov>
Sent: Wednesday, June 21, 2000 6:45 AM
Subject: Grass Monitors in Solaris 2.x

I know that some will not care,
I know that grass needs to be cut periodically,
I know that grass is illegal in this country,
but for those who still want to use GRASS...

Don't know If this has been shared in the past but,
I've needed this for some time and finally resolved it.
This will create working Grass Monitors under Solaris 7
and Solaris 8. Of course, it assumes you already have
the Solaris 2.x grass code in place.
A note of caution, in the /devices/pseudo directory I
found pts@0:1 thru 64, so I started my stuff at the next
higher number, i.e. 65. These new files also need to have
644 permissions (in /devices/pseudo) and the links to them
from /dev need to be lrwxrwxrwx.
this does work on the console and on Xterminals using
remote0 as the monitor name.
good luck!
bobk
#!/bin/sh
cd /devices/pseudo
touch pts@0:65a
touch pts@0:65b
touch pts@0:66a
touch pts@0:66b
touch pts@0:67a
touch pts@0:67b
touch pts@0:68a
touch pts@0:68b
cd /dev
ln -s ../devices/pseudo/pts@0:65a cons0.a
ln -s ../devices/pseudo/pts@0:65b cons0.b
ln -s ../devices/pseudo/pts@0:66a cons1.a
ln -s ../devices/pseudo/pts@0:66b cons1.b
ln -s ../devices/pseudo/pts@0:67a remote0.a
ln -s ../devices/pseudo/pts@0:67b remote0.b
ln -s ../devices/pseudo/pts@0:68a remote1.a
ln -s ../devices/pseudo/pts@0:68b remote1.b

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'