Sponsored Content
Full Discussion: fail to telnet localhost 106
Operating Systems Linux Ubuntu fail to telnet localhost 106 Post 302151651 by satimis on Sunday 16th of December 2007 08:57:57 PM
Old 12-16-2007
Quote:
Originally Posted by reborg
Also try without tcp wrappers first:

Code:
poppassd stream tcp nowait root /usr/sbin/poppassd in.poppassd

Sorry I don't follow.

$ cat /etc/pam.d/poppassd
Code:
#
# The PAM configuration file for the `poppassd' daemon
#

@include common-auth
@include common-password

Whether putting the line
Code:
poppassd stream tcp nowait root /usr/sbin/poppassd

on the file /etc/pam.d/poppassd ?


Performed following steps;
$ cat /etc/inetd.conf
Code:
poppassd stream tcp nowait root /usr/sbin/poppassd

$ sudo nano /etc/inetd.conf
Code:
satimis@mail:~$ sudo /etc/init.d/inetd restart
 * Restarting internet superserver...                                       [ OK ]

$ telnet localhost 106
Code:
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
Connection closed by foreign host.

same result


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
ldminfod(8)															       ldminfod(8)

NAME
ldminfod -- output login sessions and available locales SYNOPSIS
ldminfod DESCRIPTION
ldminfod will output the login sessions and locales available. it is usually run from an inetd(8) instance. it is used by ldm(1) to remotely determine available login and locale settings. EXAMPLE
add the following lines to /etc/inetd.conf(5): 9571 stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/ldminfod SEE ALSO
ldm(1), inetd(8), inetd.conf(5). AVAILABILITY
ldminfod is part of ldm package and the latest versions are available in source form from https://launchpad.net/products/ltsp. MAN PAGE AUTHOR
copyright 2006-2009 Vagrant Cascadian <vagrant@freegeek.org>, distributed under the terms of the GNU General Public License version 2 or any later version. Vagrant Cascadian 20090515 ldminfod(8)
All times are GMT -4. The time now is 01:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy