[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference csc32::consolemanager

Title:POLYCENTER Console Manager
Notice:Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS:
Moderator:CSC32::BUTTERWORTH
Created:Thu Aug 06 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1541
Total number of notes:6564

25.0. "error starting config" by WHELIN::SYSTEM () Wed Sep 30 1992 21:26

    # cm -e
    Starting Configuration Editor as background process - please wait ...
    # X Toolkit Warning: I18NOpenFile: Couldn't open file
    /usr/lib/X11/uid/cmeditm_
    null).uid - MrmNOT_FOUND
    MrmOpenHierarchy failed, status = 2
    
    Why do I get this error? Please help.
    
    
T.RTitleUserPersonal
Name
DateLines
25.1This is something we need to address!OPG::PHILIPAnd through the square window...Thu Oct 01 1992 15:0917
OK,

  You need to set your Language to either US English or
  British English from the Language-Customize pulldown
  in your session manager. Once this is done, check your
  .Xdefaults file in your home directory (DECW$XDEFAULTS.DAT
  on VMS) for a line which says :

*xnlLanguage:   en_GB

  This line may have a ".xxxxx" (where x is a number) added
  to the end, remove the .xxxxx, log out and then back in
  again, all should now be OK. If there is no .xxxx dont
  worry about logging out, you should be allset.

Cheers,
Phil
25.2What if ...VINO::DBIGELOWInnovate, Integrate, EvaporateThu Oct 01 1992 19:4617
    Phil,
    
     > You need to set your Language to either US English or
     >British English from the Language-Customize pulldown
     >in your session manager. Once this is done, check your...
    
    This is fine if you are running on a DECstation. What if you are
    running on a DECsystem where there is no session manger running?
    I took a look at the C code and it appears as though there is no default
    for the XrmGetResource call.
    Perhaps it might be best to make 'en_US' as the default and therefore,
    if there is no resource to be found, it would use the default.
    
    Cheers,
                                                         
        Dave
     
25.3OPG::PHILIPAnd through the square window...Thu Oct 01 1992 22:5713
Dave,

  Yep, there is no default, although I think we should have one, so I will
  do that.

  As for the bit about if you are not running on a workstation, well, thats
  really irrelevent as the calls we make are querying the X-Server and not
  reading the defaults file, so you could be logged in to the same account
  on the server from a workstation using both US and British English with
  no problems.

Cheers,
Phil
25.4Sounds goodVINO::DBIGELOWInnovate, Integrate, EvaporateFri Oct 02 1992 15:435
    Phil,
    
    OK, that makes sense. Thanks for the clarification.
    
    Dave