source: trunk/gui/vizservers/nanovis/start_server @ 531

Last change on this file since 531 was 531, checked in by mmc, 18 years ago

Fixed the nanoVIS launching script to insulate against
dependencies on clerk and other NFS file systems.

  • Property svn:executable set to *
File size: 458 bytes
Line 
1#!/bin/sh
2
3# insulate ourselves from clerk and other NFS filesystems
4OLDPWD=/tmp
5export OLDPWD
6HOME=/tmp
7export HOME
8cd $HOME
9
10DISPLAY=:0
11export DISPLAY
12
13PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin:/usr/bin/X11:/opt/nanovis/bin
14export PATH
15
16LD_LIBRARY_PATH="/opt/render/lib:/lib:/usr/lib:/usr/local/lib"
17export LD_LIBRARY_PATH
18
19exec /opt/nanovis/bin/nanoscale -l 4000 -b 4001 -s 172.18.3.255 -c /opt/nanovis/bin/nanovis > /dev/null 2>&1
Note: See TracBrowser for help on using the repository browser.