Sponsored Content
Full Discussion: fail to telnet localhost 106
Operating Systems Linux Ubuntu fail to telnet localhost 106 Post 302151580 by satimis on Sunday 16th of December 2007 12:51:29 PM
Old 12-16-2007
Quote:
Originally Posted by reborg
Porter was rightm there was a possibility that the package might have been built to detect the inetd in use.

Have you added the appropriate configuration to /etc/inetd.conf ?
I haven't added anything manually on /etc/inetd.conf.


$ cat /etc/inetd.conf
Code:
#<off># ftp     stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/proftpd


I manually added following line;
Code:
#poppassd stream tcp nowait root /usr/sbin/tcpd /usr/sbin/poppassd

at the bottom of /etc/xinetd.conf

now it has been commented out.


satimis
 

3 More Discussions You Might Find Interesting

1. Linux

Telnet fail

Hi, I try to telnet to server: # telnet xx.xxx.1.72 1521 Trying xx.xxx.1.72... telnet: connect to address xx.xxx.1.72: Connection refused telnet: Unable to connect to remote host: Connection refused iptables is off: # service iptables status Firewall is stopped. # And I have edit... (4 Replies)
Discussion started by: mehrdad68
4 Replies

2. Shell Programming and Scripting

If Telnet fail abort other command..??

Hi Team, I my script i telent my node ip and after loging i run some commands...But some time login fail so i want to stop script at that time.. CONFIG_CHNG.sh printf 'Please Input Node ID : ' read node node="$node" #exec > node_log_$node.log 2>&1 #set -x >... (2 Replies)
Discussion started by: Ganesh Mankar
2 Replies

3. UNIX for Beginners Questions & Answers

Telnet failed to localhost.

Hi, I am trying telnet to localhost 514. But the connection is refusing. Port does not appear in netstat. IP table service is also off. (5 Replies)
Discussion started by: Nishit
5 Replies
nbdswapd(8)															       nbdswapd(8)

NAME
nbdswapd -- dynamically create swap files on request export with an nbd-server(1) instance SYNOPSIS
nbdswapd DESCRIPTION
nbdswapd will dynamically create a swap file when it receives a request and export it using nbd-server(1). it is usually run from an inetd(8) instance. EXAMPLE
add the following lines to /etc/inetd.conf(5): 9210 stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/nbdswapd SEE ALSO
nbd-server(1), inetd(8), inetd.conf(5), nbd-client(8). AVAILABILITY
nbdswapd is part of ltsp package and the latest versions are available in source form from https://launchpad.net/products/ltsp (link to URL https://launchpad.net/products/ltsp) . AUTHOR
copyright 2006 Vagrant Cascadian <vagrant@freegeek.org>, distributed under the terms of the GNU General Public License version 2 or any later version. Vagrant Cascadian 20061023 nbdswapd(8)
All times are GMT -4. The time now is 10:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy