since I upgraded to 10.4.7, whenever using ssh I get a Segmentation Fault message. I also upgraded to the newest Xcode a few days earlier so it could be related to that. Any ideas what could be going wrong? Thanks.
macbook123 said:I do have an Intel Mac (see my signature). It's not my server either, since I can log on fine from my Linux laptop. I use Xcode 2.3 and OS 10.4.7. I've never seen ssh giving a "Segmentation Fault" message. Hope somebody will be able to diagnose this!
OpenSSH_3.8.1p1, OpenSSL 0.9.7i 14 Oct 2005
plinden said:ssh is working fine on my Intel Mac after the update.
If you type "ssh -V" what do you get?
I see:
Code:OpenSSH_3.8.1p1, OpenSSL 0.9.7i 14 Oct 2005
If you're getting a segmentation fault, presumably there's a core file somewhere. You can load this into gdb and try to find what's happening.
plinden said:Looks like this problem - http://discussions.apple.com/thread.jspa?messageID=2574621
You're not the only one out there. There doesn't seem to be a fix.
This question is answered. "Helpful" answers available: 2. "Solved" answers available: 1.
OpenSSH_3.8.1p1, OpenSSL 0.9.7i 14 Oct 2005
I don't know what you're referring to. In any event, I never checked the question to be answered. It is clearly not answered.mkrishnan said:I don't know how to solve the problem either, but I find the "status" of that thread to be somewhat... erm... fugazi.
mkrishnan said:There is one thing I can contribute to this thread...the issue doesn't appear to have anything to do with the version of SSH... from my 10.4.6 iBook:
The build didn't change with 10.4.7....
macbook123 said:o.k., since nothing else helped I did the 2.5 hour reinstall of the OS. Too bad one can't rely on updates of Mac OS. I know most people are probably happy with theirs and think this is whining, however it cost me probably 6 hours overall to go through this. There were other troubles caused presumably by 10.4.7 (since those were new to me): my MBP did freeze twice in the last 4 days, usually while doing simple browsing with Safari. Plus once the keyboard and mouse stopped working and only a PRAM reset saved me.
To wrap up, unless someone very much needs one of the new features of 10.4.7, I would wait until it has been patched up a couple of times.
Peace said:Please list ALL the haxies you have installed..
eureka said:Dear all, I have just experienced the same problem with ssh in my macbook.
I used the Darwin ports (http://darwinports.com) to install the new version of openSSL and openSSH.
Simply type
% sudo port install openssl
and, after having done it
% sudo port install openssh
at the end of this second installation, a msg will tell you how to launch the new ssh at the startup; type it and restart your computer
with it has worked fine.
good luck!!!