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

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

3391.0. "HELP - disappearing dxterms" by CIM::KAIRYS (Michael Kairys) Tue Sep 25 1990 13:47

    I recently switched my 14 meg. VS2000 from VMS to Ultrix/UWS 4.0
    and am running Mwm from the Motif 1.1 kit. I have a problem with
    disappearing dxterms. I cannot specify a scenario; it seems random.
    The vanished dxterm may have been inactive or it may (in two
    occurances) have been quite busy doing a make. It may have been
    iconized or not. There is nothing, I believe, unusual in my
    environment, either system or user.
    
    I would appreciate any asistance, in terms of pointers to other
    information or suggestions of how I can get more information from
    my system.
    
    Thanks...
    
    (Posted in DECWINDOWS, DECTERM, ULTRIX, MOTIF)
T.RTitleUserPersonal
Name
DateLines
3391.1autologout?OXNARD::KLEEKen LeeTue Sep 25 1990 14:396
    Is it possible that you have some sort of automatic logout activated?
    Many UNIX shells have this feature.  Some system administrators turn
    it on by default.
    
    Ken
    
3391.2Not "autologout", if that exists...CIM::KAIRYSMichael KairysTue Sep 25 1990 16:124
    That occurred to me; however, the only such mechanism with I am
    familiar is the csh predefined variable "autologout", which is not
    defined in my environment, and may not even be implemented in the
    Ultrix csh, since I can't find it in the manual (csh(1)).
3391.3ABYSS::dikeTue Sep 25 1990 17:049
If they are crashing, you can find this out by running them manually from the
shell and seeing if there is any crash message when they exit.  I don't know
if these messages should show up in the session manager, but running them
in a shell is pretty infallible.

If mwm is losing the windows or moving them off the screen or something, you
can find them with xlswins.  I don't know if this will find unmapped windows,
though.
				Jeff
3391.4And the answer is...CIM::KAIRYSMichael KairysThu Sep 27 1990 15:2054
================================================================================
Note 620.1                 HELP - disappearing dxterms                    1 of 6
VOGON::DRUMGOOLE "Joe Drumgoole, ULTRIX/LMF"          6 lines  26-SEP-1990 07:49
--------------------------------------------------------------------------------
                           -< Running out of swap ? >-

    You are probably running out of swap. When this happens ULTRIX
    will kill processes at random (well not truely at random but thats
    another story).
    
    How much swap do you have configured ?
    

================================================================================
Note 620.3                 HELP - disappearing dxterms                    3 of 6
ELMST::MCAFEE "Steve McAfee"                          9 lines  26-SEP-1990 13:02
--------------------------------------------------------------------------------

>> config          vmunix  root on rd0a  swap on rd0b  dumps on rd0b

I'm on a DS3100 (PMAX), but I believe this should read:

config          vmunix  root on rd0a  swap on rd0b and rd1b dumps on rd0b

I had the same problem a few weeks back...

-steve

================================================================================
Note 620.5                 HELP - disappearing dxterms                    5 of 6
FUEL::graham "The revolution will be televised"      19 lines  26-SEP-1990 18:20
--------------------------------------------------------------------------------
                               -< some info .. >-


>    You maybe right; however, my /etc/rc file contains the command
>    "/etc/swapon -a", and swapon(8) purports to "specify additional devices
>    on which paging and swapping are to take place", where -a means "all
>    line "/dev/rd1b::sw..."

"/etc/swapon -a" is only a convenience in rc ...it is there so you don't
have to type it manually at system startup ( boot).  You still need the entries
in your config file (as pointed out by .3) so the kernel can deal correctly
with your environment.  Swapon is only there to enable the swap devices at
system startup time.  It is also appropriate to note that most swap devices
share space (same partitions) with the crash/dump areas.

Any good UNIX internals book can help with the above myths...try 'Leffler,
McKusick, Karels, Quaterman...Design and Implementation of the 4.3 BSD UNIX
Operating System.  Chapter 5 gives very good academic explanation.


Kris..