<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SUNWfrk’s Blog</title>
	
	<link>http://www.sunwfrk.com</link>
	<description>a blog about my passion, hobby and work</description>
	<lastBuildDate>Sat, 07 Jan 2012 09:55:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SunwfrksBlog" /><feedburner:info uri="sunwfrksblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Upgrading an XSCF on a restricted network</title>
		<link>http://feedproxy.google.com/~r/SunwfrksBlog/~3/9XBqhrvaXts/</link>
		<comments>http://www.sunwfrk.com/2011/03/31/upgrading-an-xscf-on-a-restricted-network/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 14:16:56 +0000</pubDate>
		<dc:creator>SUNWfrk</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[M-series]]></category>
		<category><![CDATA[xscf]]></category>

		<guid isPermaLink="false">http://www.sunwfrk.com/?p=804</guid>
		<description><![CDATA[I found myself in a situation today where I wasn&#8217;t able to upgrade the XSCF firmware on our new Oracle Enterprise M5000 unless I drove to the datacenter with a USB key. The network on our XSCF is very restricted, we can only SSH to it and the XSCF itself [...]]]></description>
			<content:encoded><![CDATA[<p>I found myself in a situation today where I wasn&#8217;t able to upgrade the XSCF firmware on our new Oracle Enterprise M5000 unless I drove to the datacenter with a USB key. The network on our XSCF is very restricted, we can only SSH to it and the XSCF itself can not initiate any connection over that network. To upgrade an XSCF you can use HTTPS (ports blocked by firewall) or the XSCF can download the firmware over ftp, http or https but as I mentioned, the XSCF itself cannot access anything. so I tried to ftp over the DSCP network but there I ran against the same issue -&gt; only traffic allowed from the domains to the XSCF and not the other way arround. So it was getting me mad and I figured a way around it:</p>
<p>1) upload your firmware to a domain into let&#8217;s say /var/tmp/xscf-firmware</p>
<p>2) go to /var/tmp/xscf-firmware and type:</p>
<blockquote><p>python -m SimpleHTTPServer 8080</p></blockquote>
<p>3) open another terminal and login to the XSCF over the<a title="The DSCP network" href="http://blogs.sun.com/olympus/entry/dscp" target="_blank"> DSCP network</a>:</p>
<blockquote><p>ssh -l xscfuser -R 8080:localhost:8080 `/usr/platform/SUNW,SPARC-Enterprise/sbin/prtdscp -s`</p></blockquote>
<p>4) now just download your firmware:</p>
<blockquote><p>XSCF&gt; getflashimage http://localhost:8080/FFXCP1101.tar.gz</p></blockquote>
<p>You should see the following in your terminal where you started the python webserver:</p>
<div>
<blockquote><p>localhost &#8211; - [31/Mar/2011 11:50:03] &#8220;GET /FFXCP1101.tar.gz HTTP/1.1&#8243; 200 -</p></blockquote>
<p>PS: now you just downloaded the firmware, please read the documentation how to apply it.</p>
</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=9XBqhrvaXts:akcViFjzXIY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=9XBqhrvaXts:akcViFjzXIY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=9XBqhrvaXts:akcViFjzXIY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?i=9XBqhrvaXts:akcViFjzXIY:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SunwfrksBlog/~4/9XBqhrvaXts" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sunwfrk.com/2011/03/31/upgrading-an-xscf-on-a-restricted-network/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.sunwfrk.com/2011/03/31/upgrading-an-xscf-on-a-restricted-network/</feedburner:origLink></item>
		<item>
		<title>Self made home NAS power measurements</title>
		<link>http://feedproxy.google.com/~r/SunwfrksBlog/~3/_RbJaEOZp8o/</link>
		<comments>http://www.sunwfrk.com/2011/03/27/self-made-home-nas-power-measurements/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 07:04:48 +0000</pubDate>
		<dc:creator>SUNWfrk</dc:creator>
				<category><![CDATA[General IT stuff]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://www.sunwfrk.com/?p=789</guid>
		<description><![CDATA[I promised to publish some power measurements of my self made home NAS, so&#8230; here they are! The CPU cores only seems to support the C1 state (loved to use C3 or C6..) for the rest I&#8217;m using powerd to throttle the frequency and &#8216;atacontrol spindown&#8217; for the disks. When [...]]]></description>
			<content:encoded><![CDATA[<p>I promised to publish some power measurements of my self made home NAS, so&#8230; here they are!</p>
<p>The CPU cores only seems to support the C1 state (loved to use C3 or C6..) for the rest I&#8217;m using powerd to throttle the frequency and &#8216;atacontrol spindown&#8217; for the disks.</p>
<p>When the system is idle and the data disk are spun down:</p>
<p style="text-align: left;"><a href="http://static.sunwfrk.com/20110327_NAS_idle.jpeg" rel="lightbox[789]"><img class="aligncenter" title="NAS idle" src="http://static.sunwfrk.com/20110327_NAS_idle.jpeg" alt="Nas Idle" width="400" /></a>When all 4 threads (it&#8217;s a dual core ATOM with HT) on the system are in use:</p>
<p style="text-align: left;"><a href="http://static.sunwfrk.com/20110327_NAS_CPU.jpeg" rel="lightbox[789]"><img class="aligncenter" title="NAS CPU load" src="http://static.sunwfrk.com/20110327_NAS_CPU.jpeg" alt="NAS CPU load" width="400" /></a>When all 4 threads are in use and a benchmarks is running on the data disks:</p>
<p style="text-align: center;"><a href="http://static.sunwfrk.com/20110327_NAS_CPU+DISK.jpeg" rel="lightbox[789]"><img class="aligncenter" title="NAS CPU and DISKS" src="http://static.sunwfrk.com/20110327_NAS_CPU+DISK.jpeg" alt="NAS CPU and DISKS" width="400" /></a></p>
<p style="text-align: left;">If you are wondering which components I used then take a look at my <a href="http://www.sunwfrk.com/2011/02/22/self-made-home-nas-with-zfs/">first NAS post</a></p>
<p style="text-align: left;">Disk performance benchmarks can be <a href="http://www.sunwfrk.com/2011/02/28/self-made-home-nas-io-benchmarks/">found here</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=_RbJaEOZp8o:OGZgy3z15Sw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=_RbJaEOZp8o:OGZgy3z15Sw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=_RbJaEOZp8o:OGZgy3z15Sw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?i=_RbJaEOZp8o:OGZgy3z15Sw:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SunwfrksBlog/~4/_RbJaEOZp8o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sunwfrk.com/2011/03/27/self-made-home-nas-power-measurements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sunwfrk.com/2011/03/27/self-made-home-nas-power-measurements/</feedburner:origLink></item>
		<item>
		<title>Solaris 11 Introduction Video</title>
		<link>http://feedproxy.google.com/~r/SunwfrksBlog/~3/ljEUHwHs-F4/</link>
		<comments>http://www.sunwfrk.com/2011/03/21/solaris-11-introduction-video/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 21:05:46 +0000</pubDate>
		<dc:creator>SUNWfrk</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.sunwfrk.com/?p=783</guid>
		<description><![CDATA[Hi, Milek posted a nice introduction video about Solaris 11. check it out at his site!]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Hi,</p>
<p style="text-align: left;">Milek posted a nice introduction video about Solaris 11.<br />
check it out at <a title="Solaris 11 Introduction Video @Milek's site" href="http://milek.blogspot.com/2011/03/solaris-11-introduction-video.html" target="_blank">his site</a>!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=ljEUHwHs-F4:K66cnOrekes:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=ljEUHwHs-F4:K66cnOrekes:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=ljEUHwHs-F4:K66cnOrekes:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?i=ljEUHwHs-F4:K66cnOrekes:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SunwfrksBlog/~4/ljEUHwHs-F4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sunwfrk.com/2011/03/21/solaris-11-introduction-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sunwfrk.com/2011/03/21/solaris-11-introduction-video/</feedburner:origLink></item>
		<item>
		<title>Self made home NAS I/O benchmarks</title>
		<link>http://feedproxy.google.com/~r/SunwfrksBlog/~3/rruDKUiAUrY/</link>
		<comments>http://www.sunwfrk.com/2011/02/28/self-made-home-nas-io-benchmarks/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 11:15:57 +0000</pubDate>
		<dc:creator>SUNWfrk</dc:creator>
				<category><![CDATA[General IT stuff]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://www.sunwfrk.com/?p=761</guid>
		<description><![CDATA[As requested by some, these are some graphs of the benchmarks I&#8217;ve run on my home NAS. Bear in mind that I didn&#8217;t made this NAS for screaming performance. It just had to stream movies, pictures but also keep them save and this with &#8216;green&#8217; in the back of my [...]]]></description>
			<content:encoded><![CDATA[<p>As requested by some, these are some graphs of the benchmarks I&#8217;ve run on my home NAS. Bear in mind that I didn&#8217;t made this NAS for screaming performance. It just had to stream movies, pictures but also keep them save and this with &#8216;green&#8217; in the back of my mind.</p>
<p>for the setup of the machine, check my previous blog post.</p>
<p>&nbsp;</p>
<p><strong>Bonnie benchmark on a ZFS mirror with compression disabled</strong></p>
<p><a href="http://static.sunwfrk.com/20110228-bonnie-zfs-homenas-with-compression-disabled.png" rel="lightbox[761]"><img class="alignnone" title="zfs homenas benchmark with compression disabled" src="http://static.sunwfrk.com/20110228-bonnie-zfs-homenas-with-compression-disabled-th.png" alt="" /></a></p>
<p>&nbsp;</p>
<p><strong>Bonnie benchmark on a ZFS mirror with compression enabled (LZJB)</strong></p>
<p><a href="http://static.sunwfrk.com/20110228-bonnie-zfs-homenas-with-compression-enabled.png" rel="lightbox[761]"><img class="alignnone" title="zfs homenas benchmark with compression enabled" src="http://static.sunwfrk.com/20110228-bonnie-zfs-homenas-with-compression-enabled-th.png" alt="" /></a></p>
<p>&nbsp;</p>
<p>Conclusion: I think this is a fair performance for home use, even if you think that the drives I use are optimized for reduced power (&#8216;green&#8217;) usage and are running at 5200rpm. Also compression seems to improve disk I/O as it needs less data to be send/read to the disks but will use more CPU and thus.. also more power..</p>
<p>Next UP: power measurements.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=rruDKUiAUrY:qtHyElxs76k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=rruDKUiAUrY:qtHyElxs76k:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=rruDKUiAUrY:qtHyElxs76k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?i=rruDKUiAUrY:qtHyElxs76k:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SunwfrksBlog/~4/rruDKUiAUrY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sunwfrk.com/2011/02/28/self-made-home-nas-io-benchmarks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.sunwfrk.com/2011/02/28/self-made-home-nas-io-benchmarks/</feedburner:origLink></item>
		<item>
		<title>Self made home NAS with ZFS</title>
		<link>http://feedproxy.google.com/~r/SunwfrksBlog/~3/ezY4Z344kBk/</link>
		<comments>http://www.sunwfrk.com/2011/02/22/self-made-home-nas-with-zfs/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 18:44:40 +0000</pubDate>
		<dc:creator>SUNWfrk</dc:creator>
				<category><![CDATA[General IT stuff]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[lian-li]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[supermicro]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://www.sunwfrk.com/?p=721</guid>
		<description><![CDATA[Yes, this is yet another self-made NAS post.. But when I was searching for information I had the feeling it was either with OpenSolaris/Solaris Express and ZFS or with Linux and some LVM. Some even dare to use btrfs which in my opinion is still in heavy development and not [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, this is yet another self-made NAS post.. But when I was searching for information I had the feeling it was either with OpenSolaris/Solaris Express and ZFS or with Linux and some LVM. Some even dare to use btrfs which in my opinion is still in heavy development and not near stable. I&#8217;m not such a big fan of Solaris Express or btrfs for home use. I do like Linux or FreeBSD and ZFS. So it was clear for me, it would be FreeBSD with ZFS because of the native support for this FS.</p>
<p>Before I had this NAS I had 2 USB disk with ZFS in mirror attached to an OpenSolaris laptop but believe me, this is not an ideal setup, it worked but after one year of non stop operation scrubs constantly found data inconsistencies. Even after opening the USB cases and attaching the drives directly with a SATA cable ZFS was reporting errors. So, buy some new drives! (they&#8217;re really not so expensive)</p>
<p>So I ordered the following things.</p>
<blockquote><p>1x SuperMicro X7SPA-H Atom D510 Mainboard, Retail<br />
1x Lian Li PC-Q08 Black, No power supply<br />
2x Kingston KTH-ZD8000B/2G 2 GB, PC5300, 667 MHz<br />
1x Seasonic M12II-520 Modular, Bronze 520 Watt, 20+24 Pins<br />
1x Lite-On LiteOn IHAS324 Serial ATA, Retail, Black<br />
2x Western Digital Caviar 1,5TB WD15EARS-22Z5B1</p></blockquote>
<p style="text-align: center;"><a href="http://static.sunwfrk.com/homenas.png" rel="lightbox[721]"><img class="aligncenter" style="border: 0px initial initial;" title="photo-2.JPG" src="http://static.sunwfrk.com/homenas-sm.png" border="0" alt="Home NAS" width="400" height="299" /></a></p>
<p>Since it&#8217;s a home NAS I didn&#8217;t needed Enterprise grade performance but a low powered multifunctional device where I had the freedom to install what I want on it (that rules out Qnap, Synology..)</p>
<p>Some downsides of my configuration:</p>
<blockquote><p>no graphic support in FreeBSD because of lacking GEM support (seems they&#8217;re <a href="http://forums.freebsd.org/showthread.php?t=21840" target="_blank">working</a> on it.)<br />
no ECC memory, ECC memory is not supported on current ATOM boards. (this is also not offered by qnap or other home NAS builders)</p></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=ezY4Z344kBk:G5td5V5LEaA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=ezY4Z344kBk:G5td5V5LEaA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=ezY4Z344kBk:G5td5V5LEaA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?i=ezY4Z344kBk:G5td5V5LEaA:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SunwfrksBlog/~4/ezY4Z344kBk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sunwfrk.com/2011/02/22/self-made-home-nas-with-zfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sunwfrk.com/2011/02/22/self-made-home-nas-with-zfs/</feedburner:origLink></item>
		<item>
		<title>Who does sudo report these “incidents” to?</title>
		<link>http://feedproxy.google.com/~r/SunwfrksBlog/~3/Ze0j3Vr_Quw/</link>
		<comments>http://www.sunwfrk.com/2010/12/30/who-does-sudo-reports-these-incidents-to/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 13:54:19 +0000</pubDate>
		<dc:creator>SUNWfrk</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[santa]]></category>
		<category><![CDATA[santaclaus]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://www.sunwfrk.com/?p=634</guid>
		<description><![CDATA[Another nice one from xkcd which a colleague of mine brought to my attention:]]></description>
			<content:encoded><![CDATA[<p>Another nice one from <a href="http://xkcd.com/838/" target="_blank">xkcd </a>which a colleague of mine brought to my attention:</p>
<p><a href="http://static.sunwfrk.com/20101230_incident.png" rel="lightbox[634]"><img class="alignnone" title="sudo incident" src="http://static.sunwfrk.com/20101230_incident.png" alt="" width="507" height="225" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=Ze0j3Vr_Quw:IJ9gCg0DP4M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=Ze0j3Vr_Quw:IJ9gCg0DP4M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=Ze0j3Vr_Quw:IJ9gCg0DP4M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?i=Ze0j3Vr_Quw:IJ9gCg0DP4M:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SunwfrksBlog/~4/Ze0j3Vr_Quw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sunwfrk.com/2010/12/30/who-does-sudo-reports-these-incidents-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sunwfrk.com/2010/12/30/who-does-sudo-reports-these-incidents-to/</feedburner:origLink></item>
		<item>
		<title>iTunes; accept incoming connections?</title>
		<link>http://feedproxy.google.com/~r/SunwfrksBlog/~3/us89i_lv9hs/</link>
		<comments>http://www.sunwfrk.com/2010/11/27/itunes-accept-incoming-connections/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 11:27:20 +0000</pubDate>
		<dc:creator>SUNWfrk</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.sunwfrk.com/blog/?p=583</guid>
		<description><![CDATA[Every time I started iTunes I got the question window if I wanted to allow iTunes to accept incoming connections.. I searched a while and stumbled upon this post where I saw that it was not an isolated case. At the end of the page I found the solution. Type [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="alignright" title="iTunes" src="http://static.sunwfrk.com/itunes.png" alt="" width="80" height="81" />Every time I started iTunes I got the question window if I wanted to allow iTunes to accept incoming connections..<br />
I searched a while and stumbled upon <a href="http://discussions.apple.com/message.jspa?messageID=9936677" target="_blank">this post</a> where I saw that it was not an isolated case.<br />
At the end of the page I found the solution.</p>
<p>Type this in Terminal to verify that iTunes is installed correctly:</p>
<blockquote>
<div id="_mcePaste">Legolas:~ sunwfrk$ <strong>codesign -v /Applications/iTunes.app</strong></div>
<div id="_mcePaste">/Applications/iTunes.app: a sealed resource is missing or invalid</div>
</blockquote>
<div>That response says enough so after <a href="http://www.apple.com/itunes/download/" target="_blank">downloading</a> and reinstalling iTunes the message was gone.</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=us89i_lv9hs:Zg-A-gRoIxc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=us89i_lv9hs:Zg-A-gRoIxc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=us89i_lv9hs:Zg-A-gRoIxc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?i=us89i_lv9hs:Zg-A-gRoIxc:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SunwfrksBlog/~4/us89i_lv9hs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sunwfrk.com/2010/11/27/itunes-accept-incoming-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sunwfrk.com/2010/11/27/itunes-accept-incoming-connections/</feedburner:origLink></item>
		<item>
		<title>Oracle starts with video blog</title>
		<link>http://feedproxy.google.com/~r/SunwfrksBlog/~3/tS95q4mUfTI/</link>
		<comments>http://www.sunwfrk.com/2010/11/20/oracle-starts-wit-video-blog/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 10:44:51 +0000</pubDate>
		<dc:creator>SUNWfrk</dc:creator>
				<category><![CDATA[General IT stuff]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.sunwfrk.com/blog/?p=562</guid>
		<description><![CDATA[Oracle started with a video blog, showing a lot of new features of the new Solaris 11 express OS check it out here: http://blogs.sun.com/video/ Thanks to Henkis blog &#8220;It&#8217;s a UNIX system&#8220;]]></description>
			<content:encoded><![CDATA[<p>Oracle started with a video blog, showing a lot of new features of the new Solaris 11 express OS</p>
<p>check it out here: <a href="http://blogs.sun.com/video/" target="_blank">http://blogs.sun.com/video/</a></p>
<p>Thanks to Henkis blog &#8220;<a title="It's a UNIX system" href="http://sparcv9.blogspot.com/2010/11/oracle-blogs-on-s11-express-features.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+UnixSystem+%28It%27s+a+UNIX+system%21%29&amp;utm_content=Google+Reader" target="_blank">It&#8217;s a UNIX system</a>&#8220;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=tS95q4mUfTI:ev5M2lNnWes:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=tS95q4mUfTI:ev5M2lNnWes:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=tS95q4mUfTI:ev5M2lNnWes:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?i=tS95q4mUfTI:ev5M2lNnWes:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SunwfrksBlog/~4/tS95q4mUfTI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sunwfrk.com/2010/11/20/oracle-starts-wit-video-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sunwfrk.com/2010/11/20/oracle-starts-wit-video-blog/</feedburner:origLink></item>
		<item>
		<title>yum update problems on a vps</title>
		<link>http://feedproxy.google.com/~r/SunwfrksBlog/~3/EwGnmZNrhV0/</link>
		<comments>http://www.sunwfrk.com/2010/11/12/yum-update-on-a-vps/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 18:19:54 +0000</pubDate>
		<dc:creator>SUNWfrk</dc:creator>
				<category><![CDATA[General IT stuff]]></category>
		<category><![CDATA[belGOnet]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[threads]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.sunwfrk.com/blog/?p=545</guid>
		<description><![CDATA[I had a slight problem when upgrading my RPM&#8217;s on my VPS (which I got from belGOnet and I can fully recommend!!) Most of the time &#8216;yum update&#8217; failed to work and exits with this error [root@rogue ~]# yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Traceback [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.belgonet.com" target="_blank"><img class="alignright" style="margin: 10px;" title="belGOnet" src="http://static.sunwfrk.com/belGOnet_logo.png" alt="" width="180" height="33" /></a> I had a slight problem when upgrading my RPM&#8217;s on my VPS  (which I got from belGOnet and I can fully recommend!!) Most of the time &#8216;yum update&#8217; failed to work and exits with this error</p>
<blockquote><p>[root@rogue ~]# yum update<br />
Loaded plugins: fastestmirror<br />
Loading mirror speeds from cached hostfile<br />
Traceback (most recent call last):<br />
File &#8220;/usr/bin/yum&#8221;, line 29, in ?<br />
yummain.user_main(sys.argv[1:], exit_code=True)<br />
File &#8220;/usr/share/yum-cli/yummain.py&#8221;, line 309, in user_main<br />
errcode = main(args)<br />
File &#8220;/usr/share/yum-cli/yummain.py&#8221;, line 178, in main<br />
result, resultmsgs = base.doCommands()<br />
File &#8220;/usr/share/yum-cli/cli.py&#8221;, line 345, in doCommands<br />
self._getTs(needTsRemove)<br />
File &#8220;/usr/lib/python2.4/site-packages/yum/depsolve.py&#8221;, line 101, in _getTs<br />
self._getTsInfo(remove_only)<br />
File &#8220;/usr/lib/python2.4/site-packages/yum/depsolve.py&#8221;, line 112, in _getTsInfo<br />
pkgSack = self.pkgSack<br />
File &#8220;/usr/lib/python2.4/site-packages/yum/__init__.py&#8221;, line 661, in<br />
pkgSack = property(fget=lambda self: self._getSacks(),<br />
File &#8220;/usr/lib/python2.4/site-packages/yum/__init__.py&#8221;, line 501, in _getSacks<br />
self.repos.populateSack(which=repos)<br />
File &#8220;/usr/lib/python2.4/site-packages/yum/repos.py&#8221;, line 232, in populateSack<br />
self.doSetup()<br />
File &#8220;/usr/lib/python2.4/site-packages/yum/repos.py&#8221;, line 79, in doSetup<br />
self.ayum.plugins.run(&#8216;postreposetup&#8217;)<br />
File &#8220;/usr/lib/python2.4/site-packages/yum/plugins.py&#8221;, line 179, in run<br />
func(conduitcls(self, self.base, conf, **kwargs))<br />
File &#8220;/usr/lib/yum-plugins/fastestmirror.py&#8221;, line 181, in postreposetup_hook<br />
all_urls = FastestMirror(all_urls).get_mirrorlist()<br />
File &#8220;/usr/lib/yum-plugins/fastestmirror.py&#8221;, line 333, in get_mirrorlist<br />
self._poll_mirrors()<br />
File &#8220;/usr/lib/yum-plugins/fastestmirror.py&#8221;, line 376, in _poll_mirrors<br />
pollThread.start()<br />
File &#8220;/usr/lib/python2.4/threading.py&#8221;, line 416, in start<br />
_start_new_thread(self.__bootstrap, ())<br />
thread.error: can&#8217;t start new thread</p></blockquote>
<p>The answer is (again) more simple then you might expect. Thus, before you start reinstalling python or start rebuilding your yum database try this and modify this file as following: /etc/yum/pluginconf.d/fastestmirror.conf</p>
<blockquote><p>[main]<br />
enabled=1<br />
verbose=0<br />
socket_timeout=3<br />
hostfilepath=/var/cache/yum/timedhosts.txt<br />
maxhostfileage=10<br />
#this was set to 15 and causes problems on a VPS which is mostly limited in the number of concurrent threads<br />
maxthreads=5<br />
#exclude=.gov, facebook</p></blockquote>
<p>After this &#8216;yum update&#8217; should be working again. if you are still running out of threads you can put the enabled flag to zero and this will disable the fastestmirror plugin.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=EwGnmZNrhV0:8Ic6JGyA5rQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=EwGnmZNrhV0:8Ic6JGyA5rQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=EwGnmZNrhV0:8Ic6JGyA5rQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?i=EwGnmZNrhV0:8Ic6JGyA5rQ:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SunwfrksBlog/~4/EwGnmZNrhV0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sunwfrk.com/2010/11/12/yum-update-on-a-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sunwfrk.com/2010/11/12/yum-update-on-a-vps/</feedburner:origLink></item>
		<item>
		<title>Adding custom rpm’s to your autoyast installation</title>
		<link>http://feedproxy.google.com/~r/SunwfrksBlog/~3/rFYw17Raktk/</link>
		<comments>http://www.sunwfrk.com/2010/11/11/adding-custom-rpms-to-your-autoyast-installation/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 16:11:08 +0000</pubDate>
		<dc:creator>SUNWfrk</dc:creator>
				<category><![CDATA[General IT stuff]]></category>
		<category><![CDATA[autoyast]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[suse]]></category>

		<guid isPermaLink="false">http://www.sunwfrk.com/blog/?p=495</guid>
		<description><![CDATA[This is a follow up of my previous blogpost where I created a custom initrd for an autoyast installation. The module I added to the initrd was made out of a source rpm, this source rpm also generated rpm files with this module in so you can use it in [...]]]></description>
			<content:encoded><![CDATA[<p>This is a follow up of <a href="http://www.sunwfrk.com/blog/2010/11/11/adding-an-exotic-network-driver-to-a-suse-autoyast-installation/">my previous blogpost</a> where I created a custom initrd for an autoyast installation. The module I added to the initrd was made out of a source rpm, this source rpm also generated rpm files with this module in so you can use it in your installation. I found a lot of info from <a href="http://opseast.wordpress.com/2007/06/05/autoyast-how-and-why-you-may-need-to-update-your-sle-installation-environment-source/" target="_blank">this</a> site. What we will do is adding an &#8216;updates&#8217; directory which can be used for rpm&#8217;s who will update existing rpm&#8217;s or we can add new or custom rpm&#8217;s.</p>
<p>some background info: my installation is located in /install/sles10sp2/CD1, my install server ip is 10.8.0.1 and I installed inst-source-utils.rpm</p>
<blockquote><p>/usr/bin/create_update_source.sh /install/sles10sp2/CD1</p></blockquote>
<p>this will create an &#8216;updates&#8217; directory in /install/sles10sp2/CD1. Now you can add your custom rpm&#8217;s into that directory. I&#8217;m using an x86_64 installation so for me it will be:</p>
<blockquote><p>cp /usr/src/packages/RPMS/x86_64/hp-igb-kmp-smp-2.3.4_2.6.16.60_0.21-1.x86_64.rpm /install/sles10sp2/CD1/updates/suse/x86_64/<br />
cd  /install/sles10sp2/CD1/updates/suse<br />
create_package_descr -x setup/descr/EXTRA_PROV<br />
cd setup/descr<br />
ls &gt; directory.yast</p></blockquote>
<p>We&#8217;re almost there; now we only have to edit your autoyast profile and add the following:</p>
<blockquote><p>&lt;add-on&gt;<br />
&lt;add_on_products config:type=&#8221;list&#8221;&gt;<br />
&lt;listentry&gt;<br />
&lt;media_url&gt;nfs://10.8.0.1/install/sles10sp2/updates&lt;/media_url&gt;<br />
&lt;product&gt;SuSE-Linux-Updates&lt;/product&gt;<br />
&lt;product_dir&gt;/&lt;/product_dir&gt;<br />
&lt;/listentry&gt;<br />
&lt;/add_on_products&gt;<br />
&lt;/add-on&gt;</p></blockquote>
<p>That&#8217;s it!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=rFYw17Raktk:s7F8uGuxGwc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=rFYw17Raktk:s7F8uGuxGwc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SunwfrksBlog?a=rFYw17Raktk:s7F8uGuxGwc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SunwfrksBlog?i=rFYw17Raktk:s7F8uGuxGwc:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SunwfrksBlog/~4/rFYw17Raktk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sunwfrk.com/2010/11/11/adding-custom-rpms-to-your-autoyast-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.sunwfrk.com/2010/11/11/adding-custom-rpms-to-your-autoyast-installation/</feedburner:origLink></item>
	</channel>
</rss><!-- This Quick Cache file was built for (  www.sunwfrk.com/feed/ ) in 0.82413 seconds, on Jan 7th, 2012 at 1:56 pm UTC. --><!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Jan 7th, 2012 at 2:56 pm UTC -->

