When I try and download a branch as a tar.gz the spinner will appear as if 
it was generating the tarball, but no tarball is ever generated so it never 
gets downlaoded.

I attach (doesn't seem to work, so uploaded here:
http://pastebin.com/7s14B9Up) my gitorious.yml with only servername and 
email address obfuscated.

In my gitorious.yml:

archive_cache_dir: "/var/www/gitorious/tarballs"
archive_work_dir: "/tmp/tarballs-work"

Nothing is in either of these directories, tarballs-work doesn't even exist.

I'm guessing my apache setup is irrelevant as the tar isn't even 
being generated, but I've installed and enabled mod-xsendfile and have in 
my apache gitorious-sll config:

        <IfModule mod_xsendfile.c>
                XSendFile on
                XSendFilePath /var/www/gitorious/tarballs
        </IfModule>

When I click the download link I was tailing the log of both apache and 
gitorious itself:

Apache (url/ip obfuscated, loglevel: warn, I also tried info but this part 
seems to be fine so it didn't reveal anything more):

1.2.3.4 - - [01/Feb/2013:15:43:24 +0000] "GET 
/omx/pycam/archive-tarball/master?format=js HTTP/1.1" 304 982 
"https://myserver.mydomain.com/omx/pycam/trees/master"; "Mozilla/5.0 (X11; 
Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 
Safari/537.11"

Gitorious logs nothing at all when I try this. Periodically it says the 
following, but it does it whether or not I've got an active web-page 
polling for the download.

Rails available: Adding dispatcher prepare callback.

gitorious processes:

git      11810  1.0  0.3 290456 119820 ?       S    15:41   0:03 Passenger 
ApplicationSpawner: /var/www/gitorious                                     
                                                                       
git      11852  0.0  0.3 293036 118456 ?       S    15:42   0:00 Rails: 
/var/www/gitorious                                                         
                                                                          
git      11856  0.4  0.3 298204 118804 ?       S    15:42   0:01 Rails: 
/var/www/gitorious                                                         
                                                                          
root     12366  0.0  0.0   8348   920 pts/0    S+   15:47   0:00 grep 
--color=auto gitorious
git      17628  0.0  0.0  61760 14084 ?        S     2012 100:29 
/opt/ruby-enterprise/bin/ruby /usr/local/bin/stompserver -w 
/var/www/gitorious/tmp/stomp -q file -s queue
git      17661  0.0  0.0  31396  1272 ?        S     2012  12:56 searchd 
--config /var/www/gitorious/config/ultrasphinx/production.conf
git      17679  0.1  0.3 288784 116860 ?       Sl    2012 483:34 
gitorious-poller                                                    
git      17710  0.0  0.3 279024 110420 ?       S     2012   0:00 
/opt/ruby-enterprise/bin/ruby /var/www/gitorious/script/git-daemon -d

I found a couple of threads in this group about similar problems, but I 
think I have x-sendfile configured correctly and the poller running (I'm 
unsure how to verify if it's working correctly) so I don't think this is 
the same problem.

Any help would be appreciated,

Thanks,

Douglas

-- 
-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to