| From: | Marko Kreen <markokr(at)gmail(dot)com> |
|---|---|
| To: | Craig James <craig_james(at)emolecules(dot)com> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: Londiste won't start with dual IP addresses |
| Date: | 2011-08-19 08:40:40 |
| Message-ID: | CACMqXC+V3CxDKyCeLBncgONLtt_mjLMLBC-Fk2cBACySSM9pyw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Fri, Aug 19, 2011 at 2:44 AM, Craig James <craig_james(at)emolecules(dot)com> wrote:
> We had to temporarily assign two IP addresses to our servers. After doing
> so and rebooting, Londiste will start, but it just sits there doing nothing.
> The logfile has zero bytes, and it doesn't seem to connect to either the
> master or the slave database.
>
> We reconfigured Postgres to listen on both addresses, but the /etc/hosts
> tables still point to the original addresses (that is, the second IP address
> shouldn't matter). But I can connect to Postgres on either IP address on
> all servers.
>
> All other Postgres applications work. I can use psql, and our Perl DBI and
> PHP applications all work with no problems.
>
> When I invoke "londiste.py --verbose ...", the log file says:
>
> 2011-08018 16:35:47,250 22074 DEBUG Attaching
>
> And that's all. Nothing more ever happens.
>
> Help? Thanks!
Does the exact connect string you use in londiste config work
with psql? Like so:
$ psql -d 'connstr'
--
marko
| From | Date | Subject | |
|---|---|---|---|
| Next Message | c k | 2011-08-19 13:39:00 | Re: [ADMIN] help in postgresql |
| Previous Message | Devrim GÜNDÜZ | 2011-08-19 08:05:52 | Re: PostgreSQL-9.0.1 |