![]() |
Same problem: Cause was .tcsh/iterm startup script
I had the same problem, and I found the cause was in my .tcshrc startup scripts. In particular, I was using a script that I think was supplied with iTerm.app or that I found by reading someone else's webpage about configuring iTerm.app. The script sets the title bar in iTerm.app. I changed my .tcshrc to only call the script when in iTerm by doing the following:
if ($TERM_PROGRAM == "iTerm.app") then source ~/.tcsh/iterm endif I hope this helps someone. |
Well, I never did figure out what was causing the problem for me, but I did a full Linux re-install over the weekend and now it works fine. So it must have been something wrong with the Linux config (for what that's worth).
|
I encountered the same problem and discovered I had an 'echo' (used for setting titles in screen) on the remote server that was causing the problem. In .bashrc I had: echo -ne "\ek`hostname`\e\\" ... when this line was removed, scp worked again to my iBook over wireless.
|
Quote:
Regards |
| All times are GMT -5. The time now is 07:13 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.