Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Configuration Newbie Question Post 36556 by RTM on Friday 30th of May 2003 05:08:36 PM
Old 05-30-2003
Also check /etc/inetd.conf - look for telnet - it may be commented out. Vi the file and uncomment it and then do a kill -HUP on the inetd process (find it with the ps -ef|grep inetd command)

Example:
# ps -ef|grep inetd
root 177 1 0 Apr 28 ? 0:03 /usr/sbin/inetd -s
root 17304 17302 0 17:06:56 pts/2 0:00 grep inetd
# kill -HUP 177
#

This will make inetd re-read it's configuration file (/etc/inetd.conf). Also, telnet is sometimes turned off as company policy so if you need to check with your boss.

Sunsolve is a good place to start looking when you have a problem - found your error as follows:
Quote:
Connection refused
==================
No connection could be made because the target machine actively refused it. This
happens either when trying to connect to an inactive service or when a service
process is not present at the requested address.

Activate the service on the target machine, or start it up again if it has disappeared.
If for security reasons you do not intend to provide this service, inform the user
community, possibly suggesting an alternative.

The symbolic name for this error is ECONNREFUSED, errno=146.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

newbie question

hi im thinking of getting unix but i have no idea where to start I know that its an OS similar to linux but what hardware does in run on? i've heard of solaris but im not quit sure what it is thankxs (3 Replies)
Discussion started by: ninja
3 Replies

2. UNIX Desktop Questions & Answers

Newbie Question

I am fairly new to *nix/linux and I have just installed SuSe 8.2. I am wondering what skills would be good to learn. I know that I will need to learn how to write scripts, but what scripting languages should I learn. I greatly appreciate any and all comments. ... (5 Replies)
Discussion started by: Ntalektual
5 Replies

3. UNIX for Dummies Questions & Answers

Newbie Question

Hi, I have a file, that is delimited by :: and the purpose of this file is none of your business. ;) There are about 65000 lines in this file, and there are lines that I would like to remove. About 45000 of them. Is there some sort of commands that I can run, to remove word(s) from this... (4 Replies)
Discussion started by: th3gh05t
4 Replies

4. UNIX for Dummies Questions & Answers

Very new newbie question

sorry if im not asking inthe right spot but, how do you turn the beeping off every time you hit a key onthe keyboard. I tried the click -n but it told me it didnt recognize click any help would be greatly appreciated ( the beeping is not going over well in the surrounding cubicles) thank you... (4 Replies)
Discussion started by: Split100
4 Replies

5. UNIX for Dummies Questions & Answers

newbie question

I am taking a db classes toward oracle 10g. I am taking unix as well . I need to know what is the best option for os . should I use linux fedora. or get a sun box and start learning from there. Thanks (6 Replies)
Discussion started by: xzyan
6 Replies

6. Programming

Newbie question

Dear all, I have a question related to parallel programing and if you can give me some hints on how to deal with it, it would be really great. I would like to run a small application on a supercompter of 128 CPUs. Unfortunately, on this machine only jobs which require 32 CPUs are allowed to... (1 Reply)
Discussion started by: Eduard
1 Replies

7. UNIX for Dummies Questions & Answers

UNIX newbie NEWBIE question!

Hello everyone, Just started UNIX today! In our school we use solaris. I just want to know how do I setup Solaris 10 not the GUI one, the one where you have to type the commands like ECHO, ls, pwd, etc... I have windows xp and I also have vmware. I hope I am not missing anything! :p (4 Replies)
Discussion started by: Hanamachi
4 Replies

8. Shell Programming and Scripting

perl newbie . &&..programming newbie (question 2)

Hello everyone, I am having to do a lot of perl scripting these days and I am learning a lot. I have this problem I want to move files from a folder and all its sub folders to one parent folder, they are all .gz files.. there is folder1\folder2\*.gz and there are about 50 folders... (1 Reply)
Discussion started by: xytiz
1 Replies

9. UNIX for Dummies Questions & Answers

Newbie question

Hey. i am doing a lab work for shcool I am new to using the commands. This question is give to me. I do not no the length of file nor do i know the how many charterers they are in the question. Question below "Assume that you are NOT currently in your home directory. Enter a command to copy... (1 Reply)
Discussion started by: maniac173
1 Replies

10. Shell Programming and Scripting

What does this do (newbie question)...

I was looking through some code online and came accross this... ls *.txt | grep text1 | cat file1 – file2 | `echo wc –l` I know what "ls|grep text1" does and I know a word count gets echoed but beyond that I am confused. Please use layman terms as much as possible as I am a newbie. (8 Replies)
Discussion started by: elohssa
8 Replies
INETD2RLINETD(8)						   rlinetd 0.8.2						  INETD2RLINETD(8)

NAME
inetd2rlinetd - configuration file converter SYNOPSIS
inetd2rlinetd [--force-overwrite] [--print-file-names] [--add-from-comment] [-f file] [-l entry] [directory] DESCRIPTION
inetd2rlinetd is a script to convert typical inetd.conf(5) style configuration files to rlinetd.conf(5) style configuration files. OPTIONS
-f file File in inetd.conf(5) format which will be converted. Default in stdin. -l entry A line in inetd.conf(5) format. Only that line will be converted. On Debian systems, this option is used internally by the update- inetd(8) command. directory Output files directory. Default is /etc/rlinetd.d. --force-overwrite Forces overwriting existing files with new version. --print-file-names Prints to standard output list of generated files. --add-from-comment Puts special comment with original inetd.conf(5) line in front of each converted service. NOTE Options -f and -l cannot be used together. SEE ALSO
rlinetd.conf(5), inetd.conf(5), inetd(8), rlinetd(8) AUTHOR
This manual page was written by Mikolaj J. Habryn <dichro-doc@rcpt.to>. Modified by Robert Luberda <robert@debian.org>. Debian July 4th, 2011 INETD2RLINETD(8)
All times are GMT -4. The time now is 04:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy