Stefan,

I am almost there. However,


Here is one line from the server log. Note: the section ... #0#2#/home/erlebach/src/Equa... below.

25999 46912502169760 ./lib/net/node.cpp:1381 Launch command: ssh -n kirk.scs.fsu.edu env EQ_LOG_LEVEL=VERBATIM EQ_SERVER=144.174.134.112 EQ_LOG_LEVEL=VERBATIM '/home/erlebach/src/Equalizer-0.4.1/examples/eqPly/eqPly.64' -- --eq-client '465b81eb-ea7a-466e-9fd9-286be48b1eb9#1#TCPIP#0#ssh -n %h %c >& %h.%n.log#39#10000#kirk.scs.fsu.edu#0#2#/home/erlebach/src/Equalizer-0.4.1/examples/eqPly#465b81eb-ea7a-466e-9fd9-286be48b1eb9#256#4e8a4528-2a5b-4c6b-8765-d71b8fa5a69c#1#TCPIP#0##39#10000#spock#8072#' >& kirk.scs.fsu.edu.465b81eb-ea7a-466e-9fd9-286be48b1eb9.log


That #2# appears to be the same that appears in the log for kirk:

...
32120 46912498305584 ./lib/net/node.cpp:434 Node data: 465b81eb-ea7a-466e-9fd9-286be48b1eb9#1#TCPIP#0#ssh -n %h %c >& %h.%n.log#39#10000#kirk.scs.fsu.edu#0#2#/home/erlebach/src/Equalizer-0.4.1/examples/eqPly#465b81eb-ea7a-466e-9fd9-286be48b1eb9#256#4e8a4528-2a5b-4c6b-8765-d71b8fa5a69c#1#TCPIP#0##39#10000#spock#8072#
....
....
32120 46912498305584 ./lib/net/node.cpp:157 Client node started from command line with option 0#2#/home/erlebach/src/Equalizer-0.4.1/examples/eqPly#465b81eb-ea7a-466e-9fd9-286be48b1eb9#256#4e8a4528-2a5b-4c6b-8765-d71b8fa5a69c#1#TCPIP#0##39#10000#spock#8072# 32120 1084238144 ./lib/net/connectionSet.cpp:312 Listening on N5eqNet14PipeConnectionE @0x54743032120 1084238144 ./lib/net/connectionSet.cpp:312 Listening on N5eqNet16SocketConnectionE @0x547960 32120 1084238144 ./lib/net/connectionSet.cpp:194 Got event on connection @0x54515032120 1084238144 ./lib/net/connectionSet.cpp:233 FD set modified, restarting select 32120 1084238144 ./lib/net/connectionSet.cpp:312 Listening on N5eqNet14PipeConnectionE @0x547430 32120 1084238144 ./lib/net/connectionSet.cpp:312 Listening on N5eqNet16SocketConnectionE @0x547960 32120 1084238144 ./lib/net/connectionSet.cpp:194 Got event on connection @0x545150 32120 1084238144 ./lib/net/connectionSet.cpp:233 FD set modified, restarting select 32120 1084238144 ./lib/net/connectionSet.cpp:312 Listening on N5eqNet14PipeConnectionE @0x547430 32120 1084238144 ./lib/net/connectionSet.cpp:312 Listening on N5eqNet16SocketConnectionE @0x547960 32120 46912498305584 ./lib/net/node.cpp:1467 Can't change working directory to 2: No such file or directory 32120 46912498305584 ./lib/net/node.cpp:1470 Launching node with launch ID=0, cwd=2 32120 46912498305584 ./lib/.././build/Linux/include/eq/net/node.h:505 ##### Assert: type == TYPE_EQNET_NODE [465] #####
32120 46912498305584 ./lib/base/lock.cpp:31 New Lock @0x5480c0
32120 46912498305584 ./lib/net/connection.cpp:30 New Connection @0x548800
32120 46912498305584 ./lib/net/pipeConnectionPosix.cpp:45 readFD 11 writeFD 12
32120 46912498305584 ./lib/base/lock.cpp:31 New Lock @0x5489f0
32120 46912498305584 ./lib/base/lock.cpp:31 New Lock @0x549dd8
32120 46912498305584 ./lib/net/node.


NOTE:

****   0#2#/home/erlebach/src/Equalizer-0.4.1/examples/eqPly    *****
the current directory is the argument AFTER #2#. There is an error somewhere!

**** 32120 46912498305584 ./lib/net/node.cpp:1467 Can't change working directory to 2: No such file or directory *****

Thus preventing the script from completing. How can this be happening? At the moment I have
no idea.

---------
Configuration file:

# two-to-one sort-last config for cluster at unizh
global
{
   EQ_WINDOW_IATTR_HINT_FULLSCREEN ON
}

server
{
   config
   {
       appNode
       {
           pipe {
               window {
                   viewport [ .25 .25 .45 .45 ]
                   channel { name "channel3" }
               }
           }
           #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 "channel3"
           task [ CLEAR ASSEMBLE ]
           buffer [ COLOR ]  # adding DEPTH creates problems
           wall {
               bottom_left  [ -.32 -.20 -.75 ]
               bottom_right [  .32 -.20 -.75 ]
               top_left     [ -.32  .20 -.75 ]
           }

           compound {
               channel "channel1"
               buffer  [ COLOR DEPTH ]

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

               inputframe { name "frame.channel2" }
               outputframe { buffer [ COLOR ] name "frame.out12" }
           }
           inputframe { name "frame.out12" }
       }
   }
}










--
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