OK, now with netstat -p:
Normal working case:
Code:
--------------------
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 1 0 collePlayer:43002 collePlayer:9000
CLOSE_WAIT 8562/sbpd
tcp 0 0 collePlayer:9000 collePlayer:43002 FIN_WAIT2
-
tcp 0 0 192.168.0.102:445 192.168.0.101:55656
ESTABLISHED 9105/smbd
tcp 0 0 collePlayer:3483 collePlayer:56528
ESTABLISHED 7148/perl
tcp 0 0 collePlayer:56528 collePlayer:3483
ESTABLISHED 8480/squeezelite
tcp 0 0 192.168.0.102:35144 192.168.0.102:9000
ESTABLISHED 9094/jivelite
tcp 0 0 192.168.0.102:9000 192.168.0.102:35144
ESTABLISHED 7148/perl
tcp 0 208 192.168.0.102:ssh 192.168.0.101:55663
ESTABLISHED 9114/sshd: tc [priv
tcp 0 0 collePlayer:53236 collePlayer:8888
ESTABLISHED 8562/sbpd
tcp 0 0 192.168.0.102:35190 192.168.0.102:9000
ESTABLISHED 9094/jivelite
tcp 0 0 192.168.0.102:445 192.168.0.101:55657
ESTABLISHED 9107/smbd
tcp 0 0 192.168.0.102:38244 192.168.0.100:3000
ESTABLISHED 8480/squeezelite
tcp 0 0 192.168.0.102:9000 192.168.0.102:35190
ESTABLISHED 7148/perl
tcp 0 0 collePlayer:53238 collePlayer:8888
ESTABLISHED 8562/sbpd
tcp 0 0 192.168.0.102:ssh 192.168.0.101:54724
ESTABLISHED 9016/sshd: tc [priv
tcp 0 0 collePlayer:8888 collePlayer:53236
ESTABLISHED 8524/pigpiod
tcp 0 0 collePlayer:8888 collePlayer:53238
ESTABLISHED 8524/pigpiod
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node PID/Program name
Path
unix 2 [ ] DGRAM 29198 1389/wpa_supplicant
/var/run/wpa_supplicant/wlan0
unix 2 [ ] DGRAM 40076 9105/smbd
/usr/local/var/lib/samba/private/msg.sock/9105
unix 3 [ ] STREAM CONNECTED 39961 9094/jivelite
unix 3 [ ] DGRAM 7866 81/udevd
unix 2 [ ] STREAM CONNECTED 39199 9016/sshd: tc [priv
unix 3 [ ] STREAM CONNECTED 40183 9116/1
unix 3 [ ] STREAM CONNECTED 39202 9018/0
unix 3 [ ] STREAM CONNECTED 39962 9094/jivelite
unix 3 [ ] STREAM CONNECTED 40184 9114/sshd: tc [priv
unix 3 [ ] STREAM CONNECTED 39203 9016/sshd: tc [priv
unix 3 [ ] DGRAM 7867 81/udevd
unix 2 [ ] STREAM CONNECTED 40180 9114/sshd: tc [priv
--------------------
"First point of failure":
Code:
--------------------
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 1 0 collePlayer:43002 collePlayer:9000
CLOSE_WAIT 8562/sbpd
tcp 0 0 192.168.0.102:35210 192.168.0.102:9000
ESTABLISHED 9094/jivelite
tcp 0 0 192.168.0.102:445 192.168.0.101:55656
ESTABLISHED 9105/smbd
tcp 0 0 192.168.0.102:38270 192.168.0.100:3000
ESTABLISHED 8480/squeezelite
tcp 0 0 192.168.0.102:9000 192.168.0.102:35210
ESTABLISHED 7148/perl
tcp 61 0 collePlayer:3483 collePlayer:56528
ESTABLISHED 7148/perl
tcp 0 0 192.168.0.102:35198 192.168.0.102:9000
ESTABLISHED 9094/jivelite
tcp 0 0 collePlayer:56528 collePlayer:3483
ESTABLISHED 8480/squeezelite
tcp 0 0 192.168.0.102:35144 192.168.0.102:9000
ESTABLISHED 9094/jivelite
tcp 0 0 192.168.0.102:9000 192.168.0.102:35144
ESTABLISHED 7148/perl
tcp 0 208 192.168.0.102:ssh 192.168.0.101:55663
ESTABLISHED 9114/sshd: tc [priv
tcp 0 0 collePlayer:53236 collePlayer:8888
ESTABLISHED 8562/sbpd
tcp 0 0 192.168.0.102:38268 192.168.0.100:3000
ESTABLISHED 7148/perl
tcp 0 0 192.168.0.102:9000 192.168.0.102:35198
ESTABLISHED 7148/perl
tcp 0 0 192.168.0.102:445 192.168.0.101:55657
ESTABLISHED 9107/smbd
tcp 0 0 192.168.0.102:38264 192.168.0.100:3000 TIME_WAIT
-
tcp 0 0 collePlayer:53238 collePlayer:8888
ESTABLISHED 8562/sbpd
tcp 0 0 192.168.0.102:ssh 192.168.0.101:54724
ESTABLISHED 9016/sshd: tc [priv
tcp 0 0 collePlayer:8888 collePlayer:53236
ESTABLISHED 8524/pigpiod
tcp 0 0 collePlayer:8888 collePlayer:53238
ESTABLISHED 8524/pigpiod
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node PID/Program name
Path
unix 2 [ ] DGRAM 29198 1389/wpa_supplicant
/var/run/wpa_supplicant/wlan0
unix 2 [ ] DGRAM 40076 9105/smbd
/usr/local/var/lib/samba/private/msg.sock/9105
unix 3 [ ] STREAM CONNECTED 39961 9094/jivelite
unix 3 [ ] DGRAM 7866 81/udevd
unix 2 [ ] STREAM CONNECTED 39199 9016/sshd: tc [priv
unix 3 [ ] STREAM CONNECTED 40183 9116/1
unix 3 [ ] STREAM CONNECTED 39202 9018/0
unix 3 [ ] STREAM CONNECTED 39962 9094/jivelite
unix 3 [ ] STREAM CONNECTED 40184 9114/sshd: tc [priv
unix 3 [ ] STREAM CONNECTED 39203 9016/sshd: tc [priv
unix 3 [ ] DGRAM 7867 81/udevd
unix 2 [ ] STREAM CONNECTED 40180 9114/sshd: tc [priv
--------------------
"Second mode of failure":
Code:
--------------------
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 1 0 collePlayer:43002 collePlayer:9000
CLOSE_WAIT 8562/sbpd
tcp 0 0 192.168.0.102:445 192.168.0.101:55656
ESTABLISHED 9105/smbd
tcp 0 0 192.168.0.102:35224 192.168.0.102:9000 TIME_WAIT
-
tcp 0 0 collePlayer:3483 collePlayer:56528
ESTABLISHED 7148/perl
tcp 0 0 collePlayer:56528 collePlayer:3483
ESTABLISHED 8480/squeezelite
tcp 0 0 192.168.0.102:35144 192.168.0.102:9000
ESTABLISHED 9094/jivelite
tcp 0 0 192.168.0.102:9000 192.168.0.102:35144
ESTABLISHED 7148/perl
tcp 0 208 192.168.0.102:ssh 192.168.0.101:55663
ESTABLISHED 9114/sshd: tc [priv
tcp 0 0 collePlayer:53236 collePlayer:8888
ESTABLISHED 8562/sbpd
tcp 0 0 192.168.0.102:38268 192.168.0.100:3000
ESTABLISHED 7148/perl
tcp 0 0 192.168.0.102:445 192.168.0.101:55657
ESTABLISHED 9107/smbd
tcp 0 0 collePlayer:53238 collePlayer:8888
ESTABLISHED 8562/sbpd
tcp 0 0 192.168.0.102:ssh 192.168.0.101:54724
ESTABLISHED 9016/sshd: tc [priv
tcp 0 0 collePlayer:8888 collePlayer:53236
ESTABLISHED 8524/pigpiod
tcp 0 0 collePlayer:8888 collePlayer:53238
ESTABLISHED 8524/pigpiod
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node PID/Program name
Path
unix 2 [ ] DGRAM 29198 1389/wpa_supplicant
/var/run/wpa_supplicant/wlan0
unix 2 [ ] DGRAM 40076 9105/smbd
/usr/local/var/lib/samba/private/msg.sock/9105
unix 3 [ ] STREAM CONNECTED 39961 9094/jivelite
unix 3 [ ] DGRAM 7866 81/udevd
unix 2 [ ] STREAM CONNECTED 39199 9016/sshd: tc [priv
unix 3 [ ] STREAM CONNECTED 40183 9116/1
unix 3 [ ] STREAM CONNECTED 39202 9018/0
unix 3 [ ] STREAM CONNECTED 39962 9094/jivelite
unix 3 [ ] STREAM CONNECTED 40184 9114/sshd: tc [priv
unix 3 [ ] STREAM CONNECTED 39203 9016/sshd: tc [priv
unix 3 [ ] DGRAM 7867 81/udevd
unix 2 [ ] STREAM CONNECTED 40180 9114/sshd: tc [priv
--------------------
------------------------------------------------------------------------
schup011's Profile: http://forums.slimdevices.com/member.php?userid=66557
View this thread: http://forums.slimdevices.com/showthread.php?t=112774
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter