Sponsored Content
Full Discussion: fail to telnet localhost 106
Operating Systems Linux Ubuntu fail to telnet localhost 106 Post 302151653 by satimis on Sunday 16th of December 2007 09:02:51 PM
Old 12-16-2007
Quote:
Originally Posted by porter
Yup, something's there. All you need to find out is what it is.

Is there anything in the syslog?
$ tail /var/log/syslog
Code:
Dec 17 09:50:27 mail inetd[5457]: <off>/stream: unknown service
Dec 17 09:51:14 mail inetd[5475]: <off>/stream: unknown service
Dec 17 09:51:59 mail inetd[5493]: <off>/stream: unknown service
Dec 17 09:52:54 mail inetd[5515]: execv /usr/sbin/tcpd: No such file or directory
Dec 17 09:54:50 mail inetd[5535]: execv /usr/sbin/poppassd: No such file or directory
Dec 17 09:55:41 mail inetd[5537]: execv /usr/sbin/poppassd: No such file or directory
Dec 17 10:07:54 mail postfix/smtpd[5550]: connect from 125-27-165-208.adsl.totbb.net[125.27.165.208]
Dec 17 10:07:55 mail postfix/smtpd[5550]: warning: support for restriction "reject_maps_rbl" will be removed from Postfix; use "reject_rbl_client domain-name" instead
Dec 17 10:07:55 mail postfix/smtpd[5550]: NOQUEUE: reject: RCPT from 125-27-165-208.adsl.totbb.net[125.27.165.208]: 554 5.7.1 Service unavailable; Client host [125.27.165.208] blocked using bl.spamcop.net; Blocked - see http://www.spamcop.net/bl.shtml?125.27.165.208; from=<steven@xerox.m0.net> to=<satimis@satimis.com> proto=ESMTP helo=<125-27-161-107.adsl.totbb.net>
Dec 17 10:07:56 mail postfix/smtpd[5550]: disconnect from 125-27-165-208.adsl.totbb.net[125.27.165.208]

Quote:
Can you confirm you can execute the command line indicated in /etc/inetd.conf for port 106 from the command prompt?
Sorry I don't follow.

I executed all commands on console of the same machine.


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
UPDATE-INETD(8) 						      rlinetd							   UPDATE-INETD(8)

NAME
update-inetd - manage rlinetd (and inetd) configuration entries SYNOPSIS
update-inetd [options] --add ENTRY update-inetd [options] --remove SERVICE update-inetd [options] --enable SERVICE update-inetd [options] --disable SERVICE DESCRIPTION
update-inetd is a rlinetd's compatibility script, which can be used to by various Debian post-installation scripts to manage services in rlinetd configuration files directory /etc/rlinetd.d. update-inetd will spawn update-inetd.real(8) for managing entries in /etc/inetd.conf file. Please see update-inetd.real(8) for details. ACTIONS
--add ENTRY Adds an entry, which should be a line in a inetd.conf(5) format. --remove SERVICE Removes a service. --enable SERVICE Enables a service. --disable SERVICE Disables a service. OPTIONS
--version Prints version information on standard output and exit successfully. --debug Enables debugging mode. Note the option is also passed to update-inetd.real(8). Any other option is passed directly to update-inetd.real(8). FILES
/etc/rlinetd.conf, /etc/rlinetd.d/*, /etc/inetd.conf SEE ALSO
update-inetd.real(8), inetd.conf(5), rlinetd.conf(5), inetd2rlinetd(8) AUTHOR
Robert Luberda <robert@debian.org> Debian January 3rd, 2009 UPDATE-INETD(8)
All times are GMT -4. The time now is 05:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy