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

NAME
skksearch - yet another SKK Dictionary server SYNOPSIS
skksearch [-l digit] [-f logfile] [-s][-c config] type:file ... DESCRIPTION
This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. skksearch is a dictionary server for the SKK Japanese input method system. skksearch is normally invoked by the Internet server (see inetd(8)) for requests to connect to the skkserv port as indicated by the /etc/services file (see services(5)). OPTIONS
skksearch program accepts the following options: -l digit specify loglevel -1 to 7. -f logfile output debug message to logfile. -s Use syslog. -c config indicates config file which contains the specifications of dictionaries. type:file skksearch program supports the following dictionary types. db Berkeley DB cdb constant database (see tinycdb). plain plain text like SKK-JISYO.L dummy dummy dictionary for debugging. skksearch can take multiple dictionaries. EXAMPLES
Insert the following line in inetd.conf, and restart inetd. skkserv stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/skksearch -c /etc/skksearch.conf AUTHOR
This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for the Debian GNU/Linux system (but may be used by others). September 23, 2000 SKKSEARCH(8)
All times are GMT -4. The time now is 03:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy