Hi,

I am trying to get a 2-node configuraiton going, with one pipe in each.
At the moment, there is no document that explains this in detail, so I will
try, and perhaps some version of this, once it works, could find its way
into the documentation?  :-)

Node 1:   spock.scs.fsu.edu
Node 2:   kirk.scs.fsu.edu
I can ssh from one to the other with no password.
The Equalizer server is on Spock.
I wish to run eqPly.64
I'd like the server to startup the client(s) and applications.
If I cannot do that, it is not clear to me how all this is
supposed to work. A detailed explanation would really help!

I ran on spock:

cd .../examples/config
eqServer.64 2-node.DB_spock_kirk.eqc

and got

24328 46912502169760 ./server/parser.cpp:3124 Parse error: 'syntax error', line 13 at 'command'
24328 46912502169760 ./server/server.cpp:57 No configurations loaded
24328 46912502169760 ./server/eqServer.cpp:45 Server did not run correctly, please consult log


QUESTION: where is the log file?  (I am on a linux system)



Here is my configuration file, but it does not work


server
{
   config
   {
       appNode
       {
           connection { hostname "spock.scs.fsu.edu" }
           command " /usr/local/bin/eqPly.64 -m rockerArm.ply "
           pipe { window {
                   viewport [ 640 400 1280 800 ]
                   attributes{ hint_fullscreen OFF }
                   attributes { planes_stencil ON }
                   channel { name "channel1" }
               }
           }
       }
       node {
           connection { hostname "kirk.scs.fsu.edu" }
           command " /usr/local/bin/eqPly.64 -m rockerArm.ply "
           pipe { window { channel { name "channel2" }}}
       }
       compound {
           channel "channel1"
           buffer  [ COLOR DEPTH ]

           wall {
               bottom_left  [ -.32 -.20 -.75 ]
               bottom_right [  .32 -.20 -.75 ]
               top_left     [ -.32  .20 -.75 ]
           }

           compound { range   [ 0 .5 ] }
           compound {
               channel "channel2"
               range   [ .5 1 ]
               outputframe {}
           }
           inputframe { name "frame.channel2" }
       }
   }
}


server
{
   config
   {
       appNode
       {
           connection {
               type TCPIP
               hostname "spock.scs.fsu.edu"
               command " eqPly.64 -m rockerArm.ply "
               timeout 100
           }
           pipe
           {
               window
               {
                   channel
                   {
                       name "channel"
                   }
               }
           }
       }
       compound
       {
           channel "channel"
           wall
           {
               bottom_left  [ -.32 -.20 -.75 ]
               bottom_right [  .32 -.20 -.75 ]
               top_left     [ -.32  .20 -.75 ]
           }
       }
   }
}


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

begin:vcard
fn:Gordon Erlebacher
n:Erlebacher;Gordon
email;internet:[EMAIL PROTECTED]
tel;work:(850) 644-0186
tel;fax:(850) 644-0098
x-mozilla-html:TRUE
version:2.1
end:vcard

_______________________________________________
eq-dev mailing list
[email protected]
https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to