<?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>Coretanium &#187; Linux</title>
	<atom:link href="http://www.coretanium.net/category/blog/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.coretanium.net</link>
	<description>tech blah blah</description>
	<lastBuildDate>Tue, 29 Jun 2010 15:39:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Postfix maximum email size</title>
		<link>http://www.coretanium.net/postfix-maximum-email-size</link>
		<comments>http://www.coretanium.net/postfix-maximum-email-size#comments</comments>
		<pubDate>Thu, 11 Mar 2010 14:23:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=360</guid>
		<description><![CDATA[The default &#8220;message_size_limit&#8221; is set to 10240000 bytes which is approximately 10MB. To change it, add/modify the message_size_limit line in your main.cf to;
message_size_limit = 20480000
The above is roughly 20MB and is more than enough on a typical server.
]]></description>
			<content:encoded><![CDATA[<p>The default &#8220;message_size_limit&#8221; is set to 10240000 bytes which is approximately 10MB. To change it, add/modify the message_size_limit line in your main.cf to;</p>
<p><code>message_size_limit = 20480000</code></p>
<p>The above is roughly 20MB and is more than enough on a typical server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/postfix-maximum-email-size/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qmail smtproutes</title>
		<link>http://www.coretanium.net/qmail-smtproutes</link>
		<comments>http://www.coretanium.net/qmail-smtproutes#comments</comments>
		<pubDate>Thu, 11 Mar 2010 14:19:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Qmail]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=358</guid>
		<description><![CDATA[If you ever need to route mail destined for a certain domain through a smarthost you can edit/create the following file;
/var/qmail/control/smtproutes
The contents is straight forward&#8230; to relay mail destined for domain.com through smtp.yourdomain.com add the following;
domain.com:smtp.yourdomain.com
If you want to relay ALL mail through smtp.yourdomain.com add;
:smtp.yourdomain.com
]]></description>
			<content:encoded><![CDATA[<p>If you ever need to route mail destined for a certain domain through a smarthost you can edit/create the following file;</p>
<p><code>/var/qmail/control/smtproutes</code></p>
<p>The contents is straight forward&#8230; to relay mail destined for domain.com through smtp.yourdomain.com add the following;</p>
<p><code>domain.com:smtp.yourdomain.com</code></p>
<p>If you want to relay ALL mail through smtp.yourdomain.com add;</p>
<p><code>:smtp.yourdomain.com</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/qmail-smtproutes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell OMSA reports No controllers found.</title>
		<link>http://www.coretanium.net/dell-omsa-reports-no-controllers-found</link>
		<comments>http://www.coretanium.net/dell-omsa-reports-no-controllers-found#comments</comments>
		<pubDate>Tue, 09 Mar 2010 06:42:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/dell-omsa-reports-no-controllers-found</guid>
		<description><![CDATA[During a routine scheduled upgrade window I upgraded to the latest Dell OMSA on a range of Dell PowerEdge servers running CentOS. After the upgrade, shell scripts that check the health of disks started reporting that no storage controllers can be found.

# omreport storage pdisk controller=0
Invalid controller value. Read, controller=0
No controllers found.

After some digging through [...]]]></description>
			<content:encoded><![CDATA[<p>During a routine scheduled upgrade window I upgraded to the latest Dell OMSA on a range of Dell PowerEdge servers running CentOS. After the upgrade, shell scripts that check the health of disks started reporting that no storage controllers can be found.</p>
<p><code><br />
# omreport storage pdisk controller=0<br />
Invalid controller value. Read, controller=0<br />
No controllers found.<br />
</code></p>
<p>After some digging through the Dell mailling lists it became apparent that i&#8217;m missing the Dell Firmware Tools on my installation. Installing the firmware tools solved the problem.</p>
<p><code><br />
# yum -y install dell_ft_install</p>
<p># srvadmin-services.sh restart<br />
</code></p>
<p>Once done, all was fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/dell-omsa-reports-no-controllers-found/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerDNS Multiple MySQL Backends</title>
		<link>http://www.coretanium.net/powerdns-multiple-mysql-backends</link>
		<comments>http://www.coretanium.net/powerdns-multiple-mysql-backends#comments</comments>
		<pubDate>Sun, 10 Jan 2010 13:14:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PowerDNS]]></category>

		<guid isPermaLink="false">http://www.xnetcore.com/powerdns-multiple-mysql-backends/</guid>
		<description><![CDATA[http://doc.powerdns.com/modules.html
To launch two backends of the same&#160;type, you can assign a name to each launch like this;
launch=gmysql:connection1,gmysql:connection2
gmysql-connection1-host=10.10.10.1gmysql-connection1-user=pdnsgmysql-connection1-dbname=pdns
gmysql-connection2-host=10.10.10.2gmysql-connection2-user=pdnsgmysql-connection2-dbname=pdns
]]></description>
			<content:encoded><![CDATA[<p><font color="#0066cc"><a href="http://doc.powerdns.com/modules.html" target="_blank">http://doc.powerdns.com/modules.html</a><a href="http://doc.powerdns.com/modules.html"></a></font></p>
<p>To launch two backends of the same&nbsp;type, you can assign a name to each launch like this;</p>
<p>launch=gmysql:connection1,gmysql:connection2</p>
<p>gmysql-connection1-host=10.10.10.1<br />gmysql-connection1-user=pdns<br />gmysql-connection1-dbname=pdns</p>
<p>gmysql-connection2-host=10.10.10.2<br />gmysql-connection2-user=pdns<br />gmysql-connection2-dbname=pdns</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/powerdns-multiple-mysql-backends/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian reset root password</title>
		<link>http://www.coretanium.net/debian-reset-root-password</link>
		<comments>http://www.coretanium.net/debian-reset-root-password#comments</comments>
		<pubDate>Wed, 21 Oct 2009 09:20:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/debian-reset-root-password</guid>
		<description><![CDATA[In order to reset the password, you need to boot your debian installation into single user mode. You can do this by following the steps below;
1. Once grub menu comes up, select the&#160;single user&#160;entry&#160;and press &#8216;e&#8217;2. Select the kernel &#8230; line and press &#8216;e&#8217; once again3. Append &#8216;init=/bin/bash&#8217; at the end of line and press [...]]]></description>
			<content:encoded><![CDATA[<p>In order to reset the password, you need to boot your debian installation into single user mode. You can do this by following the steps below;</p>
<p>1. Once grub menu comes up, select the&nbsp;single user&nbsp;entry&nbsp;and press &lsquo;e&rsquo;<br />2. Select the kernel &hellip; line and press &lsquo;e&rsquo; once again<br />3. Append &lsquo;init=/bin/bash&rsquo; at the end of line and press b to boot</p>
<p>You will be dropped into a shell, next you need to mount the filesystem in read/write mode in order to change the password.</p>
<p>5. mount -n -o remount,rw /<br />6. passwd<br />7. reboot</p>
<p>That&rsquo;s all there is to it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/debian-reset-root-password/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix port 587 (submission)</title>
		<link>http://www.coretanium.net/postfix-port-587-submission</link>
		<comments>http://www.coretanium.net/postfix-port-587-submission#comments</comments>
		<pubDate>Mon, 17 Aug 2009 14:39:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.xnetcore.com/enable-port-587-submission-in-postfix/</guid>
		<description><![CDATA[Edit /etc/postfix/master.cf and uncomment the submission line;
smtp      inet  n       -       -       -       -       smtpd
submission inet n       -       -       -       -       smtpd
Your postfix installation will now accept connections on both port 25 &#38; 587 which is useful to hand out to users who’s ISP’s block outgoing connections to port 25.
]]></description>
			<content:encoded><![CDATA[<p>Edit /etc/postfix/master.cf and uncomment the submission line;</p>
<p>smtp      inet  n       -       -       -       -       smtpd<br />
submission inet n       -       -       -       -       smtpd</p>
<p>Your postfix installation will now accept connections on both port 25 &amp; 587 which is useful to hand out to users who’s ISP’s block outgoing connections to port 25.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/postfix-port-587-submission/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied</title>
		<link>http://www.coretanium.net/warning-sasl-authentication-failure-cannot-connect-to-saslauthd-server-permission-denied</link>
		<comments>http://www.coretanium.net/warning-sasl-authentication-failure-cannot-connect-to-saslauthd-server-permission-denied#comments</comments>
		<pubDate>Mon, 17 Aug 2009 14:31:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://www.xnetcore.com/warning-sasl-authentication-failure-cannot-connect-to-saslauthd-server-permission-denied/</guid>
		<description><![CDATA[Check the OPTIONS directive in /etc/default/saslauthd and set it to within your postfix chroot.
OPTIONS=&#8221;-c -r -m /var/spool/postfix/var/run/saslauthd&#8221;
Then run;
dpkg-statoverride &#8211;add root sasl 710 /var/spool/postfix/var/run/saslauthd
adduser postfix sasl
Restart both postfix and saslauthd for the changes to take effect.
]]></description>
			<content:encoded><![CDATA[<p>Check the OPTIONS directive in /etc/default/saslauthd and set it to within your postfix chroot.</p>
<p>OPTIONS=&#8221;-c -r -m /var/spool/postfix/var/run/saslauthd&#8221;</p>
<p>Then run;</p>
<p>dpkg-statoverride &#8211;add root sasl 710 /var/spool/postfix/var/run/saslauthd</p>
<p>adduser postfix sasl</p>
<p>Restart both postfix and saslauthd for the changes to take effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/warning-sasl-authentication-failure-cannot-connect-to-saslauthd-server-permission-denied/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian xenserver updates apt repository missing GPG key</title>
		<link>http://www.coretanium.net/debian-xenserver-updates-apt-repository-missing-gpg-key</link>
		<comments>http://www.coretanium.net/debian-xenserver-updates-apt-repository-missing-gpg-key#comments</comments>
		<pubDate>Thu, 13 Aug 2009 06:34:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://www.xnetcore.com/debian-xenserver-updates-apt-repository-missing-gpg-key/</guid>
		<description><![CDATA[After you&#8217;ve installed XenTools on your VM and you try to do a apt-get update you are greeted with a GPG error message saying that the repository isn&#8217;t trusted. This is because the GPG key Citrix use to sign their packages has not been added to the apt keyring.
To fix it, run;
wget -q http://updates.vmd.citrix.com/XenServer/5.5.0/GPG-KEY -O- [...]]]></description>
			<content:encoded><![CDATA[<p>After you&rsquo;ve installed XenTools on your VM and you try to do a apt-get update you are greeted with a GPG error message saying that the repository isn&rsquo;t trusted. This is because the GPG key Citrix use to sign their packages has not been added to the apt keyring.</p>
<p>To fix it, run;</p>
<p>wget -q <a href="http://updates.vmd.citrix.com/XenServer/5.5.0/GPG-KEY">http://updates.vmd.citrix.com/XenServer/5.5.0/GPG-KEY</a> -O- | apt-key add &mdash;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/debian-xenserver-updates-apt-repository-missing-gpg-key/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS yum update Missing Dependency</title>
		<link>http://www.coretanium.net/centos-yum-update-missing-dependency</link>
		<comments>http://www.coretanium.net/centos-yum-update-missing-dependency#comments</comments>
		<pubDate>Thu, 13 Aug 2009 06:29:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.xnetcore.com/centos-yum-update-missing-dependency/</guid>
		<description><![CDATA[yum clean all
yum update
]]></description>
			<content:encoded><![CDATA[<p>yum clean all</p>
<p>yum update</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/centos-yum-update-missing-dependency/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>error: xenconsole: Could not open tty `/dev/pts/2&#039;: No such file or directory</title>
		<link>http://www.coretanium.net/error-xenconsole-could-not-open-tty-devpts2-no-such-file-or-directory</link>
		<comments>http://www.coretanium.net/error-xenconsole-could-not-open-tty-devpts2-no-such-file-or-directory#comments</comments>
		<pubDate>Thu, 13 Aug 2009 06:26:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://www.xnetcore.com/error-xenconsole-could-not-open-tty-devpts2-no-such-file-or-directory/</guid>
		<description><![CDATA[Error: xenconsole: Could not open tty `/dev/pts/2&#8242;: No such file or directory
Check whether xenconsoled is running, if not;
&#160;
/etc/init.d/xend start
or
xenconsoled
]]></description>
			<content:encoded><![CDATA[<p>Error: xenconsole: Could not open tty `/dev/pts/2&prime;: No such file or directory</p>
<p>Check whether xenconsoled is running, if not;</p>
<p>&nbsp;</p>
<p>/etc/init.d/xend start</p>
<p>or</p>
<p>xenconsoled</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/error-xenconsole-could-not-open-tty-devpts2-no-such-file-or-directory/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
