OS X Technologies :: Terminal Opens On Startup
May 24, 2012Can't get TERMINAL to stop opening on startup. Nothing shows in startupitems for this user.I've closed (unchecked open at re-login) and it keeps coming back.
View 3 RepliesCan't get TERMINAL to stop opening on startup. Nothing shows in startupitems for this user.I've closed (unchecked open at re-login) and it keeps coming back.
View 3 RepliesI recently downloaded a .dmg file to install a program on my mac. I am running the latest version of Lion. The dmg file mounted, and when I clicked on it, it opened the finder box with two icons, one to click to install and one for uninstalling. The Install one also was missing the logo that showed on my other computer. I clicked on the install logo and the Terminal window opened, and nothing else happened. Â
Info:
MacBook Pro, Mac OS X (10.7.2)
I don't know when started to happen, but when I open a window of Finder, and click in the left sidebar to see what is in Desktop, it didn't show in the right panel, it open a Terminal window. If I click Applications, or Music, it works good, but not with Desktop. I already installed Lion again 3 times, but when restoring from Time Machine, it starts to doing that.
View 11 Replies View RelatedI 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.Â
Info:
iMac, Mac OS X (10.7.3)
I've been struggling to move my data (photos / music etc) from my old G5 imac to my new imac (lion).Had iphoto all sorted (copied the files from external HD to Pictures folder.But now when I click on 'photos' it opens terminal (!!??)*I can see the files within but only if I CTRL click and choose 'open package'.I really don't understand. I just opened iphoto and it says I have to 'upgrade' again.I did just attempt to open the original iphoto library which is still on the connected hard drive but I didn't upgrade and don't know why that would affect the duplicate library on my new imac?
View 6 Replies View RelatedIt will look also in other volumes I have. What is the right way to search only the current volume? I came up with this:find /Volumes/Lion/ -name foo which will return a result like /Volumes/Lion//foo.Is this the right way to do this with the result containing double slashes?
View 3 Replies View Relatedi typed wrong password in the terminal and now the command line of entering the password is gone, what can i do?
some say on the internet that the system is already damaged.
how to upgrade mac os x 10.6.8 update to 10.7.2?
Info:
iMac, Mac OS X (10.6.8)
I am trying to do research on how to fix my current problem of not being able to open my terminal window. When attempting to do so I get the following error message:Â
You are unauthorized to run this application.
The administrator has set your shell to an illegal value.Â
I looked at some previous posts and some people said download iterm2 and put the following command: sudo chsh -s /bin/bash my_username. After this enter password and it should be fixed. However when doing that I get the following response: SC is not in the sudoers file. This incident will be reported.Â
Couple of things, firstly SC (which is me) is the administrator to this computer (this is my computer and there are no other users on it).Â
Info:
MacBook (13-inch Early 2008), Mac OS X (10.7.3), 2.4 GHz Intel Core 2 Duo
Is there a way to view system processes in terminal in realtime, similar in fashion to how POST processes are displayed?Â
Info:
MacBook (13-inch Mid 2010), Mac OS X (10.6.8)
my terminal program has changed itself to login but I need it to be bash. How can I change it back to bash?
View 9 Replies View RelatedThis is probably simple since it just started happening one day. When I turn my computer on, the powerpoint opens up. I can't find where to stop this, and I don't know what started it.
View 7 Replies View RelatedTrying to run the following command as a Launch Agent (OS X 10.7): /usr/bin/find /Users/username/Documents/Dropbox/Public -type f -mtime +2 -print0 | xargs -0 rm -rÂ
Created a plist file (reproduced below) and saved to ~/Library/Launch Agents, but the command isn't executed either at the specified time or when the agent is loaded via launchctl. If I change the command to a simple Applescript test: osascript -e 'tell Application "Finder" to display dialog "hello"'Â
It runs correctly as a launch agent when loaded and as the specified time Which means there's something wrong with the first command (find). But the command runs as written when executed manually in the terminal. Â
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
[Code].....
Cannot seem to upload to a ftp server (permissions are correct on the home folder of the user!)But I get this result:
ftp> put /Users/[userfolder]/Documents/untitled.rtf
local: /Users/[userfolder]/Documents/untitled.rtf remote: /Users/[userfolder]/Documents/untitled.rtf
227 Entering Passive Mode (99,254,236,63,209,169)
553-Can't open that file: No such file or directory
553 Rename/move failure: No such file or directory Â
My iChat is automatically opening up on startup when I turn on my computer. I do not have the "Open at Login" optiona checked so I know it isn't that. Every time I turn on my computer, iChat opens and logs on and says I'm logged in at 2 different locations even though I know that I am not. I hit 1 to log off the other locations anyways.
View 1 Replies View RelatedSeems like a simple thing to do, yet I've searched and not found an answer.
Automator doesn't seem to have a terminal function...?
Does anyone know?
I have started to get an annoying Terminal window showing up when I boot up my Mac.A command of some cription needs to be completed before I can quit Terminal and allow the startup process to continue.
I have no idea what this command is about because I do not understand Java but it slows everything down and I'd just love to get rid of it.I don't think it is anything important and most likely just a simple bit of script will do the job.
How do I stop Java from running Terminal at start up?
View 2 Replies View RelatedThey get everytime the Startup Manager when they boot thier Mac. I want the other way, i want to get it everytime i turn on my MacBook.
View 1 Replies View RelatedStarting a few days ago when I double click a folder on the desktop it no longer opens. Instead, I am taken to a new desktop window that shows the folder clicked plus all other items on the desktop. How do I restore the double click to open the folder? I have tried resetting the double click speed with no results.Â
View 1 Replies View RelatedI wrote an AppleScript script and saved it as an Applet that needs to run in the background whenever the system is up.
1/ I tried to set it as a startup item, so that it would start running as soon as the Mac is on -- however without success. I did not find out what the proper way is of doing this. Â
2/ Then I tried to set it as a login item for each user. This is not as good, but I thought it may an alternative, 'buying me some time' to figure out how to do it properly as a system startup item. Launching the app works fine, but the user cannot log off again, because the system cannot seem to quit the script. So I have to stop the process in Activity Monitor, obviously not a solution. Â
3/ Also, I would prefer the script to not show up in the Dock. Â
Info:
iMac, Mac OS X (10.7.3)
Anybody see this before? I opened up Terminal.app and the window is completely blank. There is nothing in it whatsoever. Looks as if bash never started. The title bar simply says "Terminal — login — 80x24". I can type whatever I want in the Terminal window like it's a text document and nothing happens. If I restart the computer, this seems to fix the problem, but it seems to only be a temporary fix as the issue happens again soon after.
View 1 Replies View RelatedI'm trying to do something in terminal, and it asks for my password. I press a letter on my keyboard, and nothing appears. I am in the right window and everything, terminal just doesn't react to my typing. However, when I click enter, it says 'Sorry,try again'. So it does react to the enter key.
I'm running Symantec Backup Agent on our mac osx server. I start the agent in the terminal (./agent.be). It returns a notification that it started the service, however, it doesn't return to the prompt. Closing the terminal gives a warning that the process will be closed if the terminal is closed. Closing it does kill the process. Ctrl+c to return to the prompt also kills the process. So it's as if once the process is started in the terminal, nothing can be altered.
I am not much of a mac guy so please forgive me if this is a stupid question.
Anyone have any advice on how to handle this so the process is ALWAYS running?
I'm on a standard user account and I would really like to install icalbuddy which is a terminal app. When I install apps normally I simply have to provide a admin name and pw, but this doesn't work when it is a terminal app because it requires that the 'su' command be run.
So I thought that I could run terminal as admin through 'su - admin' and then install. But of course the admin account doesn't have access to the user folder where the installer is located. I just can't win.
when i try to open terminal it says this
the application "terminal" is not allowed "terminal is not on the approved list of applications. contact the person who set up you accout for more info
anyone know how to make it allowed?
I do not have a password set on my MBP, but anytime that I have to sudo anything in Terminal it asks for my password. If I just leave it blank like at login, it says the password is incorrect. I have to do is set up a password use it in Terminal then I remove it afterwards. This is very annoying. Is there any way that I can do this without having to set the password every time?
View 24 Replies View RelatedWhile messing around with iPhoto and Time Machine, I ended up in the following situation. When trying to open Pictures on the sidebar of Finder, a Terminal shell pops up on the screen. Similarly, if I try to open Pictures on a Time Machine screen, I get the message "Open with Terminal" Now, I don't know how to use Terminal. How can I come back to the anterior situation where I could open Picture jut by a click?
Info:
iMac, Mac OS X (10.7.4)
on startup, macbook pro showed flashing gray folder with question mark, but no startup. After several retries, now shows circle with diagonal diameter, and still no startup. worked fine yesterday.
Info:
MacBook Pro
I have Black MacBook with 10.7.3 in it when i press alt/option while starting the laptop the startup manager wont come and OS X boots.
Info:
MacBook (13-inch Early 2008), Mac OS X (10.7.3)