<?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>OpenKB::Server Technical Papers &#187; Linux Maintenance</title>
	<atom:link href="http://www.openkb.org/category/linux-maintenance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openkb.org</link>
	<description>Computer , server issues and solutions</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:50:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linux: PERL SSL verification error:14090086</title>
		<link>http://www.openkb.org/linux-perl-ssl-verification-error14090086/</link>
		<comments>http://www.openkb.org/linux-perl-ssl-verification-error14090086/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 09:09:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Maintenance]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=1097</guid>
		<description><![CDATA[error: LWP::Protocol::https::Socket: SSL connect attempt failed with unknown errorerror:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed at /usr/share/perl5/LWP/Protocol/http.pm line 51. Solution: There are other solutions available but the one we needed was to turn off the verification we ran export PERL_LWP_SSL_VERIFY_HOSTNAME=0 Thanks to https://community.sourcefire.com/questions/running-into-an-ssl-issue-with-nexpose-connector]]></description>
			<content:encoded><![CDATA[<p>error:<br />
LWP::Protocol::https::Socket: SSL connect attempt failed with unknown errorerror:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed at /usr/share/perl5/LWP/Protocol/http.pm line 51.</p>
<p>Solution:<br />
There are other solutions available but the one we needed was to turn off the verification</p>
<p>we ran<br />
export PERL_LWP_SSL_VERIFY_HOSTNAME=0</p>
<p>Thanks to</p>
<p>https://community.sourcefire.com/questions/running-into-an-ssl-issue-with-nexpose-connector</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/linux-perl-ssl-verification-error14090086/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux: GET Command</title>
		<link>http://www.openkb.org/linux-get-command/</link>
		<comments>http://www.openkb.org/linux-get-command/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 07:44:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Maintenance]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=1095</guid>
		<description><![CDATA[If you were like me then trying the find which package has the GET command was like pulling teeth. Hopefully this will save you some time. the GET command is part of the libwww-perl package Ubuntu list http://packages.ubuntu.com/hardy-updates/all/libwww-perl/filelist Man Page http://manpages.ubuntu.com/manpages/natty/man1/lwp-request.1p.html]]></description>
			<content:encoded><![CDATA[<p>If you were like me then trying the find which package has the GET command was like pulling teeth. </p>
<p>Hopefully this will save you some time. the GET command is part of the libwww-perl  package</p>
<p>Ubuntu list </p>
<p>http://packages.ubuntu.com/hardy-updates/all/libwww-perl/filelist</p>
<p>Man Page</p>
<p>http://manpages.ubuntu.com/manpages/natty/man1/lwp-request.1p.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/linux-get-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vi: Found a swap file by the name</title>
		<link>http://www.openkb.org/vi-found-a-swap-file-by-the-name/</link>
		<comments>http://www.openkb.org/vi-found-a-swap-file-by-the-name/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 15:34:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Maintenance]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=1067</guid>
		<description><![CDATA[If you encounter the message (1) Another program may be editing the same file. If this is the case, be careful not to end up with two different instances of the same file when making changes. Quit, or continue with caution. (2) An edit session for this file crashed. If this is the case, use [...]]]></description>
			<content:encoded><![CDATA[<p>If you encounter the message </p>
<p>(1) Another program may be editing the same file.<br />
    If this is the case, be careful not to end up with two<br />
    different instances of the same file when making changes.<br />
    Quit, or continue with caution.</p>
<p>(2) An edit session for this file crashed.<br />
    If this is the case, use &#8220;:recover&#8221; or &#8220;vim -r file name&#8221;</p>
<p>This means the terminal crashed while you were editing the file. This can also mean someone else is modifying the file. </p>
<p>You can remove the message by deleting the swap file. You will notice a file name in the same directory ending with .swp</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/vi-found-a-swap-file-by-the-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LibreOffice: Open source M$ Office alternative</title>
		<link>http://www.openkb.org/open-source-m-office-alternative/</link>
		<comments>http://www.openkb.org/open-source-m-office-alternative/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 08:27:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Maintenance]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=1061</guid>
		<description><![CDATA[While OKB fully supports the Open source community. We enjoyed our time testing out a new Office application called LibreOffoce . This project is backed by The Document Foundation . We found the application to be comparable with Microsoft Office suit 2000 up to version 2010. You can save in docx, xlsx, doc and xls. [...]]]></description>
			<content:encoded><![CDATA[<p>While OKB fully supports the Open source community. We enjoyed our time testing out a new Office application called LibreOffoce . This project is backed by <a href="http://www.documentfoundation.org/foundation/">The Document Foundation</a> . We found the application to be comparable with Microsoft Office suit 2000 up to version 2010. You can save in docx, xlsx, doc and xls. If you travel without the laptop upload the odp file to Google Docs. </p>
<p>This is a cost effective solution for any user that needs a office suit. Please donate what you can to support this application. They are not asking for the 300. you pay M$  . </p>
<p>Fully supported by OpenKB. Thank you Document Foundation cheers</p>
<p>Available for Mac OS, Windows and Linux </p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/open-source-m-office-alternative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crond: enable logging</title>
		<link>http://www.openkb.org/crond-enable-logging/</link>
		<comments>http://www.openkb.org/crond-enable-logging/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 11:31:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Maintenance]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=1055</guid>
		<description><![CDATA[Depending on your distro , you will need to locate the syslog file. This file is normally found under /etc/syslog.conf open this file and uncomment the line starting with cron.* Restart syslog and cron /etc/init.d/syslog or sysklogd restart /etc/init.d/crond restart The logs are normally stored under /var/log/cron]]></description>
			<content:encoded><![CDATA[<p>Depending on your distro , you will need to locate the syslog file. This file is normally found under /etc/syslog.conf </p>
<p>open this file and uncomment the line starting with cron.*</p>
<p>Restart syslog and cron</p>
<p>/etc/init.d/syslog or sysklogd  restart </p>
<p>/etc/init.d/crond restart </p>
<p>The logs are normally stored under /var/log/cron </p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/crond-enable-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql:  Can’t read dir of (errno: 13)</title>
		<link>http://www.openkb.org/mysql-can%e2%80%99t-read-dir-of-errno-13/</link>
		<comments>http://www.openkb.org/mysql-can%e2%80%99t-read-dir-of-errno-13/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 08:48:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Maintenance]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=1053</guid>
		<description><![CDATA[Error: ERROR 1018 (HY000): Can’t read dir of ‘./dbname/’ (errno: 13) check the folder permissions on the db folder under /var/lib/mysql/ Try running chown mysql:mysql dbname/ -R or chown -R 700 dbname]]></description>
			<content:encoded><![CDATA[<p>Error: ERROR 1018 (HY000): Can’t read dir of ‘./dbname/’ (errno: 13)</p>
<p>check the folder permissions on the db folder under /var/lib/mysql/</p>
<p>Try running chown mysql:mysql dbname/ -R or chown -R 700 dbname</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/mysql-can%e2%80%99t-read-dir-of-errno-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ImageMagick:  sh: /convert: No such file or directory</title>
		<link>http://www.openkb.org/imagemagick-sh-convert-no-such-file-or-directory/</link>
		<comments>http://www.openkb.org/imagemagick-sh-convert-no-such-file-or-directory/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 03:41:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Maintenance]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=1033</guid>
		<description><![CDATA[you should first verify imagemagick has been installed properly. Via the command line you can run &#8220;which convert&#8221; This should return the location of the binary for convert. then run /usr/bin/convert -version . Please understand this was our return path for convert. Use the path returned from the which. If imagemagick is installed properly , [...]]]></description>
			<content:encoded><![CDATA[<p>you should first verify imagemagick has been installed properly. Via the command line you can run &#8220;which convert&#8221; This should return the location of the binary for convert. </p>
<p>then run /usr/bin/convert -version . Please understand this was our return path for convert. Use the path returned from the which.</p>
<p>If imagemagick is installed properly , and you are attempting to run code via PHP. The no such file or directory can be a result of PHP Safe mode being on and open_basedir in effect. </p>
<p>Add the convert location to your open_basedir<br />
Example :<br />
open_basedir= /home/www:/usr/bin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/imagemagick-sh-convert-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl Module: DBD::mysql installation</title>
		<link>http://www.openkb.org/perl-module-dbdmysql-installation/</link>
		<comments>http://www.openkb.org/perl-module-dbdmysql-installation/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 09:02:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Maintenance]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=1023</guid>
		<description><![CDATA[First things to ensure is that if you installed the 64bit version of Perl. Make sure you install the 64bit version of Mysql and mysql-devel. You will also need the GCC compiler installed on the server for linux. To check the current Perl modules installed run instmodsh To install the module run perl -MCPAN -e [...]]]></description>
			<content:encoded><![CDATA[<p>First things to ensure is that if you installed the 64bit version of Perl. Make sure you install the 64bit version of Mysql and mysql-devel. You will also need the GCC compiler installed on the server for linux. </p>
<p>To check the current Perl modules installed run instmodsh<br />
To install the module run perl -MCPAN -e shell<br />
Then<br />
install Bundle::DBD::mysql</p>
<p>under windows run </p>
<p>  ppm install DBI<br />
  ppm install DBD::mysql</p>
<p>More information can be found at the <a href="http://search.cpan.org/~capttofu/DBD-mysql-4.020/lib/DBD/mysql.pm#INSTALLATION">cpan website </a></p>
<p>http://code.activestate.com/ppm/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/perl-module-dbdmysql-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux: memory alloc (24 bytes) returned NULL</title>
		<link>http://www.openkb.org/linux-memory-alloc-24-bytes-returned-null/</link>
		<comments>http://www.openkb.org/linux-memory-alloc-24-bytes-returned-null/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 14:21:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Maintenance]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=974</guid>
		<description><![CDATA[The error :memory alloc (24 bytes) returned NULL System: virtual, 512ram, centos 5.5 x64 Issue: The server does not have enough memory to run the current process. This happen to use when attempting to update using YUM. Our solution was to reload the OS with ubuntu to take advantage of apt-get since Yum required at [...]]]></description>
			<content:encoded><![CDATA[<p>The error :memory alloc (24 bytes) returned NULL<br />
System: virtual, 512ram, centos 5.5 x64</p>
<p>Issue: The server does not have enough memory to run the current process. This happen to use when attempting to update using YUM. </p>
<p>Our solution was to reload the OS with ubuntu to take advantage of apt-get since Yum required at least 512 ram and we were running 512 on a virtual unit. Your other option is to upgrade the ram on the server to at least 1gb.  If you have a VPS with true burstable ram , you should not encounter this issue.<br />
Another option that you can do is setup swap storage on the drive to be used as memory. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/linux-memory-alloc-24-bytes-returned-null/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YUM install/update error</title>
		<link>http://www.openkb.org/yum-installupdate-error/</link>
		<comments>http://www.openkb.org/yum-installupdate-error/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 09:14:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Maintenance]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=913</guid>
		<description><![CDATA[&#8220;Another application is running which is accessing software information&#8221; but you are not updating your packages, the problem is yum-updatesd. yum-updatesd is supposed to check regularly if you have any updates. Unfortunately it locks all package programs like yum and pup Stop the yum-updatesd service and then run your yum command. Dont forget to restart [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Another application is running which is accessing software information&#8221; but you are not updating your packages, the problem is yum-updatesd. yum-updatesd is supposed to check regularly if you have any updates. Unfortunately it locks all package programs like yum and pup</p>
<p>Stop the yum-updatesd  service and then run your yum command. Dont forget to restart it </p>
<p>/etc/init.d/yum-updatesd  stop<br />
/etc/init.d/yum-updatesd  start </p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/yum-installupdate-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

