On Mon, Nov 22, 2010 at 9:15 AM, Martin Gignac <martin.gig...@gmail.com>wrote:

> > This works OK for the systems where I have tested it, but for
> > some reason does not work on OpenBSD.
>
> What I found surprising is that I'd been using the SSH sync method
> between my Windows Vista laptop and the OpenBSD server *successfully*
> for at least a week before it started to fail all of a sudden. I
> didn't upgrade the OpenBSD server or note any obvious change that I
> would have done on it.
>
> I tried compiling a 2010-10-31 and I still have the same lock up
> issue, so I'm mystified as to how I got it to work in the first place.
>
> Running the same test on my Mac OS X (10.6.5) locks up fossil as well,
> but with different output:
>
> $ fossil clone ssh://localhost/test.fossil test2.fossil
> Password:
>                 Bytes      Cards  Artifacts     Deltas
> Sent:              53          1          0          0
> waiting for server...-bash: line 2: fossil: command not found
>

The output above suggests that "fossil" is not a command on the target
system - that "fossil" is not on your $PATH.

I don't know of a good way to fix that, or even to detect the problem.
Suggestions welcomed.



> -bash: line 3: POST: command not found
> -bash: line 4: Host:: command not found
> -bash: line 5: User-Agent:: command not found
> -bash: line 6: Content-Type:: command not found
> -bash: line 7: Content-Length:: command not found
> : command not found
>

You can see that after sending the "fossil" command to try to get fossil
running on the server side, it follows up with an HTTP request, which the
fossil on the server should be reading from standard input.  But since the
original "fossil" command failed, the HTTP request is piped into the shell,
which clearly doesn't know what to do with it....



>
> -Martin
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to