CINXE.COM

Launchpad Bugs

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://bugs.launchpad.net/bugs/+index" /> <meta charset="UTF-8" /> <title>Launchpad Bugs</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta property="og:title" content="Launchpad Bugs" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://bugs.launchpad.net/bugs/+index" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?lp/', comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-bugs main_only public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://bugs.launchpad.net/+login?action=login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <img alt="" width="64" height="64" src="/@@/launchpad-logo" /> </div> <div class="wide"> <h2 id="watermark-heading"><span>Launchpad.net</span></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/">Launchpad Home</a></li> <li class="branches"><a href="https://code.launchpad.net/">Code</a></li> <li class="bugs active"><a href="https://bugs.launchpad.net/">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/">Answers</a></li> </ul> </div> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <h1>Bug tracking</h1> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div class="top-portlet"> <form id="search-all-bugs" class="central" action="/bugs/+bugs" method="get"> <table> <tbody> <tr> <td style="text-align: right;"> <input class="textType" id="field.searchtext" name="field.searchtext" size="50" type="text" value="" /> </td> <td> <input id="field.actions.search" type="submit" name="search" value="Search Bug Reports" /> </td> </tr> <tr> <td colspan="2"> <label> <input class="radioType" checked="checked" id="field.scope.option.all" name="field.scope" type="radio" value="all" /> All projects </label> <label> <input class="radioType" id="field.scope.option.project" name="field.scope" onclick="document.getElementById('field.scope.target').focus();" type="radio" value="project" /> One project: </label> <input type="text" value="" id="field.scope.target" name="field.scope.target" size="20" maxlength="" onKeyPress="selectWidget(&#x27;field.scope.option.project&#x27;, event)" style="" class="" /> <script type="text/javascript"> LPJS.use('node', 'lp.app.picker', function(Y) { var text_input = Y.DOM.byId('field.scope.target'); var select_menu = Y.DOM.byId('field.scope.target-suggestions'); Y.lp.app.picker.connect_select_menu( select_menu, text_input); });</script> <span class="hidden">(<a id="show-widget-field-scope-target" href="#">Find&hellip;</a>)</span> <script> LPJS.use('node', 'lp.app.picker', function(Y) { var config = {"picker_type": "default", "selected_value": null, "selected_value_metadata": null, "header": "Select a project", "step_title": "Search", "extra_no_results_message": null, "assign_me_text": "Pick me", "remove_person_text": "Remove person", "remove_team_text": "Remove team", "show_remove_button": false, "show_assign_me_button": false, "vocabulary_name": "DistributionOrProductOrProjectGroup", "vocabulary_filters": [{"name": "ALL", "title": "All", "description": "Display all search results"}, {"name": "PROJECT", "title": "Project", "description": "Display search results associated with projects"}, {"name": "PROJECTGROUP", "title": "Project Group", "description": "Display search results associated with project groups"}, {"name": "DISTRO", "title": "Distribution", "description": "Display search results associated with distributions"}], "input_element": "field.scope.target", "show_widget_id": "show-widget-field-scope-target", "show_create_team": false}; var show_widget_id = 'show-widget-field-scope-target'; Y.lp.app.picker.addPicker(config, show_widget_id); }); </script> </td> </tr> </tbody> </table> <script type="text/javascript"><!-- setFocusByName('field.searchtext'); // --></script> </form> <p id="application-summary"> Launchpad&rsquo;s bug tracker helps software teams to collaborate on bug reports and fixes. (<a href="https://help.launchpad.net/Bugs">Read our guide</a> or <a href="/+tour">take a tour</a>) </p> </div> <div class="yui-g"> <div class="first yui-u"> <div class="portlet"> <h2>Recently reported</h2> <ul id="reported-bugs"> <li> <a href="/bugs/2089448" class="sprite bug">Bug #2089448: Difference in updating mobi title, before converted to mobi, and after</a> <br /> <span class="registered">in <a href="/calibre" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/49153009/library14.png)">calibre</a>, reported <time title="2024-11-23 15:39:32 UTC" datetime="2024-11-23T15:39:32.528136+00:00">49 minutes ago</time> </span> </li> <li> <a href="/bugs/2089447" class="sprite bug">Bug #2089447: packaging problem for kdeconnect on Ubuntu 24.10 (impacting kdeconnect-sms)</a> <br /> <span class="registered">in <a href="/ubuntu" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/606381978/CoF%2014px.png)">Ubuntu</a>, reported <time title="2024-11-23 15:09:04 UTC" datetime="2024-11-23T15:09:04.834101+00:00">1 hour ago</time> </span> </li> <li> <a href="/bugs/2089446" class="sprite bug">Bug #2089446: Error file boot not found</a> <br /> <span class="registered">in <a href="/ubuntu-desktop-provision" class="sprite product">ubuntu-desktop-provision</a>, reported <time title="2024-11-23 14:40:21 UTC" datetime="2024-11-23T14:40:21.383648+00:00">1 hour ago</time> </span> </li> <li> <a href="/bugs/2089445" class="sprite bug">Bug #2089445: package libc6:amd64 2.39-0ubuntu8.3 failed to install/upgrade: 已安装 libc6:amd64 软件包 post-installation 脚本 子进程返回错误状态 127</a> <br /> <span class="registered">in <a href="/ubuntu" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/606381978/CoF%2014px.png)">Ubuntu</a>, reported <time title="2024-11-23 14:38:56 UTC" datetime="2024-11-23T14:38:56.362803+00:00">1 hour ago</time> </span> </li> <li> <a href="/bugs/2089443" class="sprite bug">Bug #2089443: i cant reinstall ubuntu after i delete it</a> <br /> <span class="registered">in <a href="/ubuntu-desktop-provision" class="sprite product">ubuntu-desktop-provision</a>, reported <time title="2024-11-23 14:08:55 UTC" datetime="2024-11-23T14:08:55.088069+00:00">2 hours ago</time> </span> </li> </ul> </div> </div> <div class="yui-u"> <div class="portlet"> <h2>Recently fixed</h2> <ul id="fixed-bugs"> <li> <a href="/bugs/2088423" class="sprite bug">Bug #2088423: [functional test] test_ovn_nb_sync* tests fails randomly with Internal Server Error</a> <br /> <span class="registered">in <a href="/neutron" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/83674393/os14.png)">neutron</a>, reported <time title="2024-11-18 07:00:04 UTC" datetime="2024-11-18T07:00:04.760386+00:00">on 2024-11-18</time> </span> </li> <li> <a href="/bugs/2086265" class="sprite bug">Bug #2086265: noble/linux-hwe-6.11: 6.11.0-12.13~24.04.1 -proposed tracker</a> <br /> <span class="registered">in <a href="/kernel-sru-workflow" class="sprite product">Kernel SRU Workflow</a>, <a href="/ubuntu" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/606381978/CoF%2014px.png)">Ubuntu</a>, reported <time title="2024-11-01 09:35:36 UTC" datetime="2024-11-01T09:35:36.005938+00:00">on 2024-11-01</time> </span> </li> <li> <a href="/bugs/2086264" class="sprite bug">Bug #2086264: noble/linux-hwe-6.11: 6.11.0-12.13~24.04.1 snap-debs snap:pc-kernel</a> <br /> <span class="registered">in <a href="/kernel-sru-workflow" class="sprite product">Kernel SRU Workflow</a>, reported <time title="2024-11-01 09:35:28 UTC" datetime="2024-11-01T09:35:28.015071+00:00">on 2024-11-01</time> </span> </li> <li> <a href="/bugs/2089427" class="sprite bug">Bug #2089427: Azure nullboot CVM regression with UKI</a> <br /> <span class="registered">in <a href="/ubuntu" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/606381978/CoF%2014px.png)">Ubuntu</a>, reported <time title="2024-11-23 05:35:17 UTC" datetime="2024-11-23T05:35:17.588353+00:00">10 hours ago</time> </span> </li> <li> <a href="/bugs/2088427" class="sprite bug">Bug #2088427: plucky/linux-unstable: 6.12.0-3.3 -proposed tracker</a> <br /> <span class="registered">in <a href="/canonical-signing-jobs" class="sprite product">canonical-signing-jobs</a>, <a href="/kernel-sru-workflow" class="sprite product">Kernel SRU Workflow</a>, <a href="/ubuntu" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/606381978/CoF%2014px.png)">Ubuntu</a>, reported <time title="2024-11-18 08:34:24 UTC" datetime="2024-11-18T08:34:24.614529+00:00">on 2024-11-18</time> </span> </li> </ul> </div> </div> </div> <div class="yui-g"> <div class="first yui-u"> <div class="portlet" id="malone-stats"> <h2>Statistics</h2> <ul> <li> <strong>2089448</strong> bugs reported across <strong>13579</strong> projects </li> <li> including <strong>155535</strong> links to <strong>5239</strong> <a href="/bugs/bugtrackers">bug trackers</a> </li> <li> <strong>172825</strong> bugs are <a href="https://help.launchpad.net/CrossProjectBugTracking">shared across multiple projects</a> </li> <li> and <strong>107587</strong> bugs are related to <a href="/bugs/cve">CVE entries</a> </li> </ul> </div> </div> <div class="yui-u"> <div id="related-pages" class="portlet"> <h2>Related pages</h2> <ul> <li> <a class="menu-link-bugtrackers sprite bug" href="https://bugs.launchpad.net/bugs/bugtrackers">Bug trackers</a> </li> <li> <a class="menu-link-cvetracker sprite cve" href="https://bugs.launchpad.net/bugs/cve">CVE tracker</a> </li> </ul> </div> </div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <!-- yui-b side --> <!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/+tour">Take the tour</a> &nbsp;&bull;&nbsp; <a href="https://help.launchpad.net/">Read the guide</a> &nbsp; <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> &copy; 2004 <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/legal">Terms of use</a> &nbsp;&bull;&nbsp; <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> &nbsp;&bull;&nbsp; <a href="/feedback">Contact Launchpad Support</a> &nbsp;&bull;&nbsp; <a href="http://blog.launchpad.net/">Blog</a> &nbsp;&bull;&nbsp; <a href="https://canonical.com/careers">Careers</a> &nbsp;&bull;&nbsp; <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> &nbsp;&bull;&nbsp; 22ade00 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "context": {"self_link": "https://bugs.launchpad.net/api/devel/bugs", "web_link": "https://launchpad.net/bugs", "resource_type_link": "https://bugs.launchpad.net/api/devel/#has_bugs", "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-c607ca46c77b9673130a54553f81fd2595304c96\""}};</script> </body> <!-- Facet name: bugs Page type: main_only Has global search: True Has application tabs: True Has side portlets: False At least 83 queries/external actions issued in 0.55 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'js.yui_version': None, 'app.mainsite_only.canonical_url': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10