T.R | Title | User | Personal Name | Date | Lines |
---|
31.1 | | LESLIE::LESLIE | Andy ��� Leslie, a man of vision :-) | Thu Jan 26 1989 17:05 | 2 |
| Licensing problems prevent offical support under SDC V5.1.
|
31.2 | For those in the fast lane | YUCATN::LASTOVICA | ain't juggling till there's 3 up | Thu Jan 26 1989 19:13 | 5 |
| for unofficial and internal only use, check out the kit at
RESOLV""::SYS$KITS:[PUBLIC]SDC_PSVIEWER.SAV, restore it in some directory
and then execute some command procedure in there (sorry I forgot what
it is, should be real obvious).
|
31.3 | Hang problem | POETS::G_SCHULTZ | Geoffrey Schultz | Wed Apr 12 1989 16:41 | 12 |
| I was running V5.1-1TA in an LAVc. I installed the PSviewer kit
pointed to by .2. It installed just fine, and comes up on
my workstation. It kept dieing with XLIB-Insufficient Virtual Memory.
I upped CTLPAGES and that stopped the insufficient virtual memory
aborts, but now my whole session hangs after I use it for a bit.
All of the DECwindow processes are there, and the log files show
nothing. I've looked at quotas and don't see anything suspicious.
Does anyone have any clues as how to fix this?
-- Geoff
|
31.4 | | CSSE32::LESLIE | Thirty three and a third | Wed Apr 12 1989 16:48 | 4 |
| Geoff
how much memory have you got?
Andy
|
31.5 | Ooodles of memory | POETS::G_SCHULTZ | Geoffrey Schultz | Wed Apr 12 1989 17:56 | 10 |
| Re .4 24 Mb on a Mayfair GPX.
-- Geoff
P.S. This problem is not specific to PSviewer. It's just that PSviewer
will kill it every time. I regularly Autogen with feedback and have
very little "garbage" in my MODPARAMS.DAT file. Anything that's in
the MODPARAMS.DAT file is MIN_xxx anyhow.
-- Geoff
|
31.6 | | STAR::ORGOVAN | Vince Orgovan | Wed Apr 12 1989 20:37 | 4 |
| Xlib insuffficient virtual memory errors occur when lib$get_vm
returns LIB$_INSVIRMEM. Probably your system's VIRTUALPAGECNT sysgen
parameter is too low.
|
31.7 | Not VirtualPageCnt | POETS::G_SCHULTZ | Geoffrey Schultz | Thu Apr 13 1989 14:46 | 17 |
| <<< Note 31.6 by STAR::ORGOVAN "Vince Orgovan" >>>
Xlib insuffficient virtual memory errors occur when lib$get_vm
returns LIB$_INSVIRMEM. Probably your system's VIRTUALPAGECNT sysgen
parameter is too low.
Re .6 The problem isn't VIRTUALPAGECNT. I changed it from 60000 to
100000 without any change in behavior. I could live with the
insufficient virtual memory errors. I can't live with the
entire session hanging! Several reboots a day isn't acceptable!
Perhaps this note doesn't belong in the PSviewer note, but in
a more generic DECwindow hang note. It's just that I can cause
the hang very easily with PSviewer, and I was hoping that someone
has seen the same thing and had a fix.
-- Geoff
|
31.8 | | PEKKA::PEURA | Pekka Peura, CSG-Helsinki | Thu Apr 13 1989 15:44 | 9 |
| re: .7
> The problem isn't VIRTUALPAGECNT. I changed it from 60000 to
> 100000 without any change in behavior. I could live with the
Did you also check PGFLQUOTA for that account with authorize.
Having large VIRTUALPAGECNT doesn't help if PGFLQUOTA isn't
also increased.
|
31.9 | Not PQFLQuota | POETS::G_SCHULTZ | Geoffrey Schultz | Fri Apr 14 1989 16:40 | 11 |
| > <<< Note 31.8 by PEKKA::PEURA "Pekka Peura, CSG-Helsinki" >>>
> Did you also check PGFLQUOTA for that account with authorize.
> Having large VIRTUALPAGECNT doesn't help if PGFLQUOTA isn't
> also increased.
PGFLQuota is 1000000 for the account in question. Of course,
some of the DECwindow processes are started up using the PQL
quotas. Any more ideas?
-- Geoff
|
31.10 | I can find that bug in 39 steps | POOL::HALLYB | The Smart Money was on Goliath | Fri Apr 14 1989 20:03 | 10 |
| > some of the DECwindow processes are started up using the PQL
> quotas. Any more ideas?
Sure. (a) Actual pagefile space; (b) $ SET PROCESS/NORESOURCE_WAIT
in a few judiciously-chosen startup files.
Can you log in via SET HOST from a CCT when your system is "hung"?
John
|
31.11 | Not page file related
| GEOFF::G_SCHULTZ | Geoffrey Schultz | Tue Apr 18 1989 11:02 | 18 |
| The problem isn't physical page file space. My page file is 100,000
blocks, of which only 5,000 are in use and there are still 35,000
reservable. In general I will have 3,000 - 5,000 pages of physical
memory free.
I don't have any SET Process/NoResource_Wait statements in any command
procedures that I've written.
I can SET HOST to the system and execute anything that I want when my
DECwindow session is hung. That's how I've checked process quotas,
which appear to be fine. None of the processes are in resource wait
states.
I just have this gut feel that my SYSGEN parameters (set through
Autogen) are at some boundry condition that the DECwindow software
is tripping over.
-- Geoff
|
31.12 | It was related to SYSGEN settings | GEOFF::G_SCHULTZ | Geoffrey Schultz | Mon Apr 24 1989 17:03 | 5 |
| The problem is directly related to SYSGEN parameter settings. I
re-autogenned my system with a different feedback data file and
the problem has goen away.
-- Geoff
|
31.13 | Start iconised / close files? | KEITH::EDMUNDS | but I haven't got an fm2r... | Fri Apr 28 1989 13:15 | 11 |
| Sorry if this is a dumb question, but what do I do to make the PSViewer
start iconised?
Also, is there a way to close a file once it has been viewed (other
than by opening another). At the moment, I always have the last file
viewed open.
Thanks
Keith
|
31.14 | To start ICONized... | AGBEAR::HORNER | A.G.Bear, Low tech teddy bear | Sun Apr 30 1989 16:11 | 13 |
| RE: 13
You can add the following line to SYS$LIBRARY:DECW$PSVIEWER.DAT to
make it start up ICONized:
*initialState: 3
Perhaps someone else could supply more of a resource name that would
allow it to be put in the DECW$XDEFAULTS.DAT file. I haven't had any
luck along this line, which is why I put it in the SYS$LIBRARY file.
Dave
|
31.15 | PSViewer.initialState: 3 | VEENA::thomas | The Code Warrior | Sun Apr 30 1989 17:21 | 1 |
|
|
31.16 | Error when trying to read in a .PS RAGS file | CASEY::BURACK | Not Fade Away | Mon May 01 1989 12:42 | 20 |
| Hi,
We are trying to read in .PS files processed with DOCUMENT that
include .PS RAGS files.
We get the following error message when it gets the page with the
included figure:
%%[ERROR:INVALIDRESTORE;OFFENDING COMMAND:RESTORE]%%
%%[FLUSHING:REST OF JOB (TO END-OF-FILE) WILL BE IGNORED]%%
this happens on a VAXstation II with 9 MB of memory and on a MICROvax
3500 with 35 MB of memory. We increased WSEXTENT and that helped
the memory error problem and the paging problem, but not the error
above.
Any ideas?
Ruth-Ellen Burack
|
31.17 | There's a switch to set | JAMMER::JACK | Marty Jack | Mon May 01 1989 14:04 | 4 |
| I think you have to enable DOCUMENT Mode in order to read DOCUMENT
files into the Previewer. It's in one of the pulldowns -- it's been so
many months since I ran the Previewer I can't remember which one.
|
31.18 | I tried that... | CASEY::BURACK | Not Fade Away | Mon May 01 1989 14:48 | 8 |
| re 31.17
I tried setting that switch and it still gives me the same error.
I can't read .ps rags files that aren't part of a document file
either.
Ruth-Ellen
|
31.19 | Any other suggestions? | CASEY::BURACK | Not Fade Away | Wed May 03 1989 17:04 | 7 |
| Hi,
So, I am still not able to read in .PS RAGS files into the Previewer.
Any ideas...
Ruth-Ellen
|
31.20 | a vague solution(?) | AIRBAG::SWATKO | Brother, can 'ya spare a Meg? | Thu May 04 1989 13:49 | 19 |
| I seem to recall that in DOCUMENT version V1.0 or less, there was a problem
with a pair of commands that surround the included image in the PS file that
DOCUMENT produces. Although I don't remember the exact PostScript command
that were out of order, it went something like this...
...(DOCUMENT produced PostScript)...
SAVE
FOO
(Included image PostScript)
RESTORE
UNFOO
...(more DOCUMENT produced PostScript)...
The problem is that the two commands after the graphic had to be switched
around. Sorry I can't be more specific. If you need more info, try asking
in CLOSET::DOCUMENT.
-Mike
|
31.21 | | CRBOSS::LEMONS | And we thank you for your support. | Thu Jun 01 1989 11:24 | 11 |
| I got the following error when trying to us PSviewer on a .PS file that prints
without error on Printserver V2.1:
%%[ Error: undefined; OffendingCommand: lettertray ]%%
%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
I tried DOCUMENT mode, and got the same error.
Suggestions? Thanks,
tl
|
31.22 | | CSSE32::MERMELL | Window Pain | Thu Jun 01 1989 12:55 | 29 |
| Funny, I just had the same problem this morning with
a file that would print on an LPS40 but not on an LN03R,
for the same reason. Knowing virtually nothing about
Postscript except that it's a Forth-style programming
language and in ASCII, therefore editable, I edited
the file and searched for "lettertray". From the
context it was clear that is was involved in selecting
a paper tray, which is irrelevant in the Viewer or an LN03R
with only 1 paper tray anyway. I commented out the
offending command and the file then printed fine. Here
is what it was in the document I was printing:
% statusdict begin
% pgs 1 eq { lettertray } if
% pgs 2 eq { legaltray } if
% pgs 3 eq { a4tray } if
% pgs 4 eq { b5tray } if
% pgs 8 eq { 11x17tray } if
% end
I added the "%"'s which appear to be comment delimiters.
In the past I ran into a similar problem with a file produced
by Interleaf. It had a similar workaround.
As an aside, it's a shame that we have s/w that produces postscript
files that will not print on "default" paper and work equally on LPS40's
and LN03R's.
|
31.23 | | CRBOSS::LEMONS | And we thank you for your support. | Fri Jun 02 1989 12:42 | 6 |
| Hmmm, couldn't the PSviewer and LN03R modules that create the bitmap from the
PostScript be modified to ignore commands that can't be executed on that
hardware type (e.g., set papertray)?
tl
|
31.24 | Extensions should not be used for most files | DECWIN::FISHER | Burns Fisher 381-1466, ZKO3-4/W23 | Sun Jun 04 1989 16:54 | 28 |
| re .21-.23:
Papertray is a device-specific extension to the PostScript language.
Most frequently, these kinds of extensions are used only by the device
handling routines. In this case, stuff like the printer modules that
get sent before the actual text of the document.
Use of these extensions in regular text will prevent the system manager
from doing stuff like sending certain jobs to alternate output trays.
I don't remember whether you said where the text came from, but
whatever generated it was not being a good citizen.
As to .23 (wouldn't it be nice if they could ignore commands...).
The problem is that extensions might be anything. We could, I presume,
add in a few common cases, but in general, they are doing the right
thing to burp on things that are not standard Postscript. It is
easy for you to MAKE them do that, however. An initial line of
something like
/papertray {0 pop} def
should do nicely. (Maybe there is a better way...this one defines
"papertray" to push 0 on the stack and pop it again. There may be
a better noop to use.)
Burns
|
31.25 | | KONING::KONING | NI1D @FN42eq | Mon Jun 05 1989 16:07 | 15 |
| /papertray {} def
is a simpler NOP. {} is the null executable string...
It wouldn't be reasonable for these things to be ignored. They have effects
in addition to selecting paper. (In other words, formally speaking NOP-ing
them is incorrect, though in 99% of the cases you wouldn't see any problem.)
Consider the effect of ignoring a command to select 11x17 paper on an LN03R...
It would be nice for the producer software either not to generate those
commands, or to put code around them that deals gracefully with their
absence. I'd offer the DVIPS utility as an example of one that does the latter.
paul
|
31.26 | How is this accessed? | CARTUN::MARGETSON | | Mon Jul 17 1989 16:39 | 10 |
|
I don't believe this has been addressed. How is PostScript
Previewer accessed? I'm backing up an individual who installed
Previewer last week and I now have a user asking how to access
this application.
Thanks,
Melinda Margetson
|
31.27 | | CSSE32::LESLIE | andy ��� leslie | Mon Jul 17 1989 18:03 | 8 |
| This is an INTERNAL user, right?
Good.
MC DECW$PSVIEWER is the command, I seem to recall.
���
|
31.28 | Thanks!! | CARTUN::MARGETSON | | Tue Jul 18 1989 10:20 | 6 |
|
Yes this is an INTERNAL user.
Melinda
|
31.29 | Previewer coming back? | TROA02::MSCHNEIDER | What .... me worry? | Tue Aug 08 1989 13:07 | 9 |
| My question is simple:
Is the PostScript previewer going to return to DECwindows for customer
usage sometime soon? Are there any 3rd party products that would fit
this customer requirement?
Martin
|
31.30 | | LESLIE::LESLIE | Andy ��� Leslie, CSSE/VMS Newbury | Tue Aug 08 1989 16:33 | 8 |
| 1) No.
2) We have in field test something that could be utilised to provide a
postcscript viewer. No promises, wait and see. Don't know about 3rd
party applications.
- ���
|
31.31 | *sigh*, gimme the forms... | DWOVAX::YOUNG | in the iron grip of bureaucracy | Wed Aug 09 1989 03:38 | 10 |
| Re .30:
(1) What is the formal mechanism for us to raise this as a
product/program issue? We have a HUGE number of WS sales that are
hostage to having a Postscipt preview capability.
(2) Who is the product manager/contact for this product? If it is the
"print-only" converter that I have seen references to, it is not going
to adequate (for us).
|
31.32 | | STAR::MFOLEY | Rebel without a Clue | Wed Aug 09 1989 10:31 | 7 |
|
Send your mail to Paul STAR::STEEVES. He's the DECwindows Product
Manager..
mike
|
31.33 | ULTRIX has it now... | POBOX::CHALTAS | No Walruses | Wed Aug 16 1989 15:33 | 8 |
|
I've always wondered -- why was the PS previewer OK on ULTRIX, but
nixed on VMS? In a few instances, we've ended up selling ULTRIX
to otherwise VMS-inclined customers that really wanted PostScript.
George
|
31.34 | | BLOCKP::NETH | Craig Neth | Wed Aug 16 1989 16:43 | 6 |
|
I heard it had to do with disagreements over how licenses are tracked.
Apparantly the way we track ULTRIX licenses met the requirements, while
they way we track VMS licenses did not. Of course, I could have heard
wrong, too - at least it sounds plausible.
|
31.35 | | PSW::WINALSKI | Meetings are our most important product | Wed Aug 16 1989 18:24 | 6 |
| RE: .34
The specific problem was VAXcluster licensing.
--PSW
|
31.36 | any more info? | POBOX::CHALTAS | What kind of fuel am I? | Mon Aug 21 1989 18:01 | 11 |
| Ah -- something like wanting a separate licence for each node
in the cluster??
Adobe has always had some funky licensing ideas -- they used to
licence their fonts on a per-physical-printer basis, so that if
your printer died and was replaced (or if repairing it changed
it's internal ID) then you needed to buy new fonts. I *believe*
this eventually got changed to something more reasonable.
George
|
31.37 | should be able to do it now | MAXDOG::kittell | Richard - Architected Info Mgmt | Mon Aug 21 1989 19:54 | 6 |
| DECwrite was faced with the same problem, because they
ship Adobe code with every kit. They've got a setup wherein you
can copy a netkit and order a VMS PAK from VTX.
Could the PS viewer do the same thing?
|
31.38 | | PSW::WINALSKI | Meetings are our most important product | Tue Aug 22 1989 16:05 | 9 |
| RE: .37
The problem wasn't distribution of the PSviewer for DEC-internal use. The
problem was getting agreement on how to do real, paying customer licenses. I
don't know the details beyond the fact that VAXcluster licensing was a stumbling
block.
--PSW
|
31.39 | PSviewer window goes away... | UGOTIT::ATKINSON | | Wed Sep 20 1989 18:16 | 17 |
| Another unsupported question on this viewer. I am a new DECwindows
users trying to get the viewer to work correctly. When I call up
a B sized (11x17papertray or Ledger) file, the viewer shuts itself
off or logs out or whatever. The windows go away. The view will
display 8.5x11 files nicely. The plots work just fine on LPS40.
Where do I look for error reports? Any other clues to debugging
this problem?
Oh, this is on VMS 5.1-1, Decwindows version 1, I believe. I know
that's old, but I am tied to it by vendor support (or lack of it)
for VMS 5.2.
Thanks,
Dave
|
31.40 | Where is the PSVIEWER kit? | GOBY::DCOLEMAN | Who woulda thunk it? | Wed Jun 06 1990 17:03 | 12 |
|
RE: 31.2
>
> for unofficial and internal only use, check out the kit at
> RESOLV""::SYS$KITS:[PUBLIC]SDC_PSVIEWER.SAV, restore it in some directory
> and then execute some command procedure in there (sorry I forgot what
> it is, should be real obvious).
>
The kit is no longer there. Is it available somewhere else?
Thanks,
Dave
|
31.41 | | STAR::MFOLEY | Rebel without a Clue | Wed Jun 06 1990 17:23 | 5 |
|
The CDA Viewer in VMS 5.4 reads and displays Postscript.
mike
|