Bugs item #1523803, was opened at 2006-07-17 12:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1523803&group_id=259

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: systemimager-server
Group: v3.6.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Joshua Cope (jdcope)
Assigned to: Nobody/Anonymous (nobody)
Summary: ssh-keygen fails with "You don't exist" on x86_64

Initial Comment:
Invoking ssh-keygen from the busybox shell on x86_64
gives the infamous "You don't exist, go away!" error. 

A strace shows that it's failing on a getpwuid() call.
It looks like it needs the shared libraries
/lib64/libnss_* to get user information. Copying a
working /lib64/libnss_files.so.2 into boel_binaries
fixed the problem, and allowed ssh-keygen and sshd to
run correctly.

Looking at the boel_binaries sources,
make.d/boel_binaries.inc pulls in /lib64/libnss_dns*
but not any other libnss libraries. Is there a reason
we don't pull in libnss_files* as well?

I don't know much about Linux's linker and loader, so
maybe there's some linker option that would let it use
the 32-bit versions of the libraries. But adding the
64-bit versions to the tarball definitely fixes the
error message.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1523803&group_id=259


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sisuite-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to