Workstations down (disconnection)

My work stations, leaving the system with the following message to the whole time:
My workstations down Thu Mar 13 20:17:38 2008
Network error of client T31, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
Client address of T31 is 128.1.0.19(camioss)
***LOG Q04=> DpRTmPrep, NiBufReceive (62 JOSILENE 31 CAN-BALA-CAG)
RM-T31, U62, 400     JOSILENE, CAN-BALA-CAG-03, 20:17:38, M0, W0, ZARM, 2/1
ERROR => DpRqCheck: T31 in state TM_SLOT_FREE
***LOG Q0G=> DpRqBadHandle, bad_req ( DIA)
ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 6054):
-IN-- sender_id DISPATCHER        tid  31    wp_ca_blk   -1      wp_id -1
-IN-- action    SEND_TO_WP        uid  62    appc_ca_blk -1      type  DIA 
-IN-- new_stat  NO_CHANGE         mode 0     len         -1      rq_id 2558
-IN-- req_info  LOGOFF CANCELMODE
Thu Mar 13 20:27:59 2008
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer)
ERROR => NiIRead: SiRecv failed for hdl 9 / sock 160
    (SI_ECONN_BROKEN/10054; I4; ST; 172.22.25.9:1660)
Network error of client T37, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
Client address of T37 is 172.22.25.9(JAT-BAL-CAGL-04)
***LOG Q04=> DpRTmPrep, NiBufReceive (72 NADIA 37 JAT-BAL-CAGL)
RM-T37, U72, 400        NADIA, JAT-BAL-CAGL-04, 20:27:40, M0, W0, ZARM, 3/1
Thu Mar 13 20:29:05 2008
***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer)
ERROR => NiIRead: SiRecv failed for hdl 9 / sock 160
    (SI_ECONN_BROKEN/10054; I4; ST; 172.22.25.9:1663)
Network error of client T37, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
Client address of T37 is 172.22.25.9(JAT-BAL-CAGL-04)
***LOG Q04=> DpRTmPrep, NiBufReceive (74 NADIA 37 JAT-BAL-CAGL)
RM-T37, U74, 400        NADIA, JAT-BAL-CAGL-04, 20:28:46, M0, W0, ZARM, 3/1
Thank´s
Pamplona

Had the same issue and found that the new servers that have processors on the network cards result in network packet loss with SAP applications. Switch off option on network card to process network via CPU and no the network card processor.
NIPING is a great tool to find the problem! It is a SAP tool that tests the Network Interface Layer (NI) of a SAP a client to a SAP Server (you load it both ends) Download from SAP Market Place. You need the newest NIPING version for this test, please follow SAP note 799428 to get it.
Took this from another site: Option 2  reported network packet loss. Network guys were then able to trace the issue to network card settings.
NIPING Documentation – 13 May 2008
Network connection interrupted or poor network performance.
Other terms
Network, SAP GUI, SAPGUI, RFC, ITS, bandwidth, throughput, latency, round trip time, RTT
Solution
To help diagnose the network or measure network metrics you can test the connection using SAP's NIPING program. You can use NIPING to analyze the network connection between any two machines running SAP software, for example between:
Frontend PC and application server
Two application servers, perhaps belonging to different SAP systems
Application server and database server or live cache server
RFC server or client programs and application server
The machines can be connected either by a local area network (LAN) or wide area network (WAN).
In contrast to the normal PING command, NIPING operates on the TCP socket layer, which is the same layer used by SAP application programs. Therefore, NIPING can be used to identify also errors related to the TCP and socket implementation on the platform.
Please fetch the latest version of NIPING from the service market place as described in SAP note 799428. If this is not possible for you, you can use the NIPING which is located in the executables directory on any SAP server.
How to use NIPING
Starting NIPING without arguments displays a short help message. Find a short exlanation of the most important options below:
First start the NIPING server on computer A (e.g., the Application Server) with the command line:
niping -s -I 0 (the last character is zero, not the letter O)
Then start the client (e.g. on the front-end machine) with the command:
niping -c -H [ -B -L -D ]
may also be the host name or the IP address of host A. The remaining arguments are optional.
(default 1000 bytes) determines the size of the data packets. Please test at least the values 500, 1000, 1400, 1500, 4000 and 10000. This test is especially important to find errors related to the maximum transmission unit (MTU). Please also refer to notes 26086, 107407, 67098 and 44803.
is the number of packets sent (default 10). To find spurious erors it may help to simulate high network load using 1000 loops or more. For a permanent test use a number of e.g. 1000000 loops.
If you test during productive hours and don't want to consume too much bandwidth you can set a between requests ( is in milliseconds).
Examples
1) Measuring network metrics (throughput and RTT)
Throughput is the number of bytes per second that an application can send through the network. Measured values will vary according to the actual load of the network. Round trip time (RTT) is the time for a small data packet to be transmitted from the sender to the receiver and back again to the sender. RTT is mainly influenced by network topology and equipment and normally cannot be improved significantly by increasing bandwidth.
Measuring throughput
niping -c -H -B 100000
The use of large blocks reduces impact of network latency. After completion niping will report throughput as value tr2 in kB/s (kilobytes per second).
Measuring RTT
niping -c -H -B 1 -L 100
(The buffersize of 1 may cause an error in older versions of niping. If so please use niping -c -H -B 20 -L 100 instead)
Small blocks and 100 loops are used to measure the average RTT. The value av2 represents the RTT in ms (milliseconds)
2) Long LAN stability test:
niping -c -H -B 10000 -D 100 -L 360000
This test will consume 100000 Bytes/second of bandwidth (about 10% of a 10 mbps Ethernet) and run for 10 hours.
You need the newest NIPING version for this test, please follow SAP note 799428 to get it.
3a) Long WAN test (stability):
niping -c -H -B 200 -D 1000 -L 36000
This test uses about 5% of an ISDN line of 64 kbps and also runs for 10 hours.
Interpreting NIPING's output: In this test, the times measured by NIPING correspond mostly to the network latency (round trip time - RTT). The throughput measurement has no meaning in this case.
3b) Long WAN test (idle timeouts):
niping -c -H -P -D 3600000
This test establishes a TCP connection and sends a test packet every
hour (delay of 3600000ms). It runs for 10 hours. The goal is to see if
the TCP connection is disrupted by some "idle timeout". Most firewalls
apply such timeouts. But SAP applications make use of long lasting TCP
connection and thus may be hit by such idle timeouts.
You need the newest NIPING version for this test, please follow SAP
note 799428 to get it.
4) Short throughput/stability test:
niping -c -H -B 1000000 -L 100
Tests connection with 100 MB of data as fast as possibly. On a 100 Mbps Ethernet this should take about 10 seconds. During the test, other applications may be impaired. On a slow WAN connection, reduce loops to 10 (-L 10).
Interpreting NIPING's output: This test uses large blocks of data. Therefore, it can be used to measure throughput available to NIPING. Check the output "tr2". It states the throughtput in kilo-byte per second measured from all packets except the fastest and the slowest one. Multiply this value by 10 to obtain an estimate of the line bandwidth in kilo-bit per second (kbps). Does this value differ by a large amount (at least a factor of two) from the one expected for the connection you are analyzing? This could be an indication of network problems: Either the line is overloaded, or there are other problems with the connection.
5) MTU test:
See related notes 155147 and 107407 for an explanation of this test (even if you are not analyzing a Windows system).
niping -c -H -B
Vary X according to the values given above (500, 1000, 1400, 1500, 4000, 10000 and 40000)
Note for Windows NT/2000: If client or server are under heavy load while you perform the measurement, you should start NIPING with high priority. To do this, start NIPING with the following command line:
start /b /wait /high niping
Please test the TCP/IP communication between all concerned machines. Using the options described above, you can either do a long time connection test to find intermittent problems or do a short term stress test with large packets to find fundamental connection problems.
NIPING should not abort with an error message under any circumstances. If you can reproduce an error using NIPING then the problem is definitely related to the network layers, not to the application.
Information needed by SAP
If you need further assistance from SAP support, please start both client and server with the additional argument
-V 2 -T
Replace with an appropriate file name for trace output.
Now send both trace files along with a description of what you did to produce the traces to SAP. (For example, attach the files to a problem message).

Similar Messages

  • Inventory scan slows the workstation down

    Hi,
    we use zfd 4 since more than 3 years. (server 5.1SP8 with ZFD 4IR7)
    The inventory runs fine before we have begun to install all the Windows
    XP patches.
    We tried many netware client and zfd client versions. But the
    ntscan32.exe needs now more than 10 minutes to scan our workstations
    (new hardware DELL Latitude D-Series). During this time you cannot work
    with this workstations, even it is a full or differential scan.
    We play a little with the inventory policies, but nothing helps. Policy
    is configured to run on system start with software and hardware scan.
    Any ideas?
    Chris

    Marcus Breiden wrote:
    >
    > are you also running a virus scanner?
    > --
    no, but we found the problem:
    We have about 48 application objects with XP patches and every
    application has its own dependencies. It seems that the checking of
    these dependencies simultaneously to the inventory scan causes the slow
    downs. After we have deleted the associations to the workstation
    objects everything looks like before.
    Now we think the NAL has some problems to work with complex
    dependencies.
    Thank you for your help
    Chris

  • Firefox drop down disconnects when using multi-screen.

    I'm not sure if this is a new issue w/ Snow Leopard or if it's an old one. It's a new one for me.
    I opened Firefox on my laptop screen which is also connected to the 23" Apple Cinema display. I moved the browser window to the Cinema display and now the drop down boxes are redrawing on the laptop screen instead of the Cinema display. Just thought I'd report this. Can anyone else reproduce this

    I never found a solution to this but Firefox has upgraded since this question was posted and I haven't noticed this issue recurring in over 2 years.

  • My Mac just shuts down

    Looking for any answer on why my Mac just shuts down at times. It doesn't matter if I have a full battery or have it plugged in, there are random times when my computer just shuts completely down and I can't figure out why that is. Has anyone else experience this? Any thoughts on why it is happening?

    do a software update, if that doesnt work, try opening disk utility in user\applications\utilities. then repair disk permissions. if that still doesnt work, then reset the pmu and pram. reset the pmu by shutting down, disconnecting the battery and powercord, and holding down the power button for 5 secs. i know this sounds ridiculous but it actually does something. next reset the pram by connecting a both power sources and holding the option-apple-r-and p keys. press the power button while holding down those keys and hold the keys until you see the grey apple and the spinning gear. (if you want to, just press the first three, press the power button, and then immediately press the p key. if this Still doesn't work...then your in an even bigger pickle than you are right now...which isnt much of a pickle...nothing should get erased from your hard drive just to let you know...

  • Why Wont my mac Mini Shut Down After SSD Install?

    Heres the Gist,
    I have a late 2009 Mac Mini (A1283) 2.53 GHz, 4gig ram.  that i've been running as a media server.  Recently the harddrive died in it. I decided to install a Intel 320 Series GEN3 SSD Drive.  The install went fine and clean, Mac booted up perfectly, installed a new version of OSX 10.6, no issues, did all the updates. The only software I installed was Plex Media Server (http://www.plexapp.com/)  and Google Chrome.
    Now my issue is, when i go to shut the Mac Mini down, all that happens is the dock disappears and all the desktop icons then it just sits there, nothing happens.  I reset the PMU and it still does the same thing, except now the fan is on high all the time.
    Other things i've tried:
    Verifiying and Repairing the Disc Permissions
    Verifiying and Repairing the Disc
    Closing all apps before shut down
    disconnecting all network drives and external drives before shut down
    reseting the PMU
    When I get home im going to try:
    Resetting the SMU.
    Running YASU (Although its a fresh install with no apps so not to sure what it will find)
    Im looking for any and all other suggestions to try.  I was considering upgrading to 10.7 to see if its just a software glitch, but im not to sure why this would be happening now.
    thanks for any and all advice in advance

    It's SMC > Intel-based Macs: Resetting the System Management Controller (SMC)
    1. Shut down the computer.
    2. Unplug the computer's power cord.
    3. Wait fifteen seconds.
    4. Attach the computer's power cord.
    5. Wait five seconds, then press the power button to turn on the computer.
    Plus the PRAM > Resetting your Mac's PRAM and NVRAM
    1. Shut down the computer.
    2. Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    3. Turn on the computer.
    4. Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    5. Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    6. Release the keys.

  • Internet connection times out/disconnects

    We got wireless a few months ago, & my Mac will connect briefly, have fairly good download speed for a few minutes, then s-l-o-w down, & disconnect. The wireless works great on my Windows & Mac laptop. Took it to the "Genius" bar, where it worked just fine - also got a software update.I'm really tired of not having internet access on my Mac - you should see the conplications in getting iTunes songs shifted over!
    ANy ideas? (I'm sending this off from my Windows laptop, needless to say).

    After two days of attempts, Google & Apple searches, one Apple post stated to turn off all firewalls and virus software and keep trying since there were 6 gazillion people trying to update.  I have Windows 7 & Kaspersky and had to diable every single safety feature in Kaspersky as well as Firewalls and it finally allowed the download and update attempt. 
    Glancing at the forum, there appears to be numerous other problems with missing pictures, text problems etc after the IOS5 download but fortuneately, everything seems ok so far.  Good luck, it is frustrating!  Hattie47

  • Connection iphone with msi laptop: keeps disconnecting and connecting.

    I wanted to get a picture from my iphone, and it is the first time I connect the phone to my new msi laptop.
    Suddenly, my iphone keeps buzzing, and charging, and stops charging, , this goes very fast , up (connected) and down(disconnected).
    I thaught maybe the cable, although the cable worked great yesterday charging my phone through a wall outlet.
    I tried another cable, same problem.
    Then I took another laptop: connection established after driver was installed.
    How come msi laptop behave strange ??
    I really hope I can still tell my friends to buy a msi... Can this be fixed with software? I don't want to send it back , after spending so much time installing, troubleshooting... .

    Quote from: hara_mo on 30-May-15, 03:09:35
    I wanted to get a picture from my iphone, and it is the first time I connect the phone to my new msi laptop.
    Suddenly, my iphone keeps buzzing, and charging, and stops charging, , this goes very fast , up (connected) and down(disconnected).
    I thaught maybe the cable, although the cable worked great yesterday charging my phone through a wall outlet.
    I tried another cable, same problem.
    Then I took another laptop: connection established after driver was installed.
    How come msi laptop behave strange ??
    I really hope I can still tell my friends to buy a msi... Can this be fixed with software? I don't want to send it back , after spending so much time installing, troubleshooting... .
    Does the cable you try is the official one from the apple store?
    Which iphone model do you have and what's the iOS version, iTunes version?
    Quote from: hara_mo on 31-May-15, 17:59:41
    added: same problem connection gps on msi laptop.
    installation did not succeed of the new update card.
    second time, I  held the laptop and followed the installation (while watchin tv), at the end, I moved then, connection was lost en then made back again, and this for a couple of times.
    But at the end, card was installed succesfully, luckily, it take hours to download and install the card.
    I really hope for a quick solution.
    Can you explain how you install the card and what kind of card are you installing?
    Are you conneting to the internet through wifi? or you use bluetooth or something else to download the GPS maps or something else?

  • Disconnecting from Apple 23" = Crash

    Whenever I disconnect my 15" MBP from my Apple 23" Cinema Display, it crashes. I've tried this with the MBP awake and asleep but the same thing happens. As soon as I unplug it, everything is frozen except for the cursor.
    Any thoughts/solutions?

    Hi Roger,
    I was under the impression that the MBP should be turned OFF when you are either connecting to or disconnecting from your MBP. I mistakenly tried to plug it in while it was sleeping and also had a system crash. I had to perform a hard shut down.
    The online manual only talks about turning it on, but my guess is that the reverse sequence will work for shutting it down/disconnecting.
    http://manuals.info.apple.com/en/CinemaDisplays20_2330inchUserGuide.pdf

  • FCP unable to Capture Canon GL2

    Hello -
    My system is noted below. Final Cut Pro is updated to 6.0.4.
    I am unable to capture the video using Canon's GL2 using the current version of FCP. I believe that I have everything configured correctly because I am able to capture audio and video using my father's JVC GR-DV800U video camera. Actually that particular JVC camera seems to work quite well with FCP. But not Canon's GL2. I am able to control camera's Rewind, Fast Forward, Play, etc. So I know that some communication is taking place. However, no picture is present within FCP; no capture either. Instead, I get that dreaded beach ball wheel.
    I believe the FCP settings are correct: Under "Audio/Video" settings, the audio is set to MOTU's 424 (for the 2408 MK3); the DV Capture Preset (and the Sequence) is set to "DV NTSC 48 khz"; Video Playback is set for"Digital Cinema Desktop Preview - Main" with the audio playback set (again) to MOTU's 424 card.
    I am attempting to capture the video to an external hard disk drive using the Mac Pro's firewire port located in the back of the computer. Again, this all works using my father's JVC video recorder.
    *Given the computer setting and operating system, is this a known issue between the FCP and the GL2??* My GL2 is an older video camera. I purchased it quite a few years ago. *It seems like the GL2 may be the culprit. Yes? No?*
    I'm very new to FCP. My background is with SONY's Vegas program (currently I'm up to version 8). Been using the Vegas program for years. My Dell Workstation, unfortunately, is old; it definitely is showing signs of aging. So, to make a long story short, I've decided to invest time and money in a Mac Pro (I use it primarily for music sequencing using the Logic Pro program which I love!) Now I want to learn how to use the FCP which I purchased several months ago. Not being able to have FCP communicate with the GL2 is a minor significance for me, though. I'm in no financial place to purchase a new camera at this time. Luckily, I usually record the video using Focus Enhancement's FS4-Pro with the GL2. So I am not totally dependent on having FCP and the GL2 work together. *Thankfully, the FS4-Pro DOES works well with FCP!!* Too bad I didn't use the FS4-Pro today. Wish I did. UGH
    Could there be a work around in getting the GL2 to communicate properly with FCP??
    Thank you in advance for your thoughtful insights and suggestions.
    Regards,
    Ted Fiebke

    Not all Canon cameras have connection issues, but hanging around this site I've come to recognize their ability to connect in FCP is the most problematic of all the camera brands. If you have a Canon camcorder, and can not get it to connect up with FCP, the following is a way to sort through the issues and get it to work. Some are elegant - some are ugly.
    Before we go any farther
    • You should be using 'Firewire Basic' as the control protocol. If you aren't, go change it and try again.
    • Also, verify that you have a solid installation of Quicktime. You may want to reinstall it using the 'delete receipts' method.
    With some confidence that the software installation and camera settings are correct ... the most direct solution is to purchase another, non-Canon device to use as your capturing machine. The (now discontinued) Sony DSR-11 is highly recommended for DV work. A deck will save wear and tear on the camera's lightweight drive mechanism and will allow you to permanently connect a NTSC/PAL monitor for proper viewing. If you are working with HDV, you may have other issues ...
    Beyond that, the path you take depends on the model of computer you own.
    1. If you have a G5 tower or a MacPro, capture to a second internal drive with only the camera attached. If you need to move material to firewire drive, disconnect the camera. A second internal drive is quite inexpensive these days if you do not already have one.
    2. If you have a G5 tower (PCI) MacPro (PCI), G4 powerbook (PCMCIA) or MacBookPro (Expresscard 43) with an available slot, purchase the appropriate firewire card for the slot. Connect your camera to the card and you should be good to go. The new card creates a unique bus and will avoid collisions with the external drives.
    3. If you do not have a slot or a second internal drive and you are stuck with the camera, welcome to the camera/drive shuffle.
    • shut down and remove the external hard drive(s) from the system
    • connect the camera directly to the firewire port of the computer
    • start the camera then the computer
    • capture to your internal (system) hard drive
    • shut down the camera and computer
    • disconnect the camera and reconnect the external hard drive(s)
    • start hard drive(s) and computer
    • move captured files to external hard drive(s)
    • edit
    If you output back to tape or wish to view your work on an external Video (NTSC or PAL) monitor, you need to set up the camera to use the firewire out as the A/DV converter or VTR - which means reversing the steps:
    • copy the file back to the internal drive
    • shut everything down
    • disconnect the external drive(s)
    • connect the camera to the firewire port (and the TV to the camera if needed)
    • start the camera then the computer
    • play the file.
    One caveat here - You may have difficulty getting the file back to tape without dropping frames. Playing files off of the system drive is very demanding and they may have a hard time keeping up.
    All in all, if you do not have the option for second bus (i.e. iMacs, eMacs, iBooks, MacBooks) you may want to think about a computer with expandable options next time.
    There is the option of capturing using iMovie, but that brings on it's own set of problems and is not recommended.
    Good luck.
    x

  • Does anyone know whats going on with CS3?

    Mystery window pops up and renders any app useless. Is the recommend fix working? It seems to be happening everywhere Nov. 19 & nov 20. Got one workstation down. Tomorrow is press deadline.
    THIS WORKS!!!!!!!!!!!
    1. Disconnect your internet.
    2. Start CS3
    3. You'll get an error screen, click "never register."

    Hey karlychris21,
    Thanks for the question. I understand that you are experiencing multiple issues with your iPhone 4. To troubleshoot, let’s see if we can isolate the issue further. First, try restarting/resetting your device:
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/kb/HT1430
    If the issue persists after a restart, let’s see if we can isolate to software or hardware by backing up and restoring your device as new:
    iOS: How to back up your data and set up your device as a new device
    http://support.apple.com/kb/HT4137
    After erasing and setting up as a new device, your device is now in a factory configuration. Test to determine if erasing and setting up as a new device resolved the issue. Content on the device may have caused unexpected behavior.
    If the issue is still present, you may want to contact Apple Support.
    Thanks,
    Matt M.

  • Internal Hard Drives Disappeared, Finder Memory Problem

    Hello Helpful Folks,
    I recently installed an addional internal Hard Drive, and an additional 1GB SDRAM. This worked great for a day, but the next morning, after powering up, system was extremely sluggish, and after much deadline-induced impatient problem solving, has gone from bad to worse (system refuses to acknowledge existence of internal Hard Drives). I apologize in advance for the length of this post, but as
    the devil is in the details, I figure too much info is better than not enough.
    Following is a breakdown of my system: AS IT LAST WORKED; RECENT UPGRADES; and MY LAME ATTEMPTS AT PROBLEM SOLVING THAT HAVE MADE THINGS WORSE. Please don't interpret my all caps as shouting, just trying to organize this post for better clarity.
    System is dedicated to Video Editing with FCP 3, running under OS 9.2.2. System is "off the Grid", i.e. no network, no internet, no printer, no gaming devices. System was purchased new in July 2001, by a friend. At one point I know this system had an Airport card, which was removed prior to my purchase in 2003. I can't remember what else it may have had installed in its history, but here's what it has now:
    SYSTEM AS IT LAST WORKED:
    **bold items are upgrades Original Owner or I installed with no apparent problems**
    Power Mac G4 "Quicksilver" 2001
    867 PowerPC G4, 256 L2, 2MB L3
    -1 Stick "ValueRAM - KVR 133 x 64 C3/512" in PC 133 DIMM slot **
    - "Virtual Memory" was turned off years ago due to conflict with FCP 3
    -2 empty DIMM slots
    -1 60 GB internal HD (Maxtor Ultra ATA/100), 1 partition, formatted HFS+, jumpered as "Master" on Internal ATA 2 ID=0 (which as I understand it is ATA/66 speed)
    -1 Pioneer "Superdrive" DVD-R/W/CD-R/W on Internal ATA 0 ID=0
    -NVIDIA GeForce2 MX with 32MB SDRAM in AGP Slot, feeding a 17" Apple Studio Display.
    -PCI Display Card "formacGA7" - not attached to any external device, not sure what its intended purpose is.**
    -3 Empty PCI Slots
    -OEM Keyboard attached to Monitor's rear USB port.
    -Microsoft 3 Button Wheel mouse with "IntelliEye" (wheel is 3rd Button) connected to Keyboard USB port (right side).**
    -2 OEM FireWire (400) ports
    -2 OEM USB (1) ports
    Peripherals that have worked in various configurations with this system over the past 3 years:
    -3 OWC Mercury Elite ("Oxford Chipset") Externally powered, External FireWire(400) 200GB Hard Drives, 1 partition each, formatted HFS+, daisy-chained to either of the FireWire ports.
    -1 Canon GL1 MiniDV camera, attached either to the other FireWire port, or to the last drive in the chain, depending on my urgency/laziness factor. BTW, FCP 3 has worked flawlessly controlling this Cam for logging and Batch Capturing.
    Applications on System Hard Drive that I have OEM CDs for:
    -OS 9.2 - (I think I remember that OS X was removed from system due to conflicts shortly after original purchase)
    -FCP 3
    -DiskWarrior (version unknown, purchased from Alsoft in 2003)
    -OWC Intech Hard Disk SpeedTools ver 3.5
    Other CDs I have:
    OEM CDs for Power Mac G4:
    -Software Install, OS 9.2, CD vers 1
    -Software Install, OS 10.0.4, CD vers 1
    -Software Restore, OS 9.2 & 10.0.4 CDs vers 1, Discs 1-4 of 4.
    -OEM Apple Hardware Test; Power Mac G4, SW vers 1.2.1
    Applications on system Hard Drive that I don't have CDs for, that I rarely use, but I'd like to keep:
    -After Effects 5.0
    -QuickTime Player 6.0.2
    -Toast Audio Extractor 1.1
    -Toast Titanium 5.0.2
    Applications on system Hard Drive I use if my wife is busy on our Windows XP machine:
    -Photshop 6.0
    -Microsoft Word & Excel
    # of other Applications on System Hard Drive I either don't use or may be integral to the system: 260
    # of Control Panels:
    -Enabled: 34
    -Disabled: 0
    # of Extensions:
    -Enabled: 174
    -Disabled: 0
    note: a number of the applications and extensions are for AOL, Quickbooks, Microsoft Money and the like, as well as other things I don't use (Airport, USB printers, Networking, etc.)
    Smart things I did:
    -Regularly made backup copies of my FCP projects to the external drives.
    -Bought a copy of MacDrive so I can see what's on my External Drives on the XP machine.
    -Printed out System Profile before I installed upgrades.
    -Thoroughly searched this discussion board for and gathered as much info as I could before upgrading.
    Dumb things I did:
    -Made a copy, but not a clone, of my System Folder to one of the external drives when I first got it.
    -Didn't keep any sort of separate log of what's on the External Drives.
    -Never ran any sort of Disk Maintenance, even after one of the Externals crashed (DiskWarrior saved my butt on that).
    -Ignored some of the advice on this discussion board.
    Really dumb thing I did without even realizing it:
    Captured all media for a rush job onto my internal system Hard Drive, as well as storing and using massive jpgs for the same job on that same drive...
    Which led to painfully slow rendering times, and crashes caused by "Error: Out of Memory", which I interpreted as "Must buy more memory" and not "must make sure I'm not trying to edit media stored on system drive, especially with massive jpgs that I should reduce"
    RECENT UPGRADES:
    Here's what I did, and how I did it:
    Turned off system, disconnected all External FireWire Devices, disconnected Monitor, opened case, touched various metal parts of case and power supply to discharge any Static, unplugged power cable.
    -Installed 2 512MB sticks of "Lifetime" PC 133 SDRAM; total System RAM is now 1.5GB, all 3 DIMM slots now occupied.
    -Installed 1 Maxtor "DiamondMax" Ultra ATA/133 100GB Hard Drive (8 MB buffer) as "Slave" (no jumper) in top of U-Carrier above System Hard Drive; attached to middle of original Apple ribbon cable, attached available power plug.
    Taped spare jumper to inside of empty drive bay, noting origin and date. Did NOT push PMU button. Carefully closed case. Reconnected Monitor, did NOT reconnect any FireWire devices. Powered System on, but did NOT perform PRAM reset.
    I don't remember the exact order of what happened next, but I think: System booted up normally, a window popped up saying a new drive had been found, would I like to intitialize it?, which I did as Mac OS extended, and then named. If I was instructed to restart, I did so, otherwise did not. Clicked on "about this Mac" and saw that it now showed 1.5GB RAM. I then went about moving Media/Render files off the System drive (and one of the Externals) onto the Internal Drive, with a combination of FCP's Media Manager, and dragging from the Finder. After files had copied, dragged Media/Render files from System Drive to Trash. Opened FCP project, had FCP re-link to new locations of missing files. Saved, closed, and re-opened project, set Capture/Scratch disc to new internal Drive. At some point I changed FCP's Memory Allocation from whatever it was to 512000KB Minimum, and 900000KB Prefered (and I hope I got all those zeroes right). Did NOT restart after changing Memory Allocation, unless a window popped up instructing me to do so, in which case I did. Re-opened my project, rendered a few thing at a noticeably increased speed, saved everything, emptied the Trash, shut everything down, and called it a night as it was 4:30 am.
    A few hours later, I plugged the MiniDV and an External Drive into the FW ports and powered up the System. It was behaving extremely sluggishly. I would click on something, the pointer would turn into a wristwatch (sometimes with the minute-hand moving, sometimes not) and like an actual minute later, what I'd clicked on would open. All three drives were on the desktop, still had their files, and "About this Mac" still showed 1.5GB total Memory. So I powered down, disconnected the FW devices, waited a bit, and powered back up. Same sluggish response. I tried to open my FCP project file, and instead got a Window that said something to the effect of "The Application associated with this document could not be found". I think I tried to open FCP from the Applications folder on the System Drive and got the same message (I'd only had 3 hours sleep, no coffee, my client had died, and his family was coming for whatever I had in a few hours).
    LAME ATTEMPTS AT PROBLEM SOLVING THAT HAVE MADE THINGS WORSE
    Panic had set in, which never solves anything, so I don't remember what order I performed which tasks, between searching for clues in this forum, and convincing myself that that would be faster than trying to compose a question, waiting for a response, etc.
    The first two things I did, and I can't remember which I did first (both from Keyboard Commands during Restart):
    Rebuild Desktop
    PRAM Reset
    Neither of those solved the problem, so I continued.
    I tried restarting without extensions.
    I would get errors that said something like "Not Enough Memory to Open Finder".
    I tried booting from Disc 1 of the Software Restore Disk, which only wanted to destroy my data.
    I tried booting from the OS 10 disk, with the same result.
    I was finally able to boot from the OS 9.2 Software Install Disk, and actually saw both internal drives on the desktop, and the 1.5GB RAM in About this Mac. I tried to allocate more memory to Finder, but was informed that "Cannot Perform Requested Operation. This operation requires versions above 8.0".
    I think at this point I decided that I must have too many extensions, and started disabling ones I thought irrelevent to my cause (mostly anything that said "AOL", "Airport", "Ethernet", "Printer", "Modem", "Speakable", and a couple things called "Open TPT".
    It gets worse. Then I decided to turn off some "unnecessary" things via the control panels, but somehow managed to disable the control panels themselves: AppleTalk, DialAssist, File Sharing, Modem, Mouse (as I saw that Microsoft Mouse was among the others), Remote Access, Speech, USB Printer Sharing, and possibly TCP/IP.
    That certainly didn't help anything (though upon restarting from the OS 9.2 Disc I was able to see the extensions and control panels in their respective "Disabled" folders in the System Folder). But I still wasn't able to get more Memory to Finder.
    So, I decided a few more PRAM resets might help, which succeeded in making both Internal Hard Drives disappear. I tried booting up from the DiskWarrior disc, but even the Mighty DiskWarrior couldn't find the drives. I performed the longer, in depth version of the Apple Hardware Tools tests, which reported that everything's fine (including the new RAM), but made no mention of the Hard Drives at all. The deadline having long passed, I shut the system down. I read through more posts and tech articles, etc.
    I searched my External drives with MacDrive on my XP, and found the drive that has the copy of my System Folder (which shows all extensions and control panels as enabled); not sure if the Quicksilver will boot from that, I don't know what the Keyboard command for booting from a FireWire drive is (if there is one) and the drive itself only has 900MB of free space.
    I can't find any reference to Internal ATA drives anywhere in the MacDrive documentation; if it was possible I'd put them into the XP, get the files off the Mac drives, reformat them and install OS9 from the Discs.
    This is where I am now:
    The Quick Silver is still powered down. I removed the Microsft mouse and replaced it with the OEM Apple mouse. I opened the case, and removed the PRAM/Backup battery (manufacture date: July 2001). Couldn't find my voltmeter, so took the bat to Radio Shack and bought a new one. Had the Radio Shack guy test the old one: it showed 3.69 volts still. Have not installed the new battery yet. The case is still open, waiting for any advice any of you might have to offer.
    Thank you all so much for your patience in perusing and pursuing this.
    Sincerely,
    Patterson
    Power Mac G4 Quicksilver 867   Mac OS 9.2.x   17" Studio Display, 512MB RAM

    Thank you Rodney and John,
    The jumpers are correct for both Maxtor Drives.
    Rodney, you are correct in that the initial problem (slow rendering/"out of Memory" crashes) was caused by my not realizing I'd stupidly captured several GBs of media to my system drive, and not checking which drives those files were on (as I'd assumed I'd put them on one of my external media drives) once that problem presented itself.
    Before I'd determined what I'd done, I bought the extra RAM. After I'd found the media files on the System Drive, and saw that my dedicated media drives were too full to easily move them, I decided to buy an additional Internal drive so that I could:
    -Move the Media onto it relatively quickly and finish my urgent project.
    -Juggle all my media into a more organized fashion for archiving (as most of my projects are on-going long-term affairs)
    -Wipe it, Partition it, and clone my System Drive onto it, as a spare bootable drive in case my OEM System Drive failed.
    Copying the Media files onto the New Drive and moving the System Drive's Media files into the Trash worked great: huge improvement in Rendering, etc.
    Before shutting down for the night I Emptied the Trash, and was pleased with the amount of space I'd freed up on the System Drive.
    My guess is that the System Drive was terribly fragmented, having been subjected to intense use over the past 5 years without any sort of Drive Maintainence, and deleting that massive amount from it in one shot caused my extreme system sluggishness upon Startup the next day.
    My subsequent lame attempts to solve the sluggishnes ultimately resulted in my losing access to both drives.
    Today, I replaced the Backup Battery, pushed the PMU, re-attached the AC, and Powered Up with the case open as per your suggestion.
    It was trying for a few minutes (the gray screen went black at one point, and then returned to gray) before presenting me with the flashing question mark.
    There was, however, a quiet but distinct "buzzing" sound that would alternate: 1 sec "buzz", one second silence, one second "buzz", one second silence, etc. coming from the drives, even after the "?" appeared.
    I powered down, removed the Ribbon and Power Cables from the new "Slave" drive, and powered up again, with the exact same results.
    I powered down, removed the Ribbon and Power cables from the original "Master" drive, reinstalled the Jumper on the New Drive as "Master", plugged the End of the Ribbon and the Power cables into the New "Master" drive and powered up. The screen went to the "?" within 20 seconds instead of 4+ minutes, and no more "buzzing".
    I put the Apple Hardware Tools Disk in, ran the "long" test, and everything came out fine.
    I have to abandon this for now, but thanks again for your previous advice, and any more you may have!
    Cheers,
    Patterson

  • Can't capture vid - Canon XL cam FW 400 to FW 800 HD - Apple gurus stumped

    Am I REALLY the ONLY person out there using a Canon XL 1 and/or 2, an external hard drive with firewire 800 ports and a G5 and/or Mac Book Pro and working with FCP?!!!!
    I made a special trip from Flagstaff AZ to the Apple Store at the Biltmore in PHX, just to stump the Apple genuises with this problem. They asked that I post this on the Apple site's discussion forum.
    The verdict was: There seems to be a problem capturing video in FCP ("Unable to initialize video deck" and FCP freezes up) when going from the Canon, via firewire 400 4 pin to 6 pin and saving to an external hard drive via firewire 800. The 400 cable is good, as it captures fine to a drive using a 400 cable. It's just the 400 port on newer, 800 capable hard drives, is limited to one. We tried all different ways of configuring, going from camera to HD thru the Mac, and going from camera directly into the external HD, plugging into the 400 port, and then into the Mac from the HD thru the 800 ports.
    The only thing that we didn't try, because it's a rare cable (the Apple store hasn't carried one in over three months), is a 4 pin to 9 pin FW 800 cable.
    What am I doing in real life to still keep making money? I capture to my old external HD that has 2 FW 400 ports, then dump the footage to my new HDs with FW 800 ports to work on the project. Time consuming.
    Again, all versions of FCP and QuickTime software are up to date. We also used one of their G5s. Also, the problem occurs with both my LaCie Rugged HD and my Western Digital My Book, both purchased from the Apple store. The guru at the store kept referring to a bridge issue???
    Thanks.

    Here's my standard "so you are using a Canon camcorder to capture and it isn't working" routine:
    Not all Canon cameras have connection issues, but hanging around this site I've come to recognize their ability to connect in FCP is the most problematic of all the camera brands. If you have a Canon camcorder, and can not get it to connect up with FCP, the following is a way to sort through the issues and get it to work. Some are elegant - some are ugly.
    Before we go any farther
    -you should be using 'Firewire Basic' as the control protocol. If you aren't, go change it and try again.
    -Also, verify that you have a solid installation of Quicktime. You may want to reinstall it using the 'delete receipts' method. Here's how:
    Go to /library/receipts and delete any files that say Quicktime followed by a number e.g. Quicktime703.pkg
    Go to the Apple quicktime site and download the appropriate version of Quicktime to your hard drive.
    Run the Quicktime installer.
    Reboot
    Repair Disk Permissions for your System Disk (Disk Utility > Select the system disk > Repair Disk Permissions)
    With some confidence that the software installation and camera settings are correct and it still won't capture correctly, you are most likely a victim of the dread 'Canon firewire bus incompatibility problem'. Simply stated: Canon cameras do not play well with other devices on the same firewire bus. And, since all the firewire ports on a Mac connect to one bus - well - you get the picture.
    The most direct solution is to purchase another, non-Canon device to use as your capturing machine. The Sony DSR-11 is highly recommended for DV work. Since you have one and it isn't working, perhaps you have a more fundamental problem. Beyond replacing your tape playback device, the path you take depends on the model of computer you own.
    1. If you have a G5 tower or a MacPro, capture to a second internal drive with only the camera attached. If you need to move material to firewire drive, disconnect the camera. A second internal drive is quite inexpensive these days if you do not already have one.
    2. If you have a G5 tower (PCI) MacPro (PCI), G4 powerbook (PCMCIA) or MacBookPro (Expresscard 34) with an available slot, purchase the appropriate firewire card for the slot. Connect your camera to the card and you should be good to go. The new card creates a unique bus and will avoid collisions with the external drives.
    3. If you do not have a slot or a second internal drive and you are stuck with the camera, welcome to the camera/drive shuffle.
    - shut down and remove the external hard drive(s) from the system
    - connect the camera directly to the firewire port of the computer
    - start the camera then the computer
    - capture to your internal (system) hard drive
    - shut down the camera and computer
    - disconnect the camera and reconnect the external hard drive(s)
    - start hard drive(s) and computer
    - move captured files to external hard drive(s)
    - edit
    If you output back to tape or wish to view your work on an external Video (NTSC or PAL) monitor, you need to set up the camera to use the firewire out as the A/DV converter or VTR - which means reversing the steps:
    - copy the file back to the internal drive
    - shut everything down
    - disconnect the external drive(s)
    - connect the camera to the firewire port (and the TV to the camera if needed)
    - start the camera then the computer
    - play the file.
    One caveat here - You may have difficulty getting the file back to tape without dropping frames. Playing files off of the system drive is very demanding and they may have a hard time keeping up.
    All in all, if you do not have the option for second bus (i.e. iMacs, eMacs, iBooks, MacBooks) you may want to think about a computer with expandable options next time.
    There is the option of capturing using iMovie, but that brings on it's own set of problems and is not recommended.
    Good luck.
    x

  • Adobe Creative Cloud Packager for macintosh fails

    Adobe Creative Cloud Packager for macintosh fails.
    The error log says "[ERROR] AdobePackageBuilder -  AdobePackageBuilder : SendPacket returned error : -1".
    I tried 4-5 times.
    Everything is downloaded (took about 14 Gb).
    I now have only 12Gb free space on my disk. Can that be the reason (will the packager need to make a copy of the downloaded stuff?).
    When I am done, how do I reclaim the space eaten by the packager?
    Seems like it is caching it at ~/Library/Application Support/Adobe/CCP, but will I manually have to delete that cache?
    I cannot find a menu entrance for doing so.
    Would be nice if the packager could use a mounted network disk as destination, but it seems not to discover these.
    /Peter Andersen

    Wanted to join in and say this has been happening to me too. I wiped every adobe file I could find, and used the cleaner too. Started over from scratch in a brand new user account.
    It's been about 7 days and I cannot get CCP to actually build a package. I've gotten a variety of messages but everything single time something fails. The new thing is that it says it fails on individual applications. So I disable them, and the error jumps to a new app. I can see that the .dmg's are fine and intact in ~/Library/Application Support/Adobe/CCP/
    Given the amount of time this has cost me I really wish I had purchased CS6 Master Collection for every workstation. From my perspective, Creative Cloud has been nothing more then a giant waste of time and effort. It's genuinely bad product from an IT management perspective. Why push off the job of building and installer onto the customer? I should just be able to download the full Master Collection dmg, and then turn on and off the apps I want. Instead I am stuck with a workstation down, and everyone using CC trials to work.

  • Isight not recognized by Skype, Google Video Chat, Logitech VID and ichat.

    MacBook4,1 Firewire
    Leopard 10.5.8
    Skype 2.8.0.866
    Quicktime Plug in 7.6.9
    QUictime player MIA
    Here is my story. I will try and make it as brief as possible.
    The other day, I put a rented DVD into my dvd drive, and it didn't load. I checked for updates for Mac or quicktime. Nothing available. I did some googlin, and someone suggested I zap pram, repair permissions. I blindly obeyed. That didn't help. Then I messed around with quicktime. Not sure what I did. Finally, I had to download the latest version of VLC to watch my movie. I have no idea of my problems with QT have anything to do with my isight issues with Skype and the like, but I mentioned it just in case.
    The next morning, when I went to skype, my video wasn't sending. I'm not sure if my chat partners video was working, we usually only do it one way. Me sending.
    I checked to see if my video was working in photobooth. Indeed it was (and still does).
    I have to date:
    Downloaded the latest version of QT (7.6.9 for Leopard)- the web plug-in for watching QT online is installed and running properly.
    After install, the QT player does not show up in applications, or anywhere else on the hard drive.
    I Messed around with QT in ways I can't describe. Trying to install older versions, removing who knows what files. Installing again.
    zapped PRAM
    Cleared preferences for Skype by removing skype plist
    download latest version skype
    deleted all skype files I could find
    reinstall Skype
    repaired permissions (FIRST THING I DID)
    Put your Mac to sleep
    Wake the computer after it has gone to sleep.
    Restart your Mac by by choosing the Apple
    Shut down your Mac
    Start up mac
    Shutting down, disconnecting power supply, taking out batter, putting dumte mac together again
    changed permissions on skype specifically to make sure all accounts were read/write
    tried setting using skype with a new account
    tried using skype, google video and logitech using wifi at my work
    uninstalled PREY video security app plug in
    removed and uninstalled divx
    removed and uninstalled perian
    Checked Preferences>Video show a black screen that says "No Video Camera Connected" and does not show ANY cameras in the video camera chooser drop down"
    NOTE: Google Video Chat does show the isight cam, but a black screen. Logitech just has a black screen and asks "where in the interweb is your cam buddy?
    I have searched and failed to find CamCamX5.component
    Tested video in Google Chat and Logitech VID chat. built-in isight not recognized
    Tested video in iChat - I chat crashed when opening. (i posted the crash report at the end of this post)
    I'm sure I'm missing some.......
    SOME THINGS I HAVE NOT YET TRIED
    ROSETTA - in the Skype info pane, Rosetta is greyed out. I don't know if I have it, don't know where to get it. Don't know if I need.
    Installing Skype while playing Stairway to Heaven backwards
    Reset SMC or PMU
    Done disk repair - I'm not sure how to do that, I used to have a disc for my old mac for that
    Deleted iPhotoPhotocast and/or QuartzComposer.
    Closing Firefox and starting Skype
    install older version of skype
    ICHAT CRASH REPORT
    Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB
    Graphics: kHW_IntelGMA965Item, GMA X3100, spdisplays_builtin, 144 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.21)
    Bluetooth: Version 2.1.9f10, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHY2160BH, 149.05 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, (null) mA
    USB Device: Apple Internal Keyboard / Trackpad, (null) mA
    USB Device: IR Receiver, (null) mA
    USB Device: Bluetooth USB Host Controller, (null) mA
    Process: iChat [191]
    Path: /Applications/iChat.app/Contents/MacOS/iChat
    Identifier: com.apple.iChat
    Version: ??? (???)
    Build Info: iChat-6220000~1
    Code Type: X86 (Native)
    Parent Process: launchd [67]
    Interval Since Last Report: 7034092 sec
    Crashes Since Last Report: 37
    Per-App Interval Since Last Report: 0 sec
    Per-App Crashes Since Last Report: 2
    Date/Time: 2011-01-17 20:32:51.126 -0800
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: A12CF9D7-D5A7-4ED6-8488-B9B5FD597DC4
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Application Specific Information:
    * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Couldn't load DefaultDefaults'
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x9313ae94 __TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION__ + 4
    1 libobjc.A.dylib 0x92f2ae3b objcexceptionthrow + 40
    2 com.apple.CoreFoundation 0x9313adcb +[NSException raise:format:arguments:] + 155
    3 com.apple.Foundation 0x9530ef35 -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:] + 101
    4 iChatCommonGUI 0x009e135d RegisterDefaults + 232
    5 com.apple.iChat 0x0013c10c 0x1000 + 1290508
    6 com.apple.iChat 0x0000341e 0x1000 + 9246
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xa03560f0 ebx: 0x92f2ae1c ecx: 0xa03551a0 edx: 0x00a2a000
    edi: 0x00000000 esi: 0x009f71b0 ebp: 0xbffffa38 esp: 0xbffffa38
    ss: 0x0000001f efl: 0x00000282 eip: 0x9313ae94 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x0231e000
    Binary Images:
    0x1000 - 0x23cfef com.apple.iChat 4.0.9 (622) <deb92a6fd826a5eb82f1d8991748ef59> /Applications/iChat.app/Contents/MacOS/iChat
    0x2b1000 - 0x326ff7 com.apple.Bluetooth 2.1.9 (2.1.9f10) <d70a88066ebf7eb8071781f686caced3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x375000 - 0x391fff com.apple.IMFramework 4.0.8 (584) <49551f914cd1c3ba154f15f3765803a9> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x3aa000 - 0x4ddff6 com.apple.viceroy.framework 363.57 (363.59) <3de89d35cae265ca45b876897be26679> /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x54e000 - 0x58dfff com.apple.vmutils 4.1 (104) <9009c24d9279b0794970d8eea4134201> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x5af000 - 0x6b6ff7 com.apple.WebKit 5533.19 (5533.19.4) <9299024ba5d2d796781e6d7312fae16a> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x76a000 - 0x783fff com.apple.frameworks.preferencepanes 12.2 (12.2) <090decd2f1c3f48031e43fdf2171469f> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x79d000 - 0x79fffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7a6000 - 0x7d8fff com.apple.remotedesktop.screensharing 1.0.3 (1.0.3) <a6a5cd9d317cc6606b6b02c96df076fb> /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
    0x7eb000 - 0x7ffff7 com.apple.ScreenSaver 2.2 (2.2) <e8b7c717976f8af3ec1f255c5ad04caf> /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
    0x810000 - 0x823fff com.apple.IMUtils 4.0.8 (584) <2105663d09d2bee0d8742159d0581a3e> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x832000 - 0x850fe3 libexpat.1.dylib ??? (???) <eff8a63a23a7d07af62b36fdb329e393> /usr/lib/libexpat.1.dylib
    0x858000 - 0x86ffff com.apple.datadetectors 1.0.1 (66.2) <b4676446cca8a1e4c28ca911026b7ceb> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x883000 - 0x8d1ff3 com.apple.datadetectorscore 1.0.2 (52.14) <bd3bfe061091be75ce6a27172b988702> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x902000 - 0x975fff com.apple.iLifeMediaBrowser 2.1.5 (368) <3026150475335424dd1532739ded6fb0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9c3000 - 0x9f5ff7 iChatCommonGUI ??? (???) <eaba5e1e294f518db1b573b7fee6ff87> /System/Library/PrivateFrameworks/iChatCommonGUI.framework/iChatCommonGUI
    0xa20000 - 0xa22fff com.apple.BezelServicesFW 1.4.9212 (1.4.9212) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x1110000 - 0x1c0afff com.apple.WebCore 5533.19 (5533.19.4) <9b91bb00c553ec746fdbe51abca306af> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90032fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90036000 - 0x901b6fff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x901b7000 - 0x901befe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x901bf000 - 0x90218ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90219000 - 0x90253fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90254000 - 0x902a2fe3 com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x902a3000 - 0x90427fef com.apple.MediaToolbox 0.484.2 (484.2) <32bf3254fafd942cf8f2c813960217fd> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x905b8000 - 0x905b8fff com.apple.Carbon 136 (136) <27d42531a2cbeb05a7f4d05a28281bd7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x905b9000 - 0x90633ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x90634000 - 0x90673fef libTIFF.dylib ??? (???) <a5991d757f0c17a9bb8b1bcb14ab9ec0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90674000 - 0x90724fff edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90725000 - 0x90769feb com.apple.DirectoryService.PasswordServerFramework 3.0.4 (3.0.4) <45d0af6eed184b278990175527a0d3fa> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9076a000 - 0x90779ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <09deb9e32d0d09dfb95ae569bdd2b7a4> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9077a000 - 0x90804ff7 com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90805000 - 0x9093dfe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9093e000 - 0x90940ff5 libRadiance.dylib ??? (???) <276f13ab6429e05b093a8dda251e3b53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90941000 - 0x90c6cff6 com.apple.QuickTime 7.6.9 (1680.9) <024f122335016a54f8e59ddb4c79901d> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x90c6d000 - 0x90e3eff3 com.apple.security 5.0.6 (37592) <0b25e1e4cc34431630f01edb3fdf54d1> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90e3f000 - 0x90e88fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90e89000 - 0x90e89ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90e8a000 - 0x90f1dfff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x90f1e000 - 0x915befef com.apple.CoreGraphics 1.409.7 (???) <7b65edcce394f39b6a1954d5e30bc34c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x915bf000 - 0x91726ff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x91727000 - 0x9172cffc com.apple.KerberosHelper 1.1 (1.0) <c6b942d705fa0460ace11af01f316db1> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x9172d000 - 0x917c0ff3 com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x917c1000 - 0x917cefe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x917cf000 - 0x917d3fff com.apple.OpenDirectory 10.5 (10.5) <7d9ff71c60ad73f4c82a638abc233bf0> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x917d4000 - 0x91b90ff4 com.apple.VideoToolbox 0.484.2 (484.2) <46c37a5fead4e4f58501f15a641ff476> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x91b91000 - 0x91e6bff3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91e6c000 - 0x91e6cff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91e6d000 - 0x91eabfff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x91eac000 - 0x91f39ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91f3a000 - 0x922d7fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x922d8000 - 0x922d8ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x922d9000 - 0x9234bfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9234c000 - 0x923feffb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x923ff000 - 0x9247cfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9247d000 - 0x92487feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92488000 - 0x9248cfff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9248d000 - 0x92c8bfef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92c8c000 - 0x92ca8ff3 com.apple.CoreVideo 1.6.1 (48.6) <186cb311c17ea8714e918273c86d3c13> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92ca9000 - 0x92cebfef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92cec000 - 0x92d93feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x92d94000 - 0x92db1ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x92db2000 - 0x92efaff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <acf821a3c418fdc86ef02b654366f5f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92efb000 - 0x92efffff libGIF.dylib ??? (???) <36f7b0255a81d97c7b360c3b11b4e462> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92f00000 - 0x92f16fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92f21000 - 0x93001fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x93002000 - 0x9304dfe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9304e000 - 0x93181fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93182000 - 0x93182ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93183000 - 0x93541fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9356b000 - 0x936a4ff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x936a5000 - 0x936f0ff7 com.apple.CoreMediaIOServices 130.0 (935) <e7c6d794bbec49f9d1ee8261c3f9ff0e> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x936f1000 - 0x936f9fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x936fa000 - 0x93756ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93757000 - 0x93763ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93764000 - 0x9384cff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9384d000 - 0x9385dffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9385e000 - 0x9385effa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x949f9000 - 0x94a09fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94a0a000 - 0x94a59fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x94a5a000 - 0x94e6afef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94e6b000 - 0x94e8affa libJPEG.dylib ??? (???) <d23f3f3b9d168bf32f89449f83fa07f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94e8b000 - 0x94eaffeb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x94eb8000 - 0x94ecdffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94ece000 - 0x94ed3fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x94ed4000 - 0x94f7bfec com.apple.CFNetwork 438.16 (438.16) <dbf00ca36a09edfae60ec44f9d7a9ef9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x94f7c000 - 0x95003ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x95004000 - 0x95004ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x95005000 - 0x9500cffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x9500d000 - 0x95047ffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x95048000 - 0x950c7ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x950c8000 - 0x950cefff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x950cf000 - 0x95106fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x95131000 - 0x95133fff com.apple.securityhi 3.0 (30817) <31baaf7ea27b41480604ffc910fe827f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95134000 - 0x951effe3 com.apple.CoreServices.OSServices 228.1 (228.1) <76fdc146b4d9937f9c5cbaa1512e0023> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x951f0000 - 0x951f0ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x951f1000 - 0x9546dfe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95480000 - 0x95481ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x95482000 - 0x95563ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x95571000 - 0x95769fff com.apple.JavaScriptCore 5533.19 (5533.19.1) <a099821bc9203b1bba37aee855280e28> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x958a1000 - 0x958aafff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <73cf6b3c5ddf94d7ce9ae2c81c1b558c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x958ab000 - 0x958fcfeb com.apple.framework.familycontrols 1.0.4 (1.0.4) <e76b4fa1c25673c8e0fb183b6c0e8eaf> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x959c7000 - 0x959d6fff libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x959d7000 - 0x95a00fff libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x95a0d000 - 0x95a0dffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x95a0e000 - 0x95a26fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95a27000 - 0x95a38ffe com.apple.CFOpenDirectory 10.5 (10.5) <39d48cd00b8f9ca3fcdd251715cc74d5> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x95ade000 - 0x95ae3fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x95ae4000 - 0x95b24fef com.apple.CoreMedia 0.484.2 (484.2) <81221976abdc19f30723c81c5669bbc9> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x95b25000 - 0x95ce1ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95ce2000 - 0x961b3fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x961b4000 - 0x96211ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x96212000 - 0x96263ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96264000 - 0x96267fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x96268000 - 0x96268ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x96269000 - 0x9629bfff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9629c000 - 0x963eeff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x963f7000 - 0x966fffe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96700000 - 0x9672bfe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x9672c000 - 0x96876feb com.apple.QTKit 7.6.9 (1680.9) <fe987e6adf235d5754399dcdae6e5a8e> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96877000 - 0x96895ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96896000 - 0x9689bfff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9689c000 - 0x968c0fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x968c1000 - 0x96988ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96989000 - 0x96997ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x96998000 - 0x969c9ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x969ca000 - 0x96a24ff7 com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96a25000 - 0x96a43fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x96a44000 - 0x96a5fff3 libPng.dylib ??? (???) <c0791798fb92acc136c250a373449359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x96a60000 - 0x96a60ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96a61000 - 0x96a8efeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x96a8f000 - 0x96b0cfeb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96b0d000 - 0x96b9aff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96b9b000 - 0x96c66fef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    I know this is a lot of info. I hope I didn't miss anything. I use skype with three people. Three very important people. Two of which, meh, the video isn't important. ONe where the video option is paramount.
    I'm just a little frustrated. Thanks in advance for any help.

    Hi,
    We will come back to iChat if required.
    It does prefer an Screen Name to be added as you go through the Start Up Screens (First Run) but you can click through these and just access the iChat > Preferences > Video Section to view a Preview.
    I must admit to not seeing a Crash Log when the known chosen Mic/Audio Input has not been listed.
    However if the External Audio was Firewire connected that may explain things.
    NOTE:-
    mAudio and other Firewire Audio Devices do tend to need the Most up-to-date drivers to work properly.
    Sometimes it pays not to do a COMBO or other Software Update until you know the drivers are ready for it.
    With any OS update above the 10.x.1 point will also have a COMBO version.
    The COMBO then includes all the updated items between the base level OS and the latest Update.
    So for 10.6 there is only what is called a Delta for 10.6.1
    There is a delta (10.6.1 to 10.6.2 only) and a COMBO (10.6 to 10.6.2) for the next update and this is repeated through 10.6.6
    The Deltas only include those things that are Updated on that occasion (As in the 10.6.1 to 10.6.2 example - 10.6.5 to 10.6.6 would not include the stuff in 10.6.4 or earlier)
    COMBOs can be installed "Over-the-Top" of what you have already installed.
    It is certainly needed when you Re-install something (Apple apps/Files etc) from the Install Disk you have when your OS has been updated beyond that point.
    Some apps like iChat Get their Updates in the OS Updates and need to "Match" the progression.
    The 10.5.8 COMBO (Your specs say 10.5.8) is Here
    For others the 10.6.5 COMBO is here
    and 10.6.6 COMBO IS here
    <hr>
    Quicktime.
    The Download and Install should be all the parts of Quicktime.
    Internet Plug-ins for Browsers, various System Files to make Quicktime work for other apps, various Components to play various formats and of course the Player itself.
    The Player should be in the Applications Folder with this icon:-
    The OS 10.6 version (Quicktime X has a big blue X icon)
    If you mean it has disappeared from the DOCK you can Drag the Application back to the DOCK to make the icon (and link to app) again (The app stays in the Applications folder the OS just makes an icon and links it for you by doing this)
    One of the biggest causes of many apps not working is turning Off/Disabling certain Fonts the apps need.
    Follow the Link in this Users Tip by Kurt Lang. Make sure that the Correct System Fonts are ON.
    9:53 PM Tuesday; January 25, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Airport extreme connection issues

    Yesterday, I bought a new Comcast-compatible modem (Motorola SB5101) and an airport extreme.  These replaced an old (5 years or so) SB5101 and an equally-old airport express, which was too old for my new MacBook Pro to be able to manage it through airport utility.
    I replaced both components because I got sick of my internet connection dropping constantly, many times a day for the last few years.  (I know, but it's true!)
    Comcast insists that the signal coming into the house is fine and is constant, so it's not the ISP dropping the connection.
    The cable comes into the house, into the modem.  Ethernet goes from the modem into a Sprint AirRave (Sprint says that must be how it's set up).  From the AirRave, the ethernet goes to the airport express.  From there, I can connect computers and devices wirelessly, but from the airport express, an ethernet also goes into my home distribution panel, so that in each room of the house you can plug directly into the ethernet (about 8 outlets).
    The problem happens whether or not the AirRave is installed.
    Sometimes the connection drops for a few seconds and re-connects.  Most often when it drops, and I go into Network Preferences Diagnostics, Wi-Fi = green light; same with Wi-Fi Settings, Network Settings, and ISP.  But Internet and Server = yellow.
    Sometimes running the diagnostic fixes it and it re-connects.  Other times you must reset the airport and/or the modem.  Sometimes it will not re-connect even after multiple times re-setting those deivces.
    Since installing the airport extreme yesterday, sometimes I get a message on my Macbook Pro that says my MAC address is being used by another device (?).
    I have no knowledge about networks AT ALL, no idea how my computer can have the same MAC address as anything else, no idea what specific settings I should be using -- I always have let the setup happen automatically.
    If anyone has any idea how to solve this I'd be very grateful.  I'm not sure whether I've given enough details, like I say I lknow NOTHING about how to set up a Network.
    It was a nightmare setting it up yesterday, once I got it up according to instructions, I was in an endless loop -- every time I tried to open a page in my browser, I was taken to the Comcast Setup page instead, asking for my phone number and account number.  Entering this took me to a new page saying "unable to connect with our system."  I was on the phone with Comcast forever trying to fix it, resetting the modem and airport over and over again.  Eventually somehow it worked, but later that night (and again already this morning) the connection has dropped a number of times.
    I thought getting new components would fix the problem, now I'm so frustrated I don't know what to do.
    Anyone?
    Thanks!!
    -- Craig.

    Since installing the airport extreme yesterday, sometimes I get a message on my Macbook Pro that says my MAC address is being used by another device (?).
    This usually indicates that there may be something amiss with the NAT service or that each network client cannot access it properly.
    To verify that the 802.11n AirPort Extreme Base Station (AEBSn), Motorola modem, or Internet service is NOT the issue, we will temporarily remove the AirRave from the network equation.
    To do so, please power-down the modem, AirRave, AEBSn, and computer(s). While they are all powered-down, disconnect the Ethernet cable going to the AirRave.
    Next,
    Disconnect the AirPort base station from the AirRave and Ethernet distribution patch panel.
    While all of the devices are powered-down, perform a "factory default" reset on the base station. This will get it back to its "out-of-the-box" configuration and make setting it up much easier, especially if you use the "Assist me" process within the AirPort Utility. (ref: Resetting an AirPort Base Station or Time Capsule)
    After the base station resets, go ahead and power it back down.
    Temporarily connect the Ethernet cable coming from the modem to the WAN port of the AEBSn.
    Reconnect the Ethernet cables coming from the AEBSn's LAN ports to the Ethernet Distribution Patch Panel.
    Power-up the modem; wait at least 10-15 minutes to allow it adequate time to initialize.
    Power-up the AirPort base station; wait at least 5-10 minutes. Note: The AirPort's status light may continue to flash amber after it has intialized. That is because, there may be some additional configuration items necessary, like setting up wireless security, before the overall setup is completed to get a green status.
    Power-up your computer(s).
    In this basic configuration, the AirPort base station will broadcast an unsecured wireless network with a Network Name (SSID) of Apple Network NNNNNN. Network clients, connected to the base station either by wire or wireless, should now be able to access the Internet through the ISP's modem. Once Internet connectivity has been verified, you can use the AirPort Utility to configure the base station for wireless security and any other desired options. Please post back your results.

Maybe you are looking for