Bug 1011504 - Telnet server not atart after install telnet-server package
Summary: Telnet server not atart after install telnet-server package
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: telnet
Version: 19
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Michal Sekletar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-24 12:44 UTC by Marian
Modified: 2013-09-25 20:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-25 20:31:19 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.