[fossil-users] Fwd: It's Probably Permissions

2013-06-19 Thread Doug Franklin

 Original Message 
Subject: It's Probably Permissions
Date: Sun, 16 Jun 2013 19:42:56 -0400
From: Doug Franklin 

> I'm trying for the first time to get Fossil hooked up via
> CGI with my "tame" Apache server.  [...]

So, I found the problem ...

At Richard's suggestion, I got rid of the soft links from, and removed, 
the /usr/share/fossil directory.  The only reason it existed was to 
house soft links to user repositories in directories private to the 
user.  That was to allow the Apache user to be able to serve private 
repositories without opening up user-private directory permissions.


Then I changed the cgi-bin scripts for the repositories to reference the 
user-private directories directly.  Opened up the permissions on the 
repository files.  Still the same problem (can't open the -journal 
file).  Once I gave world-write permission to the user-private directory 
housing the .fossil files, everything was hunky dory.  Now I just have 
to dink around with the groups and such to tailor that breach of the 
user-private directories.


Also, following Richard's suggestion, I tried accessing 
$SERVER/cgi-bin/$REPOSITORY/test-env, but it produced the same page that 
I got without "/test-env" on the URL.


--
Thanks,
DougF (KG4LMZ)

___
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] cloning / opening fails on WinXP SP3

2013-06-19 Thread Eduardo Morras
On Wed, 19 Jun 2013 01:25:30 -0700
Edward Berner  wrote:

> I'm surprised, but yeah, its looking that way.  I just ran the test 
> again using the same fossil binary on XP and Windows 7.  The clone 
> failed on XP but succeeded on (64 bit) Windows 7.  It also succeeds on 
> 32 bit Vista but fails on Windows 2000 (I had to use a different binary 
> on Windows 2000).
> 
> As a sanity check I served up a copy of Fossil's own repository in the 
> same way as my test repository.  All systems were able to successfully 
> clone it.

Some shoots in the dark... 

a) Can you try with antivirus disabled?
b) Can you try fossil clone URL_REPO repo.fsl ? (Note that repo.fos fits in 8+3 
filename)

> -- 
> Edward Berner
> 


---   ---
Eduardo Morras 
___
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] cloning / opening fails on WinXP SP3

2013-06-19 Thread Michai Ramakers
On 19 June 2013 10:25, Edward Berner  wrote:
>
> I'm surprised, but yeah, its looking that way.  I just ran the test again
> using the same fossil binary on XP and Windows 7.  The clone failed on XP
> but succeeded on (64 bit) Windows 7.  It also succeeds on 32 bit Vista but
> fails on Windows 2000 (I had to use a different binary on Windows 2000).
>
> As a sanity check I served up a copy of Fossil's own repository in the same
> way as my test repository.  All systems were able to successfully clone it.

That's a big help, thank you. Did you happen to also try cloning from
WinXP to the same WinXP box, using either file:// or http:// with
'fossil clone' ?

Michai
___
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] cloning / opening fails on WinXP SP3

2013-06-19 Thread Edward Berner

On 6/18/2013 7:56 PM, Richard Hipp wrote:



On Tue, Jun 18, 2013 at 10:52 PM, Edward Berner > wrote:



I was able to reproduce a similar behavior, and I think it has to
do with the size of those files.

I created a 200 MB file and a 150 MB file using dd from
/dev/arandom.  I added those to a new repository on an OpenBSD
system and was able to successfully clone it to a CentOS Linux
system but it did not successfully clone to a Windows XP SP3 system.


I was able to clone from Linux to Win8 successfully.  Do you think it 
is some kind of XP-specific problem?
I'm surprised, but yeah, its looking that way.  I just ran the test 
again using the same fossil binary on XP and Windows 7.  The clone 
failed on XP but succeeded on (64 bit) Windows 7.  It also succeeds on 
32 bit Vista but fails on Windows 2000 (I had to use a different binary 
on Windows 2000).


As a sanity check I served up a copy of Fossil's own repository in the 
same way as my test repository.  All systems were able to successfully 
clone it.


That's all for now.

--
Edward Berner

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