Re: [newbie] pkg_fetch fails to fetch files

2003-03-05 Thread Jens Rehsack
Andy Park wrote:
I'm trying to run 'portupgrade' to update my part of my package tree. 
(FreeBSD 4.7 off the mini-ISO)

So am I doing something wrong?
Maybe. To install openssl I recommend updating your world.

To fix your download location, maybe MASTER_SITES should be overwritten 
(see make.conf(5)).

So long,
Jens
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


[newbie] pkg_fetch fails to fetch files

2003-03-04 Thread Andy Park
I'm trying to run 'portupgrade' to update my part of my package tree. 
(FreeBSD 4.7 off the mini-ISO)

'pkg_fetch', which is used by 'portupgrade', keeps looking for packages 
in the wrong path; ftp://ftp.uk.mirror.org/pub/FreeBSD/ports/All; 
instead of .../pub/FreeBSD/ports/packages/All.

And this is despite I've set my environment variable correctly by:

setenv PKG_SITES ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/packages;

So am I doing something wrong?



Error message in case needed:

---
---  Checking the availability of the latest package of 
'security/openssl'
---  Fetching the package(s) for 'openssl-0.9.7a' (security/openssl)
---  Fetching openssl-0.9.7a
fetch: /var/tmp/openssl-0.9.7a.tgz: File unavailable (e.g., file not 
found, no access)
** The command returned a non-zero exit status: 1
** Failed to fetch 
ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/All/openssl-0.9.7a.tgz
fetch: /var/tmp/openssl-0.9.7a.tbz: File unavailable (e.g., file not 
found, no access)
** The command returned a non-zero exit status: 1
** Failed to fetch 
ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/All/openssl-0.9.7a.tbz
fetch: /var/tmp/openssl-0.9.7a.tgz: File unavailable (e.g., file not 
found, no access)
** The command returned a non-zero exit status: 1


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: [newbie] pkg_fetch fails to fetch files

2003-03-04 Thread Kjell
 I'm trying to run 'portupgrade' to update my part of my package tree. 
 (FreeBSD 4.7 off the mini-ISO)
 
 'pkg_fetch', which is used by 'portupgrade', keeps looking for packages 
 in the wrong path; ftp://ftp.uk.mirror.org/pub/FreeBSD/ports/All; 
 instead of .../pub/FreeBSD/ports/packages/All.
 
 And this is despite I've set my environment variable correctly by:
 
 setenv PKG_SITES ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/packages;
 
Have you tried another ftp server?
I have found that my local server ftp.no.freebsd.org at times totally 
messes up my system by using portupgrade, while the server at 
ftp.dk.freebsd.org normally gives me good service..
Kjell
 
 So am I doing something wrong?
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message