Re: [gitorious] Gitorious Menu with permissions issue

2012-06-05 Thread Federico Don
Hi Dominick, you can check step to step with this: http://famousphil.com/blog/2011/06/installing-gitorious-on-centos-5-6-x64/ Regards, 2012/6/5 Dominick Rivard > Hi, > > We installed our local copy of Gitorious and everything goes great, except > that we changed ownership of a project that ha

[gitorious] Gitorious + ActiveDirectory authentication

2012-06-11 Thread Federico Don
hello, I have gitorious running on centos and authenticating with local users someone can make the settings for authenticating with active directory? can share information for this? Thanks for your time Regards, -- To post to this group, send email to gitorious@googlegroups.com To unsubscrib

Re: [gitorious] Gitorious + ActiveDirectory authentication

2012-06-11 Thread Federico Don
llo, > > you will find a sample ldap configuration in config/authentication.sample. > **yml > > There is also a quick script for testing your setup, see > /scripts/test_ldap_connection. > > cheers, > Thomas > > On 06/11/2012 03:08 PM, Federico Don wrote: > >

Re: [gitorious] Gitorious + ActiveDirectory authentication

2012-06-11 Thread Federico Don
et us know. " I dont have this problem with local users. help me please!!! 2012/6/11 Diep Pham Van > Make sure that you have email and your email is collected the right way. > > On Mon, 11 Jun 2012 10:47:38 -0300 > Federico Don wrote: > > > thanks, the test

Re: [gitorious] Gitorious + ActiveDirectory authentication

2012-06-11 Thread Federico Don
sers. help me please!!! Regards, 2012/6/11 Federico Don > apparently I can not login with Active Directory users via web . but I > have the following error: > > "Sorry, something went wrong > > Gitorious Encountered an server error. We are Automatically Notified o

Re: [gitorious] Gitorious + ActiveDirectory authentication

2012-06-11 Thread Federico Don
: sAMAccountName encryption: none login_attribute: uid distinguished_name_template: "uid={},OU=allusers,DC=synapse,DC=com" attribute_mapping: mail: email Regards, 2012/6/11 Ken Dreyer > On Mon, Jun 11, 2012 at 8:41 AM, Federico Don > wrote: >

Re: [gitorious] Gitorious + ActiveDirectory authentication

2012-06-11 Thread Federico Don
Hello, I have this configuration, thanks to this update could authenticate with the test_ldap_connection .but I can not authenticate via web I need help!! Regards, 2012/6/11 Ken Dreyer > On Mon, Jun 11, 2012 at 9:05 AM, Federico Don > wrote: > > bind_usernam

Re: [gitorious] Gitorious + ActiveDirectory authentication

2012-06-21 Thread Federico Don
Hello for all, I still have this problemsomeone could you login via web on gitorious private with Active Directory Credentials!? Regards, 2012/6/11 Federico Don > Hello, > > I have this configuration, thanks to this update could authenticate with > the test_ldap_connection ..

Re: [gitorious] Gitorious + ActiveDirectory authentication

2012-06-22 Thread Federico Don
Any update on this Thanks, 2012/6/21 Federico Don > Hello for all, > > I still have this problemsomeone could you login via web on gitorious > private with Active Directory Credentials!? > > Regards, > > 2012/6/11 Federico Don > >> Hello, >> >&

Re: [gitorious] Unable to Start the git-daemon server

2012-06-29 Thread Federico Don
Hi, Please paste to script! Regards, 2012/6/29 mahima > Hi, > While setting up gitorious on your own server, I am getting error > while running the git-daemon script. Please find below the error > trace: > > /var/www/git.myserver.com/gitorious$ sudo env RAILS_ENV=production / > etc/init.d/git-

[gitorious] Problem with port

2012-07-11 Thread Federico Don
Hi to all, I have been working with gitorious private, My server have IP private inside in my LAN, this is working excellent, but I have a problem. When I am working from my LAN use this command: git init git add . git commit -m 'first commit' git remote add origin g...@gitorious.globallogic.com.

Re: [gitorious] Problem with port

2012-07-12 Thread Federico Don
IGNED MESSAGE- > Hash: SHA512 > > On 11.07.2012 19:20, Federico Don wrote: > > I thought redirect a port (for example 20202) from my ip public > > (for example 8.8.8.8) to the 22 port the my ip private (for > > example 192.168.0.100) but if I do this, When I am work

Re: [gitorious] Newbie configuration question

2012-07-12 Thread Federico Don
Hello, you could try view on /var/log/httpd/error_log I configured my gitorious followed this howto, could you check Apache? /etc/init.d/httpd configtest Regards, 2012/7/12 Benjamin Lieb > This should be easy, I followed all the steps from > http://famousphil.com/blog/2011/06/installing-gito

Re: [gitorious] Newbie configuration question

2012-07-12 Thread Federico Don
s/passenger-3.0.13 >PassengerRuby /opt/ruby-enterprise-1.8.7-2011.03/bin/ruby > > I noticed that the version was higher on Passenger than in the demo... > could that be something? > > On Thursday, July 12, 2012 1:46:15 PM UTC-4, Federico Don wrote: >> >> Hello, >

Re: [gitorious] Newbie configuration question

2012-07-12 Thread Federico Don
2 2:02:37 PM UTC-4, Federico Don wrote: >> >> You need this config on /etc/httpd/conf/httpd.conf if you have Passenger >> 3.0.12: >> >> LoadModule passenger_module /opt/ruby-enterprise-1.8.7-** >> 2011.03/lib/ruby/gems/1.8/**gems/passenger-3.0.12/ext/** >

Re: [gitorious] Newbie configuration question

2012-07-12 Thread Federico Don
SendFile on > XSendFileAllowAbove on > ErrorLog /var/www/errorgit.log > CustomLog /var/www/accessgit.log combined > #customlog is good for awstats software > > AllowOverride all > Options -MultiViews > > >

Re: [gitorious] Gitorious Login Problem

2012-07-17 Thread Federico Don
Hello, is it first logon? are you created the account for admin user? Regards, 2012/7/17 Aydan Taşdemir > I installed gitorious bu I can not login, > > When I tried to login I got this error message ; > > Sorry, something went wrong > > Gitorious encountered an server error. We are automatically

Re: [gitorious] Gitorious Login Problem

2012-07-18 Thread Federico Don
Hi, Could you paste a Virtual Host in Apache? Regards, 2012/7/18 Aydan Taşdemir > Hi , > > Yes It is my first login and I create admin user with this command > > env RAILS_ENV=production ruby1.8 script/create_admin > 2012/7/17 Federico Don > >> Hello, is it first

Re: [gitorious] Help: migrate Git repo into Gitorious

2012-07-18 Thread Federico Don
Hi, If you have one server with GIT and you have other server with GITORIOUS, and you need migrate repository from GIT to GITORIOUS, you need this step to step: 1- You need create a new Repository in GITORIOUS 2- In server GIT inside to Repository: $ git remote -v (You will show the "remotes" f

Re: [gitorious] Help: migrate Git repo into Gitorious

2012-07-18 Thread Federico Don
tions > are the steps you provided to transfer the local GIT repo to the gitorious > server? > > If yes will the history be preserved on Gitorious ? > > Thanks > Ake > > On Wednesday, July 18, 2012 1:23:11 PM UTC-4, Federico Don wrote: >> >> Hi, >> >> I

Re: [gitorious] Gitorious Login Problem

2012-07-19 Thread Federico Don
ap configuration. But now I can login with > admin user. > > Best Regards > > Aydan > > 2012/7/18 Federico Don > >> Hi, >> >> Could you paste a Virtual Host in Apache? >> >> Regards, >> >> 2012/7/18 Aydan Taşdemir >> >

[gitorious] Gerrit Code Review

2012-07-25 Thread Federico Don
Hello all, Someone has configured Gerrit for Gitorious? Do they know some step by step for do it? Thanks and regards, -- 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: Gitorious backup/restore methodology.

2012-07-26 Thread Federico Don
Hello all, I have this scritp for take dump the mysql, I hope you can try! #!/bin/bash PORT="3306" USER="root" PASSWORD="Password" mysql=/usr/bin/mysql mysqldump=/usr/bin/mysqldump TABLES=`$mysql -P $PORT -u $USER --password=$PASSWORD --execute="SHOW DATABASES;" |awk '{print($1)}' |grep -v "Data

[gitorious] Gerrit Code Review

2012-07-26 Thread Federico Don
Hello all, Someone has configured or installed Gerrit with Gitorious? Do they know some step by step for do it? Thanks and regards, -- 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] Gerrit Code Review

2012-07-27 Thread Federico Don
; > On Thu, Jul 26, 2012 at 7:00 PM, Federico Don wrote: > >> Hello all, >> >> Someone has configured or installed Gerrit with Gitorious? Do they know >> some step by step for do it? >> >> Thanks and regards, >> >> -- >> To post to thi

[gitorious] Discussion

2012-07-27 Thread Federico Don
Hi all, I need the opinion of the group, you must implement code reviews with gerrit in gitorious? is this really necessary? I hope your opinion! Regards, -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@goog

Re: [gitorious] Re: LDAP Authentication

2012-08-02 Thread Federico Don
Do you have a last version for gitorious? Regards, 2012/8/1 Kevin Pelletier > This is my authentication.yml > > production: >disable_default: true >methods: > - adapter: Gitorious::Authentication::LDAPAuthentication > host: 192.168.4.22 > port: 389 > base_d

Re: [gitorious] Re: LDAP Authentication

2012-08-02 Thread Federico Don
Yes I do. I just did a new installation this week. > > Kevin > > On Thursday, August 2, 2012 11:38:36 AM UTC-4, Federico Don wrote: >> >> Do you have a last version for gitorious? >> >> Regards, >> >> 2012/8/1 Kevin Pelletier >> >>> Th

Re: [gitorious] Show the URLs

2012-09-11 Thread Federico Don
ldahl Nilsson > Hi Federico, > > off the top of my head: maybe clear out the js/css assets, > restart/regenerate and see if that helps? > > sudo bundle exec rake assets:clear > touch tmp/restart.txt > > cheers, > Thomas > > On 09/06/2012 09:25 PM, Federico Don

[gitorious] Consultation

2012-09-11 Thread Federico Don
Hello, Gitorious Private has integrated code review? Where do I find this option? Thanks and regards, -- 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] Consultation

2012-09-11 Thread Federico Don
; On Tue, Sep 11, 2012 at 11:48 AM, Federico Don > wrote: > > Hello, > > > > Gitorious Private has integrated code review? Where do I find this > option? > > I think that means "users can comment on commits and merge requests"? > > - Ken > > --

Re: [gitorious] Consultation

2012-09-11 Thread Federico Don
Thanks for all! Regards, 2012/9/11 Ken Dreyer > On Tue, Sep 11, 2012 at 12:01 PM, Federico Don > wrote: > > I can see on http://gitorious.com/feature_list "code review" > > > > what is the meaning of this point? > > > > Merge requests and code r

[gitorious] how to change permissions

2012-10-26 Thread Federico Don
Hello to all, I need your help please! I want to assign permission to administrator an any user in my private gitorious. To achieve this I did it as follows: Join in mysql mysql> show databases; mysql> use gitorious mysql> show tables; mysql> desc users; mysql> update users set is_admin = '1 'w

[gitorious] Help with change user admin for gitorius private on database

2012-10-31 Thread Federico Don
Hello to all, I need your help please! I want to assign permission to administrator an any user in my private gitorious. To achieve this I did it as follows: Join in mysql mysql> show databases; mysql> use gitorious mysql> show tables; mysql> desc users; mysql> update users set is_admin = '1 'w

Re: [gitorious] Re: LDAP Authentication problem

2012-11-23 Thread Federico Don
could you try with this setup? production: disable_default: false methods: - adapter: Gitorious::Authentication::LDAPAuthentication host: 172.17.195.115 port: 389 base_dn: DC=example,DC=com bind_username: user_ldap_bind bind_password: password_user_ldap_bind

Re: [gitorious] Re: LDAP Authentication problem

2012-11-28 Thread Federico Don
389 > base_dn: OU=Something,O=Something,C=it > attribute_mapping: > mail: email > login_attribute: uid > encryption: none > > Il giorno venerdì 23 novembre 2012 20:30:59 UTC+1, Federico Don ha scritto: >> >> could you try with thi

Re: [gitorious] Re: LDAP Authentication problem

2012-11-28 Thread Federico Don
yet. > For debugging purposes, this is the DN we tried: > uid=MyUser,OU=Something,O=Something,C=it > > The user, obviously, exists > > Thank you, > > Graziano > > Il giorno mercoledì 28 novembre 2012 15:41:38 UTC+1, Federico Don ha > scritto: >> >>

Re: [gitorious] Re: LDAP Authentication problem

2012-11-28 Thread Federico Don
/gitorious service httpd restart I hope your comment and Luck! 2012/11/28 Graziano Aliberti > Humm, > > I have the master of the mainline...what can I do? git pull origin master? > Do you think this can help me? > > Il giorno mercoledì 28 novembre 2012 16:33:40 UTC+1, Federic

[gitorious] Gitorious update release

2013-01-09 Thread Federico Don
Hello all, I have a server with gitorious on version 2.2.1. # bundle exec rake changelog (in /home/git/gitorious) Available versions -> v2.2.1 Makes the sync adapter work again v2.2.0 Private repositories, site-level wikis, bug fixes v2.1.1 Resolve a

Re: [gitorious] Gitorious update release

2013-01-11 Thread Federico Don
eers, > Thomas > > > On Wed, Jan 9, 2013 at 10:20 PM, Federico Don wrote: > >> Hello all, >> >> I have a server with gitorious on version 2.2.1. >> >> >> # bundle exec rake changelog >> (in /home/git/gitorious) >> >> Available ver

Re: [gitorious] Gitorious update release

2013-01-16 Thread Federico Don
Federico Don > Thanks...I can try. > > Regards, > > > 2013/1/10 Thomas Kjeldahl Nilsson > >> Hi Frederico, >> >> I just checked and there were some upgrade instructions in the old >> project wiki that haven't been added to the current, updated

Re: [gitorious] Gitorious update release

2013-01-17 Thread Federico Don
hentication.rb > > and proceed with the merge. :) > > cheers, > Thomas > > On Thursday, January 17, 2013 at 12:16 AM, Federico Don wrote: > > lib/gitorious/authentication/ldap_authentication.rb > > > -- > To post to this group, send email to gitorious@googlegro

[gitorious] Help with permission to user

2013-02-18 Thread Federico Don
Hello to all, I need your help please! I want to assign permission to administrator an any user in my private gitorious. To achieve this I did it as follows: Join in mysql mysql> show databases; mysql> use gitorious mysql> show tables; mysql> desc users; mysql> update users set is_admin = '1 'w

[gitorious] Re: Help with permission to user

2013-02-18 Thread Federico Don
/gitorious/pages https://gitorious.org/gitorious/pages/UserRoles Thanks and regards, 2013/2/18 Federico Don > Hello to all, > > I need your help please! > > I want to assign permission to administrator an any user in my private > gitorious. > > To achieve this I di

[gitorious] Intall Gitorious on Centos 6.4

2013-10-27 Thread Federico Don
Hello, I would like install the latest version of Gitorious on Centos 6.4, do you have some tutorial for do it?? Thanks in advance, -- -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com --- Y

Re: [gitorious] Intall Gitorious on Centos 6.4

2013-10-28 Thread Federico Don
e31b3be56a28c808a0b1 > : > > Christian > > Federico Don writes: > > > Hello, > > > > I would like install the latest version of Gitorious on Centos 6.4, do > you > > have some tutorial for do it?? > > > > Thanks in advance, > > > > -- >

[gitorious] Gitorious 3 with Active Directory

2013-10-29 Thread Federico Don
Hi, I have installed Gitorious v2.3.2 with Active Directory and it is working good. This is my setup: # cat config/authentication.yml production: disable_default: false methods: - adapter: Gitorious::Authentication::LDAPAuthentication host: 192.168.1.X port: 389 base_d

Re: [gitorious] Intall Gitorious on Centos 6.4

2013-11-04 Thread Federico Don
Have we any update about the new version?? Regards, 2013/10/28 Federico Don > I will wait the new version. > > Thanks, > > > 2013/10/28 Christian Johansen > >> Hi, >> >> An installer for 3.0 is coming (hopefully) this week. In the meantime, >> m

[gitorious] Update frequency

2013-11-06 Thread Federico Don
Hello, How often leave new releases? Thanks in advance! Regards, -- -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com --- You received this message because you are subscribed to the Google