<?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>OpenSolaris Blog</title>
	<atom:link href="http://uros.opensolaris.rs/feed/" rel="self" type="application/rss+xml" />
	<link>http://uros.opensolaris.rs</link>
	<description>All about OpenSolaris&#039; technologies</description>
	<lastBuildDate>Tue, 05 Jan 2010 12:00:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Updating OpenSolaris to arbitrary build version</title>
		<link>http://uros.opensolaris.rs/2010/01/05/updating-opensolaris-to-arbitrary-build-version/</link>
		<comments>http://uros.opensolaris.rs/2010/01/05/updating-opensolaris-to-arbitrary-build-version/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 12:00:49 +0000</pubDate>
		<dc:creator>Uroš</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://uros.opensolaris.rs/?p=30</guid>
		<description><![CDATA[Many questions have been asked regarding how to update OpenSolaris to voluntary build. In this post I’ll show how to update from one build to b126, for example.
beadm create snv-126
beadm mount snv-126 /mnt
pkg install –R /mnt entire@0.5.11,5.11–0.126
bootadm update-archive –R /mnt
beadm unmount snv-126
beadm activate snv-126
reboot
]]></description>
			<content:encoded><![CDATA[<p>Many questions have been asked regarding how to update OpenSolaris to voluntary build. In this post I’ll show how to update from one build to b126, for example.</p>
<p><em>beadm create snv-126<br />
beadm mount snv-126 /mnt<br />
pkg install –R /mnt entire@0.5.11,5.11–0.126<br />
bootadm update-archive –R /mnt<br />
beadm unmount snv-126<br />
beadm activate snv-126<br />
reboot</em></p>
]]></content:encoded>
			<wfw:commentRss>http://uros.opensolaris.rs/2010/01/05/updating-opensolaris-to-arbitrary-build-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Networking on OpenSolaris</title>
		<link>http://uros.opensolaris.rs/2010/01/02/basic-networking-on-opensolaris/</link>
		<comments>http://uros.opensolaris.rs/2010/01/02/basic-networking-on-opensolaris/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 11:37:54 +0000</pubDate>
		<dc:creator>Uroš</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://uros.opensolaris.rs/?p=24</guid>
		<description><![CDATA[I just found one interesting post how to install network driver on OpenSolaris. Hope someone will find it useful. Original author is Allen Sanabria.
Now OpenSolaris is not as popular as Linux so there are not as many devices supported as there are for Linux (So bare that in mind). When I first installed OpenSolaris and [...]]]></description>
			<content:encoded><![CDATA[<p>I just found one interesting post how to install network driver on OpenSolaris. Hope someone will find it useful. Original author is <em>Allen Sanabria.</em></p>
<p style="padding-left: 30px;">Now OpenSolaris is not as popular as Linux so there are not as many devices supported as there are for Linux (So bare that in mind). When I first installed OpenSolaris and OpenSolaris booted up just fine, I logged into the nice Gnome Window Manager and opened up a shell. I ran<em> </em><em>ifconfig –a</em> and it showed two <em>lo</em> interfaces (One ipv4 and the other ipv6) and an <em>nge0</em> interface (Old Nvidia Drivers).</p>
<p style="padding-left: 30px;">I had no network connectivity, so I had to google for a few seconds and I found that if you run <strong><em><span style="font-weight: normal;">ifconfig  dhcp star</span></em><em><span style="font-weight: normal;">t</span></em></strong> this will send a DHCP request to the DHCP server. Well I ran this and it just sat there and waited until it exited with no dhcp server response. I did not know if that was the right driver for my network card though I did assume it was why else OpenSolaris choose that driver for me.</p>
<p style="padding-left: 30px;">My first instinct is how do I found out for sure that <em>nge</em> was the correct driver for my network card. So I need a utility that is equivalent to <em>lspci</em><em> </em>in the OpenSolaris world, after some searching I found<strong> <em><span style="font-weight: normal;">scanpci</span></em></strong> and<em> prtconf</em>. Though<em> prtconf</em> did not give me what I was looking for in this situation but<em> </em><em>scanpci</em> did. This is the output of<em> </em><em>scanpci</em> for my network controller…<span id="more-24"></span></p>
<p style="padding-left: 30px;"><em>/usr/X11R6/bin/scanpci –v</em></p>
<p style="padding-left: 30px;"><em>pci bus 0x0000 cardnum 0x07 function 0x00: vendor 0x10de device 0x03ef<br />
nVidia Corporation MCP61 Ethernet<br />
CardVendor 0x1565 card 0x2505 (Biostar Microtech Int’l Corp, Card unknown)<br />
STATUS    0x00b0  COMMAND 0x0007<br />
CLASS     0x06 0x80 0x00  REVISION 0xa2<br />
BIST      0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00<br />
BASE0     0xfe02d000  addr 0xfe02d000  MEM<br />
BASE1     0x0000ec01  addr 0x0000ec00  I/O<br />
MAX_LAT   0x14  MIN_GNT 0x01  INT_PIN 0x01  INT_LINE 0x0b<br />
BYTE_0    0x65  BYTE_1  0x15  BYTE_2  0x05  BYTE_3  0x25</em></p>
<p>The info above was a great help,</p>
<ol>
<li> The type of card we have and its model <em>nVidia Corporation MCP61 Ethernet</em></li>
<li> The device <em>ID 0x03ef</em> thought all you really need is <em>03ef</em></li>
</ol>
<p style="padding-left: 30px;">I found this link on the OpenSolaris web site. This link will show you all the supported and third party supported drivers for OpenSolaris. I found the nfo driver which is for the nforce chipset. Though for the third party drivers, OpenSolaris does not provide you the link to the sources or binaries . So after another search on google I found this link <em>http://homepage2.nifty.com/mrym3/taiyodo/eng/</em>. This site was exactly what I needed, Here is the link for the newest driver for nfo.</p>
<p style="padding-left: 30px;">After I downloaded nfo , here are the steps I took ( They were in the Readme.txt ).</p>
<p style="padding-left: 30px;"><em>gunzip nfo-2.6.0.tar.gz<br />
tar –xvf nfo-2.6.0.tar<br />
cd nfo-2.6.0<br />
rm obj Makefile<br />
ln –s Makefile.${KARCH}_${COMPILER} Makefile  <span style="font-style: normal;">( for me it was ln –s Makefile.amd64_gcc  Makefile )</span><br />
ln –s ${KARCH} obj <span style="font-style: normal;">( for me it was ln –s amd64 obj )</span><br />
rm Makefile.config<br />
ln –s Makefile.config_gld3 Makefile.config<br />
/usr/ccs/bin/make<br />
/usr/ccs/bin/make install<br />
cp nfo.conf /kernel/drv/nfo.conf<br />
./adddrv.sh<br />
modload obj/nfo<br />
devfsadm –i nfo<br />
ifconfig nfoN plumb <span style="font-style: normal;">( where N is the device number, for me it was nfo0 )</span><br />
ifconfig nfo0 dhcp start <span style="font-style: normal;">( this is if you want your interface to use DHCP )</span><br />
touch /etc/dhcp.nfo0<span style="font-style: normal;"> ( this is if you want your interface to use dhcp when it come back up)</span><br />
edit /etc/nsswitch.conf  <span style="font-style: normal;">( Where it says host: files, change it to host: files dns )</span><br />
reboot — r</em></p>
]]></content:encoded>
			<wfw:commentRss>http://uros.opensolaris.rs/2010/01/02/basic-networking-on-opensolaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSolaris Auto-Builder</title>
		<link>http://uros.opensolaris.rs/2009/12/28/opensolaris-auto-builder/</link>
		<comments>http://uros.opensolaris.rs/2009/12/28/opensolaris-auto-builder/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 15:58:11 +0000</pubDate>
		<dc:creator>Uroš</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://uros.opensolaris.rs/?p=20</guid>
		<description><![CDATA[Thanks to one of OpenSolaris’ sister communities — BeleniX, its founder Moinak Ghosh wrote one nice script and a blog post how to use it and build OpenSolaris from source. I’m glad to present his work and here is excerpt from his post:
The utility takes a workspace containing the OpenSolaris build snapshot tarballs and patches [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 1.5em; padding: 0px;">Thanks to one of OpenSolaris’ sister communities — BeleniX, its founder <strong>Moinak Ghosh</strong> wrote one nice script and a blog post how to use it and build OpenSolaris from source. I’m glad to present his work and here is excerpt from his post:</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 1.5em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 30px;">The utility takes a workspace containing the OpenSolaris build snapshot tarballs and patches to apply and at the end delivers binary packages. It is also has the ability to check for pre-requisites for running the build. For eg. presence of proper version of SUN Studio 12, development and locale headers, assembler etc. It should work on both BeleniX and OpenSolaris though I have found time to only test it on BeleniX till date.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 1.5em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 30px;"><strong>Getting it:</strong> Execute <span style="color: #993366;">pkgadd –d http://www.belenix.org/binfiles/autobuilder.pkg</span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 1.5em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 30px;"><span style="color: #993366;"><span id="more-20"></span></span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 1.5em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 30px;"><strong>Setting up:</strong> Create a directory like say <span style="color: #3366ff;">osol_ws</span>. Now create <span style="color: #3366ff;">osol_ws/downloads</span> and <span style="color: #3366ff;">osol_ws/patches</span>. If you have patches for ON create another directory <span style="color: #3366ff;">osol_ws/patches/on_patches</span> and copy them into it. Copy your XEN patches if any into <span style="color: #3366ff;">osol_ws/patches/xvm_patches</span>. Now run <span style="color: #993366;">osol_builder prereq</span> while connected to the net. This will check for prerequisites for building OSOL on your distro and fix most of the requirements except for installing the proper SUN Studio 12 which you will have to do manually since it requires a login to download from SUN’s site.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 1.5em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 30px;"><strong>Building: </strong>Now download all the requires build snapshot tarballs into <span style="color: #3366ff;">osol_ws/downloads</span>: on-src.tar.bz2, xvm-src.tar.bz2, SUNWonbld.i386.tar.bz2 or SUNWonbld.sparc.tar.bz2 ‚  on-closed-bins-nd.i386.tar.bz2 or on-closed-bins-nd.sparc.tar.bz2. Finally fire up the script: <span style="color: #993366;">osol_builder build –R /path/to/osol_ws –d myosol</span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 1.5em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 30px;">Running the utility without arguments prints a complete help text that will explain the subcommands and options.</p>
]]></content:encoded>
			<wfw:commentRss>http://uros.opensolaris.rs/2009/12/28/opensolaris-auto-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power of ZFS</title>
		<link>http://uros.opensolaris.rs/2009/12/26/power-of-zfs/</link>
		<comments>http://uros.opensolaris.rs/2009/12/26/power-of-zfs/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 14:55:31 +0000</pubDate>
		<dc:creator>Uroš</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://uros.opensolaris.rs/?p=15</guid>
		<description><![CDATA[
This video might be interested to show full potential of ZFS. It has been done on a funny way but it still show full advantage of ZFS over other file systems.
]]></description>
			<content:encoded><![CDATA[<p><object id="flashObj" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="486" height="322" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="videoId=1819737907&amp;linkBaseURL=https%3A%2F%2Fchannelsun.sun.com%2Fmedia%2Fshow%2F13118&amp;playerID=1640183659&amp;domain=embed&amp;" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://c.brightcove.com/services/viewer/federated_f9/1640183659?isVid=1&amp;publisherID=1460825906" /><param name="name" value="flashObj" /><param name="flashvars" value="videoId=1819737907&amp;linkBaseURL=https%3A%2F%2Fchannelsun.sun.com%2Fmedia%2Fshow%2F13118&amp;playerID=1640183659&amp;domain=embed&amp;" /><param name="allowfullscreen" value="true" /><embed id="flashObj" type="application/x-shockwave-flash" width="486" height="322" src="http://c.brightcove.com/services/viewer/federated_f9/1640183659?isVid=1&amp;publisherID=1460825906" name="flashObj" allowscriptaccess="always" swliveconnect="true" allowfullscreen="true" seamlesstabbing="false" base="http://admin.brightcove.com" flashvars="videoId=1819737907&amp;linkBaseURL=https%3A%2F%2Fchannelsun.sun.com%2Fmedia%2Fshow%2F13118&amp;playerID=1640183659&amp;domain=embed&amp;" bgcolor="#FFFFFF"></embed></object></p>
<p>This video might be interested to show full potential of ZFS. It has been done on a funny way but it still show full advantage of ZFS over other file systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://uros.opensolaris.rs/2009/12/26/power-of-zfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSolaris Serbia</title>
		<link>http://uros.opensolaris.rs/2009/12/25/opensolaris-serbia/</link>
		<comments>http://uros.opensolaris.rs/2009/12/25/opensolaris-serbia/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 22:11:46 +0000</pubDate>
		<dc:creator>Uroš</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://uros.opensolaris.rs/?p=13</guid>
		<description><![CDATA[Our web pages finally went to public and content started being added each day. I’m more than happy waiting this day and see how our small community start to grow. So far, we have more than 50 registered members and this number grows up each day. I saw that many people ask about username and password when [...]]]></description>
			<content:encoded><![CDATA[<p>Our web pages finally went to public and content started being added each day. I’m more than happy waiting this day and see how our small community start to grow. So far, we have more than 50 registered members and this number grows up each day. I saw that many people ask about username and password when they want to start OpenSolaris Live CD. Answer is quite simple — both of them are <em>jack</em>, and when one user want to takeover super user privileges password is — <em>opensolaris.</em> This is something that could be easily found on Internet, but I feel responsible to write this in my post again.</p>
<p>I hope that we created our OpenSolaris community that will never disappear and will be able to self-govern and grow up in future. When I receive such feedback from our Community I’ll be very proud on myself and on my colleagues whose helped me so much to achieve such target.</p>
]]></content:encoded>
			<wfw:commentRss>http://uros.opensolaris.rs/2009/12/25/opensolaris-serbia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSolaris 2009.06</title>
		<link>http://uros.opensolaris.rs/2009/11/29/opensolaris-2009-06/</link>
		<comments>http://uros.opensolaris.rs/2009/11/29/opensolaris-2009-06/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 09:44:50 +0000</pubDate>
		<dc:creator>Uroš</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://uros.opensolaris.rs/?p=10</guid>
		<description><![CDATA[On December 1st, OpenSolaris 2009.06 will be shipped with December issue of regional (Serbian) Computer World magazine. I believe that it will be the best opportunity to show the wider community what OpenSolaris is and what it would be in near future. As IT technology sector becomes more mature, cracking Operating Systems will be more [...]]]></description>
			<content:encoded><![CDATA[<p>On December 1st, OpenSolaris 2009.06 will be shipped with December issue of regional (Serbian) Computer World magazine. I believe that it will be the best opportunity to show the wider community what OpenSolaris is and what it would be in near future. As IT technology sector becomes more mature, cracking Operating Systems will be more and more harder and typical user who used to live with cracked software has to make transition into open source world if he want to have free software. OpenSolaris is a great solution for that since it is the most reliable and stable OS on the world.</p>
]]></content:encoded>
			<wfw:commentRss>http://uros.opensolaris.rs/2009/11/29/opensolaris-2009-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://uros.opensolaris.rs/2009/11/16/hello-world/</link>
		<comments>http://uros.opensolaris.rs/2009/11/16/hello-world/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 21:23:24 +0000</pubDate>
		<dc:creator>Uroš</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://uros.opensolaris.rs/?p=1</guid>
		<description><![CDATA[Usually, when programmer starts to learn new language first code she or he writes is well known “Hello World”. Having that in my mind I named my first post with that name. I wanted to tell the world that I’m new in this emerging blog world and I have to learn a lot since this [...]]]></description>
			<content:encoded><![CDATA[<p>Usually, when programmer starts to learn new language first code she or he writes is well known “Hello World”. Having that in my mind I named my first post with that name. I wanted to tell the world that I’m new in this emerging blog world and I have to learn a lot since this is my first blog I decided to edit without any help. I installed blog engine and built everything from the scratch. It was relatively easy, but I ahd to do lot of manual tweaking since I wanted my blog to be clean and simple.</p>
<p>Topics I plan to cover will be from OpenSolaris world. It won’t be connected necessarily to operating system itself but also to its surrounding technologies. It would be mixture of personal opinions, technical stuffs, news and ideas related to OpenSolaris Project. I hope you will like it, and find interesting material for reading. Comments are, of course, more than welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://uros.opensolaris.rs/2009/11/16/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
