Displaying 3 results from an estimated 3 matches for "1254685".
Did you mean:
125465
2017 Feb 08
2
Need help troubleshooting TCP thrashing, possible kernel bug?
...0.0.1.87:54148 10.0.0.8:445
ESTABLISHED 0 1253578
$ netstat -net | grep 10.0.0.8
tcp 0 0 10.0.1.87:54352 10.0.0.8:445
ESTABLISHED 0 1253604
$ netstat -net | grep 10.0.0.8
tcp 0 0 10.0.1.87:54518 10.0.0.8:445
ESTABLISHED 0 1254685
$ netstat -net | grep 10.0.0.8
tcp 0 0 10.0.1.87:54698 10.0.0.8:445
ESTABLISHED 0 1252177
As a work around, I can downgrade these client machines to any 4.8.x kernel
and the issue goes away. My suspicion is something is weird in my smb.conf
and a change in the 4.9.x k...
2017 Feb 08
0
Need help troubleshooting TCP thrashing, possible kernel bug?
...> ESTABLISHED 0 1253578
> $ netstat -net | grep 10.0.0.8
> tcp 0 0 10.0.1.87:54352 10.0.0.8:445
> ESTABLISHED 0 1253604
> $ netstat -net | grep 10.0.0.8
> tcp 0 0 10.0.1.87:54518 10.0.0.8:445
> ESTABLISHED 0 1254685
> $ netstat -net | grep 10.0.0.8
> tcp 0 0 10.0.1.87:54698 10.0.0.8:445
> ESTABLISHED 0 1252177
>
> As a work around, I can downgrade these client machines to any 4.8.x
> kernel and the issue goes away. My suspicion is something is weird in
> my s...
2017 Feb 08
2
Need help troubleshooting TCP thrashing, possible kernel bug?
...1253578
> > $ netstat -net | grep 10.0.0.8
> > tcp 0 0 10.0.1.87:54352 10.0.0.8:445
> > ESTABLISHED 0 1253604
> > $ netstat -net | grep 10.0.0.8
> > tcp 0 0 10.0.1.87:54518 10.0.0.8:445
> > ESTABLISHED 0 1254685
> > $ netstat -net | grep 10.0.0.8
> > tcp 0 0 10.0.1.87:54698 10.0.0.8:445
> > ESTABLISHED 0 1252177
> >
> > As a work around, I can downgrade these client machines to any 4.8.x
> > kernel and the issue goes away. My suspicion is so...