Re: Connection issue

Поиск
Список
Период
Сортировка
От Ricardo Martin Gomez
Тема Re: Connection issue
Дата
Msg-id SC1P15201MB2304E8F7D23C0BEC7712D454A3680@SC1P15201MB2304.LAMP152.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответ на Re: Connection issue  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
Hi,
Can you read the event viewer?


From: Adrian Klaver <adrian.klaver@aklaver.com>
Sent: Wednesday, February 6, 2019 1:43:24 PM
To: Maximilian Tyrtania
Cc: Ricardo Martin Gomez; pgsql-general@lists.postgresql.org
Subject: Re: Connection issue
 
On 2/6/19 8:30 AM, Maximilian Tyrtania wrote:
> Hi again,
>
>
>> On 6. Feb 2019, at 17:19, Adrian Klaver <adrian.klaver@aklaver.com> wrote:
>>
>> On 2/6/19 7:18 AM, Maximilian Tyrtania wrote:
>>> Well, the problem being a Parallels issue is just a wild theory of mine, it could well be something else. Honstly I don't recall updating anything in that area. As Mr. Gomez suggested I tried to
>>
>> So from a previous post:
>>
>>> Have you recently updated any of the involved software?
>>
>> Well, sure, but after I saw I couldn't connect ...
>>
>> So what happened in the interval between the time you could connect and the time you could not?
>
> I did update parts of my app (including the plugin which in turn encapsulates libpq). I did not update my parallels installation, as far as I remember. Sorry if I was unclear about that.

What is the plugin?

Can you roll back the plugin upgrade to see if that is the problem?


>
>>> ping - worked
>>> telnet - did not work (infact I couldn't telnet anywhere)
>>
>> In my experience telnet is generally disabled these days.
>
> I had to enable it on my Windows box, if that's what you mean. The "telnet" command works by itself, but I didnt receive anything when trying to telnet to some other machine.
>

Probably because Telnet is not enabled on the server as it is not a
secure protocol:
https://en.wikipedia.org/wiki/Telnet

>
> Ah, thanks for digging that up. Hmm, sounds as if something is definetly wrong on my windows box.
>
> I'll try contacting the Parallels support guys.
>
> Thanks again,
>
> Max
>


--
Adrian Klaver
adrian.klaver@aklaver.com

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

Предыдущее
От: Jason W
Дата:
Сообщение: How to find out tables that are frequently read/ write?
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Calling rest service from postgresql functions and stored proc