by Ruben » 22 Jan 2019, 16:21
I changed over to using ssh. When I run the ssh command manually from a command prompt it works just fine. But I try it from WinBoard it just tells me it cant find the file. This is the command I am trying:
WinBoard.exe -debug -cp -fcp="polyglot1.4w.exe andscacs.ini" -fd "../andscacs095" -sh "192.168.1.5" -rsh "ssh" -scp "polyglot1.4w.exe stockfish.ini"
Debug Output:
recognized 'normal' (-1) as variant normal
recognized 'normal' (-1) as variant normal
shuffleOpenings = 0
Version: WinBoard 4.8.0b + polyglot1.4w
Reset(1, 0) from gameMode 0
recognized 'normal' (-1) as variant normal
GameEnds(0, (null), 2)
shuffleOpenings = 0
StartChildProcess (dir="../andscacs095") polyglot1.4w.exe andscacs.ini
nice engine proc to 10
829 >first : xboard
protover 2
829 <first : PolyGlot 1.4W29 by Fabien Letouzey
2829 <first : feature done=0
2829 >first : accepted done
2829 <first : feature analyze=1
2829 >first : accepted analyze
2829 <first : feature colors=0
2829 >first : accepted colors
2829 <first : feature draw=1
2829 >first : accepted draw
2829 <first : feature ics=1
2829 >first : accepted ics
2829 <first : feature myname="Andscacs 0.95"
2829 >first : accepted myname
2829 <first : feature name=1
2829 >first : accepted name
2829 <first : feature pause=0
2829 >first : accepted pause
2829 <first : feature ping=1
2829 >first : accepted ping
2829 <first : feature playother=1
2829 >first : accepted playother
2829 <first : feature reuse=1
2829 >first : accepted reuse
2829 <first : feature san=0
2829 >first : accepted san
2829 <first : feature setboard=1
2829 >first : accepted setboard
2829 <first : feature sigint=0
2829 >first : accepted sigint
2829 <first : feature sigterm=0
2829 >first : accepted sigterm
2829 <first : feature time=1
2829 >first : accepted time
2829 <first : feature usermove=1
2829 >first : accepted usermove
2829 <first : feature debug=1
2829 >first : accepted debug
2829 <first : feature variants="normal"
2829 >first : accepted variants
2829 <first : feature done=1
2829 >first : accepted done
2844 >first : new
random
2844 >first : ics -
2844 >first : level 40 10 0
2844 >first : post
2844 >first : hard
2844 >first : ping 1
Impossible move , type = 0
3094 <first : pong 1
15188 >first : force
StartChildProcess (dir="") ssh 192.168.1.5 polyglot1.4w.exe stockfish.ini
StartChildProcess (dir="") ssh 192.168.1.5 polyglot1.4w.exe stockfish.ini
GameEnds(29, xboard exit, 2)
32798 >first : quit
Process 13264 still alive after timeout, killing... result=1
name = '%APPDATA%\winboard48.ini', expanded name = 'C:\Users\rbenc\AppData\Roaming\winboard48.ini'
Edit:
All my remote files are in the login directory and I get the same error even with fully qualified paths. I set up ssh keys so I don't need user id or pass.