Terminal Windows don't login locally

I have a saved group of terminal windows that, when opened, not all windows actually login locally with a command prompt. Often any number of the terminal windows just hang, with no command prompt. Any ideas?

how can i post a screen shot here?
basically, in the morning, I boot up.
I click on my terminal icon in my nav bar, and 4 windows open (hence saved group).
Within those 4 terminal windows, not all windows show the command prompt. Sometimes, only 1 gives me a command prompt and the others are just blinking cursors. Sometimes, I get 2, 3, or all, but always different.

Similar Messages

  • Closing Terminal window tabs shrinks Terminal window height

    Open a Terminal window, press Command-T to create a tab, and then Ctrl-D to close that new tab, the Terminal window height decreases by one row.
    This most certainly appears to be a bug. How do I report this to Apple?

    I am also experiencing this problem, however if you use the Basic setting the problem doesn't exist.
    I am using Novel and I have the problem. It's quite annoying.
    I noticed that if you set the fontsize to 12 then this problem exhibits, however if I change the size to 11pt or 10pt (10 is the default for Basic, 12 is default for Novel) then I don't have the bug.
    Message was edited by: TonyKL

  • Code to close terminal window?

    I am running code in an IDE and want to be able to have any existing terminal window close before the code is run.  This way I don't have to keep closing them manually every time I run the code again.  I'm coding in C.  Any ideas?
    Thanks

    What about setting the
    Terminal -> Preferences -> Settings -> Shell -> When the shell exits: Close the window
    Now just make sure that the last thing your script does is exit from the shell and your window will be closed.
    Then again, do you "Really" need a Terminal session to run your code?
    That is to say, running programs and scripts can be done without needing a terminal session.  The Terminal session is just a window to the command line, and you do not need to display anything via the Terminal display, then there is no reason to have it open to run your program.
    You can use Applescript ("do shell script" statement), or Automator ("run shell script" action), or you can use a 3rd party utility such as Platypus that will put your program or script in a double clickable app that does not need a Terminal session.
    Another option is to use a different Terminal emulator, such as iTerm which also has the ability to close the window when the shell exits.  It can even automatically quit iterm when the last window is closed.

  • (SOLVED) Closing a terminal window

    When I am through using the terminal window, I hit the X at the top right corner but get this message: There is still a process running in this terminal. Closing the terminal will kill it.
    Why do I get this? I think I have nothing running. is there a bug?
    Last edited by mcduling (2011-12-19 22:23:54)

    It is complaining because you are still running su. That's a fair warning, not a bug.
    If you don't like it, use sudo instead. It's safer anyway than leaving a terminal sitting around in su-mode for arbitrary lengths of time.
    Edit: btw, if you have run su to gain root access, and you want to close the terminal, you can get out of su by typing "exit". Then you should be able to close the terminal.
    But really, don't use su. That's just asking for trouble. Sudo is your friend.
    Last edited by /dev/zero (2011-12-19 09:59:43)

  • 'Run' terminal window not closing

    I have an Java application which I have created an installation package for using InstallAnywhere.
    On Solaris when launching the application using the alias from a terminal window it works fine. But, when I launch the application from the File Manager, by double-clicking, it creates an 'extra' terminal window called 'Run', this terminal window doesn't terminate when I exit my application.
    How can I prevent this, can I prevent the 'Run' window from starting using some sort of setting, or can I somehow make sure it is closed togheter with the application?
    On Linux (SuSE10) the OS asks how I would like to run my application so I don't have the same problem there.

    Hi Kanwalpreet
    For basic idea please refer to the following link
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/dialog%20boxes%20in%20web%20dynpro%20applications.pdf">Dialog Boxes in WebDynpro</a>
    Go Through <b>page 16</b> of the PDF Document
    Regards
    Chaitanya.A

  • Terminal Window asking for password when opening

    I don't know what happens but everytime I open a terminal window its ask me for password. If I type my admin password it starts saying that can't found my ~ directory and starts in :/ instead of :~
    It is also showing ttys001 instead of 000 as usual.
    I don't know what it is, I think it have some relation with closing terminal windows without logging out of a ssh section, but I don't know how to resolve it. I tried reboot, "exit", delete com.apple.terminal
    Any sugestion?

    sgobin wrote:
    I don't know what happens but everytime I open a terminal window its ask me for password. If I type my admin password it starts saying that can't found my ~ directory and starts in :/ instead of :~
    It is also showing ttys001 instead of 000 as usual.
    I don't know what it is, I think it have some relation with closing terminal windows without logging out of a ssh section, but I don't know how to resolve it. I tried reboot, "exit", delete com.apple.terminal
    This is just a wild guess, but might there be a "sudo" command in a file in your home directory that's run when you launch a Terminal session, such as .bash_profile, .bash_login, or .profile? (This list assumes that you're using bash as your shell.)

  • Closing active terminal window with applescript

    I made a very basic script to lock my screen, and I like how it works. Some of my co-workers would also like it but it has one problem.
    When the script runs, a terminal box pops up at the end saying [process complete]. I can click through this and I don't care, they do.
    I can't just killall terminal because we use terminal and that could kill our work.
    We sometimes need to see output from a script and like the process complete, so don't want to reconfigure our systems to never display it.
    I'm trying to find a way to use applescript or something to kill the active terminal window, or the window with the title of LockScreen or something.
    Anyone have an idea?
    I was hoping something like this would exist but it doesn't seem to: tell application "Terminal" to close window

    Here is an easy approach.  Start Applications -> Automator
    Select Application
    In Automator search for "Start Screen Saver".  This should be under Library->Utilities
    Drag "Start Screen Saver" to the right side panel.
    Save the Automator app.
    If the user has System Preferencs -> Security -> Require Password ... set, then one the screen saver has started running, it will require the user to enter their password before getting control back.
    This Automator app can be double clicked, it will not require the terminal.
    With respect to your script.  If this is a shell script, AND if you wish to continue using it, then you could create an Automator app that uses "Run Shell Script" under Automator Library->Utilities.  This will also NOT require the use of Terminal, however, be aware that when Automator runs a shell script it DOES NOT have the same environment as when you are running a shell script at your Terminal prompt.  There are very few environment variables set, and for example the USER, HOME, current working directory, PATH, etc... may not be the same.  If you have dependencies on specific environment information, you may want to write a simple automator script the using "Run Shell Script" to output various environment information into a file so you can see what you have to work with
    (id -a
    pwd
    echo "$#"
    echo "$@"
    printenv
    ) >/tmp/automator.environment.txt

  • How to open a terminal window in a path currently visible in the Finder?

    I often need to open a terminal window with the current visible folder (a long, deep path) as the working directory.
    In Windows I used to have the little "Open command window here..." hack available in the context menu in Explorer.
    How can I achieve the same on OS X to avoid tediously typing the path?

    open a finder window and navigate to one-level above
    this visible folder.
    open a terminal window.
    drag the folder of interest from the finder window
    into the terminal window. now you see the whole path
    to that folder has been typed out for you....
    so, if you wanted to 'cd' into that folder in
    terminal, you'd type cd, then a space, into the
    terminal window, then drag that folder in there from
    the finder, then hit return.... viola!
    If the folder you want is already open, you can drag the icon at the top of the Finder window. You don't have to go one level up.

  • Using Mac Terminal window in combination with X11

    I'm trying to log into a remote computer and bring up X11 applications
    to display on my laptop, from within the Mac Terminal window. I
    was able to get it to work on MacOSX10.3 by typing in
    "export DISPLAY=:0.0" on the remote computer after logging in, but
    the same trick isn't working on my MacOSX10.4 machine. I'm using
    the "-Y" option to ssh on the 10.4 machine, following an earlier query
    on that topic. If I do the ssh -Y from an X11 xterm, everything works fine.
    Thanks,
    Catherine

    Set DISPLAY=:0.0 on the local shell (verify that 'xterm' brings up a local-machine window) before ssh'ing to the remote machine. When you use a local xterm, the DISPLAY is already set to the local screen by default (duh...xterm is an x11 thing:), but Terminal is not an x11 thing so you have to set DISPLAY manually. W11-forwarding works by having the remote machine's x11 come back to "wherever the local shell had its x11 directed".

  • How do I get the full current path in the title bar of a terminal window?

    Is it possible to get the full current path in the title bar of a
    terminal window? I would find that more meaningful than
    "Terminal - tcsh - 80x60" (which I currently get). Doing
    this would free me from wanting to display the path in my
    system prompt thereby allowing me to use a shorter prompt
    and having more space on the line for actual input.
    Thanks
    Ron
    Dual 1Ghz PowerMac G4 Quicksilver 2002   Mac OS X (10.4.8)  

    IIRC, Terminal->Window Settings->Window controls that information. That said, I don't understand what full current path means in this context, nor why you'd want to display it in title bar.
    Your terminal prompt is a concatenation of your computer name (SysPrefs->Sharing—easily changed) and the path to your user's home directory using the short username (hard to change).
    computer name:~ username$

  • What is a terminal window and how do I get to one?

    I basically downloaded a Httpmail plug-in for Apple Mail and want to uninstall it. I have found how to do it but I don't what a terminal window is to do what I need to do. Could you tell me how to find one.

    The Terminal window will give you access to the Unix command line so that, if you so desire, you can run commands directly from there.
    B E C A R E F U L. With Administrator privileges, you can do harm if you are not sure what you are doing.
    I take it from your first message that the unistall process for some software requires you to use the command line. Read the instructions carefully and type exactly what you are given: if possible, copy and paste into Terminal.
    If you need to have Root privilieges (see what the instructions say), you would type sudo first, then a space before the command. If you uses sudo, you will be asked for an Admin password (and a small lecture will appear onscreen -- normal, do not worry).
    If you have any more questions, do ask.

  • I can't open a silverlight dmg file-it always opens Terminal window

    Hi,  I can't open a silverlight dmg file to watch netflix.  I am running Lion on my 2.66ghz iMac i5 with 10.7.3. I can download and install silverlight but when I try to open the file, it always opens the Terminal window.  Please Help.

    It sounds like all your launch services file associations have somehow been corrupted.  I suggest your reset the launch services bake to their initial default settings.
    The easiest way for you to do this is probably to get a maintenence utility like OnyX (download the Lion version for your case).  It has, among many other things, a way to rebuild the launch services.  Launch OnyX.  It will ask for your admin password and a window like below will be dispallyed.
    As you can see from the above picture in OnyX you select Maintenance, Rebuild tab, check the LaunchServices checkbox, and click the Execute button (not shown here but it's at the bottom of the window).
    Note, the above shows the window for the Snow Leopard version of OnyX.  I don't know if the Lion version is different since I don't use Lion.

  • Problems : Starting up with CDE and Opening terminal window in JDS

    Hi
    I installed Solaris 10 GA on the system having 2.8 GHz Dual Xeon processor with EM64T.
    Installation process was fine and completed. But, I have two problems with CDE and JDS.
    Firstly, in JDS, the graphical login comes up, works fine. After I login (as root or anyone), sometimes terminal window does not start up correctly. The windows for terminal apprear, but there is no display. Thus, I cannot use the terminal in JDS, while the other menus on launch panel (e.g. StarOffice) seem to work properly.
    Secondly, in CDE, I can login, the hourglass pointer appears and changes to arrow pointer. But then, there are no items except only the pointer and wallpaper.
    Both problems do not happen at every login time. when the problems happen, I have to reboot (in CDE/JDS) or re-login (in JDS). After some rebooting or re-login, things work fine again.
    Can everybody help me?
    Thanks

    I am not Adobe staff, but I have never heard of an "online upgrade". When I purchased my CS6 upgrade  from Adobe, they sent me an email with the serial.
    Who did you go through to get this upgrade?

  • HELP: I cant switch off a message in my terminal window

    I am trying to get some scala coding done, but I keep getting this extremely annoying message in my terminal window:
    Broadcast Message from [email protected]
    (no tty) at 20:26 BST...
    Oct 5 20:26:22 jonathan-kings-MacBook-Pro-2996 kernel[0]:
    How do I get rid of it? It is driving me mad..

    Thanks - I have had a look & am getting lots of the following in the kernel.log section of what you described. What does it mean?
    athan-kings-MacBook-Pro-2996 kernel[0]: jnl: disk3s2: replay_journal: Could not read block list header block @ 0x44e1e00!
    Oct 5 22:51:08 jonathan-kings-MacBook-Pro-2996 kernel[0]: jnl: disk3s2: restarting journal replay (72228352 - 951808)!
    Oct 5 22:51:08 jonathan-kings-MacBook-Pro-2996 kernel[0]: jnl: disk3s2: replay_journal: from: 72228352 to: 951808 (joffset 0x1d0f000)
    Oct 5 22:51:08 jonathan-kings-MacBook-Pro-2996 kernel[0]: disk3s2: 0x5 (UNDEFINED).
    Oct 5 22:51:08 jonathan-kings-MacBook-Pro-2996 kernel[0]: ity com.apple.system.fs] [ErrType IO] [ErrNo 5] [IOType Read] [PBlkNum 200583] [LBlkNum 200583] [FSLogMsgID 1535360501] [FSLogMsgOrder First]
    Oct 5 22:51:08 jonathan-kings-MacBook-Pro-2996 kernel[0]: (72228352 - 951808)!
    Oct 5 22:51:08 jonathan-kings-MacBook-Pro-2996 kernel[0]: jnl: disk3s2: replay_journal: from: 72228352 to: 951808 (joffset 0x1d0f000)
    Oct 5 22:51:08 jonathan-kings-MacBook-Pro-2996 kernel[0]: disk3s2: 0x5 (UNDEFINED).
    Oct 5 22:51:08 jonathan-kings-MacBook-Pro-2996 kernel[0]: jnl: disk3s2: replay_journal: from: 72228352 to: 951808 (joffset 0x1d0f000)

  • Terminal window: how to close it ?

    Hello, everytime i switch on my macbook the Terminal window appears on the dock, it opens and it stays open. It all started 2 months since then it happens everytime. It is automatic. So i do switch it off ? how do i make sure that it doesnt open anymore when i switch on my macbook ? thanks for the help folks

    thanks Niel but it didnt work out. Control-click did nothing and same goes with preferences account which had marked just ituneshelper. Below what Terminal write at login
    macbook-di-andrea-zaccardi:~ andreazaccardi$ /System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/java ; exit;
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -d32 use a 32-bit data model if available
    -d64 use a 64-bit data model if available (implies -server, only for x86_64)
    -client to select the "client" VM
    -server to select the "server" VM
    -jvm is a synonym for the "client" VM [deprecated]
    -hotspot is a synonym for the "client" VM [deprecated]
    The default VM is client.
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    A : separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:<value>
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
    enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
    disable assertions
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions
    -agentlib:<libname>[=<options>]
    load native agent library <libname>, e.g. -agentlib:hprof
    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
    load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
    load Java programming language agent, see java.lang.instrument
    logout
    [Processo completato]

Maybe you are looking for

  • Hello, i'm a new mac book user and i'm having a little issue with music

    hello, i am a new mac user and i was trying to copy all my music over to the laptop 100gb worth. but someone i managed to delete them off my external hard drive and i just checked my HD on the mac and its there in a folder called "others" i know its

  • Windows 7 booting time on MBP 2012

    Hello Everyone, I really hope that someone will be able to help out. I've tried looking for an answer but could not find anything quite similar to my problem... Yesterday I've equipped my MBP 2012 with SSD with windows 7 installed; I've then used Boo

  • Mac OS X Lion - Cannot Rename Project Files with Search Filter Applied !

    Hi... as the header says... I wanted to rename 6 Clips of 777 and entered the search string... In my case, GolfBag. I wanted to rename them. They were spread out between 777 clips so looking for them individually was not viable, so I entered a search

  • Solaris 8 x86 won't install

    Please for give my ignorance, I know nothing about unix. I am taking a course on Solaris fundementals in a couple of weeks and I am trying to get a jump on the class by having a working version by the time it starts. I just DL'd the CD images and bur

  • Heading alv

    Can any one pls tell me that how can i make the heading in a report with time and date to be displayed at the top with heading using alv.