I was able to resolve this issue finally.  I had accidentally copied the
below function from my .bashrc file to my /etc/bashrc file.  Im guessing the
function just sent the shell startup into a never-ending loop causing the
shell to fail on startup.  Thus no login from the console or from SSH.

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

:-DK

> -----Original Message-----
> From: Manuel Aróstegui Ramirez [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 11, 2003 2:09 AM
> To: [EMAIL PROTECTED]
> Subject: Re: PLZ HLP!!! - Cant login from ssh or console but services
> are runn ing :(
> 
> 
> Are your hosts allowed to login by ssh? look at
> /etc/hosts.allow
> 
> --- David Kramer <[EMAIL PROTECTED]> escribió: > I
> was modifiying some Tomcat4 jar files and bounced
> > my server(RH 9.0), when
> > it came back online I received the following error
> > logging in via
> > ssh(OpenSSH_3.5p1-6) using PuTTY 0.35b:
> > 
> > Server sent disconnect message: 
> > "Command terminated on signal 11."
> > 
> > When logging from the
> > console(gnome-desktop-2.2.0.1-4) Im able to hit the
> > login through gui, but when I enter the info and
> > attempt the login, my
> > screen turns light blue and then resets itself back
> > to the login window.
> > When I attempt to login with invalid information, it
> > get the standard in
> > valid response.  All major services are up and
> > running and I can still use
> > them(FTP, MySQL and Tomcat4)
> > 
> > I searched online for the above error message and
> > didnt find much.  Im
> > completely at a loss here, any insight would be
> > greatly appreciated.
> > 
> > Thanks,
> > 
> > DK
> > 
> > 
> > -- 
> > redhat-list mailing list
> > unsubscribe
> >
> mailto:[EMAIL PROTECTED]
> > https://www.redhat.com/mailman/listinfo/redhat-list 
> 
> =====
> --
> 
> Manuel Aróstegui Linux user 200896
> 
> ___________________________________________________
> Yahoo! Sorteos  -  http://loteria.yahoo.es
> Juega a la Lotería Primitiva sin salir de casa
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
> 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to