[Patch] Reduce syscalls

Looking at the strace output, pacman seems to invoke lots of unnecessary syscalls.
This patch has reduced the number of needed syscalls on my system by 70%:
http://pastebin.archlinux.fr/406557
Reading the "desc" files is still inefficient:
open("/var/lib/pacman/sync/extra/firefox-i18n-3.6.8-1/desc", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=321, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb770e000
read(4, "%FILENAME%\nfirefox-i18n-3.6.8-1-"..., 4096) = 321
read(4, "", 4096) = 0
close(4) = 0
munmap(0xb770e000, 4096) = 0
This could be reduced to three syscalls:
open("/var/lib/pacman/sync/extra/firefox-i18n-3.6.8-1/desc", O_RDONLY) = 4
read(4, "%FILENAME%\nfirefox-i18n-3.6.8-1-"..., 4096) = 321
close(4) = 0
However, this would involve moving away from the glibc functions fopen(), etc. and use the syscalls directly.  What do you think?
The 4096 bytes should be large enough for all "desc" files. A simple heuristic could be included to check whether some bytes are missing: 1) all sections are covered (NAME, VERSION, DESC, URL, etc.) and 2) the buffer ends with \n\n.
When I flush the disk cache, pacman takes 1 min and 18s for a single "pacman -Syu" run! With the patch applied it takes 1 min 7s which is still very slow. I guess it would be a lot faster to read the .gz compressed databases into memory rather than using the uncompressed package tree.
Last edited by tindzk (2010-07-26 13:30:24)

Rip-Rip wrote:
Or you could simply compare the value returned by read with 4096...
int readed;
while ((readed = read(fd, buf, 4096)) == 4096)
continue;
This is the best "heuristic" you could have dream of
Yes, but that would also imply that each file contains 4096 (or more) bytes which seems not to be the case.
Another potential issue is that read() may actually return less than 4096 even though the file contains >=4096 bytes. I've never experienced this behaviour before when dealing with normal disk  files but it's quite common with TCP sockets. Well, I still wouldn't want to rely on the situation of always returning the highest number of available bytes because a directory could still be mounted via network. In this case our assumption isn't guaranteed anymore.
What I thought of in my initial post was something like this:
size_t len;
String s = StackString(4096);
do {
len = File_Read(&file,
s.buf + s.len,
s.size - s.len);
s.len += len;
} while (len > 0 && s.len < s.size);
if (!String_EndsWith(s, String("\n\n")) {
/* The file is either a) invalid or b) larger than
* 4096 bytes (unlikely) and thus the final \n\n
* is missing here.
Is it even true that a complete "desc" file always has to end with \n\n?
Last edited by tindzk (2010-08-01 00:27:44)

Similar Messages

  • New Evolution patch reduces memory by 40-60MB

    http://gnomedesktop.org/node/2725
    Philip Van Hoof wrote: "Here are the patches to get the upstream version of evolution-data-server and evolution-exchange to start using the mmap technique for loading the header and content info summary data of Evolution and tinymail.
    I expect it to reduce memory usage of Evolution with approximately fourty to sixty megabytes of ram, depending on the amount of folders you have."
    HDYT?(how do you think?)

    There is a program that works great to control memory on a Macintosh. I know it works great with System X.6.8, and it also works great with Mavericks. It is Memory Keeper. It is this link:>https://itunes.apple.com/us/app/memorykeeper/id689992800?mt=12
    Since I got my MacBook Pro built special with 8 gb of memory, I do not have a memory problem for the moment. My old MacBook with 4 gb of memory was almost unusuable when I was online with Chrome until I installed Memory Keeper. Instead of hauling home a MacBook Pro I ordered one with the 8 gb of memory, and I must say that it uses 3.9 gb of memory with Mavericks and Chrome running. Of course, that is not an issue with 8 gb of memory and Memory Keeper. If I had only 4 gb though it would be a major problem.

  • Color profile problem/question.

    These two exports of the same file were taken on my spouse's D300s, and are good examples of a profile problem I cannot seem to solve.  This is the identical problem I also experience on the Nikon D700 and D3.  The following was exported with the "Camera Standard" profile, and notice the yellow sun reflection on the door panels:
    The following was exported with a xrite generated lightroom profile. Notice the better overall contrast, but also the horrendous unnatural yellow on the same door:
    This difference causes all sorts of distortion in natural animal hair that contains any red-orange.  I use these doors  because they are such a stark example.  Any attempts to correct with the WB will usually result in too much blue elsewhere.  Also I have created many test profiles under many light conditions (both manually and from LR), and they all cause this problem in all three cameras.  This is not a matter of one bad cameral, or one erroneously created profile.
    I have two questions:  Does this example show up well enough to see what I am talking about?   If so, can anyone speculate as to the problem or solution?  Even guesses would be appreciated since I am out of my own, and not expert in this sort of thing.   Thanks!

    George, thank you for this information. I have a couple of things for you to try and another question. The ColorChecker Passport color patches are small, so I would suggest trying to reshoot a calibration image with the ColorChecker Passport in the center and filling at least 1/3 of the picture width. In the image you provided the ColorChecker Passport is about 1/8 the image width and far left of center. I know, I know, it should not matter, but give it a try. This is what I'm doing to create camera profiles for all three of my camera bodies (Canon 300D, 600D, 5D MKII), and I have not had a single problem with "color matching" using this procedure AND what I will describe next.
    Concerning white balance procedure you say:
    Using the grey card of the same product placed just outside the subject crop.
    I assume you are referring to the large 60% reflectance white balance card on one side of the ColorChecker Passport, but you do not mention how you set white balance. I suggest using the LR white balance eyedropper tool with the smaller 80% reflectance gray scale patch on the ColorChecker Classic target side. This is the 2nd patch from the left bottom in your picture right next to the brightest 90% white patch. Two reasons for doing this! A higher reflectance patch reduces the influence of camera noise in the image with the LR 5 x 5 pixels eyedropper tool. Here's a LR forum post with a heated discussion on these issues (or lack thereof): http://forums.adobe.com/thread/854734?tstart=60 The second purely empirical reason is the "Classic" target side provides me with more accurate white balance than using the larger 60% card. Perhaps this is a defect with my ColorChecker Passport target, but I don't know.
    When setting white balance with the LR eyedropper tool I suggest taking at least five (5) samples of the 80% patch. I use the center, TL, TR, BR and BL corner areas of the patch. Do not use any reading that has a large variation from the others. Please remember that the eyedropper tool is sampling a very small 5 x 5 (25 pixels) area, and image noise or a target paint defect can give you a bogus reading. Write down the temp and tint for each of the five (5) readings, add them, and divide by five to get the "average" white balance temp and tint. Enter the temp and tint values manually into the white balance tool. I create a user preset for each profile which contains only the ColorChecker created camera profile and manually adjusted white balance settings.
    I would also suggest you check the readings of all six (6) grayscale patches for neutrality (R=G=B) using your new camera profile and white balance settings. I have found in some cases using the 65% reflectance patch (3rd patch in) provides the most neutral “overall” white balance setting for the six (6) patches. This is despite the fact it contains more camera noise than the 80% patch next to it. Again, this observation is purely empirical – I am not writing a scientific thesis! It works for me and hopefully it will get you closer to what you want.
    One thing I am going to do tomorrow is borrow a friends color checker to rule out the possibility mine is defective. It doesn't look defective, but the problem is so consistent.
    This is a very good idea! Having worked in a manufacturing environment for over 45 years, trust me when I tell you defective product from even the largest company ends up in the consumer’s hands. Please let us know what you find.

  • Guide to Installation of Operating System & Software

    Try to follow this guide when installing new operating system for new computers.  This is a helpful guide for almost error free OS installtion.
    CLICK HERE
    Thanks to Mr. Steveo from the AsusBoards.
    PS i hope you dont mind i linked your guide

    17. Go to where you put the downloaded files on the C:\ drive. Find the file for Windows XP SP1a. Click on it to begin setup. At some point it will ask you if you want a backup copy of your files made. SP1a is pretty much bug free, and a backup copy of your original files takes up a lot of unneeded hard drive space. So my recommendation would be to choose ?No? to making a backup. Follow all onscreen instructions including when your are told to reboot.
    18. When you get back to the desktop, click Start Button. Right click on My Computer and choose ?Properties.? Click the ?Remote? tab and then clear all check boxes you see on that page. The remote call services have a way of acting up and its best to disable them before installing software and drivers. If you ever want to use Remote Assistance later, you can enable it on a per use bases. Once you have cleared the check boxes, click the ?Apply" button
    19. Now while still in System Properties, click the tab called ?Automatic Updates.? Service pack 1 installs some new features for this tab. Review what you see on the screen and set things up to your liking. Again click the ?Apply" button. Close everything out and return to the desktop.
    20. Again using ?My Computer? navigate to the saved files you coped from CDR. Find the Intel Chipset Configuration Utility (also known as your INF drivers). Click the application's "exe" file and let the drivers install themselves. Once complete, reboot as instructed.
    21. Now is when we want to update the USB drivers so that they are properly installed for USB2.0 functionality. To do this, click Start Button, then right click My Computer and choose Properties. Click the ?Hardware? tab, then click the ?Device Manager? button. On the tree in the Device Manager you should see a device with a yellow question mark over it called either ?USB Controller?, ?Serial Device?, or something of similar wording.
    Right click that device and choose ?Update Driver.? Make sure the ?dot? is in the box called ?Install the Software Automatically? ? then click the ?Next? button. Windows will find the proper USB2.0 drivers and stack from Service Pack 1a and install them properly. Once the process is finished, you may be prompted to reboot the computer. IF NOT, REBOOT NOW ANYWAY.
    22. This next step is for people with a HT Enabled CPU. (Hyperthreading) Current word from the gurus online is that for full functionality of HT you need to install the Intel Application Accelerator Software. I am a bit skeptical of needing to do this, but since I do not have an HT enabled CPU to run tests with, it may be better to be safe than sorry. So for now, if you have an HT enabled CPU, you might want to go ahead and install IAA.
    23. For people without HT enabled CPUs: Since there is little to no benefit to IAA software under Windows XP, and since I have seen IAA software interfere with CD burning and Power Management; I recommend not installing it. This is just my personal preference. Some people in the forum like IAA. In the end do whatever you are most comfortable with.
    24. Now is the time you want to install your LAN drivers. Depending on your motherboard and whether you are using a PCI NIC or onboard NIC, Windows may or may not have drivers installed already. If you are using onboard LAN, go get your Asus CDROM, put it in and install the LAN drivers ONLY. Do not install any LAN Utility software if possible. Follow all instructions rebooting if required.
    25. Now plug in your network cable and open Internet explorer to see if you can get online. If you have any troubles getting online ask for help in the forum.
    26. Go to Windows Update and install all available ?non driver? updates. If some updates need to be installed by themselves, the site will prompt you. If this happens you will want to return to Windows Update after rebooting to get the remainder of any ?non driver? updates.
    Update There is one Critical Update you may want to leave until the end. The update is Q328310. With this update a rare timy number of software packages and drivers may generate an "ikernel.exe" error when they are installed. So if you want to be on the safe side, please leave this Critical Update until everything else is installed. Hopefully a better fix will be avaiable soon.
    **Temporary note due to testing under way: Please do not install the non critical Windows XP update called 814995. Until I and others can finish testing this update, it should be left until last **
    **Temporary note 2: There is a security patch Q811493 that can cause a reduction in your computers responsiveness and performance. Please review Microsoft tech doc MS03-013 HERE. After reviewing the document, decide for yourself if you need this secuirty patch for your environment. Microsoft is aware this patch reduces performance and they are actively working on a fix. **
    27. Once all ?non driver? Windows Updates are installed, continue to the next step.
    28. Once back at the desktop, open Internet Explorer and come here to http://www.asusboards.com Once at Asusboards, come into the forum and find this Guide and scroll down to step 31. Also be sure to bookmark Asusboards so you can find your way back easily. The reason for doing this is, in the steps ahead you may be asked to click on some links here in the Guide. This will save you time from hunting links down yourself.
    29. Click on the following link to install the latest security patched version of Windows XP Messenger. Even if you have no plans on using this application, it is wise to at least be sure it?s patched. Click the following link. Link And on the webpage, click the ?Download? button. Then just follow the onscreen instructions. Once Messenger is updated, again enter Messenger and verify that it is NOT set to run when Windows starts up. Once that?s all done, FIRST close all Internet Explorer windows, then close and disable Messenger. Due to an MS bug if you don?t do it in this order you might get an error message.
    30. Now is when you want to update the drivers for any PCI cards you have OTHER THAN your video card, sound card, and TV Tuner card. Video, sound, and any device that relies on video and sound should have their drivers installed last. Try whenever possible to use WHQL certified drivers for best compatibility and system stability.
    31. Now you want to install your video card drivers. Here are the links to get the latest drivers for your video card - ATI nVidia Once downloaded install the drivers following all onscreen directions.
    32a. for non AIW ATI cards: (For ATI card owners: When you go to the link above, be sure to download both the latest ATI Drivers and the Control Panel. Then use the following method for installing the drivers. Install the ATI driver. DO NOT REBOOT. Install the ATI Control Panel. DO NOT REBOOT. Go into the Administrative tools of the Windows Control Panel and then go into "Services." Make sure the ATI Smart Service is set to run "automatically.? NOW reboot.)
    32b. For ATI AIW cards: First install the TV-Capture-WDM codecs. DO NOT REBOOT. Install the ATI driver. DO NOT REBOOT. Install the ATI Control Panel. DO NOT REBOOT. Go into the Administrative tools of the Windows Control Panel and then go into "Services." Make sure the ATI Smart Service is set to run "automatically.? NOW reboot.)
    33. nVidia cards nVidia drivers install pretty much straightforwardly.
    34. Once the video drivers and software are installed and you are back at the desktop, go ahead and install your Sound Card drivers.
    35. Now install any TV Tuner card drivers if you have such a device.
    36. If you did not install Critical Update Q328310 as suggested in the updated notes in Step 28, now is a good time to install it. Just go to Windows Update and install the Critical Update.
    **Temporary note due to testing under way: Go back to Windows Update and install the non critical update 814995 **
    37. Once everything is complete, see if you can find $40-60 in your piggy bank. Head over to Walmart or CompUsa and grab a copy of Norton Utilities. You?re not going to want to install it, just run a utility from the disk.
    Once you have this in hand; pop the disk in the CD drive and choose to "Launch Utilities from CD" Then choose Norton Windoctor and run the application. It should return a minimum of 17 to 30 errors. These are bugs / coding problems with Windows and actually is the lowest count for any MS OS so far. Therefore actually 17 to 30 errors isn?t bad for Microsoft...LOL.
    Once the application is done running, choose the button called "Repair All" Let it do its thing and then exit the program and reboot the computer.
    **This application itself is worth the full price of the Norton software. You?d be amazed how many problems with your computer it automatically fixes. It is a great stability tool. There are also lots of other good registry cleaning software packages out there. If you want to use another brand, be sure to read reviews and ask forum members what they recommend.
    38. You?re done CONGRATULATIONS! Enjoy your new system  
    If this is your first computer build then you have accomplished a great feat. Again congrats! Be sure to keep your operating system and Office applications up to date with the latest patches, service packs, and critical updates. If you have any questions, be sure to speak up and ask for help in the forum. There?s lots of smart and friendly people at Asusboards who would be glad to give you a hand.
    - Mr Steveo

  • Solaris 10 patch registration under Reduced Networking Core System

    I'm running x86_64 Solaris 10 5/08, Reduced Networking Core System.
    I have installed these packages from the Solaris 10 DVD:
    SUNWccfw SUNWcctpx SUNWccinv SUNWppror SUNWj3rt SUNWpprou SUNWcsmauth
    SUNWccccrr SUNWccccr SUNWccsign SUNWupdatemgru SUNWupdatemgrr SUNWcacaort
    SUNWscn-base-r SUNWscn-base SUNWsamr SUNWsam SUNWscnprmr SUNWscnprm
    SUNWscnsom SUNWsensor SUNWbrg SUNWdtcor SUNWctpls SUNWmfrun SUNWxwrtl
    SUNWxwice SUNWxwdv SUNWxwfnt SUNWxwplr SUNWxwpltAll I'm trying to do at the moment is patch my system up to date. To do that with `smpatch update`, I need to first use sconadm to register my system. This is not currently working:
    root@goldmoon /tmp $ cat > register.txt
    userName=<username>
    password=<password>
    hostName=
    subscriptionKey=
    portalEnabled=false
    proxyHostName=
    proxyPort=
    proxyUserName=
    proxyPassword=
    root@goldmoon /tmp $ sconadm register -a -r ./register.txt
    sconadm is running... and it just sits there until I decide to kill it. I have let it run for several minutes with no change. The username and password values are correct for my sun.com account. My hostname resolves from my local network only.
    Has anyone ever see that before, or can you point me in the right direction?
    Edited by: atugores on Sep 14, 2008 10:47 PM

    KEMBL,
    did you find a solution for this?
    some people here:
    http://forum.java.sun.com/thread.jspa?threadID=5106070&tstart=0
    have had to update bios to get 2nd core recognized.
    You might try posting at openslaris.
    thanks,
    Phil

  • How can we reduced the patch time for u6394500.drv

    Hi,
    This patch generally takes 14-15 hours to upgrade R12.0.4 , I want to If some body have pointers to reduce the patch applying time.
    thanks in advance
    Syed

    You could try disabling archivelog mode while patching, and use 4 workers per CPU core that you have on the database server.
    You can try using a staged appl_top approach, but that will not likely help much since 12-13 hours of that time is spent in the database portion.
    Using a Staged Applications System to Reduce Patching Downtime in Oracle Applications Release 12
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=734025.1

  • Reduce downtime required for support patch application

    Dear Experts,
    I would like to know if there are any tips / notes we need to follow during application of
    support patches to reduce the downtime window ( as during patch application , system is not
    usable for normal users ) , any temparary parameter changes to Oracle RDBMS which we can
    activate before appication of support patch and then revert the same once Patches are loaded
    for normal Day operations.
    Is there any note which talks specific settings which could enhance the performance
    of support patch application process on Oracle RDBMS.
    Regards,
    RR

    To my understanding if i select Downtime minimized some phases of Patch application could
    be carried out when users are online and for others would get notified in SPAM for downtime
    , so we just need to lock users and perform start for those rest of Import phases.
    Yes this is correct, theoretically you can apply single patches with downtime minimized one after another. But this does not make a lot of sense obviously, because you will have several distinct downtimes then. So to apply one queue containing all packages is the way to go.
    Regarding your questions on the benefits, i am afraid the answer here is: it depends, as for most performance tuning options you will have to test carefully if the are working.
    For the db_cache_size consider:
    - is my db_cache_size smaller than 1000M?
    - do i have enough free memory on my server?
    - am i seeing low buffer hit ratio while applying support packages?
    If all questions are a yes, then i recommend you increase it to 2000M, it is easy to do. But if you don't have free memory on the server, then you will severly hurt performance by causing paging. If you don't have low buffer hit ratio (or you have lightspeed disks , then the tuning will not speed up anything.
    As you see, you have options, but there isn't a single speed button that solves your problem.
    Regards, Michael

  • Screen problem - dark patches at the bottom, overall brightness reduced

    I bought my MacBook in September 2008 and about 11 months later some dark patches (rather like large thumb-prints) started to appear at the bottom of the screen. The overall brightness of the screen has reduced as well. The patches are more noticable when turning it on in the morning (i.e. when it's been off all night for 10-12 hours), and they fade slightly after a few minutes. The brightness of the screen however, does not improve. It's not ridiculously dark, but the difference is still notable, and when compared with another, one can clearly see mine is a lot darker.
    I took it back to the retailer (while within warranty) and their repair company do not think there is anything wrong with it. I know the basics about computer hardware, and my guess is that the backlight has malfunctioned.
    Does anyone disagree? If so, what do you think the problem is? I'm not interested in fixing anything myself as that would involve me forking out. Plus I want to get as much out of the retailer as I can for messing me around for over four months!
    Cheers,
    Ben.

    I know this is a bit late but when you say you took it back to the retailer are you referring to and Apple retail store or a third party reseller? If it's still under warranty take it to an authorized service provider.
    http://www.apple.com/buy/locator/service/

  • What patches to apply for reducing the dependency between portal and iAS

    Hi,
    I have migrated 11i applications from AIX to LINUX with 11.5.10.2 and db 10.2.0.3. Now the Apache server is not accepting any connections as portals are also implemented. So i think i need to apply patches, could any 1 plz tell me if u have applied similar patches to resolve it.
    THANX

    Hi Hussein,
    Gud 2 c u back. I am refering to section 3 finishing tasks 2.b portal 3i in doc id 238276.1. Yes my source apps is portal implemented. And i refered to doc. ID 146469.1 where in it says install login server and portal patches. Do i need apply all those patches. And how can i determine if those patches are applied to source apps from migrated (target)db coz i dont have access to source machine rite now. thanx

  • ACS 5.3.40 is there patch available to support TLS 1.1 and 1.2 regarding SSL termination?

    Hi,
    We are trying to reduce our susceptibility to SSL BEAST information disclosure vulnerability regarding our ACS 5.3.40 system.
    It's been suggested that we consider some  defensive measures such as cipher suite selection.
    Wherever possible, we should ensure that servers and clients that support TLS/SSL are configured to support TLS versions 1.1 and 1.2, not just SSLv3 and TLSv1.0 which is often the default configuration.
    Can you advise how this is done within the ACS 5.3.40 application? Is it just a case of patching to another level?
    (Default SSLv3 and TLSv1.0 defaults are not deemed strong enough).
    Thanks.

    same Question~
    I believe we come from the same university~
    Tsinghua, isn't it?

  • Sale Order quantity,amount not reduce when raised 1st partialy AR invoice

    Help needed,
    Please can anyone help .. I came with case that our company policy is to raise Partial AR Invoice on single Sale order.
    When we generate 1st AR Invoice on Sale order and manually changed qty till this process ok. but when we select 2nd time to same SO , all rows came with same qty and amount when SO was generated.
    i need to reduce the amount and qty automatically when i raised 2nd partial invoice through AR invoice.
    i am new on this forum , please help me to solve this problem if there is any query,
    Thanks in advance.

    Dear Shafi ullah,
    This is difinetly  system bug, what is you SAP patch.
    try to run same senario with different patch
    And log raise support tiket to SAP.
    Regards
    MANGESH PAGDHARE

  • Abend on 6.5 sp 8 after latest Groupwise 6.5 patch

    I believe I have patched everything that I can and am still having abends about every 2 weeks. Can anyone tell me if I've missed something?
    Novell Open Enterprise Server, NetWare 6.5
    PVER: 6.50.08
    Server EMPIRE_XXX halted Wednesday, July 18, 2012 1:41:14.174 pm
    Abend 1 on P07: Server-5.70.08: Page Fault Processor Exception (Error code 00000000)
    Registers:
    CS = 0008 DS = 0023 ES = 0023 FS = 0023 GS = 0023 SS = 0010
    EAX = 00000000 EBX = 540D66C0 ECX = 535D8D80 EDX = 82F2D430
    ESI = 61422D58 EDI = A2CB6302 EBP = A3A61308 ESP = A3A612E0
    EIP = A3E109BD FLAGS = 00010296
    A3E109BD FF560C CALL near ptr [ESI+0C]=?
    EIP in GWENN4.NLM at code start +001E59BDh
    Access Location: 0x61422D64
    The violation occurred while processing the following instruction:
    A3E109BD FF560C CALL near ptr [ESI+0C]
    A3E109C0 89C7 MOV EDI, EAX
    A3E109C2 85FF TEST EDI, EDI
    A3E109C4 7423 JZ A3E109E9
    A3E109C6 31D2 XOR EDX, EDX
    A3E109C8 89D9 MOV ECX, EBX
    A3E109CA 8955F0 MOV [EBP-10], EDX
    A3E109CD 8B31 MOV ESI, [ECX]
    A3E109CF 8D45F0 LEA EAX, [EBP-10]
    A3E109D2 50 PUSH EAX
    Running process: GWPOA-Worker_7 Process
    Thread Owned by NLM: GWPOA.NLM
    Stack pointer: A3A60B30
    OS Stack limit: A3A56200
    Scheduling priority: 67371008
    Wait state: 3030070 Yielded CPU
    Stack: --0000A55B (LOADER.NLM|KernelAddressSpace+A55B)
    -A2CE5CA0 (GWENN4.NLM|GWENN4@WPCPrefix+E710)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --42C07780 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A9117400 ?
    90185F0E (THREADS.NLM|SignalLocalSemaphore+A)
    -A2D66888 (GWENN4.NLM|GWENN4@From11BToZen+9F25)
    -A2CB6302 (GWENN4.NLM|GWENN4@ADServerName+E01E)
    --540D66C0 ?
    --A3A61318 ?
    A3E107CC (GWENN4.NLM|GWENN4@_NgwDocFolderAutoPurge+78C)
    -A2CB6302 (GWENN4.NLM|GWENN4@ADServerName+E01E)
    --A3A6134C ?
    --A3A6132C ?
    A406276B (GWENN4.NLM|GWENN4@TKMakeWerr+44B)
    -A2CB6302 (GWENN4.NLM|GWENN4@ADServerName+E01E)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    -A2CB6302 (GWENN4.NLM|GWENN4@ADServerName+E01E)
    --A3A6135C ?
    A3E10E02 (GWENN4.NLM|GWENN4@_NgwDocFolderAutoPurge+DC2)
    --A35C5060 ?
    --A3A6134C ?
    -A2D66888 (GWENN4.NLM|GWENN4@From11BToZen+9F25)
    A3D71B5E (GWENN4.NLM|GWENN4@NgwDMSessionInit+3DE)
    --42C07780 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --540D66C0 ?
    -A2D66888 (GWENN4.NLM|GWENN4@From11BToZen+9F25)
    -A2CB6302 (GWENN4.NLM|GWENN4@ADServerName+E01E)
    --BBD46E64 ?
    --A3A61378 ?
    A3E342C9 (GWENN4.NLM|GWENN4@?_ProcessView%NgwOFPersistentOb ject%%MAEXPAURead_Options%%W1FieldsFlag%NgwOFAttri buteSet%%H%Z+5819)
    A406A47D (GWENN4.NLM|GWENN4@?LockObject%NgwOFBase%%UAEHK%Z+ 9D)
    --42C07780 ?
    -A2D66888 (GWENN4.NLM|GWENN4@From11BToZen+9F25)
    --BBD46E64 ?
    -A2CBAB70 ?
    --A3A61388 ?
    A3E3428C (GWENN4.NLM|GWENN4@?_ProcessView%NgwOFPersistentOb ject%%MAEXPAURead_Options%%W1FieldsFlag%NgwOFAttri buteSet%%H%Z+57DC)
    --BBD46E60 ?
    -A2CBAB70 ?
    --A3A61398 ?
    A3F03063 (GWENN4.NLM|GWENN4@NgwFGetUserType+103)
    -A2CC22A8 ?
    --A3A613C4 ?
    --A3A613AC ?
    A406276B (GWENN4.NLM|GWENN4@TKMakeWerr+44B)
    -A2CC22A8 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    -A2CC22A8 ?
    --A3A613D4 ?
    A3F03140 (GWENN4.NLM|GWENN4@NgwFGetUserType+1E0)
    --A35C5060 ?
    --A3A613C4 ?
    -A2D66888 (GWENN4.NLM|GWENN4@From11BToZen+9F25)
    -A2CB6302 (GWENN4.NLM|GWENN4@ADServerName+E01E)
    --BBD46E60 ?
    --42C07780 ?
    -A2CC22A8 ?
    --5C993900 ?
    --A3A613F8 ?
    A3E1EAE3 (GWENN4.NLM|GWENN4@?GetProcess%NgwOFEngineAttribut eSet%%UBEPAVNgwIProcess%%XZ+A33)
    --A3A614B8 ?
    --540D66C0 ?
    --BBD46E60 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --5C993900 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A3A614B8 ?
    --A3A61428 ?
    A3EAA94F (GWENN4.NLM|GWENN4@WpeLogout+CF)
    --5C993900 ?
    --5C993ADC ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --5D7A7662 ?
    --5C993900 ?
    --5C993900 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --E8A00002 ?
    --7E3606D4 ?
    --A37C02C0 ?
    --A3A61518 ?
    A3E87889 (GWENN4.NLM|GWENN4@WpeDistributeUser+1429)
    --A3A614B8 ?
    A3CC3652 (GWENN4.NLM|GWENN4@OpcUnlockLDict+52)
    --5D7A7662 ?
    --0000000F (LOADER.NLM|KernelAddressSpace+F)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A3A6146C ?
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --A3A617B0 ?
    --A3A6146C ?
    --9E7215AC ?
    --5D7A762B ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --540D1020 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    Additional Information:
    The CPU encountered a problem executing code in GWENN4.NLM. The problem may be in that module or in data passed to that module by a process owned by GWPOA.NLM.
    Loaded Modules:
    MONITOR.NLM NetWare Console Monitor
    Version 12.02.02 April 4, 2006
    Code Address: B3F8F000h Length: 00022BEFh
    Data Address: B3603000h Length: 00005F15h
    GWMTA.NLM GroupWise MTA (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A33D6000h Length: 0016432Bh
    Data Address: A353B000h Length: 0004D08Ah
    GWPOA.NLM GroupWise Post Office Agent (Release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2F4E000h Length: 001871F2h
    Data Address: A3376000h Length: 0005F929h
    XGCAL40.NLM XIS GroupWise Calendar (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2E02000h Length: 000117ABh
    Data Address: A2E14000h Length: 0000A7B4h
    XGMSG40.NLM XIS GroupWise Messaging (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A32B8000h Length: 000BDF70h
    Data Address: A2DDF000h Length: 00022CC9h
    XGDM40.NLM XIS GroupWise Document Management (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2DA4000h Length: 0002B7FBh
    Data Address: A2DD0000h Length: 0000E625h
    XGAB40.NLM XIS GroupWise Addressing (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2D67000h Length: 00030ABBh
    Data Address: A2D98000h Length: 0000BD2Dh
    XGBAS40.NLM XIS GroupWise Base (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2ACB000h Length: 00049D0Bh
    Data Address: A280A000h Length: 0000F980h
    NWSNUT.NLM NetWare NLM Utility User Interface
    Version 7.00.01 July 11, 2008
    Code Address: A27F5000h Length: 000134EBh
    Data Address: A27A4000h Length: 00000790h
    GWENN4.NLM GroupWise Engine (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A3C2B000h Length: 00473610h
    Data Address: A2C94000h Length: 000D2A0Ah
    GWXIS10.NLM XML Integration Service
    Version 1.00.01 November 8, 2004
    Code Address: A2E5F000h Length: 000EEE55h
    Data Address: A26C1000h Length: 0005FC48h
    IPPSRVR.NLM Novell iPrint Server
    Version 4.01.04 October 14, 2008
    Code Address: 9B6D6000h Length: 000171B0h
    Data Address: 9B6EE000h Length: 00008120h
    DPLSV386.NLM NetWare 6.x Distributed Print Library - DPLSV386
    Version 1.15.01 May 21, 2007
    Code Address: 97EE5000h Length: 00054229h
    Data Address: 9B6C0000h Length: 0000C724h
    NIPPED.NLM NetWare 5.x, 6.x INF File Editing Library - NIPPED
    Version 1.03.09 July 11, 2006
    Code Address: 97ED9000h Length: 00005345h
    Data Address: 97EDF000h Length: 0000016Ch
    DPRPCNLM.NLM Novell NDPS RPC Library NLM
    Version 3.00.17 October 10, 2006
    Code Address: 97EB4000h Length: 00005324h
    Data Address: 95056000h Length: 00001F20h
    ROTLOGS.NLM Apache 2.0.63 Log Rotation Utility for NetWare
    Version 2.00.63 April 25, 2008
    Code Address: 8934E000h Length: 000009F9h
    Data Address: 8934F000h Length: 00000438h
    ROTLOGS.NLM Apache 2.0.63 Log Rotation Utility for NetWare
    Version 2.00.63 April 25, 2008
    Code Address: 8934C000h Length: 000009F9h
    Data Address: 8934D000h Length: 00000438h
    REWRITE.NLM Apache 2.0.63 Rewrite Module
    Version 2.00.63 April 25, 2008
    Code Address: 979FA000h Length: 00006C99h
    Data Address: 9796D000h Length: 00001EA8h
    HEADERS.NLM Apache 2.0.63 Headers Module
    Version 2.00.63 April 25, 2008
    Code Address: 97916000h Length: 00000E39h
    Data Address: 97939000h Length: 00000538h
    EXPIRES.NLM Apache 2.0.63 Expires Module
    Version 2.00.63 April 25, 2008
    Code Address: 978FF000h Length: 00000B89h
    Data Address: 97900000h Length: 00000388h
    MOD_IPP.NLM iPrint Module
    Version 1.00.04 June 7, 2006
    Code Address: 95061000h Length: 00000B76h
    Data Address: 95062000h Length: 000004CCh
    AUTHLDDN.NLM LdapDN Module
    Version 1.00 November 9, 2005
    Code Address: 9505C000h Length: 00001926h
    Data Address: 9505E000h Length: 00000EC8h
    UTILLDP2.NLM LdapDN Module
    Version 1.00 November 9, 2005
    Code Address: 977D3000h Length: 00002A56h
    Data Address: 9505A000h Length: 00001E80h
    MOD_JK.NLM Apache 2.0 plugin for Tomcat
    Version 1.02.23 April 25, 2008
    Code Address: 9895F000h Length: 00025B33h
    Data Address: 98985000h Length: 0000CDD0h
    AUTHLDAP.NLM Apache 2.0.63 LDAP Authentication Module
    Version 2.00.63 April 25, 2008
    Code Address: 94F54000h Length: 00001BB9h
    Data Address: 94F56000h Length: 000019D0h
    UTILLDAP.NLM Apache 2.0.63 LDAP Authentication Module
    Version 2.00.63 April 25, 2008
    Code Address: 97502000h Length: 000034A9h
    Data Address: 97506000h Length: 00002598h
    LLDAPSSL.NLM NetWare SSL Library for LDAP SDK (LibC version)
    Version 3.05.01 September 26, 2007
    Code Address: 94F98000h Length: 00097B47h
    Data Address: 9892C000h Length: 00032034h
    DBNET6.NLM Debug Network IO Support
    Version 1.45.02 March 16, 2006
    Code Address: 9A31A000h Length: 0001B831h
    Data Address: 9A336000h Length: 000127B8h
    IPMCFG.NLM Web Interface for IP Address Management
    Version 1.01.16 October 22, 2005
    Code Address: 9A1CA000h Length: 0000A479h
    Data Address: 9A1D5000h Length: 0000B610h
    NIRMAN.NLM TCPIP - NetWare Internetworking Remote Manager
    Version 1.06.04 September 18, 2007
    Code Address: 9852D000h Length: 00060760h
    Data Address: 9A0A1000h Length: 00018FCAh
    TCPSTATS.NLM Web Interface for Protocol Monitoring
    Version 6.50.10 June 20, 2003
    Code Address: 9A017000h Length: 0000E5ECh
    Data Address: 98D8B000h Length: 00005460h
    NLSADPT2.NLM NLS and Metering adapter for iManager 2.0 plugin
    Version 2.00 September 9, 2003
    Code Address: 98D7F000h Length: 0000665Dh
    Data Address: 99FD7000h Length: 00000E7Dh
    NLSLRUP.NLM NLS - Usage Metering
    Version 4.01.07 May 10, 2005
    Code Address: 99F4C000h Length: 0003BA0Ah
    Data Address: 99F88000h Length: 00010AE0h
    HWDETECT.NLM Novell Hardware Insertion/Removal Detection
    Version 1.19.05 February 20, 2003
    Code Address: 99F14000h Length: 00002B33h
    Data Address: 99F17000h Length: 00000D3Ch
    JNET.NLM Java jnet (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 98CF6000h Length: 0000653Eh
    Data Address: 99BB4000h Length: 00001100h
    PMPORTAL.NLM NetWare License Information Portal
    Version 2.16 November 21, 2003
    Code Address: 98CE3000h Length: 000071C9h
    Data Address: 98CEB000h Length: 00004360h
    NETDB.MPM netdb Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9975E000h Length: 00000AEFh
    Data Address: 9975F000h Length: 000001C4h
    NETDB.NLM Network Database Access Module
    Version 4.11.05 January 6, 2005
    Code Address: 99677000h Length: 0001394Dh
    Data Address: 9968B000h Length: 000025FCh
    TSAFS.NLM SMS - File System Agent for NetWare 6.X
    Version 6.53.03 October 16, 2008
    Code Address: 9803D000h Length: 0005F9A2h
    Data Address: 9809D000h Length: 0000D7B0h
    SPXS.MPM spxs Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9803B000h Length: 0000002Ah
    Data Address: 9803C000h Length: 00000018h
    SPXS.NLM NetWare SPX/SPXII Protocol (PTF)
    Version 5.14 January 18, 2000
    Code Address: 97C39000h Length: 0000A021h
    Data Address: 97E74000h Length: 00000FD8h
    Global Code Address: 97E75000h Length: 00001000h
    SMDR.NLM SMS - Storage Data Requestor
    Version 6.58.01 October 16, 2008
    Code Address: 97BCD000h Length: 00047EF8h
    Data Address: 97C16000h Length: 0000D8E0h
    SMSUT.NLM SMS - Utility Library for NetWare 6.X
    Version 1.01.03 June 26, 2008
    Code Address: 97B1A000h Length: 00010201h
    Data Address: 97B2B000h Length: 00001DF0h
    SASL.NLM Simple Authentication and Security Layer 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 979AB000h Length: 00000C4Ch
    Data Address: 979AC000h Length: 00000160h
    LSL.MPM lsl Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 979A9000h Length: 000001C2h
    Data Address: 979AA000h Length: 00000138h
    SLP.MPM slp Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9798E000h Length: 000002E9h
    Data Address: 9798F000h Length: 00000090h
    STREAMS.MPM streams Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9798C000h Length: 000006E9h
    Data Address: 9798D000h Length: 00000188h
    TLI.MPM tli Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 97859000h Length: 00001276h
    Data Address: 9798B000h Length: 00000344h
    SNMP.MPM snmp Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 97989000h Length: 000009F7h
    Data Address: 9798A000h Length: 000000FCh
    TCPIP.MPM tcpip Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 977DD000h Length: 00001F5Bh
    Data Address: 97952000h Length: 00000918h
    IPXSPX.MPM ipxspx Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9791E000h Length: 00000C33h
    Data Address: 9791F000h Length: 000004B8h
    IPXS.MPM ipxs Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9791C000h Length: 0000002Ah
    Data Address: 9791D000h Length: 00000018h
    LDAPXS.NLM (Clib version)
    Version 3.04 February 22, 2008
    Code Address: 97509000h Length: 00004307h
    Data Address: 9791B000h Length: 00000870h
    LLDAPX.NLM NetWare Extension APIs for LDAP SDK (LibC version)
    Version 3.05.01 September 26, 2007
    Code Address: 974FC000h Length: 00005DC5h
    Data Address: 9791A000h Length: 00000EF0h
    SYSCALLS.NLM NetWare Operating System Call and Marshalling Library
    Version 5.61 August 2, 2007
    Code Address: 97880000h Length: 0000F50Eh
    Data Address: 97890000h Length: 0000B4ECh
    LBURP.NLM LDAP Bulkload Update/Replication Protocol service extension for Novell eDirectory 8.7.
    Version 10552.76 August 7, 2006
    Code Address: 97608000h Length: 000010ECh
    Data Address: 97857000h Length: 00000444h
    APACHE2.NLM Apache Web Server 2.0.63
    Version 2.00.63 April 25, 2008
    Code Address: 977EB000h Length: 00039D29h
    Data Address: 97825000h Length: 00011A9Ch
    APRLIB.NLM Apache Portability Runtime Library 0.9.17
    Version 0.09.17 April 25, 2008
    Code Address: 9775D000h Length: 0002E688h
    Data Address: 9778C000h Length: 00008088h
    PSA.NSS PSA Posix Semantic Agent (PSA) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 96E7C000h Length: 00005CA9h
    Data Address: 9760E000h Length: 00016930h
    NSPSAP.NLM NetWare Winsock 2.0 NLM NSPSAP.NLM Name Service Provider
    Version 6.20.02 September 8, 2003
    Code Address: 975AA000h Length: 00001EE7h
    Data Address: 975AC000h Length: 00000610h
    NLDAP.NLM LDAP Agent for Novell eDirectory 8.7.3.10
    Version 10555.98 April 23, 2008
    Code Address: 96DF5000h Length: 00075DB8h
    Data Address: 9700C000h Length: 00045A54h
    WSPIPX.NLM NetWare Winsock Service 1.0 NLM for IPX and SPX
    Version 6.22 December 4, 2007
    Code Address: 97555000h Length: 0000E359h
    Data Address: 97564000h Length: 00001762h
    NCPIPX.NLM Novell NCP/IPX Stack NLM
    Version 5.60.01 September 30, 2008
    Code Address: 969A1000h Length: 00005720h
    Data Address: 97432000h Length: 00001308h
    IPXS.NLM NetWare STREAMS IPX Protocol
    Version 4.10.01 February 12, 1998
    Code Address: 97426000h Length: 00001C95h
    Data Address: 97428000h Length: 000000ECh
    Global Code Address: 97429000h Length: 00001000h
    IPXSPX.NLM NetWare IPX/SPX Protocol Stack NLM
    Version 5.60 February 1, 2006
    Code Address: 973C9000h Length: 0000FDF2h
    Data Address: 973DA000h Length: 00009A3Ah
    NFAP4NRM.NLM NFAP Simple Password Management NLM
    Version 1.04 December 8, 2003
    Code Address: 9735C000h Length: 000080A2h
    Data Address: 97365000h Length: 00017CA0h
    CIFSPROX.NLM NMAS Proxy for CIFS (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 972F9000h Length: 0001325Eh
    Data Address: 94EC2000h Length: 00005A60h
    LDAPX.NLM NetWare Extension APIs for LDAP SDK (Clib version)
    Version 3.05.01 September 26, 2007
    Code Address: 94EBC000h Length: 00005D95h
    Data Address: 972EE000h Length: 00000EF0h
    SETMD4.NLM Windows Native File Access CIFS Library (Build 163 SP)
    Version 2.01 November 13, 2008
    Code Address: 97288000h Length: 000012ECh
    Data Address: 9728A000h Length: 00000130h
    CIFS.NLM CIFS Semantic Agent (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 9693A000h Length: 00065E61h
    Data Address: 97206000h Length: 00012870h
    NDSIMON.NLM NDS iMonitor 2.3.1
    Version 20212.12.05 May 14, 2007
    Code Address: 9679F000h Length: 0010E789h
    Data Address: 968AE000h Length: 0008BFF0h
    LANGMANI.NLM Novell Cross-Platform Language Manager
    Version 10310.47 August 9, 2004
    Code Address: 94C78000h Length: 000040F2h
    Data Address: 970EC000h Length: 00001084h
    XI18N.NLM Novell Cross-Platform Internationalization Package
    Version 10310.49 February 3, 2005
    Code Address: 970A5000h Length: 0001CA12h
    Data Address: 94C69000h Length: 00007EC8h
    PORTAL.NLM Novell Remote Manager NLM
    Version 4.03 September 22, 2008
    Code Address: 969CD000h Length: 0010147Ch
    Data Address: 96ACF000h Length: 00069EA4h
    NWIDK.NLM CDWare Volume Module
    Version 3.01.01 September 19, 2003
    Code Address: 94020000h Length: 00004640h
    Data Address: 95B2A000h Length: 00000730h
    BTCPCOM.NLM BTCPCOM.NLM v7.90.000, Build 253
    Version 7.90 July 9, 2003
    Code Address: 9361A000h Length: 00004450h
    Data Address: 955C6000h Length: 00000CECh
    HTTPSTK.NLM Novell Small Http Interface
    Version 4.03 September 4, 2008
    Code Address: 96012000h Length: 000317C6h
    Data Address: 96044000h Length: 00019C10h
    WSPSSL.NLM NetWare Winsock Service 1.0 NLM for SSL
    Version 6.26 December 4, 2007
    Code Address: 95FA3000h Length: 00008AFFh
    Data Address: 95FAC000h Length: 0001095Fh
    NILE.NLM Novell N/Ties NLM ("") Release Build with symbols
    Version 7.00.01 August 20, 2007
    Code Address: 95C80000h Length: 00090A31h
    Data Address: 95F1A000h Length: 00030C70h
    NPKIAPI.NLM Public Key Infrastructure Services
    Version 3.32 September 24, 2008
    Code Address: 95EC6000h Length: 00035E17h
    Data Address: 95EFC000h Length: 0001D9AFh
    NPKIT.NLM Public Key Infrastructure Services
    Version 3.32 September 24, 2008
    Code Address: 95E2B000h Length: 0002E51Eh
    Data Address: 95E5A000h Length: 00016683h
    NTLS.NLM NTLS 2.0.4.0 based on OpenSSL 0.9.7m
    Version 20410.01 August 12, 2008
    Code Address: 94A7D000h Length: 000A72C6h
    Data Address: 95DC6000h Length: 0003915Fh
    LLDAPSDK.NLM LDAP SDK Library (LibC version)
    Version 3.05.02 September 26, 2007
    Code Address: 95C5E000h Length: 00021E83h
    Data Address: 9360E000h Length: 00006BA0h
    PKI.NLM Novell Certificate Server
    Version 3.32 August 25, 2008
    Code Address: 956D8000h Length: 00170AE5h
    Data Address: 94B82000h Length: 00080F60h
    PKIAPI.NLM Public Key Infrastructure Services
    Version 2.23.10 November 20, 2004
    Code Address: 95BD7000h Length: 00037721h
    Data Address: 9352E000h Length: 00006A14h
    LDAPSDK.NLM LDAP SDK Library (Clib version)
    Version 3.05.02 September 26, 2007
    Code Address: 95BB6000h Length: 00020C63h
    Data Address: 93527000h Length: 00006B8Dh
    NWUTIL.NLM Novell Utility Library NLM (_NW65[SP7]{""})
    Version 3.00.02 August 20, 2007
    Code Address: 95B56000h Length: 0000EE40h
    Data Address: 95B65000h Length: 00023BD4h
    NWBSRVCM.NLM NWBSRVCM.NLM v7.90.000, Build 230
    Version 7.90 March 20, 2001
    Code Address: 9351B000h Length: 00006776h
    Data Address: 9561F000h Length: 00000AD0h
    NLSTRAP.NLM NetWare License Server Trap
    Version 5.02 February 19, 2004
    Code Address: 94CA9000h Length: 0000298Ah
    Data Address: 955BD000h Length: 00000695h
    ZIP.NLM Java zip (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 9553E000h Length: 0000ADCCh
    Data Address: 95549000h Length: 00001C90h
    JVMLIB.NLM Java jvmlib (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 954CF000h Length: 00017134h
    Data Address: 954E7000h Length: 00008670h
    VERIFY.NLM Java verify (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 9546F000h Length: 000087B4h
    Data Address: 95478000h Length: 00001BC0h
    JVM.NLM Java Hotspot 1.4.2_18 Interpreter
    Version 1.43 October 16, 2008
    Code Address: 950AE000h Length: 00222FFFh
    Data Address: 94ED6000h Length: 00065A60h
    VOLSMS.NLM NSS Distributed Volume Manager (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94E0F000h Length: 00018771h
    Data Address: 94DBC000h Length: 00001780h
    VLRPC.NLM DFS Volume Location Database (VLDB) RPC interface (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94E08000h Length: 00003383h
    Data Address: 94E0C000h Length: 000002FDh
    VMRPC.NLM DFS Volume Manager RPC interface (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94E02000h Length: 00003703h
    Data Address: 94E06000h Length: 000002FDh
    JSTCP.NLM Jetstream TCP Transport Layer (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94DEB000h Length: 000050F0h
    Data Address: 94DF1000h Length: 000001E0h
    JSMSG.NLM Jetstream Message Layer (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94DC1000h Length: 00006E80h
    Data Address: 94D97000h Length: 00000220h
    DFSLIB.NLM DFS Common Library (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94DB3000h Length: 000005C3h
    Data Address: 94DB4000h Length: 00000080h
    IPMGMT.NLM TCPIP - NetWare IP Address Management
    Version 1.03.01 May 29, 2007
    Code Address: 947D9000h Length: 000307CDh
    Data Address: 9480A000h Length: 0000D778h
    PWDLCM.NLM Novell Simple Password Proxy LCM 2.8.0.0 20080623
    Version 28000806.23 June 23, 2008
    Code Address: 94797000h Length: 0000E228h
    Data Address: 947A6000h Length: 000014B0h
    PWDLSM.NLM Novell Simple Password LSM 2.8.0.0 20080623
    Version 28000806.23 June 23, 2008
    Code Address: 94740000h Length: 00010528h
    Data Address: 94751000h Length: 00001A60h
    LCMCIFS2.NLM Windows Native File Access Login Methods (Build 85 SP)
    Version 2.00.09 May 20, 2008
    Code Address: 94707000h Length: 0000E011h
    Data Address: 94716000h Length: 000016B0h
    LSMCIFS2.NLM Windows Native File Access Login Methods (Build 108 SP)
    Version 2.00.07 July 15, 2008
    Code Address: 946BC000h Length: 0000F071h
    Data Address: 946CC000h Length: 000017B0h
    LSMAFP3.NLM Macintosh Native File Access Login Methods (Build 108 SP)
    Version 2.00.11 July 15, 2008
    Code Address: 94682000h Length: 0000F24Eh
    Data Address: 94692000h Length: 000013C0h
    NMASGPXY.NLM NMAS Generic Proxy 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 94679000h Length: 0000153Ch
    Data Address: 9467B000h Length: 000000E0h
    CRLSM.NLM Challenge Response LSM v2.8.1.0
    Version 2.08.01 October 28, 2008
    Code Address: 945FC000h Length: 00021E46h
    Data Address: 9461E000h Length: 00009456h
    JSOCK6X.NLM NetWare 6.x Support For Java Sockets (JDK 1.4.2)
    Version 1.43 October 16, 2008
    Code Address: 945DC000h Length: 0000FDB1h
    Data Address: 945EC000h Length: 00002C44h
    JAVA.NLM java.nlm (based on 1.4.2_18) Build 08101613
    Version 1.43 October 16, 2008
    Code Address: 944E4000h Length: 000385DEh
    Data Address: 9451D000h Length: 0003DD40h
    JSOCK.NLM Support For Java Sockets (loader)
    Version 1.43 October 16, 2008
    Code Address: 94400000h Length: 00000086h
    Data Address: 94401000h Length: 00000064h
    SPMDCLNT.NLM Novell SPM Client for DClient 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 943A6000h Length: 000145D8h
    Data Address: 943BB000h Length: 00001370h
    SLPTCP.NLM SERVICE LOCATION TCP/UDP INTERFACE (RFC2165/RFC2608)
    Version 2.13 November 15, 2005
    Code Address: 94215000h Length: 0000386Ah
    Data Address: 94219000h Length: 0000108Ch
    NSPDNS.NLM NetWare Winsock 2.0 NSPDNS.NLM Name Service Providers
    Version 6.20.03 September 8, 2003
    Code Address: 941EC000h Length: 00002527h
    Data Address: 941EF000h Length: 000004E4h
    WSPIP.NLM NetWare Winsock Service 1.0 NLM for TCP and UDP
    Version 6.24 December 4, 2007
    Code Address: 9406C000h Length: 000124C4h
    Data Address: 9407F000h Length: 0000287Ch
    NCPIP.NLM NetWare NCP Services over IP
    Version 6.02.01 September 30, 2008
    Code Address: 93FCB000h Length: 000168E9h
    Data Address: 93FE2000h Length: 00003540h
    BSDSOCK.NLM Novell BSDSOCK Module
    Version 6.82 November 20, 2007
    Code Address: 93A04000h Length: 00011BF9h
    Data Address: 93A16000h Length: 0000C0E0h
    TCPIP.NLM Novell TCP/IP Stack - Network module (NULL encryption)
    Version 6.82 November 20, 2007
    Code Address: 93573000h Length: 0004E7ECh
    Data Address: 937DC000h Length: 00038D30h
    TCP.NLM Novell TCP/IP Stack - Transport module (NULL encryption)
    Version 6.82.04 September 30, 2008
    Code Address: 93625000h Length: 000253E2h
    Data Address: 9372C000h Length: 0007EEE0h
    NETLIB.NLM Novell TCPIP NETLIB Module
    Version 6.50.22 February 12, 2003
    Code Address: 9364C000h Length: 00005AACh
    Data Address: 93652000h Length: 000D0710h
    CSLIND.NLM TCPIP CSL INDEPENDENCE MODULE 7Dec99 7Dec99
    Version 4.21 December 7, 1999
    Code Address: 9354B000h Length: 000003CCh
    Data Address: 9354C000h Length: 000024E0h
    BX2.LAN Broadcom NetXtreme II Gigabit Ethernet Driver
    Version 4.42 July 7, 2008
    Code Address: 91378000h Length: 0000F858h
    Data Address: 237A7000h Length: 000450D0h
    ETHERTSM.NLM Novell Ethernet Topology Specific Module
    Version 3.90 March 20, 2006
    Code Address: 91375000h Length: 000024CEh
    Data Address: 90614000h Length: 000002BCh
    MSM.NLM Novell Multi-Processor Media Support Module
    Version 4.12 August 22, 2007
    Code Address: 9135F000h Length: 0000E5B3h
    Data Address: 9136E000h Length: 00003DFCh
    LSAPI.NLM NLS LSAPI Library
    Version 5.02 January 7, 2003
    Code Address: 91344000h Length: 0000A51Bh
    Data Address: 90609000h Length: 00001B00h
    NLSAPI.NLM NLSAPI
    Version 5.02 August 7, 2003
    Code Address: 91328000h Length: 000124DBh
    Data Address: 91306000h Length: 000022A4h
    CONNAUD.NLM NLS - Connection Metering
    Version 3.17 May 10, 2005
    Code Address: 91324000h Length: 000034D3h
    Data Address: 80267000h Length: 00000A9Ch
    NLSMETER.NLM NLS - Software Usage Metering Database
    Version 3.43 May 10, 2005
    Code Address: 91312000h Length: 0000E597h
    Data Address: 905DC000h Length: 0000759Ch
    NLSLSP.NLM NLS - License Service Provider
    Version 5.02 May 25, 2005
    Code Address: 9066B000h Length: 0006DF03h
    Data Address: 906D9000h Length: 000205DCh
    CSL.NLM NetWare Call Support Layer For NetWare
    Version 2.06.02 January 13, 2000
    Code Address: 912C6000h Length: 0000CB32h
    Data Address: 912D3000h Length: 000028F4h
    BTRIEVE.NLM BTRIEVE.NLM v7.90.000
    Version 7.90 March 21, 2001
    Code Address: 912BB000h Length: 000013BFh
    Data Address: 912BD000h Length: 00000980h
    NWMKDE.NLM NWMKDE.NLM v7.94.251.000
    Version 7.94 December 11, 2001
    Code Address: 9051B000h Length: 00053D55h
    Data Address: 91055000h Length: 0000F784h
    NWENC103.NLM NWENC103.NLM v7.90.000 (Text Encoding Conversion Library)
    Version 7.90 February 24, 2001
    Code Address: 9072C000h Length: 0004D0F5h
    Data Address: 90EA4000h Length: 001B0208h
    NWAIF103.NLM nwaif103.nlm v7.94, Build 251 ()
    Version 7.94 November 30, 2001
    Code Address: 90E2D000h Length: 00010E51h
    Data Address: 9050C000h Length: 00006828h
    PSVCS.NLM Portability Services
    Version 251.00 November 30, 2001
    Code Address: 90DA1000h Length: 0001270Fh
    Data Address: 90DB4000h Length: 00009464h
    NWUCMGR.NLM NWUCMGR.NLM v1.5 Build 230
    Version 1.05 March 14, 2001
    Code Address: 90CC7000h Length: 0000D920h
    Data Address: 904D3000h Length: 000078D4h
    SNMP.NLM Netware 4.x/5.x/6.x SNMP Service
    Version 4.18 July 25, 2006
    Code Address: 90B75000h Length: 00013E90h
    Data Address: 9043C000h Length: 00003220h
    TLI.NLM NetWare Transport Level Interface Library
    Version 4.30.02 December 19, 2000
    Code Address: 90426000h Length: 00003859h
    Data Address: 9022E000h Length: 00000164h
    Global Code Address: 9022F000h Length: 00001000h
    Global Data Address: 9042A000h Length: 00002000h
    CONLOG.NLM System Console Logger
    Version 3.01.02 August 8, 2006
    Code Address: 8A681000h Length: 0000243Ch
    Data Address: 8A684000h Length: 00001CE0h
    DHOST.NLM Novell DHost Portability Interface 1.0.0 SMP
    Version 10010.97 September 18, 2006
    Code Address: 8A602000h Length: 00006621h
    Data Address: 89326000h Length: 0000234Ch
    NSPNDS.NLM NetWare Winsock 2.0 NSPNDS.NLM Name Service Provider
    Version 6.20 November 12, 2001
    Code Address: 8931E000h Length: 00006547h
    Data Address: 892E1000h Length: 00000518h
    DS.NLM Novell eDirectory Version 8.7.3.10 SMP
    Version 10554.34 April 23, 2008
    Code Address: 90807000h Length: 0026E87Eh
    Data Address: 8FDF0000h Length: 00078FB0h
    ROLLCALL.NLM RollCall NLM (101, API 1.0)
    Version 5.00 July 27, 1998
    Code Address: 8FDE4000h Length: 0000055Dh
    Data Address: 8FDE5000h Length: 000002D4h
    SAL.NLM Novell System Abstraction Layer Version 2.3.1
    Version 20350.95 September 18, 2006
    Code Address: 8FDD9000h Length: 00007CD6h
    Data Address: 8FDE1000h Length: 000012A8h
    POLIMGR.NLM NetWare License Policy Manager
    Version 6.27 November 3, 2005
    Code Address: 903EF000h Length: 00013F5Ch
    Data Address: 90403000h Length: 00008E90h
    SPMNWCC.NLM Novell SPM Client for NWCC 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 903DD000h Length: 00011688h
    Data Address: 8FDA3000h Length: 00001340h
    NMAS.NLM Novell Modular Authentication Service 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 8FD2F000h Length: 00059BA8h
    Data Address: 903CF000h Length: 0000D2F0h
    GAMS.NLM Graded Authentication Management Service
    Version 1.30.03 November 2, 2007
    Code Address: 903C1000h Length: 0000D8F7h
    Data Address: 8FD27000h Length: 000012E8h
    NDSAUDIT.NLM Directory Services Audit
    Version 2.09 May 22, 2003
    Code Address: 903B0000h Length: 00010844h
    Data Address: 8FD24000h Length: 00002ED0h
    NICISDI.NLM Security Domain Infrastructure
    Version 27510.02.01 August 25, 2008
    Code Address: 9036D000h Length: 0000ADA2h
    Data Address: 00099000h Length: 00001320h
    SASDFM.NLM SAS Data Flow Manager
    Version 27510.02.01 August 25, 2008
    Code Address: 8FC0F000h Length: 000040AEh
    Data Address: 2F1ED000h Length: 00000980h
    CALNLM32.NLM NetWare NWCalls Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 90341000h Length: 0001CEB9h
    Data Address: 8FBF1000h Length: 00000510h
    TIMESYNC.NLM NetWare Time Synchronization Services
    Version 6.61.01 October 14, 2005
    Code Address: 902F6000h Length: 0000E13Ch
    Data Address: 8FBF7000h Length: 00004240h
    CLXNLM32.NLM NetWare NWCLX Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FC80000h Length: 000011F3h
    Data Address: 8FB09000h Length: 000001B0h
    DSAPI.NLM NetWare NWNet Runtime Library
    Version 6.00.04 January 27, 2006
    Code Address: 8FB07000h Length: 00000043h
    Data Address: 8FB08000h Length: 00000024h
    DSEVENT.NLM NetWare DSEvent Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FACB000h Length: 00000633h
    Data Address: 8FACC000h Length: 00000034h
    NETNLM32.NLM NetWare NWNet Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 902AB000h Length: 00035B77h
    Data Address: 8FBF2000h Length: 00004DA5h
    NCPNLM32.NLM NetWare NWNCP Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 9028B000h Length: 0001F473h
    Data Address: 00000000h Length: 00000000h
    CLNNLM32.NLM NetWare NWClient Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FC65000h Length: 00001CC2h
    Data Address: 8FACA000h Length: 00000150h
    CLIB.NLM (Legacy) Standard C Runtime Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 9024D000h Length: 0001898Eh
    Data Address: 8FC5E000h Length: 00002FB0h
    NIT.NLM NetWare Interface Tools Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 90230000h Length: 0001C694h
    Data Address: 8FAC8000h Length: 00000690h
    NLMLIB.NLM Novell NLM Runtime Library
    Version 5.90.15 March 10, 2008
    Code Address: 901E7000h Length: 000263EDh
    Data Address: 8FC4F000h Length: 000038C0h
    STREAMS.NLM NetWare STREAMS PTF
    Version 6.00.06 May 4, 2005
    Code Address: 901D4000h Length: 0001206Dh
    Data Address: 8FB84000h Length: 000010A0h
    Global Code Address: 8FAC7000h Length: 00001000h
    REQUESTR.NLM Novell NCP Requestor for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 9019C000h Length: 00020DE3h
    Data Address: 8FB82000h Length: 000010D0h
    THREADS.NLM Novell Threads Package for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 90171000h Length: 00018CF8h
    Data Address: 9018A000h Length: 000116A0h
    LIB0.NLM Novell Ring 0 Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 8FF0D000h Length: 000250EAh
    Data Address: 8FF33000h Length: 00228070h
    MASV.NLM Mandatory Access Control Service
    Version 1.50 July 27, 2006
    Code Address: 8FBC7000h Length: 00011F26h
    Data Address: 8FB49000h Length: 00002390h
    NSPSLP.NLM NetWare Winsock 2.0 NSPSLP.NLM Name Service Provider
    Version 6.20.04 December 6, 2007
    Code Address: 8FAF9000h Length: 00005ED3h
    Data Address: 8FAAC000h Length: 00000B30h
    PMLODR.NLM PMLodr for NW65
    Version 1.26 October 7, 2005
    Code Address: 8FB19000h Length: 0000E63Ah
    Data Address: 8FB28000h Length: 00001658h
    SLP.NLM SERVICE LOCATION PROTOCOL (RFC2165/RFC2608)
    Version 2.13 November 15, 2005
    Code Address: 8FACD000h Length: 0001A658h
    Data Address: 8FAE8000h Length: 00005384h
    CCS.NLM Controlled Cryptography Services from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8FA7F000h Length: 00019EE4h
    Data Address: 2F951000h Length: 00002F90h
    DSLOADER.NLM Novell eDirectory Version 8.7.3 Loader SMP
    Version 10554.34 April 23, 2008
    Code Address: 8F9F2000h Length: 0000C73Ch
    Data Address: 8F9FF000h Length: 00001278h
    XENGUSC.NLM NICI U.S./Worldwide XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F9DF000h Length: 00000058h
    Data Address: 00000000h Length: 00000000h
    XNGAUSC.NLM NICI U.S./Worldwide XMGR Assistant XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F9A7000h Length: 000153E4h
    Data Address: 2FABF000h Length: 00004864h
    XENGEXP.NLM NICI Import Restricted XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8A5B1000h Length: 00050DD4h
    Data Address: 2FADC000h Length: 00014C3Ch
    XENGNUL.NLM NICI NULL XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F998000h Length: 00001DC9h
    Data Address: 330C6000h Length: 00000860h
    XMGR.NLM NICI XMGR from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F80F000h Length: 00026001h
    Data Address: 2FD9C000h Length: 0000AA10h
    XSUP.NLM NICI XSUP from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F79A000h Length: 00006EF2h
    Data Address: 2FDAF000h Length: 00023170h
    XIM.XLM Novell NICI Signed Loader
    Version 27510.02.01 August 25, 2008
    Code Address: 8F70C000h Length: 0002C680h
    Data Address: 2FDA7000h Length: 00007CE4h
    WS2_32.NLM NetWare Winsock 2.0 NLM
    Version 6.24.01 February 14, 2008
    Code Address: 8F372000h Length: 00037F28h
    Data Address: 8F3AA000h Length: 00011B84h
    NCP.NLM NetWare Core Protocol (NCP) Engine
    Version 5.61.01 September 30, 2008
    Code Address: 8F319000h Length: 00026DEFh
    Data Address: 8F340000h Length: 00018B24h
    QUEUE.NLM NetWare Queue Services NLM
    Version 5.60 May 24, 2001
    Code Address: 8F310000h Length: 00006D8Dh
    Data Address: 8F317000h Length: 00000473h
    VDISK.NLM NetWare Virtual Disk
    Version 1.00 November 30, 2004
    Code Address: 8ACEA000h Length: 00001FEEh
    Data Address: 8F2CD000h Length: 00001160h
    NWTERMIO.NLM NetWare Terminal Emulation
    Version 1.00 September 11, 2006
    Code Address: 8A9C3000h Length: 00007570h
    Data Address: 8A9CB000h Length: 00004560h
    MALHLP.NLM NSS Configure help messages (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A6B4000h Length: 000000BAh
    Data Address: 8A6B5000h Length: 0000002Ah
    CDDVD.NSS NSS Loadable Storage System (LSS) for CD/UDF (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8ACED000h Length: 00014B00h
    Data Address: 8A6AA000h Length: 00001050h
    NSSIDK.NSS NSS Pool Configuration Manager (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A6AD000h Length: 000039C5h
    Data Address: 8A6B1000h Length: 00000090h
    PARTAPI.NLM Partition APIs for NetWare 6.1
    Version 2.00 April 17, 2002
    Code Address: 8A6AC000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    VOLMN.NSS NSS Distributed Volume Manager (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8ACBD000h Length: 0000A6A3h
    Data Address: 8A6A5000h Length: 000005B0h
    NWSA.NSS NSS NetWare Semantic Agent (NWSA) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8ABBF000h Length: 0004ADCEh
    Data Address: 8AC0A000h Length: 000A1390h
    ZLSS.NSS NSS Journaled Storage System (ZLSS) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8AAE5000h Length: 000CD166h
    Data Address: 8ABB3000h Length: 0000BE30h
    MAL.NSS NSS Media Access Layer (MAL) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A696000h Length: 00003196h
    Data Address: 8A69A000h Length: 00000170h
    MANAGE.NSS NSS Management Functions (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A4B2000h Length: 0004F275h
    Data Address: 8A502000h Length: 00000C20h
    COMN.NSS NSS Common Support Layer (COMN) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A9D3000h Length: 000EF3F8h
    Data Address: 8AAC3000h Length: 00015E50h
    NSS.NLM NSS (Novell Storage Services) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A6DE000h Length: 00030420h
    Data Address: 8A70F000h Length: 00091830h
    SYSLOG.NLM NetWare Logfile Daemon
    Version 6.05.03 October 22, 2007
    Code Address: 8A45D000h Length: 0000616Ah
    Data Address: 8A6B7000h Length: 00026140h
    LIBNSS.NLM Generic Library used by NSS (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A464000h Length: 0000464Ch
    Data Address: 8A469000h Length: 000003D0h
    NSSWIN.NLM NSS ASCI Window API Library (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A44D000h Length: 000047DCh
    Data Address: 8A452000h Length: 000000FCh
    LOCNLM32.NLM NetWare NWLocale Runtime Library
    Version 6.00.04 November 29, 2005
    Code Address: 8A3C9000h Length: 000044BBh
    Data Address: 8A445000h Length: 00000B30h
    UNICODE.NLM NetWare Unicode Runtime Library (UniLib-based) [optimized]
    Version 7.00 October 26, 2004
    Code Address: 8A432000h Length: 000016F5h
    Data Address: 8A404000h Length: 00000504h
    FILESYS.NLM NetWare File System NLM
    Version 5.14 April 16, 2008
    Code Address: 8A503000h Length: 0008E4E7h
    Data Address: 8A592000h Length: 00012C90h
    LFS.NLM NetWare Logical File System NLM
    Version 5.12 September 21, 2005
    Code Address: 8A41D000h Length: 000098A2h
    Data Address: 8A427000h Length: 000084BCh
    CONNMGR.NLM NetWare Connection Manager NLM
    Version 5.60.01 September 7, 2006
    Code Address: 8A3D3000h Length: 0001172Bh
    Data Address: 8A3E5000h Length: 00003CE8h
    ACPIPWR.NLM ACPI Power Management Driver for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A3B1000h Length: 00000C9Ah
    Data Address: 8A3B2000h Length: 00000904h
    ACPICMGR.NLM ACPI Component Manager for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A3A6000h Length: 00000A6Fh
    Data Address: 8A3A7000h Length: 000002F4h
    MEGA_SAS.HAM NetWare LSI MegaRAID_SAS HAM Driver
    Version 1.06.05 August 23, 2007
    Code Address: 8A384000h Length: 00006391h
    Data Address: 30A42000h Length: 00000B09h
    IDEATA.HAM Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    Version 4.34 May 5, 2007
    Code Address: 8A313000h Length: 00010F67h
    Data Address: 314DC000h Length: 00005880h
    SCSIHD.CDM Novell NetWare SCSI Fixed Disk Custom Device Module
    Version 3.03.10 May 30, 2008
    Code Address: 8A30D000h Length: 00005523h
    Data Address: 006AC000h Length: 000017C0h
    IDECD.CDM Novell ATA/IDE CD/DVD Custom Device Module
    Version 4.13 April 4, 2007
    Code Address: 8A2A6000h Length: 00004201h
    Data Address: 00FEE000h Length: 00001084h
    ACPIDRV.PSM ACPI Platform Support Module for ACPI compliant systems
    Version 1.05.19 January 16, 2007
    Code Address: 8A224000h Length: 0000AD1Eh
    Data Address: 00A20000h Length: 0000C694h
    ACPICA.NLM ACPI Component Architecture for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A1BB000h Length: 0002BA90h
    Data Address: 8A1E7000h Length: 00011C74h
    ACPIASL.NLM ACPI Architecture Services Layer for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A1B9000h Length: 00000F9Bh
    Data Address: 8A1BA000h Length: 0000019Ch
    EHCIDRV.CAD Novell Universal Serial Bus EHCI driver
    Version 1.05 February 26, 2008
    Code Address: 897C6000h Length: 00004C28h
    Data Address: 00A59000h Length: 00000B20h
    UHCIDRV.CAD Novell Universal Serial Bus UHCI driver
    Version 1.07 February 26, 2008
    Code Address: 89792000h Length: 00004F7Fh
    Data Address: 00A5A000h Length: 00000694h
    CIOS.NLM Consolidated IO System
    Version 1.60 February 12, 2008
    Code Address: 8A0BF000h Length: 00042C15h
    Data Address: 31961000h Length: 00008B4Ah
    LSL.NLM Novell NetWare Link Support Layer
    Version 4.86 February 2, 2006
    Code Address: 89849000h Length: 0000A7A7h
    Data Address: 89854000h Length: 00009EC8h
    NWPALOAD.NLM NetWare 5 NWPA Load Utility
    Version 3.00 July 10, 2000
    Code Address: 8982B000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    NWPA.NLM NetWare 6.5 NetWare Peripheral Architecture NLM
    Version 3.21.02 October 29, 2008
    Code Address: 897E9000h Length: 00016C82h
    Data Address: 89800000h Length: 00002A5Ch
    MM.NLM NetWare 6.5 Media Manager
    Version 3.22.07 August 20, 2008
    Code Address: 802F7000h Length: 0004CAB0h
    Data Address: 897B5000h Length: 0000BA1Ch
    SGUID.NLM NetWare GUID Services
    Version 6.01 September 27, 2002
    Code Address: 897B3000h Length: 00000E04h
    Data Address: 897B4000h Length: 0000018Ah
    NBI.NLM NetWare Bus Interface
    Version 3.01.01 July 13, 2007
    Code Address: 897A1000h Length: 0000D72Dh
    Data Address: 897AF000h Length: 00003D8Dh
    NEB.NLM Novell Event Bus
    Version 5.60 September 27, 2004
    Code Address: 896EC000h Length: 00005843h
    Data Address: 896F2000h Length: 0000097Ch
    DIAG500.NLM Diagnostic/coredump utility for NetWare 6.x
    Version 3.04.03 October 31, 2007
    Code Address: 89725000h Length: 00007FC0h
    Data Address: 8972E000h Length: 0001DF84h
    CPUCHECK.NLM NetWare Processor Checking Utility
    Version 5.60.01 December 6, 2007
    Code Address: 80285000h Length: 00001B5Ch
    Data Address: 896F4000h Length: 00004B3Ch
    NWKCFG.NLM NetWare Kernel Config NLM
    Version 2.16 June 24, 2005
    Code Address: 89605000h Length: 00003F4Fh
    Data Address: 89609000h Length: 00003CA4h
    CDBE.NLM NetWare Configuration DB Engine
    Version 6.01 September 21, 2006
    Code Address: 8935B000h Length: 000116E6h
    Data Address: 8936D000h Length: 000161FAh
    FATFS.NLM FAT Filesystem Module for NetWare
    Version 1.24 August 27, 2007
    Code Address: 8098A000h Length: 00020526h
    Data Address: 809AB000h Length: 0002B32Fh
    LIBC.NLM Standard C Runtime Library for NLMs [optimized, 7]
    Version 9.00.05 October 3, 2008
    Code Address: 80800000h Length: 000D0CD6h
    Data Address: 808D1000h Length: 000415E0h
    PVER500.NLM NetWare 6.XX Version Library
    Version 3.00 February 1, 2007
    Code Address: 8026C000h Length: 00000837h
    Data Address: 8026D000h Length: 000003DCh
    SERVER.NLM NetWare Server Operating System
    Version 5.70.08 October 3, 2008
    Code Address: 00201D00h Length: 0016A000h
    Data Address: 00401D00h Length: 00217300h

    There was a second abend
    Novell Open Enterprise Server, NetWare 6.5
    PVER: 6.50.08
    Server EMPIRE_XXX halted Wednesday, July 18, 2012 1:48:52.870 pm
    Abend 2 on P07: Server-5.70.08: Page Fault Processor Exception (Error code 00000000)
    Registers:
    CS = 0008 DS = 0023 ES = 0023 FS = 0023 GS = 0023 SS = 0010
    EAX = 00000007 EBX = 82F2D380 ECX = 7E6C0626 EDX = 00000000
    ESI = 00000007 EDI = 82F2D7A0 EBP = 00000000 ESP = AEAFE088
    EIP = 0031B086 FLAGS = 00010216
    0031B086 8B6D00 MOV EBP, [EBP+00]=?
    EIP in SERVER.NLM at code start +00119386h
    Access Location: 0x00000000
    The violation occurred while processing the following instruction:
    0031B086 8B6D00 MOV EBP, [EBP+00]
    0031B089 C1E605 SHL ESI, 05
    0031B08C 8D8580020000 LEA EAX, [EBP+00000280]
    0031B092 01C6 ADD ESI, EAX
    0031B094 8D4618 LEA EAX, [ESI+18]
    0031B097 50 PUSH EAX
    0031B098 898424A4000000 MOV [ESP+000000A4], EAX
    0031B09F E83CB2DEFF CALL LOADER.NLM|kSpinLockDisable
    0031B0A4 83C404 ADD ESP, 00000004
    0031B0A7 8B16 MOV EDX, [ESI]
    Running process: GWPOA-IMAP-HANDLER_10 Process
    Thread Owned by NLM: GWPOA.NLM
    Stack pointer: AEAFE250
    OS Stack limit: AEAEF140
    Scheduling priority: 67371008
    Wait state: 3030070 Yielded CPU
    Stack: --00000000 (LOADER.NLM|KernelAddressSpace+0)
    A2F9B1B0 ?
    --AEAFE0B0 ?
    A3EC7D4F (GWENN4.NLM|GWENN4@WpeCallback+5F)
    --A657B380 ?
    --0000FFF6 (LOADER.NLM|KernelAddressSpace+FFF6)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000100 (LOADER.NLM|KernelAddressSpace+100)
    --AEAFE0DC ?
    A3F576D1 (GWENN4.NLM|GWENN4@WpfPartialFreeField+291)
    --00000100 (LOADER.NLM|KernelAddressSpace+100)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A48A8F63 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --AEAFE0EC ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --4B798C28 ?
    90171D1F (THREADS.NLM|free+F)
    --A48A8F00 ?
    00226437 (SERVER.NLM|kScheduleFastWorkToDoDirected+6F)
    --009ED154 ?
    -0052B3D8 (SERVER.NLM|XCpuWTD+A8)
    --009ED154 ?
    --A27A88E0 (NWSNUT.NLM|singleBorder+4158)
    --00000246 (LOADER.NLM|KernelAddressSpace+246)
    001065C6 (LOADER.NLM|kSpinUnlockRestore+26)
    --00000246 (LOADER.NLM|KernelAddressSpace+246)
    0031B0C5 (SERVER.NLM|Free+995)
    --A27A8C58 (NWSNUT.NLM|singleBorder+44D0)
    --00000246 (LOADER.NLM|KernelAddressSpace+246)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --4B798C28 ?
    A3F55813 (GWENN4.NLM|GWENN4@WpfAddCompleteField+23)
    --AEAFE138 ?
    A3F5585C (GWENN4.NLM|GWENN4@WpfAddCompleteField+6C)
    --A48A8F00 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A27A8C58 (NWSNUT.NLM|singleBorder+44D0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A48A8380 ?
    --AEAFE18C ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000102 (LOADER.NLM|KernelAddressSpace+102)
    --AEAFE17C ?
    A3F576D1 (GWENN4.NLM|GWENN4@WpfPartialFreeField+291)
    --00000102 (LOADER.NLM|KernelAddressSpace+102)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --4B798C22 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    -0043AF48 (SERVER.NLM|xAllocSizeTable+0)
    --4B798C2D ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --AEAFE1EC ?
    --4B798C22 ?
    --431BAB00 ?
    --AEAFE198 ?
    A3F5745A (GWENN4.NLM|GWENN4@WpfPartialFreeField+1A)
    --00000102 (LOADER.NLM|KernelAddressSpace+102)
    --00000026 (LOADER.NLM|KernelAddressSpace+26)
    --AEAFE1B0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000100 (LOADER.NLM|KernelAddressSpace+100)
    --7E6CD1BD ?
    90171D1F (THREADS.NLM|free+F)
    --5350DF80 ?
    A40829A3 (GWENN4.NLM|GWENN4@_WpmemFree+13)
    --5350DF80 ?
    --7E6CD1B7 ?
    --AEAFE1F0 ?
    A3F57CDD (GWENN4.NLM|GWENN4@WpfFreeFieldPtr+5DD)
    --7E6CD1BD ?
    --A283F000 ?
    --00007BA0 (LOADER.NLM|KernelAddressSpace+7BA0)
    --00000023 (LOADER.NLM|KernelAddressSpace+23)
    --82AA56E0 ?
    --9DB266C0 ?
    --82AA56E0 ?
    --A283F000 ?
    --00007BA0 (LOADER.NLM|KernelAddressSpace+7BA0)
    --00000023 (LOADER.NLM|KernelAddressSpace+23)
    --00000246 (LOADER.NLM|KernelAddressSpace+246)
    --0000FF5A (LOADER.NLM|KernelAddressSpace+FF5A)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000100 (LOADER.NLM|KernelAddressSpace+100)
    --AEAFE224 ?
    A3F576D1 (GWENN4.NLM|GWENN4@WpfPartialFreeField+291)
    --00000100 (LOADER.NLM|KernelAddressSpace+100)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --7E6CD1B7 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --7E6CD1B7 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    Additional Information:
    The CPU encountered a problem executing code in SERVER.NLM. The problem may be in that module or in data passed to that module by a process owned by GWPOA.NLM.
    Loaded Modules:
    MONITOR.NLM NetWare Console Monitor
    Version 12.02.02 April 4, 2006
    Code Address: B3F8F000h Length: 00022BEFh
    Data Address: B3603000h Length: 00005F15h
    GWMTA.NLM GroupWise MTA (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A33D6000h Length: 0016432Bh
    Data Address: A353B000h Length: 0004D08Ah
    GWPOA.NLM GroupWise Post Office Agent (Release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2F4E000h Length: 001871F2h
    Data Address: A3376000h Length: 0005F929h
    XGCAL40.NLM XIS GroupWise Calendar (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2E02000h Length: 000117ABh
    Data Address: A2E14000h Length: 0000A7B4h
    XGMSG40.NLM XIS GroupWise Messaging (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A32B8000h Length: 000BDF70h
    Data Address: A2DDF000h Length: 00022CC9h
    XGDM40.NLM XIS GroupWise Document Management (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2DA4000h Length: 0002B7FBh
    Data Address: A2DD0000h Length: 0000E625h
    XGAB40.NLM XIS GroupWise Addressing (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2D67000h Length: 00030ABBh
    Data Address: A2D98000h Length: 0000BD2Dh
    XGBAS40.NLM XIS GroupWise Base (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A2ACB000h Length: 00049D0Bh
    Data Address: A280A000h Length: 0000F980h
    NWSNUT.NLM NetWare NLM Utility User Interface
    Version 7.00.01 July 11, 2008
    Code Address: A27F5000h Length: 000134EBh
    Data Address: A27A4000h Length: 00000790h
    GWENN4.NLM GroupWise Engine (release version)
    Version 6.05.07 May 22, 2007
    Code Address: A3C2B000h Length: 00473610h
    Data Address: A2C94000h Length: 000D2A0Ah
    GWXIS10.NLM XML Integration Service
    Version 1.00.01 November 8, 2004
    Code Address: A2E5F000h Length: 000EEE55h
    Data Address: A26C1000h Length: 0005FC48h
    IPPSRVR.NLM Novell iPrint Server
    Version 4.01.04 October 14, 2008
    Code Address: 9B6D6000h Length: 000171B0h
    Data Address: 9B6EE000h Length: 00008120h
    DPLSV386.NLM NetWare 6.x Distributed Print Library - DPLSV386
    Version 1.15.01 May 21, 2007
    Code Address: 97EE5000h Length: 00054229h
    Data Address: 9B6C0000h Length: 0000C724h
    NIPPED.NLM NetWare 5.x, 6.x INF File Editing Library - NIPPED
    Version 1.03.09 July 11, 2006
    Code Address: 97ED9000h Length: 00005345h
    Data Address: 97EDF000h Length: 0000016Ch
    DPRPCNLM.NLM Novell NDPS RPC Library NLM
    Version 3.00.17 October 10, 2006
    Code Address: 97EB4000h Length: 00005324h
    Data Address: 95056000h Length: 00001F20h
    ROTLOGS.NLM Apache 2.0.63 Log Rotation Utility for NetWare
    Version 2.00.63 April 25, 2008
    Code Address: 8934E000h Length: 000009F9h
    Data Address: 8934F000h Length: 00000438h
    ROTLOGS.NLM Apache 2.0.63 Log Rotation Utility for NetWare
    Version 2.00.63 April 25, 2008
    Code Address: 8934C000h Length: 000009F9h
    Data Address: 8934D000h Length: 00000438h
    REWRITE.NLM Apache 2.0.63 Rewrite Module
    Version 2.00.63 April 25, 2008
    Code Address: 979FA000h Length: 00006C99h
    Data Address: 9796D000h Length: 00001EA8h
    HEADERS.NLM Apache 2.0.63 Headers Module
    Version 2.00.63 April 25, 2008
    Code Address: 97916000h Length: 00000E39h
    Data Address: 97939000h Length: 00000538h
    EXPIRES.NLM Apache 2.0.63 Expires Module
    Version 2.00.63 April 25, 2008
    Code Address: 978FF000h Length: 00000B89h
    Data Address: 97900000h Length: 00000388h
    MOD_IPP.NLM iPrint Module
    Version 1.00.04 June 7, 2006
    Code Address: 95061000h Length: 00000B76h
    Data Address: 95062000h Length: 000004CCh
    AUTHLDDN.NLM LdapDN Module
    Version 1.00 November 9, 2005
    Code Address: 9505C000h Length: 00001926h
    Data Address: 9505E000h Length: 00000EC8h
    UTILLDP2.NLM LdapDN Module
    Version 1.00 November 9, 2005
    Code Address: 977D3000h Length: 00002A56h
    Data Address: 9505A000h Length: 00001E80h
    MOD_JK.NLM Apache 2.0 plugin for Tomcat
    Version 1.02.23 April 25, 2008
    Code Address: 9895F000h Length: 00025B33h
    Data Address: 98985000h Length: 0000CDD0h
    AUTHLDAP.NLM Apache 2.0.63 LDAP Authentication Module
    Version 2.00.63 April 25, 2008
    Code Address: 94F54000h Length: 00001BB9h
    Data Address: 94F56000h Length: 000019D0h
    UTILLDAP.NLM Apache 2.0.63 LDAP Authentication Module
    Version 2.00.63 April 25, 2008
    Code Address: 97502000h Length: 000034A9h
    Data Address: 97506000h Length: 00002598h
    LLDAPSSL.NLM NetWare SSL Library for LDAP SDK (LibC version)
    Version 3.05.01 September 26, 2007
    Code Address: 94F98000h Length: 00097B47h
    Data Address: 9892C000h Length: 00032034h
    DBNET6.NLM Debug Network IO Support
    Version 1.45.02 March 16, 2006
    Code Address: 9A31A000h Length: 0001B831h
    Data Address: 9A336000h Length: 000127B8h
    IPMCFG.NLM Web Interface for IP Address Management
    Version 1.01.16 October 22, 2005
    Code Address: 9A1CA000h Length: 0000A479h
    Data Address: 9A1D5000h Length: 0000B610h
    NIRMAN.NLM TCPIP - NetWare Internetworking Remote Manager
    Version 1.06.04 September 18, 2007
    Code Address: 9852D000h Length: 00060760h
    Data Address: 9A0A1000h Length: 00018FCAh
    TCPSTATS.NLM Web Interface for Protocol Monitoring
    Version 6.50.10 June 20, 2003
    Code Address: 9A017000h Length: 0000E5ECh
    Data Address: 98D8B000h Length: 00005460h
    NLSADPT2.NLM NLS and Metering adapter for iManager 2.0 plugin
    Version 2.00 September 9, 2003
    Code Address: 98D7F000h Length: 0000665Dh
    Data Address: 99FD7000h Length: 00000E7Dh
    NLSLRUP.NLM NLS - Usage Metering
    Version 4.01.07 May 10, 2005
    Code Address: 99F4C000h Length: 0003BA0Ah
    Data Address: 99F88000h Length: 00010AE0h
    HWDETECT.NLM Novell Hardware Insertion/Removal Detection
    Version 1.19.05 February 20, 2003
    Code Address: 99F14000h Length: 00002B33h
    Data Address: 99F17000h Length: 00000D3Ch
    JNET.NLM Java jnet (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 98CF6000h Length: 0000653Eh
    Data Address: 99BB4000h Length: 00001100h
    PMPORTAL.NLM NetWare License Information Portal
    Version 2.16 November 21, 2003
    Code Address: 98CE3000h Length: 000071C9h
    Data Address: 98CEB000h Length: 00004360h
    NETDB.MPM netdb Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9975E000h Length: 00000AEFh
    Data Address: 9975F000h Length: 000001C4h
    NETDB.NLM Network Database Access Module
    Version 4.11.05 January 6, 2005
    Code Address: 99677000h Length: 0001394Dh
    Data Address: 9968B000h Length: 000025FCh
    TSAFS.NLM SMS - File System Agent for NetWare 6.X
    Version 6.53.03 October 16, 2008
    Code Address: 9803D000h Length: 0005F9A2h
    Data Address: 9809D000h Length: 0000D7B0h
    SPXS.MPM spxs Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9803B000h Length: 0000002Ah
    Data Address: 9803C000h Length: 00000018h
    SPXS.NLM NetWare SPX/SPXII Protocol (PTF)
    Version 5.14 January 18, 2000
    Code Address: 97C39000h Length: 0000A021h
    Data Address: 97E74000h Length: 00000FD8h
    Global Code Address: 97E75000h Length: 00001000h
    SMDR.NLM SMS - Storage Data Requestor
    Version 6.58.01 October 16, 2008
    Code Address: 97BCD000h Length: 00047EF8h
    Data Address: 97C16000h Length: 0000D8E0h
    SMSUT.NLM SMS - Utility Library for NetWare 6.X
    Version 1.01.03 June 26, 2008
    Code Address: 97B1A000h Length: 00010201h
    Data Address: 97B2B000h Length: 00001DF0h
    SASL.NLM Simple Authentication and Security Layer 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 979AB000h Length: 00000C4Ch
    Data Address: 979AC000h Length: 00000160h
    LSL.MPM lsl Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 979A9000h Length: 000001C2h
    Data Address: 979AA000h Length: 00000138h
    SLP.MPM slp Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9798E000h Length: 000002E9h
    Data Address: 9798F000h Length: 00000090h
    STREAMS.MPM streams Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9798C000h Length: 000006E9h
    Data Address: 9798D000h Length: 00000188h
    TLI.MPM tli Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 97859000h Length: 00001276h
    Data Address: 9798B000h Length: 00000344h
    SNMP.MPM snmp Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 97989000h Length: 000009F7h
    Data Address: 9798A000h Length: 000000FCh
    TCPIP.MPM tcpip Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 977DD000h Length: 00001F5Bh
    Data Address: 97952000h Length: 00000918h
    IPXSPX.MPM ipxspx Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9791E000h Length: 00000C33h
    Data Address: 9791F000h Length: 000004B8h
    IPXS.MPM ipxs Memory Protection Module
    Version 5.70 February 15, 2006
    Code Address: 9791C000h Length: 0000002Ah
    Data Address: 9791D000h Length: 00000018h
    LDAPXS.NLM (Clib version)
    Version 3.04 February 22, 2008
    Code Address: 97509000h Length: 00004307h
    Data Address: 9791B000h Length: 00000870h
    LLDAPX.NLM NetWare Extension APIs for LDAP SDK (LibC version)
    Version 3.05.01 September 26, 2007
    Code Address: 974FC000h Length: 00005DC5h
    Data Address: 9791A000h Length: 00000EF0h
    SYSCALLS.NLM NetWare Operating System Call and Marshalling Library
    Version 5.61 August 2, 2007
    Code Address: 97880000h Length: 0000F50Eh
    Data Address: 97890000h Length: 0000B4ECh
    LBURP.NLM LDAP Bulkload Update/Replication Protocol service extension for Novell eDirectory 8.7.
    Version 10552.76 August 7, 2006
    Code Address: 97608000h Length: 000010ECh
    Data Address: 97857000h Length: 00000444h
    APACHE2.NLM Apache Web Server 2.0.63
    Version 2.00.63 April 25, 2008
    Code Address: 977EB000h Length: 00039D29h
    Data Address: 97825000h Length: 00011A9Ch
    APRLIB.NLM Apache Portability Runtime Library 0.9.17
    Version 0.09.17 April 25, 2008
    Code Address: 9775D000h Length: 0002E688h
    Data Address: 9778C000h Length: 00008088h
    PSA.NSS PSA Posix Semantic Agent (PSA) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 96E7C000h Length: 00005CA9h
    Data Address: 9760E000h Length: 00016930h
    NSPSAP.NLM NetWare Winsock 2.0 NLM NSPSAP.NLM Name Service Provider
    Version 6.20.02 September 8, 2003
    Code Address: 975AA000h Length: 00001EE7h
    Data Address: 975AC000h Length: 00000610h
    NLDAP.NLM LDAP Agent for Novell eDirectory 8.7.3.10
    Version 10555.98 April 23, 2008
    Code Address: 96DF5000h Length: 00075DB8h
    Data Address: 9700C000h Length: 00045A54h
    WSPIPX.NLM NetWare Winsock Service 1.0 NLM for IPX and SPX
    Version 6.22 December 4, 2007
    Code Address: 97555000h Length: 0000E359h
    Data Address: 97564000h Length: 00001762h
    NCPIPX.NLM Novell NCP/IPX Stack NLM
    Version 5.60.01 September 30, 2008
    Code Address: 969A1000h Length: 00005720h
    Data Address: 97432000h Length: 00001308h
    IPXS.NLM NetWare STREAMS IPX Protocol
    Version 4.10.01 February 12, 1998
    Code Address: 97426000h Length: 00001C95h
    Data Address: 97428000h Length: 000000ECh
    Global Code Address: 97429000h Length: 00001000h
    IPXSPX.NLM NetWare IPX/SPX Protocol Stack NLM
    Version 5.60 February 1, 2006
    Code Address: 973C9000h Length: 0000FDF2h
    Data Address: 973DA000h Length: 00009A3Ah
    NFAP4NRM.NLM NFAP Simple Password Management NLM
    Version 1.04 December 8, 2003
    Code Address: 9735C000h Length: 000080A2h
    Data Address: 97365000h Length: 00017CA0h
    CIFSPROX.NLM NMAS Proxy for CIFS (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 972F9000h Length: 0001325Eh
    Data Address: 94EC2000h Length: 00005A60h
    LDAPX.NLM NetWare Extension APIs for LDAP SDK (Clib version)
    Version 3.05.01 September 26, 2007
    Code Address: 94EBC000h Length: 00005D95h
    Data Address: 972EE000h Length: 00000EF0h
    SETMD4.NLM Windows Native File Access CIFS Library (Build 163 SP)
    Version 2.01 November 13, 2008
    Code Address: 97288000h Length: 000012ECh
    Data Address: 9728A000h Length: 00000130h
    CIFS.NLM CIFS Semantic Agent (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 9693A000h Length: 00065E61h
    Data Address: 97206000h Length: 00012870h
    NDSIMON.NLM NDS iMonitor 2.3.1
    Version 20212.12.05 May 14, 2007
    Code Address: 9679F000h Length: 0010E789h
    Data Address: 968AE000h Length: 0008BFF0h
    LANGMANI.NLM Novell Cross-Platform Language Manager
    Version 10310.47 August 9, 2004
    Code Address: 94C78000h Length: 000040F2h
    Data Address: 970EC000h Length: 00001084h
    XI18N.NLM Novell Cross-Platform Internationalization Package
    Version 10310.49 February 3, 2005
    Code Address: 970A5000h Length: 0001CA12h
    Data Address: 94C69000h Length: 00007EC8h
    PORTAL.NLM Novell Remote Manager NLM
    Version 4.03 September 22, 2008
    Code Address: 969CD000h Length: 0010147Ch
    Data Address: 96ACF000h Length: 00069EA4h
    NWIDK.NLM CDWare Volume Module
    Version 3.01.01 September 19, 2003
    Code Address: 94020000h Length: 00004640h
    Data Address: 95B2A000h Length: 00000730h
    BTCPCOM.NLM BTCPCOM.NLM v7.90.000, Build 253
    Version 7.90 July 9, 2003
    Code Address: 9361A000h Length: 00004450h
    Data Address: 955C6000h Length: 00000CECh
    HTTPSTK.NLM Novell Small Http Interface
    Version 4.03 September 4, 2008
    Code Address: 96012000h Length: 000317C6h
    Data Address: 96044000h Length: 00019C10h
    WSPSSL.NLM NetWare Winsock Service 1.0 NLM for SSL
    Version 6.26 December 4, 2007
    Code Address: 95FA3000h Length: 00008AFFh
    Data Address: 95FAC000h Length: 0001095Fh
    NILE.NLM Novell N/Ties NLM ("") Release Build with symbols
    Version 7.00.01 August 20, 2007
    Code Address: 95C80000h Length: 00090A31h
    Data Address: 95F1A000h Length: 00030C70h
    NPKIAPI.NLM Public Key Infrastructure Services
    Version 3.32 September 24, 2008
    Code Address: 95EC6000h Length: 00035E17h
    Data Address: 95EFC000h Length: 0001D9AFh
    NPKIT.NLM Public Key Infrastructure Services
    Version 3.32 September 24, 2008
    Code Address: 95E2B000h Length: 0002E51Eh
    Data Address: 95E5A000h Length: 00016683h
    NTLS.NLM NTLS 2.0.4.0 based on OpenSSL 0.9.7m
    Version 20410.01 August 12, 2008
    Code Address: 94A7D000h Length: 000A72C6h
    Data Address: 95DC6000h Length: 0003915Fh
    LLDAPSDK.NLM LDAP SDK Library (LibC version)
    Version 3.05.02 September 26, 2007
    Code Address: 95C5E000h Length: 00021E83h
    Data Address: 9360E000h Length: 00006BA0h
    PKI.NLM Novell Certificate Server
    Version 3.32 August 25, 2008
    Code Address: 956D8000h Length: 00170AE5h
    Data Address: 94B82000h Length: 00080F60h
    PKIAPI.NLM Public Key Infrastructure Services
    Version 2.23.10 November 20, 2004
    Code Address: 95BD7000h Length: 00037721h
    Data Address: 9352E000h Length: 00006A14h
    LDAPSDK.NLM LDAP SDK Library (Clib version)
    Version 3.05.02 September 26, 2007
    Code Address: 95BB6000h Length: 00020C63h
    Data Address: 93527000h Length: 00006B8Dh
    NWUTIL.NLM Novell Utility Library NLM (_NW65[SP7]{""})
    Version 3.00.02 August 20, 2007
    Code Address: 95B56000h Length: 0000EE40h
    Data Address: 95B65000h Length: 00023BD4h
    NWBSRVCM.NLM NWBSRVCM.NLM v7.90.000, Build 230
    Version 7.90 March 20, 2001
    Code Address: 9351B000h Length: 00006776h
    Data Address: 9561F000h Length: 00000AD0h
    NLSTRAP.NLM NetWare License Server Trap
    Version 5.02 February 19, 2004
    Code Address: 94CA9000h Length: 0000298Ah
    Data Address: 955BD000h Length: 00000695h
    ZIP.NLM Java zip (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 9553E000h Length: 0000ADCCh
    Data Address: 95549000h Length: 00001C90h
    JVMLIB.NLM Java jvmlib (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 954CF000h Length: 00017134h
    Data Address: 954E7000h Length: 00008670h
    VERIFY.NLM Java verify (based on 1.4.2_18)
    Version 1.43 October 16, 2008
    Code Address: 9546F000h Length: 000087B4h
    Data Address: 95478000h Length: 00001BC0h
    JVM.NLM Java Hotspot 1.4.2_18 Interpreter
    Version 1.43 October 16, 2008
    Code Address: 950AE000h Length: 00222FFFh
    Data Address: 94ED6000h Length: 00065A60h
    VOLSMS.NLM NSS Distributed Volume Manager (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94E0F000h Length: 00018771h
    Data Address: 94DBC000h Length: 00001780h
    VLRPC.NLM DFS Volume Location Database (VLDB) RPC interface (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94E08000h Length: 00003383h
    Data Address: 94E0C000h Length: 000002FDh
    VMRPC.NLM DFS Volume Manager RPC interface (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94E02000h Length: 00003703h
    Data Address: 94E06000h Length: 000002FDh
    JSTCP.NLM Jetstream TCP Transport Layer (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94DEB000h Length: 000050F0h
    Data Address: 94DF1000h Length: 000001E0h
    JSMSG.NLM Jetstream Message Layer (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94DC1000h Length: 00006E80h
    Data Address: 94D97000h Length: 00000220h
    DFSLIB.NLM DFS Common Library (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 94DB3000h Length: 000005C3h
    Data Address: 94DB4000h Length: 00000080h
    IPMGMT.NLM TCPIP - NetWare IP Address Management
    Version 1.03.01 May 29, 2007
    Code Address: 947D9000h Length: 000307CDh
    Data Address: 9480A000h Length: 0000D778h
    PWDLCM.NLM Novell Simple Password Proxy LCM 2.8.0.0 20080623
    Version 28000806.23 June 23, 2008
    Code Address: 94797000h Length: 0000E228h
    Data Address: 947A6000h Length: 000014B0h
    PWDLSM.NLM Novell Simple Password LSM 2.8.0.0 20080623
    Version 28000806.23 June 23, 2008
    Code Address: 94740000h Length: 00010528h
    Data Address: 94751000h Length: 00001A60h
    LCMCIFS2.NLM Windows Native File Access Login Methods (Build 85 SP)
    Version 2.00.09 May 20, 2008
    Code Address: 94707000h Length: 0000E011h
    Data Address: 94716000h Length: 000016B0h
    LSMCIFS2.NLM Windows Native File Access Login Methods (Build 108 SP)
    Version 2.00.07 July 15, 2008
    Code Address: 946BC000h Length: 0000F071h
    Data Address: 946CC000h Length: 000017B0h
    LSMAFP3.NLM Macintosh Native File Access Login Methods (Build 108 SP)
    Version 2.00.11 July 15, 2008
    Code Address: 94682000h Length: 0000F24Eh
    Data Address: 94692000h Length: 000013C0h
    NMASGPXY.NLM NMAS Generic Proxy 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 94679000h Length: 0000153Ch
    Data Address: 9467B000h Length: 000000E0h
    CRLSM.NLM Challenge Response LSM v2.8.1.0
    Version 2.08.01 October 28, 2008
    Code Address: 945FC000h Length: 00021E46h
    Data Address: 9461E000h Length: 00009456h
    JSOCK6X.NLM NetWare 6.x Support For Java Sockets (JDK 1.4.2)
    Version 1.43 October 16, 2008
    Code Address: 945DC000h Length: 0000FDB1h
    Data Address: 945EC000h Length: 00002C44h
    JAVA.NLM java.nlm (based on 1.4.2_18) Build 08101613
    Version 1.43 October 16, 2008
    Code Address: 944E4000h Length: 000385DEh
    Data Address: 9451D000h Length: 0003DD40h
    JSOCK.NLM Support For Java Sockets (loader)
    Version 1.43 October 16, 2008
    Code Address: 94400000h Length: 00000086h
    Data Address: 94401000h Length: 00000064h
    SPMDCLNT.NLM Novell SPM Client for DClient 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 943A6000h Length: 000145D8h
    Data Address: 943BB000h Length: 00001370h
    SLPTCP.NLM SERVICE LOCATION TCP/UDP INTERFACE (RFC2165/RFC2608)
    Version 2.13 November 15, 2005
    Code Address: 94215000h Length: 0000386Ah
    Data Address: 94219000h Length: 0000108Ch
    NSPDNS.NLM NetWare Winsock 2.0 NSPDNS.NLM Name Service Providers
    Version 6.20.03 September 8, 2003
    Code Address: 941EC000h Length: 00002527h
    Data Address: 941EF000h Length: 000004E4h
    WSPIP.NLM NetWare Winsock Service 1.0 NLM for TCP and UDP
    Version 6.24 December 4, 2007
    Code Address: 9406C000h Length: 000124C4h
    Data Address: 9407F000h Length: 0000287Ch
    NCPIP.NLM NetWare NCP Services over IP
    Version 6.02.01 September 30, 2008
    Code Address: 93FCB000h Length: 000168E9h
    Data Address: 93FE2000h Length: 00003540h
    BSDSOCK.NLM Novell BSDSOCK Module
    Version 6.82 November 20, 2007
    Code Address: 93A04000h Length: 00011BF9h
    Data Address: 93A16000h Length: 0000C0E0h
    TCPIP.NLM Novell TCP/IP Stack - Network module (NULL encryption)
    Version 6.82 November 20, 2007
    Code Address: 93573000h Length: 0004E7ECh
    Data Address: 937DC000h Length: 00038D30h
    TCP.NLM Novell TCP/IP Stack - Transport module (NULL encryption)
    Version 6.82.04 September 30, 2008
    Code Address: 93625000h Length: 000253E2h
    Data Address: 9372C000h Length: 0007EEE0h
    NETLIB.NLM Novell TCPIP NETLIB Module
    Version 6.50.22 February 12, 2003
    Code Address: 9364C000h Length: 00005AACh
    Data Address: 93652000h Length: 000D0710h
    CSLIND.NLM TCPIP CSL INDEPENDENCE MODULE 7Dec99 7Dec99
    Version 4.21 December 7, 1999
    Code Address: 9354B000h Length: 000003CCh
    Data Address: 9354C000h Length: 000024E0h
    BX2.LAN Broadcom NetXtreme II Gigabit Ethernet Driver
    Version 4.42 July 7, 2008
    Code Address: 91378000h Length: 0000F858h
    Data Address: 237A7000h Length: 000450D0h
    ETHERTSM.NLM Novell Ethernet Topology Specific Module
    Version 3.90 March 20, 2006
    Code Address: 91375000h Length: 000024CEh
    Data Address: 90614000h Length: 000002BCh
    MSM.NLM Novell Multi-Processor Media Support Module
    Version 4.12 August 22, 2007
    Code Address: 9135F000h Length: 0000E5B3h
    Data Address: 9136E000h Length: 00003DFCh
    LSAPI.NLM NLS LSAPI Library
    Version 5.02 January 7, 2003
    Code Address: 91344000h Length: 0000A51Bh
    Data Address: 90609000h Length: 00001B00h
    NLSAPI.NLM NLSAPI
    Version 5.02 August 7, 2003
    Code Address: 91328000h Length: 000124DBh
    Data Address: 91306000h Length: 000022A4h
    CONNAUD.NLM NLS - Connection Metering
    Version 3.17 May 10, 2005
    Code Address: 91324000h Length: 000034D3h
    Data Address: 80267000h Length: 00000A9Ch
    NLSMETER.NLM NLS - Software Usage Metering Database
    Version 3.43 May 10, 2005
    Code Address: 91312000h Length: 0000E597h
    Data Address: 905DC000h Length: 0000759Ch
    NLSLSP.NLM NLS - License Service Provider
    Version 5.02 May 25, 2005
    Code Address: 9066B000h Length: 0006DF03h
    Data Address: 906D9000h Length: 000205DCh
    CSL.NLM NetWare Call Support Layer For NetWare
    Version 2.06.02 January 13, 2000
    Code Address: 912C6000h Length: 0000CB32h
    Data Address: 912D3000h Length: 000028F4h
    BTRIEVE.NLM BTRIEVE.NLM v7.90.000
    Version 7.90 March 21, 2001
    Code Address: 912BB000h Length: 000013BFh
    Data Address: 912BD000h Length: 00000980h
    NWMKDE.NLM NWMKDE.NLM v7.94.251.000
    Version 7.94 December 11, 2001
    Code Address: 9051B000h Length: 00053D55h
    Data Address: 91055000h Length: 0000F784h
    NWENC103.NLM NWENC103.NLM v7.90.000 (Text Encoding Conversion Library)
    Version 7.90 February 24, 2001
    Code Address: 9072C000h Length: 0004D0F5h
    Data Address: 90EA4000h Length: 001B0208h
    NWAIF103.NLM nwaif103.nlm v7.94, Build 251 ()
    Version 7.94 November 30, 2001
    Code Address: 90E2D000h Length: 00010E51h
    Data Address: 9050C000h Length: 00006828h
    PSVCS.NLM Portability Services
    Version 251.00 November 30, 2001
    Code Address: 90DA1000h Length: 0001270Fh
    Data Address: 90DB4000h Length: 00009464h
    NWUCMGR.NLM NWUCMGR.NLM v1.5 Build 230
    Version 1.05 March 14, 2001
    Code Address: 90CC7000h Length: 0000D920h
    Data Address: 904D3000h Length: 000078D4h
    SNMP.NLM Netware 4.x/5.x/6.x SNMP Service
    Version 4.18 July 25, 2006
    Code Address: 90B75000h Length: 00013E90h
    Data Address: 9043C000h Length: 00003220h
    TLI.NLM NetWare Transport Level Interface Library
    Version 4.30.02 December 19, 2000
    Code Address: 90426000h Length: 00003859h
    Data Address: 9022E000h Length: 00000164h
    Global Code Address: 9022F000h Length: 00001000h
    Global Data Address: 9042A000h Length: 00002000h
    CONLOG.NLM System Console Logger
    Version 3.01.02 August 8, 2006
    Code Address: 8A681000h Length: 0000243Ch
    Data Address: 8A684000h Length: 00001CE0h
    DHOST.NLM Novell DHost Portability Interface 1.0.0 SMP
    Version 10010.97 September 18, 2006
    Code Address: 8A602000h Length: 00006621h
    Data Address: 89326000h Length: 0000234Ch
    NSPNDS.NLM NetWare Winsock 2.0 NSPNDS.NLM Name Service Provider
    Version 6.20 November 12, 2001
    Code Address: 8931E000h Length: 00006547h
    Data Address: 892E1000h Length: 00000518h
    DS.NLM Novell eDirectory Version 8.7.3.10 SMP
    Version 10554.34 April 23, 2008
    Code Address: 90807000h Length: 0026E87Eh
    Data Address: 8FDF0000h Length: 00078FB0h
    ROLLCALL.NLM RollCall NLM (101, API 1.0)
    Version 5.00 July 27, 1998
    Code Address: 8FDE4000h Length: 0000055Dh
    Data Address: 8FDE5000h Length: 000002D4h
    SAL.NLM Novell System Abstraction Layer Version 2.3.1
    Version 20350.95 September 18, 2006
    Code Address: 8FDD9000h Length: 00007CD6h
    Data Address: 8FDE1000h Length: 000012A8h
    POLIMGR.NLM NetWare License Policy Manager
    Version 6.27 November 3, 2005
    Code Address: 903EF000h Length: 00013F5Ch
    Data Address: 90403000h Length: 00008E90h
    SPMNWCC.NLM Novell SPM Client for NWCC 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 903DD000h Length: 00011688h
    Data Address: 8FDA3000h Length: 00001340h
    NMAS.NLM Novell Modular Authentication Service 3.3.1.0 20081112
    Version 33100811.12 November 12, 2008
    Code Address: 8FD2F000h Length: 00059BA8h
    Data Address: 903CF000h Length: 0000D2F0h
    GAMS.NLM Graded Authentication Management Service
    Version 1.30.03 November 2, 2007
    Code Address: 903C1000h Length: 0000D8F7h
    Data Address: 8FD27000h Length: 000012E8h
    NDSAUDIT.NLM Directory Services Audit
    Version 2.09 May 22, 2003
    Code Address: 903B0000h Length: 00010844h
    Data Address: 8FD24000h Length: 00002ED0h
    NICISDI.NLM Security Domain Infrastructure
    Version 27510.02.01 August 25, 2008
    Code Address: 9036D000h Length: 0000ADA2h
    Data Address: 00099000h Length: 00001320h
    SASDFM.NLM SAS Data Flow Manager
    Version 27510.02.01 August 25, 2008
    Code Address: 8FC0F000h Length: 000040AEh
    Data Address: 2F1ED000h Length: 00000980h
    CALNLM32.NLM NetWare NWCalls Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 90341000h Length: 0001CEB9h
    Data Address: 8FBF1000h Length: 00000510h
    TIMESYNC.NLM NetWare Time Synchronization Services
    Version 6.61.01 October 14, 2005
    Code Address: 902F6000h Length: 0000E13Ch
    Data Address: 8FBF7000h Length: 00004240h
    CLXNLM32.NLM NetWare NWCLX Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FC80000h Length: 000011F3h
    Data Address: 8FB09000h Length: 000001B0h
    DSAPI.NLM NetWare NWNet Runtime Library
    Version 6.00.04 January 27, 2006
    Code Address: 8FB07000h Length: 00000043h
    Data Address: 8FB08000h Length: 00000024h
    DSEVENT.NLM NetWare DSEvent Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FACB000h Length: 00000633h
    Data Address: 8FACC000h Length: 00000034h
    NETNLM32.NLM NetWare NWNet Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 902AB000h Length: 00035B77h
    Data Address: 8FBF2000h Length: 00004DA5h
    NCPNLM32.NLM NetWare NWNCP Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 9028B000h Length: 0001F473h
    Data Address: 00000000h Length: 00000000h
    CLNNLM32.NLM NetWare NWClient Runtime Library
    Version 6.01.03 August 26, 2008
    Code Address: 8FC65000h Length: 00001CC2h
    Data Address: 8FACA000h Length: 00000150h
    CLIB.NLM (Legacy) Standard C Runtime Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 9024D000h Length: 0001898Eh
    Data Address: 8FC5E000h Length: 00002FB0h
    NIT.NLM NetWare Interface Tools Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 90230000h Length: 0001C694h
    Data Address: 8FAC8000h Length: 00000690h
    NLMLIB.NLM Novell NLM Runtime Library
    Version 5.90.15 March 10, 2008
    Code Address: 901E7000h Length: 000263EDh
    Data Address: 8FC4F000h Length: 000038C0h
    STREAMS.NLM NetWare STREAMS PTF
    Version 6.00.06 May 4, 2005
    Code Address: 901D4000h Length: 0001206Dh
    Data Address: 8FB84000h Length: 000010A0h
    Global Code Address: 8FAC7000h Length: 00001000h
    REQUESTR.NLM Novell NCP Requestor for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 9019C000h Length: 00020DE3h
    Data Address: 8FB82000h Length: 000010D0h
    THREADS.NLM Novell Threads Package for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 90171000h Length: 00018CF8h
    Data Address: 9018A000h Length: 000116A0h
    LIB0.NLM Novell Ring 0 Library for NLMs
    Version 5.90.15 March 10, 2008
    Code Address: 8FF0D000h Length: 000250EAh
    Data Address: 8FF33000h Length: 00228070h
    MASV.NLM Mandatory Access Control Service
    Version 1.50 July 27, 2006
    Code Address: 8FBC7000h Length: 00011F26h
    Data Address: 8FB49000h Length: 00002390h
    NSPSLP.NLM NetWare Winsock 2.0 NSPSLP.NLM Name Service Provider
    Version 6.20.04 December 6, 2007
    Code Address: 8FAF9000h Length: 00005ED3h
    Data Address: 8FAAC000h Length: 00000B30h
    PMLODR.NLM PMLodr for NW65
    Version 1.26 October 7, 2005
    Code Address: 8FB19000h Length: 0000E63Ah
    Data Address: 8FB28000h Length: 00001658h
    SLP.NLM SERVICE LOCATION PROTOCOL (RFC2165/RFC2608)
    Version 2.13 November 15, 2005
    Code Address: 8FACD000h Length: 0001A658h
    Data Address: 8FAE8000h Length: 00005384h
    CCS.NLM Controlled Cryptography Services from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8FA7F000h Length: 00019EE4h
    Data Address: 2F951000h Length: 00002F90h
    DSLOADER.NLM Novell eDirectory Version 8.7.3 Loader SMP
    Version 10554.34 April 23, 2008
    Code Address: 8F9F2000h Length: 0000C73Ch
    Data Address: 8F9FF000h Length: 00001278h
    XENGUSC.NLM NICI U.S./Worldwide XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F9DF000h Length: 00000058h
    Data Address: 00000000h Length: 00000000h
    XNGAUSC.NLM NICI U.S./Worldwide XMGR Assistant XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F9A7000h Length: 000153E4h
    Data Address: 2FABF000h Length: 00004864h
    XENGEXP.NLM NICI Import Restricted XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8A5B1000h Length: 00050DD4h
    Data Address: 2FADC000h Length: 00014C3Ch
    XENGNUL.NLM NICI NULL XENG from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F998000h Length: 00001DC9h
    Data Address: 330C6000h Length: 00000860h
    XMGR.NLM NICI XMGR from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F80F000h Length: 00026001h
    Data Address: 2FD9C000h Length: 0000AA10h
    XSUP.NLM NICI XSUP from Novell, Inc.
    Version 27510.02.01 August 25, 2008
    Code Address: 8F79A000h Length: 00006EF2h
    Data Address: 2FDAF000h Length: 00023170h
    XIM.XLM Novell NICI Signed Loader
    Version 27510.02.01 August 25, 2008
    Code Address: 8F70C000h Length: 0002C680h
    Data Address: 2FDA7000h Length: 00007CE4h
    WS2_32.NLM NetWare Winsock 2.0 NLM
    Version 6.24.01 February 14, 2008
    Code Address: 8F372000h Length: 00037F28h
    Data Address: 8F3AA000h Length: 00011B84h
    NCP.NLM NetWare Core Protocol (NCP) Engine
    Version 5.61.01 September 30, 2008
    Code Address: 8F319000h Length: 00026DEFh
    Data Address: 8F340000h Length: 00018B24h
    QUEUE.NLM NetWare Queue Services NLM
    Version 5.60 May 24, 2001
    Code Address: 8F310000h Length: 00006D8Dh
    Data Address: 8F317000h Length: 00000473h
    VDISK.NLM NetWare Virtual Disk
    Version 1.00 November 30, 2004
    Code Address: 8ACEA000h Length: 00001FEEh
    Data Address: 8F2CD000h Length: 00001160h
    NWTERMIO.NLM NetWare Terminal Emulation
    Version 1.00 September 11, 2006
    Code Address: 8A9C3000h Length: 00007570h
    Data Address: 8A9CB000h Length: 00004560h
    MALHLP.NLM NSS Configure help messages (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A6B4000h Length: 000000BAh
    Data Address: 8A6B5000h Length: 0000002Ah
    CDDVD.NSS NSS Loadable Storage System (LSS) for CD/UDF (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8ACED000h Length: 00014B00h
    Data Address: 8A6AA000h Length: 00001050h
    NSSIDK.NSS NSS Pool Configuration Manager (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A6AD000h Length: 000039C5h
    Data Address: 8A6B1000h Length: 00000090h
    PARTAPI.NLM Partition APIs for NetWare 6.1
    Version 2.00 April 17, 2002
    Code Address: 8A6AC000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    VOLMN.NSS NSS Distributed Volume Manager (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8ACBD000h Length: 0000A6A3h
    Data Address: 8A6A5000h Length: 000005B0h
    NWSA.NSS NSS NetWare Semantic Agent (NWSA) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8ABBF000h Length: 0004ADCEh
    Data Address: 8AC0A000h Length: 000A1390h
    ZLSS.NSS NSS Journaled Storage System (ZLSS) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8AAE5000h Length: 000CD166h
    Data Address: 8ABB3000h Length: 0000BE30h
    MAL.NSS NSS Media Access Layer (MAL) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A696000h Length: 00003196h
    Data Address: 8A69A000h Length: 00000170h
    MANAGE.NSS NSS Management Functions (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A4B2000h Length: 0004F275h
    Data Address: 8A502000h Length: 00000C20h
    COMN.NSS NSS Common Support Layer (COMN) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A9D3000h Length: 000EF3F8h
    Data Address: 8AAC3000h Length: 00015E50h
    NSS.NLM NSS (Novell Storage Services) (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A6DE000h Length: 00030420h
    Data Address: 8A70F000h Length: 00091830h
    SYSLOG.NLM NetWare Logfile Daemon
    Version 6.05.03 October 22, 2007
    Code Address: 8A45D000h Length: 0000616Ah
    Data Address: 8A6B7000h Length: 00026140h
    LIBNSS.NLM Generic Library used by NSS (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A464000h Length: 0000464Ch
    Data Address: 8A469000h Length: 000003D0h
    NSSWIN.NLM NSS ASCI Window API Library (Build 163 MP)
    Version 3.27 November 13, 2008
    Code Address: 8A44D000h Length: 000047DCh
    Data Address: 8A452000h Length: 000000FCh
    LOCNLM32.NLM NetWare NWLocale Runtime Library
    Version 6.00.04 November 29, 2005
    Code Address: 8A3C9000h Length: 000044BBh
    Data Address: 8A445000h Length: 00000B30h
    UNICODE.NLM NetWare Unicode Runtime Library (UniLib-based) [optimized]
    Version 7.00 October 26, 2004
    Code Address: 8A432000h Length: 000016F5h
    Data Address: 8A404000h Length: 00000504h
    FILESYS.NLM NetWare File System NLM
    Version 5.14 April 16, 2008
    Code Address: 8A503000h Length: 0008E4E7h
    Data Address: 8A592000h Length: 00012C90h
    LFS.NLM NetWare Logical File System NLM
    Version 5.12 September 21, 2005
    Code Address: 8A41D000h Length: 000098A2h
    Data Address: 8A427000h Length: 000084BCh
    CONNMGR.NLM NetWare Connection Manager NLM
    Version 5.60.01 September 7, 2006
    Code Address: 8A3D3000h Length: 0001172Bh
    Data Address: 8A3E5000h Length: 00003CE8h
    ACPIPWR.NLM ACPI Power Management Driver for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A3B1000h Length: 00000C9Ah
    Data Address: 8A3B2000h Length: 00000904h
    ACPICMGR.NLM ACPI Component Manager for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A3A6000h Length: 00000A6Fh
    Data Address: 8A3A7000h Length: 000002F4h
    MEGA_SAS.HAM NetWare LSI MegaRAID_SAS HAM Driver
    Version 1.06.05 August 23, 2007
    Code Address: 8A384000h Length: 00006391h
    Data Address: 30A42000h Length: 00000B09h
    IDEATA.HAM Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    Version 4.34 May 5, 2007
    Code Address: 8A313000h Length: 00010F67h
    Data Address: 314DC000h Length: 00005880h
    SCSIHD.CDM Novell NetWare SCSI Fixed Disk Custom Device Module
    Version 3.03.10 May 30, 2008
    Code Address: 8A30D000h Length: 00005523h
    Data Address: 006AC000h Length: 000017C0h
    IDECD.CDM Novell ATA/IDE CD/DVD Custom Device Module
    Version 4.13 April 4, 2007
    Code Address: 8A2A6000h Length: 00004201h
    Data Address: 00FEE000h Length: 00001084h
    ACPIDRV.PSM ACPI Platform Support Module for ACPI compliant systems
    Version 1.05.19 January 16, 2007
    Code Address: 8A224000h Length: 0000AD1Eh
    Data Address: 00A20000h Length: 0000C694h
    ACPICA.NLM ACPI Component Architecture for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A1BB000h Length: 0002BA90h
    Data Address: 8A1E7000h Length: 00011C74h
    ACPIASL.NLM ACPI Architecture Services Layer for ACPI compliant systems
    Version 1.05.16 January 16, 2007
    Code Address: 8A1B9000h Length: 00000F9Bh
    Data Address: 8A1BA000h Length: 0000019Ch
    EHCIDRV.CAD Novell Universal Serial Bus EHCI driver
    Version 1.05 February 26, 2008
    Code Address: 897C6000h Length: 00004C28h
    Data Address: 00A59000h Length: 00000B20h
    UHCIDRV.CAD Novell Universal Serial Bus UHCI driver
    Version 1.07 February 26, 2008
    Code Address: 89792000h Length: 00004F7Fh
    Data Address: 00A5A000h Length: 00000694h
    CIOS.NLM Consolidated IO System
    Version 1.60 February 12, 2008
    Code Address: 8A0BF000h Length: 00042C15h
    Data Address: 31961000h Length: 00008B4Ah
    LSL.NLM Novell NetWare Link Support Layer
    Version 4.86 February 2, 2006
    Code Address: 89849000h Length: 0000A7A7h
    Data Address: 89854000h Length: 00009EC8h
    NWPALOAD.NLM NetWare 5 NWPA Load Utility
    Version 3.00 July 10, 2000
    Code Address: 8982B000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    NWPA.NLM NetWare 6.5 NetWare Peripheral Architecture NLM
    Version 3.21.02 October 29, 2008
    Code Address: 897E9000h Length: 00016C82h
    Data Address: 89800000h Length: 00002A5Ch
    MM.NLM NetWare 6.5 Media Manager
    Version 3.22.07 August 20, 2008
    Code Address: 802F7000h Length: 0004CAB0h
    Data Address: 897B5000h Length: 0000BA1Ch
    SGUID.NLM NetWare GUID Services
    Version 6.01 September 27, 2002
    Code Address: 897B3000h Length: 00000E04h
    Data Address: 897B4000h Length: 0000018Ah
    NBI.NLM NetWare Bus Interface
    Version 3.01.01 July 13, 2007
    Code Address: 897A1000h Length: 0000D72Dh
    Data Address: 897AF000h Length: 00003D8Dh
    NEB.NLM Novell Event Bus
    Version 5.60 September 27, 2004
    Code Address: 896EC000h Length: 00005843h
    Data Address: 896F2000h Length: 0000097Ch
    DIAG500.NLM Diagnostic/coredump utility for NetWare 6.x
    Version 3.04.03 October 31, 2007
    Code Address: 89725000h Length: 00007FC0h
    Data Address: 8972E000h Length: 0001DF84h
    CPUCHECK.NLM NetWare Processor Checking Utility
    Version 5.60.01 December 6, 2007
    Code Address: 80285000h Length: 00001B5Ch
    Data Address: 896F4000h Length: 00004B3Ch
    NWKCFG.NLM NetWare Kernel Config NLM
    Version 2.16 June 24, 2005
    Code Address: 89605000h Length: 00003F4Fh
    Data Address: 89609000h Length: 00003CA4h
    CDBE.NLM NetWare Configuration DB Engine
    Version 6.01 September 21, 2006
    Code Address: 8935B000h Length: 000116E6h
    Data Address: 8936D000h Length: 000161FAh
    FATFS.NLM FAT Filesystem Module for NetWare
    Version 1.24 August 27, 2007
    Code Address: 8098A000h Length: 00020526h
    Data Address: 809AB000h Length: 0002B32Fh
    LIBC.NLM Standard C Runtime Library for NLMs [optimized, 7]
    Version 9.00.05 October 3, 2008
    Code Address: 80800000h Length: 000D0CD6h
    Data Address: 808D1000h Length: 000415E0h
    PVER500.NLM NetWare 6.XX Version Library
    Version 3.00 February 1, 2007
    Code Address: 8026C000h Length: 00000837h
    Data Address: 8026D000h Length: 000003DCh
    SERVER.NLM NetWare Server Operating System
    Version 5.70.08 October 3, 2008
    Code Address: 00201D00h Length: 0016A000h
    Data Address: 00401D00h Length: 00217300h

  • IDM 8.1.02 patch - many problems

    We installed IDM patch 8.1.02 to fix Oracle case sensitive ID bug. Basically in 8.1.01 path IDM inserts users as "userid" , enforcing lowercase logons to Oracle. This was the case where case senstive was checked or not in Oracle RAC resource definition.
    Anyways - 8.1.02 fixed the issue - however it broke the following for us.
    LDAP Recons - started failing with java.lang out of memory issue.
    SAP resource adapters - SAP GUI started forcing users to change their password after they changed their own password through IDM user interface or Active Directory password sync.
    So we have decided to pull 8.1.02 path. We have also opened tickets with Sun to report above issues with this patch. Anybody else having issues with this patch.
    Thanks,

    Downgrading the iOS version is not supported by Apple.
    What problems are you having, and what have you tried to see if they fix/improve things ? Have you tried :
    - closing apps via the iPad's taskbar : iOS: Force an app to close.
    - if having problems with Safari then try clearing its history and data : Settings > Safari
    - soft-reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    - backing up (and copying any purchases over to your computer's iTunes library via File > Devices > Transfer Purchases) and restoring
    - adjusting settings e.g. turning 'reduce motion' on (Settings > General > Accessibility), turning off 'background app refresh (Settings > General), turn off multitasking gestures (Settings > General)
    - resetting back to factory defaults (after copying off purchases and any documents, photos etc that you want to keep) and then resyncing
    iOS 8.02 issues

  • How to reduce the size of winsxs in windows 7 ultimate x64

    Ok so first off there are some caveats to responding to this question
    1.) Im on windows 7, so DONT refer to some "winsxs is important" vista link...
    2.) i am well aware of what windows side by side is for, and appreciate dll ____ must be bad for some... but lets be honest, professional people like me know how to keep a system in shape and not remove DLL files willy nilly and should have some kind of
    "i know what im doing" option
    3.) i know its important system files blah blah blah
    4.) i know it MUST be possible to trim this... vsp1cln.exe and compcln.exe from vista sp1 and sp2 respectively shows it CAN be done
    so in light of that, as there is no vsp1cln.exe or compcln.exe included on windows 7 i need to know if they are compatible with windows 7 if i just pull down a version from vista.
    if not, there must be some kind of method to reduce winsxs size... mine is currently at 6.2GB and that... frankly... is too big, i can understand a few GB worth, but 6! thats a whole windows xp installation!
    now, if a utility could be written that would be detrimental to compatibility but acceptable in terms of limited damage then that would be good, perhaps removing the ability to uninstall updates if for example, your system has been stable since february
    i know i wont have problems and have the retail disk if it gets fubar.
    I cant see what all that folder is for... i mean if you dont want such compatibility or the ability to install extra components without finding the disk then you should be able to remove that... i dont use a lot of the server side components, so why cant
    i remove those.
    also winsxs uses a lot of hardlinks and junctions that are reporting hard drive usage that isnt actually used as explorer counts these files repeatedly, there must be a way to tell explorer not to count those files... it might be all well and good to say
    theres 2gb not actually being used, but if windows is throwing a fit because it thinks im out of space then those 2gb might as well be 2 TB for all the use they are to me.
    lets take for example the winsxs/backup folder, there are about 60% of that taken up with FONT BACKUPS... i mean SERIOUSLY! ... you backed up the FONTS!?
    WHY!?!?
    There must be more things like those that could go
    perhaps someone could get back in touch and explain why microsoft windows is the ONLY operating system that seems to think that if it doesnt have 80 hundred million backups and spares it wont work... linux does not have this side by side thing, nor does
    macosx

    Okay maybe some background on the root of the problem would help.
    Windows XP (and Windows 2000) used a fast and great mechanism called Hotfix Installer (Update.exe) to install updates. Updates installed in very little time. If you wanted to further reduce update times on Windows XP, you could just temporarily stop the
    System Restore service and updates would install at crazy speeds. Note that this is not recommended for novice users who don't know advanced recovery methods, as some updates can sometimes cause your system to stop booting so you cannot even uninstall them.
    The method the Hotfix Installer used was simple, it just installed a new version of files to be updated at %windir%\system32 and %windir%\system32\dllcache (the Windows File Protection cache). For files that were in use, a restart copied them from dllcache
    to the system32 folder. This is simple file-based servicing. The hotfix installer (Update.exe) also supported various command line switches like /nobackup which means not to backup files it patches. Again, this is not recommended for novice users as some updates
    can screw your system even after the comprehensive testing Microsoft does before releasing them. But if you won't be uninstalling any updates (usually one only requires uninstalling updates if they cause problems), you could save a ton of disk space by not
    backing up the files it patched. The Hotfix Installer backed up files to C:\Windows\$Uninstall$KBxxxxxx folders so even if you did back up the files at install time, they could be safely deleted after a few days if no stability issues were found after using
    Windows with the newest updates applied. Update.exe also supported the very important and convenient ability to slipstream a service pack or update into the original Windows setup files using the /s switch.    
    When Microsoft was developing Windows Vista, they realized that components had gotten too many interdepencies on each other and to service each file reliably without breaking another component that relied on it, Microsoft introduced what they called as Component
    Based Servicing (CBS). You can read all about it in a much more technical way at The Servicing Guy's blog. What CBS does basically is it installs all files of the entire operating system, including all languages into C:\Windows\WinSxS and then it hard-links
    files from there to C:\Windows\system32. This has the benefit of not having to insert the OS disc to add or remove any components, and some other advantages as well like offline servicing of a Windows Vista or Windows 7 image. But the design introduces a major
    disadvantage of taking up a lot of hard disk space. Whenever an update is installed, it no longer installs it to C:\Windows\system32 and C:\Windows\system32\dllcache like Windows XP's hotfix installer (Update.exe) did. Instead, it updates the files in C:\Windows\WinSxS.
    Now, Windows keeps multiple copies of the same file but with different version in WinSxS if it is used by more than one Windows component. The higher the number of components, that many number of times the file exists in C:\Windows\WinSxS. When a Windows Vista
    update (.MSU) is installed, the components get updated, each and every one, instead of the files and the worst part is it still maintains the older superseded previous versions of components in WinSxS so the user would be able to uninstall updates. Microsoft
    does say that some sort of "scavenging" or deleting older copies of components takes place but is scarce on the details. The scavenging seems to take place automatically at certain intervals in Windows 7 but not in Windows Vista. In Windows Vista, you have
    to add or remove any Windows component for the scavenging to take place. And Microsoft says the scavenging will free up some disk space but in practice, on my system, I see my free disk space only decreasing on Vista as I remove or add any component. Windows
    does not give the user an option to not backup the earlier versions of components like Windows XP's /nobackup switch in Hotfix Installer did. As as you install more and more updates on your system, they will take more and more disk space. This is one of the
    primary reasons Windows Vista and Windows 7 are so bloated. Another reason for them being so bloated is the DriverStore that these OSes store. All drivers that are shipped with the OS and the OEM ones which you download and which are installed for a particular
    system are staged in C:\Windows\System32\DriverStore. But let's not go there for now.
    Now, an important thing to note is that the size of the WinSxS folder is not what Explorer or the dir command report, it is far less but is misreported by Explorer because it counts the hard links more than once when calculating size. That does not mean,
    the size of WinSxS is not causing real-world disk space problems on numerous Windows Vista/7 systems in use today. Microsoft's ingenious recommendation to this problem of ever growing disk consumption is to install fewer updates to keep the size of the servicing
    store under control. Of course, users cannot deny installing security updates and leave their system open to security holes. What they can do is install less optional updates, the ones that Microsoft releases on the fourth Tuesday of every month and also install
    less of the hotfixes that are available by request from a Knowledge Base article. In short, you have to trade the number of bugs fixed in the OS by installing hotfixes at the cost of enormous amounts of disk space. The whole servicing stack is a total downgrade
    to Windows XP's update.exe method. It causes heavy disk thrashing and slow logoffs/logons while Windows configures these updates at the Welcome Screen. Many systems are unable to boot because of failed updates. Another disadvantage of the "new" servicing stack
    (and the redesigned Setup mechanism of Windows Vista) is the inability to do a true slipstream of service packs and hotfixes.
    The time it takes to actually install these hotfixes online compared to Windows XP is also completely unacceptable. When you start installing an MSU update, it spends a lot of time determining whether the update applies to your system. Then, the update itself
    takes much longer to install compared to Windows XP's Update.exe (hours instead of minutes if you are installing dozens of updates through a script). Finally, that post-installation process ("Configuring updates... Do not turn off your computer") takes several
    minutes before shut down followed by a second post-installation process (configuration) upon restart before logon that also takes also several minutes and thrashes the disk.
    I can install the entire SP3 for Windows XP in about 10 minutes after downloading the full installer. I can also install a slipstreamed-with-SP3 copy of Windows XP is about 45 minutes on a modern fast PC. In contrast, Windows Vista or Windows 7 do install
    relatively quickly (in just about 15-20 minutes) on a modern PC but installing the service packs and updates takes more time than anything on XP did. Not only can service packs not be slipstreamed, but Vista Service Packs are not even cumulative, which means
    if you clean install Windows Vista today, you have to install SP1 first which takes about 90 minutes, then SP2 which takes less time, then all the post-SP2 updates which do take hours to install. If you really HAVE to use Windows 7 or Windows Vista, you are
    stuck with this slow update non-sense as Microsoft does not even acknowledge that there is any slowdown or loss of functionality in the new servicing mechanism. The fact remains: MSU updates are slow as **** and take too much time and as Windows 7/Vista get
    older and Microsoft stops producing service packs, a clean install is going to take longer and longer to bring it up-to-date with all patches installed. Is is worth wasting your time on an OS whose servicing mechanism Microsoft completely screwed up? I once
    again recommend you read more about the servicing stack and how it operates at The Servicing Guy's blog:http://blogs.technet.com/b/joscon/. To fix this messed up servicing stack, Microsoft also offers a tool
    called CheckSUR for your system if it finds “inconsistencies in the servicing store”.
    Microsoft's Windows Vista and Windows 7 products are not engineered with disk space in mind. It causes a problem, especially for SSDs which are still low capacity and very expensive. The only hope is that Microsoft again completely redesigns this servicing
    mechanism in a future Windows release so it would not cause this growing disk space consumption issue, speed up installation of updates by an order of magnitude, not slow down logon and logoff, not prevent systems becoming unusable because of failed updates
    being stuck at a particular stage and allow true slipstreaming.
    Microsoft's response to this is vague - they simply state "Windows 7's servicing is more reliable than Windows XP" but they cannot acknowledge it is a million times slower and still unreliable...slow to the point of being unusable and sometimes leaving systems
    in an unbootable damaged state. Of course they know all this too but can't admit it since it makes their latest OSes look poor. Moving from a very simple and fast update mechanism that worked to a complex one that requires endless “configuring” and repair
    through CheckSUR is a product engineering defect.
    Take a look at servicing-related complaints in Microsoft's own forums:
    1.
    Very slow install of updates to Windows 7
    2.
    Windows 7 - Updates are very slow
    3.
    Windows 7 Ultimate, it takes long time configuring updates
    4.
    "Preparing To Configure Windows. Please Do Not Turn Off Your Computer"
    5.
    Very slow update install at shutdown (Windows 7 Home Premium)
    6.
    Why does my computer run so slow when installing updates?
    7.
    Every time the computer is shut down, it always says installing update do not turn off your computer
    8.
    Computer is working slow and wants to do windows updates all the time
    9.
    Windows 7 Update install time taking a very long time
    10.
    Windows wants to install 6 updates every time I log off or put the computer in sleep mode
    11.
    Problem In Configuring Windows Updates at the time of Startup
    12.
    Computer really slow after latest updates
    13.
    Windows hangs up in "configuring updates"
    14.
    Why can't windows 7 install updates?
    15.
    Every time computer is shut down, receive Installing updates, do not shut off....
    16.
    How long does it take for the Windows 7 Home Premium updates take?
    17.
    Windows 7 "Installing Update 2 of 2" for 12 hours now
    18.
    Updates causes endless reboots
    19.
    Updates stuck installing for over 24 hrs. Computer does not boot
    20.
    Cannot load Windows 7 after installing 2 critical updates
    A proper solution to this problem would be to completely re-engineer and rewrite the servicing mechanism so it operates with the speed, reliability and pain-free operation of the XP servicing mechanism.
    I don't see this situation improving in Windows 8 either. Good luck with your Windows tablet taking hours to install service packs and updates. Now, do iPads take that long to install updates?
    So fact is Microsoft understates or conveniently hides the real system requirements to keep a Windows 7/Vista system running. System requirements are install time may be 15 GB of free disk space but over time, this number increasing is unacceptable, especially
    for people's SSDs which are running out of disk space!

  • 11.5.10.2 to R12 - Reducing Upgrade Downtime

    Hi,
    We'r in the process of upgrading 11.5.10.2 instance to R12. Please anybody who has already done the upgrade, can tell us the way by which we can reduce the Upgrade DOWNTIME to a considerable extent (apart from what Oracle Recommends). Looking forward for early response as this is very URGENT.
    Thanx in Advance
    Regards
    Mahesh

    There is no other way to reduce the downtime other than suggested by oracle. May be you can club patches like applying rdbms patches in sequence, applying help patches once you release the instance and merging all other product patches
    regards
    Pravin

Maybe you are looking for

  • NIC ROUTER requirement for 10g RAC database

    I need to know what hardware to order in setting up an 10g RAC database without a single-point-of-failure. My question centers on the networks. If each server has one NIC for the public interface and one NIC for the private interconnect, aren't the r

  • Canon cameras not recognised in iPhoto 11

    Hi, since upgrading to iPhoto 11 my canon cameras (Powershot A3000 and eos 350D) are not recognised. The eos shows 'busy' on the screen but does not show up in iPhoto, and the powershot does nothing. The cameras are not showing in System Profiler of

  • Pdf black background

    I am importing some PDF files into Aperture. This works as expected except the background is black, meaning that any text appears as a black block. Here's an example of what happens: There is a big block of text on the left side of the page. Is there

  • The URL of ImageIcon(URL)

    Hi all swing experts: I want to fetch a image from some web page such as www.google.com/images/hp2.gif by using ImageIcon(new URL(http://www.google.com/images/hp2.gif"); But it can't work with java.lang.NullPointerException; Why, and How to get it by

  • Grid lines in numbers, how do you switch them on and off?

    I am having trouble getting the grid lines to show in numbers, the format has grid lines highlighted in blue but switching this off or on has no effect on grid lines in the sheet