Jobs seems to be tied to terminal start

it seems that every time i open up terminal it starts a exec file. it displays something like this...
Last login: Wed Jan 31 21:40:27 on ttyp1
/Applications/CoreDuoTemp.app/Contents/MacOS/CoreDuoTemp; exit
Welcome to Darwin!
lamshel:~ ryan$ /Applications/CoreDuoTemp.app/Contents/MacOS/CoreDuoTemp; exit
at which point i have to hit crtl+z to get it to bring up a prompt. i think i know what i did. i right clicked on the coreduotemp app in the applications folder and chose "show package contents" then i opened the contents folder...the MacOS folder and clicked on the exec file called CoreDuoTemp. i guess it was stupid to do so but i wanted to see what it did. anyways it seems to have somehow been tied to my terminal. it displays the above display until ctrl+z out and use "ps" to grap the id and then kill -9 it. I know this has to do something with me clicking on the exec file because everthing worked perfect before i did so.
I tired uninstalling the app but this just cause the terminal to report that /Applications/CoreDuoTemp.app/Contents/MacOS/CoreDuoTemp doesn't exist. I would much appreciate it if someone could tell me how to undo this connection to the exec file and my terminal.
thanks

Well, now you know what happens.
Start with Terminal->Terminal Preferences and see what's selected under When creating a new Terminal window and Open a saved .term file when Terminal starts. Also, check Terminal->Window settngs->and go through the various settings.

Similar Messages

  • How do I get my CS3 to run on my new Mac Book Pro? The License seems to be tied to my older mac.

    I have an old iMac, with my Adobe Suite on it. I am now using a MacBook Pro Retina as my primary computer and can not get my Photoshop CS3 to run on it.
    The license seems to be tied to my old iMac. How do I get this to work? ---without spending more $$ THANKS!

    Try Adobe's serial number chat first.
    http://helpx.adobe.com/x-productkb/global/service1.html
    Also if you can't find your old serial number and only have the CS3 upgrade serial, Adobe can bypass this using a "challenge code".
    Error "This serial number is not for a qualifying product" | CS6, CS5.5, CS5
    Good luck, let me know if that solved it.
    Gene

  • I used this iphone wire for a bit, it worked perfectly but then suddenly i couldnt charge my phone and it stopped working completely. ive tried many other wires but they dont seem to work as well. im starting to get really frustrated

    i used this iphone wire for a bit, it worked perfectly but then suddenly i couldnt charge my iphone 5  and it stopped working completely. ive tried many other wires but they dont seem to work as well. im starting to get really frustrated and im really unsure of whats the case. i really really need help with this. please help asap!!

    Presuming you are using a wall charger - it would seem that your battery needs to be looked at in an Apple store

  • IPod classic hard drive needle sometimes skips (Red X).  When it doesn't and seems to power on normally, I start to restore it in Itunes and then it starts to skip again with the Red X on the screen.

    iPod classic hard drive needle sometimes skips (Red X). When it doesn't and seems to power on normally, I start to restore it in Itunes and then it starts to skip again with the Red X on the screen.  One time I was able to run the disk utility in time and reformat the hard drive, but the red x ended up appearing again and the hard drive started skipping again.
    Is there anything I can do besides get a new hard drive?
    P.S. I have also tried the banging on palm/floor trick and it hasn't worked yet for me.

    There nothing we can suggest to save a bad iPod hardisk, except to try some 3rd Party software to try repair the Hardisk.
    The Super Fix for Most iPod Problems
    See this earlier post on partition repair using 3rd Party EaseUS Partitipon Master software.

  • Job also cancelled due to process termination. See the system log

    Hi Friends,
    I am working Interface Programs in HCM Module.
    My problem is when i am Executing my program in BACKGROUND .After some time my job is canceling. In log i am  getting message
    "Job also cancelled due to process termination. See the system log"
    when i see that system log also i am unable to find any thing.
    but in fore ground is working fine .
    Please help me  .
    Thanks in Advance..
    Regards,
    Kumar...

    Hi,
    You need to check that program in debugging for the Backgournd process.
    For doing the debugging of the background process do the following steps.
    1)go sm37 and select your job.
    2)in the command line just type JDBG (not the /nJDBG OR /oJDBG) and hit enter. it goes to the debuggin mode.
    Thanks

  • Why is Terminal starting when I restart?

    Why is Terminal starting when I restart?  It is NOT in the startup items in my Users and Groups in System Prefs.  I have checked Termianl to see if I can stop it from loading but there is nothing there to stop it.  Starded doing this suddenly.  I have to restart onve a day to start Windows 7 on a partition and go back and every time I do thatmor any other restart thing, the Termninal opens.  Have I enterned sometning in Terminal that makes it restart?
    Thanks
    C
    Early 2009 iMac 320 4 GB ram

    In Terminal copy & paste this at the prompt...
    defaults write -app 'Terminal' ApplePersistence -bool no
    Press return
    Now reboot.
    The reverse would be "yes".

  • Scheduled java job seems not to be started

    Hello,
    relying on the Composition Environment CE 7.1.1 SP2 I have created a custom Java job according to this tutorial: https://cw.sdn.sap.com/cw/docs/DOC-102724
    I have succesfully deployed my job and scheduled a task to execute the job every hour. However, the job does not seem to be started at all. I cannot find any clue that the task has been executed.
    What can I do about this?
    Kind regards
    Alexander

    Revoked question.

  • /usr/bin/login Terminal start gives error

    When i try to start up the terminal via standard /usr/bin/login, i get the following error:
    login: PAM Error: Module is unkown
    only been a problem since 10.4.6 update. Already repaired permissions.
    I can change the shell command to bash, and it works. But if i try to run a "sudo" command, i get same PAM Error.
    I'm quite stuck here.
    The other weirdness is that I can't ssh into this machine from anywhere else. All of the system preferences are set correctly.
    Not sure if this is a different problem, or symptom of the same problem.
    Any ideas?
    iMac G4 FP   Mac OS X (10.4.6)  

    The line that you commented out at Gary's suggestion should be commented out. it's just there to remind you of what goes in which column.
    With the line commented out:
    # login: auth account password session
    Are you still getting the error message that you initially were?
    if so, verify the the modules exist.
    they should exist under /usr/lib/pam
    ls -l /usr/lib/pam
    total 280
    -r--r--r-- 1 root wheel 9348 Mar 20 2005 pam_afpmount.so
    -rwxr-xr-x 1 root wheel 8392 Mar 20 2005 pam_deny.so
    -r--r--r-- 1 root wheel 18456 Mar 20 2005 pam_netinfo.so
    -rwxr-xr-x 1 root wheel 8560 Mar 20 2005 pam_nologin.so
    -rwxr-xr-x 1 root wheel 8476 Mar 20 2005 pam_permit.so
    -rwxr-xr-x 1 root wheel 8452 Mar 20 2005 pam_rootok.so
    -rwxr-xr-x 1 root wheel 8748 Mar 20 2005 pam_securetty.so
    -r--r--r-- 1 root wheel 8620 Mar 20 2005 pam_securityserver.so
    -r--r--r-- 1 root wheel 8732 Mar 20 2005 pam_unix.so
    -r--r--r-- 1 root wheel 8492 Mar 20 2005 pam_uwtmp.so
    -rwxr-xr-x 1 root wheel 8900 Mar 20 2005 pam_wheel.so
    some have configuration files. On linux they're stashed under /etc/security. but OS X, seems to want to place them else where. judging from the output of
    strings run again, pam_securetty.so, it's looking for it's configuration file under /etc.
    a tad dated, and it doesn't cover all of the modules that are available, but
    it may give you a better understanding of PAM.
    The Linux-PAM System Administrators' Guide
    Andy

  • Jobs on windows run time doesn't start

    Hi,
    actually I'm trying to run the latest lotus notes framework but the initial load job doesn't start on my production environment. The test environment runs normaly.
    It seems to be a problem with the Windows runtime, as the job runs with the java runtime.
    I know, there are VB-Scripts within the notes job, so the switch to java runtime was only for testing purposes.
    Any suggestions?
    Kind regards,
    Achim Heinekamp

    Hi Matt,
    you made my day!
    I was sure that the connection strings are right. After your hint, I've checked them and ... the connection string for the windows runtime was without password.
    Kind regards,
    Achim Heinekamp

  • How to create schedule job and event trigger in XI to start a ABAP program?

    Dear All:
    Here are what i need to do:
    1.To run a ABAP program to start an XI scenario per hour.
    2.To run a ABAP program to start an XI scenario per day at 6 PM.
    3.To run a ABAP program used event trigger to make sure that XI scenario has finished the process and after that wait for 10 min later and run again.
    only i know is used sm36 & sm37 to set up a schedule job.
    but what i don't know is how to do it step by step.
    especially point 3.
    are there any step by step example can show me how?
    it better be simple and details...
    thanks you all
    Regards
    Jack Lee

    Hi,
    If you want to trigger the event manually from within SAP, use transaction
    SM64
    in SAP this is done by scheduling a job
    once a new customer is entered
    your scheduled report sends customer master data
    you can schedule your report (TCODE - BD12 I think) to one day or every 5 minutes... it depend on your needs and the system performence
    Regards,
    Surya

  • How to fix -In Windows 8.1, Firefox seems to revert to desktop not Start page, when it is closed.

    Windows 8 seems to be running on two systems - the desktop (which is just like windows 7), and the start page. Is there a way to integrate Firefox into the start page system? It does open it, but closes out the the desktop. (We are longtime Firefox users, and don't want to use IE, so will just work around it, but it just seems a little disjointed.)

    I don't know whether this is a Firefox-specific problem or a problem with "traditional" Windows apps in general. Do other programs you start from the desktop close and display the Start page the way you prefer?

  • Plumtree Job Dispatcher Service giving an error while starting the service

    Could not start the plumtree Job Dispatcher service service on LOcal Computer. The service did not return an error. THis could be an internal windows rror or an internal service error. If the problem persits, contact your system administrator

    Hi Ray,
    I assuming you are on 5.0.2. If so, please refer to chapter 3(Pre-installation) of the install document, specifically the setup of the automation server user. The stated error indicates that the automation user info you entered into the installer does not match up with the entries in the pre-install steps.
    Hope that helps.
    Vasanth

  • Terminal starts weirdly

    Whenever I open Terminal, every window starts with "-bash: 833A1F5CBA14D72384D7DAB85373C5FCFABBDC8A-503D39B8AAD8E953162708A1BDEED2EFC52DD9 43: command not found"
    I just want to learn PHP & MySQL, but this makes me worry. What could be wrong????
    I'm running Lion 10.7.3 on an iMac with 4Gb RAM.
    Any help would be appreciated!
    Rick

    The "bible" is the bash reference manual.  There are many books on the bash shell language but the one I originally read many yeas ago and liked was the O'Reilly "Learning the bash Shell" (2nd Edition).

  • New Job as a Dialer Administrator "where to start?"

    Hi Everyone,
    I just got a new job and it looking more like I have to lear about ICM Scripting, cvp with xml, etc...  Anyone know where to start to get training on something like this?  specif Books, specif courses (online / offline), I know there is just an overwelming amount of information that is out there, but don't know what I am looking for to get a firm knowlege about icm scripting and cvp etc.  Any help wouild be most greatful. 
    Thanks Everyone.
    Buddy

    Hi 2wicky,
    Welcome to Windows Forms.
    The link below might be useful to you:
    #Your First Game - XNA Game Studio in 2D
    https://msdn.microsoft.com/en-us/library/bb203893.aspx?f=255&MSPPError=-2147217396
    In addition, since this forum is discussing about the windows forms designer and the winform controls, and if you have any issue about xna or XBOX, I would recommend you go to the link below for help.
    http://xboxforums.create.msdn.com/forums/
    Thanks for your understanding.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • Terminal starts the last shell script

    Hello,
    I have problem with Terminal. It should start with normal shell prompt, but in my case it starts with the script I called the last time.
    How it happened: I have created shell script called "logintoserver.sh", there is just "#!/bin/bash; ssh -Y -l someuser someserver". I have a link to this script on my desktop, so I can easily pop up a terminal session to my remote server.
    OK, this works, but when I call application Terminal directly then, from Finder/Applications/Utilities/Terminal, it starts that "logintoserver" script again. Now I cannot get my local shell prompt. I can only follow login script and then ssh to my emac back from that remote server, but it's not that nice, you see...
    I changed shell in Terminal preferences, no help. I believe there is some option "execute last command at the beginning of new session", but I can't find and disable it. When I delete this "logintoserver" script, all works OK. But I like to have one click login window.
    Thanks for any kick,
    David

    Hi Tim,
    thanks for your helpful info. Two questions:
    when I login to my remote server (Tiger Server) via SSH, the command line on my laptop changes to reflect the server name Im logging into.
    1. Laptop named "jimmydeuce" logs into 'margaritaserver' a Tiger Server via SSH
    2. laptop closes SSH session to server
    2. laptop now launches Terminal
    3. laptop now sees prompt line restated as: margaritaserver:~ username$
    how to get back to normal prompt: jimmydeuce:~ username$ ???
    Cheers,
    Chris Chamberlain

Maybe you are looking for

  • Oracle Single Sign on and Oracle Internet Directory

    Hello Gurus, What is the relationship between Oracle Single Sign on and Oracle Internet Directory. To my understanding, OID is required to install SSO. If OID already exist, can we just install SSO and go on integrating it to existing OID. Great Than

  • I have iTunes 10.4 and every time I open it my CPU usage hits 100%.  How do I stop this?

    I have iTunes 10.4 and every time I open it my CPU usage hits 100%.  This makes my computer really slow and almost unusable.  How do I stop this?  Another effect is that I cannot log onto the iTunes Store.  I click on it and it says it is loading the

  • Mapping Logical Systems sap-wd-arfc-useSys

    Hi all, I saw many many threads about this issue because sometimes seems to work but it doesn´t works for me. So far I did the following: Configure 4 JCO´s: SAP_R3_HumanResources SAP_R3_HumanResources_Metadata These two points to my Dev environment S

  • HT5312 this does not work

    because it does not come up with send a e-mail to restart you security question

  • HELP - Oracle Database 10g Express Edition

    Hi, I have a Athlon XP 2000 1.6 Ghz 512 MB Ram. I installed Database 10g XE. After installing, my computer (Windows) is taking more time to initialize. As i've noticed, it's possible to shut down the database. But when i initialize my computer again,