Re: no mirrors availeble

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: no mirrors availeble
Date: 2004-10-04 07:19:42
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4306891@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Marc G. Fournier [mailto:scrappy(at)postgresql(dot)org]
> Sent: 03 October 2004 23:46
> To: Dave Page
> Cc: pgadmin-support(at)postgresql(dot)org
> Subject: RE: [pgadmin-support] no mirrors availeble
>
>
> slightly modified code added:
>
> status=`/usr/local/bin/psql -h pgsql74.hub.org -U
> 186_pgsql -d 186_portal -A -t -F '' -c "SELECT 'SERVER_UP'"`
>
> if [ "$status" != "SERVER_UP" ]; then
> echo "DNS not regenerated" | mail -s "WARNING: Server
> $1:$2 is down!!" webmaster(at)postgresql(dot)org
> exit 1
> fi

:-) That should prevent the zonefile getting stomped again then...

/D

Browse pgadmin-support by date

  From Date Subject
Next Message Raphaël Enrici 2004-10-04 20:35:04 Debian packages for pgAdmin III v1.2.0 Beta2 released
Previous Message Marc G. Fournier 2004-10-03 22:46:24 Re: no mirrors availeble