From owner-freebsd-questions@FreeBSD.ORG Wed Nov 8 18:09:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6234916A724 for ; Wed, 8 Nov 2006 18:09:40 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8CF443D4C for ; Wed, 8 Nov 2006 18:09:39 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ghrrg-0006FC-8P for freebsd-questions@freebsd.org; Wed, 08 Nov 2006 19:09:32 +0100 Received: from cable200-116-52-3.epm.net.co ([200.116.52.3]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Nov 2006 19:09:32 +0100 Received: from george by cable200-116-52-3.epm.net.co with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Nov 2006 19:09:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: George Donnelly Date: Wed, 8 Nov 2006 13:12:23 -0500 Organization: High Speed Rails inc. Lines: 29 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cable200-116-52-3.epm.net.co User-Agent: Unison/1.7.5 Sender: news Subject: self-built packages don't always install all files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2006 18:09:40 -0000 Hi I maintain my own package repository, served over ftp and I am finding that often times a package will not fully get installed on a remote host. For example, if i run pkg_add -r python24 and i know i have just built that port's package and it works, sometimes it will only install a few of the packages files. # pkg_info -L python24-2.4.3_3 Information for python24-2.4.3_3: Files: /usr/local/man/man1/python.1.gz /usr/local/man/man1/python2.4.1.gz python24 has hundreds of files it installs, but only these 2 really got installed. this also happens with php5-session at times. If i rebuild the package on the package repository host I can ensure 1-3 good remote installs but after that the problem crops up again. This gets problematic when you're updating hundreds of hosts. Has anyone else experienced this? Found what is causing the problem?