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

Bug 873502

Summary: dev-db/mongodb creates socket in /tmp
Product: Gentoo Linux Reporter: Dennis Lamm <expeditioneer>
Component: Current packagesAssignee: Ultrabug <ultrabug>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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