<?xml version="1.0" encoding="windows-1252" ?>
	<!-- RSS generated by mandatorycurfew.com on {ts '2008-07-08 22:35:13'} -->
	<rss version="2.0">
			<channel>
			<title>MandatoryCurfew.com - Derek Lidbom Journal</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal</link>
			<description>Derek Lidbom's Journal</description>
			<language>en-us</language>
			<copyright>Copyright 2008, Derek Lidbom</copyright>
			<managingEditor>drlidbom@mindspring.com (Derek Lidbom)</managingEditor>
			<webMaster>drlidbom@mindspring.com (Derek Lidbom)</webMaster>
			<pubDate>Tue, 08 Jul 2008 22:35:13 EST</pubDate> 
			<lastBuildDate>Sun, 02 Mar 2008 00:00:00 EST</lastBuildDate> 
			<generator>The blood sweat and tears of Derek Lidbom</generator>
			<image>
				<title>MandatoryCurfew.com</title>
				<url>http://www.mandatorycurfew.com/Styles/Head/images/Headers/Header03501.jpg</url>
				<link>http://www.mandatorycurfew.com</link>
			</image>

		<item>
			<title>Im embarrassed to admit I just learned of this last night (4 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=714&amp;Comments=4</link>
			<description>The &amp;quot;Matt Harding&amp;quot; videos.  For some reason (my guess would be the cool story he has and the sense of world community it offers), I really enjoy watching the third video.
 
 (4 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=714</comments>
			
			<pubDate>Fri, 04 Jul 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>Judge orders Google to turn over YouTube viewing statistics to Viacom (1 comment)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=713&amp;Comments=1</link>
			<description>Read the article (1 comment)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=713</comments>
			
			<pubDate>Thu, 03 Jul 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>Much better than the airport seats (0 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=712&amp;Comments=0</link>
			<description>I'm hanging out in the USAirways Club in the LaGuardia airport.  It is much better than sitting outside...more quiet, better views of the aircraft, tvs you can control, free snacks and drinks.  Not a bad place to get a few hours work done before a late flight. (0 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=712</comments>
			
			<enclosure url="http://www.mandatorycurfew.com/Images/JournalImages/712.jpg" type="image/jpeg" length="23618" />
			
			<pubDate>Fri, 27 Jun 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>I work at a workplace of choices! (3 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=711&amp;Comments=3</link>
			<description>Decisions, decisions. (3 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=711</comments>
			
			<enclosure url="http://www.mandatorycurfew.com/Images/JournalImages/711.jpg" type="image/jpeg" length="17012" />
			
			<pubDate>Mon, 23 Jun 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>A really good one. (3 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=708&amp;Comments=3</link>
			<description>GEEK ALERT:
I learned a lot about Windows Time Service and related items last night.
For all the domain controllers and computers to talk nicely to each other on a Windows network (and other networks relying on Kerberos/most modern authentication mechanisms), the system times need to be relatively close to each other.  Not to mention if your mobile devices (say Blackberries) are more than two minutes or so off of your workstations you will have all sorts of users who are irritated because they looked at their workstation and thought they were late, only to get to the meeting and see on their mobile device they weren't late at all.
The general idea of time synchronization on a Windows network (assuming 2003 Server) is that there is one server for the domain (the one that holds the PDC Emulator role) that is authoritative for time synchronization.  That system's clock is to be set with a hardware device, the system BIOS clock or by using NTP to talk to a reliable time source over IP.  All of the other servers get their time using &amp;quot;domhier&amp;quot; which is the domain hierarchy Microsoft has created that hopefully efficiently synchronizes time (talk to the closest server, make sure there is a small variance in what you expected, etc.).  Then client workstations synchronize their time with available domain controllers.  This is over-simplified, of course (there are all kinds of neat algorithms and such Windows uses to try to make this process efficient).
In the issue I was working on last night, the PDC Emulator role had been moved from one server to another to another.  Microsoft has knowledge base articles (http://technet2.microsoft.com/windowsserver/en/library/4a63190b-c594-4d43-9195-e54e4cb89d251033.mspx?mfr=true, Link ID 91969 and others) that explain what to do on the old PDC Emulator so that it does not think it is the authoritative time server for the domain anymore.  I completed these steps (along with the steps required on the new PDC Emulator) and confirmed every domain controller in the domain except the PDC emulator was set to point to domhier.  I configured the PDC emulator (domain controller on a virtual machine) to point to a reliable NTP server online.  Happy I had built a Microsoft-approved Windows time configuration, I waited for the time synchronization to happen, then I forced it with a command line (w32tm /resync /rediscover). The PDC emulator's time would synchronize with the NTP server and then the time would change back within a minute.
I re-verified everything three times.  Everything is right, but the whole domain is getting the wrong time (relative to atomic time) because the PDC won't keep the correct time with the NTP server.
I was pulling my hair out.
I found out how to turn on debugging in the Windows Time Service (http://support.microsoft.com/kb/816043).
After turning it on, there was not much help in the logs.  They would just show the time changing backward about 4 minutes after every time synchronization.  It just didn't make sense.
Until I had a revelation...
Here's the reason for this article...because after hours of work and searching online, no one seems to have documented this...
Microsoft Virtual Server 2005 was changing the time on the guest operating system (Windows Server 2003) running the PDC Emulator WITHOUT LOGGING ANYTHING ON THE GUEST. 
There you have it.  I haven't dug enough to see if it logged anything in Virtual Server or not, but it would have been really really nice if it had let me know somehow on the guest OS that it was changing the time.
I setup the Virtual server to sync it's time with the NTP server and all is well.
  (3 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=708</comments>
			
			<pubDate>Sat, 21 Jun 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>Awesome (3 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=707&amp;Comments=3</link>
			<description>Why didn't we have forks/knives/spoons like this when I was a kid? (3 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=707</comments>
			
			<enclosure url="http://www.mandatorycurfew.com/Images/JournalImages/707.jpg" type="image/jpeg" length="19903" />
			
			<pubDate>Mon, 16 Jun 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>Neat (4 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=706&amp;Comments=4</link>
			<description>Never really heard of contact juggling before.
 


 (4 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=706</comments>
			
			<pubDate>Sat, 14 Jun 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>I think someones cross-sell algorithm could use some work. (5 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=705&amp;Comments=5</link>
			<description>Why I was looking for a typewriter is another story...but I found the &amp;quot;you might also want to consider&amp;quot; item on the left humorous. (5 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=705</comments>
			
			<enclosure url="http://www.mandatorycurfew.com/Images/JournalImages/705.jpg" type="image/jpeg" length="29565" />
			
			<pubDate>Thu, 12 Jun 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>I cant believe that just happened (4 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=704&amp;Comments=4</link>
			<description>Four coworkers (of formerly perceived high intelligence levels and general level-headedness) just entered my office and tried to re-create the &amp;quot;popping popcorn with your cell phones&amp;quot; experience.
I'm still shaking my head that they thought it had enough credence for them to try it.
I will leave their names out until they decide to defend themselves.  All decided to abort the experiment when I began to try to capture it on video.
Search youtube for popcorn cell phone if you're unfamiliar with this. (4 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=704</comments>
			
			<pubDate>Thu, 12 Jun 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>A change of themes (11 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=703&amp;Comments=11</link>
			<description>Jordan Jennings built me an awesome Super Mario Brothers 2 theme several years ago when we were both working at Symetri.  I decided this evening to bring it back out, although it took a lot more code-massaging than I would have liked because of the architectural changes to my site in the past 7 years or so.
Who of you has been visiting my site long enough to remember when I had this theme up previously? (11 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=703</comments>
			
			<enclosure url="http://www.mandatorycurfew.com/Images/JournalImages/703.jpg" type="image/jpeg" length="14393" />
			
			<pubDate>Tue, 10 Jun 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>New error message to me (4 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=702&amp;Comments=4</link>
			<description>In all my wifi troubleshooting, I ran across a message that I've never seen before.  As usual for a mac, it has very little information that would help a technical user.  I found it interesting.
My guess is it has something to do with the &amp;quot;Michael algorithm&amp;quot; used in WPA...here's a paragraph from Wikipedia:
&amp;quot;The Michael algorithm was the strongest that Wi-Fi Alliance designers could come up with that would still work with most older network cards. Due to inevitable weaknesses of Michael, TKIP will shut down the network for one minute if two frames are discovered that fail the Michael check after passing all other integrity checks that would have caught noisy frames. It will then require generation of new keys and reauthentication when the network restarts , forcing the attacker to start over.&amp;quot;

Anyone else ever seen this? (4 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=702</comments>
			
			<enclosure url="http://www.mandatorycurfew.com/Images/JournalImages/702.jpg" type="image/jpeg" length="9999" />
			
			<pubDate>Sun, 08 Jun 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>Airport woes (18 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=701&amp;Comments=18</link>
			<description>I'm hesitant to call this fixed yet, but I've had a little bit of progress working through an airport problem I've been having.  Rather than re-iterate, I'll link to the apple thread where people are chronicling their problems:
discussions.apple.com/thread.jspa
This has been infuriating (and an open issue for at least 6 months).  I have swapped out routers, changed every configuration I could think of, etc.
Finally, I forced my router into 802.11g only mode (instead of b/g or n) and it has been working for a few minutes at least. (18 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=701</comments>
			
			<pubDate>Tue, 03 Jun 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>The long weekend. (3 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=700&amp;Comments=3</link>
			<description>My hands are tired.  I took down 8 leeland cyprus trees this weekend.  it felt good to be outside and in the yard working, but my body is just plain worn out.  That's what sitting behind a keyboard all day will do to you (atrophy your muscles).  Check out Sarah's pictures by clicking below:
sarahlidbom.blogspot.com/2008/05/lawn-destruction.html (3 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=700</comments>
			
			<pubDate>Mon, 26 May 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>More letters (2 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=699&amp;Comments=2</link>
			<description>I passed my fourth GIAC certification exam last Friday.  Now I've got four more letters to put after my name (GCFW...GIAC certified firewall analyst).
Excellent. (2 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=699</comments>
			
			<pubDate>Sat, 24 May 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>Happy Mothers Day! (1 comment)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=698&amp;Comments=1</link>
			<description>To all you moms out there, but especially to my mom and Isaac's mom. (1 comment)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=698</comments>
			
			<pubDate>Sun, 11 May 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>I think Isaac knows we have a webcam watching him (6 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=697&amp;Comments=6</link>
			<description>funny stuff... (6 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=697</comments>
			
			<enclosure url="http://www.mandatorycurfew.com/Images/JournalImages/697.jpg" type="image/jpeg" length="32424" />
			
			<pubDate>Thu, 01 May 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>infuriating (12 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=694&amp;Comments=12</link>
			<description>Spin the Black Circle (12 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=694</comments>
			
			<pubDate>Mon, 31 Mar 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>Snake Game (4 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=693&amp;Comments=4</link>
			<description>I like the snake game...it's pretty cool that this guy wrote a flash version in less than 1k.
500 is the highest I can muster right now...
 
Play here (4 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=693</comments>
			
			<pubDate>Sat, 08 Mar 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>Creating a ps alias in terminal on OS X (0 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=692&amp;Comments=0</link>
			<description>I remember ps -aux from my BSDi Unix days, but I wanted to expirement a little with it in terminal on OS X.  I found a good version of it for OS X that gives me most of the useful information I need:
ps -axO user,pid,%cpu,%mem,vsz,rss,tt,state,start,time,command
So...how to alias in OS X...
aliases usually live in your .bashrc file in the form of:
alias psa=&amp;quot;ps -axO user,pid,%cpu,%mem,vsz,rss,tt,state,start,time,command&amp;quot;
That would alias the command string above to a command psa
But, evidently when you open a bash shell in OS X it doesn't load .bashrc by default.
So, you need to add &amp;quot;source ~/.bashrc&amp;quot; to your .bash_login (which also doesn't exist by default)
Clear? (0 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=692</comments>
			
			<pubDate>Tue, 04 Mar 2008 00:00:00 EST</pubDate>
		</item>
	
		<item>
			<title>Back in the game (4 comments)</title>
			<link>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=691&amp;Comments=4</link>
			<description>It's been so long since I've worked out in the shop.  This weekend I got back into it and started work again on the &amp;quot;bathroom pantry&amp;quot; that I've had going for probably 9 months.  I got discouraged when I messed up almost an entire sheet of plywood by following the measurements for the dado joints in the drawing.  They were wrong.  So were the measurements for the large shelves and who knows what else (I'll let you know when I get done).  But, I'm back on track.  Need to build the top, upper shelves and doors.  Then Sarah gets to paint it! (4 comments)</description> 
			<author>dlidbom@mindspring.com</author>
			<comments>http://www.mandatorycurfew.com/Default.cfm?Page=Journal&amp;Permalink=Yes&amp;JournalID=691</comments>
			
			<enclosure url="http://www.mandatorycurfew.com/Images/JournalImages/691.jpg" type="image/jpeg" length="16645" />
			
			<pubDate>Sun, 02 Mar 2008 00:00:00 EST</pubDate>
		</item>
	
</channel>
</rss>
