Journalist James Fallows

spoke on Fresh Air on Tuesday , September 28, 2004 :

Fallows is the national correspondent for The Atlantic Monthly. His latest article in the Atlantic is “Bush’s Lost Year.” Fallows has written seven books, including Breaking the News: How the Media Undermine American Democracy, and is a commentator on National Public Radio. His articles have appeared in The Industry Standard, Slate, The New York Times Magazine and other publications.

He descibed in a very clear manner the way President Bush and his administration have mismanaged the war in Iraq.

http://freshair.npr.org/day_fa.jhtml?display=day&todayDate=09/28/2004

Following this interview, Lloyd Schwartz profiled German Countertenor Andreas Scholl. Simply beautiful…

Meetings, meetings

Participated in the ERP Architecture Assessment today, discussing client and developer system requirements and configuration, some security and network topics, and a brief foray into directory services.

I checked in with the graduate college; dbouchar has been applying SP4 /SP2 to the workstations.

To do:

  • Copy julia’s gemini H: to files
  • provision ERP consultant accounts
  • respond to dpratt re demo of new services

Fun with migration

Yesterday (Monday, Sep 27)
I completed the data migration of the FAB shared area from Gemini to Files. It took 1 hr, 30 min to transfer 2.5 GB of data using robocopy. That’s crappy.

I created three installation CDs for Windows XP Pro with SP2 slipstreamed. I used them successfully to rebuild a system in accounting.

I spent most of the day working in a somewhat disorganized way to rebuild three buggy systems in accounting. Two are IBM systems. After the OS/driver reinstallation, I joined the systems to the domain and set them up to use their domain accounts rather than local accounts. This will make the eventual departmental migration from Novell to AD easier.

There was an accidental loss of data when a user’s addressbook and bookmarks weren’t backed up prior to rebuild.

All-in-all, it took about 4.5 hours to build these three system.

Today:
Started the day with some clean-up from the migration last night.

Castor abended; Greg found a KB article and made a config file adjustment.

Generated some stats regarding current Gemini usage: 785 account have a Last Login date of July 1, 2004, or after.

Met with Dean and Greg to discuss migration project management and planning.

I sent email to folks in a few departments to discuss mgration plans:

  • Tentatively planning to migrate Grad College on Thursday.
  • Email to aquinn and ccowie to discuss CESS migration
  • phonemail to swales and message for dbrauer regarding LGBTQA services and Diversity and Equity
  • Email to dcomey and jhoppenj regarding Student Life

Priority: need to work on these provisioning scripts.

AD project work

Among other things, I completed the migration of the Faculty Senate’s workstations into AD, which included the one profile migration.

Also, I experimented with Perl-LDAP’s capabilities in creating our LDIF exports. I found a nice example at the NetLDAPFAQ.

I got the functionality, but with some mysterious errors. I found a reference at http://www.openldap.org/lists/openldap-software/200406/msg00276.html.

I may try without using SSL, but I’m not sure that there’s much to be gained by using Perl as the dump engine. Definitely want to control the process with perl, though.

Got it working!

I followed the 5-minute installation instructions, and everything went fine until I hit the error:

Fatal error: Cannot redeclare veriflog() (previously declared in ./auth.php:7) in ..//wp-admin/auth.php on line 6

when I tried to access the profile page (profile.php). I found an item on the WordPrss support area that suggested commenting out the line in the profile.php file containing require_once…auth.php.

Once I did that, everything seems to funtion correctly.