HP3000-L Archives

November 1999, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Emerson, Tom # El Monte" <[log in to unmask]>
Reply To:
Emerson, Tom # El Monte
Date:
Fri, 19 Nov 1999 19:20:31 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (165 lines)
I'm getting some VERY strange errors trying to unpack this with lzw...

> -----Original Message-----
> From: Paul H. Christidis [mailto:[log in to unmask]]
>        To All,
> 
>        The latest version of the Y2K compliant version of SLEEPER has
>        been released.  It can be down-loaded
>        from :
>            
  http://www.editcorp.com/editcorp/products/Free-Shareware.html
> 

As there are few, if any, instructions on that page for downloading, I've
tried a couple of methods:

1) download to PC, then use reflection to transfer AS BINARY to the HP

listf ./sl@,2
                          MPEX %LISTF ./sl@   PAGE 1

FILENAME  CODE  ------------LOGICAL RECORD-----------  ----SPACE----
--DAYS--
                  SIZE  TYP        EOF      LIMIT R/B  SECTORS #X MX   ACC
MOD

sleep             122W  VB        3296       1099   1     1072  5  5


OK, it's there and it's binary...

LZW "-V -f ./sleep "

LZW: (C) 1993 - Telamon, Inc. - Version A.02.04 (Dec 28 1993-17:14:23)
Validate (LISTF)
Use archive file: ./sleep
***Invalid archive file code: 0

[obviously, I don't use lzw on a daily basis...] seems the file should have
a code of 665, since that's what I see on some files CREATED on our system
w/lzw...

altfile ./sleep;code="665"
LZW "-V -f ./sleep "
LZW: (C) 1993 - Telamon, Inc. - Version A.02.04 (Dec 28 1993-17:14:23)
Validate (LISTF)
Use archive file: ./sleep
***File: AdfÒAdGfAk `Ak dAk hAk lAk  Ak  Ak  Ak Ak ¯
***NAME CANNOT BE EXPRESSED USING THE SPECIFIED SYNTAX (FSERR 391)
 
+-F-I-L-E---I-N-F-O-R-M-A-T-I-O-N---D-I-S-P-L-A-Y---------------------------
--+
!  FILE NAME IS /EMERSON/WORK/sleep
!
!  FOPTIONS: SYS,BINARY,FORMAL,V,NOCCTL,DEQ
!
!            NOLABEL
!
!  AOPTIONS: INPUT,NOMR,NOLOCK,DEF,BUF,NOMULTI
!
!            WAIT,NOCOPY
!
!  DEVICE TYPE: 3      DEVICE SUBTYPE: 8
!
!  LDEV: 4        DRT: 8         UNIT: 0
!
!  RECORD SIZE: 122    BLOCK SIZE: 124   (WORDS)
!
!  EXTENT SIZE: 239    MAX EXTENTS: 5
!
!  RECPTR: 0           RECLIMIT: 1099
!
!  LOGCOUNT: 0            PHYSCOUNT: 0
!
!  EOF AT: 3296        LABEL ADDR: %00000000000
!
!  FILE CODE: 665      ULABELS: 0
!
!  FILE OWNER: TOM.EMERSON
!
!  PHYSICAL STATUS: ????????????????
!
!  ERROR NUMBER: 391   RESIDUE: 0
!
!  BLOCK NUMBER: 0            NUMREC: 1
!
+---------------------------------------------------------------------------
--+
***Error number: 303

help fserr 303

MPE's message catalog contains the following (set #8, msg #303):

INVALID ACCESS FOR ITEM NUMBER TO FDEVICECONTROL (FSERR 303)

hmmm... maybe because this is a "posix" filename?

rename ./sleep,sleep860

LZW "-V -f SLEEP860"

LZW: (C) 1993 - Telamon, Inc. - Version A.02.04 (Dec 28 1993-17:14:23)
Validate (LISTF)
Use archive file: SLEEP860
***File: SLEEP860.WORK.EMERSON
***OPERATION INCONSISTENT WITH ACCESS TYPE  (FSERR 40)
 
+-F-I-L-E---I-N-F-O-R-M-A-T-I-O-N---D-I-S-P-L-A-Y+
!  FILE NAME IS SLEEP860.WORK.EMERSON            !
!  FOPTIONS: SYS,BINARY,FORMAL,V,NOCCTL,DEQ      !
!            NOLABEL                             !
!  AOPTIONS: INPUT,NOMR,NOLOCK,DEF,BUF,NOMULTI   !
!            WAIT,NOCOPY                         !
!  DEVICE TYPE: 3      DEVICE SUBTYPE: 8         !
!  LDEV: 4        DRT: 8         UNIT: 0         !
!  RECORD SIZE: 122    BLOCK SIZE: 124   (WORDS) !
!  EXTENT SIZE: 239    MAX EXTENTS: 5            !
!  RECPTR: 0           RECLIMIT: 1099            !
!  LOGCOUNT: 0            PHYSCOUNT: 0           !
!  EOF AT: 3296        LABEL ADDR: %00000000000  !
!  FILE CODE: 665      ULABELS: 0                !
!  FILE OWNER: TOM.EMERSON                       !
!  PHYSICAL STATUS: ????????????????             !
!  ERROR NUMBER: 0     RESIDUE: 0                !
!  BLOCK NUMBER: 0            NUMREC: 1          !
+------------------------------------------------+
***Error number: 502

HELP FSERR 502

MPE's message catalog contains the following (set #8, msg #502):

INTERNAL CLOSE ERROR-POST FAILED;INVALID POINTER  (FSERR 502)

The only thing I can think of, at this point, is that I have an out-of-date
version of lzw, but that seems unlikely [even though the banner above shows
1993] since the version (A.02.24) matches what I see in the file header:
%print sleep860;format=strwrite(r:'garbage')
........A.02.04...AAREADME.SLEEPSTG.SYS........................:............
...
.
............................................................................
...
.
............................................................................
...
.
98/04/30
15:04:55..............................................................

2) I used FTP from this HP to get the file, using binary transfer mode, and
I still get 502's

ftp> open ftp.editcorp.com
<login>
ftp> cd HP3000/Freeware
ftp> binary
ftp> get sleeplzw.bin ./sleeplzw.bin

[etc]


MPE/iX version 6.0, no patches that I know of.

ATOM RSS1 RSS2