Operating System - Linux
1832437 Members
3209 Online
110042 Solutions
New Discussion

it takes long time to login

 
file system
Frequent Advisor

it takes long time to login

some times. system runs very slow. it runs idle average 23%

dmesg says 'hw tcp v4 csum failed'
it has lots of messages like above.

can you say that messages?

2 REPLIES 2
Jeroen Peereboom
Honored Contributor

Re: it takes long time to login

Sounds like hardware checksum failed for tcp v4. The NIC (network interface card) may perform checksums on incoming and / or outgoing network traffic.
Network problem? Cabling? NIC defective?

JP
Sung Oh
Respected Contributor

Re: it takes long time to login

Hello,

I agreed with JP, and you might be able to fix your problem by

1. upgrade your NIC divers

Or

2. Upgrade your kernel to newer version.

you can also check your current network status about checksum errors with following command.

#netstat -s|grep -F -e 'bad segments'

I hope this helps,

Sung