Re: YDL 2.0 problems


Subject: Re: YDL 2.0 problems
From: Iain Stevenson (iain@IainStevenson.com)
Date: Fri Aug 10 2001 - 09:37:58 MDT


You need this in /etc/xinetd.conf

service telnet
{
       flags = REUSE NAMEINARGS
       socket_type = stream
       protocol = tcp
       wait = yes
        user = root
        server = /usr/sbin/tcpd
       server_args = in.telnetd
       only_from = 192.168.1.0/24, 127.0.0.1
}

.. you may need to replace thw 192.168.1.0 with your local subnet address.

 Iain

on 10/8/01 4:20 pm, Alan Orth at aorth@mac.com wrote:

> Installed YellowDog 2.0 on my pismo... Works fine.. But I can't seem to get
> telnet enabled, I've tried looking in /etc/inetd.conf but it is
> non-existent... And xinetd.conf doesn't have anything aobut telnet I can
> comment out.
>
> Also having lots of trouble with yup.. It doesn't work. Won't update or
> install packages, nor can I install a newer version of yup itself.
>
> Also, is there a kernel that supports powerbook sleeping via lid closing..?
> :P
>
> Thanks.



This archive was generated by hypermail 2a24 : Fri Aug 10 2001 - 08:54:40 MDT