Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 873502 - dev-db/mongodb creates socket in /tmp
Summary: dev-db/mongodb creates socket in /tmp
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-29 17:01 UTC by Dennis Lamm
Modified: 2022-09-29 18:07 UTC (History)
0 users

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 Dennis Lamm gentoo-dev 2022-09-29 17:01:44 UTC
Currently the mongobd creates the socket inside /tmp (default behavior).

It would be great if this socket is created under e.g. /run/mongodb/ (or similar)

The behavior could be altered in the mongodb.conf with

  net:
    unixDomainSocket:
      pathPrefix: "/run/mongodb"




Reproducible: Always

Actual Results:  
Socket is created in /tmp

Expected Results:  
Socket is created in a (sub-) directory of /run