| 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)).
|
| 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
|
| ================================================================================
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..
|