SQL Server Patches and Exhibit Hall Reception

The session on SQL Server patch management was about the same thing that everyone related to patches at MS has been saying for some time: We know it sucks now, we are trying to make it better, but there’s only so much we can do. They are consolidating down to 2 patch installers, trying to support multiple instances better, better control panel interfaces and improvement/standardization of command line switches. (I wonder if they listened to me bitching on NTBuqtraq all that time ago)

The exhibit hall reception was nice, lots of free beer, free food and I think my t-shirt count is up to 5, and the hat count is at 3. One of the hats is for Marty (from AutoProf/ProfileMaker). I also spent some time talking to the Visual Studio 2005 Team System group about source control going forward. Visual SourceSafe isn’t going away, but they see the deficiencies in it when it comes to a larger team environment. And the fact that it doesn’t integrate well with the IDE, so they are addressing that with a ‘enterprise class’ source control system that doesn’t share any code with VSS. Now, if I could just get the developers to use it.

Second keynote in about 15 minutes.

More sessions

The Great Plains session was aimed more at the ISV market than the end users, but I still saw some pretty nifty things. MS is trying to get into the supply chain.

The Deploying Exchange 2003: From Exchange 5.5 session was useful, even if it didn’t really tell me anything I didn’t already know. One interesting thing was a show of hands poll of how many people had deployed an Active Directory vs. how many had not. I’d say that 95% of the audience had, but keep in mind this is in a session thats going to be heavy in NT4 people. Later, he asked how many people still had NT4, greater than half the room raised thier hands.

That almost makes me feel good that we are not alone.

The other good question was “Who has more than 10,000 users in Exchange 5.5?” At least a dozen people. Wow, I can’t imagine managing that many mailboxes.

Windows vs. Linux

The Windows vs Linux session was interesting, lots of technical comparisons on under the hood details of the 2 kernels by someone with real skills at reading and comparing code.

The exhibit hall is now open, so the crush for the goodies has begun. Next up, a session on Great Plains. Hopefully I’ll learn something I’ll be able to relate to our accounting people.

Steve Ballmer Keynote

I missed breakfast this morning because I watched the USS Stennis get pushed back from the dock and start steaming out to sea. Quite a sight to see.

As always, the opening keynote of TechEd was a major Microsoft player, this time CEO Steve Ballmer. And, to not break with tradition, the talk was peppered with the standard fair of ‘TCO’, ‘Business Information Workers’, ’empowerment’, and other long looking things. Major things announced: Web Services Enhancements 2.0 (WSE 2.0 or ‘whizzy’ as they’d like it pronounced), a technical beta of the Office chunks to pull data from Web Services (the name escapes me), and Visual Studio 2005 Team System. The most interesting one seems to the VS2005 Team, which seems to include a new source/change control system. Hopefully this will be true, should find out at a session later in the week, Thursday I think.

Now, I’m off to a session on Windows and Linux: A tale of two kernels. Or, if this stinks, I’m headed to one on testing with Virtual PC 2004.

And, the first free tshirt of the week has been acquired, along with a baseball advertising Visual Studio 2005.

TechEd 2004

Well, I’m in San Diego at TechEd 2004. Too bad I don’t have a digital camera (pictures will have to wait until I get back. ) or you could see the harbor view I have from my hotel balcony. Well, not exactly a balcony, more like a sliding glass door with some concrete outside for a chair and very small endtable. Ah, and this is supposed to be work.
There is at least one Navy carrier in port and there was one steaming out of the harbor as I left the airport.
The plane ride was quite long, but definitely worth it so far. Oh, and the feeding of the nerds has begun, bottomless coolers of soda (Coke and Pepsi products, FWIW), ice cream and chips are all over the place.

Linux drive failure

Had a drive fail in a machine that we took out of production about 2 weeks ago. Hows that for timing? Apparently the linux aacraid driver and/or Dell perc2/si do not handle drives disappearing from a RAID1 volume very well, since the machine wouldn’t do anything besides spew ext3 errors until it was rebooted. Login and put the afacli quick ref to use, and disk 0:02:0 had failed, didn’t even come online long enough to get inited by the card. The machine is still under a Dell extended warranty, so I gave them a call and a new drive should be here on Tuesday.

Some of the more handy commands:
open afa0
container list
enclosure list
enclosure show slot
enclosure prepare slot <enclosure id> <slot id>
disk list

Now presenting: WordPress!

Well, I’m pretty much completly swapped over to wordpress. Since there might be someone out there reading my blog from a bookmark, I put some of the hints on the wordpress forums to use for redirecting from a .htaccess file (lines may wrap):
Redirect /~betka/blog/index.rdf http://12-221-71-116.client.insightbb.com/~betka/wordpress/wp-rss2.php
Redirect /~betka/blog/index.html http://12-221-71-116.client.insightbb.com/~betka/wordpress/

pllt on MovableType

I’m not normally a stickler for free software, but MovableType seems like they are moving to a pay structure only because they have a corner on the market, so I figured I’d try WordPress. So far, I’m pretty impressed, the setup was stupid silly easy (once I figured out I didn’t have the php-mysql rpm installed) and the interface is much nicer.

SURBL and spamcopuri

Trying to get Spam URI Realtime Blocklist (SURBL) working with SpamAssassin 2.63 on RedHat Enterprise Linux 3 is a bit of a challenge. The plugin to make it work is spamcopuri which requires perl-URI-1.28 (or greater?). RHEL3 comes with perl-URI-1.21, we need to find a more recent RPM to rebuild. Fedora seems to be a pretty good starting point and they have 1.30 in the latest test release. After rebuilding that SRPM (with rpmbuild –rebuild), the build seems to go fine. More testing to come.

Update: Install is just as easy as it claims, copy the config file into the same directory as local.cf and restart spamd. And it starts tagging spam….