Sponsored Content
Full Discussion: fail to telnet localhost 106
Operating Systems Linux Ubuntu fail to telnet localhost 106 Post 302151655 by porter on Sunday 16th of December 2007 09:20:15 PM
Old 12-16-2007
This is your inetd.conf line

[CODE]poppassd stream tcp nowait root /usr/sbin/tcpd /usr/sbin/poppassd[/QUOTE]

then this is what inetd is complaining about...

Quote:
Originally Posted by satimis
Code:
Dec 17 09:50:27 mail inetd[5457]: <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

So "inetd" can't execute what it's been told to run, I was asking if you can run them from the command line.

Do you have a "/usr/sbin/poppassd" or "/usr/sbin/tcpd"?

That "<off>/stream" looks very wrong.
 

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
roarmonhttp(1)						 System User's Manual: roarmonhttp					    roarmonhttp(1)

NAME
roarmonhttp - CGI and inetd based streaming server emulation for RoarAudio SYNOPSIS
roarmonhttp [--inetd] DESCRIPTION
This program emulates a streaming server using RoarAudio. It can be run from via a webserver as CGI or via inetd in inetd mode. IN CGI mode it is limited to client (listener) HTTP connections. In inetd mode it can handle source clients and gopher, too. There is no need for a specal port for gopher. The protocol is detected per client at runtime. OPTIONS
--inetd Enables inetd mode. --server SERVER Set Server to connect to. This may be usfull in inetd mode. --rate, --bits, --channels, --codec Sets the default rate, bits, channels or codec. Those option taking a argument for the given option. Codec names may be used. --rel-id SID Set the stream ID for the stream this stream is relative to. --help Show a brief help. EXAMPLES
Here is an example of a roarmonhttp listening on port 8000 using inetd: 8000 stream tcp nowait roard /usr/bin/roarmonhttp roarmonhttp --inetd SEE ALSO
inetd(8), inetd.conf(5), roartips(7), libroar(7), RoarAudio(7). HISTORY
For history information see RoarAudio(7). RoarAudio January 2010 roarmonhttp(1)
All times are GMT -4. The time now is 03:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy