[fossil-users] from HTTP to HTTPS

2015-02-09 Thread Gour
Hello, I was serving Fossil repo on my Linode VPS using HTTP protocol and few days ago migrated to Webfaction (semi-shared hosting) where support stuff installed for my StartSSl SSL certs. Al the sites which use HTTPS work, but I have problem with the Fossil. I built Fossil binary on the server

Re: [fossil-users] from HTTP to HTTPS

2015-02-09 Thread Richard Hipp
On 2/9/15, Gour wrote: > Hello, > > I was serving Fossil repo on my Linode VPS using HTTP protocol and few > days ago migrated to Webfaction (semi-shared hosting) where support > stuff installed for my StartSSl SSL certs. > > Al the sites which use HTTPS work, but I have problem with the Fossil.

Re: [fossil-users] from HTTP to HTTPS

2015-02-09 Thread Gour
Richard Hipp writes: > Which method of setting up the Fossil server are you use: > (1) CGI -- Therefore, without being attached to the fruits of activities, one should act as a matter of duty, for by working without attachment one attains the Supreme.

Re: [fossil-users] from HTTP to HTTPS

2015-02-09 Thread Gour
Richard Hipp writes: > (1) CGI -- One who restrains the senses of action but whose mind dwells on sense objects certainly deludes himself and is called a pretender. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fo

Re: [fossil-users] from HTTP to HTTPS

2015-02-09 Thread Richard Hipp
On 2/9/15, Gour wrote: > Richard Hipp writes: > >> (1) CGI > > In that case, you don't even need SSL in Fossil because the webserver should be handling it for you. What kind of problem are you have, specifically? -- D. Richard Hipp d...@sqlite.org __

Re: [fossil-users] from HTTP to HTTPS

2015-02-09 Thread Gour
Gour writes: > Richard Hipp writes: > >> Which method of setting up the Fossil server are you use: >> >(1) CGI I also see that 'config' table contains as baseurl several entries I'd like to gt rid of (e.g. ex Linode VPS) so the question is what is the 'Fossil way' to manage those? Sincer

Re: [fossil-users] from HTTP to HTTPS

2015-02-09 Thread Ardie Hyun Hwang
Have you seen these: http://fossil-scm.org/index.html/doc/trunk/www/selfhost.wiki and http://fossil-scm.org/index.html/doc/trunk/www/server.wiki ? On Tue, Feb 10, 2015, at 01:40, Gour wrote: > Gour writes: > > > Richard Hipp writes: > > > >> Which method of setting up the Fossil server are yo

Re: [fossil-users] from HTTP to HTTPS

2015-02-09 Thread Gour
Richard Hipp writes: > In that case, you don't even need SSL in Fossil because the webserver > should be handling it for you. What kind of problem are you have, > specifically? When I try to login with my credential I get 405 error. Moreover, Fossil's logo and CSS are not visible and by inspec

Re: [fossil-users] from HTTP to HTTPS

2015-02-09 Thread Gour
Ardie Hyun Hwang writes: > Have you seen these: > http://fossil-scm.org/index.html/doc/trunk/www/selfhost.wiki and > http://fossil-scm.org/index.html/doc/trunk/www/server.wiki ? Sure...the problem is that everrything was working until I switched my Fossil site to HTTPS-only... Sincerely, Gour

Re: [fossil-users] from HTTP to HTTPS

2015-02-09 Thread Ardie Hyun Hwang
I see the brief structure of WebFaction here [1]; but can you be more specific with your current configuration? For example, if you run your Fossil binary under CGI mode, which one is acting as web server software? p.s. The HTTPS support you turned on while building Fossil, means that you can n

[fossil-users] what determines the string length of sha1 display in the timeline?

2015-02-09 Thread j. van den hoff
maybe a stupid question, but I've just seen this for the first time. in my timeline there is an entry with a sha1 hash display of [52060472835f] which clearly stands out from the other entries since the string length is 12 instead of the usual 10. I understand of course that the full hash is long

Re: [fossil-users] what determines the string length of sha1 display in the timeline?

2015-02-09 Thread Richard Hipp
On 2/9/15, j. van den hoff wrote: > maybe a stupid question, but I've just seen this for the first time. in my > timeline there is an entry > with a sha1 hash display of [52060472835f] which clearly stands out from > the other entries since > the string length is 12 instead of the usual 10. > (1)

Re: [fossil-users] what determines the string length of sha1 display in the timeline?

2015-02-09 Thread j. van den hoff
On Mon, 09 Feb 2015 18:47:17 +0100, Richard Hipp wrote: On 2/9/15, j. van den hoff wrote: maybe a stupid question, but I've just seen this for the first time. in my timeline there is an entry with a sha1 hash display of [52060472835f] which clearly stands out from the other entries since th

[fossil-users] Moving the repo database

2015-02-09 Thread Harry Putnam
If you need to move/rename the main database file. How do you do that and also let the actual repo know about it? I mean so you don't get this: Fossil internal error: repository does not exist or is in an unreadable directory: /projects/2x/perl/../../2x-perl ___

[fossil-users] Expand a current repo

2015-02-09 Thread Harry Putnam
I started with a very small experimental repo. Now I want to expand the repo quite a bit. It would involve moving upward in the existing hierarchy. That is, the new setup would include the existing repo from above. And would even include the directory where I stashed the current repos' database

[fossil-users] Problem with /dev/random and /dev/null in latest versions?

2015-02-09 Thread Richie Adler
I've found this problem in my fossil: accessing the Admin page shows the following messages: WARNING: Device "/dev/null" is not available for reading and writing. WARNING: Device "/dev/urandom" is not available for reading. This means that the pseudo-random number generator used by SQLite will be

Re: [fossil-users] Problem with /dev/random and /dev/null in latest versions?

2015-02-09 Thread Andy Bradford
Thus said Richie Adler on Mon, 09 Feb 2015 17:03:13 -0300: > WARNING: Device "/dev/null" is not available for reading and writing. > > WARNING: Device "/dev/urandom" is not available for reading. This > means that the pseudo-random number generator used by SQLite will be > poorly seeded.

Re: [fossil-users] Moving the repo database

2015-02-09 Thread Harry Putnam
"Andy Bradford" writes: > Thus said Harry Putnam on Mon, 09 Feb 2015 12:11:17 -0500: > >> If you need to move/rename the main database file. How do you do that >> and also let the actual repo know about it? > > Use fossil close first, and then fossil open with the new path after > moving it.

Re: [fossil-users] from HTTP to HTTPS

2015-02-09 Thread Gour
Ardie Hyun Hwang writes: > I see the brief structure of WebFaction here [1]; but can you be more > specific with your current configuration? For example, if you run your > Fossil binary under CGI mode, which one is acting as web server > software? Well, my repo is http://fossil.domain.tld/ and w

Re: [fossil-users] from HTTP to HTTPS

2015-02-09 Thread Ron W
On Mon, Feb 9, 2015 at 3:38 PM, Gour wrote: > Hmm, what is the correct procedure to clone repository from my desktop > machine to the *remote* server? Do you have SSH access to the remote server? If so, I'd say the simplest is to SSH into the remote server with forwarding from the remote to wha

Re: [fossil-users] Problem with /dev/random and /dev/null in latest versions?

2015-02-09 Thread Richard Hipp
On 2/9/15, Andy Bradford wrote: > Thus said Richie Adler on Mon, 09 Feb 2015 17:03:13 -0300: > >> WARNING: Device "/dev/null" is not available for reading and writing. >> >> WARNING: Device "/dev/urandom" is not available for reading. This >> means that the pseudo-random number generator use

Re: [fossil-users] what determines the string length of sha1 display in the timeline?

2015-02-09 Thread j. van den hoff
On Mon, 09 Feb 2015 18:47:17 +0100, Richard Hipp wrote: On 2/9/15, j. van den hoff wrote: maybe a stupid question, but I've just seen this for the first time. in my timeline there is an entry with a sha1 hash display of [52060472835f] which clearly stands out from the other entries since th

Re: [fossil-users] Problem with /dev/random and /dev/null in latest versions?

2015-02-09 Thread Ron W
On Mon, Feb 9, 2015 at 3:57 PM, Richard Hipp wrote: > The /dev/null device is opened for writing if Fossil finds that its > file-descriptor 2 is not open when it is launched. (Stunnel4 > sometimes does this.) This is dangerous to run with file-descriptor 2 > not open since it might get opened o

Re: [fossil-users] Problem with /dev/random and /dev/null in latest versions?

2015-02-09 Thread Richard Hipp
On 2/9/15, Ron W wrote: > On Mon, Feb 9, 2015 at 3:57 PM, Richard Hipp wrote: > >> The /dev/null device is opened for writing if Fossil finds that its >> file-descriptor 2 is not open when it is launched. (Stunnel4 >> sometimes does this.) This is dangerous to run with file-descriptor 2 >> not

Re: [fossil-users] from HTTP to HTTPS

2015-02-09 Thread Richard Hipp
On 2/9/15, Ron W wrote: > On Mon, Feb 9, 2015 at 3:38 PM, Gour wrote: > >> Hmm, what is the correct procedure to clone repository from my desktop >> machine to the *remote* server? > > > Do you have SSH access to the remote server? If so, I'd say the simplest is > to SSH into the remote server wi

Re: [fossil-users] what determines the string length of sha1 display in the timeline?

2015-02-09 Thread Richard Hipp
On 2/9/15, j. van den hoff wrote: > in view of this I would be really glad to learn why the variable length > sha1 substrings as they are appearing in the timeline (and usual `finfo' > output without the `-b' flag) are beneficial rather than always just using > the fixed length substrings as they

Re: [fossil-users] Moving the repo database

2015-02-09 Thread Richard Hipp
On 2/9/15, Harry Putnam wrote: > "Andy Bradford" > writes: > >> Thus said Harry Putnam on Mon, 09 Feb 2015 12:11:17 -0500: >> >>> If you need to move/rename the main database file. How do you do that >>> and also let the actual repo know about it? >> >> Use fossil close first, and then fossil

Re: [fossil-users] from HTTP to HTTPS

2015-02-09 Thread Ron W
On Mon, Feb 9, 2015 at 4:23 PM, Richard Hipp wrote: > > Simpler still is just to scp the repo up to the server. Last time I tried that (about 1.5 years ago), I had to use an SQL command to change the ID of the local repository so I could sync it with the clone on the remote server. since then, I

Re: [fossil-users] what determines the string length of sha1 display in the timeline?

2015-02-09 Thread j. van den hoff
On Mon, 09 Feb 2015 22:35:52 +0100, Richard Hipp wrote: Probably we would be well-served to clean this all up. But first all the committers have to agree on a particular style to use. Then we have to hunt down and change every place that prints out a SHA1 hash. And, so far, everybody has felt

Re: [fossil-users] what determines the string length of sha1 display in the timeline?

2015-02-09 Thread j. van den hoff
same as last mail (sorry), but with one important typo corrected On Mon, 09 Feb 2015 22:35:52 +0100, Richard Hipp wrote: Probably we would be well-served to clean this all up. But first all the committers have to agree on a particular style to use. Then we have to hunt down and change e

Re: [fossil-users] Expand a current repo

2015-02-09 Thread Stephan Beal
On Mon, Feb 9, 2015 at 5:58 PM, Harry Putnam wrote: > I started with a very small experimental repo. > > Now I want to expand the repo quite a bit. > > It would involve moving upward in the existing hierarchy. That is, > the new setup would include the existing repo from above. And would > even

Re: [fossil-users] what determines the string length of sha1 display in the timeline?

2015-02-09 Thread Stephan Beal
On Mon, Feb 9, 2015 at 7:57 PM, j. van den hoff wrote: > (1) Minimum of 10 characters >> (2) Longer as needed to include at least one character in [a-f] >> > > why this constraint (requiring occurence of one out of [a-f])? at which > point would something happen > without it? it introduces a pote

Re: [fossil-users] Expand a current repo

2015-02-09 Thread Harry Putnam
Stephan Beal writes: > On Mon, Feb 9, 2015 at 5:58 PM, Harry Putnam wrote: > >> I started with a very small experimental repo. >> >> Now I want to expand the repo quite a bit. >> >> It would involve moving upward in the existing hierarchy. That is, >> the new setup would include the existing re

Re: [fossil-users] Expand a current repo

2015-02-09 Thread Stephan Beal
Can you show us what your directory structure looks like now? i think i understand what you are doing, but want to be sure before suggesting anything you might regret ;). (sent from a mobile device - please excuse brevity, typos, and top-posting) - stephan beal http://wanderinghorse.net On Feb

Re: [fossil-users] Expand a current repo

2015-02-09 Thread Andy Bradford
Thus said Harry Putnam on Mon, 09 Feb 2015 20:03:28 -0500: > I'm not so concerned about losing my experimental repo recoreds of its > files. I was trying to ask if I could acquire a much larger set of > files by moving my current repo db file and then go to the highest > level of this sp

Re: [fossil-users] Expand a current repo

2015-02-09 Thread Harry Putnam
Stephan Beal writes: > Can you show us what your directory structure looks like now? i think i > understand what you are doing, but want to be sure before suggesting > anything you might regret ;). Sure, but I probably need a word of explanation first. The directory hierarchy I'm working in is

Re: [fossil-users] Expand a current repo

2015-02-09 Thread Harry Putnam
"Andy Bradford" writes: > Thus said Harry Putnam on Mon, 09 Feb 2015 20:03:28 -0500: > >> I'm not so concerned about losing my experimental repo recoreds of its >> files. I was trying to ask if I could acquire a much larger set of >> files by moving my current repo db file and then go to

Re: [fossil-users] what determines the string length of sha1 display in the timeline?

2015-02-09 Thread j. van den hoff
On Tue, 10 Feb 2015 00:23:00 +0100, Stephan Beal wrote: On Mon, Feb 9, 2015 at 7:57 PM, j. van den hoff wrote: (1) Minimum of 10 characters (2) Longer as needed to include at least one character in [a-f] why this constraint (requiring occurence of one out of [a-f])? at which point wo

[fossil-users] full text search -- is it supposed to work just yet?

2015-02-09 Thread Ron Aaron
I pulled and rebuilt the latest fossil, and set my repo to use the full-text search.  I then did a 'fossil rebuild'. But I get this: SQLITE_ERROR: statement aborts at 33: [ CREATE VIRTUAL TABLE IF NOT EXISTS "main".ftsidx USI

Re: [fossil-users] what determines the string length of sha1 display in the timeline?

2015-02-09 Thread Scott Robison
On Mon, Feb 9, 2015 at 11:17 PM, j. van den hoff wrote: > and if one cannot agree on whether this is good or bad when using 10 char > substrings (or whatever length), I would > like to have a flag/option enforcing the use of the full 40 char hashes in > the generated > output (notably timeline a