Kelly Leavitt <kelly(a)catcorner.org> wrote:
> Used sun (since
> compress essentially compiled out of the tarball). Used dd with the
> different bs settings.
>
> [...]
>
> I hope these work for John Willis, but
> I'm not making any promises either.
This should work just fine.
MS
And I'm not even using 2.11 or any type of BSD. Sun, Sco, Windows or Dos
based is all I can read and write 9 track tapes with. Used sun (since
compress essentially compiled out of the tarball). Used dd with the
different bs settings. Don't blame Michael for his stance though. There are
only so many things he can support. I hope these work for John Willis, but
I'm not making any promises either. Just trying to help out when and where I
can. I've got a 9-track drive and a bunch of tapes to recycle.
If it doesn't work, John will have to see if someone else can create the
tapes he needs. Either way, working or not, he's more than welcome to try.
Keep the tapes and pass em around until you get a working copy if what I did
doesn't work.
For what it's worth, I read and convert different _DATA_ tapes almost daily.
Labelled, unlabelled, ascii, ebcdic, variable length, fixed length, etc. I
essentially treated these as unlabled data tapes. I did read the tar files
back off onto sco and DOS and was able to "untar" them. diff showed the
write files and read files to be the same on both platforms.
Hope it all works.
-----Original Message-----
From: Fred N. van Kempen [mailto:Fred.van.Kempen@microwalt.nl]
Sent: Friday, January 24, 2003 7:13 PM
To: cctalk(a)classiccmp.org
Subject: RE: Quasijarus 4.3BSD on 1600bpi magtape
> > Yes. Use maketape from the 2.11BSD distribution.
>
> I strongly advise against this approach.
This is bullshit, Michael. "maketape" does exactly the same, namely,
creating tape files with a certain blocksize, separated by tape marks.
C'mon.
--fred
Well currently there's a nice HP 2100A system with no bids, starting at $600
I believe.. I know I'd pay that, if I could.. plus $400 for an HP 3030 tape
drive.. *drool*
Will J
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
> > Yes. Use maketape from the 2.11BSD distribution.
>
> I strongly advise against this approach.
This is bullshit, Michael. "maketape" does exactly the same, namely,
creating tape files with a certain blocksize, separated by tape marks.
C'mon.
--fred
Hello,
I just brought home a late serial numbered HP 9836C in mint condition. It
looks fine, shows almost no signs of use (and absolutely no signs of abuse),
but it seems to have a startup problem. When I power it up, it goes through
its POST and in the list of found hardware are the lines:
.
.
.
Flexible Disc
Flexible Disc Failed
.
.
.
After the POST, but before the 9836C looks for an OS to load, it emits a
series of high and low pitched beeps (low, low, high, low, high, high, low).
After that, it is able to load an OS (HP BASIC) and run fine, with the
exception that the left-hand floppy drive is inaccessible.
I've taken a known good floppy drive, floppy controller, and even the CPU
card from a 9826A (I swapped the PROM on the CPU cards to convince the test
CPU that it was a 9836C), but the error is identical in every case. It also
makes no difference if there are cards in the card cage or not, if a hard
drive is attached to the HP-IB interface or not, or if there are formatted
floppy discs in the drives or not.
I found a 9836C on eBay, and strangely enough it shows the same problem at
startup as mine:
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2303481339
What's going on here? What is the meaning of the beep pattern? Is there a
fix?
Thanks in advance,
Stan
I'm not sure if this is on- or off-topic. Replies go to the original author.
---------- Begin forwarded message ----------
From: Ron Amir <ronamir(a)pob.huji.ac.il>
Date: Monday, January 13, 2003, 8:20:39 AM
I work with a Newbrain computer model AD to command a stepper
(micromanipulator). I have a mechanical problem with the stepper. There is
no manufacturer name written on the stepper. The only thing written is "West
Germany" with a logo I can't recognize. As Grundy Buisness Systems were the
manufacturers of the Newbrain system I looked for their website but did not
find much. I found your e-mail address when I searched the net for
"newbrain". I would be grateful if you could tell me who sould I contact
regarding my stepper problem?
---------- End forwarded message ----------
--
Jeffrey Sharp
> Since the original enquirer asked for 1600 BPI, you would go by
FORMAT.1600.
> All files on my site are compressed with 4.3BSD-Quasijarus compress(1).
The
> 1600 BPI distribution consists of two tapes (assuming you are using 2400
ft
reels).
Well, I've downloaded the content, compile the compress for my UNIX and am
ready to write the tapes. Since I'm not using a native machine, any tips on
creating the tapes? I would guess from your notes that I would just dump the
files in binary from the computer to the tape. No headers, no special
markers. Just file<eof>file<eof>file...
any tips?
Thanks,
Kelly
I've managed to get a haul of DEC disk packs, the condition on getting
them out is that I erase them (no drive hardware available
unfortunately). Some kind of bulk eraser required, I feel, but can I
make one / get hold of one easily?
The haul is this:
21 x DEC RL02K-DC
10 x DEC RL01K-DC
3 x DEC RM03-P - I believe these are new and unused.
30 x HP 13356 - These 'belong' to the HP 1000 systems that are being
moved out this weekend.
Tim.
John Willis <jwillis(a)arielusa.com> wrote:
> Do I understand this right as meaning that the files for the
> First tape should be uncompressed, but the rest should remain
> Compressed?
Yes, for 1600 BPI. This is a new practice I have introduced with 4.3BSD-
Quasijarus0a due to the growth of the source size. 4.3-QJ0a /usr/src tarball
won't fit on a 2400 ft reel at 1600 BPI without compression. Since the
uncompress utility comes standard with the system (in /usr/ucb) and the
binaries are not compressed, I felt that it's OK to compress the sources.
MS
Do I understand this right as meaning that the files for the
First tape should be uncompressed, but the rest should remain
Compressed?
-----Original Message-----
From: Michael Sokolov [mailto:msokolov@ivan.Harhan.ORG]
Sent: Friday, January 24, 2003 11:38 AM
To: cctalk(a)classiccmp.org
Subject: RE: Quasijarus 4.3BSD on 1600bpi magtape
Kelly Leavitt <kelly(a)catcorner.org> wrote:
> Well, I've downloaded the content, compile the compress for my UNIX
and am
> ready to write the tapes. Since I'm not using a native machine, any
tips on
> creating the tapes? I would guess from your notes that I would just
dump the
> files in binary from the computer to the tape. No headers, no special
> markers. Just file<eof>file<eof>file...
Yes, do just that. Uncompress the files going on the first tape, write
the
second tape with the compressed files as you downloaded them.
MS
Greetings to all.
I hope no one will take offense to this request. Today in my mail, along with
the usual numerous classiccmp posts, were three messages of a very
large size. These three messages totalled 275 KB. AFAICT the original post
quoted an entire digest, and the replies then quoted the original message in
full.
Will you please trim your posts? Many list-members pay by the minute for
connection time. I myself use legacy micros to handle my mail; multiple
large posts cause severe constipation in these boxes . . .
TIA,
Glen
0/0
Kelly Leavitt <kelly(a)catcorner.org> wrote:
> Well, I've downloaded the content, compile the compress for my UNIX and am
> ready to write the tapes. Since I'm not using a native machine, any tips on
> creating the tapes? I would guess from your notes that I would just dump the
> files in binary from the computer to the tape. No headers, no special
> markers. Just file<eof>file<eof>file...
Yes, do just that. Uncompress the files going on the first tape, write the
second tape with the compressed files as you downloaded them.
MS
Franco Tassone <franco.tassone(a)inwind.it> wrote:
> I've installed Ultrix v4.3 on the mVax3100 from the cdrom distribution, and
> would like to install it also on the mVaxII, obviously no cd on it.
> Is there an alternative way to install it on the mVaxII ?
You can install Ultrix over Ethernet from a running Ultrix server, but don't
ask me how.
MS
The going rates for businesses in our area (south Texas, using Southwestern
Bell) is to bill by the minute, with start/stop time and ring-time measured
and billed in 6-second increments. If your party answers before the 3rd
ring, there's no ring charge. It they answer between the 2nd & 4th ring,
there's a 6-second charge. If they answer after the 4th ring, there's a
full minute charge. The main portion of the call is billed by the minute,
with your final minute being charged in 6-second increments. Southwestern
Bell has a near monopoly here, but the competition (after their lure-in,
loss-leader specials) is worse, since the also have to pay Southwestern Bell
to use the same trunk lines... -sigh-
Ed Tillman
edward.tillman(a)valero.com <mailto:edward.tillman@valero.com>
> -----Original Message-----
> From: cctalk-admin@classiccmp.org@PEUSA On Behalf Of chris
> <cb(a)mythtech.net>
> Sent: Wednesday, January 22, 2003 1:05 PM
> To: Classic Computer
> Subject: Re: A plea to classiccmpers
>
> >Pay by the minute for connection time? You're getting screwed.
>
> Maybe they are, but from what I gather, that is not unusual outside the
> USA.
>
> Even here in the USA, if you are on a dialup connection, and calling from
> a business... guess what, you are probably paying by the minute. Most
> business lines in the USA are billed per minute of connect time (or
> worse, by the "message unit").
>
> -
Regarding the History of data CDs... I did some research. OCLC
Online Computer Library Center, Inc. was adapting this technology
back in 1985-86. Specifically we were interested in multiple player
stacks or jukeboxes for collections of database disks.
Phillips, Hitachi, and Sony, were the first drives out. @ $900 - $1000
each
Phillips had a proprietary interface card for the PC bus that could
support two external drives. Hitachi had a card out that supported
multiple configurable I/O Bus Addresses and a parallel bus structure
that could support up to 4 external drives off a single interface
card. (OCLC selected Hitachi)
Each manufacturer also had SCSI cards that could support multiple
drives.
The big thing was the MSCDEX extensions supporting manufacturer
dependent device drivers with their "switches" enabling multiple drives.
Once the High Sierra Data format was adopted in 1985, and the MSCDEX
extensions were widely distributed, CD Drives became more common. Price
fell to $550-$600 ( Later MSCDEX distribution was tied to DOS Version
/ upgrade distribution )
After Windows 3.X software distribution consumed the worlds diskette
production capacity, AT class machines began shipping with CD Drives
installed.($110 price point)
Here is a (google recovered) link that shows a partial reconstructed
history of CD data adaptation:
http://www.itc.nl/~bakker/info/rs-data/cd-family.html
Sincerely
Larry Truthan
------------------Original Message--------------
From: "Bill Sudbrink" <wh.sudbrink(a)verizon.net>
To: <cctalk(a)classiccmp.org>
Subject: RE: Any Cromemco USERS?
Date: Wed, 22 Jan 2003 09:51:34 -0500
Reply-To: cctalk(a)classiccmp.org
<snippage>
> I'd be interested in knowing how you got CP/M onto the Cromix
> diskettes and configured for its memory model?
The hard way (and the fun way)! I wrote my own CBIOS, bootstrap,
and a program to format a diskette, cross-compiled on a modern intel
box, wrote a program to massage the compiler output into a text stream
that the ROM monitor on the 16FDC would like and then used the monitor
to run the formatter. Finally, pumped over the bootstrap, CP/M and
my CBIOS and used the sector write facility of the 16FDC ROM to write
the whole thing to a diskette a sector at a time. It was very gratifying
when the sucker booted up the first time.
MS: !!!!!! Very gratifying indeed, I'll bet!!! Wow - that's REALLY doing it
the hard way, but maybe it was the only way...! How long did that take?
-----------------------------------------
> TM100 drive(s) I assume?
Actually, a pair of SA-851s.
MS: Ah yes, you did say Imsai chassis, not Cromemco...
------------------------------------------
Something about the 16FDC doesn't play nice with the IMSAI front panel.
You can't deposit or examine memory with it on the bus. Even with the
schematics, I don't see what the problem is. Do you know a solution by
any chance?
MS:
Afraid not, the Cromemcos I worked with were all essentially stock.
Someone else asked me about that a while back; apparently there
is a document somewhere talking about using a 16FDC with a front panel.
I assume you have the complete manual, esp. PP 64-65, and have set the
switches to map out the RDOS ROM? I wouldn't think the interrupt chain or
the serial port have anything to do with it, but if your front panel uses I/O
ports, I don't think they can easily be disabled on the FDC.
Sorry, wish I could help.
mike
wow,
no one on this list has a copy of basic for the
sys/36?
not even sellam?
i - do have other sys/36 pgms to trade like rpg2 and
the 3270 and pc emmulator.
Bill
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
>Discuss, please. What do *you* use instead of consumer canned air?
I bought a small air storage tank at Sears. Its a 12 gallon tank or
something like that. I think it was about $40.
At first I filled my tank at my fire house off our breathing air
compressor, but that got to be a pain, so I bought a small air compressor
(also at Sears, also about $40)
The tank is good to about 200 PSI, and comes with a regulator assembly
and hose. The compressor is good to 250 PSI so it fills it nicely.
I added a coiled hose and blow gun attachment, and the system works quite
well. The compressor is a tad loud, so sometimes I walk away and close my
office door when it is filling (the tank does NOT have a blow off valve,
so I can't walk away for too long or I risk overfilling, so mostly I just
go deaf when it fills).
The only things I don't like are it doesn't last very long. So I find I
have to refill more often than I would like. Part of the rapid loss of
air is because one of my connections isn't air tight, so if I leave the
tank turned on, it slowly bleeds itself (it will go empty over night),
but in general, a 12 gallon tank just doesn't last long (way longer than
canned air however). Eventually I will replace it with a regular
tank/compressor unit, but I'm not in any rush.
Also, make sure you use some kind of a regulator so you can adjust
pressure as needed. The first time I used mine, I had the pressure up to
about 80 PSI and I went to blow the dust out of a floppy drive... I
watched the drive head rip clean off and shoot out the other side and
across the room. But the drive was real clean!
I generally keep mine at about 15 to 20 PSI for most work, going up to
about 40 if I am going after really encrusted dirt and dust on things
that are sturdy (like a power supply fan).
And the other major downside to all this... that dust has to go
somewhere... so my work bench now has to get regular scrubbing to remove
the crap that has gone airborne and resettled (and I'm afraid of what all
winds up in my lungs). Because of this, I have tried to move to a vaccum
for much of the initial dirt pickup, and switch to the air for the final
details.
-chris
<http://www.mythtech.net>
Hi all,
I own two mVax, a mVax3100 and an mVaxII, the first one equipped with cdrom
and tz30, the second with a tk50.
I've installed Ultrix v4.3 on the mVax3100 from the cdrom distribution, and
would like to install it also on the mVaxII, obviously no cd on it.
Is there an alternative way to install it on the mVaxII ?
Thanks in advance.
I recently came by a Jupiter 4000 and am in need of a manual. If anyone
might have one that I could get a copy of, I would appreciate it. Oh, this
is my first posting. Strange, but I remember the Classiccmp having a nicer
website recently, at least a front end, and it appears to have disappeared.
(If I have error'd in my posting protocols despite the FAQ, please let me
know.)
Thanks
Kurt
> if someone needs t [ --------------------- ] hey can scroll down. Having
[ What about those that ]
You know, I prefer t [ prefer to center post ] the comments. It keeps the
arguemnt in a logica [ comments that are off ]
[ topic and just plain ]
> to unnecessarily s [ stupid! :) ] n in the backside!!!!!!
[ --------------------- ]