[gitorious] Re: /opt/gitorious/script/git-daemon:76:in `peeraddr': Transport endpoint is not connected - getpeername(2) (Errno::ENOTCONN)

2010-10-19 Thread shin938
If you don't have the time to figure out why git-daemon quits every now and then you should use something like monit to control the gitorious daemons. we use monit and it keeps all daemons running and restarts them when they crash including the poller,ultrasphinx and activemq, I can't see a

[gitorious] Re: HTTP vs HTTPS trouble

2010-08-23 Thread shin938
one thing you can do: find the file: vendor/plugins/ssl_requirement/lib/ssl_requirement.rb find the methods ssl_required? and ssl_allowed? , strip all code or comment it and return always true, like this: def ssl_required? true # required =

[gitorious] Re: HTTP vs HTTPS trouble

2010-08-22 Thread shin938
I was wondering about the same issue, I'm pretty sure gitorious redirect https to http except for privacy related pages like login ,register, account details and messages. didn't really investigate more on that because at the end my setup is that the site is publicly viewable and anyone can clone

[gitorious] securing gitorious site with http authentication

2010-08-17 Thread shin938
Hi all I wanted to secure gitorious site with http basic or digest authentication but I discovered its not so easy because gitorious is calling itself over http using the gitorious_client_host in gitorious.yml. actually I figured it our only after uncommenting some debug lines in client.rb. my

[gitorious] Re: securing gitorious site with http authentication

2010-08-17 Thread shin938
Thanks. I'll try that. On Aug 17, 12:45 pm, Benjamin Podszun benjamin.pods...@gmail.com wrote: Hi. On Tue, Aug 17, 2010 at 10:37 AM, shin938 sha...@tikalk.com wrote: Hi all I wanted to secure gitorious site with http basic or digest authentication but I discovered its not so easy because

[gitorious] Re: securing gitorious site with http authentication

2010-08-17 Thread shin938
Require valid-user Order deny,allow Deny from all Allow from 127.0.0.1 Satisfy Any /Directory On Aug 17, 12:45 pm, Benjamin Podszun benjamin.pods...@gmail.com wrote: Hi. On Tue, Aug 17, 2010 at 10:37 AM, shin938 sha...@tikalk.com wrote: Hi

[gitorious] Re: I get error message when I run script/poller

2010-08-05 Thread shin938
maybe this will also help: http://groups.google.com/group/gitorious/browse_thread/thread/81ab8600b958a7/bfef2da895440308?lnk=gstq=activemq#bfef2da895440308 On Jul 21, 12:25 am, hydrozen hydro...@gmail.com wrote: Hi there, I am trying to install gitorious on a ubuntu server. I followed the

[gitorious] Re: Correct URL for stomp - activemq

2010-07-24 Thread shin938
, 2010 at 8:30 PM, shin938 sha...@tikalk.com wrote: This is how I installed activemq a few days ago and it works great for me, its a snippet from a guide I wrote, There nothing to configure in broker.rb - if using a different activemq version check its docs. - disable multicasting if its

[gitorious] Re: post-receive error on push

2010-07-16 Thread shin938
OK, My ruby knowledge is zero, but I replaced json_pure 1.4.3 with 1.2.3 and the problem disapeared, I hope its a good solution. On Jul 17, 12:15 am, shin938 sha...@tikalk.com wrote: Hi I got almost a running gitorious on centos with ruby 1.9, when pushing i get the following message, I can