Re: no mirrors availeble

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: no mirrors availeble
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E430688B@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на no mirrors availeble  (gerard <gerard@dehoenderkooi.nl>)
Ответы Re: no mirrors availeble  ("Marc G. Fournier" <scrappy@postgresql.org>)
Список pgadmin-support

> -----Original Message-----
> From: Marc G. Fournier [mailto:scrappy@postgresql.org]
> Sent: 03 October 2004 18:29
> To: Dave Page
> Cc: Marc G. Fournier; gerard@dehoenderkooi.nl;
> pgadmin-support@postgresql.org
> Subject: RE: [pgadmin-support] no mirrors availeble
>
>
> just changed the rebuild script to happen every 6 hours vs 24
> ... if that is the reason for the below, this should help at
> least reduce the length of time til its fixed ...

Did you ever add the database connection check that I suggested once?

chksvr()
{
# Dummy query to check the server status
status=`/usr/local/bin/psql -h $1 -p $2 -U $4 -d $3 -A -t -F '' -c
"SELECT 'SERVER_UP'"`

if [ "$status" != "SERVER_UP" ]; then
mail -s "WARNING: Server $1:$2 is down!!" webmaster@postgresql.org <
/tmp/svr-status
rm /tmp/svr-status
exit 1
fi
}

Regards, Dave.


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: no mirrors availeble
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: no mirrors availeble