Re: Eliminating start error message: "unary operator

Поиск
Список
Период
Сортировка
От Hubert Lubaczewski
Тема Re: Eliminating start error message: "unary operator
Дата
Msg-id 20030624085038.6825f467.hubert.lubaczewski@eo.pl
обсуждение исходный текст
Ответ на Eliminating start error message: "unary operator expected"  (Carlos <Carlos@pbsinet.com>)
Список pgsql-general
On Mon, 23 Jun 2003 15:16:28 -0400
Carlos <Carlos@pbsinet.com> wrote:

> start:
> Executing /etc/rc.d/init.d/postgresql start ..
> Starting postgresql service: -sh: [: ==: unary operator expected
> [  OK  ]

do:
ls -l /bin/sh

it is supposed to be a symlink pointing fo /bin/bash
if it's not, check if you do have /bin/bash and do:
1. change symlink /bin/sh to point to /bin/bash
or
2. change startup script to use bash instead.

that should help.

depesz

--

В списке pgsql-general по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Many Pl/PgSQL parameters -> AllocSetAlloc(128)?
Следующее
От: "Reuven M. Lerner"
Дата:
Сообщение: Re: Many Pl/PgSQL parameters -> AllocSetAlloc(128)?