Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 563122

Summary: dev-db/postgresql: automatic folder /run/postgres creation
Product: Gentoo Linux Reporter: hexum <hexumg>
Component: Current packagesAssignee: PgSQL Bugs <pgsql-bugs>
Status: RESOLVED FIXED    
Severity: minor CC: alexander
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=462118
Whiteboard:
Package list:
Runtime testing required: ---

Description hexum 2015-10-15 11:34:33 UTC
After installation on systemd enabled systems dir /run/postgres doesn't create automatically.
`systemd-tmpfiles --create` must be invoked after installation.

Reproducible: Always

Steps to Reproduce:
1. install postgresql without reboot
Actual Results:  
Dir /run/postgres doesn't exist

Expected Results:  
Dir /run/postgres creates automatically and postgres starts normally after db creation.
Comment 1 Alexander Tsoy 2015-10-15 12:55:40 UTC
This issue is not specific to postgres. See bug 462118
Comment 2 Elias Probst 2015-10-23 21:26:52 UTC
This should fix this problem: https://github.com/gentoo/gentoo/pull/280