Re: [gitorious] hello group

2010-08-12 Thread Marius Mårnes Mathiesen
On Wed, Jul 21, 2010 at 2:31 PM, Deepak Kamath dk87...@gmail.com wrote: connect to localhost failed: getaddrinfo: Name or service not known will retry(#150) in 5 It seems your machine is unable to resolve `localhost` into an IP address. Does `ping localhost` work for you? Cheers, - Marius

Re: [gitorious] hello group

2010-08-12 Thread Deepak Kamath
thanx Marius. its working fine in my local machine On Thu, Aug 12, 2010 at 7:18 PM, Marius Mårnes Mathiesen marius.mathie...@gmail.com wrote: On Wed, Jul 21, 2010 at 2:31 PM, Deepak Kamath dk87...@gmail.com wrote: connect to localhost failed: getaddrinfo: Name or service not known will

[gitorious] HELLO GROUP

2010-07-28 Thread Deepak Kamath
I am running gitorious in my local server ... I have two logins dk87 and ram.. in one i have a project and through another[ram] login i am tryin to request for merge .Hence forth when I am adding a new file and trying to push to my local repository I am getting error as i.e git push origin master

Re: [gitorious] HELLO GROUP

2010-07-28 Thread David Greaves
Hi Deepak When you send emails you should really use a sensible subject... HELLO GROUP does not tell anyone what the email is about. In this case Problem on local setup: write access to a repository would be a good subject. David On 28/07/10 11:53, Deepak Kamath wrote: I am running gitorious

Re: [gitorious] HELLO GROUP

2010-07-28 Thread Deepak Kamath
oh okay sorry !! On Wed, Jul 28, 2010 at 4:39 PM, David Greaves da...@dgreaves.com wrote: Hi Deepak When you send emails you should really use a sensible subject... HELLO GROUP does not tell anyone what the email is about. In this case Problem on local setup: write access to a repository

Re: [gitorious] HELLO GROUP

2010-07-28 Thread David Greaves
On 28/07/10 12:09, David Greaves wrote: Hi Deepak When you send emails you should really use a sensible subject... [snip] ...and I apologise... this was meant to be a polite, private email. However this list is broken and private replies go to the list:

[gitorious] HELLO GROUP

2010-07-26 Thread Deepak Kamath
Hello, I was trying to edit gitorious in my server. I wanted to add a button in such a way that once a person has commented on one project a button should be present forever beside the time and username and even a new person who has logged in from other account should be able to see that button.

[gitorious] hello group

2010-07-21 Thread Deepak Kamath
I was trying to run poller but when i run that i get error as : SCRIPT/poller run = connect to localhost failed: getaddrinfo: Name or service not known will retry(#0) in 5 what mite be the error... -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this

[gitorious] hello group

2010-07-21 Thread Deepak Kamath
I am unable to create the project..I have not yet got reply for my previous post!! when i start poller the error is coming as connect to localhost failed: getaddrinfo: Name or service not known will retry(#150) in 5 Plz help..I am not able to work furhter -- To post to this group, send

RE: [gitorious] Hello Group

2010-07-13 Thread Peter Kjellerstedt
...@googlegroups.com] On Behalf Of Deepak Kamath Sent: den 13 juli 2010 09:40 To: gitorious@googlegroups.com Subject: [gitorious] Hello Group Hi. I was tryin to install gitorious in my local server . An error occurred when i tried to enter this command in fedora... wat might be the problem. adduser git

Re: [gitorious] Hello Group

2010-07-13 Thread Deepak Kamath
option as it disables the password by default. //Peter *From:* gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] *On Behalf Of *Deepak Kamath *Sent:* den 13 juli 2010 09:40 *To:* gitorious@googlegroups.com *Subject:* [gitorious] Hello Group Hi. I was tryin to install

[gitorious] Hello Group

2010-07-13 Thread Deepak Kamath
i wanted to run ultrasphinx and daemon at the boot .. So i gave commands as chkconfig --levels 2345 git-daemon on chkconfig --levels 2345 git-ultrasphinx on respectively but i am getting the error as error reading information on service git-daemon: No such device any changes i have to make for

[gitorious] Hello group

2010-07-13 Thread Deepak Kamath
I was installing Gitorious in my Server and i had executed command of Chown -r /var and now when i Restarted the computer i am getting error while loadin as Could not Update ICEauthority file /var/lib/gdm/.ICEauthority can anyone give any solution so tat i could gain access to my comp else all my

Re: [gitorious] Hello group

2010-07-13 Thread Martin Pettersson
Try this: http://ubuntuforums.org/showthread.php?t=1021106 Martin On Tuesday, July 13, 2010 10:30:09 pm Deepak Kamath wrote: I was installing Gitorious in my Server and i had executed command of Chown -r /var and now when i Restarted the computer i am getting error while loadin as Could not

[gitorious] Hello Group

2010-07-12 Thread Deepak Kamath
hello, I was tryin to install pacakages for gitorious and was followin http://cjohansen.no link. everythin was goin fine ..but when i ran this command error occured as dpkg not found. *sudo dpkg -i ruby-enterprise_1.8.6-20090610-i386.deb error was sudo: dpkg: command not found * -- To

Re: [gitorious] Hello Group

2010-07-12 Thread Marius Mårnes Mathiesen
On Mon, Jul 12, 2010 at 11:15 AM, Deepak Kamath dk87...@gmail.com wrote: hello, I was tryin to install pacakages for gitorious and was followin http://cjohansen.no link. everythin was goin fine ..but when i ran this command error occured as dpkg not found. *sudo dpkg -i

Re: [gitorious] Hello Group

2010-07-12 Thread Deepak Kamath
I am using Fedora and got stuck when i was following tat dpkg command... can you provide me a nice link to install gitorious in fedora..i had followed earlier but the probelm is tat i was not able to register in my server . so I badly need one installation guide for gitorious mainly for fedora..If

Re: [gitorious] hello Group

2010-07-09 Thread Deepak Kamath
Hello, i tried to create radio button accordingly.. but i am gettin errors..here is the code.. for radio button % form_for(@user) do |f| -% p %= f.radio_button(user,approved,yes)% /p % end -% I am getting error as undefined method `merge' for yes:String Extracted source (around line

Re: [gitorious] hello Group

2010-07-09 Thread Deepak Kamath
Hello , I got the output for tat %=f.radio_button:approved,1%YES %=f.radio_button:approved,0%NO this was the syntax i had to use for radio button as told by Marius and it worked fine Thanku On Fri, Jul 9, 2010 at 1:05 PM, Deepak Kamath dk87...@gmail.com wrote: Hello, i tried to

[gitorious] Hello Group

2010-07-09 Thread Deepak Kamath
hi all, A new problem for me... i am using radio buttons and its value is 1 if its true and 0 if it falls... now wat i need is once i click on the save button value of 1 has to increment to 2 similarly 3,4 after each click ..How to increment the value. here is my code for radio button and my

[gitorious] hello Group

2010-07-08 Thread Deepak Kamath
I am using radio button in my form how can i store the value of radio button in database .. my code is %= radio_button_tag(:users,yes) % %=label_tag(:approved,YES) % br / Radio button ll be generated ..but how to store yes into 'appoved' field in database THankin You, -- To post to

Re: [gitorious] hello Group

2010-07-08 Thread Marius Mårnes Mathiesen
On Thu, Jul 8, 2010 at 11:23 AM, Deepak Kamath dk87...@gmail.com wrote: I am using radio button in my form how can i store the value of radio button in database .. my code is %= radio_button_tag(:users,yes) % %=label_tag(:approved,YES) % br / Radio button ll be generated ..but

Re: [gitorious] Hello Group

2010-07-06 Thread Deepak Kamath
thank you very much !! u solved my problem :) On Tue, Jul 6, 2010 at 1:47 PM, Marius Mårnes Mathiesen marius.mathie...@gmail.com wrote: On Thu, Jul 1, 2010 at 2:42 PM, Deepak Kamath dk87...@gmail.com wrote: hello everyone... i was tryin to use a new page other than edit.html.erb,index, new