<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Most likely a configuration issue. Did you see the line<br>
'registering the PTY driver FAILED'? That probably means<br>
you hit the driver limit.<br>
<br>
Try <br>
<br>
#define CONFIGURE_MAXIMUM_DRIVERS 10<br>
<br>
or some other reasonable number.<br>
<br>
HTH<br>
- Till<br>
<br>
On 07/23/2010 11:23 PM, Yann Sionneau wrote:
<blockquote cite="mid:4C4A0840.1020406@minet.net" type="cite">
  <pre wrap="">ok ... just forgot the attachement !

Le 23/07/2010 23:21, Yann Sionneau a écrit :
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

I am trying to use the telnetd included in RTEMS source tree to start a
shell in order to do a nice sample application for the Ethernet driver
of milkymist bsp.

Is there some documentation about how to use it ?

I tried what i thought was correct, according to what i've read in the
telnetd source code.

I've put the code i am using as attachment.

I get this error running the application :

*** MILKYMIST NETWORKING TEST by Yann Sionneau ***
== Initializing Network ==
== Starting telnetd ==
WARNING: registering the PTY driver FAILED
telnetd cannot initialize PTY driver

If you have some advice i would really appreciate :)

Cheers,

  
    </pre>
  </blockquote>
  <pre wrap="">
  </pre>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
rtems-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rtems-users@rtems.org">rtems-users@rtems.org</a>
<a class="moz-txt-link-freetext" href="http://www.rtems.org/mailman/listinfo/rtems-users">http://www.rtems.org/mailman/listinfo/rtems-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>