Bug 1011504

Summary: Telnet server not atart after install telnet-server package
Product: [Fedora] Fedora Reporter: Marian <corcodel.marian>
Component: telnetAssignee: Michal Sekletar <msekleta>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: msekleta, vonsch
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-25 20:31:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Marian 2013-09-24 12:44:13 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.yum install telnet-server
2.
3.

Actual results:
Nobody say as xined package 

Expected results:
Install telnet-server together with xinetd

Additional info:
yum install telnet-server xinetd this work, service start but still not working
Fresh install Fedora 20 from DVD Gnome

Comment 1 Michal Sekletar 2013-09-24 13:31:11 UTC
telnet is now started via systemd socket activation, we no longer distribute xinetd configuration files. In order to use the telnet server you have to start the socket unit.

# systemctl enable telnet.socket
# systemctl start telnet.socket

As a next step you should make sure you have telnet allowed in firewall configuration.

# firewall-cmd --permanent --add-service=telnet
# firewall-cmd --reload