[fossil-users] Issue with cloning a repo

2015-06-16 Thread Jacek Cała
Hi,

I'm running fossil 1.33 in a docker container and found an issue when
cloning my repo. If I run it like:

$ fossil clone http://USERNAME@SERVERNAME/REPONAME repo.fossil

it fails reporting:

getaddrinfo() fails: Name or service not known
Clone done, sent: 0  received: 0  ip:
server returned an error - clone aborted

However, it works when issued with the server IP address rather than its
DNS name:

$ fossil clone http://USERNAME@SERVERIPADDR/REPONAME repo.fossil

Yet something like:

$ ssh SERVERNAME

works perfectly fine. It's not urgent for me because I can work using IP
but I'd appreciate any hints how it may be solved.

  Cheers,
  Jacek
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Fossil clone with userID accepts wrong password

2015-06-16 Thread jungle Boogie
Hello,

I'm cloning my publicly open repo but passing a user name in the clone
URL and I enter the password incorrectly once and prompted to type in
the password again. Upon typing it incorrectly again with a different
password, the clone still finishes.

Is this expected because the repo is 'open'?



% fossil clone --verbose http://jun...@freebsd.host.com/jungle test.fossil
password for jungle: incorrect password
remember password (Y/n)? y
Bytes  Cards  Artifacts Deltas
Sent:  53  1  0  0
Received:   14247 53 11 14
Sent:  58  2  0  0
processed: 38%
Error: login failed
password for jungle: different incorrect password
remember password (Y/n)? y
Received:  52  1  0  0
Clone done, sent: 556  received: 14779  ip: 45.55.255.225
Rebuilding repository meta-data...
  104.0% complete...
Extra delta compression...
Vacuuming the database...
project-id: 5309e87709fc13af36109e23efee8d632d7c4738
server-id:  e749852df834e51ffa1be59baed2df84c3570eb3
admin-user: jungle (password is 2ce702)



-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Issue with cloning a repo

2015-06-16 Thread Andy Bradford
Thus said =?UTF-8?Q?Jacek_Ca=C5=82a?= on Tue, 16 Jun 2015 16:44:42 +0100:

 $ fossil clone http://USERNAME@SERVERNAME/REPONAME repo.fossil
 
 it fails reporting:
 
 getaddrinfo() fails: Name or service not known

Mind sharing the  actual hostname for SERVERNAME?  It's possible there's
some kind  of DNS  issue, but without  more details it  will be  hard to
track down.

Thanks,

Andy
--
TAI64 timestamp: 400055805afe
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users