BUG #4883: tar xf fails on NFS4 mounts

Поиск
Список
Период
Сортировка
От Alfred Monticello
Тема BUG #4883: tar xf fails on NFS4 mounts
Дата
Msg-id 200906252104.n5PL42Zu053388@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #4883: tar xf fails on NFS4 mounts  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      4883
Logged by:          Alfred Monticello
Email address:      ajmcello78@gmail.com
PostgreSQL version: All
Operating system:   Linux
Description:        tar xf fails on NFS4 mounts
Details:

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.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: BUG #4879: bgwriter fails to fsync the file in recovery mode
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #4883: tar xf fails on NFS4 mounts