[Dxspider-support] Red Hat 7.2

George Lloyd g.lloyd at essexpkt.co.uk
Wed Nov 14 23:08:51 GMT 2001


> I am having some troubles getting things to run on 7.2
> are the instruction the same for installation? I had a serious hardware
> failure and have reverted to all new hardware and I loaded 7.2 and spider
> 1.48
>
> inetd.conf doesn't exist..
> xinet does...

>
> any help from anyone who is using 7.2?

Try the following in a file called spider in the /etc/xinetd.d directory. 
Change the port = to the port you are using for spider. You do not need and 
entry in services if you put type = UNLISTED. Don't miss out the curly 
brackets.

service spider
{
        disable = no
        type            =UNLISTED
        id              =spdlogin
        socket_type     =stream
        protocol        =tcp
        wait            =no
        user            =root
        include         =/usr/sbin/tcpd
        server          =/spider/src/client
        server_args     =login telnet
        port            =8000
}


-- 
G.B. Lloyd
g.lloyd at essexpkt.co.uk
www.essexpkt.co.uk 
For the home of NNA BBS software




More information about the Dxspider-support mailing list