<?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 iXTi&#039;s personal sandbox</title>
	<atom:link href="http://blog.ixti.ru/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ixti.ru</link>
	<description>Personal playground since 2006</description>
	<lastBuildDate>Thu, 03 Dec 2009 21:24:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Removing adobe-flashplugin by Rodrigo</title>
		<link>http://blog.ixti.ru/archives/6/comment-page-1#comment-253</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Thu, 03 Dec 2009 21:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ixti.ru/?p=6#comment-253</guid>
		<description>Thanks a lot!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing adobe-flashplugin by winter</title>
		<link>http://blog.ixti.ru/archives/6/comment-page-1#comment-224</link>
		<dc:creator>winter</dc:creator>
		<pubDate>Sat, 28 Nov 2009 13:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ixti.ru/?p=6#comment-224</guid>
		<description>Thanks a lot))))) Joseph&#039;s answer helped to solve problem finally)
&lt;!-- ORIG (RUS): Огромное спасибо)))) ответ Joseph помог окончательно решить проблему) --&gt;</description>
		<content:encoded><![CDATA[<p>Thanks a lot))))) Joseph’s answer helped to solve problem finally)<br />
<!-- ORIG (RUS): Огромное спасибо)))) ответ Joseph помог окончательно решить проблему) --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Socket reader in PHP by ixti</title>
		<link>http://blog.ixti.ru/archives/105/comment-page-1#comment-222</link>
		<dc:creator>ixti</dc:creator>
		<pubDate>Thu, 26 Nov 2009 18:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ixti.ru/?p=105#comment-222</guid>
		<description>@Ale
Right now I don&#039;t have much time but I hope I will on weekend, so if you&#039;ll explain your problem in details and give me sources which fails - I&#039;ll try to help.</description>
		<content:encoded><![CDATA[<p>@Ale<br />
Right now I don’t have much time but I hope I will on weekend, so if you’ll explain your problem in details and give me sources which fails — I’ll try to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Socket reader in PHP by Ale</title>
		<link>http://blog.ixti.ru/archives/105/comment-page-1#comment-221</link>
		<dc:creator>Ale</dc:creator>
		<pubDate>Wed, 25 Nov 2009 17:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ixti.ru/?p=105#comment-221</guid>
		<description>It looks like very useful, but I think that my problem is not solved with this hint.

I need to read packet sent by a pc to my address. I remain listening to the receive port but I can&#039;t see nothing on the screen (timeout or all clean).

I&#039;m using fsockopen instead of socket_create, but I can&#039;t exit from the infinite loop.

I need to catch the data and save them in a file or on a DB, but it&#039;s impossible for me now.

Can you help me?</description>
		<content:encoded><![CDATA[<p>It looks like very useful, but I think that my problem is not solved with this hint.</p>
<p>I need to read packet sent by a pc to my address. I remain listening to the receive port but I can’t see nothing on the screen (timeout or all clean).</p>
<p>I’m using fsockopen instead of socket_create, but I can’t exit from the infinite loop.</p>
<p>I need to catch the data and save them in a file or on a DB, but it’s impossible for me now.</p>
<p>Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing adobe-flashplugin by Soulless</title>
		<link>http://blog.ixti.ru/archives/6/comment-page-1#comment-203</link>
		<dc:creator>Soulless</dc:creator>
		<pubDate>Fri, 13 Nov 2009 11:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ixti.ru/?p=6#comment-203</guid>
		<description>Solved the problem. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Solved the problem. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing adobe-flashplugin by ixti</title>
		<link>http://blog.ixti.ru/archives/6/comment-page-1#comment-199</link>
		<dc:creator>ixti</dc:creator>
		<pubDate>Thu, 12 Nov 2009 19:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ixti.ru/?p=6#comment-199</guid>
		<description>@Ali

All commands have to be run with root privileges. This means that either every single command should be prefixed with `sudo ` command or you have to get root privileges permanently with `su`.

Another thing which can cause this problem is that something is blocking /var/lib/dpkg/info/adobe-flashplugin.prerm file. For example you have opened this file for editing in mc and forgot to close.

Anyway I can&#039;t tell for sure. I need more details. So if you&#039;ll contact me, I&#039;ll try to figure problem out, so then I&#039;ll update a post with possible problem in mind.</description>
		<content:encoded><![CDATA[<p>@Ali</p>
<p>All commands have to be run with root privileges. This means that either every single command should be prefixed with ‘sudo ‘ command or you have to get root privileges permanently with ‘su‘.</p>
<p>Another thing which can cause this problem is that something is blocking /var/lib/dpkg/info/adobe-flashplugin.prerm file. For example you have opened this file for editing in mc and forgot to close.</p>
<p>Anyway I can’t tell for sure. I need more details. So if you’ll contact me, I’ll try to figure problem out, so then I’ll update a post with possible problem in mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing adobe-flashplugin by Joseph</title>
		<link>http://blog.ixti.ru/archives/6/comment-page-1#comment-197</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Thu, 12 Nov 2009 03:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ixti.ru/?p=6#comment-197</guid>
		<description>Thanks for the post.  On my Debian testing install, I wasn&#039;t able to fix this problem immediately:

# dpkg --force-all --remove adobe-flashplugin
dpkg: warning: overriding problem because --force enabled:
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting a removal.
(Reading database ... 142017 files and directories currently installed.)
Removing adobe-flashplugin ...
update-alternatives: error: no alternatives for iceape-flashplugin.
update-alternatives: error: no alternatives for iceape-flashplugin.
dpkg: error processing adobe-flashplugin (--remove):
 subprocess installed pre-removal script returned error exit status 2
postinst called with argument `abort-remove&#039;
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 adobe-flashplugin

So I moved the prerm script out of the way:

# mv /var/lib/dpkg/info/adobe-flashplugin.prerm  /var/lib/dpkg/info/adobe-flashplugin.prerm-DISABLED

Then the command worked.  Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the post.  On my Debian testing install, I wasn’t able to fix this problem immediately:</p>
<p># dpkg –force-all –remove adobe-flashplugin<br />
dpkg: warning: overriding problem because –force enabled:<br />
 Package is in a very bad inconsistent state — you should<br />
 reinstall it before attempting a removal.<br />
(Reading database … 142017 files and directories currently installed.)<br />
Removing adobe-flashplugin …<br />
update-alternatives: error: no alternatives for iceape-flashplugin.<br />
update-alternatives: error: no alternatives for iceape-flashplugin.<br />
dpkg: error processing adobe-flashplugin (–remove):<br />
 subprocess installed pre-removal script returned error exit status 2<br />
postinst called with argument ‘abort-remove’<br />
dpkg: error while cleaning up:<br />
 subprocess installed post-installation script returned error exit status 1<br />
Errors were encountered while processing:<br />
 adobe-flashplugin</p>
<p>So I moved the prerm script out of the way:</p>
<p># mv /var/lib/dpkg/info/adobe-flashplugin.prerm  /var/lib/dpkg/info/adobe-flashplugin.prerm-DISABLED</p>
<p>Then the command worked.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing adobe-flashplugin by Carlo</title>
		<link>http://blog.ixti.ru/archives/6/comment-page-1#comment-185</link>
		<dc:creator>Carlo</dc:creator>
		<pubDate>Thu, 05 Nov 2009 21:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ixti.ru/?p=6#comment-185</guid>
		<description>Wonderful!
Really Really Thank You!</description>
		<content:encoded><![CDATA[<p>Wonderful!<br />
Really Really Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing adobe-flashplugin by Ali</title>
		<link>http://blog.ixti.ru/archives/6/comment-page-1#comment-178</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Wed, 04 Nov 2009 15:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ixti.ru/?p=6#comment-178</guid>
		<description>How to run with root privileges? have same problem as Adam...
thanks</description>
		<content:encoded><![CDATA[<p>How to run with root privileges? have same problem as Adam…<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing adobe-flashplugin by ixti</title>
		<link>http://blog.ixti.ru/archives/6/comment-page-1#comment-175</link>
		<dc:creator>ixti</dc:creator>
		<pubDate>Tue, 03 Nov 2009 19:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ixti.ru/?p=6#comment-175</guid>
		<description>@adam:

Seems like your dpkg status area is locked by another process (e.g. apt-get or aptitude installing/updating/removing) or you don&#039;t have rights. You have to run it with root privileges. If you still having problems, you can contact me via xmpp:zapparov@jabber.ru or via irc:ixti@freenode.net</description>
		<content:encoded><![CDATA[<p>@adam:</p>
<p>Seems like your dpkg status area is locked by another process (e.g. apt-get or aptitude installing/updating/removing) or you don’t have rights. You have to run it with root privileges. If you still having problems, you can contact me via xmpp:zapparov@jabber.ru or via irc:ixti@freenode.net</p>
]]></content:encoded>
	</item>
</channel>
</rss>
