<?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>Comentários em: OMNewRotate 0.5.1 is out!</title>
	<atom:link href="http://blog.1407.org/2008/12/10/omnewrotate-051/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.1407.org/2008/12/10/omnewrotate-051/</link>
	<description>Fucked Up Beyond All Recognition</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:46:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: Rui Seabra</title>
		<link>http://blog.1407.org/2008/12/10/omnewrotate-051/comment-page-1/#comment-318</link>
		<dc:creator>Rui Seabra</dc:creator>
		<pubDate>Fri, 12 Dec 2008 09:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.1407.org/?p=357#comment-318</guid>
		<description>Yes, and I&#039;ll be releasing 0.5.2 now :)</description>
		<content:encoded><![CDATA[<p>Yes, and I&#8217;ll be releasing 0.5.2 now <img src='http://blog.1407.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: kumar</title>
		<link>http://blog.1407.org/2008/12/10/omnewrotate-051/comment-page-1/#comment-317</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Thu, 11 Dec 2008 23:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.1407.org/?p=357#comment-317</guid>
		<description>yop this works fine
#!/bin/sh
#/etc/apm/suspend.d/11omnewrotate
killall omnewrotate

#!/bin/sh
#/etc/apm/resume.d/89omnewrotate
omnewrotate&amp;</description>
		<content:encoded><![CDATA[<p>yop this works fine<br />
#!/bin/sh<br />
#/etc/apm/suspend.d/11omnewrotate<br />
killall omnewrotate</p>
<p>#!/bin/sh<br />
#/etc/apm/resume.d/89omnewrotate<br />
omnewrotate&amp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: kumar</title>
		<link>http://blog.1407.org/2008/12/10/omnewrotate-051/comment-page-1/#comment-316</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Thu, 11 Dec 2008 23:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.1407.org/?p=357#comment-316</guid>
		<description>now it works with those two scripts:
#!/bin/sh
#/etc/apm/suspend.d/11omnewrotate
echo &#039;omnr suspend&#039; &gt;&gt; /home/root/omnr.log
omnr=$(pidof omnewrotate)
#echo $omnr
if [ &quot;$omnr&quot; ]; then
    echo &#039;omnr running,trying to stop&#039; &gt;&gt; /home/root/omnr.log
    killall omnewrotate &gt;&gt; /home/root/omnr.log
else
    echo &#039;omnr not running&#039; &gt;&gt; /home/root/omnr.log
fi
#!/bin/sh
#/etc/apm/resume.d/89omnewrotate
                                         
echo &#039;omnr resume&#039; &gt;&gt; /home/root/omnr.log
omnr=$(pidof omnewrotate)
#echo $omnr         
if [ &quot;$omnr&quot; ]; then                                   
    echo &#039;omnr allready running&#039; &gt;&gt; /home/root/omnr.log
else                                                               
    echo &#039;omnr not running, trying to start&#039; &gt;&gt; /home/root/omnr.log
    omnewrotate&amp;
fi

by reading the link, perhaps it was just because of the missing #!/bin/sh....</description>
		<content:encoded><![CDATA[<p>now it works with those two scripts:<br />
#!/bin/sh<br />
#/etc/apm/suspend.d/11omnewrotate<br />
echo &#8216;omnr suspend&#8217; &gt;&gt; /home/root/omnr.log<br />
omnr=$(pidof omnewrotate)<br />
#echo $omnr<br />
if [ "$omnr" ]; then<br />
    echo &#8216;omnr running,trying to stop&#8217; &gt;&gt; /home/root/omnr.log<br />
    killall omnewrotate &gt;&gt; /home/root/omnr.log<br />
else<br />
    echo &#8216;omnr not running&#8217; &gt;&gt; /home/root/omnr.log<br />
fi<br />
#!/bin/sh<br />
#/etc/apm/resume.d/89omnewrotate</p>
<p>echo &#8216;omnr resume&#8217; &gt;&gt; /home/root/omnr.log<br />
omnr=$(pidof omnewrotate)<br />
#echo $omnr<br />
if [ "$omnr" ]; then<br />
    echo &#8216;omnr allready running&#8217; &gt;&gt; /home/root/omnr.log<br />
else<br />
    echo &#8216;omnr not running, trying to start&#8217; &gt;&gt; /home/root/omnr.log<br />
    omnewrotate&amp;<br />
fi</p>
<p>by reading the link, perhaps it was just because of the missing #!/bin/sh&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Rui Seabra</title>
		<link>http://blog.1407.org/2008/12/10/omnewrotate-051/comment-page-1/#comment-315</link>
		<dc:creator>Rui Seabra</dc:creator>
		<pubDate>Thu, 11 Dec 2008 23:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.1407.org/?p=357#comment-315</guid>
		<description>&lt;a href=&quot;http://www.wlug.org.nz/run-parts(8)&quot; rel=&quot;nofollow&quot;&gt;Aha! So that&#039;s why...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://www.wlug.org.nz/run-parts(8)" rel="nofollow">Aha! So that&#8217;s why&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: kumar</title>
		<link>http://blog.1407.org/2008/12/10/omnewrotate-051/comment-page-1/#comment-314</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Thu, 11 Dec 2008 22:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.1407.org/?p=357#comment-314</guid>
		<description>the numbers are for order only.it worked for me with 0.5.0 and SHR not the last image( the one from 28/11) but it doesn&#039;t work anymore suspend.d seem to work but not rsume</description>
		<content:encoded><![CDATA[<p>the numbers are for order only.it worked for me with 0.5.0 and SHR not the last image( the one from 28/11) but it doesn&#8217;t work anymore suspend.d seem to work but not rsume</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Rui Seabra</title>
		<link>http://blog.1407.org/2008/12/10/omnewrotate-051/comment-page-1/#comment-313</link>
		<dc:creator>Rui Seabra</dc:creator>
		<pubDate>Thu, 11 Dec 2008 21:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.1407.org/?p=357#comment-313</guid>
		<description>I just tried using numbers, but still the scripts aren&#039;t run. What did you do to have them working?</description>
		<content:encoded><![CDATA[<p>I just tried using numbers, but still the scripts aren&#8217;t run. What did you do to have them working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Rui Seabra</title>
		<link>http://blog.1407.org/2008/12/10/omnewrotate-051/comment-page-1/#comment-312</link>
		<dc:creator>Rui Seabra</dc:creator>
		<pubDate>Thu, 11 Dec 2008 21:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.1407.org/?p=357#comment-312</guid>
		<description>Yes Kumar, I noticed that bug and &lt;a href=&quot;http://code.google.com/p/omnewrotate/source/detail?r=34&quot; rel=&quot;nofollow&quot;&gt;corrected it yesterday&lt;/a&gt;.

As I tested the suspend/resume scripts on my FSO M4.1, they didn&#039;t work. Do they need to start with a number? Could that be my mistake?

Anyway, those scripts are probably a mere workaround, the real solution is by knowing when it&#039;s suspending/resuming, if possible through frameworkd.</description>
		<content:encoded><![CDATA[<p>Yes Kumar, I noticed that bug and <a href="http://code.google.com/p/omnewrotate/source/detail?r=34" rel="nofollow">corrected it yesterday</a>.</p>
<p>As I tested the suspend/resume scripts on my FSO M4.1, they didn&#8217;t work. Do they need to start with a number? Could that be my mistake?</p>
<p>Anyway, those scripts are probably a mere workaround, the real solution is by knowing when it&#8217;s suspending/resuming, if possible through frameworkd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: kumar</title>
		<link>http://blog.1407.org/2008/12/10/omnewrotate-051/comment-page-1/#comment-311</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Thu, 11 Dec 2008 20:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.1407.org/?p=357#comment-311</guid>
		<description>in the ipk and the startup script should be /usr/bin/omnewrotate&amp; instead of /usr/bin/rotate&amp;
so in my previous post replace killall rotate with killall omnewrotate</description>
		<content:encoded><![CDATA[<p>in the ipk and the startup script should be /usr/bin/omnewrotate&amp; instead of /usr/bin/rotate&amp;<br />
so in my previous post replace killall rotate with killall omnewrotate</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: kumar</title>
		<link>http://blog.1407.org/2008/12/10/omnewrotate-051/comment-page-1/#comment-310</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Thu, 11 Dec 2008 20:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.1407.org/?p=357#comment-310</guid>
		<description>based on the comment for startup in a previous post i did this 
i kill rotate before suspend: root@om-gta02 ~ $ echo &#039;killall rotate&#039; &gt; /etc/apm/suspend.d/11omnewrotate
root@om-gta02 ~ $ chmod +x /etc/apm/suspend.d/11omnewrotate 
and for restart i copy  from Xsession: root@om-gta02 ~ $ cp /etc/X11/Xsession.d/89omnewrotate /etc/apm/resume.d/</description>
		<content:encoded><![CDATA[<p>based on the comment for startup in a previous post i did this<br />
i kill rotate before suspend: root@om-gta02 ~ $ echo &#8216;killall rotate&#8217; &gt; /etc/apm/suspend.d/11omnewrotate<br />
root@om-gta02 ~ $ chmod +x /etc/apm/suspend.d/11omnewrotate<br />
and for restart i copy  from Xsession: root@om-gta02 ~ $ cp /etc/X11/Xsession.d/89omnewrotate /etc/apm/resume.d/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Rui Seabra</title>
		<link>http://blog.1407.org/2008/12/10/omnewrotate-051/comment-page-1/#comment-309</link>
		<dc:creator>Rui Seabra</dc:creator>
		<pubDate>Wed, 10 Dec 2008 19:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.1407.org/?p=357#comment-309</guid>
		<description>Didn&#039;t know about that, I will investigate! Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t know about that, I will investigate! Thanks for the tip!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

