Re: Trouble with initdb trying to run regression tests

2021-03-30 Thread Isaac Morland
On Tue, 30 Mar 2021 at 18:39, Tom Lane wrote: > Isaac Morland writes: > > I've built Postgres inside a Ubuntu Vagrant VM. When I try to "make > check", > > I get a complaint about the permissions on the data directory: > [] > Further up in initdb.log, there was probably some useful informat

Re: Trouble with initdb trying to run regression tests

2021-03-30 Thread Tom Lane
Isaac Morland writes: > I've built Postgres inside a Ubuntu Vagrant VM. When I try to "make check", > I get a complaint about the permissions on the data directory: > vagrant@ubuntu-focal:/vagrant$ tail /vagrant/src/test/regress/log/initdb.log > creating subdirectories ... ok > selecting dynamic

Trouble with initdb trying to run regression tests

2021-03-30 Thread Isaac Morland
I've built Postgres inside a Ubuntu Vagrant VM. When I try to "make check", I get a complaint about the permissions on the data directory: [] pg_regress: initdb failed Examine /vagrant/src/test/regress/log/initdb.log for the reason. Command was: "initdb" -D "/vagrant/src/test/regress/./tmp_che