1824496 Members
3410 Online
109672 Solutions
New Discussion юеВ

Re: Unable to login

 
castro_2
Regular Advisor

Unable to login

When I try to login the system, I can't do it
this is the error.

/usr/lib/dls.sl Call to map() failed BSS /usr/lib/libns1.1
/usr/lib/dld.sl not enough space

Is the problem swap o / is full, How can I do to login?
6 REPLIES 6
Ian Vaughan
Honored Contributor

Re: Unable to login

HI,
if you are able to get into the system from an existing session - kill some of the existing processes & check (& increase) the maxdsize kernel parameter - should be at least the same as physical ram.
HTH
Ian
Hope that helps - please click "Thumbs up" for Kudos if it does
## ---------------------------------------------------------------------------##
Which is the only cheese that is made backwards?
Edam!
Tweets: @2techie4me
Victor Fridyev
Honored Contributor

Re: Unable to login

Hi,

I'm afraid, one of the applications, which work on the server has a memory leak. The message says, that memory allocation for a new process can't be done. If you can wait until one of process dies, and frees some memory, so try to login once per some minutes. The simplest solution is reboot and memory monitoring after restart.

HTH
Entities are not to be multiplied beyond necessity - RTFM
Hoang Chi Cong_1
Honored Contributor

Re: Unable to login

Hi

I think no way to login...
My system had the same problem last time and we have to reset the server....
Anyway, if you have backup software, need a cold backup before reset your server. (some backup software still can backup filesystem!)

Goodluck to you
HoangChiCong
Looking for a special chance.......
Paul T. Cardullo_1
Occasional Advisor

Re: Unable to login

have you tried from run level 1
you should be able to boot to boot admin
from boot admin the command is hpux -is
this will bring you to a prompt without any logins.
most of the services will not be running.
then you can fix the kernal as suggested or remove the software causing the problem.

you will have to mount any drives needed to do this first.
Ravi_8
Honored Contributor

Re: Unable to login

Hi,

Reboot the machine to single user mode,

increase the values of maxdsize and maxdsize_64bit kernel parameters.

This should solve the problem
never give up
bhavin asokan
Honored Contributor

Re: Unable to login

hi,

may be netscape library

see the following links in /usr/lib.

-r-xr-xr-x 1 bin bin 679936 Nov 30 2001 libnsl.1
-r--r--r-- 1 bin bin 817348 Nov 30 2001 libnsl.a
lrwxr-xr-x 1 root sys 17 Oct 10 2000 libnsl.sl -> /usr/lib/libnsl.1
-r-xr-xr-x 1 bin bin 98304 Nov 6 1997 libnsl_s.1
-r-xr-xr-x 1 bin bin 122880 Oct 10 2001 libnsl_s.2
-r--r--r-- 1 bin bin 158712 Oct 10 2001 libnsl_s.a
lrwxr-xr-x 1 root sys 19 Oct 10 2000 libnsl_s.sl -> /usr/lib/libnsl_s.2

check for appropriate links according to this.


http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=92645


regds,