<?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>TempusFactor &#187; OpenSolaris</title>
	<atom:link href="http://tempusfactor.com/category/opensolaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://tempusfactor.com</link>
	<description>So many things, so little time...</description>
	<lastBuildDate>Thu, 29 Jul 2010 01:05:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mounting USB Printers under Virtualbox on Solaris</title>
		<link>http://tempusfactor.com/2009/08/mounting-usb-printers-under-virtualbox-on-solaris/</link>
		<comments>http://tempusfactor.com/2009/08/mounting-usb-printers-under-virtualbox-on-solaris/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 18:21:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://tempusfactor.com/?p=67</guid>
		<description><![CDATA[If you, like me, own a USB printer that requires the driver to load firmware into the system at boot time and you run anything other than windows you&#8217;ve probably experienced the joy of poor printing.
Until now the only solution I had was to plug it into my primary desktop and share it which wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>If you, like me, own a USB printer that requires the driver to load firmware into the system at boot time and you run anything other than windows you&#8217;ve probably experienced the joy of poor printing.</p>
<p>Until now the only solution I had was to plug it into my primary desktop and share it which wasn&#8217;t optimal, I originally tried to run Xen under Solaris with a Windows XP guest but the support for USB bridging isn&#8217;t there yet.  I switched to VirtualBox but the attempts to get it to mount the usb device were always failing with errors in /var/adm/messages</p>
<p>Aug 30 14:31:04 XXX VBoxUSBHelper[2093]: [ID 387370 user.error] VBoxUSBHelper: /usr/sbin/update_drv -a -i pci1043,8277@1a,7/printer@2 ugen<br />
Aug 30 14:31:04 XXX VBoxUSBHelper[2093]: [ID 387370 user.error] VBoxUSBHelper: /usr/sbin/update_drv -a -i pci1043,8277@1a,7/printer@2 ugen<br />
Aug 30 14:31:05 XXX VBoxUSBHelper[2095]: [ID 387370 user.error] VBoxUSBHelper: /usr/sbin/update_drv -d -i pci1043,8277@1a,7/printer@2 ugen<br />
Aug 30 14:31:05 XXX VBoxUSBHelper[2095]: [ID 387370 user.error] VBoxUSBHelper: /usr/sbin/update_drv -d -i pci1043,8277@1a,7/printer@2 ugen<br />
Aug 30 14:31:05 XXX VBoxSVC[1688]: [ID 734376 user.error] USBProxy: failed to capture device Hewlett-Packard HP LaserJet 1020.<br />
Aug 30 14:31:05 XXX VBoxSVC[1688]: [ID 734376 user.error] USBProxy: failed to capture device Hewlett-Packard HP LaserJet 1020.</p>
<p>Typing in the command manually showed that ugen wasn&#8217;t able to be properly mounted,  poking around I found some articles about getting <a href="http://technopark02.blogspot.com/2005/06/solaris-10-usb-digital-camera-howto.html">cameras to operate under Solaris</a> and  followed them to remap the printer device as a ugen as far as Solaris was concerned (Since I can&#8217;t actually reliably print with the printer under Solaris anyways this was no loss).</p>
<p>After that I hotplugged the printer and was able to finally mount and share the printer under my windows XP VirtualBox instance.</p>
<p>Hopefully this will help others who want to get a similar situation resolved with VirtualBox and Solaris.</p>
]]></content:encoded>
			<wfw:commentRss>http://tempusfactor.com/2009/08/mounting-usb-printers-under-virtualbox-on-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Networking with xVM(Xen) and Opensolaris</title>
		<link>http://tempusfactor.com/2009/01/networking-with-xvmxen-and-opensolaris/</link>
		<comments>http://tempusfactor.com/2009/01/networking-with-xvmxen-and-opensolaris/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 06:43:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[xVM]]></category>

		<guid isPermaLink="false">http://tempusfactor.com/?p=30</guid>
		<description><![CDATA[So I&#8217;ve been playing around with the new virtualization features that have been put back into Opensolaris and to say the documentation is a little sketchy is being kind.  Most writing found on the web refers to installations that are using linux as the Dom0 and Solaris is doing it just different enough to make [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been playing around with the new virtualization features that have been put back into Opensolaris and to say the documentation is a little sketchy is being kind.  Most writing found on the web refers to installations that are using linux as the Dom0 and Solaris is doing it just different enough to make them useless.</p>
<p>As a helpful hint, when you are setting up Dom0 and you have multiple adapters don&#8217;t believe the documentation when it says that the default is the first device in dladm show-link.  Because for me it wasn&#8217;t, and I wasted a bit of time trying to figure out why my networking wasn&#8217;t working.</p>
]]></content:encoded>
			<wfw:commentRss>http://tempusfactor.com/2009/01/networking-with-xvmxen-and-opensolaris/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
