Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563122 - dev-db/postgresql: automatic folder /run/postgres creation
Summary: dev-db/postgresql: automatic folder /run/postgres creation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-15 11:34 UTC by hexum
Modified: 2015-10-28 10:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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