MD5 and RSA - Slow performance  - Help / Views Required

Hi,
I am facing a problem while signing a message.The
scenario is:
I have to create 20,000 messages to be sent to
clients. I am encrypting the message using MD5 and
RSA.
But when i am encrypting via RSA it takes about 20
mins to encrypt the 20k messages.I dont know why its
taking so much time. I have max 4-5 mins to manipulate
and send messages. The sample code is as follows:
ur earliest help will be quite helpful.
Thanks in advance
Hassan
************** Source Code ****************
import java.io.IOException;
import java.math.BigInteger;
import java.security.KeyFactory;
import java.security.MessageDigest;
import java.security.Signature;
import java.security.PrivateKey;
import java.security.spec.RSAPrivateKeySpec;
import org.apache.log4j.Logger;
public class Signer {
******************************************

Hi Sabre,
I have compiled the simple code from JCE tutorial for DES. The output text it is showing is different than input text.
Is there any problem going on in tutorial's example ?
Regards
Hamid
******** output **************
the original cleartext is: [B@13a328f
the encrypted text is: [B@337838
the final cleartext is: [B@119cca4
******** Code ************
public class jCypher {
private static Cipher desCipher = null;
public static void main (String[] args) throws NoSuchAlgorithmException,
InvalidKeyException, IllegalBlockSizeException, NoSuchProviderException,
BadPaddingException, NoSuchPaddingException, Exception
//Creating a Key Generator and Generating a Key
//public static KeyGenerator getInstance(String algorithm);
KeyGenerator keygen = KeyGenerator.getInstance("DES");
SecretKey desKey = keygen.generateKey();
// Creating a Cipher
// Cipher.getInstance(Transformation);     
// c1 = Cipher.getInstance("RSA/ECB/PKCS1Padding");     
desCipher = Cipher.getInstance("DES/ECB/PKCS5Padding");
// Cipher.init(int opmode, Key key);
desCipher.init(Cipher.ENCRYPT_MODE, desKey );
// Cleartext
byte[] cleartext = "This is small Text for testing".getBytes();
System.out.println("the original cleartext is: " + cleartext.toString());
// Encrypt the cleartext
// encrypted or decrypted data in one step (single-part operation)
// public byte[] doFinal(byte[] input);
byte[] ciphertext = desCipher.doFinal(cleartext);
System.out.println("the encrypted text is: " + ciphertext.toString());
// Initialize the same cipher for decryption
desCipher.init(Cipher.DECRYPT_MODE, desKey );
// Decrypt the ciphertext
byte[] cleartext1 = desCipher.doFinal(ciphertext);
System.out.println("the final cleartext is: " + cleartext1.toString());
} // End main()
}

Similar Messages

  • IPhone turning off during Phone Call with iOS 4 and very slow performance!!

    Ever since the update, my phone has been switching itself off during a conversation.
    Has any one else experienced this problem since the update???
    Do you have a solution, if so please post it and help me!!!
    Also, the phone has been going very slow.
    Keyboard appearing 20 seconds later, after opening a new note and overall slow performance.

    Thread here :
    http://discussions.apple.com/thread.jspa?threadID=2471090&tstart=15

  • Clicking noise to the right of mouse pad, and very slow performance after updating software to Yosemite. Does anyone know what the issue might be?

    So I recently updated to the latest Yosemite software (last night to be exact), and this morning i started to get a weird clicking and sort of grinding noise to the right of the mouse pad and extremely slow performance. I have no idea what is going on. If anyone has any ideas or suggestions please let me know.
    Thank you

    So I recently updated to the latest Yosemite software (last night to be exact), and this morning i started to get a weird clicking and sort of grinding noise to the right of the mouse pad and extremely slow performance. I have no idea what is going on. If anyone has any ideas or suggestions please let me know.
    Thank you

  • MD5 and RSA

    Hi,
    I need to create a secure key using a string end encrypting it using MD5 and after is RSA, I found a couple of MF to create the MD5 key but I can't find whow to encrypt it now using RSA.
    Any idea?
    I'm in Mexico City and here is a treasury requirement to do it in this way, thanks in advanced for your help.

    Hi,
    The one case I know is the code download the file to server then call an OS command that will encrypt the file. You can also make the encrypted file is sent to e-mail.
    Regards,
    Teddy Kurniawan

  • Formatted Search with DI  leads to a very slow performance - HELP....

    Hello There
    I have defined some formatted search in OPCH - everything is working fine.
    I have added some logic to this form via the DI.(handlling 1 item press_event), and I get a very very slow performance - the ADDON-EXE jumps TO 230MEGA of memory, and entering values to each row in the tables/item in the form takes about 15 seconds.
    Any suggestions?
    RGDS
    HAGAI

    Hi Hagai,
    Normally an addon written using the DI would take up 60-80MBs.
    Are you filtering out all events except for the item press event for the form? If you are not filtering events then this can have quite a drastic affect on performance.
    What logic have you got behind the press event? If the addon exe is ballooning out to 230MB then it suggests that there is either a problem with a memory leak or that an error is occuring in the code. I would recommend putting try/catch clauses at suitable places in the code and maybe specifically setting objects to null and calling the .NET garbage collector to try and minimise the potential for memory leaks.
    Are you sure that it is the combination of the formatted search and the addon that is causing the problem, i.e. if you take away the formatted search but leave the addon do you still get poor performance or does everything speed up?
    Hope this helps,
    Owen

  • Airport Express and USB Hard drive and extremely slow performance

    HI Guys,
    I seem to having a lot of trouble with an Airport express and a Lacie 1TB drive. While I have solved several problems by updating firmware and enabling journalling on the Lacie, I am still having problems with extremely slow performance with my macbook, particularly using itunes and Firefox.
    Any ideas and any further information needed?
    Regards
    BJDprivate

    BjdPrivate wrote:
    HI,
    I formatted it using the Lacie setup program for Mac and later enabled it for journalling using Disk utility. This seemed to solve a lot of the recognition problems I was having, however the I-Tunes and firefox performance is still atrocious. If I do Need to completely reformat it using Disk Utility, will I lose my files on the disk now?
    not if you move them to a temporary location before you start.
    yes, you are better of formatting the drive with DU.

  • All apps crashing constantly and very slow performance

    Ever since the last major upgrade on my iphone (3G), I have been having progressively worse issues of crashing of all apps, including Mail, Maps, Safari and iTunes, as well as third party apps, as well extremely slow performance. Yesterday I tried for 5 minutes to load Maps and it kept crashing or freezing up.
    <Edited by Host>

    Thanks yes, I did restore and things did improve, but it's still slower than it was before and I've put far less on it than was before.

  • Safari is using 5 to 6 GB of memory (of 8) and everything slows to a crawl, requiring force quit of what little I have open.

    Safari is using 5 to 6 GB of memory (of 8) and everything comes to screeching halt, requiring force quit of what little I have open.  Frustrated, I switched to Chrome.  This worked for awhile but now I see Safari is still 'there' in the  Activity Monitor, doing I know not what, as I never opened the app.
    Sometimes the memory sink happens immediately, sometimes it builds up over time.  But it always happens regardless of what else is opened. I find I have to keep checking the activity monitor to make sure Safari has not snuck in there, even though I am not using the Safari browser. I tried to throw Safari in the trash but the system would not let me.
    This is a brand new imac, only 2 weeks old and I feel like throwing IT in the trash too.  (Kidding).  But seriously, my old 2010 imac never had this issue.  Safari on my iphone and ipad appears normal.
    My safari is 6.0.5 and my OS is 10.8.4.  I think these are both the latest and greatest.
    I disabled all extensions in Safari.  Did not help.  I saw a post suggesting to cut off Java which I just did, but I am not optimistic this will work either given how persistent and pervasive this problem appears to be.
    Any help would be welcome.
    Deb

    Although you are not launching Safari yourself, make sure it's not launching itself on restart. Any applications that are open when you shutdown/restart will relaunch unless you deselect the tick shown in this image:
    Also check System Preferences>Users & Groups>Login items and review what's set to load at boot-up. Remove anything that is not required using the 'minus' button. You can always add things back if necessary.
    Another thought - what third-party software have you installed, if any? Any anti-virus programs or apps that promise to 'clean' or 'speed up' your Mac. There are some apps that are known to bring a Mac to its knees - MacKeeper is top of the list.
    If none of this helps, then I agree you should take advantage of your warranty/phone support.

  • Alarm glitch and general slowness. Help?!

    Ok since I updated my iPhone to the ios4 my phone has been quite slow and freezes ALOT. First of all any suggestions on that?
    Secondly I noticed my alarms were going slow in the morning and when I tried to turn them off the phone would simply freeze. I checked my alarms and it turns out that all the alarms I had set have multiplied by around 50 each so I now have about 2000 alarms all around the same time?! I sat down and started deleting them but when I had finally finished and closed the clock app and reopened it they ALL reappeared. Needless to say I was a bit annoyed. Help pleasssee?!

    tl;dr version: it's glitchy and slow, it freezes and lags especially when typing, it isn't a hardware problem, and it's awful.

  • No xorg.conf and x3100 slow performance

    I recently installed Arch Linux on my laptop and almost everything is working fine.  Some time ago,  I used to use a tool that detects my hardware and generates a xorg.conf, but this time, I installed Arch and X is running fine without xorg.conf.
    However, I have a problem with 3D Aceleration. My 3D card is Intel x3100 (GM965). (I installed xf86-video-intel driver) 3D aceleration is very slow. Ive run glxinfo and it shows only NONE and SLOW flags. Some simple opengl games like supertux run very very slow.
    Ive tried to copy and paste a xorg file from a x3100 user, but X didnt work at all. What can I do to enable 3D aceleration. Thanks in advance
    EDIT: I was really happy I didnt have to write a xorg.conf file. Will I have to?
    Last edited by ar5007eg (2009-06-12 20:20:05)

    Thanks for your answer
    I've tried adding this "ServerLayout" layout section and it gives me the same fatal error from X: "no screen founds"
    Here is my output form lspci
    00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
    00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
    00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
    00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
    00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
    04:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
    05:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)
    0a:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
    0a:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
    0a:09.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
    0a:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
    0a:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
    EDIT: output from lspci -v
    00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, fast devsel, latency 0
    Capabilities: [e0] Vendor Specific Information <?>
    Kernel driver in use: agpgart-intel
    Kernel modules: intel-agp
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, fast devsel, latency 0, IRQ 5
    Memory at f0000000 (64-bit, non-prefetchable) [size=1M]
    Memory at d0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 1800 [size=8]
    Capabilities: [90] MSI: Mask- 64bit- Count=1/1 Enable-
    Capabilities: [d0] Power Management version 3
    Kernel modules: intelfb
    00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, fast devsel, latency 0
    Memory at f0100000 (64-bit, non-prefetchable) [size=1M]
    Capabilities: [d0] Power Management version 3
    00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 16
    I/O ports at 1820 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 21
    I/O ports at 1840 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03) (prog-if 20 [EHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 18
    Memory at f0704000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, fast devsel, latency 0, IRQ 22
    Memory at f0500000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Capabilities: [60] MSI: Mask- 64bit+ Count=1/1 Enable-
    Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [130] Root Complex Link <?>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel
    00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=02, subordinate=03, sec-latency=0
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Mask- 64bit- Count=1/1 Enable+
    Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 011d
    Capabilities: [a0] Power Management version 2
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [180] Root Complex Link <?>
    Kernel driver in use: pcieport-driver
    Kernel modules: shpchp
    00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
    Memory behind bridge: 88000000-880fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Mask- 64bit- Count=1/1 Enable+
    Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 011d
    Capabilities: [a0] Power Management version 2
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [180] Root Complex Link <?>
    Kernel driver in use: pcieport-driver
    Kernel modules: shpchp
    00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
    Memory behind bridge: 88100000-881fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Mask- 64bit- Count=1/1 Enable+
    Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 011d
    Capabilities: [a0] Power Management version 2
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [180] Root Complex Link <?>
    Kernel driver in use: pcieport-driver
    Kernel modules: shpchp
    00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 23
    I/O ports at 1860 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 19
    I/O ports at 1880 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 18
    I/O ports at 18a0 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03) (prog-if 20 [EHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 23
    Memory at f0704400 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3) (prog-if 01 [Subtractive decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=32
    Memory behind bridge: f0400000-f04fffff
    Capabilities: [50] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000
    00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0
    Capabilities: [e0] Vendor Specific Information <?>
    Kernel modules: iTCO_wdt
    00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03) (prog-if 8a [Master SecP PriP])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 0, IRQ 19
    I/O ports at 01f0 [size=8]
    I/O ports at 03f4 [size=1]
    I/O ports at 0170 [size=8]
    I/O ports at 0374 [size=1]
    I/O ports at 1810 [size=16]
    Kernel driver in use: ata_piix
    Kernel modules: piix, ata_piix
    00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 03) (prog-if 8f [Master SecP SecO PriP PriO])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
    I/O ports at 1c00 [size=8]
    I/O ports at 18f4 [size=4]
    I/O ports at 18f8 [size=8]
    I/O ports at 18f0 [size=4]
    I/O ports at 18e0 [size=16]
    I/O ports at 18d0 [size=16]
    Capabilities: [70] Power Management version 3
    Kernel driver in use: ata_piix
    Kernel modules: ata_piix
    00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: medium devsel, IRQ 19
    Memory at 88200000 (32-bit, non-prefetchable) [size=256]
    I/O ports at 1c20 [size=32]
    Kernel driver in use: i801_smbus
    Kernel modules: i2c-i801
    04:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
    Subsystem: AMBIT Microsystem Corp. AR5BXB63 802.11bg NIC
    Flags: bus master, fast devsel, latency 0, IRQ 17
    Memory at 88000000 (64-bit, non-prefetchable) [size=64K]
    Capabilities: [40] Power Management version 2
    Capabilities: [50] MSI: Mask- 64bit- Count=1/1 Enable-
    Capabilities: [60] Express Legacy Endpoint, MSI 00
    Capabilities: [90] MSI-X: Enable- Mask- TabSize=1
    Capabilities: [100] Advanced Error Reporting
    UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
    UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
    UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
    CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout+ NonFatalErr-
    CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
    AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
    Capabilities: [140] Virtual Channel <?>
    Kernel driver in use: ath5k_pci
    Kernel modules: ath_pci, ath5k
    05:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, fast devsel, latency 0, IRQ 764
    Memory at 88100000 (64-bit, non-prefetchable) [size=64K]
    Expansion ROM at <ignored> [disabled]
    Capabilities: [48] Power Management version 3
    Capabilities: [50] Vital Product Data <?>
    Capabilities: [58] Vendor Specific Information <?>
    Capabilities: [e8] MSI: Mask- 64bit+ Count=1/1 Enable+
    Capabilities: [d0] Express Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
    UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
    UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
    CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
    CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
    AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
    Capabilities: [13c] Virtual Channel <?>
    Capabilities: [160] Device Serial Number e9-b9-c5-fe-ff-24-1b-00
    Capabilities: [16c] Power Budgeting <?>
    Kernel driver in use: tg3
    Kernel modules: tg3
    0a:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05) (prog-if 10 [OHCI])
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 32, IRQ 16
    Memory at f0400000 (32-bit, non-prefetchable) [size=2K]
    Capabilities: [dc] Power Management version 2
    Kernel driver in use: ohci1394
    Kernel modules: ohci1394
    0a:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 32, IRQ 17
    Memory at f0400800 (32-bit, non-prefetchable) [size=256]
    Capabilities: [80] Power Management version 2
    Kernel driver in use: sdhci-pci
    Kernel modules: sdhci-pci
    0a:09.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 32
    Memory at f0400c00 (32-bit, non-prefetchable) [size=256]
    Capabilities: [80] Power Management version 2
    Kernel driver in use: ricoh-mmc
    Kernel modules: ricoh_mmc
    0a:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
    Subsystem: Acer Incorporated [ALI] Device 011d
    Flags: bus master, medium devsel, latency 32
    Memory at f0401000 (32-bit, non-prefetchable) [size=256]
    Capabilities: [80] Power Management version 2
    0a:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff) (prog-if ff)
    !!! Unknown header type 7f
    Last edited by ar5007eg (2009-06-13 16:04:07)

  • Constant freeze and slow performance when wake up

    hi,
    my laptop freezes all the time  like when i play music for long time especially when norton performs a background check.
    also when i open it and it was on sleep it becomes very slow when i open chrom, or play a movie.
    alot of time  sudden stop of the cruser and very slow performance that it can't even opens the my computer.
    I always have to restart the windows.

  • Is there any hope for Help Viewer?

    I have read through as many discussions about Help Viewer problems as I can find, and still, help in Finder doesn't work. I have tried all of Dr. Smoke's suggestions and many others to no avail. Help Viewer still ends up going back to a blank screen, links that don't work, and the search just keeps searching.
    All of the suggestions I have tried fix Help Viewer temporarily, but it has always gone back to its same old broken self.
    If anyone out there can REALLY help, I would REALLY appreciate it.
    Thank you!

    Hi Jordan. Hopefully I can offer a solution for this which bugged me enough to really try to resolve it, and have now done so, at least for me.
    First the essentials.
    System Setup: Powermac G4 Dual 1GHz MDD. 1GB. MacOS 10.4.3
    Issue: Loading Mac Helper from the Finder will result in a blank screen after the first launch. On first launch you will be able to click one or two links then it will not work and search will not function [issues may vary but blank screen always]
    This problem occurred with earlier versions of Tiger. I have since done a clean install. Tried replacing the Help Viewer app from the Install disk and also the MacHelp.help document too, but it did not help. I even tried the same items from other disks just to check for corrupt files but still no change. Trashing the prefs does not seem to make any difference, nor the same with the cache folder but it can resolve other issues, just not this particular one.
    NOTE Before others try this fix I strongly suggest you try the solutions suggested by Apple and those on the very good XLab web site. Here are a few related articles:
    XLab. The most comprehensive guide to the Help issues.Check out the 'Help Viewer displays a blank window.' link.
    http://www.thexlab.com/faqs/helpviewer.html
    Apple. From the source. Not quite the same symptoms but offers Help advice on
    'Mac OS X 10.2, 10.3: Mac Help Viewer unexpectedly quits'
    http://docs.info.apple.com/article.html?artnum=107013
    Solution:
    1. Go to User > Library > Caches > com.apple.helpui [note: you need to launch Help Viewer at least once so that this folder is created]
    2. Delete ALL files/ folders in the com.apple.helpui folder, if any.
    3. Create a new folder inside com.apple.helpui and name it 'Mac Help' [the same as that created automatically by Help Viewer, case sensitive].
    4. Select the new folder and use Command + I to see the folder 'Info'. First
    label it red [to aid further diagnostics] and then change ALL the permissions at the bottom to *Read only* [click Details to see the options, not just 'You can'. Include Read only for 'Owner', 'Group' & 'Others'. You will need Admin access for this]. Close the Info panel.
    5. Launch Mac Help from the Finder menu bar. If it was blank before, the Help Viewer screen should show the Mac Help homepage again. Try several links and search and Index. They should all work, and quicker now. Quit and relaunch. This time the Help Viewer works now and no blank screen. The issue with Mac Help is fixed ( but be aware that any other Help folders created could well cause the same issue, so check for these if it still happens and read on for details of how to deal with this other part of the issue)
    *BUT*
    Although this resolves the Mac Help issue, AS SOON AS OTHER MAC APPLICATION HELP's ARE LAUNCHED, IT IS MOST LIKELY THE ISSUE WILL RETURN!, hence the labeling of the Help folders red, to track newly created Help folders (i.e. Mail Help, Safari Help etc). If these are launched this automatically creates help folders in com.apple.helpui for them and they also cause the blank screen problem.
    So, the best thing is to create Help folders in the same way that you did for Mac Help, for ALL Mac applications to avoid having to do it incrementally as and when you use another Mac application Help [or if you do a search it may well create folders anyhow]. These are the Help folders I have created, with the red label and 'Read only' permissions:
    Activity Monitor Help
    Address Book Help
    AirPort Help
    AppleScript Help
    Automator Help
    Bluetooth Help
    Calculator Help
    Chess Help
    Console Help
    Dictionary Help
    Directory Access Help
    Disk Utility Help
    DVD Player Help
    Font Book Help
    Grapher Help
    iCal Help
    iChat Help
    Image Capture Help
    Mac Help
    Mail Help
    ODBC Administrator Help
    Preview Help
    QuickTime Player Help
    Safari Help
    Script Editor Help
    Sherlock Help
    Stickies Help
    System Profiler Help
    Terminal Help
    TextEdit Help
    There are probably more but these are the ones I could find fairly easily. If they are labeled red then it is easy to see if any others appear and cause the issue. Once I have done this I make a backup copy of these folders with the permissions set and archive it for use as and when I need to replace them.
    Result: For me and my setup this has resulted in my being able to use Help normally without the blank screen issue for nearly two weeks now since I spent a lot of time looking at this issue. In fact I find Help works a lot faster and suffers fewer delays. Because this only requires amendments to file permissions, in a folder which is automatically replaced if deleted anyhow, I feel it is a safe and easy enough for most users to do if they have this problem.
    I hope this offers a solution to other users with the same issue and who have tried the other suggestions (Including Dr. Smoke's and from Apple etc) but still have problems with the blank screen.
    The Cause & Other Notes
    Having been frustrated with this issue for several months now I spent some time trying to find the cause. It clearly does not effect everyone, and others have found the suggested fixes, such as trashing the com.apple.helpui cache folder and relevant preference files, have worked for them. It makes it a more complicated problem to identify. It appears perhaps to be related to your type/ speed of connection from the computer to the Apple help servers where the cache folders and files and downloaded from. This seems likely from error messages. It also appears that, for whatever reason, some of those files being automatically created when Help Viewer is launched are the actual problem. In order to explain why I think that, if you have this issue then you should get the exact same repeatable test which led me to find the solution.
    Do this:
    1. Firstly navigate to > Library > Caches > com.apple.helpui and trash this folder. Then before proceeding launch the following apps to help diagnose and follow what is happening:
    a. Console [so you can watch for error message in console.log window]
    b. Activity Monitor [to watch internet traffic during launch and browsing the Help Viewer]
    c. Leave the FInder window so you can watch what happens.
    2. Launch Mac Help from the Finder menu bar. It should launch and show the home page on the screen. Immediately you will see a new com.apple.helpui folder being created. Navigate into this so you can watch what is being placed in the newly created com.apple.helpui folder.
    3. Now click on any of the Help links on the right (not the link to the apple web site). Immediately (slower if dialup and not already connected) you should see traffic over the network as the computer connects to the Apple help servers. Then, in the com.apple.helpui folder you will see a new folder called 'Mac Help'. Also some other numbered (0-15) cache folders which are not of interest right now. And on quit a file called 'TOCCache.plist' which does not effect things. Soon you should see an error in the Console console.log window something like this:
    "2005-11-19 01:57:45.585 Help Viewer[1313] Exception raised during posting of notification. Ignored. exception: * End of archive encountered prematurely at 400"
    I am not sure exactly why this is but it appears to be related to some sort of timeout and failure to fully download some items.
    4. Now try to click on any link or Index. For me, nothing happens and I get only more error messages like:
    "2005-11-19 02:02:21.190 Help Viewer[1313] Uncaught exception - * End of archive encountered prematurely at 400
    2005-11-19 02:02:21.190 Help Viewer[1313] * Attempt to remove unrecognized exception handler 0xbfffdce0"
    The only option is to quit out.
    5. Immediately relaunch Mac Help. If it is like me then it will now be a blank screen accompanied by the following my critical error message:
    "2005-11-19 02:03:33.543 Help Viewer[1319] * NSRunLoop ignoring exception '* End of archive encountered prematurely at 400' that raised during posting of delayed perform with target 375df0 and selector '_setupTOC'"
    Now, everytime I quit a launch Mac Help it is the same error and blank screen.
    This seemed to me to point towards an issue within the com.apple.helpui folder because when it is trashed Help Viewer will launch one time then stop.
    So I went through each folder (I had a number of Help folders the first time) and tried moving it out of the folder, rather like testing for bad prefs in OS8.
    Eventually I tracked the offending file/s down to this:
    User > Library > Caches > com.apple.helpui > Mac Help > Contents > Resources > English.lproj > pgs > pgs.helpindex
    As soon as this file is created then it all stops. Trash this file and relaunch and the homepage appears again until it appears and once again the problem reappears. This is totally repeatable for me.
    Once I had isolated the problem file I tried various solutions to resolve it. The first was to replace it with the same file which is already in the System within the MacHelp.help documentation here (the system Library, not the User path)
    Library > Documentation > Help > MacHelp.help
    Copy MacHelp.help and then use Command + I and 'Show Package Contents' to navigate to:
    MacHelp.help > Contents > Resources > English.lproj > pgs > pgs.helpindex
    (right at the bottom of the pgs folder with hundreds of .html files)
    I then replaced the existing pgs.helpindex with this one. It is different at it has an earlier Created date of 16/03/2005 (my vary), the one in the cache folder is Created 20/10/2005 (may vary?)
    This allowed Help Viewer to launch correctly, but after a short time and re-launch it returned to the blank screen. Examining the file showed it was being overwritten by the later downloaded version, the one causing the problem. This led me to change the permissions to 'Read only' to prevent it being overwritten and after this the Help Viewer worked normally on relaunches.
    I also changed and altered the permissions on the pgs/pgs2.helpindex folder in the same directory as the pgs folder as it seemed to also cause a problem.
    So, finally I resolved the problem, with no error messages, the Help Viewer loading correctly and a working Help. However, I noticed that after a while the blank screen came back. Knowing the pgs.helpindex was OK it seemed likely that other .helpindex files in other Help folders created in the com.apple.helpui folder. This proved the case because, on trashing the new Help folder, it launched again. Swapping the downloaded .helpindex in say, Mail Help, and changing the permissions fixed it, until another Apple application Help folder was created and it re-occurred. The problem does not occur with all the Mac application Helps, but with some (notably for me, Mail Help, Safari Help and some others).
    Finally I found that rather than digging into the apps contents I could get the same fix and also quicker Help browsing by simply creating the actual Help folders as described above and ensuring the .helpindex (or other folders/ files like idx) was not created.
    From nearly two weeks trials it so far appears to completely resolve this issue.
    Just be aware of any new Help folders/ files being created.
    The are a few other observations:
    1. I tried just altering the permissions on the actual com.apple.helpui folder to 'Read only' but whilst it allowed the Help Viewer to open fine, it broke links within the application Help windows.
    2. I have not tried many Helps on other non Apple applications. I find that Toast help triggers error messages:
    "2005-11-19 02:27:02.229 Help Viewer[1340] -[IdxSearchController openIndices:] caught a VTWIN exception. Bad index file is /Applications/Toast 7 Titanium/Toast Titanium.app/Contents/Resources/English.lproj/Toast Help/Toast Help idx
    It is not possible to change the 'Toast Help idx' as it is an exec file. The errors do not seem to break Help Viewer. I had similar error messages from Quicktime Help when it loaded. I suspect that the Toast help is broken for similar reasons as mac Help b (it works for links to installed pages but not external ones). But it could be from the alterations to the Help folders. Either way at least Help works.
    3. It is possible to get most .helpindex files from the relevant application contents but just using the Help folders is a quicker solution.
    4. I can't help feel that the difference between those that have or do not have these issues is a slower connection, i.e. non-broadband. I have a 64k ISDN connection through a router which is pretty much 'always on' with solid 7KB speeds, but it seems this is insufficient for Help to work properly. I read elsewhere that connection speed appears to be an issue and Help is sensitive to this. It would be interesting to know what type of connection people with the issue have. I also have a hardware firewall in the router which may be a factor but it does not stop any other normal traffic and allows the files through anyhow. It has been in place for 6 years and with no issues. Just wanted to note it.
    5. Certainly for my situation, it appears that the files being downloaded from the Apple help servers are actually causing the problem at my end. I can't explain why or how other than the tests explained above are repeatable and that using the same file but from the System file resolves the problem. It remains unclear why a slower connection would lead to files downloading which affect some people but not others? It may be something totally different of course but the error messages in Console do seem to point towards this.
    6. I imagine the reason why the files and folders are downloaded are to ensure that they are kept up to date, as the pgs.helpindex for instance is a later creation date. However I do not seem to have any problems browsing or looking at topics, especially with the 'Include product Support Searches' option selected in the Help View menu. It means that there is extra traffic but gives a wider range of responses from Apple. Perhaps it is better to deselect this option if you have a slow dialup connection?
    Summary
    I hope that this solution can help others with this issue and perhaps other related problems. There is no way of me testing it further and I do not know how others who seemingly do not have a problem can check this. I just know it resolved it for me. I am no expert but a long time Mac user who is used to simple and elegant functionality, not the ongoing saga of the current Help, and wanted the thing just to 'work'.
    Good luck
    Simon

  • Can't open safari help viewer

    When I try to find something about safari in help viewer and everything is blank. I look in library and it has no help viewer for safari. Can I down;load it somewhere? or I need to reinstall safari? I'm not good at computer, so I don't know what disk that I need to use for reinsall safari. I have 3 disks
    1. Mac osx Install disk 1
    2. Macosx install disk 2
    3.Addtional softwear & Apple hardware test
    It will be great if anyone can get me the link to download this.
    Thanks!

    Wiktor,
    You asked: "why it doesn't work on my .Mac templates ?! "My knowledge of HTML is limited to the article that I referenced and Level 4, but I see that you have already posted in this thread, where Ruminator and Wyodor supply excellent links for answering your question.
    Good Luck
    ;~)

  • My mac has slow performance when running two or more applications, ran onyx and cleaned cache but my macbook is still running slow. Recommendations?

    I've had my MacBook White running on Mac OSx 10 for about 2 years. My sister has the same type of MacBook and she isn't having any slow performance. I really don't want to install RAM and that can't be the end all be all of solutions. Please help!!

    Kappy's Personal Suggestions for OS X Maintenance
    For disk repairs use Disk Utility.  For situations DU cannot handle the best third-party utilities are: Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible. TechTool Pro provides additional repair options including file repair and recovery, system diagnostics, and disk defragmentation.  TechTool Pro 4.5.1 or higher are Intel Mac compatible;  Drive Genius is similar to TechTool Pro in terms of the various repair services provided.  Versions 1.5.1 or later are Intel Mac compatible.
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts had been significantly reduced in Tiger and Leopard.  These utilities have limited or no functionality with Snow Leopard and should not be installed.
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive. As for virus protection there are few if any such animals affecting OS X. You can protect the computer easily using the freeware Open Source virus protection software ClamXAV. Personally I would avoid most commercial anti-virus software because of their potential for causing problems.
    I would also recommend downloading the shareware utility TinkerTool System that you can use for periodic maintenance such as removing old logfiles and archives, clearing caches, etc.  Other utilities are also available such as Onyx, Leopard Cache Cleaner, CockTail, and Xupport, for example.
    For emergency repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the commandline.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard.
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand. I also recommend booting into safe mode before doing system software updates.
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
    Backuplist
    Carbon Copy Cloner
    Data Backup
    Deja Vu
    iBackup
    JaBack
    Silver Keeper
    MimMac
    Retrospect
    Super Flexible File Synchronizer
    SuperDuper!
    Synchronize Pro! X
    SyncTwoFolders
    Synk Pro
    Synk Standard
    Tri-Backup
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore.
    Additional suggestions will be found in Mac Maintenance Quick Assist.
    Referenced software can be found at CNet Downloads or MacUpdate.

  • Slow performance in browser and OS -- EtreCheck Included

    Hello all, I'll keep this as short and detailed as possible.
    I bought a Macbook Pro for my wife two years ago, but the machine has been very slow since I got it for her.  I've always been a Windows guy myself and am very familiar with troubleshooting in a Windows environment.  I have almost no experience with OSX, however, and have no idea which applications would be needed for troubleshooting, etc.
    As my wife describes the issue, the OS itself is very slow.  She opens the laptop and a full twelve minutes pass before the system is fully responsive.  She has to keep pressing the power button for anything to work.  The screen will be greyed out and a loading bar will appear at the bottom.  It takes so long to load that the system falls asleep and she has to restart multiple times.
    I have noted that the browser is also slow.  My wife uses Safari almost all the time.  I installed Chrome to see how a fresh browser install would perform in OSX, and the speed was very slow as well.  An internet speed test at speedtest.net results in:
    Ping - 47ms
    Down Speed - 5.96 Mbps
    Up Speed - .89 Mbps
    Included below is the result from an Etrecheck run
    Problem description:
    Slow performance in browser and OS
    EtreCheck version: 2.1.6 (109)
    Report generated January 15, 2015 11:03:43 AM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Technical Specifications)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2-core
      8 GB RAM
      BANK 0/DIMM0
      4 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1333 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
      Battery Health: Normal - Cycle count 164
    Video Information: ℹ️
      Intel HD Graphics 4000 - VRAM: 512 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.8.5 (12F45) - Time since boot: 287 days 4:10:20
    Disk Information: ℹ️
      APPLE HDD TOSHIBA MK5065GSXF disk0 : (500.11 GB)
      disk0s1 (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 499.25 GB (453.54 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Anywhere
    Kernel Extensions: ℹ️
      /Applications/VMware Horizon View Client.app
      [not loaded] com.vmware.kext.vmioplug.10.7.0 (10.7.0) [Support]
    Problem System Launch Agents: ℹ️
      [failed] com.apple.coreservices.appleid.authentication.plist [Details]
      [failed] com.apple.lookupd.plist
      [failed] com.apple.printtool.agent.plist [Details]
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.coresymbolicationd.plist [Details]
      [failed] com.apple.wdhelper.plist
    Launch Agents: ℹ️
      [loaded] com.cisco.anyconnect.gui.plist [Support]
      [running] com.gopro.stereomodestatus.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [running] com.cisco.anyconnect.vpnagentd.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [running] com.oracle.java.JavaUpdateHelper.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist [Support]
    User Login Items: ℹ️
      Steam UNKNOWN  (missing value)
      iTunesHelper Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 16.0.0.257 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.1
      Flash Player: Version: 16.0.0.257 - SDK 10.6 [Support]
      SharePointBrowserPlugin: Version: 14.0.0 [Support]
      Unity Web Player: Version: UnityPlayer version 4.2.1f4 - SDK 10.6 [Support]
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Support]
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    User internet Plug-ins: ℹ️
      WebEx64: Version: 1.0 - SDK 10.6 [Support]
      Google Earth Web Plug-in: Version: 7.1 [Support]
    3rd Party Preference Panes: ℹ️
      Cineform  [Support]
      Flash Player  [Support]
      Java  [Support]
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          9% Finder
          3% WindowServer
          2% hidd
          2% WebProcess
          1% Safari
    Top Processes by Memory: ℹ️
      983 MB WebProcess
      163 MB Safari
      77 MB PluginProcess
      52 MB mds
      43 MB SystemUIServer
    Virtual Memory Information: ℹ️
      4.60 GB Free RAM
      1.71 GB Active RAM
      744 MB Inactive RAM
      1.53 GB Wired RAM
      17.96 GB Page-ins
      3.22 GB Page-outs
    Thank you very much for any assistance

    If the machine has always taken 12 minutes to start up, since it came out of the box, then it was and is defective. There's nothing to do in that case but to take it in for service.

Maybe you are looking for

  • Connecting to 9i Lite DBMS via SQL*Plus?

    Finally got the install to run successfully. However, I can't make an ODBC connection to the database with SQL*Plus. Any ideas (other than going back to 8i Lite)?

  • Is the transaction log is changed when i execute select statemetns

    hello i want to ask about updateing the transaction log: is it modified when a select statement is executed is it changed when update,delete or insert statements are executed ?

  • Multiple Libraries and Web Galleries

    I just upgraded to iLife 08 and I'm wondering if the web gallery feature is compatible with the web galleries feature. Here's my situation: I have several three primary iPhoto libraries: one of family pix, one of photos from Congo, related to my aunt

  • Newbie: Can HBox be used in Flash CS4?

    Still sorting through the differences between Flex and Flash.  Am wondering if various controls available in Flex can be used in Flash.  I'm coding in AS3.  If so, are there any pitfalls to doing this? Thanks!

  • Where to get a patch and how to apply it

    Hi there, I have to ask a really beginners question, so please don't crucify for doing so. I have Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production I'm doing some studying about PL/SQL Hierarchical Profiler. Studying PL/SQL Hiera