T.R | Title | User | Personal Name | Date | Lines |
---|
358.1 | CHILD maybe? | OIWS20::BRYSON | | Wed Mar 08 1989 14:27 | 8 |
| Is the file SYSERROR. or SYS$ERROR.? Are you running an older version
of CHILD? If not, what are you starting in DECW$SYLOGIN.COM and
DECW$LOGIN.COM. The session manager should only created the
DECW$SM.LOG as its output file.
David
|
358.2 | same things under uws | GILDOR::avolio | I was ULTRIX when ULTRIX wasn't *cool* | Thu Mar 09 1989 09:47 | 9 |
| The same thing happens under UWS, for your information. The SM leave files
in my /tmp directory "sm#.errs" where # is the pid number. These files
do not get cleaned up. Session manager droppings. (Errors also get
sent to /usr/adm/X0msgs. Debug statements from programs as far as I
can see. This file grows bigger forever, thereby enabling us to
see more disks :-).
Fred
|
358.3 | /tmp/sm#.errs => SYS$LOGIN:DECW$SM.LOG | OIWS20::BRYSON | | Thu Mar 09 1989 11:13 | 8 |
| The /tmp/sm#.errs would be equivalent to the SYS$LOGIN:DECW$SM.LOGs
that are produced by session managers. When the Session Manager on
VMS is started,SYS$OUTPUT and SYS$ERROR both point to DECW$SM.LOG.
The SYS$ERROR. files should not have been created by the Session
Manager (the way I understand it).
David
|
358.4 | DECW$SYLOGIN.COM | AKO484::SHEPRO | NOW what'd I do? | Thu Mar 09 1989 15:06 | 21 |
| The files are definitly SYS$ERROR.;v. I am running child in
DECW$SYLOGIN.COM:
$ !
$ ! DECW$SYLOGIN.COM - Initialize the DECwindows applications
$ !
$ !****************************************************************************
$ !* *
$ !* COPYRIGHT (c) 1987 BY *
$ !* DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASSACHUSETTS. *
$ !* ALL RIGHTS RESERVED. *
$ !* *
.
.
.
$ SET WORKING_SET/QUOTA=200
$ CHILD/IMA=SYS$SYSTEM:LOGINOUT/PAU:10/NOPASS/x=300/y=600/PAGE=7 -
/process="LAT"/ititle="LAT"/title="LAT"/INPUT=FA$UPDATE:VWSLAT.COM
$ SPAWN/NOWAIT/INPUT=NL: RUN SYS$SYSTEM:DECW$CLOCK
$ EXIT
|
358.5 | It's CHILD | OIWS20::BRYSON | | Thu Mar 09 1989 15:20 | 5 |
| You have an older verions of CHILD. See not 111.35 for details.
David
|