Date: Mon, 11 May 1998 08:08:06 -0700 From: Parag Patel <parag@cgt.com> To: "Eric" <eric@FreeBSD.im.ntu.edu.tw>, <freebsd-current@FreeBSD.ORG> Subject: Re: Make reinstall....:PP Message-ID: <199805111506.IAA17431@mail2.sirius.com>
next in thread | raw e-mail | index | archive | help
On 5/10/98 8:46 PM, Eric (eric@FreeBSD.im.ntu.edu.tw) said:
>===> games/phantasia
>install -c -o bin -g games -m 660 characs
>gold lastdead mess monsters motd scoa install: characs: Permission denied
>*** Error code 71
>
>Stop. *** Error code 1
>
>Stop. *** Error code 1
>
>Stop. *** Error code 1
>
>Stop.
>
> Can anyone please tell me what's matter ??:)
I ran into this too. The workaround is to export the NFS /usr/obj volume
with -maproot=0:0, or chmod o+w the data files under the
usr/games/phantasia build under /usr/obj.
The phantasia game wants to install some data files under
/var/games/phantasia. It's created the files mode-owner-group
660-root-bin under the obj tree and wants to install them as
660-bin-games. "install" cannot read the source file as nobody-nobody.
-- Parag Patel <parag@cgt.com>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805111506.IAA17431>
