Re: The postgres server don't work - Mailing list pgsql-general

From Mohammed falih
Subject Re: The postgres server don't work
Date
Msg-id CADqaUh87TZYhJVrGBPt9e5yDWE4cLdUW6BtRLxH1x24UaqYhfw@mail.gmail.com
Whole thread Raw
In response to Re: The postgres server don't work  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
I mean by broken that when I run psql shell or padding I receive this error " " could not connect to server: Connection
refused (0x0000274D/10061)
 Is the server running on host "localhost" (::1) and accepting
      TCP/IP connections on port 5432?"

and about the log file , usually this problem happens after my laptop turned off or restart 
so last line in the log file is "database system is shut down"
and no matter how many times I tried by restart the laptop nothing  changes 

the ex files are all in their right location , and I tried both ways in regular running and as administrator and nothing different 

yes the postgres.exe is exist there 

and about the console code problem ,yes maybe this error is related to the client but I realized that after I make this solution and make  restart to the laptop , the postgres begins to not working ,maybe this was a coincidence I don't know 

thank you for your efforts 
On Sat, 8 Jan 2022, 9:45 pm Adrian Klaver, <adrian.klaver@aklaver.com> wrote:
On 1/7/22 10:05, Mohammed falih wrote:
> Hello Mr/Mrs
> I hope you are fine and doing well
> I have a problem with the postgres server
> first my operating system is windows 10 pro
> and my postgres version is 13
> this problem i have tried to solve it for more than two weeks and
> nothing changed
> lastly I have formatted the laptop and downloaded only PostgreSQL
> program and it worked well for less than a hour then its server broken

Questions and comments inline below.

Define broken?

In other words what does the Postgres log show in the period from when
it ran to when it did not?

> the error says in sql shell " could not connect to server: Connection
> refused (0x0000274D/10061)
>          Is the server running on host "localhost" (::1) and accepting
>          TCP/IP connections on port 5432?"
> I changed the port and nothing different
> yes this problem is happening regularly but with me nothing solved it

The issue is the below where it could not find the executable. Are you
starting the service as an administrator?

>
> I tried to go to configuration files (the pg_hba.conf ( I added a line
> in the last
> host all all 0.0.0.0/0 <http://0.0.0.0/0> md5)
> and in postgresql.conf file (the listening addresses was already to :"*")
>
> also I when I try to start the server from service tab says
> the postgres service cannot restart
> it says that "some services stop automatically if they are not in use by
> other services or programs
> and when I check it in the event viewer there is an error says
>   "FATAL: XX000: C:\Program Files\PostgreSQL\13\bin\postgres.exe: could
> not locate matching postgres executable LOCATION: getInstallationPaths,
> d:\pginstaller_13.auto\postgres.windows-x64\src\backend\postmaster\postmaster.c:1489"

Does this path C:\Program Files\PostgreSQL\13\bin\postgres.exe actually
exist?

>
> and maybe you need to know that after I finish installing the postgre
> program I haven't installed the stack builder and when I run the sql
> shell for first time there were a problem says "Console code page (437)
> differs from Windows code page (1252)
>           8-bit characters might not work correctly. See psql reference
>           page "Notes for Windows users"

This has to do with the psql client not the server.

> and I solved this problem by go to registry
> editor/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/command processor
> and there i have entered a new string value called Autorun and its value
> is chcp 1252
>
> I hope you’ll help me to fix this problem because I have many tasks I
> couldn't do because the postgres problem
>
> thank you for your efforts
> my best regards
>


--
Adrian Klaver
adrian.klaver@aklaver.com

pgsql-general by date:

Previous
From: "Andreas 'ads' Scherbaum"
Date:
Subject: Re: Why not used standart SQL commands?
Next
From: Adrian Klaver
Date:
Subject: Re: The postgres server don't work