Not on System Console; Connection to host lost.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Not on System Console; Connection to host lost.
# 1  
Old 07-27-2001
Not on System Console; Connection to host lost.

hi all,
When I telnet my W2k machine to my Solaris8 machine, after typing my login name and password prompt, I get the following msg immediately.
====
Not on System Console.
Connection to host lost.
====
The 2 machines are connected on the same kingston workgroup hub. Can someone pls help?
# 2  
Old 07-27-2001

You're not trying to log in as root, are you? Most of the time, "root" cannot log in from places other than the console... even then some setups may not even allow you to log in at the console. Be one with the sudo and the su commands... They are your friends...

Just a guess, but given my limited SunOS/Solaris knowledge, that'd be my first guess...


# 3  
Old 07-27-2001
can you telnet from your W2k to your Sun box???
if you cant' then you have a problem with your telnet setup in which case you should check your /etc/services file for Telnet services and then do a #ps -ef |grep telnet and look for a process called in.telnetd ...but if you can then i would try this>>>

well the first thing i would check is to see if the CONSOLE line in the /etc/default/login is commented out or not.

# vi /etc/default/login

CONSOLE=/dev/console

is the line you are looking for and you would want to put a # sign in front of it.

#CONSOLE=/dev/console

this will allow connection to the box from remote locations.
this line tells the system that you must login at the console
# 4  
Old 07-27-2001
Yes, root can't telnet into the SunOS 5.8 box until the line
CONSOLE=/dev/console is commented out.
Thanks for all the input.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

[TCPDUMP] Connection lost

I'm on Ubuntu – but it's the same on Debian. I'm using tcpdump in order to track the connection of computers on my private network. At some point, the internet connection of the computers launching the script is lost as well as the targeted computers. Here's the command line: tcpdump -i wlan0... (0 Replies)
Discussion started by: Skirmjan
0 Replies

2. Solaris

Problem with Console Connection

I'm having a problem establishing a console connection between a V240 and a V440. I verified and re verified the connection was in the correct places. Commands: # tip hardwire connected Nothing happens after that. Other V440's work fine with the receiving the connection. Is there a... (8 Replies)
Discussion started by: adelsin
8 Replies

3. Solaris

ILOM - lost connection

Hello, In my server Sun Enterprise T5140 I have unusual problem with ILOM. After several, several days, I can not connect to the ILOM. For connection to the ILOM I turn off the server power and then turn it on. Where is the problem? Regards (10 Replies)
Discussion started by: bieszczaders
10 Replies

4. UNIX for Dummies Questions & Answers

ssh_exchange_identification: Connection closed by remote host Connection closed

Hi Everyone, Good day. Scenario: 2 unix servers -- A (SunOS) and B (AIX) I have an ftp script to sftp 30 files from A to B which happen almost instantaneously i.e 30 sftp's happen at the same time. Some of these sftp's fail with the following error: ssh_exchange_identification: Connection... (1 Reply)
Discussion started by: jeevan_fimare
1 Replies

5. HP-UX

SCP transfer failed, lost connection

Hello, We try to do an SCP of a Sybase dump file of 4Go between two production HP-UX servers. Each time the transfer stopn at 299Mo and we have the message "connection lost". The destination FS has largefiles option activated. Could you help ? (7 Replies)
Discussion started by: ohemeg
7 Replies

6. Debian

Killing host connection

Hi All Is there a command (or set of commands) that can be used to kill a connection listed in the netstat table? Say there is a host connected to a certain port on your machine, and it is listed via a 'netstat -an', is there a way to issue some commands to 'disconnect' or kill that connection? ... (5 Replies)
Discussion started by: saabir
5 Replies

7. UNIX for Dummies Questions & Answers

console connection to ultra 2

I have a ultra 2 enterprise server without a video card. I tried to connect my PC to the sun box through console ports using hyperterminal with the standard setting(9600, 8, N, 1) but failed. The cable I used is a DB9 female--DB25 male null modem cable. Using the same setting and cable, I could... (1 Reply)
Discussion started by: yongmeic
1 Replies

8. UNIX for Dummies Questions & Answers

Connection to host lost

I keep receiving this message when trying to connect using telnet to SunOS 5.8 running Solaris 8 from W2k. I checked system and inetd.conf and they seem to be ok. I can ping the host ok. ftp also works fine. Any suggestion would be greatly appreciated. (2 Replies)
Discussion started by: goose
2 Replies

9. UNIX for Dummies Questions & Answers

Connection Lost from Unix Server....

This morning I was working by Xwindow to my unix server (hp-ux, 11 version), without any problem but this afteernoon, the connections was refused, and triying to connect using telnet, sometimes I can establish the connection and refuses me in a minute, the error message that appears is "your... (1 Reply)
Discussion started by: fvicente
1 Replies

10. UNIX for Dummies Questions & Answers

connection to host lost

Hi all, I am connecting to a unix host from NT workstation via telnet. After working for around two hours I get the message "connection to host lost" What could the problem be? (1 Reply)
Discussion started by: nbiketi
1 Replies
Login or Register to Ask a Question