On 6/22/06, <b class="gmail_sendername">Larry Brigman</b> &lt;<a href="mailto:larry.brigman@gmail.com">larry.brigman@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 6/22/06, Rob Landley &lt;<a href="mailto:rob@landley.net">rob@landley.net</a>&gt; wrote:<br>&gt; On Wednesday 21 June 2006 7:44 pm, Larry Brigman wrote:<br>&gt; &gt; I am trying to build a simple system with dropbear installed but
<br>&gt; &gt; I cannot seem to get it to allow connections.<br>&gt; &gt;<br>&gt; &gt; I believe it has something to do with the kernel config or devices.<br>&gt; &gt;<br>&gt; &gt; I have busybox running with telnetd working.
<br>&gt; &gt;<br>&gt; &gt; Any help?<br>&gt;<br>&gt; I find &quot;dropbear -F -E&quot; to be generally helpful.&nbsp;&nbsp;Tells you what it's doing,<br>&gt; and why, right there on stderr...<br>&gt;<br>&gt; Try getting it working via loopback on the same machine first.
<br>&gt;<br>libnss_files: symbol: _nss_files_parse_pwent GLIBC_PRIVATE not defined<br>in libc.so.6<br><br>It looks like mklibs got me or is that dropbear not linking to all the<br>libs explicitly such<br>that the elf file header doesn't have the right libs.
<br><br>I guess if I had used ulibc this would not be an issue.<br><br>Is there a way to have dropbear use something like that of busybox for password<br>access to remove this dependency or is that asking too much?</blockquote>
<div><br>Nope, this is a glibc thing.&nbsp; If you are using glibc, even if you statically link your application, you need libnss present on the system.<br></div><br></div>