Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: 德哥 <digoal(at)126(dot)com>
Cc: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi
Date: 2014-04-16 11:27:32
Message-ID: 20140416112732.GE17874@awork2.anarazel.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2014-04-16 19:19:18 +0800, 德哥 wrote:
> pg94(at)db-172-16-3-150-> strace -c initdb
> The files belonging to this database system will be owned by user "pg94".
> This user must also own the server process.

strace -c isn't particularly helpful here, we'd need normal strace, not
the summary.

> creating template1 database in /home/pg94/pg_root/base/1 ... LOG: write() in XLogFileInit returned 40960: Success
> FATAL: could not write to file "pg_xlog/xlogtemp.832": No space left
> on device

You compiled postgres with nonstandard options? Specifically you seem to
have used a nonstandard wal blocksize?

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2014-04-16 11:28:52 Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi
Previous Message 德哥 2014-04-16 11:19:18 Re: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi