<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.co.uk/group/capistrano</id>
  <title type="text">Capistrano Google Group</title>
  <subtitle type="text">
  Discussion about the Capistrano remote management tool. Share tips and recipe files. Discuss the development of extensions and plugins, as well as the implementation of Capistrano itself.
  </subtitle>
  <link href="/group/capistrano/feed/atom_v1_0_msgs.xml" rel="self" title="Capistrano feed"/>
  <updated>2009-11-19T17:52:10Z</updated>
  <generator uri="http://groups.google.co.uk" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Nick Howard</name>
  <email>ndh.000...@gmail.com</email>
  </author>
  <updated>2009-11-19T17:52:10Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/5c77496e139dbaf2/e28ac44498883ed1?show_docid=e28ac44498883ed1</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/5c77496e139dbaf2/e28ac44498883ed1?show_docid=e28ac44498883ed1"/>
  <title type="text">Re: [capistrano] capfile syntax help</title>
  <summary type="html" xml:space="preserve">
  I don&#39;t think it matters too much where you put it. Just add it &lt;br&gt; somewhere that makes sense. &lt;br&gt; Then to have it run automatically after deploy you just add an after &lt;br&gt; call somewhere in the body of your recipe file. So if you were to name &lt;br&gt; it :restart_services and put it in the :remote namespace, you could do
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robin Bowes</name>
  <email>robin-li...@robinbowes.com</email>
  </author>
  <updated>2009-11-19T16:28:08Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/5c77496e139dbaf2/4a3cc42c90da2344?show_docid=4a3cc42c90da2344</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/5c77496e139dbaf2/4a3cc42c90da2344?show_docid=4a3cc42c90da2344"/>
  <title type="text">capfile syntax help</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I&#39;ve got the following block in my capfile: &lt;br&gt; &lt;p&gt;namespace :remote do &lt;br&gt; &lt;p&gt; desc &amp;lt;&amp;lt;-DESC &lt;br&gt; Create directory required by copy_remote_dir. &lt;br&gt; DESC &lt;br&gt; task :create_copy_remote_dir, :roles =&amp;gt; :web do &lt;br&gt; print &amp;quot; creating #{copy_remote_dir}.\n&amp;quot; &lt;br&gt; run &amp;quot;mkdir -p #{copy_remote_dir}&amp;quot; &lt;br&gt; end &lt;br&gt; &lt;p&gt;end
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rafael G.</name>
  <email>r...@aspgems.com</email>
  </author>
  <updated>2009-11-18T09:10:19Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/a66abd606f583b6b/bddc0e33d398d8b4?show_docid=bddc0e33d398d8b4</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/a66abd606f583b6b/bddc0e33d398d8b4?show_docid=bddc0e33d398d8b4"/>
  <title type="text">Re: [capistrano] installing mongrel</title>
  <summary type="html" xml:space="preserve">
  This message about &amp;quot;command not found&amp;quot; is in local or remote(when you &lt;br&gt; executes capistrano)? &lt;br&gt; Mongrel should be installed in the server. &lt;br&gt; &lt;p&gt;Another thing the command is mongrel_rails and you&#39;re trying to use &lt;br&gt; mongrel. &lt;br&gt; If don&#39;t works check where&#39;s the command (which mongrel_rails) and add &lt;br&gt; the path to PATH or include it in run command.
  </summary>
  </entry>
  <entry>
  <author>
  <name>prakash saud</name>
  <email>saud.prak...@gmail.com</email>
  </author>
  <updated>2009-11-18T07:06:21Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/a66abd606f583b6b/1b69380d5b90e8ae?show_docid=1b69380d5b90e8ae</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/a66abd606f583b6b/1b69380d5b90e8ae?show_docid=1b69380d5b90e8ae"/>
  <title type="text">installing mongrel</title>
  <summary type="html" xml:space="preserve">
  hello, everybody &lt;br&gt; Actually i am new to capistrano. I have installed ruby 1.8.6, Rails &lt;br&gt; 2.3.4 and my OS is ubuntu . I have made a rails application. I went &lt;br&gt; through the getting started and everything went fine upto check &lt;br&gt; dependency. when i tried to install mongrel, it gives message &lt;br&gt; &amp;quot;Successfully installed mongrel-1.1.5&amp;quot; but when i tried mongrel -v it
  </summary>
  </entry>
  <entry>
  <author>
  <name>burg</name>
  <email>burga...@gmail.com</email>
  </author>
  <updated>2009-11-16T16:30:57Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/62c44cebbfb9fdde?show_docid=62c44cebbfb9fdde</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/62c44cebbfb9fdde?show_docid=62c44cebbfb9fdde"/>
  <title type="text">Re: Webistrano stuck on update_code only when trying to deploy to multiple hosts</title>
  <summary type="html" xml:space="preserve">
  Hi Guys, &lt;br&gt; I&#39;ve upgraded to the GitHub version of Webistrano + probably the &lt;br&gt; NetSSH required upgrade, and this seemed to solve the problem. &lt;br&gt; &lt;p&gt;Thanks a bunch
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jonathan Weiss</name>
  <email>j...@innerewut.de</email>
  </author>
  <updated>2009-11-15T20:33:48Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/96b920039ffc857a?show_docid=96b920039ffc857a</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/96b920039ffc857a?show_docid=96b920039ffc857a"/>
  <title type="text">Re: [capistrano] Re: Webistrano stuck on update_code only when trying to deploy to multiple hosts</title>
  <summary type="html" xml:space="preserve">
  Yes, please try Webistrano from master, it includes the Net::SSH fix &lt;br&gt; that will hopefully fix your problem. &lt;br&gt; &lt;p&gt;Jonathan &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Jonathan Weiss &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://blog.innerewut.de&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://twitter.com/jweiss&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lee Hambley</name>
  <email>lee.hamb...@gmail.com</email>
  </author>
  <updated>2009-11-15T19:08:35Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/f4553c1861ee9103?show_docid=f4553c1861ee9103</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/f4553c1861ee9103?show_docid=f4553c1861ee9103"/>
  <title type="text">Re: [capistrano] Re: Webistrano stuck on update_code only when trying to deploy to multiple hosts</title>
  <summary type="html" xml:space="preserve">
  Damn, Burg - update your Capistrano 2.5.10 released last week; (mostly this &lt;br&gt; will upgrade your Net::SSH client, there was a bug with threading that they &lt;br&gt; fixed at 2.0.14, but AFAIK it hasn&#39;t manifested with so few hosts before. &lt;br&gt; &lt;p&gt;-- Lee Hambley &lt;br&gt; &lt;p&gt;Twitter: @leehambley | @capistranorb
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lee Hambley</name>
  <email>lee.hamb...@gmail.com</email>
  </author>
  <updated>2009-11-15T19:07:31Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/dc37e91bab7e7ed3?show_docid=dc37e91bab7e7ed3</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/dc37e91bab7e7ed3?show_docid=dc37e91bab7e7ed3"/>
  <title type="text">Re: [capistrano] Re: Webistrano stuck on update_code only when trying to deploy to multiple hosts</title>
  <summary type="html" xml:space="preserve">
  Burg, what happens if you don&#39;t use Webistrano (this isn&#39;t supported here, &lt;br&gt; they have their own list) -- and its important to rule it out, I don&#39;t use &lt;br&gt; it - but I &lt;br&gt; &lt;p&gt;-- Lee Hambley &lt;br&gt; &lt;p&gt;Twitter: @leehambley | @capistranorb &lt;br&gt; Blog: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://lee.hambley.name/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Working with Rails: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://is.gd/1s5W1&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;2009/11/15 burg &amp;lt;burga...@gmail.com&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lee Hambley</name>
  <email>lee.hamb...@gmail.com</email>
  </author>
  <updated>2009-11-15T19:07:22Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/1f6cde0f1a73d77f?show_docid=1f6cde0f1a73d77f</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/1f6cde0f1a73d77f?show_docid=1f6cde0f1a73d77f"/>
  <title type="text">Re: [capistrano] Re: Webistrano stuck on update_code only when trying to deploy to multiple hosts</title>
  <summary type="html" xml:space="preserve">
  Burg, what happens if you don&#39;t use Webistrano (this isn&#39;t supported here, &lt;br&gt; they have their own list) -- and its important to rule it out, I don&#39;t use &lt;br&gt; it - but I know I had problems last time I tried. &lt;br&gt; &lt;p&gt;Were the ruby &amp;amp; capistrano versions you listed, from the Webistrano server &lt;br&gt; (not your workstation)
  </summary>
  </entry>
  <entry>
  <author>
  <name>burg</name>
  <email>burga...@gmail.com</email>
  </author>
  <updated>2009-11-15T19:04:49Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/2e09513c6d14b722?show_docid=2e09513c6d14b722</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/2e09513c6d14b722?show_docid=2e09513c6d14b722"/>
  <title type="text">Re: Webistrano stuck on update_code only when trying to deploy to multiple hosts</title>
  <summary type="html" xml:space="preserve">
  strace of those processes shows repetitive: &lt;br&gt; select(8, [6], [], [], {0, 0}) = 1 (in [6], left {0, 0}) &lt;br&gt; rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;br&gt; rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 &lt;br&gt; rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;br&gt; rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 &lt;br&gt; rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
  </summary>
  </entry>
  <entry>
  <author>
  <name>burg</name>
  <email>burga...@gmail.com</email>
  </author>
  <updated>2009-11-15T19:03:43Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/2f7437f66daf2973?show_docid=2f7437f66daf2973</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/2f7437f66daf2973?show_docid=2f7437f66daf2973"/>
  <title type="text">Re: Webistrano stuck on update_code only when trying to deploy to multiple hosts</title>
  <summary type="html" xml:space="preserve">
  yep... each server runs successfully. &lt;br&gt; &lt;p&gt;I just looked at the &#39;TOP&#39; of the webistrano server and found this - &lt;br&gt; if it might help: &lt;br&gt; top - 14:02:41 up 7 days, 9:59, 4 users, load average: 2.42, 2.17, &lt;br&gt; 1.69 &lt;br&gt; Tasks: 132 total, 3 running, 129 sleeping, 0 stopped, 0 zombie &lt;br&gt; Cpu(s): 48.0%us, 2.4%sy, 0.0%ni, 49.6%id, 0.0%wa, 0.0%hi,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lee Hambley</name>
  <email>lee.hamb...@gmail.com</email>
  </author>
  <updated>2009-11-15T18:46:40Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/fd1b74a4fde4eb37?show_docid=fd1b74a4fde4eb37</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/fd1b74a4fde4eb37?show_docid=fd1b74a4fde4eb37"/>
  <title type="text">Re: [capistrano] Re: Webistrano stuck on update_code only when trying to deploy to multiple hosts</title>
  <summary type="html" xml:space="preserve">
  Sure, but does that run, successfully - individually on both servers, &lt;br&gt; invidually? Might I ask the reason for a deploy to /usr/local &lt;br&gt; &lt;p&gt;-- Lee Hambley &lt;br&gt; &lt;p&gt;Twitter: @leehambley | @capistranorb
  </summary>
  </entry>
  <entry>
  <author>
  <name>burg</name>
  <email>burga...@gmail.com</email>
  </author>
  <updated>2009-11-15T18:34:20Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/ff1f047c4c62e1f9?show_docid=ff1f047c4c62e1f9</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/ff1f047c4c62e1f9?show_docid=ff1f047c4c62e1f9"/>
  <title type="text">Re: Webistrano stuck on update_code only when trying to deploy to multiple hosts</title>
  <summary type="html" xml:space="preserve">
  Here&#39;s an example of a succesful one server deployment: &lt;br&gt; ** loading stage recipe &#39;finalize_update&#39; &lt;br&gt; ** loading stage recipe &#39;before_symlink&#39; &lt;br&gt; ** loading stage recipe &#39;prod_before_deploy&#39; &lt;br&gt; ** loading stage recipe &#39;symlink&#39; &lt;br&gt; * executing `deploy&#39; &lt;br&gt; * executing `deploy:update&#39; &lt;br&gt; triggering before callbacks for `deploy:update&#39;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lee Hambley</name>
  <email>lee.hamb...@gmail.com</email>
  </author>
  <updated>2009-11-15T18:18:05Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/ddcb9cfbb831771d?show_docid=ddcb9cfbb831771d</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/ddcb9cfbb831771d?show_docid=ddcb9cfbb831771d"/>
  <title type="text">Re: [capistrano] Re: Webistrano stuck on update_code only when trying to deploy to multiple hosts</title>
  <summary type="html" xml:space="preserve">
  Thanks for the info, nothing suspicious there apart from deploying to &lt;br&gt; /usr/local which is odd. &lt;br&gt; &lt;p&gt;But according to your last email you can deploy these hosts individually? &lt;br&gt; &lt;p&gt;&amp;quot;when deploying to one server only, it takes few seconds...when selecting 2+ &lt;br&gt; hosts, it&#39;s stuck indefinitely&amp;quot; &lt;br&gt; &lt;p&gt;-- Lee Hambley
  </summary>
  </entry>
  <entry>
  <author>
  <name>burg</name>
  <email>burga...@gmail.com</email>
  </author>
  <updated>2009-11-15T18:15:44Z</updated>
  <id>http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/ec1ca8787e06a20a?show_docid=ec1ca8787e06a20a</id>
  <link href="http://groups.google.co.uk/group/capistrano/browse_thread/thread/07a9c662c283c185/ec1ca8787e06a20a?show_docid=ec1ca8787e06a20a"/>
  <title type="text">Re: Webistrano stuck on update_code only when trying to deploy to multiple hosts</title>
  <summary type="html" xml:space="preserve">
  It is pretty clear to me that Webistrano / Capistrano is stuck in the &lt;br&gt; &#39;git fetch&#39; stage probably because of some permissions issues. However &lt;br&gt; it is not outputing it and I cannot seem to find any proper debug &lt;br&gt; method for what&#39;s going on behind the NetSSH
  </summary>
  </entry>
</feed>
