Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed


 
Thread Tools Search this Thread
Operating Systems Solaris Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed
# 1  
Old 07-22-2010
Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi,

I am unable to login into my terminal hosting Solaris 10 and get the below error message

Code:
"Server refused to allocate pty
ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory "

Is there anyways i can get into my machine and what kind of changes are required to be made so that this does not occur again.

Thanks for your help in advace..

Last edited by pludi; 07-22-2010 at 10:13 AM..
# 2  
Old 07-22-2010
check for / permissions, this also occurs when the root permissions are not proper, it has to be 755, if not, then make it 755.
Code:
root@test-1()# ls -ld /
drwxr-xr-x  27 root     root        1024 Jul 19 14:32 /

Moderator's Comments:
Mod Comment Please use code tags, ty
# 3  
Old 07-23-2010
Hey,

Thanks for getting back.But the problem here is that i cant login into the machine.neither ssh nor telnet.only when i can login can i check something on the machine.
Any clue how else can i login into the machine...
# 4  
Old 07-23-2010
Have you tried taking the console of the server.
# 5  
Old 07-26-2010
Yes..i have tried through the XSCF as well but unable to get through.Its an M3000 machine.Any clue what else can be done here..
# 6  
Old 07-26-2010
Since you are not able to connect to the server with any login account [including root],
you need to bring down the system to ok prompt by sending break signal from xscf and,
try to boot with any of the alternate option you have [clone disk, network boot] and then,
mount the current root disk so that you can check the permissions or can troubleshoot further.
# 7  
Old 07-26-2010
boot from cdrom. check your /etc/vfstab file and revert any changes that you made within esp for /etc if you had it as a separate partition. this is basically a permission issue. some hardening done on this machine?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to find whether Solaris installed on physical machine or on a VMware/KVM?

Hi All, . I am trying to find whether Solaris 11 installed on physical server or on VMware/KVM. I tried uname -a but it's giving only whether i installed on X86 or sparc machine. I tried prtdiag command but it's giving below information. command : prtdiag -v |grep "System... (2 Replies)
Discussion started by: sravani25
2 Replies

2. Solaris

Having solaris installed over VM ware machine in windows

I have installed solaris 10 over VM ware in windows machine. now i want to share the files from windows to solaris. how can i do so.. and pls tell if through putty i can access the solaris from windows machine without logging onto VMware. (4 Replies)
Discussion started by: jain_sharad143
4 Replies

3. Solaris

telnet and ssh not working .... but it pinging in Solaris 8

hi Everyone telnet and ssh not working in Solaris 8 .... but it pinging.... i also checked /etc/services /etc/inet/inetd.conf ps -ef | grep telnet ans default router ... everythinking is ok .... when i connect telnet then suddently closed ... and ssh is connection refused ... help... (1 Reply)
Discussion started by: coolboys
1 Replies

4. Solaris

Solaris ssh client hangs when connecting to another Solaris machine

Got a strange problem. I have 4 Solaris servers all configured the same, Solaris 10 x86 update 10. When I try to ssh from one Solaris 10 server to another server ssh hangs. I have an identical server and when I try this everything works fine. The weird thing is if I am root on the server... (1 Reply)
Discussion started by: ccj4467
1 Replies

5. Solaris

Solaris machine is at # prompt not able to login in GUI mode

Solaris machine is at # prompt not able to login in GUI mode : I want to login solaris server in GUI mode from # prompt. ---------- Post updated 12-30-11 at 11:36 AM ---------- Previous update was 12-29-11 at 02:23 PM ---------- Hi, Please send me some guidelines regarding this.... as... (2 Replies)
Discussion started by: sunray
2 Replies

6. Solaris

Solaris is freezing and unable to telnet/ssh

I have encounter this solaris problem and it happens intermittent. When it happens, the system is freezing and unable to telnet/ssh in but the system ip is still able to ping. after that it will back to the normal and everything seems like be normal again. it is sun cluster setup. scsi: ... (5 Replies)
Discussion started by: freshmeat
5 Replies

7. Solaris

what is the difference between openssh and ssh package installed with Solaris box

which should i prefer to install in my system openssh or ssh package provided by SUN by default. can i have two packages installed at the same time? (2 Replies)
Discussion started by: chidori
2 Replies

8. Solaris

unable to login Solaris 10

I have inherited a solaris 10 server. I went to log into it the other day over the console connection, and after sucessfully entering the password, I was booted back to the login prompt with no errors visible. If I enter an incorect password, the console displays 'incorrect password' and kicks... (8 Replies)
Discussion started by: Sol-nova
8 Replies

9. Solaris

cannot telnet/ftp to solaris machine by straight cable makes problem ..

Hi All, 1. modify /etc/default/login file as make commented # console= 2.put my laptops ip at both /etc/inet/ipnodes and /etc/host file still i can login via telnet/ftp through a DB9-serial cable, but when i tried through a lan stratight cable directly connected that machine... (7 Replies)
Discussion started by: mahadib
7 Replies

10. Shell Programming and Scripting

Login to a remote solaris machine as superuser through perl

I am trying to write a perl script that will do remote machine. I have done user loging using simple command; $telnet->login('test', 'test123'); But now I want to do root login or superuser login. So I tried the superuser command, $telnet->cmd("su"); But I am not able to send the... (0 Replies)
Discussion started by: james2
0 Replies
Login or Register to Ask a Question