[Peeweelinux] How to start telnetd in PeeWee ????

Ricardo Trindade [email protected]
Wed, 19 Jun 2002 17:53:02 +0100


telnetd worked fine for me, without any configuration , you just need to
include the right packages (telnet-kit, I think)

-----Original Message-----
From: [email protected]
[mailto:[email protected]]On Behalf Of Troy Engel
Sent: quarta-feira, 19 de Junho de 2002 17:30
To: [email protected]
Subject: Re: [Peeweelinux] How to start telnetd in PeeWee ????


On my end, I wasn't able to get telnetd to allow logins until I:

a) built a kernel with Unix98 PTY support
b) create the device /dev/ptmx (mknod ptmx c 5 2)
c) make the directory /dev/pts
d) add "none /dev/pts devpts gid=5,mode=622 0 0" to /etc/fstab

A was done as part of the kernel 2.4 (see my howto), B and C I edited
the various PWL packages and retar'd, for D I added a line to my custom
rc.modules like so:

   # this is for telnetd to allocate ptys to allow login
   echo "none /dev/pts devpts gid=5,mode=622 0 0" >> /etc/fstab

So, your mileage may vary.  Hey, for those interested -- the rapid
protoype we built/fabbed and flew out the the client's site last week
(using PWL) was awesome; the client wants to sign a contract for us to
keep on rockin' and build the production models, etc. for them.

Thanks PWL team!
-te


Mark Meade wrote:
> Thanomsak Liumsuwan wrote:
>
>>I've seen telnetd in pwlconfig , but how to start it
>>on target machine ?
>
>
> It should be started using "inetd" -- there should be a line in
> /etc/inetd.conf like this:
>
> telnet	stream	tcp	nowait	root	/usr/sbin/telnetd	telnetd
>
> If I remember correctly, selecting Network->netkit-telnet and all the
> packages under Network_Base should handle this automatically.
>
>
> _______________________________________________
> Peeweelinux mailing list
> [email protected]
> http://mail.adis.on.ca/lists/listinfo/peeweelinux


--
Troy Engel, Systems Engineer
Hockey. Kinda like Figure Skating in a War Zone.

_______________________________________________
Peeweelinux mailing list
[email protected]
http://mail.adis.on.ca/lists/listinfo/peeweelinux