<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Sandeep Ghael</title>
	<atom:link href="http://sandeepghael.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandeepghael.com</link>
	<description>acts_as_blog</description>
	<lastBuildDate>Wed, 16 Jun 2010 20:07:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Getting RED 5 up and running on Ubuntu 9.04 by Francesco R.</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-98</link>
		<dc:creator>Francesco R.</dc:creator>
		<pubDate>Wed, 16 Jun 2010 20:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-98</guid>
		<description>Great!
THANK YOU so much!!!</description>
		<content:encoded><![CDATA[<p>Great!<br />
THANK YOU so much!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Acts_as_voteable caching in Rails by Phil Rosenstein</title>
		<link>http://sandeepghael.com/2010/05/acts_as_voteable-caching-in-rails/comment-page-1/#comment-97</link>
		<dc:creator>Phil Rosenstein</dc:creator>
		<pubDate>Wed, 16 Jun 2010 04:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=379#comment-97</guid>
		<description>Good overview, the only thing I&#039;d add is that the callback chain will be broken if the &#039;votes_fragment_&#039;+myobject_id.to_s cache key does not exist, so you should return true at the end of expire_votes_fragement_myobject</description>
		<content:encoded><![CDATA[<p>Good overview, the only thing I&#8217;d add is that the callback chain will be broken if the &#8216;votes_fragment_&#8217;+myobject_id.to_s cache key does not exist, so you should return true at the end of expire_votes_fragement_myobject</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting RED 5 up and running on Ubuntu 9.04 by Tapas Mishra</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-96</link>
		<dc:creator>Tapas Mishra</dc:creator>
		<pubDate>Mon, 14 Jun 2010 10:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-96</guid>
		<description>I noticed if I run it /usr/share/red5/red5.sh then it wont run.
But if you do a cd /usr/share/red5/ and then ./red5.sh then it will start.</description>
		<content:encoded><![CDATA[<p>I noticed if I run it /usr/share/red5/red5.sh then it wont run.<br />
But if you do a cd /usr/share/red5/ and then ./red5.sh then it will start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting RED 5 up and running on Ubuntu 9.04 by chief</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-94</link>
		<dc:creator>chief</dc:creator>
		<pubDate>Wed, 26 May 2010 23:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-94</guid>
		<description>I got it working.

Install(the easy way) on Ubuntu 10.04:


1)Install all the libraries listed above.  updatedb is deprecated, but that is fine.

2)Download the current .tar file 

3)Extract into a directory.(I used my home directory)

4) cd red5directory

5) sh red5.sh

6) localhost:5080</description>
		<content:encoded><![CDATA[<p>I got it working.</p>
<p>Install(the easy way) on Ubuntu 10.04:</p>
<p>1)Install all the libraries listed above.  updatedb is deprecated, but that is fine.</p>
<p>2)Download the current .tar file </p>
<p>3)Extract into a directory.(I used my home directory)</p>
<p>4) cd red5directory</p>
<p>5) sh red5.sh</p>
<p>6) localhost:5080</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting RED 5 up and running on Ubuntu 9.04 by chief</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-93</link>
		<dc:creator>chief</dc:creator>
		<pubDate>Wed, 26 May 2010 00:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-93</guid>
		<description>I am using Ubuntu 10.04 and cannot get it to work.  I believe all I have installed all of the necessary necessary files.  

I used this: svn co http://red5.googlecode.com/svn/java/server/tags/0_9_1  red5

and

    export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.20

but I am stilling getting this

Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: org/red5/server/Bootstrap
Caused by: java.lang.ClassNotFoundException: org.red5.server.Bootstrap
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Could not find the main class: org.red5.server.Bootstrap.  Program will exit.

I also tried replaced boot.jar file with the one in the 0.9.1 zip file but still this same error came up.</description>
		<content:encoded><![CDATA[<p>I am using Ubuntu 10.04 and cannot get it to work.  I believe all I have installed all of the necessary necessary files.  </p>
<p>I used this: svn co <a href="http://red5.googlecode.com/svn/java/server/tags/0_9_1" rel="nofollow">http://red5.googlecode.com/svn/java/server/tags/0_9_1</a>  red5</p>
<p>and</p>
<p>    export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.20</p>
<p>but I am stilling getting this</p>
<p>Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: org/red5/server/Bootstrap<br />
Caused by: java.lang.ClassNotFoundException: org.red5.server.Bootstrap<br />
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)<br />
	at java.security.AccessController.doPrivileged(Native Method)<br />
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)<br />
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)<br />
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)<br />
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)<br />
Could not find the main class: org.red5.server.Bootstrap.  Program will exit.</p>
<p>I also tried replaced boot.jar file with the one in the 0.9.1 zip file but still this same error came up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting RED 5 up and running on Ubuntu 9.04 by Problem installing red5 media server</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-92</link>
		<dc:creator>Problem installing red5 media server</dc:creator>
		<pubDate>Mon, 24 May 2010 20:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-92</guid>
		<description>[...] with java. I am running Ubuntu 10.04 and have been using this tutorial from an older Ubuntu version Getting RED 5 up and running on Ubuntu 9.04 &#124; Sandeep Ghael   When I get to this command /usr/share/red5/red5.sh &amp; I get this error:  Starting Red5 [...]</description>
		<content:encoded><![CDATA[<p>[...] with java. I am running Ubuntu 10.04 and have been using this tutorial from an older Ubuntu version Getting RED 5 up and running on Ubuntu 9.04 | Sandeep Ghael   When I get to this command /usr/share/red5/red5.sh &amp; I get this error:  Starting Red5 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting RED 5 up and running on Ubuntu 9.04 by Brian Wallace</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-89</link>
		<dc:creator>Brian Wallace</dc:creator>
		<pubDate>Sat, 08 May 2010 09:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-89</guid>
		<description>add this to your crontab Mate... ( works like a charm )

@reboot cd /usr/local/red5/ ; ./red5.sh &amp; &gt;/dev/null 2&gt;&amp;1


Just replace the cd /path/to/your/path

Thanks, Webmaster at LinuxTuts ( http://www.linuxtuts.net )</description>
		<content:encoded><![CDATA[<p>add this to your crontab Mate&#8230; ( works like a charm )</p>
<p>@reboot cd /usr/local/red5/ ; ./red5.sh &amp; &gt;/dev/null 2&gt;&amp;1</p>
<p>Just replace the cd /path/to/your/path</p>
<p>Thanks, Webmaster at LinuxTuts ( <a href="http://www.linuxtuts.net" rel="nofollow">http://www.linuxtuts.net</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting RED 5 up and running on Ubuntu 9.04 by Baduy</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-87</link>
		<dc:creator>Baduy</dc:creator>
		<pubDate>Thu, 29 Apr 2010 00:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-87</guid>
		<description>How to running php from red5 server and how to make red5 server executable so we do need to starting manually, anyone can help?
thanks for advance</description>
		<content:encoded><![CDATA[<p>How to running php from red5 server and how to make red5 server executable so we do need to starting manually, anyone can help?<br />
thanks for advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Red5 start/stop script (Mac OSX ready) by sghael</title>
		<link>http://sandeepghael.com/2010/01/simple-red5-startstop-script-mac-osx-ready/comment-page-1/#comment-86</link>
		<dc:creator>sghael</dc:creator>
		<pubDate>Mon, 19 Apr 2010 15:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=362#comment-86</guid>
		<description>Hi George,

Are you sure &quot;/Applications/Red5/Red5.app&quot; is a binary you can execute?  Typically on Mac OS X, something.app is a folder which contains other files, one of which is the actual start script (red5.sh).  I installed Red5 from source, so we have differing directory structures.  I don&#039;t have an .app directory at all.

My script above is not intended to be &quot;red5.sh&quot;.   &quot;red5.sh&quot; is a start script that typically comes with the install of Red5 (again, I installed Red5 from the source package, so YMMV).  My script saved as &quot;/etc/init.d/red5&quot; calls the start script &quot;red5.sh&quot; which is ususally in some subdirectory of where ever Red5 got installed.

It could also be you have a permissions problem.  Make sure the user trying to execute the script has SU ability.  The prompt for password you are getting is because of the line &quot; sudo su root -c &quot;cd $RED5_DIR; ./red5.sh &gt; /var/log/red5.log &amp;&quot; &quot; .

Let me know if you get it working!</description>
		<content:encoded><![CDATA[<p>Hi George,</p>
<p>Are you sure &#8220;/Applications/Red5/Red5.app&#8221; is a binary you can execute?  Typically on Mac OS X, something.app is a folder which contains other files, one of which is the actual start script (red5.sh).  I installed Red5 from source, so we have differing directory structures.  I don&#8217;t have an .app directory at all.</p>
<p>My script above is not intended to be &#8220;red5.sh&#8221;.   &#8220;red5.sh&#8221; is a start script that typically comes with the install of Red5 (again, I installed Red5 from the source package, so YMMV).  My script saved as &#8220;/etc/init.d/red5&#8243; calls the start script &#8220;red5.sh&#8221; which is ususally in some subdirectory of where ever Red5 got installed.</p>
<p>It could also be you have a permissions problem.  Make sure the user trying to execute the script has SU ability.  The prompt for password you are getting is because of the line &#8221; sudo su root -c &#8220;cd $RED5_DIR; ./red5.sh &gt; /var/log/red5.log &amp;&#8221; &#8221; .</p>
<p>Let me know if you get it working!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting RED 5 up and running on Ubuntu 9.04 by Redsky</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-84</link>
		<dc:creator>Redsky</dc:creator>
		<pubDate>Thu, 08 Apr 2010 03:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-84</guid>
		<description>Yay it works! :D

It was firewall. I disabled Shorewall firewall and everything is up and running. 

Good luck guys :)</description>
		<content:encoded><![CDATA[<p>Yay it works! <img src='http://sandeepghael.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>It was firewall. I disabled Shorewall firewall and everything is up and running. </p>
<p>Good luck guys <img src='http://sandeepghael.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
