<?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>AlekZ&#039; Scratchpad &#187; nevada</title>
	<atom:link href="http://www.alekz.net/archives/tag/nevada/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alekz.net</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 13:01:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to migrate a zone with shared to exclusive IP-stack</title>
		<link>http://www.alekz.net/archives/449</link>
		<comments>http://www.alekz.net/archives/449#comments</comments>
		<pubDate>Thu, 18 Jun 2009 00:16:49 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Crossbow]]></category>
		<category><![CDATA[nevada]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[virtual interfaces]]></category>
		<category><![CDATA[zones]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=449</guid>
		<description><![CDATA[&#034;Old&#034; Solaris approach: a zone with exclusive IP-stack requires a separate physical network interface. &#034;New&#034; Solaris 11 (project Crossbow, beginning b105) approach: you have one physical interface and you do with it whatever you want. You can create a whole network within your single box and a single network card. Here&#039;s an example on how [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/449/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to compile Bluefish 1.3.x under OpenSolaris or Solaris Nevada</title>
		<link>http://www.alekz.net/archives/432</link>
		<comments>http://www.alekz.net/archives/432#comments</comments>
		<pubDate>Sat, 07 Feb 2009 12:39:37 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Bluefish]]></category>
		<category><![CDATA[nevada]]></category>
		<category><![CDATA[OpenSolaris]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=432</guid>
		<description><![CDATA[Get intltool package (for example, from blastwave) If you use the bundled intltool, you will get the following error: Undefined first referenced symbol in file libintl_bind_textdomain_codeset bluefish.o libintl_gettext bf_lib.o libintl_textdomain bluefish.o libintl_bindtextdomain bluefish.o libintl_ngettext file.o ld: fatal: symbol referencing errors. No output written to bluefish-unstable collect2: ld returned 1 exit status gmake[3]: *** [bluefish-unstable] Error [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/432/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling Wine 1.1.14 for OpenSolaris or Solaris Nevada</title>
		<link>http://www.alekz.net/archives/428</link>
		<comments>http://www.alekz.net/archives/428#comments</comments>
		<pubDate>Sun, 01 Feb 2009 13:36:05 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Wine]]></category>
		<category><![CDATA[nevada]]></category>
		<category><![CDATA[OpenSolaris]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=428</guid>
		<description><![CDATA[Update 15.02.2009 @ 14:04: Same for wine 1.1.15&#8230; The following error: ipstats.c: In function `getInterfaceStatsByName&#039;: ipstats.c:279: error: called object is not a function ipstats.c: In function `getICMPStats&#039;: ipstats.c:472: error: called object is not a function ipstats.c: In function `getIPStats&#039;: ipstats.c:641: error: called object is not a function ipstats.c: In function `getTCPStats&#039;: ipstats.c:778: error: called object [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/428/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wine 1.1.5 for Solaris</title>
		<link>http://www.alekz.net/archives/237</link>
		<comments>http://www.alekz.net/archives/237#comments</comments>
		<pubDate>Sun, 21 Sep 2008 13:28:49 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Wine]]></category>
		<category><![CDATA[nevada]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=237</guid>
		<description><![CDATA[Wine 1.1.5 is out. So are new compiling errors: gmake[2]: Entering directory `/var/tmp/wine-1.1.5/dlls/cryptnet&#039; gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -O2 -o cryptnet_main.o cryptnet_main.c In file included from cryptnet_main.c:31: ../../include/winbase.h:1518: error: syntax error before &#034;va_list&#034; ../../include/winbase.h:1519: error: syntax error before &#034;va_list&#034; gmake[2]: *** [cryptnet_main.o] Error 1 gmake[2]: [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/237/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Solaris, Wine and Xorg extensions</title>
		<link>http://www.alekz.net/archives/166</link>
		<comments>http://www.alekz.net/archives/166#comments</comments>
		<pubDate>Sat, 23 Aug 2008 14:32:52 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Wine]]></category>
		<category><![CDATA[nevada]]></category>
		<category><![CDATA[Xorg extensions]]></category>
		<category><![CDATA[Xrandr]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=166</guid>
		<description><![CDATA[Wine 1.1.3 is out! Let&#039;s see hot it compiles on Solaris snv_95 (Solaris 11 build 95). Let&#039;s start with errors. ../../tools/wrc/wrc &#8211;nostdinc -I. -I. -I../../include -I../../include -DBUILD_SHA1=\&#034;`GIT_DIR=../../.git git rev-parse HEAD 2&#62;/dev/null`\&#034; -fowinetest.res winetest.rc sh: git: not found *** Error code 1 make: Fatal error: Command failed for target `winetest.res&#039; Current working directory /var/tmp/wine-1.1.3/programs/winetest *** Error [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/166/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel I/O Acceleration Technology</title>
		<link>http://www.alekz.net/archives/139</link>
		<comments>http://www.alekz.net/archives/139#comments</comments>
		<pubDate>Wed, 13 Aug 2008 23:27:54 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[ioat]]></category>
		<category><![CDATA[nevada]]></category>
		<category><![CDATA[OpenSolaris]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=139</guid>
		<description><![CDATA[http://www.intel.com/technology/ioacceleration/ Intel® I/O Acceleration Technology (Intel® I/OAT) accelerates TCP/IP processing and reduces CPU  overhead. It scales up to eight GbE and 10 10GbE ports and supported on dual- or quad-core Xeon architecture. Supported by Solaris beginning s11b89. http://www.opensolaris.org/os/project/intel-platform/IOAT http://opensolaris.org/os/community/arc/caselog/2008/257/mail From  b89 ON: http://dlc.sun.com/osol/on/downloads/b89/on-changelog-b89.html 6567008 driver for intel ioat v1 &#38; v2 DMA engine needed 6582323 [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/139/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

