>(Andrew Gallatin) writes:
>|>Yeah, looks like about 98% of them aren't availabile. After making
>|>this big announcement about freely available patches, this is a pretty
>|>weak follow-through. How is it that Sun and HP can put many of their
>|>patches up on the net for free but Digital can only put up a handful?
>On what do you base this statement? I found over 200 VMS, OSF and ULTRIX
>patches. Are you saying that there are some 9800 patches not available?
>--
I'm saying that 98% of Digital Unix (and Ultrix, for that matter)
patches aren't available. I just checked, and my original estimate
wasn't too far off:
ftp to ftp.service.digital.com and poke around in the Digital Unix
patches.. Notice that there are lots of directories undereath an OS
corresponding to different version numbers of the OS. Notice further
that the many of the patches are links to other files in the same tree
where the patches really exist. For example:
ncftp> ls -l pub/osf/v3.2/osfsendmail_e01032.tar
So how many are there?
8
(in case anybody is wondering, all the OSF/1 patches seem to be tar files).
Ok, so how many readmes are there?
ncftp> ls -l patches/Readmes/osf | wc -l
432
Hmm.. I *thought* I was exaggerating, but it looks like a 98%
unavailable rate was a pretty good guess (8/424 ~= 98%)!
Well, I suppose I'm not being fair. Since there are some duplicates,
we should really pick them out:
ncftp> ls -l patches/Readmes/osf | cut -d_ -f 4- readmes | sort | uniq | wc -l
230
This isn't much better (222/230 ~=) 96% unavailable.
Risc Ultrix seems to be even worse.. A grand total of one available patch
and 271 readmes. Vax Ultrix is a little better, 2 patches for 154
readmes.
On the plus side, it looks like there *are* lots of VMS patches.
However, this doesn't do me much good, as I manage Digital Unix and
Ultrix systems.
Perhaps the unix end of things isn't finished?
Drew
##############################################################################
# Andrew Gallatin, Computer Project Manager #
# Institute of Statistics and Decision Sciences #
# Box 90251, Duke University, Durham, NC 27708-0251 #
##############################################################################