[capistrano] Re: Capistrano error with deploy_via:copy

2011-10-17 Thread linuxbsdfreak
Yes. They are the same machines. However i also noticed that the althought the file /tmp/20111011151849.tar.gz exists and it extracts the tar archive. The last command rm /tmp/20111011151849.tar.gz always fails. I am wondering although the file exists, why does the command fail. Is this a bug in

Re: [capistrano] Re: Capistrano error with deploy_via:copy

2011-10-17 Thread Rafa García
I guess you're suffering a kind of race condition. By one side is trying to decompress, in other side deleting the file,... 2011/10/17 linuxbsdfreak linuxbsdfr...@gmail.com Yes. They are the same machines. However i also noticed that the althought the file /tmp/20111011151849.tar.gz exists

[capistrano] Re: Capistrano error with deploy_via:copy

2011-10-17 Thread linuxbsdfreak
Yes. Is this normal? or is there a solution to this problem. On Oct 17, 10:45 am, Rafa García conta...@rafagarcia.net wrote: I guess you're suffering a kind of race condition. By one side is trying to decompress, in other side deleting the file,... 2011/10/17 linuxbsdfreak

[capistrano] Re: Capistrano error?

2010-08-10 Thread tashfeen.ekram
Wow!! You are guys are real helpful. I did not think i could use 10 gigs that fast but i did. I just ran the cap deploy:cleanup and cleared up 5 gigs. Thanks for the fast help! On Aug 10, 1:58 pm, Lee Hambley lee.hamb...@gmail.com wrote: That sounds reasonable, I suggest you also run cap

Re: [capistrano] Re: Capistrano error on cached-copy

2009-12-06 Thread Lee Hambley
Please (pastie) the whole log. -- Lee Hambley Twitter: @leehambley | @capistranorb -- * You received this message because you are subscribed to the Google Groups Capistrano group. * To post to this group, send email to capistrano@googlegroups.com * To unsubscribe from this group, send email

[capistrano] Re: Capistrano error on cached-copy

2009-12-06 Thread Josh6847
Which log should I post? On Dec 6, 3:37 pm, Lee Hambley lee.hamb...@gmail.com wrote: Please (pastie) the whole log. -- Lee Hambley Twitter: @leehambley | @capistranorb -- * You received this message because you are subscribed to the Google Groups Capistrano group. * To post to this group,

[capistrano] Re: Capistrano error on cached-copy

2009-12-06 Thread Josh6847
I ran cap deploy update | tee cap.log it created a cap.log and a mkmf.log. Here they are: (cap.log) checking for git... yes Password: (mkmf.log) find_executable: checking for git... yes That's all I got. On Dec 6, 3:41 pm, Lee Hambley

[capistrano] Re: Capistrano error

2009-07-24 Thread Rafael G.
Add into your deploy.rb this line: ssh_options[:forward_agent] = false Read at http://groups.google.com/group/capistrano/msg/655110abb008e990?pli=1 rmossuk wrote: hi all i get this error when trying to deploy my app to the server. Can anyone please help me as i cant find the answer

[capistrano] Re: Capistrano error

2009-07-24 Thread rmossuk
Rafael thanks for reply if i add that line to my deploy file i get the following error but the thing is i can connect via command ssh u...@server with passphrase to my server and also cap deploy:setup works fine so how can it be a problem with my keys ? $ cap deploy * executing `deploy' *

[capistrano] Re: Capistrano error

2009-07-24 Thread Rafael G.
Yes, it likes an authentication problem: rmossuk wrote: Enter passphrase for c:/Users/Rick/.ssh/id_rsa: [macclesfieldnutrition.co.uk] executing command ** [macclesfieldnutrition.co.uk :: out] Permission denied (publickey). -- Rafa

[Capistrano] Re: Capistrano error

2009-04-07 Thread Rafael G.
Sorry, I pasted a wrong link. I'm searching the same for windows in my history. CiriusMex wrote: Thanks Rafael, I checked the link but it's for linux isn't it? I can't find the .subversion/config file in my windows subversion install directory... On 6 abr, 18:07, Rafael G. r...@aspgems.com

[Capistrano] Re: Capistrano error

2009-04-07 Thread Lee Hambley
How's this one? - http://bit.ly/ZvDC - Lee 2009/4/7 Rafael G. r...@aspgems.com Sorry, I pasted a wrong link. I'm searching the same for windows in my history. CiriusMex wrote: Thanks Rafael, I checked the link but it's for linux isn't it? I can't find the .subversion/config file in

[Capistrano] Re: Capistrano error

2009-04-07 Thread Rafael G.
With the previous link and this one maybe you can solve the problem: http://agateau.wordpress.com/2007/07/03/windows-svnssh-and-the-subversion-command-line-client/ PS: Yesterday I read a complete post about it but I can't find it . CiriusMex wrote: Ok, thank you very much for your help, I was

[Capistrano] Re: Capistrano error

2009-04-07 Thread Rafael G.
Yeah! You find it :) Lee Hambley wrote: How's this one? * http://bit.ly/ZvDC - Lee 2009/4/7 Rafael G. r...@aspgems.com mailto:r...@aspgems.com Sorry, I pasted a wrong link. I'm searching the same for windows in my history. CiriusMex wrote: Thanks Rafael, I

[Capistrano] Re: Capistrano error

2009-04-07 Thread Lee Hambley
:) 2009/4/7 Rafael G. r...@aspgems.com Yeah! You find it :) Lee Hambley wrote: How's this one? * http://bit.ly/ZvDC - Lee 2009/4/7 Rafael G. r...@aspgems.com mailto:r...@aspgems.com Sorry, I pasted a wrong link. I'm searching the same for windows in my

[Capistrano] Re: Capistrano error

2009-04-07 Thread CiriusMex
Hi Rafael, Lee ^^ Thanks for the help on this problem that is driving me mad since about a week now... Rafael, I checked the http://agateau.wordpress.com/2007/07/03/windows-svnssh-and-the-subversion-command-line-client/ page and followed the instructions. It worked quite well but didn't solved

[Capistrano] Re: Capistrano error

2009-04-07 Thread CiriusMex
Ok so I created the [HKEY_CURRENT_USER\Software\Tigris.org\Subversion \Config\tunnels] and created a string value ssh in this key with the value TortoisePlink.exe -i C:\Users\Ciriusmex\Desktop\Chamba\Sites\CondoWeb \stospacr.ppk -P 7822 (following the instructions of the page Rafael told me).

[Capistrano] Re: Capistrano error

2009-04-06 Thread Lee Hambley
Olivier, Do you have svn installed (and in the Path) on your local machine, at first glance that seems to be what the error is. - Lee 2009/4/6 CiriusMex cirius...@gmail.com Hi guys, I got a problem with capistrano configuration. Here comes my deploy.rb file: set :application, CondoWeb

[Capistrano] Re: Capistrano error

2009-04-06 Thread CiriusMex
Hmmm let me see if I understand. I have svn installed (well think so) and I use turtoise application to deal with the server repository. On my computer, the application is in C:\InstantRails-2.0\rails_apps \CondoWeb\ and on the server /home/condow09/svn/CondoWeb. You think it could be the

[Capistrano] Re: Capistrano error

2009-04-06 Thread Lee Hambley
Is SVN working out for you on the server itself, if you manually ssh to the server, can you run svn? - Lee 2009/4/6 CiriusMex cirius...@gmail.com Ok I just checked and I do have SVN installed and in the path on my local machine. On the other hand, something I forgot, I'm using capistrano on

[Capistrano] Re: Capistrano error

2009-04-06 Thread Lee Hambley
Have you run deploy:setup ? - Lee 2009/4/6 CiriusMex cirius...@gmail.com Ok, found something on internet, the problem is that I didn't had a ssh.exe in the svn folder. Copied the TurtoisePLink.exe in the svn directory and renamed it ssh.exe and did the trick. But I'm having a new problem

[Capistrano] Re: Capistrano error

2009-04-06 Thread CiriusMex
Ok I just checked and I do have SVN installed and in the path on my local machine. On the other hand, something I forgot, I'm using capistrano on other sites to deploy them and it's working quite well (those sites are on another server that's the only difference I think)... On 6 abr, 03:41,

[Capistrano] Re: Capistrano error

2009-04-06 Thread CiriusMex
Ok, found something on internet, the problem is that I didn't had a ssh.exe in the svn folder. Copied the TurtoisePLink.exe in the svn directory and renamed it ssh.exe and did the trick. But I'm having a new problem now. When executing the deploy got this (is it a problem of port 22 access? Do

[Capistrano] Re: Capistrano error

2009-04-06 Thread CiriusMex
Well I can run a svn help at least... Just tried to execute svn info svn+ssh://condo...@condow.com/home/ condow09/svn/CondoWeb -rHEAD and got: ssh: connect to host condow.com port 22: Connection refused svn: Connection closed unexpectedly On 6 abr, 03:49, Lee Hambley lee.hamb...@gmail.com

[Capistrano] Re: Capistrano error

2009-04-06 Thread CiriusMex
Hi Lee ^^ Made a cap deploy:setup and it fixed a part of the problem (at least the deploy execute). But it's not working yet, see after a deploy, the release and current directories only have the public, tmp and log directories (no apps, controller, views, helper, etc.). Furthermore those

[Capistrano] Re: Capistrano error

2009-04-06 Thread Lee Hambley
It would appear that for whatever reason, your svn server isn't allowing access on port 22 the first error... Can you reach it from there, I know I already asked... but are you *sure*? 2009/4/6 CiriusMex cirius...@gmail.com Hi Lee ^^ Made a cap deploy:setup and it fixed a part of the problem

[Capistrano] Re: Capistrano error

2009-04-06 Thread CiriusMex
Sorry, I answer using this link as the last message contest link doesn't seems to work... Ok this is the problem, the svn server port doesn't uses 22 but 7822 (hmmm well actually this is the SSH port but I supose SVN got something to do with that). Doesn't know if that helps :/ On the other, I

[Capistrano] Re: Capistrano error

2009-04-06 Thread CiriusMex
Tried: set :repository, svn+ssh://condo...@condow.com:7822/home/condow09/ svn/CondoWeb and set :repository, svn+ssh:7822//condo...@condow.com/home/condow09/svn/ CondoWeb Without any result... On 6 abr, 16:33, Lee Hambley lee.hamb...@gmail.com wrote: Since you are using svn+ssh you need

[Capistrano] Re: Capistrano error

2009-04-06 Thread Lee Hambley
The former is the correct syntax for the command, if it were to work, I will examine some svn documentation and get back to you... that alternative, on the face of it may be to open a tunnel from your deployment target, to the svn server then on the deployment host you can connect to say...

[Capistrano] Re: Capistrano error

2009-04-06 Thread CiriusMex
Ok, thank you very much for your help, I was in contact with the hosting support service but they weren't of any help...^^ On 6 abr, 17:12, Lee Hambley lee.hamb...@gmail.com wrote: The former is the correct syntax for the command, if it were to work, I will examine some svn documentation and

[Capistrano] Re: Capistrano error

2009-04-06 Thread Lee Hambley
Cirius, I'll do my best, I'm struggling for time a little at the moment, hopefully someone else will contribute something useful before I do! - Lee 2009/4/6 CiriusMex cirius...@gmail.com Ok, thank you very much for your help, I was in contact with the hosting support service but they