Hi. I install Libretime on my raspberry pi only one error is up. But install finished correctly.
I using command ./install
* Configuring PostgreSQL *
Create default airtime postgres user? (Y/n): Y
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = “en_US.UTF-8”,
LC_ALL = (unset),
LANG = “en_US.utf8”
are supported and installed on your system.
perl: warning: Falling back to the standard locale (“C”).
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = “en_US.UTF-8”,
LC_ALL = (unset),
LANG = “en_US.utf8”
are supported and installed on your system.
perl: warning: Falling back to the standard locale (“C”).
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?
bash:(): ERROR: Can’t create airtime user in PostgreSQL!
I set locale to en_US.UTF-8. When I go to a web page then the page comes up in Database Settings and I have to enter data there. When I press “Next” I get this error message. What should I do to get to work?
Couldn’t establish a connection to the database! Please check your credentials and try again. PDO Exception: SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host “localhost” (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host “localhost” (127.0.0.1) and accepting TCP/IP connections on port 5432?
if i try again using ./install -fiap command, coming next error
* Configuring PostgreSQL *
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?
bash:(): ERROR: Can’t create airtime user in PostgreSQL!