View Single Post
  #1   (View Single Post)  
Old 9th May 2011
jsmith6134 jsmith6134 is offline
Port Guard
 
Join Date: May 2009
Posts: 10
Default missing: 4.9/packages/amd64/SHA256?

I normally get the SHA256 from the main site:

ftp.openbsd.org/pub/OpenBSD/4.9/packages/amd64/SHA256

Then I download from a mirror. However, 4.9 is missing the SH256 package for amd64 (had to slightly alter the FTP URL because I am less than 5 posts):

Code:
[~]ftp ftp.openbsd.org/pub/OpenBSD/4.9/packages/amd64/SHA256
Connected to openbsd.sunsite.ualberta.ca.
220 openbsd.srv.ualberta.ca FTP server ready.
331 Guest login ok, send your email address as password.
230-   Welcome to ftp.openbsd.org at the University of Alberta 
230-   in Edmonton, Alberta, Canada.
...
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Type set to I.
250 CWD command successful.
Retrieving pub/OpenBSD/4.9/packages/amd64/SHA256
local: SHA256 remote: SHA256
550 SHA256: No such file or directory.
221 Goodbye.
[~]
I am just curious whether the file name changed or different hashing algorithm is used. I am trying to save bandwidth of the master site, by not downloading from it.

Last edited by ocicat; 9th May 2011 at 01:47 AM. Reason: Please wrap commands with [code] & [/code].
Reply With Quote