Re: [fossil-users] server returned an error - clone aborted

2015-11-28 Thread fossil . nrb
I very much appreciate the comments; I'm a bit stuck.  Any more clues/ideas to 
help me trace my issue with this Debian8/Jessie/stable setup gratefully 
received.

This works:
wget http://51.255.41.162/my2M7data.fossil.clone
fossil sync https://user001:user001@51.255.41.162:1443/my2M7data -R 
my2M7data.fossil.clone

This doesn't (for me):
fossil clone https://user001:user001@51.255.41.162:1443/my2M7data 
clone_of_my2M7data.fossil
remember password (Y/n)? y
response truncated: got 481036 bytes of 2561430
Clone done, sent: 245  received: 481280  ip: 51.255.41.162
server returned an error - clone aborted

> From: Warren Young [mailto:w...@etr-usa.com]> Sent: 27 November 2015 22:05> 
> To: Fossil SCM user's discussion > 
> Subject: Re: [fossil-users] server returned an error - clone aborted> On Nov 
> 26, 2015, at 10:36 AM, fossil@9ox.net wrote:
> >
> > root@vps221852:~# ./fossil clone http://fossil-
> scm.org/index.html/doc/trunk/www/index.wiki fossil.fossil
> > getaddrinfo() fails: Name or service not known
> > Clone done, sent: 0  received: 0  ip:
> > server returned an error - clone aborted
> 
> That’s very strange, since you successfully did a wget from the same server a
> few lines up.  Give it another try, in case Andy is right and your nameservers
> are just being flaky.
> 
> By the way, you’re using a much more complicated URL than necessary here.
> This suffices:
> 
>fossil clone http://fossil-scm.org
> 
> It pulls the exact same data as your longer URL.  The only time you need
> anything after the hostname is when Fossil is serving multiple repositories:
> 
>fossil clone http://example.com/project2
> 
> The unnecessarily complicated URL cannot explain the name lookup failure,
> though.

 [Nigel] 

Thank you again, I tried several versions of the URL and got the same response. 
(Also I've used three different nameservers in the tests).


On a clean Debian8 install, cloning fossil-scm.org still fails for me at 
getaddrinfo() in two separate configurations:
- A VPS and one physical server (2nd VPS behaved same as first, no 
logs, not available today)
- All OK on local Windows8.1 box, same network as physical server

I can successfully clone a small 80K repo over SSL with a specific IP address 
in three separate configurations:
- From local host, physical server, and windows box using https to an 
IP address

I get a problematic abort with cloning a larger repo over SSL with the same as 
above specific IP address
- From local host, physical server, and windows box using https to an 
IP address
- Local host is inconsistent some clones complete successfully - is 
this a timeout issue?
- aborted clones generate an 'init' sized repo first + journal before 
stalling, removing the files before exiting

I have successful? (so far) fossil sync working for the larger repo over SSL 
with the same as above specific IP address
- From local host, physical server, and windows box using https to an 
IP address


### The fossil-scm.org cloning that fails for me at getaddrinfo():

root@vps221852:~# fossil clone http://fossil-scm.org/index.html/ 
fossiltest.fossil
getaddrinfo() fails: Name or service not known
Clone done, sent: 0  received: 0  ip:
server returned an error - clone aborted

nrb@Vine:~$ fossil clone http://fossil-scm.org/index.html/ 
fossiltest.fossil
getaddrinfo() fails: Name or service not known
Clone done, sent: 0  received: 0  ip:
server returned an error - clone aborted

Windows8.1>fossil clone http://fossil-scm.org/index.html/ 
fossiltest.fossil
Round-trips: 5   Artifacts sent: 0  received: 32230
Clone done, sent: 1237  received: 23463021  ip: 67.18.92.124
Rebuilding repository meta-data...
  100.0% complete...
Extra delta compression...
Vacuuming the database...
project-id: CE59BB9F186226D80E49D1FA2DB29F935CCA0333
server-id:  2b07479dc597785ff36b84084f881cffc2f96ddc
admin-user: nrb (password is "77d6fe")


### The successful clone of a small 80K repo over SSL with a specific IP 
address:
## (I signed the certificate with a separate signing key (as my own CA) and 
used the IP address as the CN)

root@vps221852:~# fossil clone 
https://101.102.103.104:1443/my80Kdata/index my80Kdata.fossil
Round-trips: 2   Artifacts sent: 0  received: 20
Clone done, sent: 519  received: 22691  ip: 101.102.103.104
Rebuilding repository meta-data...
  100.0% complete...
Extra delta compression...
Vacuuming the database...

Re: [fossil-users] server returned an error - clone aborted

2015-11-28 Thread fossil . nrb
> From: Andy Bradford  > Sent: 28 November 2015 20:09 > To:
fossil@9ox.net > Cc: fossil-users@lists.fossil-scm.org
> 
> Thus said fossil@9ox.net on Sat, 28 Nov 2015 15:30:16 +:
> 
> > This works:
> > wget http://51.255.41.162/my2M7data.fossil.clone
>  ^
> Aha, this is HTTP, and is different  from from the clone URL below. What
if you
> were to try:
> 
> wget https://51.255.41.162/my2M7data.fossil.clone
> 
> Will that always succeed (try it multiple times to be certain)?
> 
[Nigel Bray] 

Yes, good point.  I tested and that https for wget works reliably.  The wget
is just for a starting 'clone' pre-made on the server that I can download
and sync from: I'm using lighttpd on 443 and it has its own ssl engine
separate from the stunnel4 I have for serving fossil.

The fossil sync after that works, but of course the size of the https
transfer is small in comparison to fossil clone.

> > This doesn't (for me):
> > fossil clone
> https://user001:user001@51.255.41.162:1443/my2M7data
> > clone_of_my2M7data.fossil
>  ^
> This is HTTPS and the error below is helpful:
> 
> > remember password (Y/n)? y
> > response truncated: got 481036 bytes of 2561430
> 
> And this  error is  most instructive. Something  is tampering  with your
HTTPS
> connection, or terminating it  prematurely. Fossil was expecting a
content-
> length of 2561430 but only got 481036 bytes.
> 
> At the  moment, Fossil does  not support  partial clones, so  the entire
> operation must succeed without interruptions.
> 
[Nigel Bray] 

Thank you.  My fossil server uses stunnel4 and the 'got XXX bytes' seems
random: 2641604, 2713479, 2512546, 677644, 677644 (of 2712605) and always
fails over internet.   

2M7 clone has succeeded a few times, but only when run locally on the host
VPS to itself.

Fossil clone tested from one server and three different clients and two
different network links (today).  I do have and tried before a 2nd VPS
host/3rd client and network connection all with the same behaviour.

The common factor is the server with an off the shelf Debian8 install (as
provided by the VPS vendors) and the minimum of certificates + stunnel4 and
fossil on top plus added lighttpd for use as a basic webserver (lighttpd
deploys my pre-cooked clones whilst fossil clone is unavailable).

Thanks again for the pointers, I keep checking the setup and settings but
can find nothing wrong.




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


[fossil-users] Fw: Re: server returned an error - clone aborted (fossil: amb-sendok-1451156556.emoidapfkdiceablg...@bradfords.org exclusive)

2015-11-26 Thread fossil . nrb

On 26 Nov 2015 12:02:36 -0700
Andy Bradford | 26 Nov 20:02 2015 wrote:

> Thus said fossil@9ox.net on Thu, 26 Nov 2015 17:36:22 +:
> 
> > Without stunnel4, a clean VPS install + fossil, I find a way not(!) to
> > be able  to clone from www.fossil-scm.org:  "getaddrinfo() fails: Name
> > or service not known".
> 
> cat /etc/resolv.conf
> 
> Perhaps you have a nameserver that is flaky.

Thanks - I have two VPS' set up the same way but with different nameservers - 
wget and nslookup seem ok...

root@vps221852:~# cat /etc/resolv.conf
domain local
search local
nameserver 213.186.33.99

root@vps221852:~# wget http://fossil-scm.org/index.html/doc/trunk/www/index.wiki
--2015-11-26 20:29:28--  
http://fossil-scm.org/index.html/doc/trunk/www/index.wiki
Resolving fossil-scm.org (fossil-scm.org)... 67.18.92.124, 
2600:3c00::f03c:91ff:fe96:b959
Connecting to fossil-scm.org (fossil-scm.org)|67.18.92.124|:80... connected.

root@vps221852:~# fossil version
This is fossil version 1.34 [62dcb00e68] 2015-11-02 17:35:44 UTC

root@amsl:~# cat /etc/resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4
root@amsl:~# wget http://fossil-scm.org/index.html/doc/trunk/www/index.wiki
converted 'http://fossil-scm.org/index.html/doc/trunk/www/index.wiki' 
(ANSI_X3.4  
   -1968) -> 'http://fossil-scm.org/index.html/doc/trunk/www/index.wiki' 
(UTF-8)
--2015-11-26 20:38:42--  
http://fossil-scm.org/index.html/doc/trunk/www/index.wi 
ki
Resolving fossil-scm.org (fossil-scm.org)... 67.18.92.124, 
2600:3c00::f03c:91ff:   
  fe96:b959
Connecting to fossil-scm.org (fossil-scm.org)|67.18.92.124|:80... connected.

root@amsl:~# fossil version
This is fossil version 1.34 [62dcb00e68] 2015-11-02 17:35:44 UTC


-- 
Nigel Bray 
+44 7795 047 872

___
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] server returned an error - clone aborted

2015-11-26 Thread fossil . nrb

[Nigel]
Without stunnel4, a clean VPS install + fossil, I find a way not(!) to be able 
to clone from www.fossil-scm.org: "getaddrinfo() fails: Name or service not 
known".
(I must be doing something very thick but cannot see it.)

> -Original Message-
> From: Warren Young [mailto:w...@etr-usa.com] Sent: 23 November 2015
> 19:29 To: Fossil SCM user's discussion   
> Subject: Re: [fossil-users] server returned an error - clone aborted On Nov 
> 23, 2015, at 10:28 AM, fossil@9ox.net wrote:
> > # root@vps221852:~# fossil clone
> > https://nrb@101.102.103.104:1443/my6418432byterepos
> my6418432byterepos.fossil # password for nrb:
> > # response truncated: got 3512076 bytes of 3615709 # Clone done, sent:
> > 253  received: 3512320  ip: 101.102.103.104 # server returned an 
> > error
> > - clone aborted
> 
> What happens when you visit that URL in a web browser?
> 
> If you’re using a self-signed certificate, and forcing the browser to 
> accept it gives you the expected Fossil UI, then I would guess that 
> the SSL library your Fossil client is using is not accepting self-signed 
> certs.
> 
> There are remedies:
> 
>http://unix.stackexchange.com/questions/17748/
>http://stackoverflow.com/questions/2256950/
> 
> Or, you can just get a “real” SSL cert.

[Nigel Bray]
I took the second route and now have my own signing certificate to add to the 
CA's in the browser and OS.

But, from the PC and Debian8, I can't clone remotely, I can clone file to file 
then scp one over remotely and sync remotely after that using stunnel4.

> -Original Message-
> From: Richard Hipp [mailto:d...@sqlite.org] > Sent: 23 November 2015
> 18:35 > To: Fossil SCM user's discussion  
> > Subject: Re: [fossil-users] server returned an error - clone aborted On 
> 11/23/15, fossil@9ox.net  wrote:
> > Hi, I get a consistent fossil clone error with my server settings over 
> > stunnel4.

> I'm sorry you are having trouble... the canonical Fossil self-hosting 
> repository
> (https://www.fossil-scm.org/fossil) and the SQLite repository
> (https://www.sqlite.org/src) both run over stunnel4 and they both have 
> been working fine for a long time.  So this is not a fundamental 
> incompatibility.

[Nigel]
I must be doing something very thick but cannot see it:  I have had this 
working before, but surprised that I couldn't this time.

With the VPS cleanly reinstalled:

root@vps221852:~# uname -a
Linux vps221852.ovh.net 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u6 
(2015-11-09) x86_64 GNU/Linux

root@vps221852:~# wget 
https://www.fossil-scm.org/download/fossil-linux-x86-1.34.zip
--2015-11-25 14:28:24--  
https://www.fossil-scm.org/download/fossil-linux-x86-1.34.zip
Resolving www.fossil-scm.org (www.fossil-scm.org)... 67.18.92.124, 
2600:3c00::f03c:91ff:fe96:b959
Connecting to www.fossil-scm.org 
(www.fossil-scm.org)|67.18.92.124|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2000637 (1.9M) [application/zip]
Saving to: ‘fossil-linux-x86-1.34.zip’
fossil-linux-x86-1. 100%[=>]   1.91M  2.78MB/s   in 
0.7s
2015-11-25 14:28:26 (2.78 MB/s) - ‘fossil-linux-x86-1.34.zip’ saved 
[2000637/2000637]


root@vps221852:~# unzip fossil-linux-x86-1.34.zip
Archive:  fossil-linux-x86-1.34.zip
  inflating: fossil
root@vps221852:~# ./fossil version
This is fossil version 1.34 [62dcb00e68] 2015-11-02 17:35:44 UTC

root@vps221852:~# ./fossil clone 
http://fossil-scm.org/index.html/doc/trunk/www/index.wiki fossil.fossil
getaddrinfo() fails: Name or service not known
Clone done, sent: 0  received: 0  ip:
server returned an error - clone aborted

root@vps221852:~# wget http://fossil-scm.org/index.html/doc/trunk/www/index.wiki
--2015-11-25 15:15:23--  
http://fossil-scm.org/index.html/doc/trunk/www/index.wiki
Resolving fossil-scm.org (fossil-scm.org)... 67.18.92.124, 
2600:3c00::f03c:91ff:fe96:b959
Connecting to fossil-scm.org (fossil-scm.org)|67.18.92.124|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 9614 (9.4K) [text/html]
Saving to: ‘index.wiki’
index.wiki  
100%[==>]
   9.39K  --.-KB/s   in 0.1s
2015-11-25 15:15:24 (84.2 KB/s) - ‘index.wiki’ saved [9614/9614]


root@vps221852:~# nslookup fossil-scm.org
Server: 213.186.33.99
Address:213.186.33.99#53
Non-authoritative answer:
Name:   fossil-scm.org
Address: 67.18.92.124

Again, thanks for the pointers and more importantly Fossil. /N


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org

Re: [fossil-users] server returned an error - clone aborted

2015-11-23 Thread fossil . nrb
Hi,

I get a consistent fossil clone error with my server settings over stunnel4.  
Once cloned, fossil sync over the same link seems not to be affected.

> -Original Message-
> From: Warren Young [mailto:w...@etr-usa.com]
> Sent: 19 November 2015 20:12
> To: Fossil SCM user's discussion 
> Subject: Re: [fossil-users] server returned an error - clone aborted
> 
> On Nov 18, 2015, at 9:59 PM, fossil@9ox.net wrote:
> >
> > $ fossil version
> > This is fossil version 1.33
> 
> 1.34 is out.  That said, I tested with an even older Fossil on Cygwin, and it
> works for me.

Tested with two clients [Windows8.1/MinGW + Debian8/Jessie/Stable] and two 
servers [VPS Debian8/Jessie/Stable, two different providers].

# root@vps221852:~# fossil clone 
https://nrb@101.102.103.104:1443/my6418432byterepos my6418432byterepos.fossil 
# password for nrb:
# response truncated: got 3512076 bytes of 3615709
# Clone done, sent: 253  received: 3512320  ip: 101.102.103.104
# server returned an error - clone aborted  

There is a workaround I can use to deploy:

# root@vps221852:~# scp 
root@101.102.103.104:/var/repos/my6418432byterepos.fossil 
scp.my6418432byterepos.fossil
# root@vps221852:~# fossil clone scp_my6418432byterepos.fossil 
my6418432byterepos.fossil
# root@vps221852:~# rm scp_my6418432byterepos.fossil
# root@vps221852:~# fossil open my6418432byterepos.fossil
# root@vps221852:~# fossil sync 
https://nrb@101.102.103.104:1443/my6418432byterepos

I'd like help to avoid using scp as deploying to Win Mac and Linux, the 
possible combinations multiply a lot.  And I'd really like to have the 2/5ths 
simplicity of just fossil: clone + open!
I created a test setup, with full details and logs:

http://pastebin.com/AcGmKXNz (I can post it directly if that is the right thing 
to do)

Thanks very much for all the help earlier, I did mail back to the wrong address 
so it got lost.  My earlier logs were not that good after I tried many options. 
 I got the same behaviour Debian to Debain so used Bash for the report.  I 
still aim to share Fossil mostly with Windows users.  Fortunately my next 
client has a Mac :).

Windows did not help as we seem to have at least three roughly equally good 
options for ssh/scp:
- MinGW (my default as I have git installed and it seems to work)
- Putty
- Cygwin
- and Windows may have something of its own, I have not checked

BR/ Nigel


> 
> > $ fossil clone ssh://nrb@101.102.103.104//var/repos/test
> > C:\test.fossil
> 
> I see a bunch of potential problems here.
> 
[Nigel] 
Agreed, my logs were not consistent (and I edited out some long paths so it 
looked like I was on the C drive)

Hopefully with it all in Bash my error can be spotted, but I have just not 
found it so far.


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


[fossil-users] server returned an error - clone aborted

2015-11-18 Thread fossil . nrb
Hi,

I am stuck getting Windows to work with my repo (88KB).  I have it syncing
between two Debian environments (one a VPS) both using Stunnel.

But to pull it onto a windows desktop seems to be evading me.  I tried three
flavours so far. Cygwin, Windows, Windows + Cygwin's ssh.

The last one that is OK is from the Debian box.

I seem to be a bit sort of further ideas.  Perhaps I can ask for some help.

BR/ Nigel


Cygwin:
nrb@Lenovo-PC ~
$ fossil version
This is fossil version 1.33 [9c65b5432e] 2015-05-23 11:11:31 UTC
nrb@Lenovo-PC ~
$ fossil clone ssh://nrb@101.102.103.104//var/repos/test C:\test.fossil
nrb@101.102.103.104's password:
Fossil internal error: repository does not exist or is in an unreadable
directory: /var/repos/test
server did not reply
Clone done, sent: 283  received: 0  ip: 101.102.103.104
server returned an error - clone aborted

Windows:
C:\Users\nrb>"c:\Program Files (x86)\Fuel\fossil.exe" version
This is fossil version 1.34 [62dcb00e68] 2015-11-02 17:35:44 UTC

nrb@Lenovo-PC ~
$ fossil clone ssh://nrb@101.102.103.104//var/repos/test C:\test.fossil
nrb@101.102.103.104's password:
Fossil internal error: repository does not exist or is in an unreadable
directory: /var/repos/test
server did not reply
Clone done, sent: 283  received: 0  ip: 101.102.103.104
server returned an error - clone aborted

nrb@Lenovo-PC ~
C:\Users\nrb>"c:\Program Files (x86)\Fuel\fossil.exe" clone
--ssh-command=C:\cyg
win\bin\ssh.exe ssh://nrb@101.102.103.104//var/repos/test C:\test.fossil
cannot create child process

# fossil clone ssh://nrb@101.102.103.104//var/repos/test test2
nrb@101.102.103.104's password:
Round-trips: 2   Artifacts sent: 0  received: 31
Clone done, sent: 585  received: 25479  ip: 101.102.103.104
Rebuilding repository meta-data...
  100.0% complete...
Extra delta compression...
Vacuuming the database...
project-id: 41431e30848dacce9667441f278e53832d83cdde
server-id:  e07c5bcf7b48e3f3dfc86a8ae005f156a39762ee
admin-user: nrb (password is "097efc")


___
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] Can I push changed authentication data? c...@apotheon.net exclusive)

2013-08-14 Thread fossil . nrb
On 14 August 2013 19:23, Chad Perrin - c...@apotheon.net 
fossil.nrb.5c83664b76.code#apotheon@ob.0sg.net wrote:

 Is there some way to push the changed password to the remote repository
 so that it will be the Fossil repository password you'd use for that
 account next time you sync?


Would be useful to know.  From an earlier mail, I recall that the other way
round is possible:

On 11 August 2013 12:03, Eduardo Morras - emorr...@yahoo.es 
fossil.nrb.bead472e5b.emorrasg#yahoo...@ob.0sg.net wrote:

 User information is not cloned. If you want clone it from original server
 to cloned one you must use :

 fossil configuration pull user --overwrite original_repo_url


Then, looking at help for configuration it seems as though a Push version
is available:

   fossil configuration pull AREA ?URL?

Pull and install the configuration from a different server
identified by URL.  If no URL is specified, then the default
server is used. Use the --legacy option for the older protocol
(when talking to servers compiled prior to 2011-04-27.)  Use
the --overwrite flag to completely replace local settings with
content received from URL.

   fossil configuration push AREA ?URL?

Push the local configuration into the remote server identified
by URL.  Admin privilege is required on the remote server for
this to work.  When the same record exists both locally and on
the remote end, the one that was most recently changed wins.
Use the --legacy flag when talking to holder servers.

BR/ Nigel
___
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] CGI mode with multiple repositories ke...@khn.org.uk exclusive)

2013-06-05 Thread fossil . nrb
On 5 June 2013 10:51, Kevin Martin - ke...@khn.org.uk
fossil.nrb.4c8eca578b.kev82#khn.org...@ob.0sg.net wrote:

 kev82@meanmachine:/var/www/fossilserver/public$ cat index.cgi
 #!/bin/sh
 echo 'Content-type: text/html'
 echo
 echo 'html'
 echo 'headtitleFossils List/title/head'
 echo 'body'
 echo 'h1Fossils List/h1'
 echo 'ul'
 ls /var/www/fossilserver/public/fossils | sed 's%\.fossil%%' | awk '{print 
 lia href=\fossils.cgi/ $1 \ $1 /a/li}'
 echo '/ul'
 echo '/body'
 echo '/html'

For me that is an excellent and simple idea I have copied and works.
Gopher style ;)

Perhaps it is unnecessary, but in case a repo link is bookmarked by a
user and the repo is moved or deleted, I also added to fossils.cgi:
notfound: ../index.cgi


BR/Nigel

___
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] How to set-up multiple-repo CGI-based server? (fossil: d...@sqlite.org exclusive)

2013-05-29 Thread fossil . nrb
On 29 May 2013 11:12, Richard Hipp - d...@sqlite.org
fossil.nrb.4c1d029458.drh#sqlite@ob.0sg.net wrote:


 On Wed, May 29, 2013 at 5:22 AM, MIURA Masahiro echocham...@gmail.com
 wrote:

 On Wed, May 29, 2013 at 6:11 PM, Nigel Bray fossil@9ox.net wrote:
  I am struggling to see what is tripping me up when a single repository
  works
  fine, but multiple repositories within a directory fails as follows:

 See the section Serving multiple repositories with one script in
 http://www.fossil-scm.org/xfer/doc/trunk/www/server.wiki

 In short, you need something like:

 #!/home/sites/my.domain/bin/fossil
 directory: /home/sites/my.domain/repos
 notfound: http://url.to/your/favorite/404page.html

 I think Miura is correct.  But just to clarify - the key change is to
 replace repository: with directory:.  The notfound: line is useful,
 but not required, iirc.

 --
 D. Richard Hipp
 d...@sqlite.org

Many thanks Miura and Richard, that works!  Sorry for missing the
obvious, but really pleased to be up and running again having moved a
few times from my own local inetd/althtpd[1] to Chisel/flint[2] then
dropbox and now on my webhost using their ssh access.

Despite my error, I find the simplicity of setting up a Fossil repo
(or better a set of repos) under cgi fantastic.

BR/ Nigel
[1] althttpd, http://www.sqlite.org/docsrc/artifact/14c9965da19?ln=2-62,
so valuable and a bit hard to search for I dug out the link
[2] chisel and flint, http://chiselapp.com/repositories/search/flint,
also excellent, and thanks to James and Rkeene for latest changes

___
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] Console error when trying to clone a repo v...@lavabit.com exclusive)

2012-10-04 Thread fossil . nrb
What happens if you add:

fossil clone -A user2 http://user1@localhost:8080
http://localhost:8080test.fossil

May not be related, but I found the error generated when I missed the user
authentication confusing in one past scenario (will report properly if I
find it again).

I tend to tighten up the permissions on my external repos so
nobody/anonymous cannot clone.

BR/ Nigel

On 4 October 2012 11:31, v...@lavabit.com 
+fossil+nrb+bb2880256c.vuk#lavabit@spamgourmet.com wrote:

 Sorry for missing fossil version which I forgot to include into the
 initial mail:

 $ fossil version
 This is fossil version 1.23 [957b17af58] 2012-08-08 11:25:57 UTC


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


___
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] Install from binary on Macbook Pro OSX

2012-09-09 Thread fossil . nrb
Hello,

Still no luck this end.  Report from our team member is as follows (as
unfortunately I do not have  a Macbook to test it on):

Unfortunately there is no change

 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ sudo cp ~/Downloads/fossil
 /usr/local/bin
 Password:
 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ ls /usr/local/bin
 fossil git-receive-pack git-upload-pack
 git git-shell gitk
 git-cvsserver git-upload-archive
 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ fossil help
 dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
   Referenced from: /usr/local/bin/fossil
   Reason: image not found
 Trace/BPT trap: 5
 unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$


What surprises me is that there is still a reference to the libreadline in
this error message.

Is there more detail I can give to make further checks.   The Macbook is a
private machine with a very generic and out of the box configuration.

BR/ Nigel


On 4 September 2012 18:52, Richard Hipp - d...@sqlite.org 
+fossil+nrb+4c1d029458.drh#sqlite@spamgourmet.com wrote:



 On Tue, Sep 4, 2012 at 1:45 PM, fossil@9ox.net wrote:

 Hello all,

 I have 'discovered' Fossil and am proposing to make use of it for a new
 project.

 (It is really great BTW.)

 One of the team members has a Mac, the others are on Ubuntu 12.04,
 including me.

 We have a problem running the downloaded binary for the Mac, from:

 http://www.fossil-scm.org/download.html

 at

 http://www.fossil-scm.org/download/fossil-macosx-x86-20120808112557.zip

 gives:

 $ fossil help
 dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
   Referenced from: /usr/local/bin/fossil
   Reason: image not found
 Trace/BPT trap: 5


 I uploaded a new build of this binary with the --disable-readline option
 on ./configure.  Please give it a try and let me know if it works any
 better for you.

 Or, just grab the source tarball and do the usual ./configure; make




 on:
 http://support.apple.com/kb/SP645?viewlocale=en_US

 Its not my Mac and I can't find an obvious way forward and cannot
 'experiment' with this machine.

 Any help on a way forward would be much appreciated.

 BR/ Nigel

 ___
 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


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


[fossil-users] Install from binary on Macbook Pro OSX

2012-09-04 Thread fossil . nrb
Hello all,

I have 'discovered' Fossil and am proposing to make use of it for a new
project.

(It is really great BTW.)

One of the team members has a Mac, the others are on Ubuntu 12.04,
including me.

We have a problem running the downloaded binary for the Mac, from:

http://www.fossil-scm.org/download.html

at

http://www.fossil-scm.org/download/fossil-macosx-x86-20120808112557.zip

gives:

$ fossil help
dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
  Referenced from: /usr/local/bin/fossil
  Reason: image not found
Trace/BPT trap: 5


on:
http://support.apple.com/kb/SP645?viewlocale=en_US

Its not my Mac and I can't find an obvious way forward and cannot
'experiment' with this machine.

Any help on a way forward would be much appreciated.

BR/ Nigel
___
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] Install from binary on Macbook Pro OSX message 1 of 20)

2012-09-04 Thread fossil . nrb
Hi,

Wow, that was fast, many thanks Richard and Kevin.

I'd like to try both - is there a link I can follow to grab the new
binary?  Sorry I'm not so familiar with my way around the website yet.

BR/ Nigel

-- Forwarded message --
From: Richard Hipp - d...@sqlite.org +fossil+nrb+4c1d029458.drh#
sqlite@spamgourmet.com
Date: 4 September 2012 18:52
Subject: Re: [fossil-users] Install from binary on Macbook Pro OSX
message 1 of 20)
To: Fossil SCM user's discussion fossil-users@lists.fossil-scm.org




On Tue, Sep 4, 2012 at 1:45 PM, fossil@9ox.net wrote:

 Hello all,

 I have 'discovered' Fossil and am proposing to make use of it for a new
 project.

 (It is really great BTW.)

 One of the team members has a Mac, the others are on Ubuntu 12.04,
 including me.

 We have a problem running the downloaded binary for the Mac, from:

 http://www.fossil-scm.org/download.html

 at

 http://www.fossil-scm.org/download/fossil-macosx-x86-20120808112557.zip

 gives:

 $ fossil help
 dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
   Referenced from: /usr/local/bin/fossil
   Reason: image not found
 Trace/BPT trap: 5


I uploaded a new build of this binary with the --disable-readline option on
./configure.  Please give it a try and let me know if it works any better
for you.

Or, just grab the source tarball and do the usual ./configure; make




 on:
 http://support.apple.com/kb/SP645?viewlocale=en_US

 Its not my Mac and I can't find an obvious way forward and cannot
 'experiment' with this machine.

 Any help on a way forward would be much appreciated.

 BR/ Nigel

 ___
 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
___
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] Install from binary on Macbook Pro OSX

2012-09-04 Thread fossil . nrb
Many apologies, I've just realized the original link is still valid for the
new build.
http://www.fossil-scm.org/download/fossil-macosx-x86-20120808112557.zip

On 4 September 2012 18:52, Richard Hipp - d...@sqlite.org 
+fossil+nrb+4c1d029458.drh#sqlite@spamgourmet.com wrote:



 On Tue, Sep 4, 2012 at 1:45 PM, fossil@9ox.net wrote:

 Hello all,

 I have 'discovered' Fossil and am proposing to make use of it for a new
 project.

 (It is really great BTW.)

 One of the team members has a Mac, the others are on Ubuntu 12.04,
 including me.

 We have a problem running the downloaded binary for the Mac, from:

 http://www.fossil-scm.org/download.html

 at

 http://www.fossil-scm.org/download/fossil-macosx-x86-20120808112557.zip

 gives:

 $ fossil help
 dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
   Referenced from: /usr/local/bin/fossil
   Reason: image not found
 Trace/BPT trap: 5


 I uploaded a new build of this binary with the --disable-readline option
 on ./configure.  Please give it a try and let me know if it works any
 better for you.

 Or, just grab the source tarball and do the usual ./configure; make




 on:
 http://support.apple.com/kb/SP645?viewlocale=en_US

 Its not my Mac and I can't find an obvious way forward and cannot
 'experiment' with this machine.

 Any help on a way forward would be much appreciated.

 BR/ Nigel

 ___
 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


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