[MacPorts] FAQ modified

MacPorts noreply at macports.org
Sat Jul 18 06:41:42 PDT 2009


Changed page "FAQ" by raimue at macports.org from 91.11.197.186*
Page URL: <http://trac.macports.org/wiki/FAQ>
Diff URL: <http://trac.macports.org/wiki/FAQ?action=diff&version=78>
Revision 78
Comment: Merge the two entries mentioning PeerGuardian

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: FAQ
=========================================================================
--- FAQ (version: 77)
+++ FAQ (version: 78)
@@ -123,16 +123,18 @@
  * [source:users/rhwood/Pallet Pallet] is a new GUI under development which can be installed with MacPorts by running `sudo port install pallet`.
  * [http://porticus.alittledrop.com/ Porticus] is another new GUI currently in development.
 
-=== What do I do if `port selfupdate` doesn't work or the Rsync server refuses connections? === #selfupdatefails
+=== What do I do if `port selfupdate` doesn't work or the rsync server refuses connections? === #selfupdatefails
+
 First try `sudo port -d selfupdate` to get all errors to display. If your connection to the rsync server fails you may get blocked by a firewall or other network control software.
 
+Some firewalls, such as PeerGuardian, block connections to certain corporate IP addresses as a way to prevent software from "phoning home" and violating your privacy. Our main rsync server is hosted by Apple Inc. Self updating requires an rsync connection to download files, but this will be blocked. In order to work around this, you need to temporarily disable or white-list rsync.macports.org.  Another alternative is to use [wiki:Mirrors another mirror] that is not hosted by Apple.
+
+The black list entry is all of Apple Inc's subnet, which is 17.0.0.0/8, disable this or create a white-list exception for rsync.macports.org.  PeerGuardian will filter your network connections even if it is not actively running as an application.   It is possible to disable PeerGuardian before running a selfupdate command by typing the following command in Terminal, but make sure you stop all processes associated with PeerGuardian before doing this.
+{{{
+sudo kextunload -b xxx.qnation.PeerGuardian
+}}}
+
 If you run LittleSnitch create a rule for rsync (/usr/bin/rsync) that allows connections to server hostname rsync.macports.org, port 873 (rsync), protocol 6 (TCP). Make sure the rule is enabled.
-
-If you run PeerGuardian disable all filters or create an exception for rsync.macports.org.  It is also possible to disable PeerGuardian before running a selfupdate command by typing the following command in Terminal, but make sure you stop all processes associated with PeerGuardian before doing this.
-{{{
-sudo kextunload -b xxx.qnation.PeerGuardian
-}}}
-
 
 If getting through a firewall is not a possibility, there are other methods you can use which are a bit more manual:
 
@@ -252,9 +254,3 @@
 {{{
 port <command> <portname> -- -<variant>
 }}}
-
-=== When trying to selfupdate, I get the error:  failed to connect to rsync.macports.org: Connection refused (61) ===
-
-Some firewalls, such as PeerGuardian, block connections to certain corporate IP addresses as a way to prevent software from "phoning home" and violating your privacy. Our main rsync server is hosted by Apple Inc. Self updating requires an rsync connection to download files, but this will be blocked. In order to work around this, you need to temporarily disable or white-list rsync.macports.org.  Another alternative is to use [wiki:Mirrors another mirror] that is not hosted by Apple. 
-
-The black list entry is all of Apple Inc's subnet, which is 17.0.0.0/8, in case you want to find it.  PeerGuardian will filter your network connections even if it is not actively running as an application.

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on FAQ. If it was not you, please
report to .


More information about the macports-changes mailing list