Re: [gitorious] Gitorious on Windows

2011-07-25 Thread Marius Mårnes Mathiesen
On Fri, Jul 22, 2011 at 12:58 AM, Jimit Ndiaye jimitndi...@gmail.comwrote: How about on Cygwin? You may very well be able to pull it off, but it's probably going to involve a lot of pain. If you could live with having HTTP(S) replacing git:// and ssh:// access, that would be a lot easier since

Re: [gitorious] Re: Gitorious.org site

2011-07-15 Thread Marius Mårnes Mathiesen
On Fri, Jul 15, 2011 at 5:19 AM, Cam Smith c...@solidstate.com.au wrote: Seems to be the git:// server. Once I updated my remotes to point to https:// instead, I could pull updates again. Our bad. One of our servers crashed while our hosting provider was doing maintenance on it, and we had

Re: [gitorious] Best Linux for installing Gitorious

2011-07-15 Thread Marius Mårnes Mathiesen
On Fri, Jul 15, 2011 at 9:19 AM, prabhu kumar k v 2.0.1.1 prabhukumar...@gmail.com wrote: Which Linux distribution is best for installing Gitorious? and Version? Because, as i googled, i saw some people successful in Cent OS 5.5, ArchLinux and Ubuntu. We are trying in Scientific Linux 6.

Re: [gitorious] The remote end hung up unexpectedly when trying to pull to update my gitorious installation

2011-07-14 Thread Marius Mårnes Mathiesen
On Thu, Jul 14, 2011 at 7:38 PM, Drew d...@venarc.com wrote: Hey Guys, I just tried pulling the latest from git:// gitorious.org/gitorious/mainline.git and I got The remote end hung up unexpectedly. Here's my git config [remote origin] fetch = +refs/heads/*:refs/remotes/origin/*

Re: [gitorious] Gitorious Login page is not working

2011-07-12 Thread Marius Mårnes Mathiesen
On Tue, Jul 12, 2011 at 7:47 AM, prabhu kumar k v 2.0.1.1 prabhukumar...@gmail.com wrote: Hello all, I am new to Gitorious. The gitorious login page, which has HTTPS connection, is not working. It shows: SECURE CONNECTION FAILED. ssl_error_rx_record_too_long. We are using Ruby

Re: [gitorious] Re: Gitorious Login page is not working

2011-07-12 Thread Marius Mårnes Mathiesen
On Tue, Jul 12, 2011 at 9:53 AM, prabhu kumar k v 2.0.1.1 prabhukumar...@gmail.com wrote: Thank you Marius, We are using Phusion Passenger to load nginx and Gitorious Ruby application, which automatically loads application with port number 3000. Ah, okay. I suppose this means you're

Re: [gitorious] Re: Gitorious Login page is not working

2011-07-12 Thread Marius Mårnes Mathiesen
On Tue, Jul 12, 2011 at 10:53 AM, prabhu kumar k v 2.0.1.1 prabhukumar...@gmail.com wrote: Yes, exactly. We are using $passenger start -e production to start nginx, where nginx is loaded as a module. But i don't know how to make passenger to give up port 3000! The -p option is allowed only

Re: [gitorious] Installing Gitorious on Ubuntu

2011-07-11 Thread Marius Mårnes Mathiesen
On Mon, Jul 11, 2011 at 11:33 PM, craig.marvel...@gmail.com craig.marvel...@gmail.com wrote: uninitialized constant ActiveSupport::Dependencies::Mutex Which rubygems version are you using? So I'm wondering: what is the latest stable version of Gitorious? What should I be aiming to

Re: [gitorious] release checkpoints

2011-06-30 Thread Marius Mårnes Mathiesen
On Wed, Jun 29, 2011 at 7:04 PM, Mike Luu munky...@gmail.com wrote: What's the current convention for knowing when gitorious is stable enough to upgrade? I've been running an internal deployment based on f6a3129 (2010-06-01) and it's been working fine, but I'm looking forward to

Re: [gitorious] Add user with console?

2011-06-30 Thread Marius Mårnes Mathiesen
On Thu, Jun 30, 2011 at 11:04 AM, Carlos Quiros qlands.softw...@gmail.comwrote: How can I add a user with the console? Carlos, Gitorious ships with a script (script/create_admin) that lets you create an initial user with admin privileges. Once you've added this user, you should be able to use

Re: [gitorious] gitorious-crowd: status?

2011-06-30 Thread Marius Mårnes Mathiesen
On Thu, Jun 30, 2011 at 1:10 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: ** I'm still a bit worried about security implications by using OpenID as I was testing it and figured out it worked on localhost in my development environment. This means that OpenID is able to work using

Re: [gitorious] Re: Missing (?) javascript and some 404's on self hosted install

2011-06-29 Thread Marius Mårnes Mathiesen
On Tue, Jun 28, 2011 at 3:14 PM, Darren Worrall dar...@iweb.co.uk wrote: It probably is, https://gitorious.org/gitorious/mainline/blobs/master/app/views/layou... should render this on your app? Changing cache to false instead of true in this template fixes the issue. Aha! When pulling

Re: [gitorious] Proper protocol

2011-06-27 Thread Marius Mårnes Mathiesen
On Sun, Jun 26, 2011 at 10:16 AM, martin mar...@siamect.com wrote: The https solution is not mature in the same way as the ssh solution. SSH has protected Unix/Linux boxes for ages. One might argue that SSH has exposed Unix/Linux boxes to attacks, not protected them, for ages; just have a

Re: [gitorious] Proper protocol

2011-06-27 Thread Marius Mårnes Mathiesen
On Sun, Jun 26, 2011 at 7:42 PM, jarrod.rober...@gmail.com wrote: Yes, lots of people disable the HTTP support completely and only use SSH for writes and Git of read only access. This is what we do for our installation. This is very important for work flows where people should be able to

Re: [gitorious] Proper protocol

2011-06-24 Thread Marius Mårnes Mathiesen
On Fri, Jun 24, 2011 at 9:51 AM, Benjamin Podszun benjamin.pods...@gmail.com wrote: I would. The deployment of ssh is well-known and understood, and probably already exists as a way to access machines/services in a lot of shops. I trust ssh, trust the code quality and security audits.

Re: [gitorious] Re: Gitorious on RHEL 5.6, problem authenticating when using apache VHOST

2011-06-23 Thread Marius Mårnes Mathiesen
On Tue, Jun 14, 2011 at 5:51 PM, Sidhant sidhantgu...@gmail.com wrote: Oh sorry, forgot to mention. Yes I did restart the app by restarting the httpd service and rebooting the computer once. Sorry I forgot replying to this. The correct way to restart the app only is to touch tmp/restart.txt -

Re: [gitorious] mail configuration

2011-06-23 Thread Marius Mårnes Mathiesen
On Thu, Jun 16, 2011 at 11:32 AM, Yngve Inntjore Levinsen yngve.levin...@gmail.com wrote: ** A few problems here. The most significant is that I do not use https yet (dunno how to get that working?), and the default port is not gitorious. Hence I would like to replace

Re: [gitorious] Registration link fails with Action requires login

2011-06-23 Thread Marius Mårnes Mathiesen
On Thu, Jun 16, 2011 at 9:49 PM, Jacob gelb...@gmail.com wrote: Ive installed Gitorious on a CentOS 5 server and Im able to access the site locally but when I go to the login page and follow the register link (to /users/new) it failes with the message Action requires login. How do I fix this?

[gitorious] Proper protocol

2011-06-23 Thread Marius Mårnes Mathiesen
Anyone subscribed to this list will know that installing Gitorious is not for the faint of heart. There are a lot of moving parts, a lot of dependencies, and getting everything right is difficult. I really want to change this. One of the things that complicates the setup is that Gitorious is not

Re: [gitorious] Re: Gitorious on RHEL 5.6, problem authenticating when using apache VHOST

2011-06-14 Thread Marius Mårnes Mathiesen
On Tue, Jun 14, 2011 at 2:52 AM, Sidhant sidhantgu...@gmail.com wrote: Sorry to bump this, but I could really use help. I have tried a lot of different things and just stuck. I saw one warning message that git.mydomain.edu clashes with the internal GIT path or host the system uses, so I have

Re: [gitorious] No such file to load -- daemons (LoadError)

2011-06-10 Thread Marius Mårnes Mathiesen
On Fri, Jun 10, 2011 at 2:09 AM, Tizzy tz3...@gmail.com wrote: Can anyone help me with this? I'm trying to get Gitorious running on a server. So far so good, until I get to the part where I have to run all the services. Specifically, when I have to do: sudo env RAILS_ENV=production

Re: [gitorious] Installing Gitorious to CentOS 5.6 X64

2011-06-10 Thread Marius Mårnes Mathiesen
On Thu, Jun 9, 2011 at 5:31 PM, COUDER Christian christian.cou...@murex.com wrote: Yes, but raspell is not in the Gemfile. I wanted to provide a patch but I am not sure which version of raspell should be installed. Ah, interesting! We could add the raspell gem to the Gemfile, but it seems

Re: [gitorious] Merge Request Error

2011-06-09 Thread Marius Mårnes Mathiesen
On Wed, Jun 8, 2011 at 3:20 PM, Pedro Kiefer pkie...@gmail.com wrote: Not really, I have at least 1Gb of free memory (4Gb total), and more 8Gb of free swap, which should be more than enough for my small server. So I'm really clueless here. Maybe the refactoring that Christian is doing on the

[gitorious] Controlling Gitorious processes with foreman

2011-06-09 Thread Marius Mårnes Mathiesen
I just stumbled across the foreman gem (https://github.com/ddollar/foreman) yesterday, and it could potentially be quite useful for all who run their own Gitorious installations. Foreman lets you create a Procfile, a description of which services an application consists of, and then start and

Re: [gitorious] git submodule update - fatal error: Reference is not a tree

2011-06-08 Thread Marius Mårnes Mathiesen
On Fri, Jun 3, 2011 at 8:25 PM, Sushu Zhang sushu.zhang...@gmail.comwrote: Hello, Hi! I am new to Gitorious, but I feel the Gitorious is quite useful! I saw in a link that said the PowerTop 2 on Android has been released on Gitorious. So, I tried to download from it. This is the steps I

Re: [gitorious] Weird gitorious repository problem

2011-05-31 Thread Marius Mårnes Mathiesen
On Tue, May 31, 2011 at 10:35 AM, chris chrizz0...@googlemail.com wrote: Hi all, i have a problem, I don't understand. I created the repository http://git.gitorious.org/git-php/git-php.git and pushed to it. Every time i clone this repository, I only get it until the commit '9cc2cad'. But

Re: [gitorious] gitorious host not being picked up

2011-05-30 Thread Marius Mårnes Mathiesen
On Mon, May 30, 2011 at 12:13 PM, ShaneOG shane.ogr...@gmail.com wrote: Great, I've updated my merge request (154) to include that change also. S̈́weet, I've just merged this merge request, thanks a lot! Cheers, - Marius -- To post to this group, send email to gitorious@googlegroups.com To

Re: [gitorious] gitorious host not being picked up

2011-05-30 Thread Marius Mårnes Mathiesen
On Mon, May 30, 2011 at 2:09 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: How did you manage to get this character? :D I have no idea this was possible in some language! :-) No idea, it looks like something from the Balkans :-) - M -- To post to this group, send email to

Re: [gitorious] gitorious host not being picked up

2011-05-27 Thread Marius Mårnes Mathiesen
On Thu, May 26, 2011 at 12:21 PM, ShaneOG shane.ogr...@gmail.com wrote: The host is picked up correctly now for merge request emails. The HTTP prefix is still there though. If it's possible, I'd rather have that be HTTPS if use_ssl is on. I'll see if I can learn enough Ruby to hack that in

Re: [gitorious] Is app/views/sessions/_form.html.erb being used?

2011-05-27 Thread Marius Mårnes Mathiesen
On Thu, May 26, 2011 at 6:49 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: Am I missing something or the file below is not being used at all in Gitorious? app/views/sessions/_form.html.erb You seem to be correct - doesn't seem to be in use. If you remove it and the tests still

Re: [gitorious] Rails 3.1 branch rebasing

2011-05-27 Thread Marius Mårnes Mathiesen
On Thu, May 26, 2011 at 9:21 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: How did you solve the entropy issue in gitorious.org? Are you using /dev/urandom instead of /dev/random? Just curious... My feeling is that Gitorious is too slow. While Redmine, which is a complex system, has

Re: [gitorious] gitorious host not being picked up

2011-05-25 Thread Marius Mårnes Mathiesen
On Tue, May 24, 2011 at 6:25 PM, ShaneOG shane.ogr...@gmail.com wrote: Yes, the host is still incorrect in the merge request email. Ah, you should restart your poller process, that's what sends the email. The SSL cert is correct and registered with Apache with it's full chain (it's an

Re: [gitorious] Access denied or wrong repository path.......gitorious_auth.log inside

2011-05-24 Thread Marius Mårnes Mathiesen
On Tue, May 24, 2011 at 10:33 AM, HugoKuo tonyt...@gmail.com wrote: hugo@i-0092:~/projects/mumbo$ git push origin master == Gitorious: ==

Re: [gitorious] `expand_path': can't convert nil into String (TypeError) while start git-daemon

2011-05-19 Thread Marius Mårnes Mathiesen
On Thu, May 19, 2011 at 9:35 AM, HugoKuo tonyt...@gmail.com wrote: Hi guys, I almost finish the installation of Gitorious. While I excute # sudo env RAILS_ENV=production /etc/init.d/git-daemon start There's a error message as below For the record: I think this was resolved on irc

Re: [gitorious] Re: 500 internal server error

2011-05-19 Thread Marius Mårnes Mathiesen
On Thu, May 19, 2011 at 3:52 PM, Rtdp ratnadeepdeshm...@gmail.com wrote: I am also having the same problem. I installed everything with http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server So how can i rectify issue with ActiveMQ ? Tried doing above article instructions many

Re: [gitorious] Re: 500 internal server error

2011-05-19 Thread Marius Mårnes Mathiesen
On Thu, May 19, 2011 at 5:08 PM, ratnadeepdeshm...@gmail.com ratnadeepdeshm...@gmail.com wrote: But now when i create a repository i am getting exception notifier errors with following message - An exception occured in #RepositoryCreationProcessor:0x7f7a1bfd4d68 @message=

Re: [gitorious] Rails 3.1 branch rebasing

2011-05-18 Thread Marius Mårnes Mathiesen
On Mon, May 16, 2011 at 11:38 PM, Christian Johansen christ...@cjohansen.no wrote: I'm not entirely sure how to handle this either, but I do know I want to keep the rails-3.1 branch up to date in case anyone else wants to chip in. As far as I know, the branch Marius pushed today is currently

Re: [gitorious] Repository permissions

2011-05-18 Thread Marius Mårnes Mathiesen
On Tue, May 17, 2011 at 6:55 PM, Andrey Nechypurenko andreyn...@googlemail.com wrote: Hi Folks, I've got rather stupid problem and hope that somebody can help me here. I have a project https://www.gitorious.org/veter/ . Recently, I've add three repositories to it, create a team called

Re: [gitorious] Rails 3.1 branch rebasing

2011-05-18 Thread Marius Mårnes Mathiesen
On Wed, May 18, 2011 at 2:26 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: Em 18-05-2011 03:43, Marius Mårnes Mathiesen escreveu: On Mon, May 16, 2011 at 11:38 PM, Christian Johansen christ...@cjohansen.no wrote: I'm not entirely sure how to handle this either, but I do know I

Re: [gitorious] Run Gitorious(separate components) on separate machines?

2011-05-16 Thread Marius Mårnes Mathiesen
On Mon, May 16, 2011 at 4:21 PM, Jed jedbl...@gmail.com wrote: so, is it possible to install git/gitorious on separate linux instances? Well, yes ... kind of. I would lke to have the DB on a dedicated DB machine ( this seem easy enough) That's one of the easy parts. Just point the

Re: [gitorious] News Feed Not Updating

2011-05-06 Thread Marius Mårnes Mathiesen
On Thu, May 5, 2011 at 3:28 PM, ShaneOG shane.ogr...@gmail.com wrote: I've recently updated Gitorious (from a 6 month old install), and followed the Upgrade guide here http://gitorious.org/gitorious/pages/Upgrading. Since the upgrade the news feed for any repository is not updating and it

Re: [gitorious] Ubuntu Server 10.10 Error

2011-05-06 Thread Marius Mårnes Mathiesen
On Fri, May 6, 2011 at 2:36 PM, rendered ga...@rendered.co.za wrote: Using rake (0.8.7) /usr/local/lib/ruby/site_ruby/1.8/rubygems/package/tar_input.rb:223:in `finish': invalid distance code (Zlib::DataError) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package/ tar_input.rb:223:in

Re: [gitorious] Gitorious on Ubuntu

2011-05-02 Thread Marius Mårnes Mathiesen
On Sat, Apr 30, 2011 at 3:19 PM, Shoaibi iknewitalre...@gmail.com wrote: Hi, I am following http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server to install gitorious with ruby1.9 installed via rvm. When i try to create admin user i get: $ env RAILS_ENV=production ruby

Re: [gitorious] Re: Gitorious issues

2011-05-02 Thread Marius Mårnes Mathiesen
On Fri, Apr 29, 2011 at 1:02 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: So, it would be great if we could set some way that we could contribute to each other while converting Gitorious to Rails 3. Any guidelines? Rodgrido, I really appreciate your doing this. I suppose doing this

Re: [gitorious] Re: Gitorious issues

2011-04-29 Thread Marius Mårnes Mathiesen
On Fri, Apr 29, 2011 at 1:27 AM, Geir gei...@gmail.com wrote: Hi, I also encountered this issue today. Any rough eta on the fix? Are we talking about days or months? Geir, We should absolutely see Gitorious running under Rails 3 this year; any help would be much appreciated! Cheers, - Marius

Re: [gitorious] Shouldn't git-poller be restarted after log rotating?

2011-04-29 Thread Marius Mårnes Mathiesen
On Thu, Apr 28, 2011 at 6:54 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: Looking at the template doc/templates/ubuntu/gitorious-logrotate (which is similar to centos), I found: /var/www/gitorious/log/*log { missingok notifempty sharedscripts postrotate

Re: [gitorious] cannot load Java class javax.jms.MessageListener

2011-04-29 Thread Marius Mårnes Mathiesen
On Fri, Apr 29, 2011 at 11:41 AM, Nagaraj nagaraj...@gmail.com wrote: I am trying to install gitorious on TorqueBox-1.0.0CR2 when I run $jruby -S rake db:migrate rake aborted! cannot load Java class javax.jms.MessageListener Nagaraj, Gitorious still needs some work to run under JRuby, the

Re: [gitorious] cannot load Java class javax.jms.MessageListener

2011-04-29 Thread Marius Mårnes Mathiesen
On Fri, Apr 29, 2011 at 1:06 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: Maybe after upgrading Gitorious to Rails 3, since it has more priority for me. Could it be a box with beer? ;) I don't like wine very much, except for the emulator sometimes... ;) That would be *at least one*

Re: [gitorious] Merge Request Error

2011-04-28 Thread Marius Mårnes Mathiesen
in? Thanks again, - Ryan On Wed, Apr 27, 2011 at 1:20 AM, Marius Mårnes Mathiesen marius.mathie...@gmail.com wrote: On Tue, Apr 26, 2011 at 6:27 PM, Ryan Linneman rlinne...@gmail.comwrote: I've setup a private install of gitorious on ubuntu following Christians guide at http://cjohansen.no

Re: [gitorious] [PATCH] Gemfile: add net-ldap dependency

2011-04-28 Thread Marius Mårnes Mathiesen
On 04/26/2011 10:17 AM, COUDER Christian wrote: Of course this patch is to be applyed on the ldap_work_in_progress branch. I am not sending a merge request because from $work I have only http access to the outside world. I hope it is ok to send patches like this one on the list. Christian,

Re: [gitorious] Merge Request Error

2011-04-27 Thread Marius Mårnes Mathiesen
On Tue, Apr 26, 2011 at 6:27 PM, Ryan Linneman rlinne...@gmail.com wrote: I've setup a private install of gitorious on ubuntu following Christians guide at http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server. Almost everything seems to be functional now. I can seem to find

Re: [gitorious] Re: Groups not working

2011-04-26 Thread Marius Mårnes Mathiesen
On Tue, Apr 26, 2011 at 4:33 AM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: This mege request should fix this issue: https://gitorious.org/gitorious/mainline/merge_requests/2229 Thanks, Rodrigo, I just merged this. Cheers, - Marius -- To post to this group, send email to

Re: [gitorious] Re: https push on a private gitorious server

2011-04-25 Thread Marius Mårnes Mathiesen
On Fri, Apr 22, 2011 at 4:47 PM, Simon Chopin chopin.si...@googlemail.comwrote: It seems that there is a project to rewrite this in Ruby using Rack. I am not sure wether it is mature enough, but it might be worth to chek it out : https://github.com/schacon/grack Grack is nice, but I don't

Re: [gitorious] Best OS for Gitorious

2011-04-21 Thread Marius Mårnes Mathiesen
On Wed, Apr 20, 2011 at 7:20 PM, Joyce Babu jo...@joycebabu.com wrote: Which is the most supported / best OS for a painless Gitorious installation? Joyce, Although my primary choice probably wouldn't be Ubuntu, I think Christian's install guide for Ubuntu (

Re: [gitorious] Re: https push on a private gitorious server

2011-04-19 Thread Marius Mårnes Mathiesen
On Tue, Apr 19, 2011 at 11:50 AM, Tera gigat...@gmail.com wrote: Hi all, sorry, maybe stupid question, but i've seen in this commit https://gitorious.org/gitorious/mainline/commit/68bf437169d3ba046245cab59cf7818973611a0a thent in the master branch was included this git-proxy which should

Re: Re: [gitorious] Re: [Gitorious Processor] fail in PushProcessor

2011-04-14 Thread Marius Mårnes Mathiesen
On Wed, Apr 13, 2011 at 8:49 PM, jarrod.rober...@gmail.com wrote: Thanks for the monit instructions, but the gitorious-poller script I have doesn't seem to do what the monit recipe is expecting. #!/bin/sh # # poller Startup script for Gitorious's poller # # chkconfig: - 86 15 #

Re: [gitorious] Re: Cannot administrate repository

2011-04-14 Thread Marius Mårnes Mathiesen
On Thu, Apr 14, 2011 at 10:30 AM, Paul Klingelhuber paul.klingelhu...@gmail.com wrote: ok, it really seems to have been a server-issue. msg from gitorious support: We seem to have been a little eager in our caching yesterday [blush] The only thing worse than too little caching is too much

Re: [gitorious] Private Projects / Repositories ( again )

2011-04-13 Thread Marius Mårnes Mathiesen
On Tue, Apr 12, 2011 at 10:48 PM, Jarrod Roberson jarrod.rober...@gmail.com wrote: Has anyone thought about being able to mark Projects / Repositories private anymore, I am not a Ruby person, but I can see this is a non- trival thing to add to the system as a whole. Updates to the GUI, the

Re: [gitorious] Re: git : Access denied or bad repository path

2011-04-12 Thread Marius Mårnes Mathiesen
On Tue, Apr 12, 2011 at 8:15 AM, git_usr mygitgg...@yahoo.com wrote: I can access gitorious directly via port 80, but only because I've opened this port for testing. Normally it's closed at firewall as we only allow cert auth'd traffic for server via port 443. I (and others in team) work

Re: [gitorious] Cannot administrate repository

2011-04-12 Thread Marius Mårnes Mathiesen
On Tue, Apr 12, 2011 at 2:07 PM, Sergio Moura ser...@liquidblue.com.brwrote: I seem to managed to make a mess out of my repository. I can't administrate my repository https://gitorious.org/open-ragnarok/open-ragnarok since there are no admins (no commiters. no nothing). It says i'm the

Re: [gitorious] Re: gitorious client port to use?

2011-04-11 Thread Marius Mårnes Mathiesen
On Fri, Apr 8, 2011 at 4:36 PM, moleculezz gdare...@gmail.com wrote: $ RAILS_ENV=production script/poller run Ok, so I did that, but is it normal that I cannot return to the normal command prompt? When I do ctrl+z it says: [1]+ Stopped RAILS_ENV=production script/poller

Re: [gitorious] Re: git : Access denied or bad repository path

2011-04-11 Thread Marius Mårnes Mathiesen
On Sun, Apr 10, 2011 at 5:40 AM, git_usr mygitgg...@yahoo.com wrote: Hey Marius, From searching this group... it looks like I'm getting the right response from: $ ssh git@server-ip Output: PTY allocation request failed on channel 0 Need SSH_ORIGINAL_COMMAND Connection to server-ip

Re: [gitorious] Re: git : Access denied or bad repository path

2011-04-11 Thread Marius Mårnes Mathiesen
On Mon, Apr 11, 2011 at 1:29 PM, git_usr mygitgg...@yahoo.com wrote: the curl command shows the server is replying, but it gives a: HTTP/1.1 401 Authorization Required followed by a bunch of stuff about the digest auth we are using. I have gitorious running on port 80, but it's behind pound

Re: [gitorious] Re: git : Access denied or bad repository path

2011-04-11 Thread Marius Mårnes Mathiesen
On Mon, Apr 11, 2011 at 3:39 PM, git_usr mygitgg...@yahoo.com wrote: I think I understand what you mean, but problem is apache and gitorious are using port:80. Pound listens on 443 and once it auth's client certs it lets traffic through to port 80. So you should be able to access port 80

Re: [gitorious] Re: gitorious client port to use?

2011-04-07 Thread Marius Mårnes Mathiesen
On Thu, Apr 7, 2011 at 11:40 AM, moleculezz gdare...@gmail.com wrote: Ok so I am using a different https port to connect to the site, and also when I configured SSH I used a non default port number. When I try to do a git clone, I get the following error: ssh connect to host example.com port

Re: [gitorious] Re: script/poller

2011-04-07 Thread Marius Mårnes Mathiesen
On Thu, Apr 7, 2011 at 12:03 PM, Anne anne.sch...@gmail.com wrote: I fixed this, by (as the error message sugested) using *bundle exec*. At first that didn't look like a command to me.. Good to hear you sorted it out. bundle exec will take care of setting up the dependencies correctly for

Re: [gitorious] Re: gitorious client port to use?

2011-04-07 Thread Marius Mårnes Mathiesen
On Thu, Apr 7, 2011 at 2:00 PM, moleculezz gdare...@gmail.com wrote: There was another post about the script/poller which also had a problem where it would not create the repository (get stuck at: it will be ready soon). and he ran ./script/poller run and he found some solution in the

Re: [gitorious] Re: gitorious client port to use?

2011-04-07 Thread Marius Mårnes Mathiesen
On Thu, Apr 7, 2011 at 1:49 PM, moleculezz gdare...@gmail.com wrote: First of all you should try running SSH directly to verify that you're able to connect: $ ssh -p SSH port git@host This probably means you haven't added your SSH key to your Gitorious user (~git/.ssh/authorized_keys

Re: [gitorious] Gitorious issues

2011-04-04 Thread Marius Mårnes Mathiesen
On Mon, Apr 4, 2011 at 9:26 AM, Alex Forencich alex.forenc...@gmail.comwrote: I installed Gitorious to http://ieee.ucsd.edu/gitorious several months ago. After some tweaks, I got it to work properly from the subdirectory. However, just a couple of days ago I noticed that the poller script

Re: [gitorious] Re: Gitorious issues

2011-04-04 Thread Marius Mårnes Mathiesen
On Mon, Apr 4, 2011 at 11:37 AM, Alex Forencich alex.forenc...@gmail.comwrote: Why is an ancient version of rubygems required to run gitorious? That seems rather counterintuitive The issue is that Gitorious runs with the 2.x version of Rails, and this doesn't support the newest rubygems

Re: [gitorious] Installation issue rake db:create

2011-04-01 Thread Marius Mårnes Mathiesen
On Fri, Apr 1, 2011 at 10:25 AM, moleculezz gdare...@gmail.com wrote: Hello, I am trying to install Gitorious on a debian squeeze box using the wiki installation instructions. But I got stuck at the part where I have to create the DB. When I issue the command: rake db:create I get the

Re: [gitorious] rake gems:install aborted

2011-03-28 Thread Marius Mårnes Mathiesen
On Mon, Mar 28, 2011 at 6:54 AM, Sam Simmons s...@samiconductor.com wrote: following instructions for installing Gitorious on RHEL - Installing and Setting Up Gitorious on RHEL 5http://gitorious.org/gitorious/pages/Rhel_Installation When trying to run rake gems:install I get the following

Re: [gitorious] Can't push

2011-03-21 Thread Marius Mårnes Mathiesen
On Sun, Mar 20, 2011 at 3:45 AM, Hackmac hackma...@googlemail.com wrote: When i try to set a git push origin master, i get the message: usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] [-D [bind_address:]port] [-e escape_char] [-F configfile] [-i

Re: [gitorious] Re: git-daemon:182:in `handle_cld': undefined method `exitstatus' for nil:NilClass (NoMethodError)

2011-03-17 Thread Marius Mårnes Mathiesen
On Wed, Mar 16, 2011 at 11:29 PM, Renato Isidio renato...@gmail.com wrote: I think we found the error, well, it didnt show up till now. We`ve noticed that our error always appears at the end of the log, before rotating. We`ve disabled rotation for logs just to see if error will appear again.

Re: [gitorious] Re: can create repo

2011-03-16 Thread Marius Mårnes Mathiesen
On Mon, Mar 14, 2011 at 5:55 PM, bandroid x bandro...@gmail.com wrote: one question i do have, i hate running ssh on default port 22, but changing ssh ports means giving a -o port= option i think for ssh and that wouldnt work i assume for git? You could add an entry to ~/.ssh/config with an

Re: [gitorious] notification on commit's comments

2011-03-14 Thread Marius Mårnes Mathiesen
On Mon, Mar 14, 2011 at 1:40 PM, Dani Pérez danielperezalca...@gmail.comwrote: Hi! I'm a very satisfied user of gitorious and I'm really liking how simple and beautiful it is. I really appreciate the code review feature (in the form of commit comments). Dani, Actually, I think you will be

Re: [gitorious] Add a commiter using rails console

2011-03-11 Thread Marius Mårnes Mathiesen
On Thu, Mar 10, 2011 at 7:53 PM, Renato Isidio renato...@gmail.com wrote: Its me again! it looks a simple question but I didnt find anywhere. How can we add a committer to a repository using rails console? I`ve got the repository, but I didnt find any method to do it. Is there a way? What

Re: [gitorious] Re: git-daemon:182:in `handle_cld': undefined method `exitstatus' for nil:NilClass (NoMethodError)

2011-03-07 Thread Marius Mårnes Mathiesen
On Fri, Mar 4, 2011 at 8:37 PM, Renato Isidio renato...@gmail.com wrote: PS: Inside git-daemon script, do you think if we test ( if $? is null then dont show $?.exitstatus ) could solve our problem? In fact, I think the script already does: if pid $? $children_reaped += 1

Re: [gitorious] Re: db:migrate - Mysql::Error: Unknown column 'projects.suspended_at'

2011-03-04 Thread Marius Mårnes Mathiesen
@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com -- Marius Mårnes Mathiesen Rubyist, Shortcut AS Tel.: (+47) 92 60 95 38. http://shortcut.no -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group

Re: [gitorious] Re: Shrink the size of my repository

2011-03-03 Thread Marius Mårnes Mathiesen
On Wed, Mar 2, 2011 at 9:35 PM, Jinx rob...@visualserver.org wrote: That didnt do it, same size... I assume you want to keep the history inside your local repository; otherwise you could create a shallow clone (try git help clone and look at the --depth attribute for reference). A git gc on

Re: [gitorious] Help, I can't download the whole .tar.gz file.

2011-03-01 Thread Marius Mårnes Mathiesen
On Mon, Feb 28, 2011 at 7:22 PM, Agron Selimaj as9902...@gmail.com wrote: I am trying to download http://gitorious.org/opensuse/kernel/archive-tarball/openSUSE-11.3 but I can't. The file is initially reported as 85MB but stops at about 21MB. I tried it with wget and with FireFox. Then, I

Re: [gitorious] Re: git-daemon:182:in `handle_cld': undefined method `exitstatus' for nil:NilClass (NoMethodError)

2011-03-01 Thread Marius Mårnes Mathiesen
On Mon, Feb 28, 2011 at 10:04 PM, Renato Isidio renato...@gmail.com wrote: Hi Marius, today we saw that our git-daemon was down. The message follows: /opt/gitorious/script/git-daemon:76:in `peeraddr': Transport endpoint is not connected - getpeername(2) (Errno::ENOTCONN) from

Re: [gitorious] protocol error: bad line length character

2011-02-25 Thread Marius Mårnes Mathiesen
On Thu, Feb 24, 2011 at 1:59 PM, Nicolai86 kryoko...@googlemail.com wrote: Hi there, I'm having problmes cloning/ pushing t a remote resource. To get some debug output I changed script/gitorious to work in debug mode: original_command: git-upload-pack 'mainline/mainline.git' user:

Re: [gitorious] Re: git-daemon:182:in `handle_cld': undefined method `exitstatus' for nil:NilClass (NoMethodError)

2011-02-23 Thread Marius Mårnes Mathiesen
On Wed, Feb 23, 2011 at 7:30 PM, Renato Isidio renato...@gmail.com wrote: I think, even updating it, Ill still have the problem, because nothing have changed, related to exitstatus method. Renato, Could you post the message from the error log from when this occured? The stack trace will help

Re: [gitorious] J key is hooked when in the comment field of merge

2011-02-22 Thread Marius Mårnes Mathiesen
On Mon, Feb 21, 2011 at 5:46 PM, Brandon Philips bran...@ifup.org wrote: When typing in the merge comment form the J/K keys are still hooked up to the diff up/down action which is really annoying. I don't have time at the moment to send a patch but unhooking this onFocus should be easy :)

Re: [gitorious] IDE or workbench to open the source code

2011-02-22 Thread Marius Mårnes Mathiesen
On Tue, Feb 22, 2011 at 9:28 PM, naveed naveedas...@gmail.com wrote: hi everyone ..i m new to Git and to linux..i m wondering which IDE i can use to import (or open) the source code (repository) so that it looks more easier to understand..something like visual studio in windows or eclipse..

Re: [gitorious] Gitorious mass import

2011-02-17 Thread Marius Mårnes Mathiesen
On Wed, Feb 16, 2011 at 4:34 PM, Pedro Kiefer pkie...@gmail.com wrote: Hi, I'm migrating some 300 cvs repositories to git, and I want to managed them on my local gitorious install. Migrating the cvs repos to git is really easy, but tracking them on gitorious takes a lot of my time. So, is

Re: [gitorious] Re: 2 gitorious installations on the same server writes on the same message_processing.log

2011-02-16 Thread Marius Mårnes Mathiesen
On Tue, Feb 15, 2011 at 7:43 PM, Renato Isidio renato...@gmail.com wrote: script1: GIT_POLLER='cd /opt/git1 env RAILS_ENV=production script/poller' start(){      /bin/su - git1 -c $GIT_POLLER run $@ } Renato, As I mentioned in my last post, I would not recommend having several Gitorious

Re: [gitorious] Install on Mac OS X -- issue with version_requirements

2011-02-16 Thread Marius Mårnes Mathiesen
On Tue, Feb 15, 2011 at 10:43 PM, Jacob Refstrup jacob.refst...@gmail.com wrote: Hi, I've been trying to install gitorious on Mac OS X following the instructions from here: http://www.bluequartz.net/projects/ElectronicImaging/SCMService/html/gitorious___o_s_x__setup.html When trying to do

Re: [gitorious] Install on Mac OS X -- issue with version_requirements

2011-02-16 Thread Marius Mårnes Mathiesen
On Wed, Feb 16, 2011 at 3:58 PM, Michael Jackson imikejack...@gmail.com wrote: And if you could relay those changes/fixes back to me I will update the install guide at bluequartz.net. Great stuff! Christian will be moving his Ubuntu installation guide to the Gitorious wiki later this week,

Re: [gitorious] 2 gitorious installations on the same server writes on the same message_processing.log

2011-02-15 Thread Marius Mårnes Mathiesen
On Mon, Feb 14, 2011 at 5:09 PM, Renato Isidio renato...@gmail.com wrote: /opt/ruby-enterprise/bin/ruby /opt/git1/script/git-daemon -d /opt/ruby-enterprise/bin/ruby /opt/git2/script/git-daemon -d The git-daemon script will not write to the message_processing.log file, only the processors

Re: [gitorious] Gitorious on Windows

2011-02-14 Thread Marius Mårnes Mathiesen
On Mon, Feb 14, 2011 at 11:35 AM, rendered ga...@rendered.co.za wrote: Is it possible to run Gitorious on Windows - been googling but haven't found any guides :(  Please can someone help? Hi, While it should be possible to run parts of Gitorious under Windows, there are parts that will not run

Re: [gitorious] (Debian Lenny) Administration - We are sorry but something went wrong

2011-02-14 Thread Marius Mårnes Mathiesen
On Sun, Feb 13, 2011 at 3:19 PM, daFritz s.seifrie...@gmail.com wrote: I just finished setting up gitorious on my server. All seems working fine, except when I click Administration in the top right corner I get an error: We are sorry, but something went wrong. I tried to check the logs but

Re: [gitorious] Repository browsing just died.....

2011-02-11 Thread Marius Mårnes Mathiesen
On Thu, Feb 10, 2011 at 5:02 PM, Eric Jones gig...@gmail.com wrote: tried to view a repository via the web and i get this... (can stil push and pull thought to repo) ActionView::TemplateError (/opt/gitorious/repos/ceb/d07/eb6e054da2caaeb2f9c609eaf37df0b9c3.git) on line #46 of

Re: [gitorious] Post Commit Hooks

2011-02-11 Thread Marius Mårnes Mathiesen
On Thu, Feb 10, 2011 at 5:09 PM, Eric Jones gig...@gmail.com wrote: sorry our own server... Eric, There currently isn't a UI for adding hooks to a repository, but this wiki page: http://gitorious.org/gitorious/pages/WebHooks contains information on how to add them via the console. Cheers, -

Re: [gitorious] Gitorious, Debian Squeeze Gitolite

2011-02-11 Thread Marius Mårnes Mathiesen
On Thu, Feb 10, 2011 at 6:24 PM, Larry Wapnitsky la...@kvetsch.com wrote: I have an installation of gitolite on my Debian Squeeze server.  I followed the instructions here with a few modifications (pointed the repositories directory to my gitorious repositories).  I've found two issues: 1) 

Re: [gitorious] Post Commit Hooks

2011-02-09 Thread Marius Mårnes Mathiesen
On Wed, Feb 9, 2011 at 3:53 PM, witharmshigh gig...@gmail.com wrote: How do i access the post commit hooks? i need the server to push code to a dev server when users commit to a specific branch Hi, Is this on your own server, or gitorious.org? Cheers, - Marius -- To post to this group, send

Re: [gitorious] git gc'ing all repositories destroys hardlinked clones

2011-02-08 Thread Marius Mårnes Mathiesen
On Tue, Feb 8, 2011 at 5:47 PM, Marc Guenther y...@schli.ch wrote: Well, from what I understand, if you have an alternates file in repo2, which points to repo1, than a git gc in repo2 will remove all object files which also exist in repo1. This would solve the problem in this particular

Re: [gitorious] froyo for beagleboard

2011-02-03 Thread Marius Mårnes Mathiesen
...@googlegroups.com -- Marius Mårnes Mathiesen Rubyist, Shortcut AS Tel.: (+47) 92 60 95 38. http://shortcut.no -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com

Re: [gitorious] Re: HELP unable to chdir or not a git archive

2011-02-01 Thread Marius Mårnes Mathiesen
On Tue, Feb 1, 2011 at 9:50 AM, eddie hern eddiehern88...@gmail.com wrote: I did these permissions before, and tried it again now and did not work :(. This is driving me crazy. I can imagine :-( Could you try tailing /var/log/secure on the server you're connecting to when you connect - it may

<    1   2   3   4   5   >