On Feb 5, 15:52, Jerome Fine wrote:
> Is there any way to check a CD? Also, how often do you recommend making
> a new copy?
Just read it, or copy the entire CD to /dev/null and see if there are any
read errors reported.
> Also, can CD software duplicate (make an exact copy of a) CDs?
Most can. Some *only* do that!
> And can anyone suggest a way to do the following on a W98 (Yeck) system:
>
> I want to set up some files in both ISO file structure (available under
DOS/W95/W98)
> and under RT-11 as an RT-11 partition. Is there a way to copy the files
to a specific
> block on the CD?
If you make the RT-11 part as some sort of container file (LD: volume?),
you can use mkisofs to build an image consisting of everything else, and
work out its size. Then burn a CD which has two (or more) tracks: first
the ISO-9660 part (possibly with Rock Ridge and/or Joliet extensions), then
the container (or put some padding between to make the start of the
container where you want). Or start with the container, though I'm not
sure if that necessarily means it would start at a specific block. I'm
also not sure how many systems can read a multi-track data CD.
The way people usually do it for EFS disks for IRIX (EFS is the native
SGI/IRIX filesystem format used for bootable installation CDs) which have
to have partitions, is to build the image on a hard drive first, and burn a
raw copy of the entire hard drive (rather than the files/filesystem on it).
--
Pete Peter Turnbull
Network Manager
University of York
On Feb 5, 12:22, Lawrence LeMay wrote:
> >
> > See above. CD burners are wonderful.
> >
>
> Somewhat out of question, but does anyone know of any software that would
> download a web site, or a portion, to a local disk? IE, I would want to
be
> able to archive part of a web site onto a CDrom, without having to
manually
> save every image and web page, and manually edit the html links, etc.
>
> Ideally the software would understand that I was planning to burn
> 650 meg, or 700 meg, etc images, and would break the download into
> separate directories/images.
wget on a unix or Linux system. You'd want to pick your root point and
start wget with the -r (--recursive) and -k (or --convert-links) options
(to make any absolute links into relative ones, wherever possible) and the
-np (or --no-parent) so it doesn't follow links that go *up* the directory
tree rather than down (a good way to get lots more than you intended!).
There's also a -m (--mirror) option. You can refine things with other
options (such as those to avoid certain files or types, useful to exclude
those extra ?D=A indexes from directory listings) but I usually start with
-r -k -np. On a Windows system? Telnet to a Unix machine. There is a
Windows port, but I'm not sure how good it is.
wget can limit the total size of a download by setting a quota, but it's
not as useful as you might think. Better for you to decide yourself where
to split a collection over two or more CDs. Of course some sites make this
easy (like PUPS/TUHS, for which I run one of the official mirrors).
Another polite option is --wait, which waits between fetches to reduce the
bandwidth. Some sites might not like you hogging their connection. In
fact, recently I came across another site that had banned certain addresses
altogether for attempting to download a whole site without asking first.
The owner took the view that no-one could possibly want the whole site,
unless for a mirror, in which case it's best to ask.
Some sites have a megabytes-per-month limit imposed by their ISP, so again,
ask.
There are also programs for FTP (only) mirroring: the imaginatively-named
'mirror' and 'ftpmirror' come to mind, and pavuk too, but wget is a pretty
good all-rounder.
http://www.wget.org/http://www.gnu.org/software/wget/wget.htmlhttp://www.idata.sk/~ondrej/pavuk/http://noc.intec.co.jp/ftpmirror.htmlhttp://sunsite.org.uk/packages/mirror/
--
Pete Peter Turnbull
Network Manager
University of York
On Feb 5, 14:21, Bryan Pope wrote:
> And thusly Christopher Smith spake:
> >
> > > -----Original Message-----
> > > From: Fred Cisin (XenoSoft) [mailto:cisin@xenosoft.com]
> >
> > > > that they literally use it as a door stop (they have the
> > > monitor in use
> > > > proping a door open... makes me cringe every time I am over there).
> >
> > > Wrong machine for the job. Everybody knows that a
> > > Timex-Sinclair is the
> > > best doorstop.
> >
> > I don't know. Something heavier is probably better. Maybe a PET?
> > A small mini/deskside would certainly hold a door open well...
> > or anything in a BA23 enclosure with floor-stand.
> >
> > A commodore 128 also might have a chance of actually wedging into
> > the space between the door and the floor.
> >
>
> OK OK!!! This has gone a little too far!!!!! We've recently lost a PET
to a
> manical rampaging battlebot, we don't need to relegate them to door stop
> duty.
I agree. Anyway, you don't need a PET for that. An SBC like a KIM-1 is
much better; you can wedge it right into the gap under the door.
--
Pete Peter Turnbull
Network Manager
University of York
>Somewhat out of question, but does anyone know of any software that would
>download a web site, or a portion, to a local disk? IE, I would want to be
>able to archive part of a web site onto a CDrom, without having to manually
>save every image and web page, and manually edit the html links, etc.
>
>Ideally the software would understand that I was planning to burn
>650 meg, or 700 meg, etc images, and would break the download into
>separate directories/images.
On the Mac... iCab will let you pull down most of a site, it is limited
by the number of levels you tell it to follow links. It will place it all
in a folder, and keep the directory structure in tact (ie: subdirectories
go into sub folders), so that you can just start at the top, and follow
the links locally.
Other than that... I think the other app that I have heard recommended (I
use iCab myself), is called Site Sucker, or Web Sucker, one of those...
it too will pull everything down, retaining links as it goes.
-chris
<http://www.mythtech.net>
> Lastly, (to Chris, really) I seem to recall that a MacSE/30 (or
>Classic) that I had sold to someone had a Radius Full Page Display Card in
>it also.
Yup... I have that radius card I think. I have a video card that was in
the SE FDHD you sold me (well, really just tossed in the box along with
the Classic II). I can double check the card when I am at work tomorrow
(working from home today). Do you want the card back... or do you want to
give me the monitor when I am up there? :-D
>BTW, how is
>the GatorStar?
For the most part... still boxed... been busy writing CATI jobs. I think
I am going to skip copying the manuals... too darn big, too darn hard. If
I drop the manuals, the rest will just take me a day to organize and get
ready to bring to you.
What's a good weekend for me to make the drive? (Its looking like Sundays
are my only open weekend days until the 2nd weekend in March... after
that Sat or Sun is fine)
-chris
<http://www.mythtech.net>
On Feb 5, 0:11, Zane H. Healy wrote:
> >-Only 1 copy of a machine. Keep the best & cleanest. Trash, sell or
>
> Hmmm, there is the problem of spare parts for some of these systems....
>
> >-No books. Only one or 2 max complete reference per system. Or then it
gets
> >outta control.
>
> OK, this one I flat out disagree with!!!!
No, he wrote "one or 2 ... *complete* reference" (my emphasis). Per
system.
> Without documentation an old computer is worthless.
Agreed. Absolutely. Whenever I find old kit, I look around and ask around
for any and all manuals, documents, whatever.
As for complete, here's what I'd consider "complete", for, say, an 11/40
(like the one I got last year):
- complete printsets for all boards etc, a pile about 6" to 12" high.
- complete set of diagnostics (XXDP) listings, 12" - 18" wide on a shelf
- manuals for the CPU, bootstrap loader, DL11-W, etc etc, 6" wide
- technical manuals ditto for the RX02, RK05s, etc, 6" - 12"
- manual set for RT-11 or RSX-11 and languages etc, 20" - 40" of shelf
space
- IC and other components references, Texas Instrument TTL handbook, etc,
etc
- probably other things I've forgotten.
That 11/40 came with some of the original logbooks but not the invoices
etc. My 11/34 even had some of the original orders and invoices,
installation sheets, and the like.
As for the suggestion someone made that you can get documentation from the
web, well, that's sometimes true, but often the information is incomplete,
or in an unsuitable format, or disappears after a while. I can't count
the number of times I've been grateful that I downloaded a copy of some
document onto one of my own hard drives, because the original online
version has gone. Besides, a printed copy is often much more useful,
especially for circuit diagrams and large manuals.
--
Pete Peter Turnbull
Network Manager
University of York
Just got a pair of MicroPDP 11/73s - one of which is up and running
(RT-11) nicely, the othe seems to have a problem with the PSU. Anyone
know of a service manual/schematics for the PSU?
---
Tim Myers,
Protasis UK Ltd.,
Cheshire Innovation Park,
PO Box 1,
Chester,
CH1 3SH.
Tel : +44 151 355 4590
DDI : +44 151 355 4931
Fax : +44 151 355 4942
YAY! Party time.
----- Forwarded message from "Careena.Fitzpatrick" <Careena.Fitzpatrick(a)Mentec.com> -----
From: "Careena.Fitzpatrick" <Careena.Fitzpatrick(a)Mentec.com>
To: "'mrbill(a)mrbill.net'" <mrbill(a)mrbill.net>
Subject: RE: Hobbyist licenses for PDP-11 operating systems?
Date: Tue, 5 Feb 2002 14:19:11 -0500
> Dear Bill,
>
> The quick answer is yes we are. We are at present proposing to release a
> Hobbyists License Agreement with CD-ROM containing the software for the
> various PDP-11 Operating Systems. Our Website is been updated, the new
> website will have a Hobbyist page given all the relevant information on
> the Software, CD's,Licenses, and how to obtain them. There will be a total
> of 3 CD-ROM's covering all the Operating System available.
>
> If you have any please do not hesitate to contact.
>
> Careena.Fitzpatrick(a)mentec.com
> or 603 883 7711
>
> -----Original Message-----
> From: info
> Sent: Tuesday, February 05, 2002 1:53 PM
> To: Alex.Peirce; Rod.Hicks; Careena.Fitzpatrick
> Subject: FW: Hobbyist licenses for PDP-11 operating systems?
>
> ----------
> From: Bill Bradford[SMTP:MRBILL@MRBILL.NET]
> Sent: Tuesday, February 05, 2002 1:52:15 PM
> To: info(a)mentec.com
> Subject: Hobbyist licenses for PDP-11 operating systems?
> Auto forwarded by a Rule
>
> Have your plans for eventual hobbyist licenses for the
> various PDP11 operating systems been dropped?
>
> Bill
>
> --
> Bill Bradford
> mrbill(a)mrbill.net
> Austin, TX
----- End forwarded message -----
--
Bill Bradford
mrbill(a)mrbill.net
Austin, TX
> -----Original Message-----
> From: Fred Cisin (XenoSoft) [mailto:cisin@xenosoft.com]
> > that they literally use it as a door stop (they have the
> monitor in use
> > proping a door open... makes me cringe every time I am over there).
> Wrong machine for the job. Everybody knows that a
> Timex-Sinclair is the
> best doorstop.
I don't know. Something heavier is probably better. Maybe a PET?
A small mini/deskside would certainly hold a door open well...
or anything in a BA23 enclosure with floor-stand.
A commodore 128 also might have a chance of actually wedging into
the space between the door and the floor.
Chris
Christopher Smith, Perl Developer
Amdocs - Champaign, IL
/usr/bin/perl -e '
print((~"\x95\xc4\xe3"^"Just Another Perl Hacker.")."\x08!\n");
'
Someone contacted me about info on this Z80-based board. Not ever hading
heard of it I thought I'd pass it along here. If anyone can help this guy
out, please contact him separately.
Thanks.
Rich
-----Original Message-----
From: Robert Collier [mailto:rdcoll@hotmail.com]
Sent: Tuesday, February 05, 2002 2:57 PM
To: rcini(a)msn.com
Subject: Protec PRO-83 w/ Z80
Hello,
I am also interested in the classic computers and am currently researching
one now. I was wondering if you could tell me anything about the Protec
Microsystems PRO-83 Z80 Single-Board Computer. Specifically, where can I
find information about the power supply and compatible peripherals. I have
had difficulty finding any websites which mention this machine.
Thanks,
Rob