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

Conference unxa::cde

Title:CDE on Digital UNIXonment - CDE
Notice:CDE on Digital UNIX - for CDE on VMS, please see Note 1.3
Moderator:UNXA::SYSTEM
Created:Tue Nov 23 1993
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:660
Total number of notes:2674

599.0. "How to reenable xterm?" by NYOSS1::CHEN () Wed Feb 05 1997 17:28

    I did two things to replace dtterm with xterm under V4.0. After
    that I can't get xterm working. When I tried to run xterm I got
    the messge saying: "xterm: no available ptys". Here is what I
    have done:
    
    >su
    >cd /usr/dt/bin
    >mv dtterm dtterm.sav
    >ln -s /usr/bin/X11/xterm dtterm
    
    I also moved out my local .Xauthority file but don't remember it was
    done before or after.
    
    There is no error in .dt/errorlog file.
    
    Can anybody tell me what I did wrong?
    
    Thanks,
    
    Frank
     
T.RTitleUserPersonal
Name
DateLines
599.1Ptys -ALFAXP::RETTERERWed Feb 05 1997 18:4116
Hi Frank,

I just went thru this yesterday.

Check the file ownership and protections on /usr/bin/X11/xterm

It should have the following protections:

-rwsr-xr-x   1 root     bin       221184 Nov 16 04:02 /usr/bin/X11/xterm

Note the suid bit.

Hope this helps.

Rick Retterer
Workstation/Graphics Support
599.2It works!NYOSS1::CHENThu Feb 06 1997 10:344
    Rick
    
    I chowned /usr/bin/X11/xterm from bin to root. It works. Thanks.
    
599.3ALFAXP::RETTERERThu Feb 06 1997 16:402
Cool!