T.R | Title | User | Personal Name | Date | Lines |
---|
3390.1 | wait... | TLE::ZANZERKIA | | Wed Sep 26 1990 10:29 | 6 |
| I don't know if this is a related problem but I had same problem with
running Motif V1.1 on VS3100 SPX. The solution was to add a delay of
($wait 00:00:15) 15 seconds in the SYS$LOGIN:DECW$LOGIN.COM file.
Give it a try.
Robert
|
3390.2 | Logname definition fails -> no login box | ALEXWS::ALEX | Bugs are coming in triplets ... | Wed Oct 10 1990 07:22 | 28 |
|
Some additional info to .0.
I've narrowed down the problem to DECW$STARTAPPS.COM file, the last
several lines.
$ decw$startup_dev = F$trnlnm("decw$startup_device")
$ define/nolog decw$display 'decw$startup_dev'
$ !
$ ! Start the session off
$ !
$ RUN sys$system:decw$startlogin
Now somehow define/log does not work. And decw$startlogin wants
decw$display logical defined in process table.
I've tried to increase JTQUOTA, PAGEDYN, etc... but to no avail. The
funniest thing is from any VT connected one can do the last two commands and
login box will appear nicely.
BTW, if DECW$IGNORE_DECNET is not define then the same problem appears
in the DECW$STARTUP just before "NCP SHOW EXEC CHAR".
Any help?
Alex
|
3390.3 | | DECWIN::FISHER | I like my species the way it is" "A narrow view... | Thu Oct 11 1990 15:22 | 5 |
| You have to start going backwards. What is the value of decw$startup_dev?
decw$startup_device? Etc. Or else what error message happens when you try
to define it, etc.
Burns
|
3390.4 | | ALEXWS::ALEX | Bugs are coming in triplets ... | Sun Oct 14 1990 04:58 | 15 |
|
>
>You have to start going backwards. What is the value of decw$startup_dev?
>decw$startup_device? Etc. Or else what error message happens when you try
>to define it, etc.
>
Burns,
The answer for the above is that both "decw$startup_dev" and
decw$startup_device are O.K. There is no error message for "Define" command, but
somehow the logical name is not beeing defined.
Back to you,
alex
|