From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 17:30:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C7FF37B401 for ; Mon, 21 Apr 2003 17:30:29 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A7B043FE1 for ; Mon, 21 Apr 2003 17:30:28 -0700 (PDT) (envelope-from barner@in.tum.de) Received: from mailrelay1.informatik.tu-muenchen.de (mailrelay1.informatik.tu-muenchen.de [131.159.254.5]) by mailout.informatik.tu-muenchen.de (Postfix) with ESMTP id AD0F7610F; Tue, 22 Apr 2003 02:30:27 +0200 (MEST) Received: from mail.informatik.tu-muenchen.de (mail.informatik.tu-muenchen.de [131.159.0.26]) by mailrelay1.informatik.tu-muenchen.de (Postfix) with ESMTP id 9EC577943; Tue, 22 Apr 2003 02:30:27 +0200 (MEST) Received: from zi025.glhnet.mhn.de (unknown [129.187.19.157]) by mail.informatik.tu-muenchen.de (Postfix) with ESMTP id 88B896CC2F; Tue, 22 Apr 2003 02:30:27 +0200 (MEST) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id DC8B7373CE; Tue, 22 Apr 2003 02:30:25 +0200 (CEST) Date: Tue, 22 Apr 2003 02:30:25 +0200 From: Simon Barner To: Yorgos Christoforou Message-ID: <20030422003025.GB55056@zi025.glhnet.mhn.de> References: <01e301c30845$fe0657a0$0200a8c0@remotebook.net> <20030421220742.GD53926@zi025.glhnet.mhn.de> <027901c3085b$2780bb60$0200a8c0@remotebook.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uQr8t48UFsdbeI+V" Content-Disposition: inline In-Reply-To: <027901c3085b$2780bb60$0200a8c0@remotebook.net> User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: postfix port download fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 00:30:29 -0000 --uQr8t48UFsdbeI+V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, > this is the message i get [...] Ok, I see you are using /stand/sysinstall to install the (precompiledd) pos= tfix *package* (I may be wrong, since I am using the (source code based) ports collection only). For the difference between ports and packages, see http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html. =20 > what means to re-cvsup my port collection ? CVSup is a piece of software that is designed to synchronize files over a network connection efficiently. Since you were speaking of ports, I assumed= that you had an outdated version of the ports collection on your hard disk. For details please refer to http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html#CVSUP-= INSTALL In order to install postfix now, try pkg_add -v -r postfix =20 This should fetch the package and install it. If that doesn't work, you can= try and use the ftp passive mode: set FTP_PASSIVE_MODE=3D1 pkg_add -v -r postfix =20 If you are behind a (broken) ftp proxy, you can try a direct connection to = the ftp server: unset FTP_PROXY set FTP_PASSIVE_MODE=3D1 pkg_add -v -r postfix For details please refer to the appropriate handbook section and to the pkg_add(1) man page. Cheers, Simon --uQr8t48UFsdbeI+V Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+pI0gCkn+/eutqCoRAkRNAJ47Iynd6rKACBgIYg7jHlvZocF5RQCfYXDm Xiw7WYPLSN0icytQqT39kvQ= =xgb7 -----END PGP SIGNATURE----- --uQr8t48UFsdbeI+V--