Computer startup leads into Terminal

Hello,
Last night, after a restart, my tower booted up and went straight into the Terminal, the one that takes up the whole screen. In other words I was not able to immediately login and go to my desktop, the computer went straight to the terminal.
After entering the WRONG login name and password n the terminal (it was an accident) I was sent to the regular login screen and was able to login to my desktop. I reset the machine again and was sent to the terminal again. I entered the correct login and password and it waited for a command. I typed exit and it took me to the regular login page. I did another restart and it sent me to the terminal for a third time.
At this time I ran a fsck -f to repair permissions. It didn't find anything that needed fixing but it let me exit to the regular login page. I did another restart and was back in the terminal. I ran an app called Cocktail that cleared a lot of caches. I did another restart and this time was not sent to the terminal, but to the regular login page.
The only thing I did out of the ordinary before all of this mess started was run a prebinding command in the Terminal Utlility. I did this because FCP has not been launching and a forum post suggested it.
Does anyone have any other suggestions as to why I was stuck in the Terminal loop?
Thanks for your help!

It's not the Terminal. It's either the single-user or verbose mode. Basically, it was booting into the command line interface. Search these forums for single-user or Darwin and peruse the results. Since Cocktail appears to have fixed the problem, I wouldn't worry about it. However, you might want to check out these maintenance tips:
Macintosh OS X Routine Maintenance
Mac OS X 10.3/10.4: System maintenance
Mac OS X speed FAQ
Maintaining OS X

Similar Messages

  • Hi, the problem of deleting files / videos seeds desktop to go into Terminal and then sudo rm-rf ~ /. Trash Pohangina the answers I've had e of someone in her forum but when I write procedures line in Terminal as the Krever my password and it can not writ

    Hi, the problem of deleting files / videos seeds desktop to go into Terminal and then sudo rm-rf ~ /. Trash Pohangina the answers I've had e of someone in her forum but when I write procedures line in Terminal as the Krever my password and it can not write anything there, I write but nothing comes and my problem is not löst.När I want to delete the movie / video image Frin desktop still arrive Finder wants to make changes.Type your password to allow this. But even that I type my password file / video is left I need help in an easier way or another set-even those on the terminal that I can not type my password to solve the problem Regards Toni

    If you want to preserve the data on the boot drive, you must try to back up now, before you do anything else.
    There are several ways to back up a Mac that isn't fully working. You need an external hard drive to hold the backup data.
    1. Boot from the Recovery partition or from a local Time Machine backup volume (option key at startup.) Launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.”
    2. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, boot the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    3. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.

  • Group Policy - Computer Startup Scripts - Add/Set Default printer

    Good Morning.
    Let's say we have 2 offices, A and B, and only 1 user.  The user is using Roaming Profiles.  Each office has its own printer.
    What I am trying to do, is make a Startup script that is specific to the COMPUTER being logged into so when any user logs into that computer, they get the printer in that office defined and set as default.
    I am able to do this successfully with my script but ONLY if i have the script be on the USER side of GP (i.e. in the Logon script section)
    That is great that that is working however, when my user goes to Office B, they still get mapped to Office A's printer if I use that method.
    So I figured I could just modify my GP and run the same script from the STARTUP section of the computer, rather than the LOGON section of the user.  It does not work.
    Here is my script:
    Set WRFCUNetwork = CreateObject("Wscript.Network")
    PrinterPath = "\\fileserver\MAINTELLER"
    PrinterDriver = "PrinterDriver"
    WRFCUNetwork.AddWindowsPrinterConnection PrinterPath, PrinterDriver
    WRFCUNetwork.SetDefaultPrinter "\\fileserver\MAINTELLER"
    This is where I Have the script placed:
         Computer Configuration -> Windows Settings -> Scripts(Startup/Shutdown)
    Once i'm in there, I double click Startup, click Add, and select my script which is named:
         MainPrinterSetup.vbs
    I have this GP applied to ONE OU, and that OU has ONE computer in it (my test computer)
    I login with a brand new user called "testuser" (creative, huh?) and basically nothing happens
    except they log in and have some Microsoft Document Image Writer printer set as default (which by the way sure does slow the PC down to the point of it almost being broke if anyone actually tries to print to that by accident)
    No Main Teller Printer, no anything.
    The strangest part about this is, if i apply this script to the user LOGON scripts, it works fine, the printer is there, and is set as default. (but see above why that wont work for my situation)
    So obviously the script works fine, but I guess i'm missing something when it comes to applying GP's to Computers rather than Users.
    Can anyone shed some light as to why the script is not running (i'm guessing the script isn't even attempting to run, rather than failing, but i have no way to know that)
    Thank you in advance!!
    Derek Conlon
    Network Administrator
    WRFCU
    EDIT:  Here are the PC's info that i'm working on:
         Server:  Windows Server 2003 Standard Edition (where my GP's are created and managed with AD)
         Target PC:  Windows XP Professional SP3
    EDIT #2:  I manually navigated to the Script file after logging in and "opened" it and it added and set the default printer no problem.  the issue is definately with the script running at startup.

    I wanted to clarify a few things:
    1. While it is true that printer connections are usually per user, it is definitely possible to create "global printers".  There are a number of ways to do this, but two methods that come to mind are using:
    a. "Rundll32 printui.dll,PrintUIEntry" option with the "/ga" switch.  The "/ga" switch is the key here since it allows you to deploy printers "per machine" instead of "per user".  More information
    about this is available at:
    http://members.shaw.ca/bsanders/NetPrinterAllUsers.htm
    http://technet.microsoft.com/en-us/library/ee624057%28WS.10%29.aspx
    http://www.computerperformance.co.uk/Logon/logon_printer_computer.htm
    http://www.robvanderwoude.com/2kprintcontrol.php
    b. The Print Management console that is available in Windows 2003 R2 and higher can help you deploy printers "per machine" in addition to "per user".  More information about this is available at:
    http://www.czsolution.com/print-management/print-management/print-management-console.htm#DeployingPrintersByGroupPolicy
    http://technet.microsoft.com/en-us/library/cc753109%28WS.10%29.aspx
    2. As Guy mentioned, Group Policy Preferences can help set the default printer.  But there is another way to accomplish this.  The problem with the computer startup portion is that it runs before the user logs in.  And applying this script
    in the login script section would not work per computer unless you used loopback processing.  So another way to do this is to place a script that sets the default printer into the "All Users" startup folder.  Items in the "All Users"
    startup folder run for any user that logs into the computer, but it runs in the user's context.  So, this script would effectively set the default printer on a "per machine" basis.  The script method is a cruder way to approach the problem,
    but it will help get the job done.  Here are some resources on setting the default printer via script:
    http://www.intelliadmin.com/index.php/2007/08/set-default-printer-from-a-script
    http://www.computerperformance.co.uk/ezine/ezine17.htm

  • I have a new computer. i signed into itunes but my music isn't there.  How do i get all my music off my old iphone to the new computer

    I have a new computer. i signed into itunes but my music isn't there.  How do i get all my music off my old iphone to the new computer so i can put all the music on my new one.
    The guy at att told me that icloud would sync everything i had in my notes, calendar, and text messages to my new phone, but it only synced some of my notes, none of my messages, or calendar info.

    Your music will only be where you put it.  It will not magically appear on a new computer.
    Copy everything from your old computer or your backup copy of your old computer to your new one.
    If for some reason you cannot do this, then you can transfer itunes purchases from an iphone:  Without syncing - File>Transfer Purchases
    You can also redownload itunes purchases from icloud in some countires:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • I want to set-up a network with our current two laptops for a family of 4 w/unique 4 profiles. I'd like everyone to be agnostic about which computer to log into and use but still have private docs and apps (i.e.mail/facebook). How best can I do this?

    I want to set-up a network with our current two laptops for a family of 4 with unique 4 profiles.  I'd like everyone to be agnostic about which computer to log into and use but still have private docs and apps (i.e. mail/facebook).  How best can I do this?

    iCloud Photo Sharing FAQ - Apple Support
    http://www.fatcatsoftware.com/iplm/Help/accessing%20an%20iphoto%20library%20on%2 0another%20mac.html

  • HT2688 My daughter has used my computer to log into iTunes and download music but now it won't let me download recently purchased music from my iPad onto my computer. I want to transfer the recently purchased songs onto my iPod so how can I do this now.

    My daughter has used my computer to log into iTunes and download music but now it won't let me download recently purchased music from my iPad onto my computer. I want to transfer the recently purchased songs onto my iPod so how can I do this now? iTunes now says that I have to wait another 55 days! There must be a way to do this since I have paid for them.

    In iTunes sign out of your daughters Apple ID and sign in with your own.

  • Bootcamp 5.1 Windows could not prepare the computer to boot into the next phase of installation

    I've searched the internet, I've tried solutions on some of the discussions on here:
    Windows 8.1 install fails on new 2013 Retina MacBook
    https://discussions.apple.com/message/23490854#23490854
    How to install Windows 8.1 on Haswell MBP
    https://discussions.apple.com/message/23545484#23545484
    Windows 8.1 Install Fails on New 2013 Retina MacBook, Users Report
    http://wind8apps.com/windows-8-1-install-fails-new-2013-retina-macbook/
    (Can't try this one because I don't have physical media or a burner and don't want to upgrade to 8.1)
    Tried maskedferret's and jarvil's instructions that might work for others but not for me. Also the process must be older version of disk utility. There is no "minus" to remove a partition in the one I have.
    Half the problem is those threads are so long with people posting up their problems that are not even the same problem. So then you have to sift through all these responses that aren't even really releated.
    If you're problem isn't this problem then please don't use this thread to solve another issue.
    “Windows could not prepare the computer to boot into the next phase of the installation. To install Windows, restart the installation.”
    I can't find in the release notes of any beta Maverick update that this is being addressed.
    1) Does anyone know if there is a fix coming out for this?
    2) Is there some solution that doesn't require to have physical media?
         a) I have Windows 8.1 iso and product key
         b) I have a 32gb USB stick that I had Bootcamp format
         c) I have a spare 16gb USB stick.  Both are USB 2.0 so I can't do Windows To Go. Maybe I should get one.
    3) I have no idea how tell which MacBookPro I have since no one at Apple seems to believe in model numbers. I just ordered it online two weeks ago and received it this week so I guess it's the "latest" model hardware wise.  Running 10.9
    The cloest possible solution I came across was to boot up Windows 8 OS on a USB stick (Not the install) and run diskpert or fdisk for mbr thought I can' try this out because I don't have Windows To Go.  I'd rather have it worked problem from Apple if I can figure out when they plan to update I might be willing to wait.

    Finally got a physical CD and to the third link option still same issue. Even worse actually as even after formating the partition I get a "Windows cannot be installed on this disk. The selected disk is of the GPT partition style"
    Found my "-" minus remove parition in Disk Utility. Will attempt maskedferret's again

  • How do I get the iPad to work again after I have erased data (intentionally) and do not have my base computer to plug into to access itunes?

    How do I get the iPad to work again after I have erased data (intentionally) and do not have my base computer to plug into to access itunes?

    If you have iOS 5 installed on it, you don't need a PC.  simply turn it on and set it up.
    if you don't have iOS 5 then you'll need a computer.

  • I have connected my ipad to my computer and logged into iTunes website. To restore my Ipad I have chosen language, country then it asks you to connect with cable and log into iTunes, I have done that, but cannot find this other information I need to resto

    I have connected my ipad to my computer and logged into iTunes website. On my iPad to restore my my data Ipad I have chosen language, country then it asks you to connect with cable and log into iTunes, I have done that, but cannot find this other information I need to restore from the website. Can you help me please? the 2 replies, I thank you, but this has not helped with my problem.

    Your post is somewhat confusing. To restore your iPad you use the iTunes application on your computer and connect your iPad. Select your iPad in the left column of iTunes on your computer and select General in the right column. You should find the restore choice there.

  • Office 2010 setup thru computer startup script

    I am trying to install Office 2010 (sp2 seperate in the updates folder) thru group policy startup script and configured with OCT .msp file. Also try to start Access Runtime 2010 with SP2 update in the updates folder.
    In group policy set run scripts asynchronisely disabled and run scripts visible enabled otherwise i could not see what the system was doiing also not when configiguring OCT with full display. The gpo settings lets the screens show during install so the user
    can see what happens.
    There is another problem that rises however: I have made 2 batchfiles and both are starting as a computer startup script in seperate gpo's (that is in another post). First the Accessruntime is installing, after that Office 2010 is running. Both are installed
    after login but only one of the 2 have SP2 installed (7015) in this case Accessruntime has it. When i run only the Office 2010 install and not the Accesruntime 2010 then Office 2010 standard has also SP2 installed (version 7015). When running both only Runtime
    has this sp2 and Office has 4763 this is without sp2 i believe.
    In both folders (Office en Runtime) are the update files .msp in the updates folder of the installation, so thats ok.
    Why is only 1 of the 2 installing the SP2 when running both?
    A second thing is when restarting the system and before the login screen appears a message: Upgradepatch cannot be installed by Windows installer becasue the upgraded program does not excist of the upgradepatch is not suitable for this program?
    Here is part of the batchfile:
    IF EXIST "c:\program files\Microsoft Office\Office14\WINWORD.EXE" (goto mkfile) ELSE (goto DeployOffice)
    :mkfile
    ECHO Office 2010 is reeds geinstalleerd>c:\temp\office.txt
    goto end
    :DeployOffice
    call cscript \\sharename\office2010\Offscrub03.vbs ALL /bypass 1 /q /s /NoCancel
    start /wait %DeployServer%\setup.exe /adminfile %DeployServer%\officeconfig.msp
    echo %date% %time% Setup ended with error code %errorlevel%. >> %LogLocation%\%computername%.txt
    Another batchfile
    start \\sharename\accessruntime2010\setup.exe /config \\share\accessruntime2010\config.xml
    REM echo %date% %time% Setup ended with error code %errorlevel%. >> %LogLocation%\%computername%.txt
    freddie
    after installing both runtime and office both have SP2 in updates folder:
    runtime 4763
    Office 2010: 7015
    So in this example runtme is installed without the SP2. installing runtime alone gives with SP2...
    The message is gone. There was a other policy inherited from above that caused the message. The only problem now is that when installing both, runtime 2010 with SP2 files and Office 2010 with SP2 files, then one of the two don't get the Sp2 installed, why
    is that?

    > In the bat file, I have a line that records if the install completes
    > successfully or failed.  I don't have any other logging in my
    > script.  Are you referring to something like GPO logging? I know that
    > the script runs because when I am looking at one of the PCs, I can
    So it is NOT GP related but rather your script fails?!? Put some "echo
    %~n0 %date% %time%>>Log-File-Of-Your-Choice.txt" in it to check what's
    going on. And put ">>Log-File-Of-Your-Choice.txt 2>&1" at the end of
    critical commands to capture their output.
    > I ran the gpresult /h command which shows all User Configuration
    > policies, but NOTHING appears under the Computer Configuration section.
    Admin commandline? If not, you don't see computer settings :)
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))
    Martin,
    I still did not figure out why the installation script did not work for some of the PCs, even though the PCs have the same image.  For the ones that don't work, I will install manually.  Can you please look at the screenshots of the GPO
    settings I am using, and let me know if there is any settings that I need to remove or add?
      Thanks

  • Inserting Leads into a Text File?

    Hello there, I am wondering if there is a way to insert leads
    into a .txt file once a form is submitted?
    If so how would this be achieved. I know you can do this with
    PHP as I have done it before.
    Thanks
    Derek Bess

    > insert leads into a .txt file
    There are plenty of file tags and functions available. But
    what do you mean by "leads"?
    http://livedocs.adobe.com/coldfusion/8/htmldocs/functions-pt0_20.html#1100017

  • HT1338 I am trying to update Microsoft Office 12.3.3 on my Macbook Pro, but once it is installed terminal opens. What am I supposed to enter into Terminal?

    I am trying to update Microsoft Office 12.3.3 on my Macbook Pro, but once it is installed terminal opens. What am I supposed to enter into Terminal?

    Still trying to understand.  You install one of the MS updates (most recent was 14.2.2) and after the update completes (before the installer quits) terminal opens?  Or the installer quits and then terminal opens?
    And who is prompting for "Check for updates" ("get taken back" to what)?  Is this coming from office, say when you run Word?   Certianly the updater doesn't cause this prompt.

  • Sap workflow ws10001011 - convert lead into opportunity

    Hi
    There is a workflow
    There is a workflow ws10001011 which converts leads into opportunties in CRM
    Can you plss tell me step by step directions to activate this workflow.
    Also will a standard workflow work for - standard lead and standard opportunity transactions or if I have z lead and opportunity transaction type-will it work?
    Thanks
    Tarang which converts leads into opportunties in CRM
    Can you plss tell me step by step directions to activate this workflow.
    Also will a standard workflow work for - standard lead and standard opportunity transactions or if I have z lead and opportunity transaction type-will it work?
    Thanks
    Tarang

    Hi,
    Second alternative of using workflow would be better to convert Lead into Opportunity , once LEAD is HOT and Error free.
    This workflow is standard functionality offered by SAP for requirement of converting LEAD into Opportunity.
    Hope this helps,
    PD

  • Is there a software that will allow DVD video to put inserted into computer and uploaded into Mac iMovie?

    Is there a software that will allow DVD video to put inserted into computer and uploaded into iMovie on my MacBook Pro?

    Check out this user tip and see if it helps.
    https://discussions.apple.com/docs/DOC-3951

  • In trying to transfer iWeb pages (not uploaded) to another computer I went into the library and transferred the domain onto the desktop. Disaster! On opening iWeb all previous (uploaded) sites have disappeared. Help!

    In trying to transfer iWeb pages (not uploaded) to another computer I went into the Library and transferred the domain onto the desktop. Disaster! On opening iWeb all previous (uploaded) sites have disappeared. On opening the domain all I can recover is the many component parts, and when unzipped the code. Help! Mike

    Code in a domain file - really?  That is not possible because the domain.sites file does not contain any html or css code at all - the domain file is your iWeb data file and you won't see any code until you publish your website.
    If you can see html code, then you have the wrong file and it is a published version of your site which iWeb can do nothing with - iWeb has no import facility so cannot open any html files.
    Go back and ensure that you have the correct domain.sites files that can be found under your User Library/Application Support/iWeb/domain.sites and if you have Mavericks then you need to go to Go and press the alt key to reveal your hidden User Library, so that you can then get to Application Support and then iWeb and then your domain.sites file.
    You will also need to go and download either DomainCracker or iWebSwitch which allows you to open individual domain files under Mavericks, because from Lion onwards, you cannot open individual domain files.
    Also, it says that you are still using iWeb 08?  If this is so, you'll either need to upgrade to iWeb 09 by going to Amazon and purchasing the iLife 09 or 11 boxed set, both of which contain iWeb 09 or you need to switch to newer software that is actively being supported and developed such as EverWeb (http://www.everwebapp.com).

Maybe you are looking for

  • Stamping my iPad when I walk into the store

    Hello, I stopped by the store in Union City, CA on Oct 30, 2014 around 4:30pm trying to get 200 shopkicks, but there was no point popped up for my phone. I installed the shopkick app on my iPad with the Otterbox case to see if it worked. I walked out

  • BOM Group number field

    Hi, We are using LSMW for Routing data upload. The "Group" field in the CA01 screen is giving a problem. The Group number, (which is generated internally) which was used for uploading the previous record is remaining in the field while uploading the

  • FM 8 hangs after copying content

    I am working on FM 8. It hangs when I try to copy content. Please let me know if anyone is facing a similar problem and steps to solve it.

  • AnyConnect and nested LDAP memberof

    Hi Below you will see that I have configured two memberOf mapings. The second is what I need help with. The first AD group named VPN_CORP contains users that require access to our corporate office through VPN. This works fine. However, I think it wou

  • When I try and print laptop says printer is offline.

    When I try and print wit my mx892 the computer says it is offline.  Printer wireless and using Windows 8...