I had a similar issue using bash as the users default shell.  You might try 
changing the users default shell.  JDS might be using getusershell which should 
look in /etc/shells for legal user shells and my default /etc/shells file did 
not have bash in it.  Or add /bin/bash to the /etc/shells file.


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven M. Dodier
Sent: Tuesday, October 14, 2008 8:18 AM
To: SunRay-Users mailing list
Subject: Re: [SunRay-Users] Help - users can´t login to the Java Desktop

I would suspect something in their environment is causing a core in java that 
is OK in CDE.  

1) Try cleaning their environment variables to a minimum, or start with basic 
.cshrc, .cshrc.local, .login, and .login.local files.  If this works, add 
sections of the previous files back in to find the culprit.
OR
2) Gunshot approach.  Move all hidden files out of the way.  With user logged 
out, su - <user>, mkdir old_dotfiles, mv .??* old_dotfiles/.  Setup default . 
files, and try to have user login to java again.  Of course you will have to 
move their important stuff (mail, browser settings and favorites, printer 
settings, ...) from old_dotfiles back into their home directory.

Per Lönnborg wrote: 

        I am quite a newbie in SunRay fault diagnosing, but here is the case:
        
        Every new user that tries to login AND uses the Java desktop gets only a
        black screen (mouse cursor is the only visible thing).
        
        However, if they change to CDE login it works.
        
        I get this fault messages when the users try to login:
        
        Oct 14 11:24:58 hostname gconfd (plo-14331) [ID 702911 user.info] 
starting
        (version 2.6.1), pid 143331 user ´plo´
        Oct 14 11:24:58 hostname gconfd (plo-14331) [ID 702911 user.error] 
Received
        signal 11, dumping core. Please report a GConf bug
        
        Thanks,
        
        /Per
        
          
        
________________________________


        _______________________________________________
        SunRay-Users mailing list
        [email protected]
        http://www.filibeto.org/mailman/listinfo/sunray-users
          


_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to