Re: "root" execution not permitted. and busybox - Mailing list pgsql-admin

From Tom Lane
Subject Re: "root" execution not permitted. and busybox
Date
Msg-id 29127.1293143731@sss.pgh.pa.us
Whole thread Raw
In response to "root" execution not permitted. and busybox  (nbald <nicolas.baldeck@vizille.net>)
Responses Re: "root" execution not permitted. and busybox
List pgsql-admin
nbald <nicolas.baldeck@vizille.net> writes:
> this is driving me crazy... Do someone have an idea ?

> # echo 'pgsql:pgsql:100:100:pgsql:/home/pgsql:/bin/sh' >> /etc/passwd

That might have been the only way to create a Unix user account back
around 1972, but it hardly seems like the recommended way now.  Doesn't
your distro provide a tool for that?

> # su - pgsql
> warning: cannot change to home directory

> BusyBox v1.7.2 (2010-12-23 22:00:59 CET) built-in shell (ash)
> Enter 'help' for a list of built-in commands.

> $ /tmp/mnt/usb0/part1/usr/bin/postmaster -D '/tmp/mnt/usb0/part1/caisse/db'
> "root" execution of the PostgreSQL server is not permitted.

It sure looks to me like you got the account creation wrong somehow.
Possibly running "id" here would shed some light on what login state
the postmaster is seeing.

            regards, tom lane

pgsql-admin by date:

Previous
From: nbald
Date:
Subject: "root" execution not permitted. and busybox
Next
From: Scott Marlowe
Date:
Subject: Re: "root" execution not permitted. and busybox