Postgresql 9.3.2 Server crashes upon start

From: ERR ORR <rd0002(at)gmail(dot)com>
To: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Postgresql 9.3.2 Server crashes upon start
Date: 2014-01-24 21:44:26
Message-ID: CALtFtEKhuQAsBvraA8-0Oaujegfttk=jMzeJQaDM0eub3tCbkg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The server crashes when I start it from command line and have not changed
to the home directory of the postgres user before. If I change to the
homedir of the user beforehand, server starts OK.

Environment:
-------------------
Fedora Core 20 64bit on intel laptop
postgresql93-server-9.3.2-2PGDG.f20.x86_64

What I did:
----------------
- su root (from mystandard logon user)
- su postgres
- $/usr/pgsql-9.3/bin/postgres -D /clusterfs -s &
*==> CRASH*

*But:*- su root (from mystandard logon user)
- su postgres
- *cd*
- $/usr/pgsql-9.3/bin/postgres -D /clusterfs -s &
*==> OK*

Second problem is, I cant report this to the Redhat bugzilla via ABRT, as
they don't have a "postgresql93" component.

If you need any further info please let me know.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-01-24 23:48:33 Re: Postgresql 9.3.2 Server crashes upon start
Previous Message Noah Misch 2014-01-24 21:36:56 Re: Re: PostgreSQL 6.2.5 Visual Studio Build does not pass the regression tests.