Re: Redirection Unexpected error

From: Jason Tishler <jason(at)tishler(dot)net>
To: Seth Rubin <srubin(at)thoughtprocess(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Redirection Unexpected error
Date: 2003-09-30 11:26:25
Message-ID: 20030930112625.GB1224@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Seth,

On Mon, Sep 29, 2003 at 11:50:47PM -0400, Seth Rubin wrote:
> Both postmaster and vi exit with a "syntax error: redirection
> unexpected" whenever they're invoked. I suspect this is more a
> cygwin-related problem, but I haven't found much in any archive except
> a similar query from 3 years ago.

Note the following:

$ ls -l /usr/bin/vi /usr/bin/postmaster
lrwxrwxrwx 1 Administ Domain U 23 Aug 5 09:36 /usr/bin/postmaster -> postgres.exe
lrwxrwxrwx 1 Administ Domain U 18 Sep 17 08:26 /usr/bin/vi -> vim.exe

Hence, both vi and postmaster are symlinks. It appears that symlinks
are not working on this particular machine. Fix this problem and
PostgreSQL should be OK. Sorry that I can't be any more helpful.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message joek hondius 2003-09-30 12:19:35 Re: Redirection Unexpected error
Previous Message Seth Rubin 2003-09-30 03:50:47 Redirection Unexpected error