> I just installed UniVerse PE on Linux Fedora Core 4.
> That went pretty well. I had to make a symbolic link for 'uncompress' to
> 'gunzip' and the uv.load script worked fine.
> But I can't get telnet to work.
> I went to the X-package manager and installed telnet.  Now there is in
> /etc/xinetd.d a file called telnet.  I restart xinetd, I reboot, I
> reinstall
> Universe, nothing; telnet does not work:"Connection refused"
> What am I missing?
>
> Martin Scholl
> -------
> u2-users mailing list
> [email protected]
> To unsubscribe please visit http://listserver.u2ug.org/
>
I believe that the services you install are disabled by default. Take a
look at the file in xinetd.d. If it looks like the following, change
disable to 'no'.

{
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/sbin/in.telnetd
        log_on_failure += USERID
        disable         = yes
}

--
Dave Walker
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to