Can?t get rid of processes

Hi,
I installed via graphical Interface some tools on a remote solaris 8 sparc system. Unfortunately there was a network error and my session got lost. Because the installation was not complete I removed all already installed packages with pkgrm and rebooted the system several times.
There are still 4 processes which survive any reboot:
ps -ef | grep javaroot 1009 1 0 11:11:31 ? 0:00 wvrespawn -c -r100 -w0 Node /usr/java1.1/bin/java -mx32m -Djava.security.policy
root 1013 1009 0 11:11:32 ? 0:02 /usr/java1.1/bin/sparc/native_threads/java -mx32m -Djava.security.policy=/opt/F
root 1151 1133 0 11:11:38 ? 0:02 /usr/java1.1/bin/sparc/native_threads/java -mx32m Djava.security.policy=/opt/F
root 1133 1089 0 11:11:38 ? 0:00 wvrespawn -r100 -w10 Server /usr/java1.1/bin/java -mx32m -Djava.security.policy
Can anybody help me ?
Thanks in advance
Christin

Hi
If the processes are starting whenever the system is rebooted have a look in these directories
to see if there are any start scripts,
/etc/rc2.d
/etc/rc3.d
The quickest way to locate the scripts is to grep for the processes' names within all the files in
the directories above eg if your in /etc/rc3.d do this:
grep wvrespawn ./*
If there are files here ( sometimes they are soft links to files in /etc/init.d ) that start the programs "wvrespawn" or "java" remove them or rename them.
This shold stop the programs being started at boot time.
I'd also check your pkgrm command did remove all the packages because if it was done correctly
none of the files, links and programs above should be on your system.
regards

Similar Messages

  • Can't get rid of a TX - message keeps appearing and being processed by OSB

    I have some sort of a poison message or TX I can't flush. Every 10 seconds I get a log message like the second one below, and the number of pending messages in multiple places and OSB proxy service messages processed keep climbing - all without producing any new messages on my part. I've tried deleting the default server store on the OSB managed server and the filestore for the JMS server. No luck.
    When this first started happening, the error messages looked like the first one below. Something I did caused the change, I assume. However, it's the same TX ID throughout.
    So, first, how can I get rid of this thing? It's driving me nuts and keeping me from closing out a POC.
    Second, why is it happening? I have one suspicion - could it be because that somehow we configured mutiple domains with the same name for a distributed application? It's not my normal practice but it happened. These domains don't communicate directly, but there are domains that need to communicate with both. So I'm guessing the name ambiguity may be hurting us. Just a guess, though.
    In this case, the sgosb domain's proxy service (this domain name is unique) is receiving messages from a queue resident in the pega_domain in Singapore and another proxy service is putting a message to another queue in the pega_domain in the UK. This is not in a single TX; the first proxy service forwards the message to a queue in the sgosb_domain, the second proxy service gets that message and puts it into the other pega_domain. It's an XA TX for each proxy service.
    Just to make it more fun, the sgosb_domain has another proxy service reading from a different queue and forwarding it to a queue in the third pega_domain in the US.
    TIA for any help or insight.
    Oh yes, the OSB domain is WLS 10.3.4, while the pega_domains are WLS 10.3.2
    Original error message
    ####<Apr 13, 2011 4:32:13 AM GMT> <Error> <EJB> <sg01app510> <sgosb_1> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'>
    <<anonymous>> <> <92f54a30d60e6302:-4b6d523c:12f4cfeaabc:-8000-0000000000000123> <1302669133597> <BEA-010026> <Exception occurred during commit of
    transaction Xid=BEA1-039B0B6D3D0E77C1B135(1898471720),Status=Rolled back. [Reason=Unknown],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since
    begin=0,seconds left=600,XAServerResourceInfo[WLStore_pega_domain_ProcessEventJMS_Store_mgd1]=(ServerResourceInfo[WLStore_pega_domain_ProcessEventJMS_Store_mgd1]=
    (state=new,assigned=none),xar=null,re-Registered = false),SCInfo[sgosb_domain+sgosb_1]=(state=rolledback),SCInfo[pega_domain+pega_1]=(state=rolledback),properties=
    ({}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=sgosb_1+152.64.128.243:22110+sgosb_domain+t3+, XAResources={eis/tibjms/Topic,
    WLStore_sgosb_domain_FileStore_auto_1, eis/aqjms/Queue, eis/wls/Queue, eis/tibjms/Queue, WLStore_sgosb_domain__WLS_sgosb_1, eis/AQ/aqSample, eis/aqjms/Topic,
    eis/pramati/Queue, eis/sunmq/Queue, WLStore_sgosb_domain_WseeFileStore_auto_1, WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1,
    WSATGatewayRM_sgosb_1_sgosb_domain, eis/jbossmq/Queue, eis/activemq/Queue, eis/fioranomq/Topic, eis/tibjmsDirect/Topic, eis/wls/Topic,
    eis/tibjmsDirect/Queue, eis/Apps/Apps, eis/webspheremq/Queue},NonXAResources={})],CoordinatorURL=pega_1+nj09mhm5078:22111+pega_domain+t3+):
    javax.transaction.RollbackException: This transaction does not exist on the coordinating server.  It was probably rolled back and forgotten.
            at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
            at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
            at weblogic.transaction.internal.CoordinatorImpl_1032_WLStub.commit(Unknown Source)
            at weblogic.transaction.internal.TransactionImpl$1.run(TransactionImpl.java:331)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at weblogic.transaction.internal.SecureAction.runAction(SecureAction.java:72)
            at weblogic.transaction.internal.TransactionImpl.commit(TransactionImpl.java:327)
            at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:252)
            at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:239)
            at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:553)
            at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:424)
            at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:326)
            at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
            at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
            at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
            at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
            at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: javax.transaction.RollbackException: This transaction does not exist on the coordinating server.  It was probably rolled back and forgotten.
            at weblogic.transaction.internal.CoordinatorImpl.commit(CoordinatorImpl.java:94)
            at weblogic.transaction.internal.CoordinatorImpl_WLSkel.invoke(Unknown Source)
            at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
            at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
            at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
            at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    The error message I'm getting now
    ####<Apr 13, 2011 4:51:38 AM GMT> <Error> <EJB> <sg01app510> <sgosb_1> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <>
    <92f54a30d60e6302:-42808c28:12f4d3173cb:-8000-0000000000000032> <1302670298730> <BEA-010026> <Exception occurred during commit of transaction
    Xid=BEA1-0011D0679BA5074B8E12(1930603846),Status=Rolled back. [Reason=javax.transaction.xa.XAException],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=0,seconds
    left=60,XAServerResourceInfo[WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1]=(ServerResourceInfo[WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1]=
    (state=rolledback,assigned=sgosb_1),xar=WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1239571724,re-Registered =
    false),XAServerResourceInfo[WLStore_pega_domain_ProcessEventJMS_Store_mgd1]=(ServerResourceInfo[WLStore_pega_domain_ProcessEventJMS_Store_mgd1]=
    (state=rolledback,assigned=pega_1),xar=null,re-Registered = false),SCInfo[sgosb_domain+sgosb_1]=(state=rolledback),SCInfo[pega_domain+pega_1]=(state=rolledback),properties=
    ({}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=sgosb_1+152.64.128.243:22110+sgosb_domain+t3+, XAResources={eis/tibjms/Topic,
    WLStore_sgosb_domain_FileStore_auto_1, eis/aqjms/Queue, eis/wls/Queue, eis/tibjms/Queue, WLStore_sgosb_domain__WLS_sgosb_1, eis/AQ/aqSample, eis/aqjms/Topic, eis/pramati/Queue, eis/sunmq
    /Queue, WLStore_sgosb_domain_WseeFileStore_auto_1, WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1, WSATGatewayRM_sgosb_1_sgosb_domain, eis/jbossmq/Queue, eis/activemq
    /Queue, eis/fioranomq/Topic, eis/tibjmsDirect/Topic, eis/wls/Topic, eis/tibjmsDirect/Queue, eis/Apps/Apps, eis/webspheremq/Queue},NonXAResources=
    {})],CoordinatorURL=sgosb_1+152.64.128.243:22110+sgosb_domain+t3+): weblogic.transaction.RollbackException: Unknown reason
            at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1881)
            at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:345)
            at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:239)
            at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:553)
            at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:424)
            at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:326)
            at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
            at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
            at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
            at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
            at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: javax.transaction.xa.XAException
            at weblogic.store.gxa.internal.GXAResourceImpl.prepare(GXAResourceImpl.java:1227)
            at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerResourceInfo.java:1295)
            at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerResourceInfo.java:500)
            at weblogic.transaction.internal.ServerSCInfo.startPrepare(ServerSCInfo.java:380)
            at weblogic.transaction.internal.ServerTransactionImpl.localPrepare(ServerTransactionImpl.java:2593)
            at weblogic.transaction.internal.ServerTransactionImpl.localPrepare(ServerTransactionImpl.java:1321)
            at weblogic.transaction.internal.SubCoordinatorImpl.startPrepare(SubCoordinatorImpl.java:183)
            at weblogic.transaction.internal.CoordinatorImpl_WLSkel.invoke(Unknown Source)
            at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
            at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
            at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
            at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    .>Edited by: SteveElkind on Apr 13, 2011 5:50 AM

    Tom,
    Thanks! Succinct and easy to understand as ever.
    Yup, that covers it - I had also just seen this in the docs after looking at atheek1's earlier response (thanks to him/her as well). It's covered almost as clearly there as you state it here (http://download.oracle.com/docs/cd/E11035_01/wls100/jta/trxcon.html).
    While the ESB domains meet all of those requirements (except for cross-domain security configuration), each of the other two sets of domains (3 in each set) do not meet the naming uniqueness criteria for domain and server names; they do for JMS server names. I saw the store names in the TX identifier string as included resource, and assumed they might play a part - that's why I changed them. As you say, an unnecessary change. Oh well - it was an easy one.
    My normal practice has been for unique names in the past, due to problems I had years ago with cross-domain JMS traffic in an earlier WLS version. I guess it's the wrong time to have forgotten that lesson.
    Does anyone know of a quick way of changing a domain name quickly without rebuilding the domain? In the past WLST resulted in incomplete copies for me, is that still a problem? Server names are easy, just some global search-and-replace in the config.xml file (and in the management scripts, too)
    /Steve

  • I have a pop up which I can't get rid of which states: "There is no application set to open the URL ximadpzl://save_ximad_token----/"

    I can't get rid of a message which keeps popping up which says:
    There is no application set to open the URL ximadpzl://save_ximad_token/(etc)
    I have no idea to what they are referring and I can find no application which satisfy this requirement. How do I get rid of this message? It won't go away. I have tried turning off the computer, closing Safari, etc.

    All of these suggestions (delete caches, restart, terminal commands, etc) do nothing to actually LOCATE the problem. They are just standard purging processes, and they have all failed to achieve resolution.  And it is NOT Little Snitch either (tried turning that off and nothing changed).  All these forums on this matter have been speculative and useless.
    Ladies and Gents... I have found and isolated the ACTUAL PROBLEM.  It is a Safari Extension that is doing it... specifically "VideoCatcher 5.3.8" which for me was installed with MovieSherlock.  The extension adds the ability to download YouTube movies directly from Safari (by showing a small download button next to any embedded movie). When I remove that extension, all the annoying pop-ups go away.
    MovieSherlock is not the only utility that does this however. There are several YouTube downloaders out there that ALL install an extension that detects YouTube videos on the page. I bet my hat that many (if not all) of you who are experiencing this pop-up issue... have installed one of those downloader utilities.
    So, the solution is simple: disable that extension. If you need to download a YouTube video from a page, either temporarily enable that extension again as needed, or leave the Safari integration disabled and launch the actual utility itself and enter the URL into it for your download.
    I would expect that MovieSherlock and the other YouTube downloading utilities will need to update their extensions (soon?) to deal with Yosemite's new browser script management.
    PROBLEM SOLVED.

  • Can't get rid of the beeping noise!(SOLVED)

    Hey guys, so I can't get rid of the beeping noise of my laptop.
    I have an Acer Aspire 722. Every time I plug or unplug the power, it beeps. And the really annoying one, everytime I backspace, it beeps.
    I've tried going into alsa and muting beep. I put !pcspkr in modules in rc.conf.
    I don't know what else to do?
    Help will be extremely appreciated. Thanks.
    edit: unrelated but something I want to resolve. I get these debugging messages, and found to get rid of them I have to set loglevel= 3 in grub. How do I do that? (SOLVED)
    Also, I'm having an issue with x-org. Every time I try to download it, it says it is missing a file. So I figured maybe it is a mirror problem so I went to change my mirror. Pacman keeps trying to use my old mirror even when my mirrorlist does not have that mirror commented out. I also checked pacman.conf and no mirror is being loaded in there with a server=mirror syntax.
    Not sure what is happening?
    Last edited by lettuceman44 (2012-03-06 05:59:22)

    karol wrote:
    lettuceman44 wrote:What does it do/why did it work?
    Please read the man page :-)
    -y, --refresh
               Download a fresh copy of the master package list from the
               server(s) defined in pacman.conf(5). This should typically be used
               each time you use --sysupgrade or -u. Passing two --refresh or -y
               flags will force a refresh of all package lists even if they
               appear to be up to date.
    (emphasis mine)
    Edit:
    lettuceman44 wrote:Also just a question out of curiosity. I have a working connection, but I thought I needed the x window system to run a browser which is what I need to post here right?
    Or am I missing something?(linux newbie here )
    Nah, you do need a browser, sorry ;P
    You should have some simple text-based (links and elinks) on the CD you used for installation, but they may be a bit intimidating to use if you're new.
    Thanks!
    I've pretty much have solved all my problems now. Feeling good
    Just one last thing I need to deal with
    Waiting for Edev uevents to be processed
    edevd[114]: seq 1068 '/devices/pci0000:00/0000:00:15.3/0000:07:00.0' killed
    Bringing up loopback interface
    udevd[114]:worker [141] terminated by signal 9 (Killed)
    What does this mean? It "looks" bad, but I don't know what it means lol. Google isn't helping and it could be normal for all I know.
    Last edited by lettuceman44 (2012-03-03 09:57:15)

  • My iPad is disabled, but I know the passcode.. When i connect it to iTunes it says it can't access it because it has a passcode. How can i get rid of the passcode without resetting the iPad? And if there is no way to do so, how do I completely reset it?

    My iPad is disabled, but I know the passcode.. When i connect it to iTunes it says it can't access it because it has a passcode. How can i get rid of the passcode without resetting the iPad? And if there is no way to do so, how do I completely reset it?

    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.htmlhttp://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tbhttp://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Devicehttp://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htmhttp://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    You may have to do this several times.
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just canceling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • I can't get rid of the "Install OS X" disk image...

    Several months ago (I think it was when upgrading from 10.6.2 to 10.6.3) I had trouble with two machines - my wife's MBA (Rev. A - 1.6 GHz, 2GB ram, 80 GB HDD), and my MBP, but our iMac did fine. Eventually I got both the MBA and MBP updated and they work fine. Since then I've updated the MBA so that it's running 10.6.4.
    Here's my problem: during the difficult software update somehow I was left with two (2!) "Install OS X" disk images on the MBA desktop. I cannot get rid of them no matter what I do. I've tried ejecting (and they eject - but then when you reboot the computer they come right back), I've tried using disk utility to erase them, I've tried numerous things but I can't get rid of the darn things.
    I'd given up because they weren't causing any harm. However, I've just realized I can't run TimeMachine because of the disk images - TimeMachine stops with an error message saying it can't back up two disks with the same name. I can't change the name or delete the disk images so I can't do backups.
    Any ideas on how to get rid of these silly things?

    OK, then open Disk Utility. Click on the main drive entry at the top of the sidebar list, then click on the Partition tab in the DU main window. You should see a window in which you have the three partitions displayed as rectangles one on top of the other. I'm assuming that in your case the largest rectangle is the uppermost one with the two mystery partitions at the bottom. Click in one of the smaller rectangles. You should see it become outlined in blue. Then click on the [-] Delete button. Repeat for the second small rectangle. You will now have a gray area below your OS X partition. Now click on the Apply button. It may take several minutes for the process to complete so be patient and wait until it's done. When it's finished you should see the topmost OS X partition and the remainder of the window is gray space. In the lower right corner of the OS X partition should be a sizing gadget that looks like a triangle. Use the mouse to drag the corner all the way to the bottom of the window. Click on the Apply button and wait for the process to be completed.
    This should restore your drive to it's original single volume state and get rid of the two mystery items.

  • Hi my question is how can I sort and delete photo files which I have had backed up multiple times? Another way how can I get rid of from the duplicate?

    Hi my question is how can I sort and delete photo files which I have had backed up multiple times? Another way how can I get rid of from the duplicate?

    Provide the name of the program you are using so a Moderator may move this message to the correct program forum
    The Cloud is not a program, it is a delivery process... a program would be Photoshop or InDesign or Muse or ???

  • How can I get rid of "locked items" in Trash?

    I am deleting old Time Machine files from my external drive, using my MacBook Pro (2007) to do it.  I've been doing this for several weeks, but now when I'm in Trash and click "Empty Securely" I get this message:  "There are some locked items in Trash.  Do you want to remove all the items, including the locked ones, or just the unlocked items?"  Regardless of whether I click on "Remove unlocked items" or "Remove all items", the process stops almost immediately and the Trash remains full.  What might be the "locked items" and how can I get rid of them? 

    You might try restarting and then try to empty the Trash.
    If that doesn't work, see -> Solving Trash Problems.
    Clinton

  • How can I get rid of the "Reset Search" app?

    I have a Macbook Pro and I run Mavericks OS X 10.9.5. There's an application in Launchpad called "Reset Search".See picture 1. I know this is part of the "Install Mac" adware, but I still can't find a way to get rid of it. I downloaded Adware Medic to try and remove the adware but it said that it couldn't find anything. I also tried a manual removal following the steps from http://www.thesafemac.com/arg-genieo/, where it says to remove the file "/private/etc/launchd.conf" but I can't find that file anywhere. I'm scared to continue because it says, "Failure to properly remove this file, if it is present, will result in your computer freezing and becoming unable to start up!" Also way before I knew this was adware I reset the browser settings a few times using the pop up. See Picture 2.

    Problem description:
    Accidentally downloaded the adware “Install Mac” and can’t get rid of it because I can’t find any traces of it, except for the “Reset Search” app on Launchpad.
    EtreCheck version: 2.1.8 (121)
    Report generated April 17, 2015 at 5:27:29 PM EDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    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
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Check Battery - Cycle count 629
    Video Information: ℹ️
        Intel HD Graphics 4000
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.9.5 (13F34) - Time since boot: 3:17:9
    Disk Information: ℹ️
        APPLE HDD HTS545050A7E362 disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (461.96 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-ST DVDRW  GS41N 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Anywhere
    Launch Agents: ℹ️
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Flash Player: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        Default Browser: Version: 537 - SDK 10.9
        Unity Web Player: Version: UnityPlayer version 4.6.1f1 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
            29%    com.apple.WebKit.Networking
             9%    WindowServer
             4%    Safari
             2%    mdworker
             1%    PluginProcess
    Top Processes by Memory: ℹ️
        176 MB    Safari
        175 MB    com.apple.WebKit.WebContent
        120 MB    com.apple.IconServicesAgent
        82 MB    Finder
        73 MB    mds_stores
    Virtual Memory Information: ℹ️
        372 MB    Free RAM
        1.80 GB    Active RAM
        1.50 GB    Inactive RAM
        620 MB    Wired RAM
        670 MB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Apr 17, 2015, 02:55:59 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Finder_2015-04-17-145559_[reda cted].crash
        Apr 17, 2015, 02:09:49 PM    Self test - passed
        Apr 15, 2015, 04:35:46 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-04-15-163546_[redacted].crash

  • How  can I get rid of "Mac Protector" ad?

    How can I get rid of "Mac Protector" ad?

    To get rid of it, just force quit the browser. If you installled it, or its installer ran:
    First, restart in Safe Boot by holding the Shift key down at the chime. Or, alternatively, open Activity Monitor in Utilities, set to Active Processes, find the program and force quit it. This will keep it from running, so you can remove it.
        1.    Drag the MacSecurity program -- or whatever it's called, MAC Defender, MacProtector (installed in the Applications folder by default) to the Trash. Empty the Trash.
        2.    Remove item of same name from the Login Items for your Account in the OS X System Preferences (if it exists).
        3.    Go to your Home folder Library>Preferences and Application Support (may not be one there) and search for any files with one of the above names and trash them. Empty the trash.
        4.    If you use Safari, go to Preferences>General and UNCHECK "Open "safe" files after downloading. Keep that unchecked.
    If you paid for it, they have your credit card #. Call your credit card and dispute the charges. Also, cancel the card ASAP.
    As a precaution, change your password.

  • I have writing on a photo    how can i get rid of it

    i have writing on a photo    how can i get rid of it

    Please show a screen shot. It may be a simple process, or a very complex one, depending upon the specific image, and where the writing is on it.

  • My iphone storage is full of "other" . how can i get rid of it?

    My iphone storage is full of "other" . how can i get rid of it?

    Restore the phone through iTunes and setup as new. Make sure you have everything you need off the phone first because this process will wipe it.
    This will free up all available space and you can then start again.

  • Have a problem on my IMac that a screen has come up titled text edit  and can not get rid of it using OSX I believe  10.7.5

    Can not exit text edit screen when i click on the apple does not give me the option of shuting down or restart just can't get rid of it. have no clue what brought this screen up never seen it before.

    If it is the application, Text Edit is a basic word processing app which is in your Applications folder. In order to force quit, you need to hold down three keys at the same time (there is no drop down/force quit):
    Command + Option + esc (at the top left of your keyboard). That will bring up this window:
    If an application is not responding, it may show "not responding" next to its name (or sometimes not). In any case, hit the Force Quit button and it should quit. If that does not work, shut down your Mac and boot it up again.

  • Can't Get Rid Of Space At Page Bottom

    I'm doing a redesign of my website and there is a space at the bottom of my page that I can't get rid of. Some pages the space is fine. But most are not. Here's a screen shot of the good and the bad:
    The Good:
    The Bad:
    I make the appropriate changes in Dreamweaver so it looks right but when I view it over the internet there is too much space. Does anyone know how I can remove this extra space?
    Thank You!

    Here's the bad:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <title>Weight Loss and Dieting HGH</title>
      <meta name="Keywords" content="HGH, Growth Hormone, Weight Loss, Dieting, drugs, alternative health, skin laser, diet pills" />
      <meta name="Description" content="A Directory of Weight Loss and Dieting Resources from 21st Century HGH that are good places to find information on supplements." />
    <meta name="Robots" content="Index, Follow, Cache, Noodp" />
    <style type="text/css">
    .header1 {
        font-family: Arial;
        font-size: 24px;
        font-style: normal;
        font-weight: bold;
        color: #7BC258;
    .header2 {
        font-family: Arial;
        font-size: 14px;
        font-style: italic;
        color: #000;
    .bodytext {
        font-family: arial;
        font-size: 12px;
        color: #000;
    .headerlinks {
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        color: #FFF;
    .toplinks {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        color: #7BC258;
        line-height: 26px;
    body {
        background-image: url(images/background.jpg);
        background-repeat: no-repeat;
        background-position:left;
        background-attachment:fixed;
    #Date {
        font-family: Arial;
        font-size: 12px;
        color: #39B549;
    .header1 {
        font-family: arial;
        font-size: 20px;
        font-style: normal;
        font-weight: bold;
        color: #7BC258;
    .style7 {font-family: arial; font-size: 12px; color: #000; font-weight: bold; }
    .style8 {color: blue}
    .style9 {font-family: arial; font-size: 12px; color: blue; }
    </style>
    </head>
    <body link="#003300" vlink="#003300" alink="#003300"><div align="center">
    <table width="858" border="0" cellspacing="2" cellpadding="2">
    <tr>
        <td width="338" align="left" valign="bottom" class="toplinks"><p><a href="http://www.21stcenturyhgh.com" style="text-decoration:none;color: rgb(123,194,88)"><font color="#7BC258">Home</font></a><a href="http://www.21stcentury.com" style="text-decoration:none;color: rgb(123,194,88)"></a> | <a href="hgh-growth-hormone-video/hgh-facts.htm" style="text-decoration:none;color: rgb(123,194,88)"><font color="#7BC258">HGH Facts Video</font></a> | <a href="hgh-growth-hormone-video/hgh-athletes.htm" style="text-decoration:none;color: rgb(123,194,88)"><font color="#7BC258">HGH Athletes Video</font></a> | <a href="growth-hormone-contact001.htm" style="text-decoration:none;color: rgb(123,194,88)"><font color="#7BC258">Contact</font></a></p>
          </td>
        <td valign="bottom" align="center" width="200"><a href="http://www.21stcenturyhgh.com"><img src="images/21stcenturyhghlogo.png" alt="21stcentury hgh logo" width="200" height="131" border="0" longdesc="indeximages/21stcenturyhghlogo.png" /></a></td>
        <td valign="bottom" align="right" width="320">
          <p class="toplinks">
      <script language="JavaScript" type="text/javascript">
    //<![CDATA[
      <!--
        var now = new Date();
        var days = new Array(
          'Sunday','Monday','Tuesday',
          'Wednesday','Thursday','Friday','Saturday');
        var months = new Array(
          'January','February','March','April','May',
          'June','July','August','September','October',
          'November','December');
        var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();
        function fourdigits(number) {
          return (number < 1000) ? number + 1900 : number;}
        today =  days[now.getDay()] + ", " +
           months[now.getMonth()] + " " +
           date + ", " +
           (fourdigits(now.getYear()));
         document.write(today);
      //-->
    //]]></script>
          </p>
          <form method="get" action="http://www.google.com/search">
            <table border="0" cellpadding="0">
              <tr>
                <td><input type="text"   name="q" size="25"
    maxlength="255" value="" />
                    <input type="submit" class="toplinks" value="Search" /></td>
              </tr>
              <tr>
                <td align="center" style="font-size:75%"><div align="left">
                    <input type="checkbox"  name="sitesearch"
    value="21stcenturyhgh.com" checked="checked" />
                    <span class="toplinks">Search 21st Century HGH</span><br />
                </div></td>
              </tr>
            </table>
          </form></td>
      </tr>
      </table>
    <table width="856" border="0" cellspacing="3" cellpadding="6">
      <tr bgcolor="#7BC258" align="center" valign="middle">
        <td bgcolor="#7BC258" class="headerlinks"><a href="hgh-athlete-use.htm" style="text-decoration:none;color: rgb(0,0,0)"><font color="#FFFFFF">For Athletes</font></a></td>
        <td class="headerlinks"><a href="hgh-anti-aging.htm" style="text-decoration:none;color: rgb(0,0,0)"><font color="#FFFFFF">For Seniors</font></a></td>
        <td class="headerlinks"><a href="growth-hormone-ingredients.htm" style="text-decoration:none;color: rgb(0,0,0)"><font color="#FFFFFF">Our Ingredients</font></a></td>
        <td class="headerlinks"><a href="our-hgh-guarantee.htm" style="text-decoration:none;color: rgb(0,0,0)"><font color="#FFFFFF">Our Guarantee</font></a></td>
        <td class="headerlinks"><a href="compare-hgh-products.htm" style="text-decoration:none;color: rgb(0,0,0)"><font color="#FFFFFF">Product Comparisons</font></a></td>
        <td class="headerlinks"><a href="order-hgh.htm" style="text-decoration:none;color: rgb(0,0,0)"><font color="#FFFFFF">Order</font></a></td>
      </tr>
    </table>
      <table cellpadding="0"><tr><td colspan="6"><img src="images/banner_general4.jpg" width="850" height="175" alt="Human Growth Hormone for Anti-Aging" longdesc="indeximages/banner_seniors.jpg" /></td>
      </tr>
    </table>
    <table width="858" border="0" cellspacing="3" cellpadding="20">
      <tr valign="top">
        <td width="585" height="1409" bgcolor="#FFFFFF">
        <div align="center">
          <p class="header1">HGH Weight Loss And Dieting</p>
          </div>
        <center>
          <p align="left" class="bodytext"><br />
            I have a couple questions about your product.  Its hard to get the straight facts regarding this supplement on the internet but the fact that you list your competitors directly on your site gives you credit in my mind.<br />
              <br />
            First I see the amount of human growth hormone in your oral spray per dose but I'm wondering how that would compare to the amount in a prescription injectable dose?<br />
            <br />
            Second can you find yourself in a situation for having this delivered to your home or having the purchase on your credit card since it is &quot;HGH&quot;<br />
            <br />
            And finally,  myself and 4 or 5 of my gym friends are looking at this product to restore our energy and help with our gains so I'm looking at ordering between 12 and 18 bottles at once.  Is there a better deal for buying in bulk?<br />
            <br />
            Thanks,</p>
          <p align="left" class="bodytext">Frank<br />
            Abington, VA<br />
            <br />
            PS: would you recommend taking your oral spray with a &quot;stimulator&quot; and if so which one?</p>
          <p align="left" class="bodytext style8">First I see the amount of human growth hormone in your product per dose but I'm wondering how that would compare to the amount in a prescription injectable dose?</p>
          <p align="left" class="bodytext"><em>Homeopathic HGH works differently than Injected HGH. Our product isn't as good as injected human growth hormone. It also isn't as expensive, doesn't involve the use of needles, and there are no side effects. Our oral spray gets 60%-80% of the same results as injected HGH. </em></p>
          <p align="left" class="style9">Second can you find yourself in a situation for having this delivered to your home or having the purchase on your credit card since it is &quot;hgh&quot;</p>
          <p align="left" class="bodytext"><em>That's why all the baseball players use our product. It's legal for over the counter sales and is undetected by any tests. The package and credit card statement says, &quot;21st Century Designer Health Products.&quot;</em></p>
          <p align="left" class="style9">And finally,  myself and 4 or 5 of my gym friends are looking at this oral spray to restore our energy and help with our gains so I'm looking at ordering between 12 and 18 bottles at once.  Is there a better deal for buying in bulk?</p>
          <p align="left" class="bodytext"><em>We have a lot of body builders using our product. They all use the Advanced formula. You can buy it online, a dozen or two at a time, at the wholesale dealer price of $41.66 per bottle ($499/dozen).</em></p>
          <p align="left" class="style9">PS would you recommend taking your oral spray with a &quot;stimulator&quot; and if so which one?</p>
          <p align="left" class="bodytext"><em>A lot of body builders do use our product with stimulators. You'll have to do your own research on that.</em></p>
          <p align="left" class="style9">I noticed that your oral spray and 1st hgh have the exact same bottle and label this has kind of thrown me off and made me skeptical of the product,  why is this?</p>
          <p align="left" class="bodytext"><em>1st HGH is an &quot;affiliate.&quot; That's an agent (sales rep) that uses our product to make their own sales and collect a commission. Somewhat like a franchisee. Nothing to be concerned about.</em></p>
          <p align="left" class="bodytext"><em>We appreciate your business!</em></p>
          <hr align="left" width="100%" size="2" />
          <p align="left" class="bodytext"><a href=
    "http://www.allaboutdietdrugs.com">All About Diet
            Drugs</a> - A guide to generic and brand name diet pills
            including diet pill history, dosage levels, side effects, and
            packaging information.</p>
          <p align="left" class="bodytext"><a href="http://www.burnthefat.com">Burn The Fat.Com</a> - New e-book reveals the Fat Burning
            Secrets of the world's best bodybuilders and
            fitness models. Discover   how to permanently lose
            body fat without drugs, supplements or fad diets. </p>
          <p align="left" class="bodytext"><a href=
    "http://www.the-atkins-diet.info">Dr Atkins Diet Plan And Recipes</a> - Atkins  is the most well known low
            carbohydrate weight loss program, learn how you can eat all the
            food you like and still lose weight with the plan.
            Also include Atkins recipes, low carb food list, Atkins Diet menu
            and Atkins Diet bulletin board.</p>
          <p align="left" class="bodytext"><a href="http://www.beinghealthynaturally.com">Natural &amp; Alternative Health Resources</a> - How to be living a healthy and enlightened life now.</p>
          <p align="left" class="bodytext"><a href="http://www.bergmankliniek.nl/">Skin Laser | Huidlaser Bergmankliniek.nl</a> - Bergman Kliniek - The plastic surgery clinic in Holland providing botox,  huidlaser ,laserontharing &amp; Skin Clinic. </p>
          <p align="left" class="bodytext">At  <a href="http://www.weight-loss-institute.com/index.htm">The Weight Loss Institute</a> you will find reviews on  pills and information regarding all known  diet pills  currently   on the market. They also offer detailed  information on the most  popular weight   loss programs.</p>
          <p align="left" class="bodytext"><a href=
    "https://www.trimspa.com/">Trimspa</a> - Choose
            from 3 different weight loss pills.</p>
          <p align="left" class="bodytext"><a href="http://www.campshane.com">Weight Loss Camp</a> - Weight loss summer camp for children of all ages, offering   useful articles and tips on kids weight loss and fighting childhood   obesity.</p>
          <p align="center" class="bodytext"><a href="hgh-resource-directory-other.htm">Other Weight Diet Links</a></p>
          </center>
        <hr align="left" width="100%" size="2" />
        <div align="center">
        <table width="300" cellpadding="15">
          <tr valign="middle">
            <td><img src="images/creditcardflash.gif" width="144" height="94" alt="Buy HGH with major credit cards" longdesc="indeximages/creditcardflash.gif" /></td>
            <td><a href="https://www.securitymetrics.com/site_certificate.adp?s=66%2e176%2e6%2e44&i=487083" target="_blank"><img src="https://www.securitymetrics.com/images/identity_theft_protected_noshadow.gif" alt="Growth Hormone Facts" border="0" /></a><a href="https://www.securitymetrics.com/site_certificate.adp?s=66%2e176%2e6%2e44&i=487083"></a></td>
            <td><a href="order-hgh.htm"><img src="images/buy-hgh-button.gif" alt="Buy HGH" width="120" height="30" border="0" /></a></td>
          </tr>
        </table>
        </div>    </td>
      <td width="184" bgcolor="#FFFFFF"><p class="bodytext"><a href="hgh-plus-igf-1.htm">Deer Antler Velvet</a></p>
        <p class="toplinks">Resource Categories</p>
        <p align="left" class="bodytext"><a href="HGH-resource-directory.htm">Return To Resource Directory</a></p>
        <p align="left" class="bodytext"><a href=
    "hgh-resource-directory-althealth.htm">Alternative Health</a></p>
        <p align="left" class="bodytext"><a href=
    "hgh-resource-directory-sports.htm">Fitness and
          Sports</a></p>
        <p align="left" class="bodytext"><a href=
    "hgh-resource-directory-healing.htm">Healing
          and Natural Health</a></p>
        <p align="left" class="bodytext"><a href=
    "hgh-resource-directory-products.htm">All Natural Health</a></p>
        <p align="left" class="bodytext"><a href=
    "hgh-resource-directory-misc.htm">Miscellaneous Directory</a></p>
        <p align="left" class="bodytext"><a href=
    "hgh-resource-directory-nutrition.htm">Nutritional Health Supplements</a></p>
        <p align="left" class="bodytext"><a href=
    "hgh-resource-directory-education.htm">Medicine Health Directory</a></p>
        <p align="left" class="bodytext"><a href=
    "hgh-resource-directory-diet.htm">Weight
          Loss</a></p>
        <p align="left" class="bodytext"> </p>
        <div align="center">
          <p><img src="images/hgh-human-growth-hormone-bottle3.gif" width="87" height="274" alt="HGH" longdesc="indeximages/bottle_green_gradient.jpg" /></p>
          <p> </p>
          <p><a href="http://www.addthis.com/bookmark.php" onclick="addthis_url = location.href; addthis_title = document.title; return addthis_click(this);" target="_blank"><img src="http://s9.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Growth Hormone Information" /></a></p>
        </div> </td></tr>
    </table>
      <div align="center"><p class="bodytext"><span class="style7"><a href="human-growth-hormone-faq.htm"   style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">FAQ</font></a> | <a href="HGH-nih.htm"   style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">Research</font></a> | <a href="HGH-resource-directory.htm" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">Resources</font></a> | <a href="21stcenturyhghsitemap.htm" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000"> </font></a><a href="hgh-privacy-statement.htm" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">Privacy Policy</font></a> | <a href="HGH-warning-disclaimer.htm" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">Disclaimer</font></a> | <a href="feed://www.21stcenturyhgh.com/hgh-rss-feed.xml" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">RSS Feed</font></a> | <a href="about-us.htm" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">About Us</font></a> | <a href="growth-hormone-contact001.htm" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">Customer Service</font></a> | <a href="/blog/" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">HGH Blog</font></a></span></p>      
    <span class="bodytext"> © 2000-2012 Pros, Inc. All rights reserved.</span>
             <br /><span class="bodytext">
    21st Century Designer Health Products, 22724 Meridiana Drive, Boca Raton, FL 33433</span><br />
             <span class="bodytext">
    925 352-9393</span></div>
             </div>
    </body>
    </html>
    Here's the good:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Our HGH Guarantee</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="Keywords" content="HGH, homeopathic, products, return, guarantee" />
    <meta name="Description" content="The HGH guarantee is top of the line. It makes the experience of purchasing growth hormone oral spray easy and safe." />
    <meta name="Robots" content="Index, Follow, Cache, Noodp" />
    <style type="text/css">
    .header1 {
        font-family: Arial;
        font-size: 24px;
        font-style: normal;
        font-weight: bold;
        color: #7BC258;
    .header2 {
        font-family: Arial;
        font-size: 14px;
        font-style: italic;
        color: #000;
    .bodytext {
        font-family: arial;
        font-size: 12px;
        color: #000;
    .headerlinks {
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        color: #FFF;
    .toplinks {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        color: #7BC258;
        line-height: 26px;
    body {
        background-image: url(images/background.jpg);
        background-repeat: no-repeat;
        background-position:left;
        background-attachment:fixed;
    #Date {
        font-family: Arial;
        font-size: 12px;
        color: #39B549;
    .header1 {
        font-family: arial;
        font-size: 20px;
        font-style: normal;
        font-weight: bold;
        color: #7BC258;
    .style7 {font-family: arial; font-size: 12px; color: #000; font-weight: bold; }
    .style8 {font-size: 12px; font-weight: bold; font-family: arial;}
    </style>
    </head>
    <body link="#003300" vlink="#003300" alink="#003300"><div align="center">
    <table width="858" border="0" cellspacing="2" cellpadding="2">
    <tr>
        <td width="338" align="left" valign="bottom" class="toplinks"><p><a href="http://www.21stcenturyhgh.com" style="text-decoration:none;color: rgb(123,194,88)"><font color="#7BC258">Home</font></a><a href="http://www.21stcentury.com" style="text-decoration:none;color: rgb(123,194,88)"></a> | <a href="hgh-growth-hormone-video/hgh-facts.htm" style="text-decoration:none;color: rgb(123,194,88)"><font color="#7BC258">HGH Facts Video</font></a> | <a href="hgh-growth-hormone-video/hgh-athletes.htm" style="text-decoration:none;color: rgb(123,194,88)"><font color="#7BC258">HGH Athletes Video</font></a> | <a href="growth-hormone-contact001.htm" style="text-decoration:none;color: rgb(123,194,88)"><font color="#7BC258">Contact</font></a></p>
          </td>
        <td valign="bottom" align="center" width="200"><a href="http://www.21stcenturyhgh.com"><img src="images/21stcenturyhghlogo.png" alt="21stcentury hgh logo" width="200" height="131" border="0" longdesc="indeximages/21stcenturyhghlogo.png" /></a></td>
        <td valign="bottom" align="right" width="320">
          <p class="toplinks">
      <script language="JavaScript" type="text/javascript">
    //<![CDATA[
      <!--
        var now = new Date();
        var days = new Array(
          'Sunday','Monday','Tuesday',
          'Wednesday','Thursday','Friday','Saturday');
        var months = new Array(
          'January','February','March','April','May',
          'June','July','August','September','October',
          'November','December');
        var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();
        function fourdigits(number) {
          return (number < 1000) ? number + 1900 : number;}
        today =  days[now.getDay()] + ", " +
           months[now.getMonth()] + " " +
           date + ", " +
           (fourdigits(now.getYear()));
         document.write(today);
      //-->
    //]]></script>
          </p>
          <form method="get" action="http://www.google.com/search">
            <table border="0" cellpadding="0">
              <tr>
                <td><input type="text"   name="q" size="25"
    maxlength="255" value="" />
                    <input type="submit" class="toplinks" value="Search" /></td>
              </tr>
              <tr>
                <td align="center" style="font-size:75%"><div align="left">
                    <input type="checkbox"  name="sitesearch"
    value="21stcenturyhgh.com" checked="checked" />
                    <span class="toplinks">Search 21st Century HGH</span><br />
                </div></td>
              </tr>
            </table>
          </form></td>
      </tr>
      </table>
    <table width="856" border="0" cellspacing="3" cellpadding="6">
      <tr bgcolor="#7BC258" align="center" valign="middle">
        <td bgcolor="#7BC258" class="headerlinks"><a href="hgh-athlete-use.htm" style="text-decoration:none;color: rgb(0,0,0)"><font color="#FFFFFF">For Athletes</font></a></td>
        <td class="headerlinks"><a href="hgh-anti-aging.htm" style="text-decoration:none;color: rgb(0,0,0)"><font color="#FFFFFF">For Seniors</font></a></td>
        <td class="headerlinks"><a href="growth-hormone-ingredients.htm" style="text-decoration:none;color: rgb(0,0,0)"><font color="#FFFFFF">Our Ingredients</font></a></td>
        <td class="headerlinks"><a href="our-hgh-guarantee.htm" style="text-decoration:none;color: rgb(0,0,0)"><font color="#FFFFFF">Our Guarantee</font></a></td>
        <td class="headerlinks"><a href="compare-hgh-products.htm" style="text-decoration:none;color: rgb(0,0,0)"><font color="#FFFFFF">Product Comparisons</font></a></td>
        <td class="headerlinks"><a href="order-hgh.htm" style="text-decoration:none;color: rgb(0,0,0)"><font color="#FFFFFF">Order</font></a></td>
      </tr>
    </table>
      <table cellpadding="0"><tr><td colspan="6"><img src="images/banner_general2.jpg" width="850" height="175" alt="Human Growth Hormone for Anti-Aging" longdesc="indeximages/banner_seniors.jpg" /></td>
      </tr>
    </table>
    <table width="858" border="0" cellspacing="3" cellpadding="20">
      <tr valign="top">
        <td width="585" height="857" bgcolor="#FFFFFF">
        <div align="center">
          <p class="header1">Our HGH Guarantee </p>
          </div>
        <p class="bodytext"> <span class="header2"><em>&quot;If you are not completely satisfied with this product within 90 days of your purchase we will refund your total purchase price, no questions asked. Simply return all used and unused bottles.&quot;</em></span> </p>
        <p class="bodytext">Send the bottle or bottles back to: 21st Century HGH, 22724 Meridiana Drive, Boca Raton, FL 33433.</p>
        <p class="bodytext">We appreciate your business and if you aren't happy neither are we. Returns are not a big deal for us. We only get about 1 or 2 per month, less than one half of one percent of our business. We don't hold your money for weeks and weeks.  It usually takes us only 24-48 hours to issue a refund after receiving all bottles, new and used, back in the mail from you. </p>
        <p class="bodytext">Some people don't react to homeopathic products of any kind, not just homeopathic HGH oral sprays, and the science of homeopathy doesn't know why. That's just the way it is. Everybody is different and 2% of the population falls into this category. So we don't require any kind of explanation from you. We enjoy having happy customers who use our product and happy customers who are unable to use our product. Our no-questions-asked guarantee and fast response to a refund makes this so.</p>
        <p class="bodytext">You don't need a return authorization number. We like to keep it simple. Please, though, make sure at least your name and address are on the inside of the package as sometimes the returned bottles get separated from the packaging. If you can include your order number that will streamline and speed the process but it's not necessary.</p>
        <p class="bodytext">You do have to pay for the shipping back to us, less than $5, but the complete amount of the purchase, including shipping to you, is refunded. The refund usually takes from 1-3 days to appear on your statement and if we have a valid email we will notify you of the refund.</p>
        <p class="bodytext">Why do we require that you send the bottles back? Well, unfortunately, there is a pretty common internet scam in which people buy products, resell them new, and then demand a refund. Pretty amazing, huh? We were victims of this scam when we first started out: you live and learn! So this policy keeps the scammers away.</p>
        <p align="center" class="toplinks">Other HGH Guarantees</p>
        <p class="bodytext">1. We ship your order within 24 hours of receiving it.</p>
        <p class="bodytext">2. We are not a Multi-Level Marketing company and never intend to be at any point in the future.</p>
        <p class="bodytext">3. Each purchase you make is a stand alone purchase. Unauthorized recurring charges will never happen.</p>
        <p class="bodytext">4. Your email address, your shipping address, and your phone number will never be used for any solicitation by us or by anybody else as we do not sell this information. We only email you if there is a problem with your order.</p>
        <p class="bodytext">5. We do not set &quot;cookies&quot; on your computer.</p>
        <p class="bodytext">We take pride in our customer service. We respect your time and your privacy. When we answer the phone or receive an email we always expect a pleasant experience for both us and you. Our guarantees make this a reality.</p>
        <p class="bodytext">Good Luck!</p>
        <div align="center">
        <table width="300" cellpadding="15">
          <tr valign="middle">
            <td><img src="images/creditcardflash.gif" width="144" height="94" alt="Buy HGH with major credit cards" longdesc="indeximages/creditcardflash.gif" /></td>
            <td><a href="https://www.securitymetrics.com/site_certificate.adp?s=66%2e176%2e6%2e44&i=487083" target="_blank"><img src="https://www.securitymetrics.com/images/identity_theft_protected_noshadow.gif" alt="Growth Hormone Facts" border="0" /></a><a href="https://www.securitymetrics.com/site_certificate.adp?s=66%2e176%2e6%2e44&i=487083"></a></td>
            <td><a href="order-hgh.htm"><img src="images/buy-hgh-button.gif" alt="Buy HGH" width="120" height="30" border="0" /></a></td>
          </tr>
        </table>
        </div>    </td>
      <td width="184" bgcolor="#FFFFFF"><p class="bodytext"> </p>
        <div align="center">
          <p><img src="images/hgh-human-growth-hormone-bottle3.gif" width="87" height="274" alt="HGH" longdesc="indeximages/bottle_green_gradient.jpg" /></p>
          <p> </p>
          <p><a href="http://www.addthis.com/bookmark.php" onclick="addthis_url = location.href; addthis_title = document.title; return addthis_click(this);" target="_blank"><img src="http://s9.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Growth Hormone Information" /></a></p>
        </div> </td></tr>
    </table>
      <div align="center"><p class="bodytext"><span class="style7"><a href="human-growth-hormone-faq.htm"   style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">FAQ</font></a> | <a href="HGH-nih.htm"   style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">Research</font></a> | <a href="HGH-resource-directory.htm" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">Resources</font></a> |</span><span class="style8"><font color="#000000"> </font></span><span class="style7"><a href="hgh-privacy-statement.htm" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">Privacy Policy</font></a> | <a href="HGH-warning-disclaimer.htm" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">Disclaimer</font></a> | <a href="feed://www.21stcenturyhgh.com/hgh-rss-feed.xml" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">RSS Feed</font></a> | <a href="about-us.htm" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">About Us</font></a> | <a href="growth-hormone-contact001.htm" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">Customer Service</font></a> | <a href="/blog/" style="text-decoration:none;color: rgb(255,255,255)"><font color="#000000">HGH Blog</font></a></span></p>
    <span class="bodytext"> © 2000-2012 Pros, Inc. All rights reserved.</span>
             <br /><span class="bodytext">
    21st Century Designer Health Products, 22724 Meridiana Drive, Boca Raton, FL 33433</span><br />
             <span class="bodytext">
    925 352-9393</span></div>
             </div>
    </body>
    </html>

  • Can't get rid of classes from JServer

    During the learning process, I created a World.java in directory hello, and following the examples in the online help, put this class in package hello. I found that if I did a loadjava from within the hello directory, the class is successfully loaded, but as hello.World; i.e., loadjava World.class produced an object hello.World in JServer. This class runs okay, but dropjava can't get rid of this class. I try both dropjava hello.World and dropjava World, and both of them say class not found. But the class is still there.
    If I do things the right way (i.e., loadjava hello\World.class from the directory above hello), then dropjava works properly. So finally, the question is: how can I get rid of this class which dropjava says isn't there but actually continues to exist?

    I found the answer by browsing. I am supposed to hold the Command key down and drag the item off the sidebar. It worked. I was trying to right click the item and remove it that way which didn't work.

  • Safari has installed shopping widgets that i can't get rid of

    safari has installed shopping widgets that i can't get rid of-----things like pasta leads and flash shopper.....they are driving me crazy and i cannot find them on my computer or in safari to delete....please help

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    The test works on OS X 10.7 ("Lion") and later. I don't recommend running it on older versions of OS X. It will do no harm, but it won't do much good either.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of it have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message. See, for example, this discussion.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. Try to test under conditions that reproduce the problem, as far as possible. For example, if the computer is sometimes, but not always, slow, run the test during a slowdown.
    You may have started up in "safe" mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(1299 ' 0.5 0.25 50 1000 15 5120 1000 25000 6 6 5 1 0 100 ' 51 25600 4 10 25 5120 102400 1000 25 1536 475 40 500 300 85 25 20480 262144 20 2000 524288 604800 5 1024 25 );k=({Soft,Hard}ware Memory Diagnostics Power FireWire Thunderbolt USB Bluetooth SerialATA Extensions Applications Frameworks PrefPane Fonts Displays PCI UniversalAccess InstallHistory ConfigurationProfile AirPort 'com\.apple\.' -\\t N\\/A 'AES|atr|udit|msa|dnse|ax|ensh|fami|FileS|fing|ft[pw]|gedC|kdu|etS|is\.|alk|ODSA|otp|htt|pace|pcas|ps-lp|rexe|rlo|rsh|smb|snm|teln|upd-[aw]|uuc|vix|webf' OSBundle{Require,AllowUserLoa}d 'Mb/s:Mb/s:ms/s:KiB/s:%:total:MB:total:lifetime:sampled:per sec' 'Net in:Net out:I/O wait time:I/O requests:CPU usage:Open files:Memory:Mach ports:Energy:Energy:File opens:Forks:Failed forks:System errors' 'tsA|[ST]M[HL]' PlistBuddy{,' 2>&1'}' -c Print' 'Info\.plist' CFBundleIdentifier );f=('\n%s'{': ','\n\n'}'%s\n' '\nRAM details\n%s\n' %s{' ','\n'{"${k[22]}",}}'%s\n' '%.1f GiB: %s\n' '\n    ...and %s more line(s)\n' '\nContents of %s\n    '"${k[22]}"'mod date: %s\n    '"${k[22]}"'checksum: %s\n%s\n' );c=(879294308 4071182229 461455494 216630318 3627668074 1083382502 1274181950 1855907737 2758863019 1848501757 464843899 2636415542 3694147963 1233118628 2456546649 2806998573 2778718105 842973933 1383871077 1591517921 676087606 1445213025 2051385900 3301885676 891055588 998894468 695903914 1443423563 4136085286 3374894509 1051159591 892310726 1707497389 523110921 2883943871 3873345487 );s=(' s/[0-9A-Za-z._]+@[0-9A-Za-z.]+\.[0-9A-Za-z]{2,4}/EMAIL/g;/faceb/s/(at\.)[^.]+/\1NAME/g;/\/Shared/!s/(\/Users\/)[^ /]+/\1USER/g;s/[-0-9A-Fa-f]{22,}/UUID/g;' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[4]} ' s/:$//;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: (E[^m]|[^EO])|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[9]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of|yc/!{ s/^.+is |\.//g;p;q;} ' ' BEGIN { FS="\f";if(system("A1 42 83 114")) d="^'"${k[21]}"'launch(d\.peruser\.[0-9]+|ctl\.(Aqua|Background|System))$";} { if($2~/[1-9]/) { $2="status: "$2;printf("'"${f[4]}"'",$1,$2);} else if(!d||$1!~d) print $1;} ' ' $1>1{$NF=$NF" x"$1} /\*/{if(!f)f="\n\t* Code injection"} {$1=""} 1;END{print f} ' ' NR==2&&$4<='${p[7]}'{print $4} ' ' BEGIN{FS=":"} ($1~"wir"&&$2>'${p[22]}') {printf("wired %.1f\n",$2/2^18)} ($1~/P.+ts/&&$2>'${p[19]}') {printf("paged %.1f\n",$2/2^18)} ' '/YLD/s/=/ /p' ' { q=$1;$1="";u=$NF;$NF="";gsub(/ +$/,"");print q"\f"$0"\f"u;} ' ' /^ {6}[^ ]/d;s/:$//;/([^ey]|[^n]e):/d;/e: Y/d;s/: Y.+//g;H;${ g;s/ \n (\n)/\1/g;s/\n +(M[^ ]+)[ -~]+/ (\1)/;s/\n$//;/( {8}[^ ].*){2,}/p;} ' 's:^:/:p;' ' !/, .+:/ { print;n++;} END{if(n<'{${p[12]},${p[13]}}')printf("^'"${k[21]}"'.+")} ' '|uniq' ' 1;END { print "/L.+/Scr.+/Templ.+\.app$";print "/L.+/Pri.+\.plugin$";if(NR<'{${p[14]},${p[21]}}') print "^/[Sp].+|'${k[21]}'";} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:.+//p;' '&&echo On' '/\.(bundle|component|framework|kext|mdimporter|plugin|qlgenerator|saver|wdgt)$/p' '/\.dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".","");print $0"$";} END { split("'"${c[*]}"'",c);for(i in c) print "\t"c[i]"$";} ' ' /^\/(Ap|Dev|Inc|Prev)/d;/((iTu|ok).+dle|\.(component|mailbundle|mdimporter|plugin|qlgenerator|saver|wdgt))$/p;' ' BEGIN{ FS="= "} $2 { gsub(/[()"]/,"",$2);print $2;} !/:/&&!$2{print "'${k[23]}'"} ' ' /^\//!d;s/^.{5}//;s/ [^/]+\//: \//p;' '>&-||echo No' '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[2]}'{$2=$2-1;print}' ' BEGIN { M1='${p[16]}';M2='${p[18]}';M3='${p[8]}';M4='${p[3]}';} !/^A/{next};/%/ { getline;if($5<M1) o["CPU"]="CPU: user "$2"%, system "$4"%";next;} $2~/^disk/&&$4>M2 { o[$2]=$2": "$3" ops/s, "$4" blocks/s";next;} $2~/^(en[0-9]|bridg)/ { if(o[$2]) { e=$3+$4+$5+$6;if(e) o[$2]=o[$2]"; errors "e"/s";next;};if($4>M3||$6>M4) o[$2]=$2": in "int($4/1024)", out "int($6/1024)" (KiB/s)";} END { for(i in o) print o[i];} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/)||(/v6:/&&$2!~/A/) ' ' BEGIN{FS=": "} /^ {10}O/ {exit} /^ {0,12}[^ ]/ {next} $1~"Ne"&&$2!~/^In/{print} $1~"Si" { if(a[2]) next;split($2,a," ");if(a[1]-a[4]<'${p[5]}') print;};$1~"T"&&$2<'${p[20]}'{print};$1~"Se"&&$2!~"2"{print};' ' BEGIN { FS="\f";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1;} ' ' BEGIN { split("'"${p[1]}"'",m);FS="\f";} $2<=m[$1]{next} $1==9||$1==10 { "ps -c -ouid -p"$4"|sed 1d"|getline $4;} $1<11 { o[$1]=o[$1]"\n    "$3" (UID "int($4)"): "$2;} $1==11&&$5!~"^/dev" { o[$1]=o[$1]"\n    "$3" (UID "$4") => "$5" (status "$6"): "$2;} $1==12&&$5 { "ps -c -ocomm -p"$5"|sed 1d"|getline n;if(n) $5=n;o[$1]=o[$1]"\n    "$5" => "$3" (UID "$4"): "$2;} $1~/1[34]/ { o[$1]=o[$1]"\n    "$3" (UID "$4", error "$5"): "$2;} END { n=split("'"${k[27]}"'",u,":");for(i=n+1;i<n+4;i++)u[i]=u[n];split("'"${k[28]}"'",l,":");for(i=1;i<15;i++) if(o[i])print "\n"l[i]" ("u[i]")\n"o[i];} ' ' /^ {8}[^ ]/{print} ' ' BEGIN { L='${p[17]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n    "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n    [N/A]";"cksum "F|getline C;split(C, A);C=A[1];"stat -f%Sm "F|getline D;"file -b "F|getline T;if(T~/^Apple b/) { f="";l=0;while("'"${k[30]}"' "F|getline g) { l++;if(l<=L) f=f"\n    "g;};};if(T!~/^(AS.+ (En.+ )?text(, with v.+)?$|(Bo|PO).+ sh.+ text ex|XM)/) F=F"\n    '"${k[22]}"'"T;printf("'"${f[8]}"'",F,D,C,f);if(l>L) printf("'"${f[7]}"'",l-L);} ' ' s/^ ?n...://p;s/^ ?p...:/-'$'\t''/p;' 's/0/Off/p' 's/^.{52}(.+) <.+/\1/p' ' /id: N|te: Y/{i++} END{print i} ' ' /kext:/ { split($0,a,":");p=a[1];k[S]='${k[25]}';k[U]='${k[26]}';v[S]="Safe";v[U]="true";for(i in k) { s=system("'"${k[30]}"'\\ :"k[i]" \""p"\"/*/I*|grep -qw "v[i]);if(!s) a[1]=a[1]" "i;};if(!a[2]) a[2]="'"${k[23]}"'";printf("'"${f[4]}"'",a[1],a[2]);next;} !/^ *$/ { p="'"${k[31]}"'\\ :'"${k[33]}"' \""$0"\"/*/'${k[32]}'";p|getline b;close(p);if(b~/, .+:/||b=="") b="'"${k[23]}"'";printf("'"${f[4]}"'",$0,b);} ' '/ en/!s/\.//p' ' NR>=13 { gsub(/[^0-9]/,"",$1);print;} ' ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9|"sort|uniq";} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?'${k[32]}'$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ / [VY]/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' '/^find: /!p;' ' /^p/{ s/.//g;x;s/\nu/'$'\f''/;s/(\n)c/\1'$'\f''/;s/\n\n//;p;};H;' ' BEGIN{FS="= "} /Path/{print $2} ' ' /^ *$/d;s/^ */    /;p;' ' s/^.+ |\(.+\)$//g;p;' '1;END{if(NR<'${p[15]}')printf("^/(S|usr/(X|li))")}' ' /2/{print "WARN"};/4/{print "CRITICAL"};' ' /EVHF|MACR|^s/d;s/^.+: //p;' ' $3~/^[1-9][0-9]{0,2}(\.[1-9][0-9]{0,2}){2}$/ { i++;n=n"\n"$1"\t"$3;} END{ if(i>1)print n} ' s/{'\.|jnl: ','P.+:'}'//;s/ +([0-9]+)(.+)/\2'$'\t\t''\1/p' ' /^ +iP.+:$/{ s/://;b0'$'\n'' };/es: ./{ /iOS/d;s/^.+://;b0'$'\n'' };/^ +C.+ted: +[NY]/H;/:$/b0'$'\n'' d;:0'$'\n'' x;/: +N/d;s/\n.+//p;' ' 1d;/:$/b0'$'\n'' $b0'$'\n'' /(D|^ *Loc.+): /{ s/^.+: //;H;};/(B2|[my]): /H;d;:0'$'\n'' x;/[my]: [AM]|m: I.+p$|^\/Vo/d;s/(^|\n) [ -~]+//g;s/(.+)\n(.+)/\2:\1/;s/\n//g;/[ -~]/p;' 's/$/'$'\f''(0|-(4[34])?)$/p' '|sort'{'|uniq'{,\ -c},\ -nr} ' s/^/'{5,6,7,8,9,10}$'\f''/;s/ *'$'\f'' */'$'\f''/g;p;' 's/:.+$//p' '|wc -l' /{\\.{kext,xpc,'(appex|pluginkit)'}'\/(Contents\/)?'Info,'Launch[AD].+'}'\.plist$/p' 's/([-+.?])/\\\1/g;p' 's/, /\'$'\n/g;p' ' BEGIN{FS="\f"} { printf("'"${f[6]}"'",$1/2^30,$2);} ' ' /= D/&&$1!~/'{${k[24]},${k[29]}}'/ { getline d;if(d~"t") print $1;} ' ' BEGIN{FS="\t"} NR>1&&$NF!~/0x|\.([0-9]{3,}|[-0-9A-F]{36})$/ { print $NF"\f"a[split($(NF-1),a," ")];} ' '|tail -n'{${p[6]},${p[10]}} ' s/.+bus /Bus: /;s/,.+[(]/ /;s/,.+//p;' ' { $NF=$NF" Errors: "$1;$1="";} 1 ' ' 1s/^/\'$'\n''/;/^ +(([MNPRSV]|De|Li|Tu).+|Bus): .|d: Y/d;s/:$//;$d;p;' ' BEGIN { RS=",";FS=":";} $1~"name" { gsub("\"","",$2);print $2;} ' '|grep -q e:/' '/[^ .]/p' '{ print $1}' ' /^ +N.+: [1-9]/ { i++;} END { if(i) print "system: "i;} ' ' NF { print "'{admin,user}' "$NF;exit;} ' ' /se.+ =/,/[\}]/!d;/[=\}]/!p ' ' 3,4d;/^ +D|Of|Fu| [0B]/d;s/^  |:$//g;$!H;${ x;/:/p;} ' ' BEGIN { FS=": ";} NR==1 { sub(":","");h="\n"$1"\n";} /:$/ { l=$1;next;} $1~"S"&&$2!~3 { getline;next;} /^ {6}I/ { i++;L[i]=l" "$2;if(i=='${p[24]}') exit;} END { if(i) print h;for(j=0;j<i;j++) print L[i-j];} ' ' /./H;${ x;s/\n//;s/\n/, /g;/,/p;} ' ' {if(int($6)>'${p[25]}')printf("swap used %.1f\n",$6/1024)} ' ' BEGIN{FS="\""} $3~/ t/&&$2!~/'{${k[24]},${k[29]}}'/{print $2} ' ' int($1)>13 ' p ' BEGIN{FS="DB="} { sub(/\.db.*/,".db",$2);print $2;} ' {,1d\;}'/r%/,/^$/p' ' NR==1{next} NR>11||!$0{exit} {print $NF"\f"substr($0,1,32)"\f"$(NF-7)} ' '/e:/{print $2}' ' /^[(]/{ s/....//;s/$/:/;N;/: [)]$/d;s/\n.+ ([^ ]+).$/\1/;H;};${ g;p;} ' '1;END { exit "find /var/db/r*/'${k[21]}'*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom -mtime -'${p[23]}'s"|getline;} ' ' NR<='${p[26]}' { o=o"\n"$0;next;} { o="";exit;} END{print o|"sed 1d"} ' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps crontab kextfind top pkgutil "${k[30]}\\" echo cksum kextstat launchctl smcDiagnose sysctl\ -n defaults\ read stat lsbom 'mdfind -onlyin' env pluginkit scutil 'dtrace -q -x aggsortrev -n' security sed\ -En awk 'dscl . -read' networksetup mdutil lsof test osascript\ -e netstat mdls route cat uname powermetrics );c2=(${k[21]}loginwindow\ LoginHook ' /L*/P*/loginw*' "'tell app \"System Events\" to get properties of login items'" 'L*/Ca*/'${k[21]}'Saf*/E* -d 2 -name '${k[32]} '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' -i '-nl -print' '-F \$Sender -k Level Nle 3 -k Facility Req "'${k[21]}'('{'bird|.*i?clou','lsu|sha'}')"' "-f'%N: %l' Desktop {/,}L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message CRne '0xdc008012|(allow|call)ing|Goog|(mplet|nabl)ed|ry HD|safe b|xpm' -k Message CReq 'bad |Can.t l|corru|dead|f(ai|ul)l|GPU |hfs: Ru|inval|Limiti|v_c|NVDA[(]|pagin|Purg(ed|in)|error|Refus|TCON|tim(ed? ?|ing )o|trig|WARN' " '-du -n DEV -n EDEV 1 10' 'acrx -o%cpu,comm,ruid' "' syscall::recvfrom:return {@a[execname,uid]=sum(arg0)} syscall::sendto:return {@b[execname,uid]=sum(arg0)} syscall::open*:entry {@c[execname,uid,copyinstr(arg0),errno]=count()} syscall::execve:return, syscall::posix_spawn:return {@d[execname,uid,ppid]=count()} syscall::fork:return, syscall::vfork:return, syscall::posix_spawn:return /arg0<0/ {@e[execname,uid,arg0]=count()} syscall:::return /errno!=0/ {@f[execname,uid,errno]=count()} io:::wait-start {self->t=timestamp} io:::wait-done /self->t/ { this->T=timestamp - self->t;@g[execname,uid]=sum(this->T);self->t=0;} io:::start {@h[execname,uid]=sum(args[0]->b_bcount)} tick-10sec { normalize(@a,2560000);normalize(@b,2560000);normalize(@c,10);normalize(@d,10);normalize(@e,10);normalize(@f,10);normalize(@g,10000000);normalize(@h,10240);printa(\"1\f%@d\f%s\f%d\n\",@a);printa(\"2\f%@d\f%s\f%d\n\",@b);printa(\"11\f%@d\f%s\f%d\f%s\f%d\n\",@c);printa(\"12\f%@d\f%s\f%d\f%d\n\",@d);printa(\"13\f%@d\f%s\f%d\f%d\n\",@e);printa(\"14\f%@d\f%s\f%d\f%d\n\",@f);printa(\"3\f%@d\f%s\f%d\n\",@g);printa(\"4\f%@d\f%s\f%d\n\",@h);exit(0);} '" '-f -pfc /var/db/r*/'${k[21]}'*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cght] ! -name .?\* ! -name \*ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f'$'\f''%Sc'$'\f''%N -t%F {} \;' '/S*/*/Ca*/*xpc*' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' /\ kMDItemContentTypeTree=${k[21]}{bundle,mach-o-dylib} :Label "/p*/e*/{auto*,{cron,fs}tab,hosts,{[lp],sy}*.conf,mach_i*/*,pam.d/*,ssh{,d}_config,*.local} {/p*,/usr/local}/e*/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t {/S*/,/,}L*/Lau*/*{,/*} .launchd.conf" list '-F "" -k Sender hidd -k Level Nle 3' /Library/Preferences/${k[21]}alf\ globalstate --proxy '-n get default' vm.swapusage --dns -get{dnsservers,info} dump-trust-settings\ {-s,-d,} '~ "kMDItemKind=Package"' '-R -ce -l1 -n5 -o'{'prt -stats prt','mem -stats mem'}',command,uid' -kl -l -s\ / '--regexp --files '${k[21]}'pkg.*' '+c0 -i4TCP:0-1023' ${k[21]}dashboard\ layer-gadgets '-d /L*/Mana*/$USER' '-app Safari WebKitDNSPrefetchingEnabled' '-Fcu +c0 -l' -m 'L*/{Con*/*/Data/L*/,}Pref* -type f -size 0c -name *.plist.???????' kern.memorystatus_vm_pressure_level '3>&1 >&- 2>&3' '-F \$Message -k Sender kernel -k Message CReq "'{'n Cause: -','(a und|I/O |jnl_io.+)err|disk.+abo','USBF:.+bus'}'"' -name\ kMDItem${k[33]} -T\ hfs '-n get default' -listnetworkserviceorder :${k[33]} :CFBundleDisplayName $EUID {'$TMPDIR../C ','/{S*/,}'}'L*/{,Co*/*/*/L*/}{Cache,Log}s -type f -size +'${p[11]}'M -exec stat -f%z'$'\f''%N {} \;' \ /v*/d*/*/*l*d{,.*.$UID}/* '-app Safari UserStyleSheetEnabled' 'L*/A*/Fi*/P*/*/a*.json' users/$USER\ HomeDirectory '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' ' -F "\$Time \$(Sender): \$Message" -k Sender Rne "launchd|nsurls" -k Level Nle 3 -k Facility R'{'ne "user|','eq "'}'console" -k Message CRne "[{}<>]|asser|commit - no t|deprec|done |ect pas|fmfd|Goog|ksho|ndum|obso|realp|rned f|/root|sandbox ex" ' getenv '/ "kMDItemDateAdded>=\$time.now(-'${p[23]}')&&kMDItem'${k[33]}'=*"' -m\ / '' ' -F "\$Time \$(RefProc): \$Message" -k Sender Req launchd -k Level Nle 3 -k Message Rne "asse|bug|File ex|hij|Ig|Jet|key is|lid t|Plea|ship" ' print{,-disabled}\ {system,{gui,user}/$UID} '-n1 --show-initial-usage --show-process-energy' -r ' -F "\$Message" -k Sender nsurlstoraged -k Time ge -1h -k Level Nle 4 -k Message Req "^(ER|IN)" ' );N1=${#c2[@]};for j in {0..20};do c2[N1+j]=SP${k[j]}DataType;done;l=({Restricted\ ,Lock,Pro}files POST Battery {Safari,App,{Bad,Loaded}\ kernel,Firefox}\ extensions System\ load boot\ args FileVault\ {2,1} {Kernel,System,Console,launchd}\ log SMC Login\ hook 'I/O per process' 'High file counts' UID {System,Login,Agent,User}' services '{load,disabl}ed {Admin,Root}\ access Font\ issues Firewall Proxies DNS TCP/IP Wi-Fi 'Elapsed time (sec)' {Root,User}\ crontab {Global,User}' login items' Spotlight Memory\ pressure Listeners Widgets Parental\ Controls Prefetching Nets Volumes {Continuity,I/O,iCloud,HID,HCI}\ errors {User,System}\ caches/logs XPC\ cache Startup\ items Shutdown\ codes Heat Diagnostic\ reports Bad\ {plist,cache}s 'VM (GiB)' Bundles{,' (new)'} Trust\ settings Activity Free\ space Stylesheet Library\ paths{,' ('{shell,launchd}\)} Data\ packages );N3=${#l[@]};for i in {0..8};do l[N3+i]=${k[5+i]};done;F() { local x="${s[$1]}";[[ "$x" =~ ^([\&\|\<\>]|$) ]]&&{ printf "$x";return;};:|${c1[30]} "$x" 2>&-;printf "%s \'%s\'" "|${c1[30+$?]}" "$x";};A0() { Q=6;v[2]=1;id -G|grep -qw 80;v[1]=$?;((v[1]))||{ Q=7;sudo -v;v[2]=$?;((v[2]))||Q=8;};v[3]=`date +%s`;date '+Start time: %T %D%n';printf '\n[Process started]\n\n'>&4;printf 'Revision: %s\n\n' ${p[0]};};A1() { local c="${c1[$1]} ${c2[$2]}";shift 2;c="$c ` while [[ "$1" ]];do F $1;shift;done`";((P2))&&{ c="sudo $c";P2=;};v=`eval "$c"`;[[ "$v" ]];};A2() { local c="${c1[$1]}";[[ "$c" =~ ^(awk|sed ) ]]&&c="$c '${s[$2]}'"||c="$c ${c2[$2]}";shift 2;local d=` while [[ "$1" ]];do F $1;shift;done`;((P2))&&{ c="sudo $c";P2=;};local a;v=` while read a;do eval "$c '$a' $d";done<<<"$v";`;[[ "$v" ]];};A3(){ v=$((`date +%s`-v[3]));};export -f A1 A2 F;B1() { v=No;! ((v[1]))&&{ v=;P1=1;};};eval "`type -a B1|sed '1d;s/1/2/'`";B3(){ v[$1]="$v";};B4() { local i=$1;local j=$2;shift 2;local c="cat` while [[ "$1" ]];do F $1;shift;done`";v[j]=`eval "{ $c;}"<<<"${v[i]}"`;};B5(){ v="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d$'\e' <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F$'\e' ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`egrep -v "${v[$1]}"<<<"$v"|sort`;};eval "`type -a B7|sed '1d;s/7/8/;s/-v //'`";C0() { [[ "$v" ]]&&sed -E "$s"<<<"$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v"|sed -E "$s";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { B4 0 0 63&&C1 1 $1;};C4() { echo $'\t'"Part $((++P)) of $Q done at $((`date +%s`-v[3])) sec">&4;};C5() { sudo -k;pbcopy<<<"$o";printf '\n\tThe test results are on the Clipboard.\n\n\tPlease close this window.\n';exit 2>&-;};for i in 1 2;do eval D$((i-1))'() { A'$i' $@;C0;};';for j in 2 3;do eval D$((i+2*j-3))'() { local x=$1;shift;A'$i' $@;C'$j' $x;};';done;done;trap C5 2;o=$({ A0;D0 0 N1+1 2;D0 0 $N1 1;B1;C2 31;B1&&! B2&&C2 32;D2 22 15 63;D0 0 N1+2 3;D0 0 N1+15 17;D4 3 0 N1+3 4;D4 4 0 N1+4 5;D4 N3+4 0 N1+9 59;D0 0 N1+16 99;for i in 0 1 2;do D4 N3+i 0 N1+5+i 6;done;D4 N3+3 0 N1+8 71;D4 62 1 10 7;D4 10 1 11 8;B2&&D4 18 19 53 67;D2 11 2 12 9;D2 12 3 13 10;D2 13 32 70 101 25;D2 71 6 76 13;D2 45 20 52 66;A1 7 77 14;B3 28;A1 20 31 111;B6 0 28 5;B4 0 0 110;C2 66;D4 70 8 15 38;D0 9 16 16 77 45;C4;B2&&D0 35 49 61 75 76 78 45;B2&&{ D0 28 17 45;C4;};B2&&{ A1 43 85 117;B3 29;B4 0 0 119 76 81 45;C0;B4 29 0 118 119 76 82 45;C0;    };D0 12 40 54 16 79 45;D0 12 39 54 16 80 45;D4 74 25 77 15&&{ B4 0 8 103;B4 8 0;A2 18 74;B6 8 0 3;C3 75;};B2&&D4 19 21 0;B2&&D4 40 10 42;D2 2 0 N1+19 46 84;D2 44 34 43 53;D2 59 22 20 32;D2 33 0 N1+14 51;for i in {0..2};do A1 29 35+i 104+i;B3 25+i;done;B6 25 27 5;B6 0 26 5;B4 0 0 110;C2 69;D2 34 21 28 35;D4 35 27 29 36;A1 40 59 120;B3 18;A1 33 60 121;B8 18;B4 0 19 83;A1 27 32 39&&{ B3 20;B4 19 0;A2 33 33 40;B3 21;B6 20 21 3;};C2 36;D4 50 38 5 68;B4 19 0;D5 37 33 34 42;B2&&D4 46 35 45 55;D4 38 0 N1+20 43;B2&&D4 58 4 65 76 91;D4 63 4 19 44 75 95 12;B1&&{ D4 53 5 55 75 69&&D4 51 6 58 31;D4 56 5 56 97 75 98&&D0 0 N1+7 99;D2 55 5 27 84;D4 61 5 54 75 70;D4 14 5 14 96;D4 15 5 72 96;D4 17 5 78 96;C4;};D4 16 5 73 96;A1 13 44 74 18;C4;B3 4;B4 4 0 85;A2 14 61 89;B4 0 5 19 102;A1 17 41 50;B7 5;C3 8;B4 4 0 88;A2 14 24 89;C4;B4 0 6 19 102;B4 4 0 86;A2 14 61 89;B4 0 7 19 102;B5 6 7;B4 0 11 73 102;A1 42 86 114;j=$?;for i in 0 1 2;do ((i==2&&j==1))&&break;((! j))||((i))||B2&&A1 18 $((79+i-(i+53)*j)) 107+8*j 94 74||continue;B7 11;B4 0 0 11;C3 $((23+i*(1+i+2*j)));D4 $((24+i*(1+i+2*j))) 18-4*j 82+i-16*j $((112+((3-i)*i-40*j)/2));done;D4 60 4 21 24;D4 42 14 1 62;D4 43 37 2 90 48;D4 41 10 42;D2 48 36 47 25;A1 4 3 60&&{ B3 9;A2 14 61;B4 0 10 21;B4 9 0;A2 14 62;B4 0 0 21;B6 0 10 4;C3 5;};D4 9 41 69 100;D2 72 21 68 35;D2 49 21 48 49;B4 4 22 57 102;A1 21 46 56 74;B7 22;B4 0 0 58;C3 47;D4 54 5 7 75 76 69;D4 52 5 8 75 76 69;D4 57 4 64 76 91;D2 0 4 4 84;D2 1 4 51 84;D4 21 22 9 37;D0 0 N1+17 108;D4 76 24 38;A1 23 18 28 89;B4 0 16 22 102;A1 16 25 33;B7 16;B4 0 0 34;D1 31 47;D4 64 4 71 41;D4 65 5 87 116 74;C4;B4 4 12 26 89 23 102;for i in {0..3};do A1 0 N1+10+i 72 74;B7 12;B4 0 0 52;C3 N3+5+i;((i))||C4;done;A1 24 22 29;B7 12;B3 14;A2 39 57 30;B6 14 0 4;C3 67;A1 24 75 74;B4 1 1 122||B7 12;B4 0 0 123;B3 23;A2 39 57 30;B6 23 0 4;C3 68;B4 4 13 27 89 65;A1 24 23;B7 13;C3 73;B4 4 0 87;A2 14 61 89 20;B4 0 17;A1 26 50 64;B7 17;C3 6;D0 0 N1+18 109;D4 7 11 6;A3;C2 39;C4;} 4>&2 2>/dev/null;);C5
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. If you don't know the password, or if you prefer not to enter it, just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, a series of lines will appear in the Terminal window like this:
    [Process started]
            Part 1 of 8 done at … sec
            Part 8 of 8 done at … sec
            The test results are on the Clipboard.
            Please close this window.
    [Process completed]
    The intervals between parts won't be exactly equal, but they give a rough indication of progress. The total number of parts may be different from what's shown here.
    Wait for the final message "Process completed" to appear. If you don't see it within about ten minutes, the test probably won't complete in a reasonable time. In that case, press the key combination control-C or command-period to stop it and go to the next step. You'll have incomplete results, but still something.
    12. When the test is complete, or if you stopped it because it was taking too long, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak for themselves, not for me. The test itself is harmless, but whatever else you're told to do may not be. For others who choose to run it, I don't recommend that you post the test results on this website unless I asked you to.
    Copyright © 2014, 2015 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Maybe you are looking for

  • After updating my browser my "open a new tab" button has become useless, how do I fix this?

    I recently updated to Firefox 3.6.17 and now my "Open a new tab" + button has become useless, it is still there, it just doesn't work anymore, how can I fix this, any suggestions?

  • How to Transport a Screen Exit

    Hi All, I have created a Project in CMOD which has a Funciton exit and Screen exit. Now i have saved all the thins including Project, Funciton Exit in Dev. Class under a Request. But i am not able to save the Screen exit in Dev.Class. it is getting s

  • OAS 4.0.7 Installlation Error

    Hello Everybody, I recieved the JDeveloper 2.0 Beta CD. When I tried installing OAS 4.0.7 on Windows NT 4.0 Workstation with Service Pack 3, I get the following error message ............ OWS.vrf(474): Unbound variable 'non_admin_user'. Installation

  • I need to make all of my menu buttons the same colour.

    Hello All! I am having trouble making all of my menu buttons the same colour. Menu buttos with submenus are showing up darker than the others. Help please!!! I have no idea how to fix this. http://www.ualberta.ca/~stjoseph/campusministry/test.html Th

  • Why are birthdays showing twice in ical

    Why do Bithdays appear twice in ICal