Problem - Telnet into unix release 4.0


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Problem - Telnet into unix release 4.0
# 1  
Old 01-29-2002
Question Problem - Telnet into unix release 4.0

In the past, when I telnet into the DNS server, I type the username and password, then should get a list of files and I go from there to edit the files. Now, when I telnet to the server, I enter the username and password, receive a message of the last person to login and then no list of file names. I cannot use any commands. Please help, I do not know how or why this happened.
# 2  
Old 01-29-2002
Can you please give a bit more detail?
When you login, do you get a command line
prompt? If so, you say you cannot run any
commands like "ls" even?

Are you the system administrator?
If not, you should contact the system
administrator.
# 3  
Old 01-29-2002
I am the system admin at our facility but just know enough about the Unix DNS to get by. No, i do not get a command line prompt so the commands i type are not recognized, when I hit enter, it takes me to the next line w/o recognizing the command. All I get after logging in is the last login information and the cursor stops at the next line and just sits there. What could cause this symptom?
# 4  
Old 01-29-2002
Is your home directory an NFS mount? This may cause your login to hang.

If this is the case, try an account that is local to the system.
If you don't have one, try to find out why NFS is hanging from a different system.

If you have a console terminal attached to the system, check to see if any error messages are coming up on it.
thehoghunter
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

telnet problem

ok, i need to test a list of addresses via telnet and make sure that i get a response like the following: telnet anag.testboalo.com443 Trying 100.100.100.100... Connected to anag.testboalo.com. Escape character is '^]'. The thing is, for each address I telnet to, the telnet hangs in... (4 Replies)
Discussion started by: SkySmart
4 Replies

2. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

3. UNIX for Dummies Questions & Answers

telnet problem

Hello everyone, I have got this following script to telnet to other UNIX boxes from one UNIX box and then run a script to count a certain paramater. The following line connects to the other box(es): (sleep 1; echo $username; sleep 1; echo $password ; sleep 1 ; echo y; sleep 1; echo "\r" ; sleep 1... (2 Replies)
Discussion started by: Rajat
2 Replies

4. UNIX for Dummies Questions & Answers

Telnet Problem

I have a problem where on one unix machine I can telnet all IP addresses in the host file with no connection problem and another machine has recently started to have trouble connecting with the same host IP's on just some IP addresses where it had no trouble before. Have any ideas?? (17 Replies)
Discussion started by: tazzy
17 Replies

5. Solaris

Telnet Problem Help

Dear All I have a Sun280R server when i telnet to this server from my Laptop i got error : Could connect to 192.168.199.10(Server IP):port 23 closed I want to login to the server through its Db25 serial port but i used to connect to it from my laptop through USB to db9 then to Db25 so do... (1 Reply)
Discussion started by: zanetti321
1 Replies

6. AIX

telnet problem

hi all, i have a problem in telnet.when i am using telnet to my new aix server it takes about 5min to open. can any one tell what i have to do.???? (5 Replies)
Discussion started by: rrlog
5 Replies

7. HP-UX

Problem in Hp Unix 11 telnet srvice !!!!

Hi all, I have problem in my HP Unix 11 server . my problem is : When I try to telnet it, it gives me this error " connection refused by remote host" I asked one of my friends he told me you have to start telnet service and he did that by executing command like this " inited -c " or some thing... (1 Reply)
Discussion started by: KSA
1 Replies

8. HP-UX

telnet problem, help

Hi, My network layout is: Pub LAN | freeBSD | Internal LAN | + telnet srv on HP-UX 10.x box + other services (http, pop3, smtp, ftp)... I've the following problem: Inside Internal LAN I can connect myself to HP-UX telnet but from Public LAN in some place is refusing me... (5 Replies)
Discussion started by: efrenba
5 Replies

9. Filesystems, Disks and Memory

telnet problem

Hello friends, The problem is that we have one SunOS5.7 server, while attempting telnet to that server following error is occured - ld.so.1: login: fatal: libc.so.1: open failed: Too many open files The login on console is possible. The inetd daemon is running. inetd.conf and services... (1 Reply)
Discussion started by: rahul72
1 Replies

10. UNIX for Dummies Questions & Answers

Having problem using Telnet!!!!

Good day to you all, Hope you must doing good..me..oh no I am not..I've trying to log on to my network from home...but it's not letting me...I am trying to use telnet cis.hfcc.net but it's saying "connection to the host cannot to be established"????what is this...any good reason...do I have to... (2 Replies)
Discussion started by: tahaislam
2 Replies
Login or Register to Ask a Question