Re: contrib/start-scripts/freebsd script fails with Ambiguous output redirect.

From: Yavuz TANRIVERDİ <sternix(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: contrib/start-scripts/freebsd script fails with Ambiguous output redirect.
Date: 2018-03-16 08:17:46
Message-ID: CAH-+qaYhpp8awq_JGd89Ad6Edf7aCb7GdxaN_dG4cUNvfnz1UQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Mar 16, 2018 at 12:23 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> =?UTF-8?Q?Yavuz_TANRIVERD=C4=B0?= <sternix(at)gmail(dot)com> writes:
> > I install PostgreSQL 10.3 from official sources to FreeBSD 11.1 than add
> > start script to rc.d system
>
> > # cp postgresql-10.3/contrib/start-scripts/freebsd
> > /usr/local/etc/rc.d/postgresql.sh
> > # chmod +x /usr/local/etc/rc.d/postgresql.sh
>
> > than want to start the server with "/usr/local/etc/rc.d/postgresql.sh
> > start" command but i get "Ambiguous output redirect." error
>
> Perhaps you're using a non-bourne-compatible shell for the postgres
> user account? If so, you'd likely need to adapt the syntax for the
> passed-down command.
>
> regards, tom lane
>

Yes postgres user account's shell is /bin/csh
after changing shell to /bin/sh, script works as expected

postgres% chsh -s /bin/sh

Thank you very much.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Devrim Gündüz 2018-03-16 10:39:13 Re: BUG #15108: Initialization problem postgresql-10-setup initdb
Previous Message alertas 2018-03-16 07:29:45 Re: BUG #15108: Initialization problem postgresql-10-setup initdb