Re: SSH on armv5tel: "You don't exist, go away!"



If you run ./getpwuidtest, you should see what goes wrong with getpwuid.
If nothing goes wrong, the linking is probably incorrect.

Thanks for this test code: what we get is "ENOENT" on the PXA system.
On the contrary if we run it on a Debian-based x86 platform we get
"All is well". There's a difference...

For the time being we are planning to find&replace each call to
getpwuid within the SSH source code with a call to a working routine
such as the one derived from BB.

In fact we did it and we got a better result than before but we're far
from the desired solution.
Now that we have replaced "getpwuid" with our "__getpwuid" we don't
get the answer "You don't exist, go away!", key-gen runs but when we
run ssh even on localhost itself the system doesn't accept typed
password and even less public key login.

To be honest we do not know what to do. Should anybody has any
suggestion we'd appreciate them a lot, otherwise we'll have to give it
up.

TIA!
Bye,
Maurizio.

.