From: | "Maton, Brett" <matonb(at)ltresources(dot)co(dot)uk> |
---|---|
To: | pgadmin-support(at)postgresql(dot)org |
Subject: | Re: Use of uninitialized value $info{"pgdata"} in concatenation (.) or string at /usr/bin/pg_ctlcluster |
Date: | 2014-04-30 05:51:02 |
Message-ID: | CAAn8SBETuw=acXwPzFQ2jZN2AbWddiCW+9E1GXBuo5txmUws3g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
> Use of uninitialized value $info{"pgdata"} in concatenation (.) or
> string at /usr/bin/pg_ctlcluster
That looks like a Perl error, I'd guess that your environment variables or
configuration aren't correctly set.
Brett
On 29 April 2014 21:54, Raymond O'Donnell <rod(at)iol(dot)ie> wrote:
> On 29/04/2014 20:27, espeake(at)oreillyauto(dot)com wrote:
> >
> > We use puppet to mange the configuration of our servers and I have a
> > master/slave setup in my test environment as I work on my project.
> > Two servers with identical setup other than the slave contains the
> > recovery.conf file. My master server will run with no problems with
> > the puppet configuration. My slave will not. As a test I built the
> > slave and setup streaming replication and made sure that everything
> > was working. Then when I run puppet against the sever It will start
> > and gives this error.
> >
> > Use of uninitialized value $info{"pgdata"} in concatenation (.) or
> > string at /usr/bin/pg_ctlcluster
>
> I don't know anything about Puppet (though I hope to learn it soon!),
> but nonetheless the error seems clear enough - a variable is being used
> without first having been initialised.
>
> Where would similar variables be set? - that'd be a good place to start
> looking.
>
> Ray.
>
>
> --
> Raymond O'Donnell :: Galway :: Ireland
> rod(at)iol(dot)ie
>
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support
>
From | Date | Subject | |
---|---|---|---|
Next Message | Jim Bryan | 2014-05-03 22:34:07 | query tool no longer working |
Previous Message | David G Johnston | 2014-04-29 22:20:42 | Re: Use of uninitialized value $info{"pgdata"} in concatenation (.) or string at /usr/bin/pg_ctlcluster |