<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EcoBuntu.org &#187; errors</title>
	<atom:link href="http://www.ecobuntu.org/tag/errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ecobuntu.org</link>
	<description>Tech tips...</description>
	<lastBuildDate>Thu, 25 Jun 2009 09:14:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>lftp connection : Access failed: 521 Data connections must be encrypted</title>
		<link>http://www.ecobuntu.org/uncategorized/lftp-connection-access-failed-521-data-connections-must-be-encrypted/</link>
		<comments>http://www.ecobuntu.org/uncategorized/lftp-connection-access-failed-521-data-connections-must-be-encrypted/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 09:14:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=206</guid>
		<description><![CDATA[<br/>If during an lftp session you get the error message: get: Access failed: 521 Data connections must be encrypted. (xxx.tar.gz) You will need to set this variable: lftp username@host.com:/> set ftp:ssl-protect-data true]]></description>
			<content:encoded><![CDATA[<br/><p>If during an lftp session you get the error message:</p>
<p><code>get: Access failed: 521 Data connections must be encrypted. (xxx.tar.gz)</code></p>
<p>You will need to set this variable:</p>
<p><code>lftp username@host.com:/> set ftp:ssl-protect-data true<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/uncategorized/lftp-connection-access-failed-521-data-connections-must-be-encrypted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot open shared object file</title>
		<link>http://www.ecobuntu.org/operating-system/cannot-open-shared-object-file/</link>
		<comments>http://www.ecobuntu.org/operating-system/cannot-open-shared-object-file/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 14:43:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[errors]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=197</guid>
		<description><![CDATA[<br/>I get the following error when executing a binary file: error while loading shared libraries: libcrypto.so.4: cannot open shared object file: No such file or directory This error is likely to occur either because you have not properly defined your $LD_LIBRARY_PATH or the file is simply missing. To debug try the following: ldd {binary_file} or [...]]]></description>
			<content:encoded><![CDATA[<br/><p>I get the following error when executing a binary file:<br />
<code>error while loading shared libraries: libcrypto.so.4: cannot open shared object file: No such file or directory</code></p>
<p>This error is likely to occur either because you have not properly defined your $LD_LIBRARY_PATH or the file is simply missing.</p>
<p>To debug try the following:<br />
<strong><code><br />
ldd {binary_file}</code></strong></p>
<p>or to get more verbose information:</p>
<p><strong><code>export LD_DEBUG=libs;{binary_file}</code></strong></p>
<p>for more options:</p>
<p><strong><code>export LD_DEBUG=help;{binary_file}<br />
</code></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/operating-system/cannot-open-shared-object-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extend tempdb in Sybase</title>
		<link>http://www.ecobuntu.org/database/extend-tempdb-in-sybase/</link>
		<comments>http://www.ecobuntu.org/database/extend-tempdb-in-sybase/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 13:17:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[sybase]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=130</guid>
		<description><![CDATA[<br/>&#8220;The transaction log in database tempdb is almost full. Your transaction is being suspended until space is made available in the log.&#8221; If you are getting this error message you can extend tempdb running the following commands: disk init name ="extra_tempdb", physname ="/opt/sybase/data/extra_tempdb", vdevno=8, size=512000 alter database tempdb on extra_tempdb = 500 alter database tempdb [...]]]></description>
			<content:encoded><![CDATA[<br/><p>&#8220;<em>The transaction log in database tempdb is almost full. Your transaction<br />
is being suspended until space is made available in the log.</em>&#8221;</p>
<p>If you are getting this error message you can extend tempdb running the following commands:<br />
<code><br />
disk init name ="extra_tempdb", physname ="/opt/sybase/data/extra_tempdb", vdevno=8, size=512000<br />
alter database tempdb on extra_tempdb = 500<br />
alter database tempdb log on extra_tempdb = 500 </code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/database/extend-tempdb-in-sybase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
