From owner-freebsd-isp Thu Jan 2 19: 6:31 2003 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9623937B40D for ; Thu, 2 Jan 2003 19:06:28 -0800 (PST) Received: from stealth.siteplus.com (ns1.siteplus.com [66.129.2.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id A902243E4A for ; Thu, 2 Jan 2003 19:06:27 -0800 (PST) (envelope-from jim@jwweeks.com) Received: from veager.jwweeks.com (pcp03144169pcs.midval01.tn.comcast.net [68.59.246.106]) by stealth.siteplus.com (8.12.6/8.12.6) with ESMTP id h0336Cqh083243; Thu, 2 Jan 2003 22:06:12 -0500 (EST) (envelope-from jim@jwweeks.com) Date: Thu, 2 Jan 2003 22:05:44 -0500 (EST) From: Jim Weeks To: Adrian NoSpm! Cc: freebsd-isp@FreeBSD.ORG Subject: Re: how do you have seperate UIDs for each frontpage web? In-Reply-To: Message-ID: <20030102220013.L5820-100000@veager.jwweeks.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 3 Jan 2003, Adrian NoSpm! wrote: > _vti_pvt not owned by web root owner: > > It's impractivle to have all the virtual webs with > the same GUI/UID so how do you tell frontpage to > operate with different unix users and groups? I think you may be misinterpreting the error message. Frontpage is telling you that the uid/gid you are feeding the install script is not matching the ownership of _vti_pvt. Is it possible that the owner doesn't have the same numeric uid/gid on the new machine? This should be easily corrected with: cd /usr/local/www/whatever chown -R username userdir chgrp -R usergroup userdir Then Frontpage should be able to install/upgrade extensions. Hope this helps, -- Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message