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

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

=?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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Петър Славов 2018-03-15 22:55:32 Re: BUG #15114: logical decoding Segmentation fault
Previous Message Yavuz TANRIVERDİ 2018-03-15 19:59:42 contrib/start-scripts/freebsd script fails with Ambiguous output redirect.