Re: Back-patch use of unnamed POSIX semaphores for Linux?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Back-patch use of unnamed POSIX semaphores for Linux?
Дата
Msg-id 589cde75-0d41-52b7-74bc-a1069bba967b@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Back-patch use of unnamed POSIX semaphores for Linux?  (Alex Hunsaker <badalex@gmail.com>)
Ответы Re: Back-patch use of unnamed POSIX semaphores for Linux?
Список pgsql-hackers
On 12/7/16 9:28 PM, Alex Hunsaker wrote:
> Hrm, the following incantation seems to break for me on a fresh Fedora
> 25 system:
> 1) As root su to $USER and start postgres.
> 2) ssh in as $USER and then logout
> 3) # psql localhost
> 
> FATAL: semctl(4980742, 3, SETVAL, 0) failed: Invalid argument
> LOG: server process (PID 14569) exited with exit code 1

Yeah, the way to trigger this is to run the postgres server not in a
"session", then log in interactively as that same user, thus creating a
session, and then logging out from that session, thus completely logging
out that user from all sessions.

(Thus, the way to trigger the KillUserProcesses behavior is quite the
opposite, because that only happens if you have the postgres server
running in a session.)

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Declarative partitioning - another take
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Typmod associated with multi-row VALUES constructs