<?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>My Blog &#187; UNIX</title>
	<atom:link href="http://blog.wianecki.com/category/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wianecki.com</link>
	<description>my own personal blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 15:39:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Solaris 10 8/11 (update 10)</title>
		<link>http://blog.wianecki.com/2011/04/19/solaris-10-811-update-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solaris-10-811-update-10</link>
		<comments>http://blog.wianecki.com/2011/04/19/solaris-10-811-update-10/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 16:59:54 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[SUN]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=5546</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/" title="OS">OS</a><a href="http://blog.wianecki.com/category/unix/os/solaris/" title="Solaris">Solaris</a><a href="http://blog.wianecki.com/category/unix/hardware/sun-hardware-unix/" title="SUN">SUN</a><a href="http://blog.wianecki.com/category/unix/" title="UNIX">UNIX</a><a href="http://blog.wianecki.com/category/unix/os/solaris/10/zfs-10-solaris-os-unix/" title="zfs">zfs</a></p>So I guess next version/update of Solaris will be released in August of 2011? Solaris 10 8/11 (update 10). Such a long wait, I was hoping to see it earlier. Wanted to play with zfs new features, especially dedupliication. Oh well, will have to wait since I cant move to either open solaris oe solaris [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2011/04/19/solaris-10-811-update-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Solaris Server sendmail only does respond to 127.0.0.1 (localhost) interface by default.</title>
		<link>http://blog.wianecki.com/2010/11/05/on-solaris-server-sendmail-only-does-respond-to-127-0-0-1-localhost-interface-by-default/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=on-solaris-server-sendmail-only-does-respond-to-127-0-0-1-localhost-interface-by-default</link>
		<comments>http://blog.wianecki.com/2010/11/05/on-solaris-server-sendmail-only-does-respond-to-127-0-0-1-localhost-interface-by-default/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 20:24:29 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[SUN]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=4604</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/solaris/" title="Solaris">Solaris</a><a href="http://blog.wianecki.com/category/unix/hardware/sun-hardware-unix/" title="SUN">SUN</a><a href="http://blog.wianecki.com/category/unix/" title="UNIX">UNIX</a></p>So I upgraded my solaris server to latest kernel patch and of course it had sendmail as part of that kernel. My emails stopped flowing around. Was looking how to fix it as my home server is my default mail gateway for my email. So anyway in my sendmail config I had the following lines: [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2010/11/05/on-solaris-server-sendmail-only-does-respond-to-127-0-0-1-localhost-interface-by-default/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Mount an ISO image under Linux</title>
		<link>http://blog.wianecki.com/2010/05/15/how-to-mount-an-iso-image-under-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-mount-an-iso-image-under-linux</link>
		<comments>http://blog.wianecki.com/2010/05/15/how-to-mount-an-iso-image-under-linux/#comments</comments>
		<pubDate>Sat, 15 May 2010 18:17:04 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=4453</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a></p>Procedure to mount ISO images under Linux 1) You must login as a root user 2) Create the directory i.e. mount point: # mkdir -p /mnt/temp_disk1 3) Use mount command to mount iso file called disk1.iso with loop option: # mount -o loop disk1.iso /mnt/temp_disk1 Now you should be able to access all the files [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2010/05/15/how-to-mount-an-iso-image-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>virtual server on my rhel 5 not starting</title>
		<link>http://blog.wianecki.com/2009/07/25/virtual-server-on-my-rhel-5-not-starting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=virtual-server-on-my-rhel-5-not-starting</link>
		<comments>http://blog.wianecki.com/2009/07/25/virtual-server-on-my-rhel-5-not-starting/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 13:27:54 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opsware SAS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=3689</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a><a href="http://blog.wianecki.com/category/work/frb/opsware-sas/" title="Opsware SAS">Opsware SAS</a><a href="http://blog.wianecki.com/category/unix/os/" title="OS">OS</a></p>Sometime ago installed my RedHat 5 with xen. Then I needed to create a virtual server running RedHat 4 in it, all needed to be 64 bit because Opsware required 64 bit RHEL AS4, so had to come up with an inexpensive solution. Got Intel Quad from Dell for $400 with 8gb ram, inexpensive desktop, [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/07/25/virtual-server-on-my-rhel-5-not-starting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freshly installed RedHat &#8211; Root logins are not allowed</title>
		<link>http://blog.wianecki.com/2009/05/04/freshly-installed-redhat-root-logins-are-not-allowed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=freshly-installed-redhat-root-logins-are-not-allowed</link>
		<comments>http://blog.wianecki.com/2009/05/04/freshly-installed-redhat-root-logins-are-not-allowed/#comments</comments>
		<pubDate>Mon, 04 May 2009 21:39:41 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=1698</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a></p>Just installed Red Hat AS4 and I am unable to login with root account. Passwd is all set but I am getting popup message saying &#8220;Root logins are not allowed&#8221;, simple solution is to press CTRL+ALT+F1 and switch to console login and you will be on your way Nice and simple.]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/05/04/freshly-installed-redhat-root-logins-are-not-allowed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris 10 U7 released :)</title>
		<link>http://blog.wianecki.com/2009/05/04/solaris-10-u7-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solaris-10-u7-released</link>
		<comments>http://blog.wianecki.com/2009/05/04/solaris-10-u7-released/#comments</comments>
		<pubDate>Mon, 04 May 2009 19:26:48 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[10]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[solaris 10]]></category>
		<category><![CDATA[U7]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=1693</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/solaris/10/" title="10">10</a><a href="http://blog.wianecki.com/category/unix/os/solaris/" title="Solaris">Solaris</a></p>So Sun, ups, I think I should say Oracle released Solaris 10 U7. Here are the few things what I did find whats new:   •System Resources Enhancement - Support Added for Using ZFS Clones When Cloning a Zone - zoneadm attach -b Option. You can back out certain patches from update on attach •System [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/05/04/solaris-10-u7-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ipcalc &#8211; perform simple manipulation of IP addresses</title>
		<link>http://blog.wianecki.com/2009/05/02/ipcalc-perform-simple-manipulation-of-ip-addresses/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ipcalc-perform-simple-manipulation-of-ip-addresses</link>
		<comments>http://blog.wianecki.com/2009/05/02/ipcalc-perform-simple-manipulation-of-ip-addresses/#comments</comments>
		<pubDate>Sat, 02 May 2009 21:38:14 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[BROADCAST]]></category>
		<category><![CDATA[ipcalc]]></category>
		<category><![CDATA[NETMASK]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[simple manipulation of IP addresses]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=1638</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a></p>This utility is so cool, how many times I did try to figure out netmasks, broadcasts etc, this utility actualy performs simple manipulation of IP addresses: ipcalc &#8211; provides a simple way to calculate IP information for a host.  The various options specify what information ipcalc should display on standard out. Multiple options may be [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/05/02/ipcalc-perform-simple-manipulation-of-ip-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle buy Sun</title>
		<link>http://blog.wianecki.com/2009/04/19/oracle-buy-sun/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oracle-buy-sun</link>
		<comments>http://blog.wianecki.com/2009/04/19/oracle-buy-sun/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 13:21:34 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[SUN]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=1488</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/hardware/sun-hardware-unix/" title="SUN">SUN</a></p>I knew something was cooking, when IBM announcement was made SUN&#8217;s stock jumped like a rocket, then when deal was off, at least from talk perspective stock did retreat, but please don&#8217;t tell me people did not know somehow that something else is cooking, how come stock did not go down to previous levels or [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/04/19/oracle-buy-sun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>when trying to remove directory I get the following error: cannot determine if this is an ancestor of the current working directory events</title>
		<link>http://blog.wianecki.com/2009/04/17/when-trying-to-remove-directory-i-get-the-following-error-cannot-determine-if-this-is-an-ancestor-of-the-current-working-directory-events/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=when-trying-to-remove-directory-i-get-the-following-error-cannot-determine-if-this-is-an-ancestor-of-the-current-working-directory-events</link>
		<comments>http://blog.wianecki.com/2009/04/17/when-trying-to-remove-directory-i-get-the-following-error-cannot-determine-if-this-is-an-ancestor-of-the-current-working-directory-events/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 21:18:05 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[10]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[rm]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=1473</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/solaris/10/" title="10">10</a><a href="http://blog.wianecki.com/category/unix/os/solaris/" title="Solaris">Solaris</a></p>I have solaris 10 and I have test user, I have then direcotry created as events, when I do rm -r events I get the following error: rm: cannot determine if this is an ancestor of the current working directory events rm -rf does not even show me anything but directory is not being removed [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/04/17/when-trying-to-remove-directory-i-get-the-following-error-cannot-determine-if-this-is-an-ancestor-of-the-current-working-directory-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinstalling the Boot Loader on Linux Red Hat server</title>
		<link>http://blog.wianecki.com/2009/04/16/reinstalling-the-boot-loader-on-linux-red-hat-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reinstalling-the-boot-loader-on-linux-red-hat-server</link>
		<comments>http://blog.wianecki.com/2009/04/16/reinstalling-the-boot-loader-on-linux-red-hat-server/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 21:13:18 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=1471</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a></p>I had server that rebooted and then was hanging at the GRUB line and was not booting, so I did decide to reinstall grub which seems like it did help. Here is the procedure that I did to get it boot again: Reinstalling the Boot Loader In many cases, the GRUB boot loader can mistakenly [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/04/16/reinstalling-the-boot-loader-on-linux-red-hat-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

