Git Product home page Git Product logo

Comments (2)

shfxxer avatar shfxxer commented on June 13, 2024

and,docker postgresql have a connection issue.

docker WSL2,ubuntu 22.04.6 LTS

2023-07-02 15:31:24 waiting for server to shut down...2023-07-02 07:31:24.623 UTC [49] LOG: received fast shutdown request
2023-07-02 15:31:24 .2023-07-02 07:31:24.627 UTC [49] LOG: aborting any active transactions
2023-07-02 15:31:24 2023-07-02 07:31:24.629 UTC [49] LOG: background worker "logical replication launcher" (PID 56) exited with exit code 1
2023-07-02 15:31:24 2023-07-02 07:31:24.653 UTC [51] LOG: shutting down
2023-07-02 15:31:24 2023-07-02 07:31:24.854 UTC [49] LOG: database system is shut down
2023-07-02 15:31:24 done
2023-07-02 15:31:24 server stopped
2023-07-02 15:31:24
2023-07-02 15:31:24 PostgreSQL init process complete; ready for start up.
2023-07-02 15:31:24
2023-07-02 15:31:24 2023-07-02 07:31:24.973 UTC [1] LOG: starting PostgreSQL 14.8 (Debian 14.8-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2023-07-02 15:31:24 2023-07-02 07:31:24.973 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2023-07-02 15:31:24 2023-07-02 07:31:24.973 UTC [1] LOG: listening on IPv6 address "::", port 5432
2023-07-02 15:31:24 2023-07-02 07:31:24.977 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-07-02 15:31:25 2023-07-02 07:31:25.002 UTC [66] LOG: database system was shut down at 2023-07-02 07:31:24 UTC
2023-07-02 15:31:25 2023-07-02 07:31:25.029 UTC [1] LOG: database system is ready to accept connections
2023-07-02 15:32:13 2023-07-02 07:32:13.879 UTC [74] FATAL: password authentication failed for user "postgres"
2023-07-02 15:32:13 2023-07-02 07:32:13.879 UTC [74] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
2023-07-02 15:32:13 2023-07-02 07:32:13.894 UTC [75] FATAL: password authentication failed for user "postgres"
2023-07-02 15:32:13 2023-07-02 07:32:13.894 UTC [75] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
2023-07-02 15:32:13 2023-07-02 07:32:13.944 UTC [76] FATAL: password authentication failed for user "postgres"
2023-07-02 15:32:13 2023-07-02 07:32:13.944 UTC [76] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
2023-07-02 15:35:04 2023-07-02 07:35:04.687 UTC [83] FATAL: password authentication failed for user "postgres"
2023-07-02 15:35:04 2023-07-02 07:35:04.687 UTC [83] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
2023-07-02 15:35:04 2023-07-02 07:35:04.704 UTC [84] FATAL: password authentication failed for user "postgres"
2023-07-02 15:35:04 2023-07-02 07:35:04.704 UTC [84] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
2023-07-02 15:35:04 2023-07-02 07:35:04.755 UTC [85] FATAL: password authentication failed for user "postgres"
2023-07-02 15:35:04 2023-07-02 07:35:04.755 UTC [85] DETAIL: Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"

any turtorial about database config?

from blizzless-diiis.

rusiniu avatar rusiniu commented on June 13, 2024

Не знаю как сделать патч)
Файл blizzless-diiis\src\DiIiS-NA\Program.cs
Строка 114 Logger.Warning("Diablo III Core is $[red]$disabled$[/]$.");
Заменить на Logger.Warn("Diablo III Core is $[red]$disabled$[/]$.");

Файл blizzless-diiis\src\DiIiS-NA\BGS-Server\Toons\Toon.cs
Строка 897 foreach (var inv in _dbQuests)
Заменить на foreach (var inv in dbQuests)

from blizzless-diiis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.