Samba 4.3.1 and messaging

Thomas Bork tombork at web.de
Mon Oct 26 13:36:00 UTC 2015


Hi,

new version, new questions ;-)

Every restart of smbd the number of files in /etc/msg.sock/ and 
/run/lock/samba/msg.lock/ is growing. Is this normal?

testeis # /usr/bin/killall -SIGTERM smbd
smbd: no process found
testeis # rm -f /etc/msg.sock/?*
testeis # rm -f /run/lock/samba/msg.lock/?*
testeis # for i in `seq 1 10`;
 > do
 >     echo "round $i:"
 >     smbd -D
 >     sleep 3
 >     /usr/bin/killall -SIGTERM smbd
 >     sleep 3
 >     ls /etc/msg.sock/?* | wc -l
 >     ls /run/lock/samba/msg.lock/?* | wc -l
 > done
round 1:
2
2
round 2:
4
4
round 3:
6
6
round 4:
8
8
round 5:
10
10
round 6:
12
12
round 7:
14
14
round 8:
16
16
round 9:
18
18
round 10:
20
20
testeis # ls -l /etc/msg.sock/ /run/lock/samba/msg.lock/
/etc/msg.sock/:
total 0
srwxrwxrwx 1 root root 0 Oct 26 16:31 8646
srwxrwxrwx 1 root root 0 Oct 26 16:31 8649
srwxrwxrwx 1 root root 0 Oct 26 16:31 8658
srwxrwxrwx 1 root root 0 Oct 26 16:31 8661
srwxrwxrwx 1 root root 0 Oct 26 16:32 8670
srwxrwxrwx 1 root root 0 Oct 26 16:32 8673
srwxrwxrwx 1 root root 0 Oct 26 16:32 8682
srwxrwxrwx 1 root root 0 Oct 26 16:32 8685
srwxrwxrwx 1 root root 0 Oct 26 16:32 8694
srwxrwxrwx 1 root root 0 Oct 26 16:32 8697
srwxrwxrwx 1 root root 0 Oct 26 16:32 8706
srwxrwxrwx 1 root root 0 Oct 26 16:32 8709
srwxrwxrwx 1 root root 0 Oct 26 16:32 8718
srwxrwxrwx 1 root root 0 Oct 26 16:32 8721
srwxrwxrwx 1 root root 0 Oct 26 16:32 8730
srwxrwxrwx 1 root root 0 Oct 26 16:32 8733
srwxrwxrwx 1 root root 0 Oct 26 16:32 8742
srwxrwxrwx 1 root root 0 Oct 26 16:32 8745
srwxrwxrwx 1 root root 0 Oct 26 16:32 8754
srwxrwxrwx 1 root root 0 Oct 26 16:32 8757

/run/lock/samba/msg.lock/:
total 80
-rw-r--r-- 1 root root  2 Oct 26 16:31 8646
-rw-r--r-- 1 root root 20 Oct 26 16:31 8649
-rw-r--r-- 1 root root  2 Oct 26 16:31 8658
-rw-r--r-- 1 root root 21 Oct 26 16:31 8661
-rw-r--r-- 1 root root  2 Oct 26 16:32 8670
-rw-r--r-- 1 root root 20 Oct 26 16:32 8673
-rw-r--r-- 1 root root  2 Oct 26 16:32 8682
-rw-r--r-- 1 root root 20 Oct 26 16:32 8685
-rw-r--r-- 1 root root  2 Oct 26 16:32 8694
-rw-r--r-- 1 root root 20 Oct 26 16:32 8697
-rw-r--r-- 1 root root  2 Oct 26 16:32 8706
-rw-r--r-- 1 root root 20 Oct 26 16:32 8709
-rw-r--r-- 1 root root  2 Oct 26 16:32 8718
-rw-r--r-- 1 root root 20 Oct 26 16:32 8721
-rw-r--r-- 1 root root  2 Oct 26 16:32 8730
-rw-r--r-- 1 root root 20 Oct 26 16:32 8733
-rw-r--r-- 1 root root  2 Oct 26 16:32 8742
-rw-r--r-- 1 root root 20 Oct 26 16:32 8745
-rw-r--r-- 1 root root  2 Oct 26 16:32 8754
-rw-r--r-- 1 root root 21 Oct 26 16:32 8757
testeis #

-- 
der tom



More information about the samba-technical mailing list