| 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 |
I installed DW and DECWRITE on a MVAX II - GPX
after booting the session manager freezed my screen.
I connected via LAT and started DECW$SESSION.COM at
$ run sys$system:decw$session I got the error message
- Bad Parameter value
can anyone give me a hint to avoide this ?
thanx in advance
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 1396.1 | STAR::ORGOVAN | Vince Orgovan | Thu Sep 07 1989 18:15 | 10 | |
You cannot start the session manager simply by running it interactively
from DCL. You should invoke @sys$manager:decw$startup to start
DECwindows.
What do you mean by "after booting the session manager freezed my
screen"? When you connect via LAT can you do a show system command?
Do you see a DECW$SERVER_n process? If not, then your server crashed
not the session manager. There will likely be a log files in
sys$manager:decw$server*.log.
| |||||
| 1396.2 | run sys$system:decw$session | VNABRW::LATZELSPERGE | V M S is not a rockband ! | Fri Sep 08 1989 05:36 | 20 |
I see decw$server_0. I am logged in under decwindows as system-
I see the icon box - and before the 2 windows are created the
decwindows-systems hangs (i see the red watch ...)
the i go to a vt220 - connect via lat to v5.2 and there i see the
message "bad parameter value" when I do
$ run sys$system:decw$session
This statement is in decw$startsm.com and that file is started after
DECW$startup.com
So i am hanging 4 statements before the end !!!
i have set SRPcount 600, irpcount 300,lrpcount 50,npagedyn 500 000,
pagedyn 500 000, virtualpagecnt 25 000, gblpages 25 000, gblsections
300 ...
mfg Bruno
| |||||
| 1396.3 | STAR::ORGOVAN | Vince Orgovan | Tue Sep 12 1989 18:32 | 8 | |
Decw$session expects sys$input to be a WSAn device type. That is
why you cannot run it interactively.
I don't know exactly why the session manager is hanging when you
try to login, but I suspect that something is wrong with either a
*login.com file or decw$xdefaults.dat. Is there anything in your
*login.com files that does a DCL INQUIRE statement perhaps?
| |||||