Docker images from Jan 22 forward failing to start on raspberry pi 4

Поиск
Список
Период
Сортировка
От William Hingston
Тема Docker images from Jan 22 forward failing to start on raspberry pi 4
Дата
Msg-id CABnSV8Zswy5vi1Ns_1FX6fKVzJcxPWVw7Mtuv8EXZW13VQJVSg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Docker images from Jan 22 forward failing to start on raspberry pi 4  (Dmitry Dolgov <9erthalion6@gmail.com>)
Список pgsql-bugs
Hello,


The dockers images after Jan 22 fail to start on arm64 (tested on my raspberry pi 4).


db_1  | Success. You can now start the database server using:
db_1  |
db_1  |     pg_ctl -D /var/lib/postgresql/data -l logfile start
db_1  |
db_1  | waiting for server to start....[36] LOG:  starting PostgreSQL 13.1 on arm-unknown-linux-musleabihf, compiled by gcc (Alpine 10.2.1_pre1) 10.2.1 20201203, 32-bit
db_1  | [36] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db_1  | ......[36] LOG:  startup process (PID 37) was terminated by signal 11: Segmentation fault
db_1  | [36] LOG:  aborting startup due to startup process failure
db_1  | [36] LOG:  database system is shut down
db_1  | pg_ctl: could not start server
db_1  | Examine the log output.
db_1  |  stopped waiting

To replicate:

docker-compose.yml:
version: '3.8'

services:
  db:
image: postgres:13.1-alpine
volumes:
- postgres_data:/var/lib/postgresql/data/
volumes:
postgres_data:

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SV: Problem with pg_notify / listen
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16858: clang10-devel packages are missing in SLES15 SP2 in general