Bug ID 930564
Summary mongodb should use socket under /run not /tmp
Classification openSUSE
Product openSUSE Distribution
Version 13.2
Hardware x86-64
OS openSUSE 13.2
Status NEW
Severity Normal
Priority P5 - None
Component Development
Assignee bnc-team-screening@forge.provo.novell.com
Reporter tschaefer@t-online.de
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101
Firefox/37.0
Build Identifier: 

mongodb should use socket under /run not /tmp

tested with packages from:

http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_13.2/
http://download.opensuse.org/repositories/server:/database/openSUSE_13.2/


omega:~ # LANG=C netstat -anp | grep mongo
tcp        0      0 127.0.0.1:27017         0.0.0.0:*               LISTEN     
9249/mongod         
tcp        0      0 127.0.0.1:27017         127.0.0.1:53154         ESTABLISHED
9249/mongod         
tcp        0      0 127.0.0.1:27017         127.0.0.1:53156         ESTABLISHED
9249/mongod         
tcp        0      0 127.0.0.1:27017         127.0.0.1:53155         ESTABLISHED
9249/mongod         
tcp        0      0 127.0.0.1:27017         127.0.0.1:53153         ESTABLISHED
9249/mongod         
tcp        0      0 127.0.0.1:27017         127.0.0.1:53152         ESTABLISHED
9249/mongod         
tcp        0      0 ::1:27017               :::*                    LISTEN     
9249/mongod         
unix  2      [ ACC ]     STREAM     LISTENING     28574056 9249/mongod        
/tmp/mongodb-27017.sock


Reproducible: Always

Steps to Reproduce:
start mongodb with default from package and look
LANG=C netstat -anp | grep mongo
Actual Results:  
/tmp/mongodb-27017.sock

Expected Results:  
/run/mongodb-27017.sock


You are receiving this mail because: