<?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>Sys-Admin Information&#039;s &#187; Common Problem</title>
	<atom:link href="http://sysinfo.bascomp.org/category/solaris/common-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://sysinfo.bascomp.org</link>
	<description></description>
	<lastBuildDate>Fri, 23 Apr 2010 09:43:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Boot archive error or corrupt</title>
		<link>http://sysinfo.bascomp.org/2009/05/boot-archive-error-or-corrupt/</link>
		<comments>http://sysinfo.bascomp.org/2009/05/boot-archive-error-or-corrupt/#comments</comments>
		<pubDate>Fri, 01 May 2009 06:50:45 +0000</pubDate>
		<dc:creator>Hendrawan</dc:creator>
				<category><![CDATA[Common Problem]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[bootadm]]></category>
		<category><![CDATA[boot_archive]]></category>

		<guid isPermaLink="false">http://sysinfo.bascomp.org/?p=216</guid>
		<description><![CDATA[A few weeks ago, I got a little problem with my solaris box, namely solaris won't boot because the boot archive was corrupt, *sigh*. Anyway the boot archive in solaris 10 was contain kernel module and configuration file was needed for solaris to startup the system.
Error:

module /platform/i86pc/boot_archive error 3 bad or corrupt data while decompressing [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, I got a little problem with my solaris box, namely solaris won't boot because the boot archive was corrupt, *sigh*. Anyway the boot archive in solaris 10 was contain kernel module and configuration file was needed for solaris to startup the system.</p>
<p><strong>Error:</strong></p>
<blockquote><p>
module /platform/i86pc/boot_archive error 3 bad or corrupt data while decompressing file
</p></blockquote>
<p><strong>Workaround:</strong></p>
<p>Boot up your solaris in "solaris failsafe mode", next solaris image will mount with writeable mode on "/a" mount point</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sh</span><span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>a<span style="color: #000000; font-weight: bold;">/</span>platform<span style="color: #000000; font-weight: bold;">/</span>i86pc<span style="color: #000000; font-weight: bold;">/</span>boot_archive
<span style="color: #c20cb9; font-weight: bold;">sh</span><span style="color: #000000; font-weight: bold;">&gt;</span> bootadm update-archive <span style="color: #660033;">-R</span> <span style="color: #000000; font-weight: bold;">/</span>a
<span style="color: #c20cb9; font-weight: bold;">sh</span><span style="color: #000000; font-weight: bold;">&gt;</span> reboot</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://sysinfo.bascomp.org/2009/05/boot-archive-error-or-corrupt/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:</title>
		<link>http://sysinfo.bascomp.org/2008/03/ssh23593-id-530472-usererror-kerberos-mechanism-library-initialization-error/</link>
		<comments>http://sysinfo.bascomp.org/2008/03/ssh23593-id-530472-usererror-kerberos-mechanism-library-initialization-error/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 02:29:31 +0000</pubDate>
		<dc:creator>Hendrawan</dc:creator>
				<category><![CDATA[Common Problem]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://sysinfo.bascomp.org/2008/03/24/ssh23593-id-530472-usererror-kerberos-mechanism-library-initialization-error/</guid>
		<description><![CDATA[When I log via ssh to another machine

bash&#62; ssh gandalf@rohan.lotr.com
unable to initialize mechanism library &#91;/usr/lib/gss/gl/mech_krb5.so&#93;

the following message appears was appears

rohan.lotr.com sshd[23418]: [ID 530472 auth.error] Kerberos mechanism library initialization error:
Can't open/find Kerberos /etc/krb5/krb5.conf

Workaround:
Edit /etc/ssh/ssh_config and add the following

Host *
StrictHostKeyChecking no
GSSAPIKeyExchange no
GSSAPIAuthentication no

And
Edit /etc/ssh/sshd_config and add the following

GSSAPIAuthentication no
GSSAPIKeyExchange no
GSSAPIStoreDelegatedCredentials no

]]></description>
			<content:encoded><![CDATA[<p>When I log via ssh to another machine</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">bash</span><span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #c20cb9; font-weight: bold;">ssh</span> gandalf<span style="color: #000000; font-weight: bold;">@</span>rohan.lotr.com
unable to initialize mechanism library <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>gss<span style="color: #000000; font-weight: bold;">/</span>gl<span style="color: #000000; font-weight: bold;">/</span>mech_krb5.so<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>the following message appears was appears</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">rohan.lotr.com sshd[23418]: [ID 530472 auth.error] Kerberos mechanism library initialization error:
Can't open/find Kerberos /etc/krb5/krb5.conf</pre></div></div>

<p><strong>Workaround:</strong></p>
<p>Edit <strong>/etc/ssh/ssh_config</strong> and add the following</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Host *
StrictHostKeyChecking no
GSSAPIKeyExchange no
GSSAPIAuthentication no</pre></div></div>

<p>And<br />
Edit <strong>/etc/ssh/sshd_config</strong> and add the following</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">GSSAPIAuthentication no
GSSAPIKeyExchange no
GSSAPIStoreDelegatedCredentials no</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://sysinfo.bascomp.org/2008/03/ssh23593-id-530472-usererror-kerberos-mechanism-library-initialization-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>passwd (SYSTEM): Unexpected failure. Password database unchanged</title>
		<link>http://sysinfo.bascomp.org/2007/09/passwd-system-unexpected-failure-password-database-unchanged/</link>
		<comments>http://sysinfo.bascomp.org/2007/09/passwd-system-unexpected-failure-password-database-unchanged/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 06:12:33 +0000</pubDate>
		<dc:creator>Hendrawan</dc:creator>
				<category><![CDATA[Common Problem]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://sysinfo.bascomp.org/2007/09/18/passwd-system-unexpected-failure-password-database-unchanged/</guid>
		<description><![CDATA[When I was to changed "root" password then come up message like this
"passwd (SYSTEM): Unexpected failure. Password database unchanged", try adduser, then his come up again this message "UX: useradd: ERROR: Cannot update system files - login cannot be created."
check your / space, house keeping if its full, then change your root password with
# passwd [...]]]></description>
			<content:encoded><![CDATA[<p>When I was to changed "root" password then come up message like this<br />
<code>"passwd (SYSTEM): Unexpected failure. Password database unchanged"</code>, try adduser, then his come up again this message <code>"UX: useradd: ERROR: Cannot update system files - login cannot be created."</code></p>
<p>check your / space, house keeping if its full, then change your root password with<br />
<code># passwd -r files root</code><br />
if doesn't work, this <a href="http://sunsolve.sun.com/search/document.do?assetkey=1-26-57592-1" target="_blank">solve  </a> maybe help.</p>
]]></content:encoded>
			<wfw:commentRss>http://sysinfo.bascomp.org/2007/09/passwd-system-unexpected-failure-password-database-unchanged/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Savemail: cannot save rejected email anywhere</title>
		<link>http://sysinfo.bascomp.org/2007/08/savemail-cannot-save-rejected-email-anywhere/</link>
		<comments>http://sysinfo.bascomp.org/2007/08/savemail-cannot-save-rejected-email-anywhere/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 15:40:23 +0000</pubDate>
		<dc:creator>Hendrawan</dc:creator>
				<category><![CDATA[Common Problem]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Sendmail]]></category>

		<guid isPermaLink="false">http://sysinfo.bascomp.org/2007/08/15/savemail-cannot-save-rejected-email-anywhere/</guid>
		<description><![CDATA[When your "tail -f /var/adm/messages" on your solaris 10 box and found "savemail: cannot save rejected email anywhere.."
you can add

sendmail: ALL (or LOCAL)

in your /etc/hosts.allow
]]></description>
			<content:encoded><![CDATA[<p>When your <code>"tail -f /var/adm/messages"</code> on your solaris 10 box and found <code>"savemail: cannot save rejected email anywhere.."</code><br />
you can add</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">sendmail: ALL (or LOCAL)</pre></div></div>

<p>in your <code>/etc/hosts.allow</code></p>
]]></content:encoded>
			<wfw:commentRss>http://sysinfo.bascomp.org/2007/08/savemail-cannot-save-rejected-email-anywhere/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
