<?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>Oneiric Systems, LLC</title>
	<atom:link href="http://oneiricsys.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oneiricsys.com</link>
	<description></description>
	<lastBuildDate>Wed, 07 Jul 2010 06:49:54 +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>CloudMac Dedicated Mac mini July special</title>
		<link>http://oneiricsys.com/2010/07/cloudmac-dedicated-mac-mini-july-special/</link>
		<comments>http://oneiricsys.com/2010/07/cloudmac-dedicated-mac-mini-july-special/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 06:48:36 +0000</pubDate>
		<dc:creator>Oneiric Systems</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://oneiricsys.com/?p=451</guid>
		<description><![CDATA[CloudMac is offering a special on Dedicated Mac mini&#8217;s running OS X 10.6 Server.  The promo includes 100Mbps Internet connectivity, 250GB monthly and all the other offerings standard with the Dedicate Server plan.
As always, all hosting options are month-to-month with $0 setup fee.  For more info, please visit http://cloudmac.net/l/july_special
Offer available while servers are available.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://cloudmac.net/">CloudMac</a> is offering a special on Dedicated Mac mini&#8217;s running OS X 10.6 Server.  The promo includes 100Mbps Internet connectivity, 250GB monthly and all the other offerings standard with the <a href="http://cloudmac.net/pricing/">Dedicate Server plan</a>.</p>
<p>As always, all hosting options are month-to-month with $0 setup fee.  For more info, please visit <a href="http://cloudmac.net/l/july_special">http://cloudmac.net/l/july_special</a></p>
<p>Offer available while servers are available.</p>
]]></content:encoded>
			<wfw:commentRss>http://oneiricsys.com/2010/07/cloudmac-dedicated-mac-mini-july-special/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Server Hosting</title>
		<link>http://oneiricsys.com/2010/04/apple-server-hosting/</link>
		<comments>http://oneiricsys.com/2010/04/apple-server-hosting/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 01:05:22 +0000</pubDate>
		<dc:creator>Oneiric Systems</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://oneiricsys.com/?p=447</guid>
		<description><![CDATA[CloudMac (http://cloudmac.net/), an Oneiric Systems Company, is focused on providing hosting and server colocation for OS X Servers.
For more information, please refer to the site and CloudMac blog.
]]></description>
			<content:encoded><![CDATA[<p>CloudMac (<a href="http://cloudmac.net/">http://cloudmac.net/</a>), an Oneiric Systems Company, is focused on providing hosting and server colocation for OS X Servers.</p>
<p>For more information, please refer to the site and <a href="http://cloudmac.net/blog/">CloudMac blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://oneiricsys.com/2010/04/apple-server-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reset ifconfig counters</title>
		<link>http://oneiricsys.com/2010/02/howto-reset-ifconfig-counters/</link>
		<comments>http://oneiricsys.com/2010/02/howto-reset-ifconfig-counters/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 03:19:12 +0000</pubDate>
		<dc:creator>Oneiric Systems</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://oneiricsys.com/?p=431</guid>
		<description><![CDATA[Sometimes it is nice to reset the counters ifconfig displays.  This could be done monthly to show detailed bandwidth transfers each month, or after a specific event.  To do so, execute the following commands:Determine your network driver by using the following command:
ethtool -i eth0

Execute the command to clear the counters.  This command assumes the driver [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it is nice to reset the counters ifconfig displays.  This could be done monthly to show detailed bandwidth transfers each month, or after a specific event.  To do so, execute the following commands:<span id="more-431"></span>Determine your network driver by using the following command:</p>
<pre><code>ethtool -i eth0</code>
</pre>
<p>Execute the command to clear the counters.  This command assumes the driver e1000:</p>
<pre><code>modprobe -r e1000; modprobe e1000; ifup eth0
</code></pre>
<p>Confirm the command was successful:</p>
<pre><code>ifconfig eth0 | grep bytes
</code>RX bytes:1400246 (1.3 MiB)  TX bytes:58638 (57.2 KiB)
</pre>
<p>From the output above, the RX and TX bytes were cleared and only display traffic from the last couple of seconds.</p>
<p>*Disclaimer: Use warning performing these commands if unsure of the proper syntax / variables.  Misuse will result in &#8220;disconnecting the astronaut&#8221; and losing access to the remote host.</p>
]]></content:encoded>
			<wfw:commentRss>http://oneiricsys.com/2010/02/howto-reset-ifconfig-counters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting specific history from Firefox</title>
		<link>http://oneiricsys.com/2010/02/deleting-from-firefox/</link>
		<comments>http://oneiricsys.com/2010/02/deleting-from-firefox/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 06:20:00 +0000</pubDate>
		<dc:creator>Oneiric Systems</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://oneiricsys.com/?p=414</guid>
		<description><![CDATA[To delete specific URL&#8217;s from Firefox, simple click on them and hit shift+delete.  This is nice if the URL does not exist, or if it was entered in error.
]]></description>
			<content:encoded><![CDATA[<p>To delete specific URL&#8217;s from Firefox, simple click on them and hit shift+delete.  This is nice if the URL does not exist, or if it was entered in error.</p>
]]></content:encoded>
			<wfw:commentRss>http://oneiricsys.com/2010/02/deleting-from-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinklogical KVM</title>
		<link>http://oneiricsys.com/2010/01/thinklogical-kvm/</link>
		<comments>http://oneiricsys.com/2010/01/thinklogical-kvm/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 20:01:05 +0000</pubDate>
		<dc:creator>Oneiric Systems</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://oneiricsys.com/?p=405</guid>
		<description><![CDATA[We are testing the Thinklogical KVM for a large POC.  The solution allows for dual DVI, USB 2, Serial and PS2 support.  The device worked out of the box, and supported our Dell monitors running 1680&#215;1050.  The audio quality is also great, which is a setback on other IP based KVM solutions.
Overall, we are very [...]]]></description>
			<content:encoded><![CDATA[<p>We are testing the Thinklogical KVM for a large POC.  The solution allows for dual DVI, USB 2, Serial and PS2 support.  The device worked out of the box, and supported our Dell monitors running 1680&#215;1050.  The audio quality is also great, which is a setback on other IP based KVM solutions.</p>
<p>Overall, we are very impressed with the <a href="http://thinklogical.com/" target="_blank">Thinklogical</a> unit.</p>
]]></content:encoded>
			<wfw:commentRss>http://oneiricsys.com/2010/01/thinklogical-kvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware to Acquire Zimbra</title>
		<link>http://oneiricsys.com/2010/01/vmware-to-acquire-zimbra/</link>
		<comments>http://oneiricsys.com/2010/01/vmware-to-acquire-zimbra/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 05:59:20 +0000</pubDate>
		<dc:creator>Oneiric Systems</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://oneiricsys.com/?p=399</guid>
		<description><![CDATA[VMware today announced their acquisition of Zimbra.
More information is available from both VMware and Zimbra.
Zimbra states &#8220;First and foremost, we want to reassure our community, customers and partners that we stay 100% committed to our mission.  Together with VMware, we will accelerate our investments in Zimbra and strive to be even better at building and [...]]]></description>
			<content:encoded><![CDATA[<p>VMware today announced their acquisition of Zimbra.<span id="more-399"></span></p>
<p>More information is available from both <a href="http://www.vmware.com/company/news/releases/zimbra.html">VMware</a> and <a href="http://www.zimbrablog.com/blog/archives/2010/01/zimbra-to-join-vmware.html">Zimbra</a>.</p>
<p>Zimbra states &#8220;First and foremost, we want to reassure our community, customers and partners that we stay 100% committed to our mission.  Together with VMware, we will accelerate our investments in Zimbra and strive to be even better at building and supporting the best open source email and collaboration software in the market.  As always, we will work tirelessly to strengthen and grow our business relationships and service our customers and community.&#8221;</p>
<p>Even with their transition into Yahoo!, the support and company has been fantastic.  We are excited to see how VMware helps their growth.</p>
]]></content:encoded>
			<wfw:commentRss>http://oneiricsys.com/2010/01/vmware-to-acquire-zimbra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Throughput test using dd</title>
		<link>http://oneiricsys.com/2009/12/throughput-test-using-dd/</link>
		<comments>http://oneiricsys.com/2009/12/throughput-test-using-dd/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 15:16:02 +0000</pubDate>
		<dc:creator>Oneiric Systems</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://oneiricsys.com/?p=373</guid>
		<description><![CDATA[When installing or tuning storage, it is nice to benchmark write performance from several hosts simultaneously.  It is possible to accomplish this using the following command:

dd if=/dev/zero of=/Volumes/SAN/`hostname` bs=1g count=100
Assuming the hostname of the server is xserve01.domain.com, this command will write a 100GB file with the hostname of the computer to /Volumes/SAN/xserve01.domain.com
This command works well [...]]]></description>
			<content:encoded><![CDATA[<p>When installing or tuning storage, it is nice to benchmark write performance from several hosts simultaneously.  It is possible to accomplish this using the following command:</p>
<p><span id="more-373"></span></p>
<p>dd if=/dev/zero of=/Volumes/SAN/`hostname` bs=1g count=100</p>
<p>Assuming the hostname of the server is xserve01.domain.com, this command will write a 100GB file with the hostname of the computer to /Volumes/SAN/xserve01.domain.com</p>
<p>This command works well when run across several computers using Remote Desktop, and could be used to apply substantial load on a network server or SAN volume.</p>
]]></content:encoded>
			<wfw:commentRss>http://oneiricsys.com/2009/12/throughput-test-using-dd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacBook Pro EFI Firmware 1.8 boot fail</title>
		<link>http://oneiricsys.com/2009/12/macbook-pro-efi-firmware-1-8-fail-to-boot/</link>
		<comments>http://oneiricsys.com/2009/12/macbook-pro-efi-firmware-1-8-fail-to-boot/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 20:19:47 +0000</pubDate>
		<dc:creator>Oneiric Systems</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://oneiricsys.com/?p=379</guid>
		<description><![CDATA[Apple released EFI Firmware update 1.8 on December 8 to eliminate the noise made by the optical disk drive during wake from sleep on MacBook Pro.
When rebooting for the firmware upgrade, one of our computers failed and did not boot.  There was a long tone (expected for the upgrade), then three tones in a row.  [...]]]></description>
			<content:encoded><![CDATA[<p>Apple released <a href="http://oneiricsys.com/aapl-EFI1.8" target="_blank">EFI Firmware update 1.8 </a>on December 8 to eliminate the noise made by the optical disk drive during wake from sleep on MacBook Pro.</p>
<p><span id="more-379"></span>When rebooting for the firmware upgrade, one of our computers failed and did not boot.  There was a long tone (expected for the upgrade), then three tones in a row.  Three beeps means there is a RAM problem with the computer.</p>
<p>From <a href="http://oneiricsys.com/akb-HT2341" target="_blank">Apple KB article HT2341</a>:</p>
<p>Some RAM may appear to pass the Power-On-Self-Test (POST) but still cannot be used by the operating system. In this case, the computer will display a gray screen, sound three tones and blink the power LED on the front of the computer three times, pause, and repeat the blinking until the computer is turned off.</p>
<p>The memory in the laptop was not modified, and not third party (which may cause this boot problem).</p>
<p>To resolve the issue, we removed and reseated the memory.</p>
<p>I am not sure if this will work with all cases of Firmware 1.8 boot issues, but it fixed on of our systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://oneiricsys.com/2009/12/macbook-pro-efi-firmware-1-8-fail-to-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zimbra Account Status Differences</title>
		<link>http://oneiricsys.com/2009/12/zimbra-account-status-differences/</link>
		<comments>http://oneiricsys.com/2009/12/zimbra-account-status-differences/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 01:11:13 +0000</pubDate>
		<dc:creator>Oneiric Systems</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://oneiricsys.com/?p=369</guid>
		<description><![CDATA[There are five different states for a Zimbra Account: Active, LockOut, Maintenance, Locked and Closed.  Below is more information on each state. 
Active &#8211; Normal status for a mailbox account. Mail is delivered and users can log into the client interface.
LockOut &#8211; Users who try to log in and do not enter their correct password [...]]]></description>
			<content:encoded><![CDATA[<p>There are five different states for a Zimbra Account: Active, LockOut, Maintenance, Locked and Closed.  Below is more information on each state.<span id="more-369"></span><strong> </strong></p>
<p><strong>Active</strong> &#8211; Normal status for a mailbox account. Mail is delivered and users can log into the client interface.</p>
<p><strong>LockOut</strong> &#8211; Users who try to log in and do not enter their correct password are locked out of their account after a specified number of consecutive failed login attempts. An account’s status is automatically changed to Lockout. How long the account is locked out is set by COS or Account configuration, but you can change the lockout status at any time.</p>
<p><strong>Maintenance</strong> &#8211; When a mailbox status is set to maintenance, login is disabled, and mail addressed to the account is queued at the MTA. An account can be set to maintenance mode for backing up, importing or restoring the mailbox.<br />
<strong><br />
Locked</strong> &#8211; When a mailbox status is locked, the user cannot log in, but mail is still delivered to the account. The locked status can be set, if you suspect that a mail account has been hacked or is being used in an unauthorized manner.<br />
<strong><br />
Closed</strong> &#8211; When a mailbox status is closed, the login is disabled, and messages are bounced. This status is used to soft-delete an account before deleting the account from the server. A closed account does not reduce the account license count.</p>
]]></content:encoded>
			<wfw:commentRss>http://oneiricsys.com/2009/12/zimbra-account-status-differences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GrandCentral site shutting down 12/31/09</title>
		<link>http://oneiricsys.com/2009/12/grandcentral-site-shutting-down/</link>
		<comments>http://oneiricsys.com/2009/12/grandcentral-site-shutting-down/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 01:59:44 +0000</pubDate>
		<dc:creator>Oneiric Systems</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://oneiricsys.com/?p=364</guid>
		<description><![CDATA[With the acquisition of GrandCentral by Google, both Google Voice and GrandCentral functioned.  GrandCentral.com will be shutting down on December 31, 2009.From a recent GrandCentral communication:
&#8220;All GrandCentral accounts were upgraded to Google Voice earlier this year, but since that time, you&#8217;ve still been able to log-in to your GrandCentral account and listen to old messages [...]]]></description>
			<content:encoded><![CDATA[<p>With the acquisition of GrandCentral by Google, both Google Voice and GrandCentral functioned.  GrandCentral.com will be shutting down on December 31, 2009.<span id="more-364"></span>From a recent GrandCentral communication:</p>
<p>&#8220;All GrandCentral accounts were upgraded to Google Voice earlier this year, but since that time, you&#8217;ve still been able to log-in to your GrandCentral account and listen to old messages there. You will no longer be able to log-in to your GrandCentral account after December 31.&#8221;</p>
<p>GrandCentral suggests downloading any voicemails you would like to keep.</p>
]]></content:encoded>
			<wfw:commentRss>http://oneiricsys.com/2009/12/grandcentral-site-shutting-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
