← Back to team overview

team-kcheck team mailing list archive

[Bug 503898] Re: Failed to communicate with kernel.org. Reason: [Errno -2] Name or service not known

 

You can specify a timeout parameter when calling urllib2.urlopen(). We
didn't specify one because the default is usually long enough for most
people.

More info on the urllib2 library here:
http://docs.python.org/library/urllib2.html?highlight=urllib2

The line of code that connects to google.com is used to test whether or
not you can see the internet. If you are having problems connecting to
google.com, then there is a high chance that you have a bigger problem
then just timeouts. I suggest you take a look at how your connection is
setup and the way your pfsense firewall is configured. You may also need
to configure a proxy service provided by your service provider.

I don't know anything about your service provider.

-- 
Failed to communicate with kernel.org. Reason: [Errno -2] Name or service not known
https://bugs.launchpad.net/bugs/503898
You received this bug notification because you are a member of The
KernelCheck Team, which is a bug assignee.

Status in KernelCheck: New

Bug description:
On my 9.10 system I installed J Queiroz's kernelcheck and when i run i and it tries to get info on the kernel i get this error

Failed to communicate with kernel.org.
Reason: [Errno -2] Name or service not known

And i dont know why