Sponsored Content
Full Discussion: Portsnap in FreeBSD7.4
Operating Systems BSD Portsnap in FreeBSD7.4 Post 302651699 by Priya Amaresh on Wednesday 6th of June 2012 04:59:49 AM
Old 06-06-2012
Portsnap in FreeBSD7.4

Hi,
Am using FreeBSD7.4/i386
I forgot to install ports,
So now trying to install them using "portsnap fetch"
I get the output as
Quote:
Looking up portsnap.FreeBSD.org mirrors... none found.
Fetching public key from portsnap.FreeBSD.org... failed.
No mirrors remaining, giving up.
Help me to sort out this..
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

FreeBSD7.0_BETA4 _ installing

About more half one part during installing my FreeBSD7.0_BETA4 , some thing wrong happened : "unable to open the packages files /INDEX selected from you media" so what should I do ,just tell me the way to deal with the problem ,thanks. (1 Reply)
Discussion started by: magic_dk
1 Replies

2. BSD

FreeBSD7.0_BETA4 installing

about more half one part during installing my FreeBSD7.0_BETA4 ,some thing wrong happened : "unable to open the packages files /INDEX selected from you media" so what should I do ,just tell me the way to deal with the problem ,thanks. (1 Reply)
Discussion started by: magic_dk
1 Replies

3. BSD

FreeBSD7.4 Ports Collections

Hi, During OS installation of FreeBSD7.4/i386 I missed to include ports collection. Now when I try with sysinstall command via ftp servers avaliable in tha list it says "unable to open ftp connection. Error:0" Could You Please suggest me the exact site wher I can get ports collection via FTP to... (1 Reply)
Discussion started by: Priya Amaresh
1 Replies
PORTSNAP.CONF(5)					      BSD File Formats Manual						  PORTSNAP.CONF(5)

NAME
portsnap.conf -- configuration file for portsnap(8) DESCRIPTION
The portsnap.conf file controls where portsnap(8) fetches ports tree snapshots from, which RSA key should be trusted to sign the updates, and what directories should hold the compressed and live ports trees. A line of the form SERVERNAME=portsnap.example.com specifies the source from which snapshots should be fetched. This is equivalent to the -s server option to portsnap(8), and will be ignored if the command-line option is used. A line of the form KEYPRINT=0123456789abc ... 456789abcdef (64 characters in total) specifies the SHA-256 hash of the OpenSSL public key file belonging to an RSA keypair which is trusted to sign updates. This is equivalent to the -k KEY option to portsnap(8), and will be ignored if the command-line option is used. A line of the form WORKDIR=/path/to/workdir specifies the directory in which portsnap should maintain its compressed snapshot of the ports tree. This is equivalent to the -d workdir option to portsnap(8), and will be ignored if the command-line option is used. A line of the form PORTSDIR=/path/to/portstree specifies the directory in which portsnap will create the live ports tree from its compressed snapshot via the extract and update commands. This is equivalent to the -p portsdir option to portsnap(8), and will be ignored if the command-line option is used. If more than one line of any of the above forms is included in portsnap.conf then only the last one will take effect. A line of the form INDEX INDEXFILE DESCRIBEFILE will instruct portsnap(8) that the specified INDEX file is generated from the specified describe file distributed by the portsnap server. Finally, a line of the form REFUSE foo bar will instruct portsnap(8) to ignore parts of the ports tree with paths starting with foo or bar, which are interpreted as extended regular expressions by egrep(1). This will result in those parts of the tree not being updated in the compressed snapshot when the fetch and cron commands are used and not being extracted when the extract command is used (unless a specific path is passed to portsnap(8)), and if those parts of the ports tree are present they will not be updated when the update command is used. Unlike the other options, the parameters in REFUSE lines accumulate and all such lines are considered. Note that operating with an incomplete ports tree is not supported and may cause unexpected results. Any lines not of the above forms will be ignored. FILES
/etc/portsnap.conf Default location of the portsnap configuration file. SEE ALSO
egrep(1), fetch(1), portsnap(8), sha256(8) AUTHORS
Colin Percival <cperciva@FreeBSD.org> FreeBSD January 30, 2005 FreeBSD
All times are GMT -4. The time now is 11:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy