<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Ah, yes, thanks, that worked!  Much appreciated!<div><br></div><div>What was throwing me off was that if I ssh to a shell, I do have /usr/local/bin in my path, which I am not adding myself.</div><div><br></div><div>In a slap-to-the-forehead ‘duh’ moment, I went back through my history, as I thought that I verified the path last night by using:</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">$ ssh <a href="http://minerva.colornet.com">minerva.colornet.com</a> echo $PATH</div></div><div><br></div><div>which of course just displays the LOCAL PATH, and should have been:</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">$ ssh <a href="http://minerva.colornet.com">minerva.colornet.com</a> echo \$PATH</div></div><div><br></div><div>which reveals that the REMOTE PATH is just:</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">/usr/bin:/bin:/usr/sbin:/sbin</div></div><div><br></div><div>So thanks for pointing that out!</div><div><br></div><div><div><div>On Dec 15, 2015, at 10:21 AM, Alan Schmitt <<a href="mailto:alan.schmitt@polytechnique.org">alan.schmitt@polytechnique.org</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On 2015-12-15 16:06, David E. Filip <<a href="mailto:dfilip@colornet.com">dfilip@colornet.com</a>> writes:<br><br><blockquote type="cite">Here is the profile that I’m using:<br><br># Unison preferences file<br>root = /Users/dfilip/Music/iTunes<br>root = <a href="ssh://minerva.colornet.com//Volumes/BACKUP500GB/iTunes">ssh://minerva.colornet.com//Volumes/BACKUP500GB/iTunes</a><br>ignore = Name {.DS_Store}<br>ignore = Name {._*}<br></blockquote><br>You need to add:<br>servercmd = /usr/local/bin/unison<br><br><blockquote type="cite">So is there some other piece that I’m missing which is preventing the unison<br>command from being found on the El Capitan (<a href="http://minerva.colornet.com">minerva.colornet.com</a>) system?<br></blockquote><br>ssh does not put /usr/local/bin in the PATH by default, so it does not<br>find the unison binary there.<br><br>Best,<br><br>Alan<br><br>-- <br>OpenPGP Key ID : 040D0A3B4ED2E5C7<br>Athmospheric CO₂ (Updated December 13, 2015, Mauna Loa Obs.): 401.31 ppm<br></blockquote></div><br></div></body></html>