What is "rt" and why are you trying to execute it?
Do you get this message when trying to do something in the Terminal, or does this message happen spontaneously?
I'm an amateur Unix user who never should have been messing around with Terminal, Directory Utility, etc. I enabled the root user through Directory Utility and then disenabled it. I then flushed cache via..
sudo dscacheutil -flushcache
I thought this all would be harmless, but now I am getting this mail in Terminal...
-bash: rt: command not found
How can I fix this?
What is "rt" and why are you trying to execute it?
Do you get this message when trying to do something in the Terminal, or does this message happen spontaneously?
2009 Mac mini 2.0GHz • 2010 MacBook Air 11" • 2010 MacBook Pro 13" • LED 24" Cinema Display
PowerMac G4 MDD dual 1.25GHz • PowerMac G4 Yikes! • iPad 2 32GB • 2 x iPhone 4 16GB • iPod Touch 8GB • iPod nano 1GB • iPod shuffle 1GB • AirPort Extreme dual-band • AppleTV
http://www.jeffhoppe.com
I don't know what rt is, and yes I get it as mail in Terminal. Note that I also installed MacPorts and unsuccesfully tried to install Apache 2 on my MacBook Pro yesterday too.
My best guess is that I'm logged in or out of an account that I shouldn't be in.
2009 Mac mini 2.0GHz • 2010 MacBook Air 11" • 2010 MacBook Pro 13" • LED 24" Cinema Display
PowerMac G4 MDD dual 1.25GHz • PowerMac G4 Yikes! • iPad 2 32GB • 2 x iPhone 4 16GB • iPod Touch 8GB • iPod nano 1GB • iPod shuffle 1GB • AirPort Extreme dual-band • AppleTV
http://www.jeffhoppe.com
Do you get this when you launch Terminal for the first time?
What are the contents of your .bashrc and .bash_profile files, located in your home directory?
MacPorts wouldn't upgrade the existing Apache 2, it would install another version alongside it in a different directory.Not totally sure. I did it with a friend. Maybe it required an upgrade?
2009 Mac mini 2.0GHz • 2010 MacBook Air 11" • 2010 MacBook Pro 13" • LED 24" Cinema Display
PowerMac G4 MDD dual 1.25GHz • PowerMac G4 Yikes! • iPad 2 32GB • 2 x iPhone 4 16GB • iPod Touch 8GB • iPod nano 1GB • iPod shuffle 1GB • AirPort Extreme dual-band • AppleTV
http://www.jeffhoppe.com
I get it every time I launch Terminal now. I didn't used to get it.
By home directory, do you mean Macintosh HD > etc ? If so, my .bashrc file reads...
My .profile reads...Code:# System-wide .bashrc file for interactive bash(1) shells. if [ -z "$PS1" ]; then return fi PS1='\h:\W \u\$ ' # Make bash check its window size after a process completes shopt -s checkwinsize
There is no .bash_profile...Code:# System-wide .profile for sh(1) if [ -x /usr/libexec/path_helper ]; then eval `/usr/libexec/path_helper -s` fi if [ "${BASH-no}" != "no" ]; then [ -r /etc/bashrc ] && . /etc/bashrc fi
No, I mean the .bashrc and/or .bash_profile file located in /Users/[yourusername]...
2009 Mac mini 2.0GHz • 2010 MacBook Air 11" • 2010 MacBook Pro 13" • LED 24" Cinema Display
PowerMac G4 MDD dual 1.25GHz • PowerMac G4 Yikes! • iPad 2 32GB • 2 x iPhone 4 16GB • iPod Touch 8GB • iPod nano 1GB • iPod shuffle 1GB • AirPort Extreme dual-band • AppleTV
http://www.jeffhoppe.com
bardamu (February 27th, 2009)
Bookmarks