-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Antonio Prado escreveu:
> Erá exatamente isto que esperava quando iniciei a implementação deste
> serviço, mas ocorre que não existe o script telnet em /etc/xinetd.
> 
> Então não sei o que foi implementado diferente no Ubuntu 5.10 ou se isto
> é proposital e agora passamos a ter que criar o script manualmente.
> 
> Alguma idéia a respeito
> 

Após instalar o pacote telnetd:

Instalando telnetd (0.17-32) ...
- --------- IMPORTANT INFORMATION FOR XINETD USERS ----------
The following line will be added to your /etc/inetd.conf file:

telnet          stream  tcp     nowait  telnetd.telnetd /usr/sbin/tcpd
/usr/sbin/in.telnetd

If you are indeed using xinetd, you will have to convert the
above into /etc/xinetd.conf format, and add it manually. See
/usr/share/doc/xinetd/README.Debian for more information.
- -----------------------------------------------------------

De fato, você deve criar um arquivo telnet, dentro do /etc/xinetd.d, que
 atenda ao serviço telnet.

Ou, alterar a variável XINETD_OPTS em /etc/default/xinetd, de:

XINETD_OPTS="-stayalive"

para

XINETD_OPTS="-stayalive -inetd_compat"

Maiores informações: man xinetd e man xinetd.conf

- --
Carlos Eduardo Pedroza Santiviago - <[EMAIL PROTECTED]>
Ubuntu: linux para seres humanos - http://www.ubuntu-br.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDx702TF+D9GO3jRERAooTAJ9XzMJDo7+4oFilacDyw86UR/N2pwCdEJBd
nKCTmXbh/mTHJbB5Xh5wS/U=
=lgi3
-----END PGP SIGNATURE-----

-- 
ubuntu-br mailing list
ubuntu-br@lists.ubuntu.com
www.ubuntu-br.org
http://lists.ubuntu.com/mailman/listinfo/ubuntu-br

Responder a