Sponsored Content
Full Discussion: fail to telnet localhost 106
Operating Systems Linux Ubuntu fail to telnet localhost 106 Post 302151553 by satimis on Sunday 16th of December 2007 10:35:09 AM
Old 12-16-2007
Quote:
Originally Posted by reborg
It seems that you poppass daemon is not started, or not installed. Make sure that you have all the dependencies for the plugin installed, including the poppass(d) package for your underlying mail server.

For eample fout courier:

Code:
#apt-cache search courierpassd
courierpassd - Change courier user passwords using poppassd interface

I have this package installed;

$ apt-cache policy courierpassd
Code:
courierpassd:
  Installed: 1.1.2-1
  Candidate: 1.1.2-1
  Version table:
 *** 1.1.2-1 0
        500 http://us.archive.ubuntu.com feisty/universe Packages
        100 /var/lib/dpkg/status

The problem is caused after removeing xinitd.

$ sudo apt-get remove xinetd


Remark: have "netkit-inetd" reinstalled.


Before I have another problem when xinetd was running;
Code:
$ telnet localhost 106
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
Connection closed by foreign host.

I can't proceed further. Please help


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
apt(8)							      System Manager's Manual							    apt(8)

NAME
apt - Advanced Package Tool SYNOPSIS
apt DESCRIPTION
APT is a management system for software packages. For normal day to day package management there are several frontends available, such as aptitude(8) for the command line or synaptic(8) for the X Window System. Some options are only implemented in apt-get(8) though. SEE ALSO
apt-cache(8), apt-get(8), apt.conf(5), sources.list(5), apt_preferences(5), apt-secure(8) DIAGNOSTICS
apt returns zero on normal operation, decimal 100 on error. BUGS
This manpage isn't even started. See <http://bugs.debian.org/apt>. If you wish to report a bug in apt, please see /usr/share/doc/debian/bug-reporting.txt or the report- bug(1) command. AUTHOR
apt was written by the APT team <apt@packages.debian.org>. Debian GNU/Linux 16 June 1998 apt(8)
All times are GMT -4. The time now is 04:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy