<?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>travis&#039; brain dump &#187; Tech Stuff</title>
	<atom:link href="http://travis.sarbin.net/category/tech-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://travis.sarbin.net</link>
	<description>inside my head...</description>
	<lastBuildDate>Wed, 01 Feb 2012 04:39:25 +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>ICS-based CyanogenMod 9: it&#8217;s on track, but not for everybody</title>
		<link>http://travis.sarbin.net/2011/12/06/ics-based-cyanogenmod-9-its-on-track-but-not-for-everybody/</link>
		<comments>http://travis.sarbin.net/2011/12/06/ics-based-cyanogenmod-9-its-on-track-but-not-for-everybody/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 19:15:36 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://travis.sarbin.net/2011/12/06/ics-based-cyanogenmod-9-its-on-track-but-not-for-everybody/</guid>
		<description><![CDATA[&#160;&#160;http://www.engadget.com/2011/12/06/ics-based-cyanogenmod-9-its-on-track-but-not-for-everybody/ *cradles my MSM7230 phone* I love CM. That is all.]]></description>
			<content:encoded><![CDATA[&nbsp;&nbsp;<div class="meta"></div><p><a href="http://www.engadget.com/2011/12/06/ics-based-cyanogenmod-9-its-on-track-but-not-for-everybody/">http://www.engadget.com/2011/12/06/ics-based-cyanogenmod-9-its-on-track-but-not-for-everybody/</a></p>
<p>*cradles my MSM7230 phone*</p>
<p>I love CM. That is all. </p>
]]></content:encoded>
			<wfw:commentRss>http://travis.sarbin.net/2011/12/06/ics-based-cyanogenmod-9-its-on-track-but-not-for-everybody/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STOP: C0000135 The program can&#8217;t start because %hs is missing. Try reinstalling the program to fix this problem.</title>
		<link>http://travis.sarbin.net/2011/11/28/stop-c0000135-the-program-cant-start-because-hs-is-missing-try-reinstalling-the-program-to-fix-this-problem/</link>
		<comments>http://travis.sarbin.net/2011/11/28/stop-c0000135-the-program-cant-start-because-hs-is-missing-try-reinstalling-the-program-to-fix-this-problem/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 17:59:58 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://travis.sarbin.net/?p=761</guid>
		<description><![CDATA[&#160;&#160;Well, if it was only that easy eh? So, poor Andy brings me his laptop with this error. Seems he&#8217;d contracted a virus earlier in the day and in the process of cleaning the virus out, rebooted his machine and up pops the error &#8221; STOP: C0000135 The program can&#8217;t start because %hs is missing. [...]]]></description>
			<content:encoded><![CDATA[&nbsp;&nbsp;<div class="meta"></div><p>Well, if it was only that easy eh?</p>
<p>So, poor Andy brings me his laptop with this error. Seems he&#8217;d contracted a virus earlier in the day and in the process of cleaning the virus out, rebooted his machine and up pops the error &#8221; STOP: C0000135 The program can&#8217;t start because %hs is missing. Try reinstalling the program to fix this problem.&#8221; Whoops!?</p>
<p>So we buggered around with the system quite a bit last night and tried to figure out the root cause of the issue. He had mentioned attempting to install AVG so we had started there with the though that it might be the cause, but he couldn&#8217;t be sure since he didn&#8217;t actually get the install to launch since his system was acting like a complete maniac anyway. Well, further investigations uncovered that AVG had, in fact, not made it to the hard drive. So what now?</p>
<p>Fortunately, the error is pretty straightforward if you read it. It basically states that the system is having a problem launching off some type of program at boot-up. Due to the nasty blue-screen nature of this thing, it&#8217;s safe to assume it wasn&#8217;t something that lived in the regular ole startup/runOnce/run section of the registry and it behaved a lot like an error I&#8217;d seen before due to a csrsss.exe/winlogin issue. Not a full-blown blue screen with a nice kernel dump, but pretty annoying none-the-less. So, with csrss on my mind and a couple of pointers over googling some ideas, the solution came out of the following:</p>
<p>The virus which he had contracted, modified the registry settings under:</p>
<p>HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\SubSystems<br />
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Session Manager\SubSystems</p>
<p>The value &#8216;Windows&#8217; was changed from:</p>
<p>%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ServerDll=sxssrv,4 ProfileControl=Off MaxRequestThreads=16</p>
<p>to this:</p>
<p>%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=<strong>consrv</strong>:ConServerDllInitialization,2 ServerDll=sxssrv,4 ProfileControl=Off MaxRequestThreads=16</p>
<p>The called &#8216;consrv&#8217; is part of the virus that was implanted into his machine and when he cleaned it up, the dll went missing, thus causing the system to EXPLODE on bootup. Upon loading up the ole trusty Hiren&#8217;s BootCD in MiniXP mode and launching a registry editor from it, I was able to modify the two keys from their viral <em>consrv</em> entries back to <em>winsrv</em>.</p>
<p>With all that cleaned up, I was able to run another viral scan against the system, remove any other traces of such things that I could detect and the system now boots correctly. Unfortunately, there aren&#8217;t many things that can change in these fields that won&#8217;t spin off other types of error messages so if this particular error rears it&#8217;s head and you&#8217;re not running AVG and this fix doesn&#8217;t resolve it&#8230; it&#8217;s probably reload time. Also, if you happen to jack-up the entries in the registry, you may encounter a STOP: C000021a error on bootup. That usually happens when you&#8217;ve mistyped something in the registry entry while resolving this issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://travis.sarbin.net/2011/11/28/stop-c0000135-the-program-cant-start-because-hs-is-missing-try-reinstalling-the-program-to-fix-this-problem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>eat it at&amp;t&#8230; that is all</title>
		<link>http://travis.sarbin.net/2011/09/01/eat-it-att-that-is-all/</link>
		<comments>http://travis.sarbin.net/2011/09/01/eat-it-att-that-is-all/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 13:20:04 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://travis.sarbin.net/?p=757</guid>
		<description><![CDATA[&#160;&#160;http://finance.fortune.cnn.com/2011/08/31/justice-seeks-to-block-att-merger-with-t-mobile/?iid=A_F_News For the record, I believe AT&#38;T needs to go pound sand. The thought of them taking any part in T-Mobile disgusts me. I went to T-Mobile because of extremely poor service from other carriers and their value to cost ratio. AT&#38;T would completely undermine the values of T-Mobile should they acquire the carrier. Not [...]]]></description>
			<content:encoded><![CDATA[&nbsp;&nbsp;<div class="meta"></div><p><a href="http://finance.fortune.cnn.com/2011/08/31/justice-seeks-to-block-att-merger-with-t-mobile/?iid=A_F_News">http://finance.fortune.cnn.com/2011/08/31/justice-seeks-to-block-att-merger-with-t-mobile/?iid=A_F_News</a></p>
<p>For the record, I believe AT&amp;T needs to go pound sand. The thought of them taking any part in T-Mobile disgusts me. I went to T-Mobile because of extremely poor service from other carriers and their value to cost ratio. AT&amp;T would completely undermine the values of T-Mobile should they acquire the carrier. Not to mention we&#8217;d watch our rate plans and phone costs go through the roof. I hope they get burned for this and it costs them that 3 billion in reversal fees. It would serve them right for trying to covertly corner the market by strategically positioning themselves to own almost half of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://travis.sarbin.net/2011/09/01/eat-it-att-that-is-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Epic Fail Sony&#8230; EPIC FAIL.</title>
		<link>http://travis.sarbin.net/2011/04/26/epic-fail-sony-epic-fail/</link>
		<comments>http://travis.sarbin.net/2011/04/26/epic-fail-sony-epic-fail/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 02:45:52 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://travis.sarbin.net/?p=724</guid>
		<description><![CDATA[&#160;&#160;All I can do is shake my head&#8230; really? I&#8217;m soooooo glad I don&#8217;t use PSN. What a bummer for those &#8220;70 million subscribers&#8221;&#8230;. (CNN) &#8212; A hacker has obtained the personal information of PlayStation Network account holders and subscribers of the Qriocity streaming service, Sony said in a message to customers Tuesday. Sony&#8217;s investigations [...]]]></description>
			<content:encoded><![CDATA[&nbsp;&nbsp;<div class="meta"></div><p>All I can do is shake my head&#8230; really? I&#8217;m soooooo glad I don&#8217;t use PSN. What a bummer for those &#8220;70 million subscribers&#8221;&#8230;.</p>
<p><em><strong>(CNN)</strong> &#8212; A hacker has obtained the personal information of PlayStation Network account holders and subscribers of the Qriocity streaming service, Sony said in a message to customers Tuesday.</em></p>
<p><em>Sony&#8217;s investigations over the past week determined that an &#8220;unauthorized person&#8221; had obtained users&#8217; names, home addresses, e-mail addresses, birth dates and passwords, <a href="http://blog.us.playstation.com/2011/04/26/update-on-playstation-network-and-qriocity/" target="new">according to a statement</a> being sent to all account holders.</em></p>
<p><em>The attack also has crippled Sony&#8217;s PlayStation Network, which has some 70 million subscribers and has been down since April 20. The network lets customers download video games from the Web and play against each other online.</em></p>
<p><em>&#8220;While there is no evidence at this time that credit card data was taken, we cannot rule out the possibility,&#8221; said Sony Computer Entertainment and Sony Network Entertainment, which manage the two services, in a joint statement.</em></p>
<p><em>The hacker could have taken credit card numbers, card expiration dates, billing addresses, answers to security questions and purchase history, but not credit-card security codes, they said.</em></p>
<p><em>Sony is encouraging customers &#8220;to protect against possible identity theft or other financial loss&#8221; by reviewing credit-card statements. The company also suggested that some customers may want to place a &#8220;fraud alert&#8221; with credit bureaus.</em></p>
<p><em>Sony did not say how many accounts had been compromised. A spokeswoman declined to comment Tuesday.</em></p>
<p><em>Some subscribers reacted angrily to the news.</em></p>
<p><em>&#8220;You waited a WEEK to tell us our (personal) information was compromised?&#8221; one PlayStation user wrote on a Sony blog. &#8220;That should have been said last Thursday&#8221; &#8212; the day when Sony first acknowledged the issue.</em></p>
<p><em>The intrusions occurred between April 17 and 19, according to the statement. On April 20, Sony switched off the PlayStation and Qriocity online services, which have remained in the dark.</em></p>
<p><em>Users and paid subscribers were also <a href="http://www.cnn.com/2011/TECH/gaming.gadgets/04/25/psn.outage/index.html">mostly in the dark</a> until Tuesday about the reason for the lengthy outage or about when services would be reinstated.</em></p>
<p><em>Sony initially said its PS network would be be back online within one to two days.</em></p>
<p><em>On Tuesday, PlayStation spokesman Patrick Seybold wrote in a statement that it could take another week before they &#8220;expect to restore some services.&#8221;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://travis.sarbin.net/2011/04/26/epic-fail-sony-epic-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>G2+CM7 Review</title>
		<link>http://travis.sarbin.net/2011/02/28/g2cm7-review/</link>
		<comments>http://travis.sarbin.net/2011/02/28/g2cm7-review/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 21:11:57 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://travis.sarbin.net/?p=689</guid>
		<description><![CDATA[&#160;&#160;So far? I&#8217;m impressed. I remember the old days of flashing a windows mobile ROM was a &#8220;plug-n-pray&#8221; operation&#8230; Those things were (and I&#8217;m sure still are) down right scary. It was all to common to find oneself &#8220;bricking&#8221; a phone if just one little thing was out of place. Then along came Android. My [...]]]></description>
			<content:encoded><![CDATA[&nbsp;&nbsp;<div class="meta"></div><p>So far? I&#8217;m impressed.</p>
<p>I remember the old days of flashing a windows mobile ROM was a &#8220;plug-n-pray&#8221; operation&#8230; Those things were (and I&#8217;m sure still are) down right scary. It was all to common to find oneself &#8220;bricking&#8221; a phone if just one little thing was out of place. Then along came Android.</p>
<p>My G2 is my second Android phone. My first was a Motorola Cliq that met an unfortunate fate after being ejected into the snow during a snowboarding trip in Park City, Utah. Somehow those beautiful photo&#8217;s of  mountaintop vistas posted on facebook just didn&#8217;t make it feel any better to drop $500 on a new phone. Alas, it was time to move on. I learned some really important things with my Cliq. It was my first exposure to modified ROMS on the Android platform and really made me respect what was actually being done on the back end to create solid custom ROMS that reliably installed and ran well. The guys that &#8216;cook&#8217; these things up really do some great work. Flashing my Cliq was the best thing I ever did with that phone and it was actually quite easy. Still, nothing compared to how easy it was to flash my G2.</p>
<p>There are plenty of help pages out there on the web to get you going as far as rooting your device and installing custom images so there isn&#8217;t any need for me to go into that here. One of the best tutorials resides on the site I obtained my current ROM from. Just drop out to Google and lookg for CyanogenMod. GREAT work being done over there as far as I am concerned. Don&#8217;t forget that before even moving foward, you have to root your phone. Otherwise you might as well not even look up information on custom ROMS for any other reason than to look at the pretty pictures and wish you had one. You can&#8217;t load a custom image without a rooted device, period.</p>
<p>I for one rooted my phone quite literally the day I got home with it. It&#8217;s a must on these devices as the carriers tend to pack so much bloatware and unneeded software on these phones it&#8217;s a wonder they even boot. A root and cleanup is almost mandatory if you want your phone to perform well. I don&#8217;t blame the platform one bit though as it&#8217;s somehow a necessary evil in this market to pack things on for people to have  &#8216;readily available&#8217; applications and get support from vendors. *rolls eyes* With a rooted G2, all that&#8217;s left is to load up ROM Manager (available on the market) which installs the Clockwork Recovery image (once you&#8217;ve installed RM, applied the img and rebooted) and of course download CM7 from the site. Once you place the images on your SD card, you can run ROM Manager to get things going. Backup your phone (always important) and let the rom drop into place by installing it from the menu. Keep in mind you should backup important things like contacts (if you&#8217;re not syncing them), emails (if you&#8217;re not syncing them) and SMS messages if you&#8217;re so inclined to retain these things because custom ROMS demand wiped devices on a fresh load. It&#8217;s not like backing anything up is difficult these days with all the apps for it out there right? suck it up and go for it!</p>
<p>Anyway, so I loaded up CM7. Right away I noticed the system booted faster. While the G2 was already much faster than my Cliq, the new boot time was much faster than the carrier ROM. Out of the box, CM7 looks and acts smooth. Screen transitions, default notifications, the default launcher were all things that just jumped right out at me. The phone just seemed to run more cleanly. Battery life seems to be only slightly better than stock and the memory usage is a little higher, despite not being able to tell from a performance view. I haven&#8217;t run into any problems loading apps from the market and integration of my preferred home screen launcher, Launcher Pro, works well. I am a big fan of some of the upgrades that Gingerbread brings to the table. Things just tend to run a little smoother overall and thus far haven&#8217;t experienced any issues at all with wifi calling, tethering, texting, emailing (gmail and exchange), surfing the web, facebooking, blogging, streaming or any other things which I typically use on the phone.</p>
<p>Keep in mind if you want the Google apps you&#8217;ll need to load it up in the beginning of your process in the same fashion that you loaded the ROM from ROM Manager. It&#8217;s also downloadable from the same site as CM7. I&#8217;d recommend it unless you&#8217;re into loading your apps manually from the apk files and don&#8217;t want any integration with Google. It&#8217;s not like it eats up that much right? <img src='http://travis.sarbin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Again, I can&#8217;t find any real fault with this ROM and can only sing its praises. It runs much better than the default G2 load from T-Mob and isn&#8217;t that hard to install. I hope those guys continue to keep up the good work. I can&#8217;t wait to see what&#8217;s ahead from this project.</p>
]]></content:encoded>
			<wfw:commentRss>http://travis.sarbin.net/2011/02/28/g2cm7-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Shape: Fitness Evolved (Game Review)</title>
		<link>http://travis.sarbin.net/2011/01/03/your-shape-fitness-evolved-game-review/</link>
		<comments>http://travis.sarbin.net/2011/01/03/your-shape-fitness-evolved-game-review/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 01:24:41 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Fitness]]></category>
		<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://travis.sarbin.net/?p=667</guid>
		<description><![CDATA[&#160;&#160;Ok, so I figured I would do a few postings up about different things in 2011, specifically, game reviews and other various topics. While it&#8217;s fun to put up crazy computer problems, personal updates and rants, I think adding in some more informational things might help out quite a bit as well. This game review [...]]]></description>
			<content:encoded><![CDATA[&nbsp;&nbsp;<div class="meta"></div><p>Ok, so I figured I would do a few postings up about different things in 2011, specifically, game reviews and other various topics. While it&#8217;s fun to put up crazy computer problems, personal updates and rants, I think adding in some more informational things might help out quite a bit as well.</p>
<p>This game review is for &#8220;Your Shape: Fitness Evolved&#8221; for the Xb0x 360 Kinect.  For a comparison to work with, I have also played The Biggest Loser Ultimate Workout.</p>
<p>Out of the box, Your Shape is much easier to use than The Biggest Loser as far as interface goes. The interface for The Biggest loser is really hard to maneuver and lock onto target while Your Shape has a very intuitive system that actually keeps close proximity to your avatar and allows you to select, then confirm your action in an easy motion. It also helps you to warm-up a little while you&#8217;re traversing the menus&#8230; rather than small controlled movements of the hand, you&#8217;re using your whole arm and moving it around to select options within the menu system. Kinect tracking is also better in Your Shape as The Biggest Loser tends to lose you a lot more. You also have you change your angle a lot and it does a poor job tracking you in different positions. Another advantage to working out with Your Shape is that you&#8217;re able to see your body moving on the screen to ensure that your actions are being interpreted correctly by the system and matching the trainer&#8217;s poses and speed. The variety of the workouts between the two is pretty comparable, while The Biggest Loser has a little more variety and somewhat easier exercises, Your Shape focuses on form and speed matching the trainer to get the most out of your exercise as possible. When comparing similar timed workouts, I was able to burn nearly double the calories with Your Shape than The Biggest Loser per my Polar Heart Monitor. Both games do a poor job of actually tracking the amount of calories you&#8217;ve burned during a session.  Both The Biggest Loser and Your Shape give you some things that keep things from getting too boring in the form of challenges (The Biggest Loser) and Gym Games and Classes (Your Shape). One of the nice things with Your Shape is the expandability and the &#8220;classes&#8221; they have for things like a Zen Workout, Bollywood Dancing and Cardio Kick Boxing.</p>
<p>While the actual workouts themselves seem to lack some of the detail and technique you&#8217;d pick up in an actual gym in actual classes or sessions with a trainer, I personally feel that Your Shape delivers about the best you&#8217;re going to get from a video game. Ubisoft has done a great job with a first release workout game for the Kinect platform. While the scoring system sometimes falls on it&#8217;s face because the system can&#8217;t exactly tell you&#8217;re doing the move right or wrong, it still does a better job than The Biggest Loser. The only downside to both of them is they do fall short when verifying correct form and encouraging correct form when your form is improper. However, anyone who knows their body should be able to determine if they are doing the exercise right or not as you should actually feel the exercise as opposed to feeling pain or nothing from the exercise.</p>
<p>My recommendation if you&#8217;re looking for a workout game for the Kinect, Your Shape: Fitness Evolved.</p>
<p>Now to get my hands on EA&#8217;s new game and see how well that works.</p>
]]></content:encoded>
			<wfw:commentRss>http://travis.sarbin.net/2011/01/03/your-shape-fitness-evolved-game-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year (2011 edition)</title>
		<link>http://travis.sarbin.net/2011/01/02/happy-new-year-2011-edition/</link>
		<comments>http://travis.sarbin.net/2011/01/02/happy-new-year-2011-edition/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 21:23:50 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://travis.sarbin.net/?p=663</guid>
		<description><![CDATA[&#160;&#160;So, another year down&#8230; another to go. 2010 had some pretty interesting challenges, lessons learned, blah blah the usual nonsense. What does 2011 hold? Who knows at this point. NYE went pretty well&#8230; it was a calm one. Just spent it hanging out with Andy and Amanda and the kiddos gorging on food continuously for [...]]]></description>
			<content:encoded><![CDATA[&nbsp;&nbsp;<div class="meta"></div><p>So, another year down&#8230; another to go.</p>
<p>2010 had some pretty interesting challenges, lessons learned, blah blah the usual nonsense. What does 2011 hold? Who knows at this point. NYE went pretty well&#8230; it was a calm one. Just spent it hanging out with Andy and Amanda and the kiddos gorging on food continuously for the entire evening&#8230; gotta get in that last night of crazy eating before those weight loss new years resolutions kick in eh? I&#8217;ve actually done really well this holiday season, partly due to the fact I&#8217;ve been sick most of it. This cold has been such a pain in the rear end but it seems to finally be getting out of my system.</p>
<p>So much I could throw on the list of new years resolutions and goals but at the very least, this year, I&#8217;ve got to do the final kill on these few extra pounds lingering&#8230; I&#8217;m goaling for the first three months of 2011 to get that done&#8230; this past summer really screwed me up with that crazy work schedule. I was within my goal weight by 10lbs and ended up gaining 10 back due to working so much. <img src='http://travis.sarbin.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  On my list of goals is to run another 2 10k&#8217;s this year and get a better time than last year by at least 10 minutes. I think I can do better than that, but we&#8217;ll see. I figure if I can drop 20lbs by April and kick training into high gear from the end of March through the end of May, I should be able to tear up the Bolder Boulder this next year.  Eventually I want to work myself up to a half marathon, but I&#8217;m not going that crazy this year. That&#8217;s just way to ambitious for me with my schedule, lol.</p>
<p>I&#8217;ve got the usual various other goals to work on too&#8230; you know those personal goals for finances, the ever looming Camaro project that is slowly but surely moving forward, etc&#8230; I just want to make some major dents this year. On the plan as well, remove that horrible old swing set from the back yard and build the kiddos a mega-plex to play in for the summer. Should be a fun project but I&#8217;m definitely done with that archaic setup we&#8217;ve got going on. It should be a pretty interesting year. But for now, I&#8217;ve still got 3 solid months left of snowboarding season and that&#8217;s got priority. <img src='http://travis.sarbin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So in other news&#8230; on the tech side of things&#8230; I&#8217;ve integrated my blogsite with Facebook. Now it&#8217;s easier to login to the site using facebook credentials. Anyone with an existing account can login the same way and link their blogsite account to their FB account from their user profile screen. Also new accounts registering can do so using their FB credentials. This is all part of the eventual removal of the traditional registration/login system that has been allowing about 50 spammers a month to sign up using automated methods. Really irritating. More to come on this as I play with more features, etc. <img src='http://travis.sarbin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway&#8230; enough boring nonsense.</p>
]]></content:encoded>
			<wfw:commentRss>http://travis.sarbin.net/2011/01/02/happy-new-year-2011-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>updates, upgrades, up&#8230; yeah&#8230;</title>
		<link>http://travis.sarbin.net/2010/11/20/updates-upgrades-up-yeah/</link>
		<comments>http://travis.sarbin.net/2010/11/20/updates-upgrades-up-yeah/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 16:34:27 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://travis.sarbin.net/?p=651</guid>
		<description><![CDATA[&#160;&#160;Mood :&#160;accomplishedSO, where to begin? After going on a serious technology sabbatical, at least from a personal stance, I am back. I think. After working so much during the summer, I tried to get back into my usual personal technology quests (blogging, mobile modding, gaming, home server/network stuff, etc) but just found that by trying [...]]]></description>
			<content:encoded><![CDATA[&nbsp;&nbsp;<div class="meta"><strong>Mood :</strong>&nbsp;accomplished<br/></div><p>SO, where to begin?</p>
<p>After going on a serious technology sabbatical, at least from a personal stance, I am back. I think. <img src='http://travis.sarbin.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>After working so much during the summer, I tried to get back into my usual personal technology quests (blogging, mobile modding, gaming, home server/network stuff, etc) but just found that by trying to dive back into my personal time with technology, I came to hate it even more&#8230; so I just quit for a couple months. It was actually a pretty nice &#8220;break&#8221; for me. I still couldn&#8217;t avoid it since technology is my career, but not engaging in activities involving it after hours helped to smooth over my jaded feelings towards all things tech.</p>
<p>And&#8230; after a few days of &#8220;hitting it hard&#8221; again, I actually feel pretty good about technology once more. I&#8217;ve upgraded the blog site software running on this server, updated the VMWare installations for the hosts, updated the VSA software, rooted my Cliq, loaded a vanilla android installation on it, reloaded all the apps I wanted and pruned out 66 bogus user entries&#8230; Oh, with that, if some of you notice that the email coming to your inbox for notifications has switched out mysteriously to another mail account, my apologies. I was playing with a little tool that links up Facebook accounts to WordPress blog accounts and accidentally pulled down the email address you have posted in your Facebook profile. If you want to change it, just log in and update it with another email account. <img src='http://travis.sarbin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m also pretty stoked about the beginning of my favorite time of year&#8230; SNOWBOARDING SEASON!!!!!!!!!!!! *happy sigh* This is my time to relax, my time to destroy myself on the mountain and feel like I really do something recreational besides a routine daily workout. Can ya tell I&#8217;m excited? <img src='http://travis.sarbin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  This season should prove interesting since two more members of the family are now geared up and ready for the fun. Arwen got a gear reload this year so she&#8217;s all set and Amanda got geared up right at the end of last season so she&#8217;s all good to go as well. Hopefully plenty of funny stories and good pics ahead!</p>
<p>With that&#8230; updates on the family. Family is doing great&#8230; Travis Jr is two now, I can&#8217;t believe how big he is. I seem to remember him coming home from the hospital just a few weeks ago, where has the time gone!? Hopefully I&#8217;ll get around to updating some recent pictures in the gallery today or perhaps tomorrow. Today will be consumed with cleaning, grocery shopping and a lot of XBOX Kinect. <img src='http://travis.sarbin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  That seems to be our new fun thing to do around here&#8230; I think it has something to do with the fact even the kiddos can play it. No controller gaming, a 7 year old girl&#8217;s absolute dream, especially when she gets to play with virtual tiger cubs for hours. *rolls eyes* lol. I&#8217;m still torn on what my favorite game is. I would have to say independently playing I&#8217;m partial to Kinetc Adventures and Dance Central. Group playing I would have to go with Kinect Sports and Dance Central. Those are just really fun &#8220;party&#8221; games to enjoy with a group of people. Kinectimals is a pretty cool idea, kinda fun for the kiddos and Biggest Loser Workout is a workout, so I can&#8217;t count that as a &#8216;Game&#8217; per se. Between our collection and my buddy Randy, I think we&#8217;ve got all the games and reviews covered.  We&#8217;ll probably pick up another game or two over the next couple of weeks as these start to lose their &#8220;new car smell&#8221;.</p>
<p>Anyway, that&#8217;s pretty much it. Nothing really dramatic going on and life is slowly returning to &#8220;normal&#8221;, whatever that is. Busy day ahead so I&#8217;m going to end this for now&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://travis.sarbin.net/2010/11/20/updates-upgrades-up-yeah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 Mailbox Move Failure (Error: 1056749254)</title>
		<link>http://travis.sarbin.net/2010/05/11/exchange-2007-mailbox-move-failure-error-1056749254/</link>
		<comments>http://travis.sarbin.net/2010/05/11/exchange-2007-mailbox-move-failure-error-1056749254/#comments</comments>
		<pubDate>Tue, 11 May 2010 16:29:54 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://travis.sarbin.net/2010/05/11/exchange-2007-mailbox-move-failure-error-1056749254</guid>
		<description><![CDATA[&#160;&#160;So, I spent quite a bit of time digging around on the internet and came up with no solution to this issue. So I&#8217;m posting the solution to this one. I ran across this one while moving a mailbox from one site to another physically across a WAN. Moving mailboxes on the server from one [...]]]></description>
			<content:encoded><![CDATA[&nbsp;&nbsp;<div class="meta"></div><p>So, I spent quite a bit of time digging around on the internet and came up with no solution to this issue. So I&#8217;m posting the solution to this one. I ran across this one while moving a mailbox from one site to another physically across a WAN. Moving mailboxes on the server from one datastore to the other worked just fine, however every time I ran a mailbox move from one location to another, it bombed out with the following error:</p>
<p>[5/10/2010 6:57:36 PM] [0] [ERROR] Error was found for Test User (<a href="mailto:test.user@testdomain.com">test.user@testdomain.com</a>) because: Error occurred in the step: Moving messages. Unable to unlock mailbox with error:<br />
MAPI or an unspecified service provider.<br />
ID no: 00000000-0000-00000000, error code: -1056749254<br />
[5/10/2010 6:57:36 PM] [0] [06876] The operation has finished.</p>
<p>One might immediate think there is an issue with permissions since this was a common item found when doing a search on this particular error and showed up most often when doing a migration from Exchange 2003 to Exchange 2007. In this particular instance, it is due to a problem with a WAN accelerator.</p>
<p>The best way to confirm this is to complete a dump on the interface on the source and target exchange servers when conducting the move. If the WAN accelerator is interfering it may manifest itself by showing a packet on source side that differs from the expected packet on the target side.</p>
<p>In this case, it was a transparency mode configured on a RiverBed device.</p>
<p>Hopefully this post will help someone keep from smashing their head into a keyboard for a couple of days since they can&#8217;t find the answer and point them in the right direction. <img src='http://travis.sarbin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://travis.sarbin.net/2010/05/11/exchange-2007-mailbox-move-failure-error-1056749254/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>0.0.0.0 nic gateway, server 2008</title>
		<link>http://travis.sarbin.net/2010/05/11/0-0-0-0-nic-gateway-server-2008/</link>
		<comments>http://travis.sarbin.net/2010/05/11/0-0-0-0-nic-gateway-server-2008/#comments</comments>
		<pubDate>Tue, 11 May 2010 16:12:18 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://travis.sarbin.net/2010/05/11/0-0-0-0-nic-gateway-server-2008</guid>
		<description><![CDATA[&#160;&#160;Figured this oddity was worth posting. I was loading up a server today and for some reason, despite setting the nic with static ip, gw and dns information I couldn&#8217;t hit outside ip addresses. When I submitted an &#8220;ipconfig /all&#8221; I noticed my gw in the config but also noticed 0.0.0.0 listed with and above [...]]]></description>
			<content:encoded><![CDATA[&nbsp;&nbsp;<div class="meta"></div><p>Figured this oddity was worth posting.</p>
<p>I was loading up a server today and for some reason, despite setting the nic with static ip, gw and dns information I couldn&#8217;t hit outside ip addresses.</p>
<p>When I submitted an &#8220;ipconfig /all&#8221; I noticed my gw in the config but also noticed 0.0.0.0 listed with and above it. Wtf? </p>
<p>Anyway, reboot didn&#8217;t fix it, resubmission of configuration didn&#8217;t fix it, but the following did.</p>
<p>1) Open up &#8216;cmd.exe&#8217; in administrator mode.<br />
2) Type &#8216;route delete 0.0.0.0&#8242;<br />
3) Resubmit your ip settings putting the correct default gateway in.</p>
<p>Should be fine now. (Even after reboot) =)</p>
<p>Not sure what the deal was, but at least its a simple fix for a stupid issue. </p>
]]></content:encoded>
			<wfw:commentRss>http://travis.sarbin.net/2010/05/11/0-0-0-0-nic-gateway-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

