Ticket Change Details
Not logged in
Overview

Artifact ID: 31463d8faaf453e3782965fcfd6fc43f27dbbd60
Ticket: 115e95ac11631d0f3f2cf2427f1a7212999b079e
ssh clone failing
User & Date: anonymous 2010-09-06 22:00:56
Changes

  1. comment changed to:
    I am running fossil 370d5be389 both locally and on the server to which I'm connecting. Using this version of fossil, I have created a repository:
    
    <pre>
    remote:/home/me/ $ uname -a
    FreeBSD remote.example.com 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0 r210461M: Sun Jul 25 11:12:37 UTC 2010
    remote:/home/me/ $ which fossil
    /home/me/bin/fossil
    remote:/home/me/ $ fossil new test-repo.fossil
    project-id: ...
    server-id: ...
    admin-user: ...
    </pre>
    
    I then attempt to clone this repository.
    
    <pre>
    local:/home/me/ $ uname -a
    Linux local 2.6.35-19-generic #28-Ubuntu SMP Sun Aug 29 06:34:38 UTC 2010 x86_64 GNU/Linux
    local:/home/me/ $ fossil clone ssh://username@remote.example.com//home/me/test-repo.fossil?fossil=/home/me/bin/fossil test-repo.fossil
    me@remote.example.com's password: 
                    Bytes      Cards  Artifacts     Deltas
    Send:              49          1          0          0
    </pre>
    
    Output then stops there, with the process not accepting any input or responding, until killed with ^C.
    
    I imagine there must be some issue with FreeBSD's SSH.
    
  2. foundin changed to: "370d5be389"
  3. private_contact changed to: "ed6dff866eb37366073a96e065746f2317e4b826"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to: "ssh clone failing"
  7. type changed to: "Code_Defect"