Friday, October 28, 2005
Pointless stats
Top 5 search-terms for myweb-students:
- skate
- skate videos
- skate video
- washington state bird
- steriods in baseball
- mark vanderven
- wasserman
- daphnia magna
- athletics
- ryan wasserman
That was simple...
AliasMatch ^/deptweb/([^/]*)(/.*)?$ "WUF-FACSHARE/FACSHARE:/$1/deptweb/$2"And that worked. Unfortunately 'deptweb' was running afoul of the bit of mod-rewrite magic I do to make URLS like http://myweb.yadda.wwu.edu/riedesg into http://myweb.yadda.wwu.edu/~riedesg in the back so mod_edir can pick it up. The magic of which can be found here. The fix for this was to add another RewriteCond/RewriteRule pair for "deptweb". Once that went in, the AliasMatch actually matched and all seems well with the world. We'll see if/when this service gets announced.
Tuesday, October 25, 2005
On attributes
This is a little annoying. I had thought that we had been populating uniqueID as part of our account creation automation, but apparently we're not. I'll have to see about getting that fixed.
Thursday, October 20, 2005
Linux fun
Part of that is looking for training, and that's proving to be harder than expected. I'd like to take the 3037 course, but finding it is proving to be hard. It isn't offered anywhere within 200 miles of here, nor is it offered near the one cheap out-of-state location (near family, so Hotel and Food are not required, saving nearly a third of the total cost if I went elsewhere). The 3038 course is offered locally, and seems to be more common out in the world as well. All things considered, I'd like to get the course out of the way before BrainShare, so I can understand more of what's going on there.
So here I am, trying to get SLES installed into a VMWare session. So far it is going pretty good. I've actually managed to get SP2 installed, and tell the system to check the SP2 package list for updates when installing software.
But I do have to say that the SLES experience is a w-a-y different world than NetWare. It is flagrantly clear that the SLES info on novell.com was written by a different company than the ole Novell we all know. Figuring out how to even install the service-pack required mounting the ISO and checking the README file. NetWare service-packs generally have that info posted on the TID associated with the SP.
I even managed to get a printer installed! Yay Yast! I could have done it command-line but it would have taken about seven times longer as I muddle through MAN-pages. My first CUPS printer. Awwww. Thank goodness that particular printer speaks postscript!
The next step is to create a new partition, add a bunch of users, and play Permission Bingo.
Wednesday, October 19, 2005
A cool tool
Interesting stuff.
Monday, October 17, 2005
It had to happen sometime
Friday, October 14, 2005
NW65SP4a
And in other news, I've been working up a Wiki entry in the CoolWiki they've set up. This is a list of how to install the SP based on information from Novell and the Support Forums. All the usual disclaimers apply.
http://wiki.novell.com/index.php/Oesnwsp1
A work in progess like all Wiki, and probably missing key details. But it is a start.
Thursday, October 13, 2005
Memory in Netware
The "Extended Server memory" line is the key one. Extended server memory is a lot slower than regular "server memory" due to the 32-bit limitation in RAM. To use extended, memory has to be paged from extended, down below the 4GB line, manipulated, then paged back. Hardly efficient. And as I remember from Brainshare, all 32-bit operating systems have this problem. NetWare can support RAM over 4GB... but you'll need a lot of it to get much performance benefit from it. Same for Windows and Linux. Obviously 64-bit operating systems don't have this problem.FACSRV1:memory
Total server memory: 3,669,577 Kilobytes
Total Extended Server memory: 458,748 Kilobytes
It could be worse. Apparently Dell BIOS reserves the top 1GB!
Wednesday, October 12, 2005
exchange issues
Short version:
The transaction logs for the two EVS systems attempted to cohabitate, resulting in log-file pollution. Cleaning it is taking a ruddy long time.
Tuesday, October 11, 2005
NW65SP4a out!
Wiretapping data networks
We won't be performing the tapping, just spanning the appropriate switch-ports and allowing them to plug their own equipment into our equipment. Since we are a University of a certain size, police presence in our network infrastructure is not completely unknown historically. But we must provide access.
Changes to Cool Solutions
AppNotes include technical information about designing, implementing, administering, and programming for computer systems based on Novell products. Cool Solutions awards Novell rewards points (up to 500 points) for each AppNote published, depending on content.Which is nice. The rewards are worth real things. Tips used to be worth a T-Shirt in the olden days (I have one). These days, a T-Shirt is worth 75 points, and they have a scale up to 20,000 points for a cruise. No one has gotten the cruise yet. But later on down the AppNote page:
5. Article published, $100 awarded.So actual cash-like substance. Interesting. I wonder which it is?
The AppNote will be published in HTML and PDF and advertised on the magazine's home page and in the community's "What's New" newsletter, as well as added to the AppNotes by Date and AppNotes by Title pages. An e-mail gift certificate for $100 will be forwarded to the author from either Amazon.com or Globogift.
Friday, October 07, 2005
Brainshare 2006
Wednesday, October 05, 2005
Even more maturation!
NSS Issues fixed after the release of N65NSS4A.EXE:
1. Fixed an abend in NSS when doing a file salvage operation. This happens on pools where quotas or user space restrictions are in force and the file has either a data strema (typical for MAC files) or an EA (extended attribute).
2. Fixed a latching issue in NSS if the pool has restrictions during a file purge operating.
3. Fixed traditional emulation for salvage and purge APIs to return a successful status if they are successful. There were some cases where the API completed successfully but the return was not recognized as successful. This was typically seen by customers running Novell Remote Manager and doing a purge.CIFS Issues fixed after the release of N65NSS4A.EXE:
None.AFP Issues fixed after the release of N65NSS4A.EXE:
1. Fixed an abend in COMN.NSS when MACs are dealing with files that have #nnn in the name.
The main thing in there is Issue #1, the Salvage issue. If you have a mac and purge something, Bad Things can happen. Since we're a .edu, we have macs. And most directories have quotas on them. Therefore, abends. Bad stuff.
Further maturing SP4
Tuesday, October 04, 2005
SP4
One of the new gotchas for SP application these days involves Java. For a while now Java has had to be unloaded before the SP could go in, since most SPs update Java. Unfortunately, Java is Java so it can complain about unloading. And if Java refuses to unload gracefully during SP application, your SP application will freeze. Whee! So the support forums are recommending that you reboot your server before you apply the SP, unload java manually, and then doing the SP.
Monday, October 03, 2005
Static Kernel
But it took a l-o-n-g time to compile a kernel that'd work. I thought I could get away with getting a dynamic kernel that showed no modules in 'lsmod', and then flinking the 'use modules' switch. But that just changed everything listed as "m" to "y" in the .config file, and that, as you might expect, didn't work out so good. I ended up with a kernel that was about 4.5megs, and it complained, "Kernel is too big, consider using modules or bzImage". And since modules was out of the question and I was already using bzImage, I had to see what I could whack out.
Round two worked better, but took a lot of tweaking. I took the config file that worked for the modules-none-loaded build, and did a find and replace on "=m" with "=n", then set it to not use loadable modules. It wouldn't compile, since there were dependancies in crypto and a few other areas.
About 15 compiles later I now have a kernel that works. The big problem I had to figure out was why eth0 kept giving me a SIDIOINUSE or something like that. Turned out that a touchpad driver was attempting to load on the IRQ for eth0. Removed the touchpad driver from the .config, and now I have both ethernet cards working. Yay!
Still took too long.
