T.R | Title | User | Personal Name | Date | Lines |
---|
2134.1 | Try something supported (not as much fun, but...) | STAR::BECK | Paul Beck | Wed Jan 24 1990 19:00 | 3 |
| Pull down the Customize menu in your Session Manager window and start playing.
It's all there - Applications Definitions for non-standard apps, and AutoStart
for getting them started.
|
2134.2 | Get rid of the old stuff and start anew.. | STAR::MFOLEY | Rebel Without a Clue | Thu Jan 25 1990 00:52 | 11 |
|
Rename all your DECW$USER_DEFAULTS:*.DAT's to .OLD and log
out and log back in. Then use the Customize pulldown in
the Session Manager. Select the Autostart selection and
just click on what you want.. (FileView, DECterms, puzzle, etc..)
Clicking on them multiple times allows you to start up more than
one DECterm or FileView.
mike
|
2134.3 | | ADEPT::BURR | Deryl Burr DTN:226-7605 phone:(617)486-7605 Mail:LKG1-1/M06 | Thu Jan 25 1990 10:49 | 9 |
| Well I tried throwing everything out (named it .old) and I still get
the following error...
XIO: fatal IO error 65535 on X server "ADEPT::0.0"
after 885 requests (884 known processed) with 25 events remaining.
%XLIB-F-IOERROR, xlib io error
-DECW-E-CNXABORT, connection aborted
Deryl
|
2134.4 | | STAR::MFOLEY | Rebel Without a Clue | Thu Jan 25 1990 14:10 | 5 |
|
What values do you have for GBLSECTIONS and GBLPAGES?
mike
|
2134.5 | Gblsections and Pages | ADEPT::BURR | Deryl Burr DTN:226-7605 phone:(617)486-7605 Mail:LKG1-1/M06 | Thu Jan 25 1990 14:55 | 36 |
| -------------- ------- ------- ------- ------- ---- -------
GBLSECTIONS 400 250 20 4095 Sections
SYSGEN> SHO GBLP
Parameter Name Current Default Minimum Maximum Unit Dynamic
-------------- ------- ------- ------- ------- ---- -------
GBLPAGES 33700 10000 512 -1 Pages
282 Global Sections Used, 24456/9244 Global Pages Used/Unused
To add more "data" here is a show memory
System Memory Resources on 25-JAN-1990 14:51:01.53
Physical Memory Usage (pages): Total Free In Use Modified
Main Memory (16.00Mb) 32768 5974 25801 993
Slot Usage (slots): Total Free Resident Swapped
Process Entry Slots 60 25 35 0
Balance Set Slots 54 21 33 0
Fixed-Size Pool Areas (packets): Total Free In Use Size
Small Packet (SRP) List 1614 431 1183 96
I/O Request Packet (IRP) List 1058 51 1007 176
Large Packet (LRP) List 39 18 21 1648
Dynamic Memory Usage (bytes): Total Free In Use Largest
Nonpaged Dynamic Memory 1018880 105552 913328 52864
Paged Dynamic Memory 499712 233280 266432 229840
Paging File Usage (pages): Free Reservable Total
DISK$ADEPT_4624:[SYSEXE]SWAPFILE.SYS;3 4496 4496 4496
DISK$ADEPT_4624:[SYSEXE]PAGEFILE.SYS;1 16147 -41673 39992
Of the physical pages in use, 5503 pages are permanently allocated to VMS.
deryl
|
2134.6 | Try looking at contiguous global pages | AGBEAR::HORNER | A.G.Bear, Old fashion teddy bear | Fri Jan 26 1990 09:31 | 10 |
| There were several discussions in the old notes file about the importance
of contiguous global pages. Sometimes the difference between free global
pages and contiguous global pages can be great. Your total global pages
for a 16MB system is not that high. Try typing the two following DCL
commands and see how the free vs. contiguous global page values compare.
write sys$output f$getsyi("free_gblpages")
write sys$output f$getsyi("contig_gblpages")
Dave
|
2134.7 | Contiguous pages
Contiguous pages... | ADEPT::BURR | Deryl Burr DTN:226-7605 phone:(617)486-7605 Mail:LKG1-1/M06 | Fri Jan 26 1990 13:00 | 11 |
| Ok here are the results of that... Any other hints? Other people in my cluster
have no problems with their session manager, just little old me.
ADEPT::[BURR]> write sys$output f$getsyi("free_gblpages")
8530
ADEPT::[BURR]> write sys$output f$getsyi("contig_gblpages")
8250
ADEPT::[BURR]>
deryl
|
2134.8 | same problem | LDYBUG::PELAGATTI | Anne | Tue Feb 13 1990 13:34 | 5 |
| Any ideas on this problem? I have the same problem.
re: .6, I have 20K contiguous gblpages.
Are there UAF parameter guidelines?
|
2134.9 | Check the old "standards" again | AGBEAR::HORNER | A.G.Bear, Old fashion teddy bear | Wed Feb 14 1990 08:43 | 11 |
| I know this has already been suggested, but the only two other things
that I have seen cause this are either some kind of DCL code in one of
the four LOGIN files, or protection problems on the LOGIN files. Check
the system's DECW$SYLOGIN.COM, SYLOGIN.COM, your DECW$LOGIN.COM, and
your LOGIN.COM for any code whatsoever that expects some kind of input
or response at login time. Common examples of this are SET TERM/INQ,
READ/PROMPT, and INQUIRE, although there may be more. You can't do
anything that requires input, either implicit or explicit. SECURPACK
and PROJECT accounts are notorious for doing things like this.
Dave
|