Services Bug

Jonathan Allen jonathan at barumtrading.co.uk
Wed Jul 6 12:43:26 UTC 2005


T. Horsnell said:
> 
> /etc/xinetd.d/telnet
> /etc/xinetd.d/rlogin
> 
> # default: on
> # description: The telnet server serves telnet sessions; it uses \
> #       unencrypted username/password pairs for authentication.
> service telnet
> {
>         flags           = REUSE
>         socket_type     = stream        
>         wait            = no
>         user            = root
>         server          = /usr/sbin/in.telnetd
>         log_on_failure  += USERID
>         disable         = no
> }
> 
> If 'disable = yes' then the service wont function.
> Try editing this. I dont know how this cooperates with
> the system-services app.

Yes, they were disabled.  Editing them by hand and restarting xinetd.d
started the services, then the system-services-config menus showed them
as selected/enabled.

Jonathan




More information about the fedora-list mailing list