think_time_个人页

个人头像照片 think_time
个人头像照片
0
1
0

个人介绍

暂无个人介绍

擅长的技术

获得更多能力
通用技术能力:

暂时未有相关通用技术能力~

云产品技术能力:

暂时未有相关云产品技术能力~

阿里云技能认证

详细说明
暂无更多信息
暂无更多信息
正在加载, 请稍后...
暂无更多信息
  • 回答了问题 2019-07-17

    kernel:unregister_netdevice: waiting for lo to become free. Usage count = 1

    kernel:unregister_netdevice: waiting for lo to become free. Usage count = 1 SOLUTION VERIFIED - Updated July 6 2017 at 10:42 AM - English EnvironmentRed Hat Enterprise Linux 7.4 or earlierTCP connection over loopback interface loIssuekernel:unregister_netdevice: waiting for lo to become free. Usage count = 1Above message is logged constantly on console or in dmesg or /var/log/messages file or in systemd journalResolutionUpdate to RHEL 7.5 when available.Root CauseA bug resulted in the loopback device having a reference count which was increased but never decreased.This was resolved by upstream patch tcp: reset sk_rx_dst in tcp_disconnect() in Linux Kernel v4.12 and backported to RHEL 7.5 on Red Hat Private Bug 1467770.Diagnostic StepsUse the reproducer described at unregister_netdevice: waiting for lo to become free. Usage count = 1Run it in a netns once and delete the netns:Rawmake tcp-bugip netns add test1ip netns exec test1 ip link set dev lo upip netns exec test1 ./tcp-bugip netns del test1In the error condition kernel:unregister_netdevice: waiting for lo to become free. Usage count = 1 is printed on console and in dmesg.In the working condition, no error is printed and the netns is successfully deleted.
    踩0 评论0
正在加载, 请稍后...
滑动查看更多
正在加载, 请稍后...
暂无更多信息