Re: BUG #4883: tar xf fails on NFS4 mounts

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Cc: "Alfred Monticello" <ajmcello78(at)gmail(dot)com>
Subject: Re: BUG #4883: tar xf fails on NFS4 mounts
Date: 2009-06-25 21:29:54
Message-ID: 200906260029.54727.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Friday 26 June 2009 00:04:02 Alfred Monticello wrote:
> in doc/Makefile, tar is run to extract an archive with xf options. Needs
> oxf to map to owner of person running tar, otherwise Invalid Argument
> occurs and the Makefile errors out.
>
> A better solution might be to compact postgres as UID/GID 0 instead of UID
> 258 which does not exist on my system.
>
> Problem only occurs when mounting NFSv4 from a Solaris box using ZFS.
> Client is Ubuntu Jaunty. Tar tries to preserve UID 258 but errors out
> because it doesn't exist.

Are you running the extraction as root user?

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2009-06-25 21:37:38 Re: BUG #4879: bgwriter fails to fsync the file in recovery mode
Previous Message Simon Riggs 2009-06-25 21:24:43 Re: BUG #4879: bgwriter fails to fsync the file in recovery mode