[gitorious] Re: Error when adding ssh-key...

2009-05-12 Thread Marius Mårnes Mathiesen
ployed the fix. Enjoy the new Gitorious! Vennlig hilsen/Best regards Marius Mårnes Mathiesen +47 92 60 95 38 http://shortcut.no/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To pos

[gitorious] Re: Upgrading to the new gitorious

2009-05-13 Thread Marius Mårnes Mathiesen
Thomas, Thanks for a great writeup, this will probably be useful for other folks upgrading/installing Gitorious on their own systems. I've added a few comments below. On 13. mai. 2009, at 22.51, Thomas wrote: > - You need memcached installed (aptitude install memcached) If you don't want t

[gitorious] Re: Upgrading to the new gitorious

2009-05-14 Thread Marius Mårnes Mathiesen
On 14. mai. 2009, at 09.31, Thomas Schamm wrote: > Actually, I installed rake 0.8.5 yesterday, but I had rake 0.8.1 > installed as debian-package too. I removed the package and now the > migrate works fine. Deactivating SSL & memcached both works fine > too, but I still can't create new ses

[gitorious] Re: undefined method `[]' for nil:NilClass

2009-05-18 Thread Marius Mårnes Mathiesen
On 18. mai. 2009, at 05.03, prlawrence wrote: > I thought it looked suspicious that the development and production > sections of gitorious.yml were empty, so I copied the contents of the > test section (which I had filled out per the recipe) into the > production section. So now your gitorious.y

[gitorious] Re: Install problems

2009-05-19 Thread Marius Mårnes Mathiesen
On 18. mai. 2009, at 20.41, Naga wrote: > Any further wisdom to share? Actually, I suspect this is a cookie issue, since it seems your login technically works: > User Update (0.4ms) UPDATE `users` SET `updated_at` = '2009-05-18 > 18:32:19', `remember_token_expires_at` = '2009-06-01 18:32:19

[gitorious] Re: Gitorious should accept ssh keys with comments

2009-05-19 Thread Marius Mårnes Mathiesen
On 19. mai. 2009, at 07.21, Andres Mejia wrote: > I tried adding my key which has a comment at the end. It's of the > form, > ssh-algorithm base64-content y...@somehost 'some comment'. > > I kept getting the 'Key invalid' message. I was able to add my key by > removing the comment portion, and I

[gitorious] Re: No tasks created

2009-05-19 Thread Marius Mårnes Mathiesen
On 18. mai. 2009, at 22.04, Scyllinice wrote: > When I try to create a repository, no task is ever created in the > database. In fact, no tasks are ever created. What do you suspect is > wrong? User account and project creation work as expected. SSH keys > can be uploaded, but I don't think they e

[gitorious] Re: Project renaming?

2009-05-19 Thread Marius Mårnes Mathiesen
Nolan, On 15. mai. 2009, at 16.03, Nolan Darilek wrote: > I know that the Gitorious relaunch has been fairly recent, so > hopefully > these features are planned, but they are ones I've found myself > needing > even at this early stage so I thought I'd post. > > Are there plans for project ren

[gitorious] Re: No tasks created

2009-05-19 Thread Marius Mårnes Mathiesen
On 19. mai. 2009, at 14.45, Scyllinice wrote: > However, the poller script doesn't run. I tell it to start but nothing > happens. If I run poller.rb directly, it will run and process messages > fine. So in my case, the daemonization of that script isn't working. > Any clues there? Ah, okay. So yo

[gitorious] Re: No tasks created

2009-05-19 Thread Marius Mårnes Mathiesen
On 19. mai. 2009, at 16.52, Scyllinice wrote: > Those files never get created. The pids directory is not there as well That *could* explain it, would you try creating the directory /tmp/pids ? Regards, - Marius --~--~-~--~~~---~--~~ You received this message

[gitorious] Re: Mysql::Error: MySQL server has gone away

2009-05-20 Thread Marius Mårnes Mathiesen
On 20. mai. 2009, at 08.45, Thomas wrote: > my message-processing doesn't work anymore, and i have no clue, what's > the problem. I have installed libmysql-client-dev and gem mysql 2.7. > > ActiveRecord::StatementInvalid: Mysql::Error: MySQL server has gone > away: SELECT * FROM `repositories` WH

[gitorious] Re: [ANNOUNCE] Brand new improved gitorious.org!

2009-05-20 Thread Marius Mårnes Mathiesen
On 19. mai. 2009, at 21.13, David Ellis wrote: > ... is localhost not okay? I also tried a valid external name for my > box, but same behavior in that case. I would be glad for any advice > (or patch/fix, if it's not just that I'm a dodohead). The problem is probably that config/gitorious.yml no

[gitorious] Re: Poller not running tasks

2009-05-20 Thread Marius Mårnes Mathiesen
On 20. mai. 2009, at 21.21, eclemm...@whitefence.com wrote: > > When calling "./script/poller start", the only output in "tmp/pids/ > poller.output" is: >>> /var/www/gitorious/config/environment.rb:99: warning: already >>> initialized constant CA_FILE >>> /var/www/gitorious/app/metal/git_http_c

[gitorious] Re: Lots of error on rake test

2009-05-21 Thread Marius Mårnes Mathiesen
On 21. mai. 2009, at 21.35, Nagatoro wrote: > when running rake test I get >200 errors/failures, is this normal? No, we don't push code that breaks the tests, there's probably something else that's wrong. Regards, - Marius --~--~-~--~~~---~--~~ You received t

[gitorious] Re: Lots of error on rake test

2009-05-21 Thread Marius Mårnes Mathiesen
On 22. mai. 2009, at 06.12, Nagatoro wrote: > That is great news, a project that actually cares about testing! :-) > Does anyone know what that my errors might be caused by? I've > uploaded the > result for "rake test" to: http://www.nyblom.org/pub/gitorious- > test.log Wow, that's quite so

[gitorious] Re: Lots of error on rake test

2009-05-24 Thread Marius Mårnes Mathiesen
On 24. mai. 2009, at 11.02, Naga wrote: > Hi, > > on a whim I'm trying to get it going under ruby-1.9 but I seem to get: Yes, that's due to differences in 1.9's Test::Unit. There's a test- unit gem for 1.9, install that one and you should be good to go. Also, there may be some gems currently

[gitorious] Re: Lots of error on rake test

2009-05-25 Thread Marius Mårnes Mathiesen
On 22. mai. 2009, at 14.38, Nagatoro wrote: > These are the different programs/gems that I can think of: This is, in fact, a little strange. I had a look at some of the test failures and simply don't understand how these tests fail in your environment. For instance, failure #10 in your log,

[gitorious] Re: Socket error 111 trying to clone https://gitorious.org/qt/qt.git

2009-05-26 Thread Marius Mårnes Mathiesen
On 25. mai. 2009, at 20.25, Paulo Carvalho wrote: > Greetings, > > The command "git clone https://gitorious.org/qt/qt.git"; fails with > > fatal: https://gitorious.org/qt/qt.git/info/refs download error - > socket error: 111 > > error. > > With http:// happens the same and git:// gets blocked by

[gitorious] Re: Lots of error on rake test

2009-05-26 Thread Marius Mårnes Mathiesen
On 25. mai. 2009, at 21.06, Nagatoro wrote: > > Hi, > > Slowly getting there... > > Now for messaging... (never ending story this :() > > I cannot get activemessageing to work this time error message at: > http://www.nyblom.org/pub/gitorious-test.log Naga, Did you install&start a Messaging serve

[gitorious] Re: Socket error 111 trying to clone https://gitorious.org/qt/qt.git

2009-05-26 Thread Marius Mårnes Mathiesen
On 26. mai. 2009, at 14.14, Paulo Carvalho wrote: > Should I configure proxy in git? If so, then how can I set proxy > server with git? Sorry, I didn't realize you're behind a proxy. There are several ways to have Git use a HTTP proxy: - By setting the $http_proxy environment variable to the

[gitorious] Re: Unable to create Users.

2009-05-26 Thread Marius Mårnes Mathiesen
On 27. mai. 2009, at 05.10, Telmo wrote: > As you can see I don't get any error, just a false return from the > User.save. Has anyone encountered a similar issue? There are two methods for saving a record in Rails: #save, which returns whether it was saved and #save! which raises an error if i

[gitorious] Re: Unable to create Users.

2009-05-27 Thread Marius Mårnes Mathiesen
On 27. mai. 2009, at 14.49, Telmo wrote: > I gave that a try, however I seem to be having some issues with > ActiveRecord (btw, the user model doesn't seem to have a Terms of Use > must be accepted). > I am replicating the steps that script/create_admin uses, is this > script out of date? Yes,

[gitorious] Re: My proxy requires authentication, how can I use gitorious with it?

2009-05-27 Thread Marius Mårnes Mathiesen
On 27. mai. 2009, at 22.57, Paulo Carvalho wrote: >When I try to clone a repository, I get error 407 (authentication > failed). How can I pass login and password to git so it can get > through the proxy? Paulo, Git supports entering both username/password and port (regarding your other po

[gitorious] Re: How to setup http clone access

2009-05-27 Thread Marius Mårnes Mathiesen
On 27. mai. 2009, at 18.25, Thomas wrote: > we don't get our http:// clone link running on our private gitorious > installation. As the repository path is hashed, we have to tell apache > that git-daemon should accept git.myserver.com queries. Ah, this is a little involved, should probably be in

[gitorious] Re: My proxy requires authentication, how can I use gitorious with it?

2009-05-29 Thread Marius Mårnes Mathiesen
On 28. mai. 2009, at 18.04, Paulo Carvalho wrote: > Thanks very much for the concern, but I fear having my username and > password in clear text recorded in user histories, server logs, etc. > is out of the question. Here in my environment, the login/password > pair is global, thus, someone rea

[gitorious] Re: "This repository is being created..."

2009-05-29 Thread Marius Mårnes Mathiesen
On 29. mai. 2009, at 19.06, prlawrence wrote: > I am very confused. We saw that when I created the repository > something appeared in the development.log file. So why are these in > the production database? Why do I even have to have a test, dev, and > prod database? I don't want to develop g

[gitorious] Re: "This repository is being created..."

2009-05-29 Thread Marius Mårnes Mathiesen
On 29. mai. 2009, at 19.06, prlawrence wrote: > I am very confused. We saw that when I created the repository > something appeared in the development.log file. So why are these in > the production database? Why do I even have to have a test, dev, and > prod database? I don't want to develop g

[gitorious] Re: RAILS_ENV=production rake db:reset ?

2009-05-29 Thread Marius Mårnes Mathiesen
On 30. mai. 2009, at 03.59, prlawrence wrote: > Will RAILS_ENV=production rake db:reset get me back to square one, > where I want to be? Yes, it should. Running rake -T db (show tasks containing "db" in the task name) displays this: rake db:reset Drops and recreates the database from

[gitorious] Re: Mysql::Error: MySQL server has gone away

2009-06-01 Thread Marius Mårnes Mathiesen
On 1. juni. 2009, at 07.20, Ram wrote: > > Hi Marius, > > I am having the same problem with a couple of daemons im running. It > not only causes the MySql server to 'go away' for the daemons but it > also brings down all of my apps running on the server with the error > > cannot connect to MySql

[gitorious] Re: POSTing new team does not work

2009-06-02 Thread Marius Mårnes Mathiesen
Phil, On 30. mai. 2009, at 23.41, prlawrence wrote: > I can create users, projects, and repos. Trying to create a new team > does nothing, however. > > I see the POST in my httpd/access_log: > nnn.nn.n.nn - - [30/May/2009:16:30:25 -0500] "POST /teams HTTP/1.1" > 200 2721 "http://gitorious.domainna

[gitorious] Re: My proxy requires authentication, how can I use gitorious with it?

2009-06-02 Thread Marius Mårnes Mathiesen
On 29. mai. 2009, at 19.18, Paulo Carvalho wrote: > Thanks, Marius. How can I "use SSL certificates for authenticating > towards the proxy"? I have no idea... What you would be looking for is whether the proxy server you're behind supports authentication with SSL certificates instead of us

[gitorious] Re: Getting started

2009-06-02 Thread Marius Mårnes Mathiesen
On 3. juni. 2009, at 05.44, prlawrence wrote: > > On Jun 2, 6:30 pm, FokkerCharlie > wrote: >> Hi all >> >> I am a contributor to the FlightGear flight sim project, and I see >> that other contributors are using gitorious for their sub-projects. >> >> Is there an idiot's / getting started guide

[gitorious] Re: POSTing new team does not work

2009-06-03 Thread Marius Mårnes Mathiesen
On 3. juni. 2009, at 05.47, prlawrence wrote: > In the meantime, is there a way I can create teams from the command > line? Some sort of rake command or somesuch? That would at least get > me ready to demo the tool even if I didn't figure out the team > creation page problem yet. Sure! Rails

[gitorious] Re: POSTing new team does not work

2009-06-03 Thread Marius Mårnes Mathiesen
On 3. juni. 2009, at 05.39, prlawrence wrote: > Now I enter 'barteam' as the team name, and "Team Bar" as the team > description. I don't add a team image. I click the create team > button: > nnn.nn.n.nn - - [02/Jun/2009:22:27:08 -0500] "POST /teams HTTP/1.1" > 200 2695 "http://gitorious.domain

[gitorious] Re: Getting started

2009-06-03 Thread Marius Mårnes Mathiesen
On 3. juni. 2009, at 21.08, FokkerCharlie wrote: > What I'd like to do is to make a repository of the latest and greatest > aircraft model, that is possible for anyone to download from, and from > select users to push files to. > > Is that possible here? Sure, that's what Gitorious is all about

[gitorious] Re: POSTing new team does not work

2009-06-04 Thread Marius Mårnes Mathiesen
On 4. juni. 2009, at 06.51, prlawrence wrote: > Processing MembershipsController#create (for nnn.nn.n.nn at 2009-06-03 > 23:46:25) [POST] > Parameters: {"user"=>{"login"=>"plawrence"}, "commit"=>"Save > changes", "group_id"=>"entapps"} > > NoMethodError (undefined method `[]' for nil:NilClass):

[gitorious] Re: Redirect back to configurable URL path?

2009-06-04 Thread Marius Mårnes Mathiesen
On 3. juni. 2009, at 19.06, Steve Hajducko wrote: > > We installed gitorious on a system where we have several other rails > apps running and I've got it running in a mongrel+apache setup with > mod_proxy. > > The problem we're running into is that we run the app as > http://host.example.com/git/

[gitorious] Re: script/poller:12:in `require': no such file to load -- daemons (LoadError)

2009-06-06 Thread Marius Mårnes Mathiesen
On 7. juni. 2009, at 04.53, Martin Pettersson wrote: > g...@matacilt:/var/www/gitorious$ RAILS_ENV=production script/poller > script/poller:12:in `require': no such file to load -- daemons > (LoadError) > from script/poller:12:in `' Daemons is a Ruby gem, installed with: [sudo] gem i

[gitorious] Re: Server install

2009-06-08 Thread Marius Mårnes Mathiesen
On 7. juni. 2009, at 17.22, Martin Pettersson wrote: > I reached quite far. Congratulations! > I can create users and project and log in but it works in Konqueror > but not in Firefox. I can add ssh keys. > > When I log in using Firefox I get returned to the front page. In > Konqueror it wo

[gitorious] Re: Server install

2009-06-10 Thread Marius Mårnes Mathiesen
Martin, On 10. juni. 2009, at 17.52, Martin Pettersson wrote: > Dear All > it' getting closer... :) > but... > I still cannot log in using firefox...it works with konqueror but > when I try to look at my profile I get "This user profile is not > public" Ah, okay, this means the user account

[gitorious] Re: network graph

2009-06-12 Thread Marius Mårnes Mathiesen
On 12. juni. 2009, at 03.41, Bruno Bigras wrote: > Hi, > > Are you planning to implement an equivalent of the Github's network > graph? > > While we can live without it, it would be a very nice feature to have. > Being done with something like canvas instead of Flash could be great > too. Bruno,

[gitorious] Re: Server install

2009-06-12 Thread Marius Mårnes Mathiesen
On 11. juni. 2009, at 17.50, Martin Pettersson wrote: > I'm trying to use smtp... > I get a message "A password confirmation link has been sent to your > email address" but nothing arrives... Can I log the dialog between > the smtp and the actionmailer? Setting action_mailer.raise_delivery_e

[gitorious] Re: http and git protocol

2009-06-15 Thread Marius Mårnes Mathiesen
On 15. juni. 2009, at 14.07, Martin Pettersson wrote: > Hi > I have installed Gitorious on two computers and I have the same > problem on both. > http clones doesn't work: > http://localhost/test3/mine.git/info/refs not found: did you run git > update-server-info on the server Martin, You jus

[gitorious] Re: http and git protocol

2009-06-15 Thread Marius Mårnes Mathiesen
On 15. juni. 2009, at 14.26, Martin Pettersson wrote: > Thanks > Sorry I should have mentioned that I did read the > http://groups.google.com/group/gitorious/browse_thread/thread/a77ae4c391a5c61c/1e5b56d1fa613ab6 > and I did install the x-sendfile module on Apache2 Sorry for assuming you didn't :

[gitorious] Re: Capfile for setting up gitorious

2009-06-15 Thread Marius Mårnes Mathiesen
On 15. juni. 2009, at 14.37, Shakthi Kannan wrote: > I would like to know as to where I can find the Capfile for deploying > gitorious on Fedora. The README mentions the same: > http://gitorious.org/gitorious/mainline/blobs/master/README#line264 Shakti, The deployment recipes really depend on th

[gitorious] Re: Installing Gitorious without Ruby Enterprise

2009-06-17 Thread Marius Mårnes Mathiesen
On 17. juni. 2009, at 09.26, Makistos wrote: > undefined method `[]' for nil:NilClass Ah, this is most probably because your config/gitorious.yml does not have the correct format. This file, like config/database.yml, should have a section for each Rails environment you'll be using, which mea

[gitorious] Re: Installing Gitorious without Ruby Enterprise

2009-06-17 Thread Marius Mårnes Mathiesen
On 17. juni. 2009, at 10.39, Makistos wrote: > Yup, that did the trick, but next error is > > ** Invoke db:schema:dump (first_time) > ** Invoke environment > ** Execute db:schema:dump > rake aborted! > undefined method `reenable' for Makistos, It seems your Rake installation is a bit dated, you

[gitorious] Re: how to fix this error?

2009-07-03 Thread Marius Mårnes Mathiesen
yaml file is wrong? If you run script/console and enter: puts GitoriousConfig['gitorious_host'] you should see which value Gitorious reads from the YAML file. -- Marius Mårnes Mathiesen Rubyist, Shortcut AS Tel.: (+47) 92 60 95 38. http://shortcut.no --~--~-~--~~-

[gitorious] Re: how to fix this error?

2009-07-08 Thread Marius Mårnes Mathiesen
On Fri, Jul 3, 2009 at 3:21 AM, Buyaka wrote: > > i'm using Passenger2.2.4 with Apache2.0 and Gitorious on the ubuntu > machine, in my local network. > > Gitirous settings: > repository_base_path: /srv/git_repositories > gitorious_host: www.gits.bnt > gitorious_client_port: 80 >

[gitorious] Re: "This repository is being created..."

2009-07-14 Thread Marius Mårnes Mathiesen
On Wed, Jul 15, 2009 at 4:58 AM, Felipe Hummel wrote: > > Hi, sorrying for bringing back an old topic. > > But I'm having the same problem. > The message: > "This repository is being created, > it will be ready pretty soon…" > Keeps showing forever. > If I set "ready" attribute in the repository t

[gitorious] Re: Not receiving user registration email

2009-07-14 Thread Marius Mårnes Mathiesen
On Wed, Jul 15, 2009 at 5:19 AM, mka wrote: > > Hi, > > I have installed Gitorious on solaris 10 which has working postfix > MTA. but I am not receiving user registration email. I have check > postfix logs. nothing appears in postfix logs when a user registers. > > - which config file/section s

[gitorious] Re: application.html.erb:27: syntax error

2009-07-15 Thread Marius Mårnes Mathiesen
On Tue, Jul 14, 2009 at 11:08 PM, khroma wrote: > > Hi, Thomas. > > I changed is_gitorious_dot_org to false, and now gitorious works! > Thanks a lot. For the record: this is an issue with running Gitorious on Ruby 1.8 with the above mentioned setting set to true - which implies your site is act

[gitorious] Re: merge request showing wrong commits

2009-07-16 Thread Marius Mårnes Mathiesen
Brenda, First of all: thanks for a very thorough explanation of the bug, this was a great help in resolving the issue! As Johan mentioned on the blog yesterday ( http://blog.gitorious.org/2009/07/15/new-merge-request-functionality/) the merge requests have undergone some substantial changes lately

[gitorious] Re: can the old Clone point to the latest source.

2009-08-19 Thread Marius Mårnes Mathiesen
On Tue, Aug 18, 2009 at 5:31 PM, dharsh wrote: > I had created a team clone of QT 1 month ago and had made some changes > in the source code. Now,i want to use the same clone for some further > updation,But the code is not the latest code.Is their a way that the > earlier created clone can point

[gitorious] Re: License permission

2009-08-19 Thread Marius Mårnes Mathiesen
On Thu, Aug 13, 2009 at 6:26 PM, dilomo wrote: > > Can I use the Creative Commons 3.0 No-Commercial, Share-Alike, > Attribution license for a gtk theme project in Gitorious? > Gitorious doesn't restrict what license you choose for your project, just choose the one from the list that best fits y

[gitorious] Re: rake db:migrate fails

2009-08-26 Thread Marius Mårnes Mathiesen
) - but it should be newer than 0.8.7. -- Marius Mårnes Mathiesen Rubyist, Shortcut AS Tel.: (+47) 92 60 95 38. http://shortcut.no --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To pos

[gitorious] Re: rake db:migrate fails

2009-08-26 Thread Marius Mårnes Mathiesen
On Wed, Aug 26, 2009 at 2:42 PM, Ramprasad G wrote: > > I tried all the steps but I am able to install rake-0.8.7 only,Is > there a way to upgrade it otherwise? It appears to be a rake on Jaunty issue it seems, 0.8.7 should be the newest Rake. You could try installing from source: http://gith

[gitorious] Re: Problems adding public keys on own installation

2009-09-03 Thread Marius Mårnes Mathiesen
On Wed, Sep 2, 2009 at 3:44 PM, alexanderdav wrote: > > Hi everyone! > > When i try to add my pub key in gitorious I get this error: > > 1 error prohibited this ssh key from being saved > There were problems with the following fields: > Key is not recognized is a valid public key > Johan recently

[gitorious] Re: download as tar.gz not working

2009-09-29 Thread Marius Mårnes Mathiesen
On Tue, Sep 29, 2009 at 9:38 AM, khroma wrote: > The requested tarball seems to be created in the /home/web/gitorious/ > public/tarball-cache/, that is in my gitorious.yml configuration. > Permissions for the taball-work and tarball-cache are ok. > The way this works is that when the tarball is

[gitorious] Re: download as tar.gz not working

2009-09-30 Thread Marius Mårnes Mathiesen
bout how to get it working. -- Marius Mårnes Mathiesen Rubyist, Shortcut AS Tel.: (+47) 92 60 95 38. http://shortcut.no --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to

[gitorious] Re: Undoing changes in GIT

2009-09-30 Thread Marius Mårnes Mathiesen
Mercenary On Wed, Sep 30, 2009 at 11:53 AM, Mercenary wrote: > I am trying out git right now on windows(msysGIT) and I think it is a > great VC system but it can be tedious to use at times. Say that I > want to undo a change to a file, to which had already committed to. My > understanding is t

[gitorious] Re: A new feature needs a test

2009-10-01 Thread Marius Mårnes Mathiesen
Gudleik, On Thu, Oct 1, 2009 at 6:57 PM, gudleik wrote: > I've created a GemBuilder-hook (called by the PushEventProcessor) for > Gitorious that automatically builds a gem if the repository has > a .gemspec file. > Wow, great stuff! You should probably have a look at the web-hooks branch of Git

[gitorious] Re: Struggling to setup a local gitorious server

2009-10-08 Thread Marius Mårnes Mathiesen
On Thu, Oct 8, 2009 at 8:12 AM, SWoods wrote: > > a) When I view my installation via firefox on a different machine the > default avatars are not displaying - don't really understand that one! > If you right-click one of the avatars and choose "View Image" or equivalent: what URL is the image poi

[gitorious] Re: Struggling to setup a local gitorious server

2009-10-08 Thread Marius Mårnes Mathiesen
On Thu, Oct 8, 2009 at 12:41 PM, SWoods wrote: > Ah, yes ... it is pointing to git.local which explains why it works on > the local machine and not remotely. I'm sorry, but could you explain > what I need to do to get it to refer to the remote gitorious. Gitorious will render a Gravatar image UR

Re: [gitorious] Infinite redirect at /login

2009-11-12 Thread Marius Mårnes Mathiesen
ou should make sure this header is only set when a request is in fact made over SSL. I don't know if you need to server{} blocks in your Nginx config to achieve this or if there's a conditional that does it, your Nginx skills are probably a lot better than mine. HTH, Marius

Re: [gitorious] two gitorious installation on the same host

2009-12-09 Thread Marius Mårnes Mathiesen
installation, and not the new port (9518) that I > have specified. I must have missed something... but so far I couldn't > solve this issue. > Gus, You will probably need two IP addresses on your server for this to work - and then set the two git daemons up to listen to one port eac

Re: [gitorious] two gitorious installation on the same host

2009-12-09 Thread Marius Mårnes Mathiesen
On Wed, Dec 9, 2009 at 3:22 PM, Gustavo Soares wrote: > ok, one thing that I haven't mentioned is that I am using apache + > mod_passenger with two virtual hosts, each for a gitorious installation. > Okay. That shouldn't have any effect on the Git daemon though, as this is not run within Apache.

Re: [gitorious] Message notification mails don't adhere to the configuration

2010-01-04 Thread Marius Mårnes Mathiesen
On Wed, Dec 30, 2009 at 5:03 PM, Benjamin Podszun < benjamin.pods...@gmail.com> wrote: > Now - it obviously works now, but I'm sure I did something very nasty > here. What would be the _right_ way to configure the smtp settings for > the poller script/the message_forwarding_processor.rb? > Ben, F

Re: [gitorious] Backup / restore strategies for custom gitorious instances

2010-01-04 Thread Marius Mårnes Mathiesen
On Wed, Dec 30, 2009 at 5:09 PM, Benjamin Podszun < benjamin.pods...@gmail.com> wrote: > What I want to know: How do you backup the whole stack? > > I could easily drop nightly pulls for each repository on a tape. > I could easily backup the database the same way. > That should be sufficient, jus

Re: [gitorious] Can't clone my own project

2010-01-04 Thread Marius Mårnes Mathiesen
On Tue, Dec 29, 2009 at 12:48 AM, Evan Prodromou wrote: > I'm evan on gitorious.org. > Hi, Evan! > I can't create a clone on Gitorious for http://gitorious.org/statusnet. > Is that by design? Or am I crazy? > On the statusnet -> mainline repository page ( http://gitorious.org/statusnet/mainlin

Re: [gitorious] Is there a way to check out different commits?

2010-01-04 Thread Marius Mårnes Mathiesen
Rayhan, On Tue, Jan 5, 2010 at 6:09 AM, RAYHAN MUKTADER wrote: > I was wondering if there is way to to checkout and test different > commits without destroying the new commits. > > I've always used RCS and I've gotten used to doing that. > Yes, you can do exactly that, simply by checking out tha

Re: [gitorious] TemplateError on app/views/repositories/_overview.html.erb

2010-01-04 Thread Marius Mårnes Mathiesen
Harun, On Mon, Jan 4, 2010 at 8:09 PM, haruny wrote: > 1) ActionView::TemplateError (/var/www/html/gitorious/repositories/ > 900/6f2/e765fdefa082fa53920777ea77c995937f.git) on line #70 of app/ > views/repositories/_overvie > w.html.erb: > OR > 2)Grit::NoSuchPathError (/var/www/html/gitorious/repo

Re: [gitorious] TemplateError on app/views/repositories/_overview.html.erb

2010-01-05 Thread Marius Mårnes Mathiesen
On Tue, Jan 5, 2010 at 9:53 AM, Benjamin Podszun wrote: > Being new and ignorant doesn't stop me from posting.. :) > Your posting is very appreciated, Ben, thanks! > Marius: Could this be a fallback/default path, if no repository path > is specified? > Nice catch! In fact, if I remove this li

Re: [gitorious] Message notification mails don't adhere to the configuration

2010-01-05 Thread Marius Mårnes Mathiesen
On Mon, Jan 4, 2010 at 3:18 PM, Benjamin Podszun wrote: > On Mon, Jan 4, 2010 at 2:59 PM, Benjamin Podszun > wrote: > So that _looks_ good, but again: It seems that this doesn't use the > settings defined in environments/production.rb for me. I can see that > boot.rb includes environment.rb as w

Re: [gitorious] Message notification mails don't adhere to the configuration

2010-01-05 Thread Marius Mårnes Mathiesen
On Tue, Jan 5, 2010 at 11:14 AM, Benjamin Podszun < benjamin.pods...@gmail.com> wrote: > On Tue, Jan 5, 2010 at 10:51 AM, Marius Mårnes Mathiesen > > environment.rb is the file normally included/required in order to load > the > > Rails environment; boot.rb is loaded from

Re: [gitorious] Message notification mails don't adhere to the configuration

2010-01-05 Thread Marius Mårnes Mathiesen
On Tue, Jan 5, 2010 at 1:06 PM, Benjamin Podszun wrote: > 1) Why does the initial change that I made work at all (it does, just > verified it again). I'll play around some after work/tonight.. > In my opinion, it should work without needing to require boot/environment; the poller script needs to

Re: [gitorious] Message notification mails don't adhere to the configuration

2010-01-06 Thread Marius Mårnes Mathiesen
On Tue, Jan 5, 2010 at 1:48 PM, Benjamin Podszun wrote: > Let me shoot back: What else from the configuration is used in that > script? What does it do? It _does_ create projects/add keys/send > notifications - the latter after messing around. > What it does is process/consume messages from the

Re: [gitorious] SSH Keys problem

2010-01-06 Thread Marius Mårnes Mathiesen
On Wed, Jan 6, 2010 at 7:21 PM, haruny wrote: > a) When I add SSH keys it doesn't say ready. > - I see the key added to /home/git/.ssh/authorized_keys correctly. > - Poller, ActiveMQ, git-daemon, ultrasphinx running correctly. > As long as the key is added to authorized_keys you can be pretty su

Re: [gitorious] ssh key, tar.gz download and PostReceiveWebHookProcessor problems

2010-01-15 Thread Marius Mårnes Mathiesen
On Fri, Jan 15, 2010 at 10:04 AM, Pettersson, Martin < martin.petters...@th.eta.ch> wrote: > 1. When I or other users add an SSH key it never get green... The file > authorized_keys are updated and I can push so everything work but the > red X is there. In the database the "ready" field in the ssh

Re: [gitorious] ssh key, tar.gz download and PostReceiveWebHookProcessor problems

2010-01-15 Thread Marius Mårnes Mathiesen
On Fri, Jan 15, 2010 at 1:22 PM, Martin Pettersson wrote: > Thanks a lot. > > I will install the xsendfile module on Monday. > > This web hooks processor stuff. How do I disable it? > It isn't in the master branch in Gitorious' mainline, so if you check out that branch they should be gone. Chee

Re: [gitorious] ssh key, tar.gz download and PostReceiveWebHookProcessor problems

2010-01-18 Thread Marius Mårnes Mathiesen
On Sat, Jan 16, 2010 at 4:41 AM, Martin Pettersson wrote: > But I'm using the master branch in Gitorious' mainline.nothing else... I > have never pulled anything else... > > Martin > Wow, that's really strange. The processor that fails exists in the web-hooks branch: http://gitorious.org/git

Re: [gitorious] Regarding setting up gitorious on Fedora machine

2010-01-18 Thread Marius Mårnes Mathiesen
On Sun, Jan 17, 2010 at 8:27 AM, Abhishek Singh wrote: > Dear All, > I'm trying to set up gitorious on a Fedora 12 machine. I'm > following a set up guide which is available at > http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server. > Though the guide is for ubuntu systems,

Re: [gitorious] Regarding setting up gitorious on Fedora machine

2010-01-18 Thread Marius Mårnes Mathiesen
On Tue, Jan 19, 2010 at 5:01 AM, Abhishek Singh wrote: > Setting gitorious_host to git.local should not be a problem > because I have added an entry to /etc/hosts for git the local which > corresponds to the localhost (or 127.0.0.1). > Well, this is a cookie issue, not a connectiviti

Re: [gitorious] Regarding setting up gitorious on Fedora machine

2010-01-20 Thread Marius Mårnes Mathiesen
On Thu, Jan 21, 2010 at 5:07 AM, Abhishek Singh wrote: >Thanks for you suggestion. Disabling SSL did work. Now I'm able to > see the login page. But whenever I login, I'm redirected to the main page of > gitorious and login does not work. Any ideas on what's causing this error > and how to

Re: [gitorious] Re: How to remove user from gitorious

2010-01-21 Thread Marius Mårnes Mathiesen
On Thu, Jan 21, 2010 at 10:07 AM, kolargol wrote: > i supose no-one know how to remove user from gitorious - or no-one > want to share this very precious piece of information? > Kolargol, Sorry about that. To remove a user from Gitorious you should open the console: script/console Then find

Re: [gitorious] Re: How to remove user from gitorious

2010-01-21 Thread Marius Mårnes Mathiesen
On Thu, Jan 21, 2010 at 10:26 AM, kolargol wrote: > > Is there some reference manual for console/dbconsole? > Actually, they are both part of the framework, Rails. script/dbconsole is just a wrapper that reads the database name, username, password etc from the configuration file and launches a S

Re: [gitorious] Re: How to remove user from gitorious

2010-01-21 Thread Marius Mårnes Mathiesen
On Thu, Jan 21, 2010 at 10:47 AM, kolargol wrote: > Btw - o have done several gitorious installations (based on ruby > enterprise and debian1.8) and on all of them there is problem with > downloading tgz from projects (archives are generated well - i can see > them on syslevel) > Did you install

Re: [gitorious] Regarding setting up gitorious on Fedora machine

2010-01-25 Thread Marius Mårnes Mathiesen
On Tue, Jan 26, 2010 at 7:45 AM, Christian Johansen wrote: > On Tue, Jan 26, 2010 at 05:28, Abhishek Singh wrote: > >> I'm using "localhost" as the value for gitorious_host in the >> gitorious.yml file. So I assume cookie should be properly set. But even >> though I'm unable to log in. >

Re: [gitorious] Regarding setting up gitorious on Fedora machine

2010-01-27 Thread Marius Mårnes Mathiesen
On Wed, Jan 27, 2010 at 4:43 AM, Abhishek Singh wrote: > Thanks Christian and Maurius. Now i'm able to log in. After logging in, I > added my ssh key, create a project and a repository within the project. The > creation of repository is taking a long time and it doesn't give me a > failure or erro

Re: [gitorious] How to disable e-mail confirmation for local server?

2010-01-27 Thread Marius Mårnes Mathiesen
On Wed, Jan 27, 2010 at 1:15 PM, Grokix wrote: > Thanx. Grokix, The email confirmation is not configurable at the moment, simply because no one has contributed such a feature to Gitorious. It should not be too hard, maybe some Ruby hackers on the list can help? Cheers, - Marius -- To post to

Re: [gitorious] Re: How to disable e-mail confirmation for local server?

2010-01-28 Thread Marius Mårnes Mathiesen
On Thu, Jan 28, 2010 at 9:27 AM, Grokix wrote: > Unfortunately, I'm not a Ruby hacker ;). > > Now, I do this: > > $ env RAILS_ENV=production ruby script/console > > user = User.find_by_login "username" > > user.activate > > user.save I'd say that more or less makes you a Ruby hacker :-) - Mar

Re: [gitorious] Re: How to disable e-mail confirmation for local server?

2010-01-28 Thread Marius Mårnes Mathiesen
On Thu, Jan 28, 2010 at 9:48 AM, Benjamin Podszun < benjamin.pods...@gmail.com> wrote: > I cannot even write more than a helo world in ruby, but - if you want > to trust someone that claims to be incompentent right away: > (snip) Your analysis of the code is either a tribute to Ruby's/Rails' deg

Re: [gitorious] Gitorious stops functioning after deleting a repository

2010-02-01 Thread Marius Mårnes Mathiesen
On Mon, Feb 1, 2010 at 10:50 AM, IttayD wrote: > I see a lot of ActionView::TemplateError in the log. Seems like > there's no referential integrity in the database, so some foreign keys > remained "dangling". > Ittay, The referencial integrity in Gitorious should be handled by Rails, not on the

Re: [gitorious] Re: Public/Private Repositories

2010-02-02 Thread Marius Mårnes Mathiesen
On Mon, Feb 1, 2010 at 11:35 PM, weu wrote: > I'm interested in this too as i'd like to setup a private gitorius on > my home server and give access to some people, but i don't want that > they access my other private projects too... > Any news about this? > Not that I know of, but you are seemi

Re: [gitorious] Re: Public/Private Repositories

2010-02-03 Thread Marius Mårnes Mathiesen
On Tue, Feb 2, 2010 at 4:39 PM, Jeff Mitchell wrote: > On 2/2/2010 3:43 AM, Marius Mårnes Mathiesen wrote: > > Not that I know of, but you are seemingly not alone in wanting this. The > > reason why we haven't developed this as part of gitorious.org > > <

Re: [gitorious] Re: Public/Private Repositories

2010-02-04 Thread Marius Mårnes Mathiesen
On Thu, Feb 4, 2010 at 3:37 AM, Jeff Mitchell wrote: > HTTP has supported push for a long time, at least a year. But it doesn't > (or maybe didn't) work very well. Client setup could be a pain, and > worse, the bare repos on the server often wouldn't update properly, > forcing manual intervention

Re: [gitorious] Files that start with a dot

2010-02-04 Thread Marius Mårnes Mathiesen
On Thu, Feb 4, 2010 at 6:40 PM, robin wrote: > If I look at the source code of a repository, I cannot access files > that start with a dot, like ".gitignore" > Robin, Are you running "behind" a web server? Could it be the web server hides these files? Gitorious should not have any problems displ

Re: [gitorious] Re: Gitorious and gentoo

2010-02-08 Thread Marius Mårnes Mathiesen
On Mon, Feb 8, 2010 at 1:20 PM, weu wrote: > The gitorious_auth.log report: > > I, [2010-02-08 13:12:47#14561] INFO -- : Connection from "192.168.1.3 > 43932 22" (admin): git-receive-pack 'test-project/mainline.git' > F, [2010-02-08 13:12:47#14561] FATAL -- : SocketError getaddrinfo: > Name or s

Re: [gitorious] Re: Gitorious and gentoo

2010-02-08 Thread Marius Mårnes Mathiesen
On Mon, Feb 8, 2010 at 1:48 PM, weu wrote: > Hi Marius, you were right, I had the correct values in the > gitorious.yml file, but I forgot to add the url to the /etc/hosts too. > Now it's working correctly. > Great! Do you know about the poller init? It seems that it needs to be always > run, i

Re: [gitorious] programmatic API access?

2010-02-10 Thread Marius Mårnes Mathiesen
On Tue, Feb 9, 2010 at 6:32 AM, D Herring wrote: > Question: > Is there a way to programmatically create, rename, and otherwise modify the > repos on gitorious.org? Managing ~80 repos through the point-n-click > interface would be tedious at best. > Well, yes ... and no. Rails, the framework Gi

  1   2   3   4   5   6   7   >