Overview
| Artifact ID: | 31463d8faaf453e3782965fcfd6fc43f27dbbd60 |
|---|---|
| Ticket: | 115e95ac11631d0f3f2cf2427f1a7212999b079e
ssh clone failing |
| User & Date: | anonymous 2010-09-06 22:00:56 |
Changes
- 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. - foundin changed to: "370d5be389"
- private_contact changed to: "ed6dff866eb37366073a96e065746f2317e4b826"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "ssh clone failing"
- type changed to: "Code_Defect"