[Bug 1196192] Re: Mainline kernel 3.9.8 not usable in raring
Dared to test 3.10.2 from ppa mainline. This works without any of the issues of 3.9.8 from the ppa mainline on raring. So the issue with 3.9.8 seems specific to this kernel. Now I wonder if the issue is specific to 3.9.8 mainline itself or to the ubuntu ppa build of 3.9.8 mainline. Finding out would be interesting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196192 Title: Mainline kernel 3.9.8 not usable in raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1196192/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1196192] Re: Mainline kernel 3.9.8 not usable in raring
I would like to disagree with this bug being declared invalid. If mainline kernels are misfunctioning on the current release like these one and, most important, without even knowing why, no one will dare installing them, not even for bug hunting or bisection. For me, I have an open kernel bug for raring and now I will not be able to check and report if it gets fixed upstream. Please reconsider. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196192 Title: Mainline kernel 3.9.8 not usable in raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1196192/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1196192] Re: Mainline kernel 3.9.8 not usable in raring
The 3.9 kernel will not be supported in any release, so it's best to only use 3.9 kernel for one time tests, like when performing a bisect. ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196192 Title: Mainline kernel 3.9.8 not usable in raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1196192/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1196192] Re: Mainline kernel 3.9.8 not usable in raring
I apologize for adding a comment here (which is probably the wrong place), but I havent a clue where to post this. I also have a problem with kernel 3.9.8 that I never had with any previous kernel: I have never had a problem before installing the latest "general release" kernel from http://kernel.ubuntu.com/~kernel-ppa/mainline/ until yesterday. After I installed v3.9.8-saucy, the system could no longer "read" cpu usage of my quad-core Intel q6600. Conky, "top", "mpstat -P ALL" all show ZERO CPU usage. Everything else is fine; it is just the reporting that is busted. When I go back to kernel v3.9.7 or "forward" to 3.10.0-rc7 all works fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196192 Title: Mainline kernel 3.9.8 not usable in raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1196192/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1196192] Re: Mainline kernel 3.9.8 not usable in raring
As usual apport-collect crashes with the browser saying already logged in and apport itself saying Traceback (most recent call last): File "/usr/share/apport/apport-kde", line 522, in sys.exit(UserInterface.run_argv()) File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 658, in run_argv return self.run_update_report() File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 504, in run_update_report if not self.crashdb.can_update(self.options.update_report): File "/usr/lib/python2.7/dist-packages/apport/crashdb_impl/launchpad.py", line 498, in can_update bug = self.launchpad.bugs[id] File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/resource.py", line 965, in __getitem__ shim_resource._ensure_representation() File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/resource.py", line 361, in _ensure_representation representation = self._root._browser.get(self._wadl_resource) File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py", line 411, in get response, content = self._request(url, extra_headers=headers) File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py", line 354, in _request str(url), method=method, body=data, headers=headers) File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py", line 322, in _request_and_retry url, method=method, body=body, headers=headers) File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1596, in request (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey) File "/usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py", line 127, in _request return self.retry_on_bad_token(response, content, *args) File "/usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py", line 139, in retry_on_bad_token self.launchpad.credentials, self.launchpad.credential_store) File "/usr/lib/python2.7/dist-packages/launchpadlib/credentials.py", line 515, in __call__ self.make_end_user_authorize_token(credentials, request_token_string) File "/usr/lib/python2.7/dist-packages/launchpadlib/credentials.py", line 610, in make_end_user_authorize_token self.web_root) File "/usr/lib/python2.7/dist-packages/launchpadlib/credentials.py", line 203, in exchange_request_token_for_access_token response, content = _http_post(url, headers, params) File "/usr/lib/python2.7/dist-packages/launchpadlib/credentials.py", line 89, in _http_post url, method='POST', headers=headers, body=urlencode(params)) File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1596, in request (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey) File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1344, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers) File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1280, in _conn_request conn.connect() File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1012, in connect self.disable_ssl_certificate_validation, self.ca_certs) File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 80, in _ssl_wrap_socket cert_reqs=cert_reqs, ca_certs=ca_certs) File "/usr/lib/python2.7/ssl.py", line 440, in wrap_socket ciphers=ciphers) File "/usr/lib/python2.7/ssl.py", line 200, in __init__ self.do_handshake() File "/usr/lib/python2.7/ssl.py", line 362, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol Which is why I tend not to use apport. But this is another story. In any case the bug is confirmed. See also people on https://lwn.net/Articles/556634/ saying 'Ditto... just removed 3.9.8' ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196192 Title: Mainline kernel 3.9.8 not usable in raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1196192/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1196192] Re: Mainline kernel 3.9.8 not usable in raring
This bug is missing log files that will aid in diagnosing the problem. >From a terminal window please run: apport-collect 1196192 and then change the status of the bug to 'Confirmed'. If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'. This change has been made by an automated script, maintained by the Ubuntu Kernel Team. ** Package changed: linux-meta (Ubuntu) => linux (Ubuntu) ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Tags added: raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196192 Title: Mainline kernel 3.9.8 not usable in raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1196192/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1196192] Re: Mainline kernel 3.9.8 not usable in raring
** Package changed: ubuntu => linux-meta (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196192 Title: Mainline kernel 3.9.8 not usable in raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/1196192/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1196192] Re: Mainline kernel 3.9.8 not usable in raring
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people interested in the package can find the bugs about it. You can find some hints about determining what package your bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage. You might also ask for help in the #ubuntu-bugs irc channel on Freenode. To change the source package that this bug is filed about visit https://bugs.launchpad.net/ubuntu/+bug/1196192/+editstatus and add the package name in the text box next to the word Package. [This is an automated message. I apologize if it reached you inappropriately; please just reply to this message indicating so.] ** Tags added: bot-comment -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196192 Title: Mainline kernel 3.9.8 not usable in raring To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1196192/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs