Re: New kernel errors after last update, Fedora 33

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Feb 17, 2021 at 10:33 AM Jerome Lille <jerome.lille@xxxxxxxxxx> wrote:
> After the latest update there are some errors in the log that I haven't
> seen before.
>
> kernel: xs_tcp_setup_socket: connect returned unhandled error -107
>
> There are two of those per minute continuously. I haven't noticed any
> other problems with the system, but wondering about those messages are
> about.

Error 107 is ENOTCONN (transport endpoint is not connected).  See
/usr/include/asm-generic/errno.h for error numbers.

The xs_tcp_setup_socket function is part of the RPC code in the
kernel.  Something on your system is trying to make an RPC call once
every 30 seconds, but is failing to connect to the server.  If you
enable debug-level logging, you should see a log message showing what
address it is trying to connect to. See if this does the trick:

$ echo 0xffff > /proc/sys/sunrpc/rpc_debug
[Wait for the log messages to appear]
$ echo 0 > /proc/sys/sunrpc/rpc_debug

Disclaimer: I haven't actually tried the above, nor do I see these
messages on my system.
-- 
Jerry James
http://www.jamezone.org/
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux