CINXE.COM

Questions : Ubuntu

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://answers.launchpad.net/ubuntu/+questions" /> <meta charset="UTF-8" /> <title>Questions : Ubuntu</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 name="description" content="Ubuntu also includes a wide variety of software through its network of software repositories. Once your system is installed you can simply call up a list of all the existing tools out there and choose any of them for immediate installation over the internet. " /> <meta property="og:description" content="Ubuntu also includes a wide variety of software through its network of software repositories. Once your system is installed you can simply call up a list of all the existing tools out there and choose any of them for immediate installation over the internet. " /> <meta property="og:title" content="Questions : Ubuntu" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://answers.launchpad.net/ubuntu/+questions" /> <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> <style type="text/css"> div.inlined-widget { display: inline; } div.inlined-widget div { display: inline; } </style> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-answers main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://answers.launchpad.net/ubuntu/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/ubuntu"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/606381979/CoF%2064px.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/ubuntu">Ubuntu</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/ubuntu">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/ubuntu">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/ubuntu">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/ubuntu">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/ubuntu">Translations</a></li> <li class="answers active"><span>Answers</span></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <h1>Questions for Ubuntu</h1> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div> <form method="get" id="question-search-form" action="https://answers.launchpad.net/ubuntu/+questions"> <input class="textType" id="field.search_text" name="field.search_text" size="20" type="text" value="" /> <div class="inlined-widget"> <div class="value"> <select id="field.sort" name="field.sort" size="1" > <option class="inlined-widget" selected="selected" value="RELEVANCY">by relevancy</option> <option class="inlined-widget" value="STATUS">by status</option> <option class="inlined-widget" value="NEWEST_FIRST">newest first</option> <option class="inlined-widget" value="OLDEST_FIRST">oldest first</option> <option class="inlined-widget" value="RECENT_OWNER_ACTIVITY">recently updated first</option> </select> </div> <input name="field.sort-empty-marker" type="hidden" value="1" /> </div> <input type="submit" id="field.actions.search" name="field.actions.search" value="Search" class="button" /> <div class="field"> <label>Languages filter</label> (<a href="/+editmylanguages">Change your preferred languages</a>) <div> <div class="value"> <label for="field.language.0" style="font-weight: normal"><input class="checkboxType" checked="checked" id="field.language.0" name="field.language" type="checkbox" value="en" />&nbsp;English (en)</label> </div> <input name="field.language-empty-marker" type="hidden" value="1" /> </div> </div> <div class="field"> <div> <label>Status</label> <div> <div class="value"> <label for="field.status.0" style="font-weight: normal"><input class="checkboxType" checked="checked" id="field.status.0" name="field.status" type="checkbox" value="OPEN" />&nbsp;Open</label> &nbsp;&nbsp;<label for="field.status.1" style="font-weight: normal"><input class="checkboxType" checked="checked" id="field.status.1" name="field.status" type="checkbox" value="NEEDSINFO" />&nbsp;Needs information</label> &nbsp;&nbsp;<label for="field.status.2" style="font-weight: normal"><input class="checkboxType" checked="checked" id="field.status.2" name="field.status" type="checkbox" value="ANSWERED" />&nbsp;Answered</label> &nbsp;&nbsp;<label for="field.status.3" style="font-weight: normal"><input class="checkboxType" checked="checked" id="field.status.3" name="field.status" type="checkbox" value="SOLVED" />&nbsp;Solved</label> &nbsp;&nbsp;<label for="field.status.4" style="font-weight: normal"><input class="checkboxType" id="field.status.4" name="field.status" type="checkbox" value="EXPIRED" />&nbsp;Expired</label> &nbsp;&nbsp;<label for="field.status.5" style="font-weight: normal"><input class="checkboxType" id="field.status.5" name="field.status" type="checkbox" value="INVALID" />&nbsp;Invalid</label> </div> <input name="field.status-empty-marker" type="hidden" value="1" /> </div> </div> </div> </form> </div> <table class="listing" id="question-listing"> <thead> <tr> <th colspan="3">Summary</th> <th>Created</th> <th>Submitter</th> <th>Source Package</th> <th>Assignee</th> <th>Status</th> </tr> </thead> <tbody> <tr xml:lang="en" lang="en" dir="ltr" title="Currently Ubuntu's page for this CVE https://ubuntu.com/security/CVE-2016-20013 shows that glibc for Ubuntu 24.04 and later is vulnerable. However, this code was removed from glibc as of version 2.39 and now resides in libxcrypt. From https://lists.gnu.org/archive/html/info-gnu/2024-01/msg00017...."> <td class="icon right"> <img alt="Open" title="Open" src="/@@/question" /> </td> <td class="amount">819406</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819406">glibc CVE-2016-20013</a> </td> <td> <span class="sortkey">2024-11-22 18:35:30 UTC</span> <time title="2024-11-22 18:35:30 UTC" datetime="2024-11-22T18:35:30.489236+00:00">2024-11-22</time> </td> <td><a href="https://launchpad.net/~kdwilhelm" class="sprite person">Keith Wilhelm</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusOPEN">Open</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Why hasn't it been updated since OpenCV 4.6 in 2022? Should I report the bug in the same way? https://bugs.launchpad.net/ubuntu/+source/opencv/+bug/1753928"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819402</td> <td class="questionTITLE"> <a href="/ubuntu/+source/opencv/+question/819402">Why OpenCV hasn't been updated since 4.6</a> </td> <td> <span class="sortkey">2024-11-22 12:06:24 UTC</span> <time title="2024-11-22 12:06:24 UTC" datetime="2024-11-22T12:06:24.900213+00:00">2024-11-22</time> </td> <td><a href="https://launchpad.net/~yusuke-kameda" class="sprite person">Yusuke Kameda</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/opencv">opencv</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Ever since upgrading from Ubuntu 23.04 to 23.10, and later to 24.04, I have experienced the following bug on two separate systems, which can be reproduced following the steps below. But I don't know which package to file this bug against: 1. Open an application such as Document Viewer (evince) o..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819399</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819399">Which package to report bug against: After clicking hyperlink in an application to load page in Firefox, keyboard input still captured by original application instead of the in-focus Firefox window</a> </td> <td> <span class="sortkey">2024-11-22 03:58:07 UTC</span> <time title="2024-11-22 03:58:07 UTC" datetime="2024-11-22T03:58:07.540771+00:00">2024-11-22</time> </td> <td><a href="https://launchpad.net/~falaca" class="sprite person">Furkan</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="root@tntappp45024:~# add-apt-repository -y ppa:landscape/self-hosted-24.04 Traceback (most recent call last): File &quot;/usr/bin/add-apt-repository&quot;, line 364, in &lt;module&gt; sys.exit(0 if addaptrepo.main() else 1) File &quot;/usr/bin/add-apt-repository&quot;, line 347, in main shortcut = handler(sour..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819398</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819398">installing self hosted landscape, ppa:landscape/self-hosted-24.04 does not attach</a> </td> <td> <span class="sortkey">2024-11-21 20:14:19 UTC</span> <time title="2024-11-21 20:14:19 UTC" datetime="2024-11-21T20:14:19.414340+00:00">2024-11-21</time> </td> <td><a href="https://launchpad.net/~rodmccown" class="sprite person">Rod McCown</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="We are having large performance differences between gcc-arm-none-eabi (15:10.3-2021.07-4) downloaded from apt and downloaded from ARM's release website. We have traced it to different versions of libc_nano. Can you please tell us where the packaged libraries came from? Thanks!"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819396</td> <td class="questionTITLE"> <a href="/ubuntu/+source/gcc-arm-none-eabi/+question/819396">gcc-arm-none-eabi (15:10.3-2021.07-4) different to ARM website</a> </td> <td> <span class="sortkey">2024-11-21 17:14:30 UTC</span> <time title="2024-11-21 17:14:30 UTC" datetime="2024-11-21T17:14:30.546592+00:00">2024-11-21</time> </td> <td><a href="https://launchpad.net/~jon-mullen" class="sprite person">Jon Mullen</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/gcc-arm-none-eabi">gcc-arm-none-eabi</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Considering `glogg` is not updated for years, is it time to replace it with `klogg` which has more features and it is more up-to-date? Ref: https://packages.ubuntu.com/plucky/glogg https://github.com/nickbnf/glogg https://github.com/variar/klogg "> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819392</td> <td class="questionTITLE"> <a href="/ubuntu/+source/glogg/+question/819392">Provide a package for klogg</a> </td> <td> <span class="sortkey">2024-11-21 12:53:26 UTC</span> <time title="2024-11-21 12:53:26 UTC" datetime="2024-11-21T12:53:26.739042+00:00">2024-11-21</time> </td> <td><a href="https://launchpad.net/~fedkad" class="sprite person">Fedon Kadifeli</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/glogg">glogg</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Ubuntu 24.04 LTS Launcher (Dock) disappears after 45 minutes of computer inactivity and Unity is a black screen with only search bar visible, I have to restart the PC. Need help to fix this. Thank you."> <td class="icon right"> <img alt="Open" title="Open" src="/@@/question" /> </td> <td class="amount">819390</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819390">Dock disappears after 45 minutes of inactivity</a> </td> <td> <span class="sortkey">2024-11-21 10:26:58 UTC</span> <time title="2024-11-21 10:26:58 UTC" datetime="2024-11-21T10:26:58.075551+00:00">2024-11-21</time> </td> <td><a href="https://launchpad.net/~ljacinto" class="sprite person">Luis M.Jacinto</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusOPEN">Open</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Is it possible to put an interface into a VRF without defining routes? Looking to put an interface into it's own table and enable DHCP or get a v6 prefix from SLAAC. Like a dedicated management port that has it's own routes and stays out of the default routing table. Currently all the netplan d..."> <td class="icon right"> <img alt="Open" title="Open" src="/@@/question" /> </td> <td class="amount">819388</td> <td class="questionTITLE"> <a href="/ubuntu/+source/netplan.io/+question/819388">Interface in VRF Using Netplan</a> </td> <td> <span class="sortkey">2024-11-20 23:19:08 UTC</span> <time title="2024-11-20 23:19:08 UTC" datetime="2024-11-20T23:19:08.101149+00:00">2024-11-20</time> </td> <td><a href="https://launchpad.net/~xrpixer" class="sprite person">Jordan Weaver</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/netplan.io">netplan.io</a></td> <td> &mdash;</td> <td class="questionstatusOPEN">Open</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hello Dallen, As stated in your github repo: Ubuntu users (or Mint, Debian, Kali and other Debian-derived distros) can find deb packages in my launchpad ppa. If your series isn't in the list, open an issue to let me know; I don't keep up to date with Ubuntu releases. Could you build it for Ubu..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819387</td> <td class="questionTITLE"> <a href="/ubuntu/+source/gstm/+question/819387">Could build it for Ubuntu 24.10 (Oracular) please?</a> </td> <td> <span class="sortkey">2024-11-20 21:02:34 UTC</span> <time title="2024-11-20 21:02:34 UTC" datetime="2024-11-20T21:02:34.052649+00:00">2024-11-20</time> </td> <td><a href="https://launchpad.net/~daniele-trento" class="sprite person">Daniele Trento</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/gstm">gstm</a></td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="The extrepo is a useful tool and it can be also used on Ubuntu. But it's maintainer Wouter Verhelst needs for someone from Canonical to allow this: &gt; Ubuntu suites are not currently supported by extrepo. If I get an official request by someone speaking for canonical, we may revisit this. Otherwi..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819386</td> <td class="questionTITLE"> <a href="/ubuntu/+source/extrepo/+question/819386">Official Ubuntu support</a> </td> <td> <span class="sortkey">2024-11-20 19:17:52 UTC</span> <time title="2024-11-20 19:17:52 UTC" datetime="2024-11-20T19:17:52.745627+00:00">2024-11-20</time> </td> <td><a href="https://launchpad.net/~stokito" class="sprite person">Sergey Ponomarev</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/extrepo">extrepo</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="How do I find out if the Bug #2051560 fix will be included in the realtime kernel?"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819385</td> <td class="questionTITLE"> <a href="/ubuntu/+source/linux/+question/819385">Bug #2051560 fix for realtime kernel</a> </td> <td> <span class="sortkey">2024-11-20 15:01:35 UTC</span> <time title="2024-11-20 15:01:35 UTC" datetime="2024-11-20T15:01:35.905985+00:00">2024-11-20</time> </td> <td><a href="https://launchpad.net/~mecrosby" class="sprite person">Edward</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/linux">linux</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I am using Ubuntu 24.04.1 LTS. I cannot install packettracer. The following packages have unmet dependencies: packettracer : Depends: libgl1-mesa-glx but it is not installable. "> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819383</td> <td class="questionTITLE"> <a href="/ubuntu/+source/mesa/+question/819383">unmet dependecy; mesa-glx.</a> </td> <td> <span class="sortkey">2024-11-20 07:47:27 UTC</span> <time title="2024-11-20 07:47:27 UTC" datetime="2024-11-20T07:47:27.686020+00:00">2024-11-20</time> </td> <td><a href="https://launchpad.net/~npsar" class="sprite person">Pongsar Nanghee</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/mesa">mesa</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Including today's updates on both Ubuntu 22.04.5 LTS old pc, usb live clean install 22.04 3 errors. If I look in the program logs, click on all search on Sorry Search on OOM Search on Trac Search Warn, all other problems upgraded from 22.04.5 LTS 24.04.1 Uefi, 2 errors search on Sorry Search ..."> <td class="icon right"> <img alt="Needs information" title="Needs information" src="/@@/question" /> </td> <td class="amount">819379</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/819379">Ubuntu 22.04.5 LTS old pc, and 24.04.1, Uefi pc</a> </td> <td> <span class="sortkey">2024-11-19 23:10:49 UTC</span> <time title="2024-11-19 23:10:49 UTC" datetime="2024-11-19T23:10:49.875629+00:00">2024-11-19</time> </td> <td><a href="https://launchpad.net/~mats-900" class="sprite person">M@ts</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/ubuntu-release-upgrader">ubuntu-release-upgrader</a></td> <td> &mdash;</td> <td class="questionstatusNEEDSINFO">Needs information</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hi there, I am trying to get an update for ffmpeg, and it seems it can only possible by using ESM/Pro subscription. I am running Jammy. My question for you is why this has changed? In the past the definitions were under security pocket (Ubuntu Security definitions) Example: https://ubuntu.com..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819377</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ffmpeg/+question/819377">ffmpeg security definitions have changed from security to esm-apps pocket</a> </td> <td> <span class="sortkey">2024-11-19 18:54:18 UTC</span> <time title="2024-11-19 18:54:18 UTC" datetime="2024-11-19T18:54:18.743385+00:00">2024-11-19</time> </td> <td><a href="https://launchpad.net/~kaiux" class="sprite person">Kaio Barbosa</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/ffmpeg">ffmpeg</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="First issue is the computer not powering down after clicking shutdown, using sudo shutdown -h now and the alt + prntsrn + keys method. Happens more often than not, sometimes the second attempt shuts down like it should but more often continues to reboot, forcing me to execute a shutdown then hol..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819372</td> <td class="questionTITLE"> <a href="/ubuntu/+source/linux/+question/819372">Computer not powering down after successful shutdown</a> </td> <td> <span class="sortkey">2024-11-19 07:47:38 UTC</span> <time title="2024-11-19 07:47:38 UTC" datetime="2024-11-19T07:47:38.730501+00:00">2024-11-19</time> </td> <td><a href="https://launchpad.net/~mak-c" class="sprite person">Max Clarkson</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/linux">linux</a></td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hi, Is it possible to release the Ubuntu 24.04 debian package for the upstream version 1.7.2? I tried to install the package for Debian 12 from the app developer, but it fails due to missing dependencies (libavformat and libavcoded, v59 needed as on Debian but v60 available non Noble). Thanks in ..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819369</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819369">Openboard - upstream version 1.7.2 published</a> </td> <td> <span class="sortkey">2024-11-18 19:40:10 UTC</span> <time title="2024-11-18 19:40:10 UTC" datetime="2024-11-18T19:40:10.451898+00:00">2024-11-18</time> </td> <td><a href="https://launchpad.net/~igor-cali" class="sprite person">igi</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Until PHP 8.1.2-1ubuntu2.19 in 22.04 Jammy, Dtrace option is enables like below: $ php -i|grep -i dtrace DTrace Support =&gt; available, disabled I have noticed PHP8.3 package(8.3.6-0ubuntu0.24.04.2) in 24.04 Noble is not compiled with --enable-dtrace option. $ php -i |grep -i dtrace DTrace Supp..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819365</td> <td class="questionTITLE"> <a href="/ubuntu/+source/php8.3/+question/819365">Dtrace is disabled in PHP8.3 package</a> </td> <td> <span class="sortkey">2024-11-18 06:40:20 UTC</span> <time title="2024-11-18 06:40:20 UTC" datetime="2024-11-18T06:40:20.790559+00:00">2024-11-18</time> </td> <td><a href="https://launchpad.net/~egmc" class="sprite person">Sohei Iwahori</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/php8.3">php8.3</a></td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I downloaded some old versions of ubuntu from https://old-releases.ubuntu.com/releases/. I'd like to look at two specific versions: ./breezy/ and ./dapper/. When I ran a MS Defender scan at those files, it showed that Exploit:O97M/DDEDownloader.C and Backdoor:PHP/Remoteshell!MSR are present in ..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819364</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819364">Are possible bugs in old versions (ex. 5.10 breezy) still being looked at?</a> </td> <td> <span class="sortkey">2024-11-17 22:18:08 UTC</span> <time title="2024-11-17 22:18:08 UTC" datetime="2024-11-17T22:18:08.256623+00:00">2024-11-17</time> </td> <td><a href="https://launchpad.net/~omairw" class="sprite person">Omair Waheed</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hello, I recently moved to Xorg using the radio buttons on the bottom right of the login screen, in order to use simplescreenrecorder. But when I wanted to revert to Wayland, the radio buttons had disappeared from the login screen. Which other method should be used to revert to Wayland ? I am o..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819362</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819362">Reverting to Wayland from the login screen after moving to Xorg</a> </td> <td> <span class="sortkey">2024-11-17 13:48:12 UTC</span> <time title="2024-11-17 13:48:12 UTC" datetime="2024-11-17T13:48:12.597863+00:00">2024-11-17</time> </td> <td><a href="https://launchpad.net/~yae" class="sprite person">Yves-Antoine</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="When performing an update at the system's request, I received this warning about one of the packages that was not updated: &lt;html&gt;Failed to install package:&lt;br/&gt;&lt;br/&gt;Error while installing package: trying to overwrite shared &amp;apos;/usr/lib/llvm-18/lib/libLLVM.so.1&amp;apos;, which is different from o..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819360</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819360">which is different from other instances of package libllvm18</a> </td> <td> <span class="sortkey">2024-11-17 00:28:27 UTC</span> <time title="2024-11-17 00:28:27 UTC" datetime="2024-11-17T00:28:27.285680+00:00">2024-11-17</time> </td> <td><a href="https://launchpad.net/~pseudo-producer" class="sprite person">Guilherme Prado Dantas</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="How to lock screen without turning off screen? Please don't suggest screensavers. For example, xscreensaver has a bug and sometimes fails to authenticate the user."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819359</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819359">How to lock screen without turning off screen</a> </td> <td> <span class="sortkey">2024-11-16 16:12:35 UTC</span> <time title="2024-11-16 16:12:35 UTC" datetime="2024-11-16T16:12:35.454056+00:00">2024-11-16</time> </td> <td><a href="https://launchpad.net/~3560holy" class="sprite person">Test</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I'm currently using Ubuntu 24.04.1 LTS in WSL. I wanted to use &quot;neovim&quot; instead of &quot;vim&quot;, so I tried to remove &quot;vim&quot;. However, the return message informed me that this would remove &quot;ubuntu-wsl&quot; at the same time. I've read the description of &quot;ubuntu-wsl&quot;, which says &quot;it is recommended that it not ..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819357</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-meta/+question/819357">Removing vim will cause "ubuntu-wsl" to be removed</a> </td> <td> <span class="sortkey">2024-11-16 09:39:23 UTC</span> <time title="2024-11-16 09:39:23 UTC" datetime="2024-11-16T09:39:23.317529+00:00">2024-11-16</time> </td> <td><a href="https://launchpad.net/~rich-purnell" class="sprite person">Rich Purnell</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/ubuntu-meta">ubuntu-meta</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="During execution of setools on ubuntu jammy, I can see the following issues occure when executing all of the setools (e.g. seinfo) ~$ cat /etc/os-release PRETTY_NAME=&quot;Ubuntu 22.04.5 LTS&quot; NAME=&quot;Ubuntu&quot; VERSION_ID=&quot;22.04&quot; VERSION=&quot;22.04.5 LTS (Jammy Jellyfish)&quot; VERSION_CODENAME=jammy ~$ seinfo T..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819351</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819351">setools package throws an error in Jammy</a> </td> <td> <span class="sortkey">2024-11-14 15:21:09 UTC</span> <time title="2024-11-14 15:21:09 UTC" datetime="2024-11-14T15:21:09.051771+00:00">2024-11-14</time> </td> <td><a href="https://launchpad.net/~tseverin" class="sprite person">Tillmann Severin</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hit:1 http://mx.archive.ubuntu.com/ubuntu noble InRelease Get:2 http://mx.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Hit:3 http://security.ubuntu.com/ubuntu noble-security InRelease Get:4 https://esm.ubuntu.com/apps/ubuntu noble-apps-security InRelease [7,532 B..."> <td class="icon right"> <img alt="Needs information" title="Needs information" src="/@@/question" /> </td> <td class="amount">819348</td> <td class="questionTITLE"> <a href="/ubuntu/+source/gnome-nettool/+question/819348">The wifi is not working, already tried many solutions and not solved</a> </td> <td> <span class="sortkey">2024-11-14 04:23:59 UTC</span> <time title="2024-11-14 04:23:59 UTC" datetime="2024-11-14T04:23:59.309182+00:00">2024-11-14</time> </td> <td><a href="https://launchpad.net/~jorgeluismf7" class="sprite person">Jorge Luis</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/gnome-nettool">gnome-nettool</a></td> <td> &mdash;</td> <td class="questionstatusNEEDSINFO">Needs information</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="bonjour, est il possible de modifier le logiciel de base de ubuntu pour augmenter la résolution du logiciel de base pour capturer des captures d'écrans et enregistrements vidéos ? hello hello, is it possible to modify the ubuntu base software to increase the resolution of the base software to ..."> <td class="icon right"> <img alt="Open" title="Open" src="/@@/question" /> </td> <td class="amount">819345</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819345">increase the resolution of the basic software to capture screenshots and video recordings </a> </td> <td> <span class="sortkey">2024-11-13 19:31:50 UTC</span> <time title="2024-11-13 19:31:50 UTC" datetime="2024-11-13T19:31:50.141406+00:00">2024-11-13</time> </td> <td><a href="https://launchpad.net/~alex5956" class="sprite person">Alexandre</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusOPEN">Open</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="It looks like, as of noble, IPU6 support is in the main ubuntu repository in the form of the linux-modules-ipu6-generic packages. If I understand correctly, to actually use a webcam with IPU6 you need to also install packages at ppa:oem-solutions-group/intel-ipu6. I have a Dell Latitude 7320 de..."> <td class="icon right"> <img alt="Open" title="Open" src="/@@/question" /> </td> <td class="amount">819340</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819340">linux-modules-ipu6-generic support for Latitude 7320 detachable</a> </td> <td> <span class="sortkey">2024-11-13 10:28:50 UTC</span> <time title="2024-11-13 10:28:50 UTC" datetime="2024-11-13T10:28:50.905701+00:00">2024-11-13</time> </td> <td><a href="https://launchpad.net/~thekswenson" class="sprite person">Krister Swenson</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusOPEN">Open</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="libpcap is now on version 1.10.5, but it is still under the package libpcap0.8, and only creates symlinks for libpcap.so.8. Since it is actually version 1, could we add a symlink for libpcap.so.1 in the package, or is there a technical reason that has not been added?"> <td class="icon right"> <img alt="Needs information" title="Needs information" src="/@@/question" /> </td> <td class="amount">819335</td> <td class="questionTITLE"> <a href="/ubuntu/+source/libpcap/+question/819335">Why does libpcap not have .1 symlinks?</a> </td> <td> <span class="sortkey">2024-11-12 17:25:59 UTC</span> <time title="2024-11-12 17:25:59 UTC" datetime="2024-11-12T17:25:59.946812+00:00">2024-11-12</time> </td> <td><a href="https://launchpad.net/~aposhian" class="sprite person">Adam Aposhian</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/libpcap">libpcap</a></td> <td> &mdash;</td> <td class="questionstatusNEEDSINFO">Needs information</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="How can I modify the kernel command line when using Full Disk Encryption with TPM, which relies on the pc-kernel snap? I followed the instructions provided here: https://ubuntu.com/core/docs/modify-kernel-options, but they didn't work. After a reboot, there are still no changes to /proc/cmdline...."> <td class="icon right"> <img alt="Open" title="Open" src="/@@/question" /> </td> <td class="amount">819332</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819332">Modify kernel cmdline for Ubuntu Desktop TPM/FDE setup.</a> </td> <td> <span class="sortkey">2024-11-12 09:28:04 UTC</span> <time title="2024-11-12 09:28:04 UTC" datetime="2024-11-12T09:28:04.282356+00:00">2024-11-12</time> </td> <td><a href="https://launchpad.net/~0-kh" class="sprite person">Kimse</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusOPEN">Open</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Why 24.04LTS HDMI port when connected to external monitor is not detecting connected monitor? It's working on same hardware but Windows OS."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819331</td> <td class="questionTITLE"> <a href="/ubuntu/+source/xserver-xorg-video-amdgpu/+question/819331">Why 24.04LTS HDMI port when connected to external monitor is not detecting connected monitor?</a> </td> <td> <span class="sortkey">2024-11-12 00:24:36 UTC</span> <time title="2024-11-12 00:24:36 UTC" datetime="2024-11-12T00:24:36.988371+00:00">2024-11-12</time> </td> <td><a href="https://launchpad.net/~purplebyteone" class="sprite person">purplebyteone</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/xserver-xorg-video-amdgpu">xserver-xorg-video-amdgpu</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title=" I want to to Create a Custom Ubuntu 22.04 Server ISO with Preinstalled Desktop, Apache, PostgreSQL, PHP, and Other Custom Packages for Offline Autoinstallation: I am working on an Ubuntu 22.04 machine in VirtualBox and have installed the necessary tools: xorriso, squashfs-tools, gzip, wget, and..."> <td class="icon right"> <img alt="Open" title="Open" src="/@@/question" /> </td> <td class="amount">819326</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819326"> Custom Ubuntu 22.04 Server ISO for Offline Autoinstallation which includes ubuntu-desktop</a> </td> <td> <span class="sortkey">2024-11-11 10:21:41 UTC</span> <time title="2024-11-11 10:21:41 UTC" datetime="2024-11-11T10:21:41.025438+00:00">2024-11-11</time> </td> <td><a href="https://launchpad.net/~rajaram-132" class="sprite person">Rajaram</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusOPEN">Open</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I think the original desktop layout of Ubuntu is not very reasonable. The time bar and application bar are not in the same column, which takes up more space. Can you consider an extended desktop layout like dash to panel, which can also reduce the performance loss caused by installing extensions?"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819320</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819320">Can Ubuntu provide a native dash to panel extension?</a> </td> <td> <span class="sortkey">2024-11-10 17:44:37 UTC</span> <time title="2024-11-10 17:44:37 UTC" datetime="2024-11-10T17:44:37.775812+00:00">2024-11-10</time> </td> <td><a href="https://launchpad.net/~carryyourself-deactivatedaccount-deactivatedaccount" class="sprite person-inactive">111</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I have closed the Ubuntu dock and used other extensions to replace it, but after locking the screen and re-entering the computer, I found that the Ubuntu dock extension was automatically turned on, causing confusion among the icons below"> <td class="icon right"> <img alt="Open" title="Open" src="/@@/question" /> </td> <td class="amount">819318</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819318">After locking the screen and re-entering, the Ubuntu dock extension will be automatically activated</a> </td> <td> <span class="sortkey">2024-11-10 17:35:59 UTC</span> <time title="2024-11-10 17:35:59 UTC" datetime="2024-11-10T17:35:59.010957+00:00">2024-11-10</time> </td> <td><a href="https://launchpad.net/~carryyourself-deactivatedaccount-deactivatedaccount" class="sprite person-inactive">111</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusOPEN">Open</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hello everyone; I've copied the ISO file (Ubuntu 24.04)on the desktop in order to update Packages without offline but I get this : ouakil@M-2300859:~$ sudo apt install bcmwl-kernel-source Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable..."> <td class="icon right"> <img alt="Needs information" title="Needs information" src="/@@/question" /> </td> <td class="amount">819314</td> <td class="questionTITLE"> <a href="/ubuntu/+source/broadcom-sta/+question/819314">Update Packages from an ISO file </a> </td> <td> <span class="sortkey">2024-11-10 08:28:39 UTC</span> <time title="2024-11-10 08:28:39 UTC" datetime="2024-11-10T08:28:39.810506+00:00">2024-11-10</time> </td> <td><a href="https://launchpad.net/~farok76" class="sprite person">Debbih Farouk</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/broadcom-sta">broadcom-sta</a></td> <td> &mdash;</td> <td class="questionstatusNEEDSINFO">Needs information</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hello, I am looking for downloading source images of Ubuntu 24.04 but they are not yet uploaded on https://cdimage.ubuntu.com/. I can see Ubuntu 22.04 [https://cdimage.ubuntu.com/releases/jammy/release/source/] and Ubuntu 20.04 [https://cdimage.ubuntu.com/releases/focal/release/source/] were up..."> <td class="icon right"> <img alt="Open" title="Open" src="/@@/question" /> </td> <td class="amount">819309</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819309">Hello,looking for downloading source images</a> </td> <td> <span class="sortkey">2024-11-09 11:59:57 UTC</span> <time title="2024-11-09 11:59:57 UTC" datetime="2024-11-09T11:59:57.975692+00:00">2024-11-09</time> </td> <td><a href="https://launchpad.net/~smithgay" class="sprite person">bob</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusOPEN">Open</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I have tried the command: sudo apt install bcmwl-kernel-source broadcom-sta-dkms -v 6.30.223.271-24 500 and the out put is : apt 2.9.8 (amd64) "> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819307</td> <td class="questionTITLE"> <a href="/ubuntu/+source/broadcom-sta/+question/819307">Lost Wifi connection after update to 24.10</a> </td> <td> <span class="sortkey">2024-11-09 00:14:18 UTC</span> <time title="2024-11-09 00:14:18 UTC" datetime="2024-11-09T00:14:18.653788+00:00">2024-11-09</time> </td> <td><a href="https://launchpad.net/~tk0410" class="sprite person">tru quy</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/broadcom-sta">broadcom-sta</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hi, i'm maintaining nodejs debian package and I think we should talk to ensure it goes well between debian and ubuntu..."> <td class="icon right"> <img alt="Open" title="Open" src="/@@/question" /> </td> <td class="amount">819305</td> <td class="questionTITLE"> <a href="/ubuntu/+source/nodejs/+question/819305">debian nodejs contact</a> </td> <td> <span class="sortkey">2024-11-08 22:41:36 UTC</span> <time title="2024-11-08 22:41:36 UTC" datetime="2024-11-08T22:41:36.348144+00:00">2024-11-08</time> </td> <td><a href="https://launchpad.net/~kapouer" class="sprite person">kapouer</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/nodejs">nodejs</a></td> <td> &mdash;</td> <td class="questionstatusOPEN">Open</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="When doing a system upgrade I got a dependency fail html&gt;Dependency resolution failed:&lt;br/&gt;&lt;br/&gt;The following packages have unmet dependencies: libkf6baloowidgets6: Breaks: libkf5baloowidgets5 but 4:23.08.5-0ubuntu3 is to be installed Recommends: libkf6baloowidgets-bin b..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819304</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819304">&lt;html&gt;Dependency resolution failed:&lt;br/&gt;&lt;br/&gt;The following packages have unmet dependencies: libkf6baloowidgets6: Breaks: libkf5baloowidgets5 but 4:23.08.5-0ubuntu3 is to be installed Recommends: libkf6baloowidgets-bin but it</a> </td> <td> <span class="sortkey">2024-11-08 18:44:05 UTC</span> <time title="2024-11-08 18:44:05 UTC" datetime="2024-11-08T18:44:05.109920+00:00">2024-11-08</time> </td> <td><a href="https://launchpad.net/~soaringwind" class="sprite person">John Canino</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hi, Is the package trickle going to be available for Ubuntu Noble? Many Thanks, Tania"> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819303</td> <td class="questionTITLE"> <a href="/ubuntu/+source/trickle/+question/819303">trickle no installation candidate on Noble</a> </td> <td> <span class="sortkey">2024-11-08 16:58:50 UTC</span> <time title="2024-11-08 16:58:50 UTC" datetime="2024-11-08T16:58:50.470903+00:00">2024-11-08</time> </td> <td><a href="https://launchpad.net/~thoughtmachine" class="sprite person">IT dept</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/trickle">trickle</a></td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I was trying to dualboot Ubuntu alongside Windows. But after completition of the installation process, the system should boot into GRUB which is not happening in my case. The installation was successful but then the GRUB never shows up. It directly boots into Windows' default OS."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819300</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819300">Booting error post installation process</a> </td> <td> <span class="sortkey">2024-11-08 04:15:30 UTC</span> <time title="2024-11-08 04:15:30 UTC" datetime="2024-11-08T04:15:30.743540+00:00">2024-11-08</time> </td> <td><a href="https://launchpad.net/~manas003" class="sprite person">Manas Mehta</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I installed fuse 2 and mozilla vpn still will not open when i click on the icon "> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819298</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819298">after upgrading from 2020.04 to 2022.04 mozilla vpn will no longer open</a> </td> <td> <span class="sortkey">2024-11-08 00:48:45 UTC</span> <time title="2024-11-08 00:48:45 UTC" datetime="2024-11-08T00:48:45.681257+00:00">2024-11-08</time> </td> <td><a href="https://launchpad.net/~sbrittain" class="sprite person">Stephen Brittain</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="New whitebox desktop build ASUS Z890-P Wifi motherboard with in-build Realtek 8125 wired NIC. Tried 24.04.1 and 24.10 both fully updated. Same result with both of them. Wired connection not recognized. Wifi does work. FWIW, same problem with &quot;Brand F&quot; Linux. Don't see a way to post a screen..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819297</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819297">Realtek 8125: no wired network</a> </td> <td> <span class="sortkey">2024-11-07 22:26:37 UTC</span> <time title="2024-11-07 22:26:37 UTC" datetime="2024-11-07T22:26:37.324455+00:00">2024-11-07</time> </td> <td><a href="https://launchpad.net/~wdw" class="sprite person">Zoltan The G</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Why http://ir.archive.ubuntu.com/ubuntu/ doen't have packages that start with o in universe Repo? http://ir.archive.ubuntu.com/ubuntu/pool/universe/ Where is o dirctory?"> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819296</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819296">Why http://ir.archive.ubuntu.com/ubuntu/ doen't have packages that start with o in universe Repo</a> </td> <td> <span class="sortkey">2024-11-07 20:14:04 UTC</span> <time title="2024-11-07 20:14:04 UTC" datetime="2024-11-07T20:14:04.466778+00:00">2024-11-07</time> </td> <td><a href="https://launchpad.net/~bdbdndndbd" class="sprite person">bdhdb</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I have just installed l real time Ubuntu Pro on my Dell Vostro 3520. After tuning kernel boot parameters, I try to set kernel&gt;sched_rt_runtime_us=-1 and kernel.timer_migration=0 on both commands I have got: command not found. On my previous machine HP Probook4340 I have no problem with the..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819289</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819289">kernel.timer_migration command not found</a> </td> <td> <span class="sortkey">2024-11-07 13:29:07 UTC</span> <time title="2024-11-07 13:29:07 UTC" datetime="2024-11-07T13:29:07.842759+00:00">2024-11-07</time> </td> <td><a href="https://launchpad.net/~yaroslavstrokovskyy" class="sprite person">Yaroslav Strokovskyy</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hi, I'm looking for the .config Kernel Configuration file used for compilation of the kernel , with which my 24.04.1 LTS (Noble Numbat) has been compiled. I tried the extract-ikconfig script and that didnt work. As far as I now is the /boot/config-6.8.0-45-generic not necessarily the same. Al..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819286</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819286">Looking for .config Kernel Configuration file of my Ubuntu</a> </td> <td> <span class="sortkey">2024-11-07 08:25:12 UTC</span> <time title="2024-11-07 08:25:12 UTC" datetime="2024-11-07T08:25:12.466008+00:00">2024-11-07</time> </td> <td><a href="https://launchpad.net/~reb891" class="sprite person">Maximilian Rager</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I have an issue with connecting to terminal server without credentials. with freerdp 2 version I use this commands for connection to the terminal server (Windows server 2019) sudo /bin/xfreerdp -u: -sec-nla /dynamic-resolution /v:192.168.30.14 /smartcard: /multimon:force /cert-ignore but with ..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819283</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819283">Issue with login without credentials</a> </td> <td> <span class="sortkey">2024-11-06 13:50:51 UTC</span> <time title="2024-11-06 13:50:51 UTC" datetime="2024-11-06T13:50:51.407946+00:00">2024-11-06</time> </td> <td><a href="https://launchpad.net/~vzgoaxper526" class="sprite person">Artur Tonoyan</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hi Team, Hope you are doing well! Regarding subjected vulnerability CVE-2024-21247, We are unable to fix it over Ubuntu 22.04 &amp; 24.04 version. Please share when we can expect the fix for this subjected vulnerability. Thanks &amp; Regards, Bhupendra "> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819279</td> <td class="questionTITLE"> <a href="/ubuntu/+source/mysql-8.0/+question/819279">CVE-2024-21247 identified for Mysql-Server 8.0.39-0ubuntu0.24.04.2</a> </td> <td> <span class="sortkey">2024-11-06 06:02:51 UTC</span> <time title="2024-11-06 06:02:51 UTC" datetime="2024-11-06T06:02:51.656726+00:00">2024-11-06</time> </td> <td><a href="https://launchpad.net/~bhkumar16" class="sprite person">Bhupendra Kumar</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/mysql-8.0">mysql-8.0</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="when I was utilizing ubuntu 12.04 there was a &quot;startup&quot; music on it, it was great but when I updating the startup music disappeared, did one knows how to have the startup music on 24.04LTS, I accept even third-part programs"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819276</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819276">startup music on ubuntu 24.04LTS</a> </td> <td> <span class="sortkey">2024-11-05 16:02:07 UTC</span> <time title="2024-11-05 16:02:07 UTC" datetime="2024-11-05T16:02:07.183509+00:00">2024-11-05</time> </td> <td><a href="https://launchpad.net/~lorenz4573746575767" class="sprite person">iome</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="The tomcat10 package for 24.04 is currently 11months old, and has multiple high scoring CVE's available. However the tomcat10 package has been updated for 24.10 to fix these in CVEs: CVE-2024-24549 CVE-2024-23672 CVE-2024-38286 CVE-2024-34750 Sources: CVEs: https://tomcat.apache.org/security-1..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819258</td> <td class="questionTITLE"> <a href="/ubuntu/+source/tomcat10/+question/819258">tomcat10 version for Noble</a> </td> <td> <span class="sortkey">2024-11-01 10:06:54 UTC</span> <time title="2024-11-01 10:06:54 UTC" datetime="2024-11-01T10:06:54.624750+00:00">2024-11-01</time> </td> <td><a href="https://launchpad.net/~simonb2048" class="sprite person">Simon Burke</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/tomcat10">tomcat10</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Sorry, home directories outside of /home needs configuration When will this be fixed // M@ts"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819255</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/819255">Ubuntu 24.04 Sorry, home directories outside of /home needs configuration</a> </td> <td> <span class="sortkey">2024-10-31 21:04:08 UTC</span> <time title="2024-10-31 21:04:08 UTC" datetime="2024-10-31T21:04:08.825662+00:00">2024-10-31</time> </td> <td><a href="https://launchpad.net/~mats-900" class="sprite person">M@ts</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/ubuntu-release-upgrader">ubuntu-release-upgrader</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hi, when the login screen appears on my server I cannot sign in because the mouse and keyboard do not work. They do work if I go into recovery mode and during the initial boot prior to the login screen. IPMI/BMC has the same issue. I tried following the instructions here https://askubuntu.com/..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819254</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819254">Login and update issues with Ubuntu 24.04 LTS</a> </td> <td> <span class="sortkey">2024-10-31 20:43:41 UTC</span> <time title="2024-10-31 20:43:41 UTC" datetime="2024-10-31T20:43:41.378972+00:00">2024-10-31</time> </td> <td><a href="https://launchpad.net/~sganzfri" class="sprite person">Sam Ganzfried</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I'm running kubuntu-flavoured Ubuntu 24.04.1 on a laptop with integrated sound card (Intel), plus an nVidia controller. My sound has been working without fault, analog via built in speakers, on the Intel card for months, with the nVidia card disabled. However, all sound output abruptly stoppe..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819251</td> <td class="questionTITLE"> <a href="/ubuntu/+source/alsa-driver/+question/819251">Sound output abruptly failed</a> </td> <td> <span class="sortkey">2024-10-31 16:37:57 UTC</span> <time title="2024-10-31 16:37:57 UTC" datetime="2024-10-31T16:37:57.636959+00:00">2024-10-31</time> </td> <td><a href="https://launchpad.net/~t-sherliker" class="sprite person">Tris</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/alsa-driver">alsa-driver</a></td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="What is the current schedule to update Tomcat10 package from 10.1.16 to a more recent build on Noble/24.04?"> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819249</td> <td class="questionTITLE"> <a href="/ubuntu/+source/tomcat10/+question/819249">Package version for Noble</a> </td> <td> <span class="sortkey">2024-10-31 11:07:21 UTC</span> <time title="2024-10-31 11:07:21 UTC" datetime="2024-10-31T11:07:21.017668+00:00">2024-10-31</time> </td> <td><a href="https://launchpad.net/~simonb2048" class="sprite person">Simon Burke</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/tomcat10">tomcat10</a></td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="rtorrent and libtorrent were updated in September of 2024 and is back in active development with major bug fixes and performance improvements. Please update the repo."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819247</td> <td class="questionTITLE"> <a href="/ubuntu/+source/rtorrent/+question/819247">rtorrent and libtorrent have been updated. Please update to the new version.</a> </td> <td> <span class="sortkey">2024-10-31 03:50:43 UTC</span> <time title="2024-10-31 03:50:43 UTC" datetime="2024-10-31T03:50:43.735734+00:00">2024-10-31</time> </td> <td><a href="https://launchpad.net/~clark-jeffery" class="sprite person">Jeffery Clark</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/rtorrent">rtorrent</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="On my desktop, I was recently troubleshooting a problem where my disk was constantly spinning down after being idle for only seconds. I eventually traced this down to an issue where `tlp` was erroneously detecting the desktop to be in battery mode because it saw a power-supply indicator on a USB-..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819242</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-mate-meta/+question/819242">Requiring TLP by default may be inadvisable</a> </td> <td> <span class="sortkey">2024-10-30 15:09:17 UTC</span> <time title="2024-10-30 15:09:17 UTC" datetime="2024-10-30T15:09:17.672201+00:00">2024-10-30</time> </td> <td><a href="https://launchpad.net/~jason-alioth" class="sprite person">Jason Harvey</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/ubuntu-mate-meta">ubuntu-mate-meta</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hi: I'm getting the following error when trying to access my external drive: Error mounting /dev/sdc5 at media/williepabon/4173da ... ... 2af: can't read superblock on /dev/sdc5 Could the above error be repairable? Please, advice. Thanks. "> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819238</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819238">Unable to access 200 GB volume</a> </td> <td> <span class="sortkey">2024-10-29 19:44:26 UTC</span> <time title="2024-10-29 19:44:26 UTC" datetime="2024-10-29T19:44:26.518491+00:00">2024-10-29</time> </td> <td><a href="https://launchpad.net/~williepabon" class="sprite person">William Pabon</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="i have updated Ubuntu version from 23 to 24.04 and getting animations issue only while minimizing and maximizing third party applications like vscode , slack etc."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819225</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819225">getting animation issue while minimize and maximize 3rd party applications like vscode , slack etc.</a> </td> <td> <span class="sortkey">2024-10-28 20:14:58 UTC</span> <time title="2024-10-28 20:14:58 UTC" datetime="2024-10-28T20:14:58.045673+00:00">2024-10-28</time> </td> <td><a href="https://launchpad.net/~asimmazari09" class="sprite person">Asim Mazari</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I upgraded my two machines without problem; but, when I tried on multiple occasions to upgrade my wife's machine I encountered a problem seemingly with the public key. On inspection I found no public keys so I generated them - still no solution. I suspect it may have to do with the upgrade direct..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819223</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819223">Problem enountered when upgrading 22.04LTS to 24.04LTS</a> </td> <td> <span class="sortkey">2024-10-28 16:32:55 UTC</span> <time title="2024-10-28 16:32:55 UTC" datetime="2024-10-28T16:32:55.983275+00:00">2024-10-28</time> </td> <td><a href="https://launchpad.net/~nigelh" class="sprite person">Nigel Hendrikz</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="The packeth package does not include the GUI version like the previous Ubuntu distribution had. Can it be updated in order to include the packeth GUI version (https://packeth.sourceforge.net/packeth/GUI_version.html) ? "> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819216</td> <td class="questionTITLE"> <a href="/ubuntu/+source/packeth/+question/819216">packeth GUI version</a> </td> <td> <span class="sortkey">2024-10-27 21:36:25 UTC</span> <time title="2024-10-27 21:36:25 UTC" datetime="2024-10-27T21:36:25.752347+00:00">2024-10-27</time> </td> <td><a href="https://launchpad.net/~fbarreto" class="sprite person">Fernando Barreto</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/packeth">packeth</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="plz guide me about Newer curl versions for trusty, thanks!!"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819208</td> <td class="questionTITLE"> <a href="/ubuntu/+source/curl/+question/819208">Newer curl versions for trusty</a> </td> <td> <span class="sortkey">2024-10-27 03:31:57 UTC</span> <time title="2024-10-27 03:31:57 UTC" datetime="2024-10-27T03:31:57.429312+00:00">2024-10-27</time> </td> <td><a href="https://launchpad.net/~sadambloger" class="sprite person">sherazblogger</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/curl">curl</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="upgrading from 6.8.0.40, the kernel fails to compile. Here is the relevant section of the upgrade output. Building module: Cleaning build area... 'make' -j8 KVER=6.8.0-47-generic KSRC=/lib/modules/6.8.0-47-generic/build............(bad exit status: 2) ERROR (dkms apport): binary package for rtl..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819204</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819204">kernel 6.8.0.47 fails upgrade, will not compile.</a> </td> <td> <span class="sortkey">2024-10-25 22:50:47 UTC</span> <time title="2024-10-25 22:50:47 UTC" datetime="2024-10-25T22:50:47.447441+00:00">2024-10-25</time> </td> <td><a href="https://launchpad.net/~skeptikos" class="sprite person">Michael McDonnell</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I have libssl.so.3. Which version of curl supports it?"> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819201</td> <td class="questionTITLE"> <a href="/ubuntu/+source/curl/+question/819201">error while loading shared libraries: libssl.so.10</a> </td> <td> <span class="sortkey">2024-10-25 14:35:05 UTC</span> <time title="2024-10-25 14:35:05 UTC" datetime="2024-10-25T14:35:05.859753+00:00">2024-10-25</time> </td> <td><a href="https://launchpad.net/~geoffgeoffgeoff3" class="sprite person">Geoff Sutcliffe</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/curl">curl</a></td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Tried to upgrade 22.04 to 24.04. It fails: packages are downloaded, but during installation, many icons vanish including the WiFi. Then it tries to download extra software such as ffmpeg codecs, fails (no WiFi), attempts to restore, fails, leaving computer requiring a hard power off, and unboota..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819200</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819200">upgrade 22.04 LTS to 24.04 LTS fails during installation</a> </td> <td> <span class="sortkey">2024-10-25 13:37:53 UTC</span> <time title="2024-10-25 13:37:53 UTC" datetime="2024-10-25T13:37:53.925914+00:00">2024-10-25</time> </td> <td><a href="https://launchpad.net/~rbayerfox" class="sprite person">Rohan Bayer-Fox</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="The problem appears as follows: (update-manager:9655): dconf-WARNING **: 12:12:12.141: failed to commit changes to dconf: Falha ao executar o sub processo “dbus-launch” (Ficheiro ou pasta inexistente) (update-manager:9655): dconf-WARNING **: 12:12:12.141: failed to commit changes to dconf: Falh..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819199</td> <td class="questionTITLE"> <a href="/ubuntu/+source/dbus/+question/819199">My OS is Ubuntu 24.04.1 LTS. While updating it, it comes "Fail to execute “dbus-launch” (missing or inexisting archive)" </a> </td> <td> <span class="sortkey">2024-10-25 12:26:58 UTC</span> <time title="2024-10-25 12:26:58 UTC" datetime="2024-10-25T12:26:58.790702+00:00">2024-10-25</time> </td> <td><a href="https://launchpad.net/~wernermv" class="sprite person">Werner Martins Vieira</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/dbus">dbus</a></td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Installation is to a network machine via do-release-upgrade. There was a link to a docker apt source, that's been removed and packages from there are purged. Obsolete packages are purged also, then apt autoremove has been used to clean up any remaining unused pacakages. The install/upgrade still..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819195</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/819195">Upgrade fails from 22.04 to 24.10 with no PPAs</a> </td> <td> <span class="sortkey">2024-10-24 15:51:05 UTC</span> <time title="2024-10-24 15:51:05 UTC" datetime="2024-10-24T15:51:05.951492+00:00">2024-10-24</time> </td> <td><a href="https://launchpad.net/~douglask" class="sprite person">Douglas King</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/ubuntu-release-upgrader">ubuntu-release-upgrader</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hi all, i think the package python3-pyzabbix provided by Ubuntu repository is corrupted or not up to date. i saw there is an error trying to login to the Zabbix server by username and password and seems there is no support to login with api_key. Instead, these errors are not present if i try the ..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819175</td> <td class="questionTITLE"> <a href="/ubuntu/+source/pyzabbix/+question/819175">Package corrupted or not up to date</a> </td> <td> <span class="sortkey">2024-10-22 13:02:42 UTC</span> <time title="2024-10-22 13:02:42 UTC" datetime="2024-10-22T13:02:42.721304+00:00">2024-10-22</time> </td> <td><a href="https://launchpad.net/~ducarpit" class="sprite person">Christian Marinelli</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/pyzabbix">pyzabbix</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="This is going to be an unorthodox question for a bunch of reasons. For starters, I'm not actually running ubuntu; I am in fact using Mint Linux, specifically Mint 21.3 Virginia, which is based on Jammy Jellyfish... I'm also using &quot;MintUpdate&quot; the recommended way to ensure that Mint images remain ..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819076</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819076">Unexpected Update Package - AMD Microcode on an Intel Machine</a> </td> <td> <span class="sortkey">2024-10-21 19:24:38 UTC</span> <time title="2024-10-21 19:24:38 UTC" datetime="2024-10-21T19:24:38.153877+00:00">2024-10-21</time> </td> <td><a href="https://launchpad.net/~ytene" class="sprite person">Clive</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="There is a problem described here: https://github.com/systemd/systemd/issues/32254 Problem affects the systemd package that main version we use in ubuntu 24.04 LTS uses. There are fixes here: https://github.com/yuwata/systemd/commit/be8e93390003e45acbb318c6e1e48fbc3c772f78 / https://github.com/..."> <td class="icon right"> <img alt="Open" title="Open" src="/@@/question" /> </td> <td class="amount">819069</td> <td class="questionTITLE"> <a href="/ubuntu/+source/systemd/+question/819069">Update of systemd in 24.04 LTS - when?</a> </td> <td> <span class="sortkey">2024-10-21 10:48:37 UTC</span> <time title="2024-10-21 10:48:37 UTC" datetime="2024-10-21T10:48:37.799579+00:00">2024-10-21</time> </td> <td><a href="https://launchpad.net/~jkl-2" class="sprite person">Jarosław Kłopotek</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/systemd">systemd</a></td> <td> &mdash;</td> <td class="questionstatusOPEN">Open</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Ubuntu 24.04 provides Wireplumber 0.4.17 which uses an outdated configuration format, with no up-to-date documentation available. Are there plans to update Wireplumber to a more recent version?"> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819060</td> <td class="questionTITLE"> <a href="/ubuntu/+source/wireplumber/+question/819060">Noble Numbat: Wireplumber update?</a> </td> <td> <span class="sortkey">2024-10-20 11:46:53 UTC</span> <time title="2024-10-20 11:46:53 UTC" datetime="2024-10-20T11:46:53.059139+00:00">2024-10-20</time> </td> <td><a href="https://launchpad.net/~mictiemix" class="sprite person">Michael Tie</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/wireplumber">wireplumber</a></td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="The plantuml version released to the project's repo is currently version 1.2024.7, but the one published for Ubuntu 24 is 1.2020.2+ds-3ubuntu1. There have been ~60 releases of plantuml since the current published version. It would be great if the package could be updated for Jammy Jellyfish and ..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819055</td> <td class="questionTITLE"> <a href="/ubuntu/+source/plantuml/+question/819055">Update with recent plantuml version</a> </td> <td> <span class="sortkey">2024-10-18 23:01:38 UTC</span> <time title="2024-10-18 23:01:38 UTC" datetime="2024-10-18T23:01:38.595628+00:00">2024-10-18</time> </td> <td><a href="https://launchpad.net/~pboushy" class="sprite person">Phillip Boushy</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/plantuml">plantuml</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hi, The server settings give: XML Parsing Error: undefined entity undefined entity Location: chrome://messenger/content/am-server.xhtml Line Number 171, Column 21: I first thought about finding some settings file in my profile, but seeing some topics that refer to a possible broken ins..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819053</td> <td class="questionTITLE"> <a href="/ubuntu/+source/thunderbird/+question/819053">server settings show XML Parsing Error: undefined entity Location</a> </td> <td> <span class="sortkey">2024-10-18 13:28:34 UTC</span> <time title="2024-10-18 13:28:34 UTC" datetime="2024-10-18T13:28:34.471413+00:00">2024-10-18</time> </td> <td><a href="https://launchpad.net/~cno" class="sprite person">Cno</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/thunderbird">thunderbird</a></td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Trying to setup Desktop Sharing and there are no settings for it in System Settings. Installed and enabled rdp but cannot connect from a mac mini M2 using Msft RD. It tries but but connection fails."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819043</td> <td class="questionTITLE"> <a href="/ubuntu/+question/819043">No Sharing in System Settings</a> </td> <td> <span class="sortkey">2024-10-17 14:36:04 UTC</span> <time title="2024-10-17 14:36:04 UTC" datetime="2024-10-17T14:36:04.231945+00:00">2024-10-17</time> </td> <td><a href="https://launchpad.net/~mikematthias" class="sprite person">Michael Matthias</a></td> <td>&mdash;</td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Updating ubuntu 24.04.1 xdiagnose fails to install with the following output: Preparing to unpack .../xdiagnose_3.8.10ubuntu0.1_all.deb ... Unpacking xdiagnose (3.8.10ubuntu0.1) over (3.8.10) ... dpkg: error processing archive /var/cache/apt/archives/xdiagnose_3.8.10ubuntu0.1_all.deb (--unpack):..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819042</td> <td class="questionTITLE"> <a href="/ubuntu/+source/xdiagnose/+question/819042">xdiagnose install failure</a> </td> <td> <span class="sortkey">2024-10-17 14:23:03 UTC</span> <time title="2024-10-17 14:23:03 UTC" datetime="2024-10-17T14:23:03.951266+00:00">2024-10-17</time> </td> <td><a href="https://launchpad.net/~nick-de-bray" class="sprite person">Nick de Bray</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/xdiagnose">xdiagnose</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Using Ubuntu 24.04LTS Running Software Updater, I get the following error message:- &quot;Package operation failed. The installation or removal of a software package failed.&quot; (not very informative!) In the Terminal, I get the following (which is more informative but no more helpful!) sudo apt-get..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819041</td> <td class="questionTITLE"> <a href="/ubuntu/+source/xdiagnose/+question/819041">Software updater not updating xdiagnose</a> </td> <td> <span class="sortkey">2024-10-17 13:05:01 UTC</span> <time title="2024-10-17 13:05:01 UTC" datetime="2024-10-17T13:05:01.669739+00:00">2024-10-17</time> </td> <td><a href="https://launchpad.net/~fred575" class="sprite person">John MacMenigall</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/xdiagnose">xdiagnose</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Jammy is the Ubuntu version that is commonly provided by cloud providers at the moment. The executable in the rinetd package is outdated and I find myself compiling and then overwriting the executable all the time. Would it be possible to update this package in jammy (to 0.73)?"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">819037</td> <td class="questionTITLE"> <a href="/ubuntu/+source/rinetd/+question/819037">Can this be updated in jammy?</a> </td> <td> <span class="sortkey">2024-10-17 00:01:14 UTC</span> <time title="2024-10-17 00:01:14 UTC" datetime="2024-10-17T00:01:14.698610+00:00">2024-10-17</time> </td> <td><a href="https://launchpad.net/~andrekr" class="sprite person">André Hänsel</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/rinetd">rinetd</a></td> <td> &mdash;</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Lenovo Yoga 3 14 laptop running Lubuntu. Upgraded to 24.10 and no more wi-fi. Perhaps the current bcmwl-kernel-source package (Broadcom 802.11 Linux STA wireless driver source) doesn't support my hardware. If so, how do I revert back to the previous package? It doesn't appear to be available fro..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">819030</td> <td class="questionTITLE"> <a href="/ubuntu/+source/broadcom-sta/+question/819030">Wi-fi lost after 24.10 install</a> </td> <td> <span class="sortkey">2024-10-16 04:00:51 UTC</span> <time title="2024-10-16 04:00:51 UTC" datetime="2024-10-16T04:00:51.857205+00:00">2024-10-16</time> </td> <td><a href="https://launchpad.net/~k-jim-t" class="sprite person">Jim Van Horn</a></td> <td><a href="https://answers.launchpad.net/ubuntu/+source/broadcom-sta">broadcom-sta</a></td> <td> &mdash;</td> <td class="questionstatusSOLVED">Solved</td> </tr> </tbody> </table> <div class="results"><table style="width: 100%;" class="lower-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> &rarr; <strong>75</strong> of 100932 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> &bull; <span class="previous inactive">Previous</span> &bull; <a class="next" rel="next" href="https://answers.launchpad.net/ubuntu/+questions?batch=75&amp;memo=75&amp;start=75" id="lower-batch-nav-batchnav-next"><strong>Next</strong></a> &bull; <a class="last" rel="last" href="https://answers.launchpad.net/ubuntu/+questions?batch=75&amp;direction=backwards&amp;start=100875" id="lower-batch-nav-batchnav-last">Last</a> </td> </tr> </tbody> </table> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div> <div id="involvement" class="portlet involvement"> <ul> <li class="single"> <a class="menu-link-ask_question sprite answers" href="https://answers.launchpad.net/ubuntu/+addquestion">Ask a question</a> </li> </ul> </div> </div> <div id="global-actions" class="portlet vertical"> <ul> <li> <a class="menu-link-list_all sprite info" href="https://answers.launchpad.net/ubuntu/+faqs">All FAQs</a> </li> <li> <a class="menu-link-open sprite question" href="https://answers.launchpad.net/ubuntu/+questions?field.status=Open&amp;field.sort=recently+updated+first&amp;field.search_text=&amp;field.actions.search=Search">Open</a> </li> <li> <a class="menu-link-answered sprite question" href="https://answers.launchpad.net/ubuntu/+questions?field.status=Answered&amp;field.status=Solved&amp;field.sort=by+relevancy&amp;field.search_text=&amp;field.actions.search=Search">Answered</a> </li> <li> <a class="menu-link-myrequests sprite question" href="https://answers.launchpad.net/ubuntu/+myquestions">My questions</a> </li> <li> <a class="menu-link-need_attention sprite question" href="https://answers.launchpad.net/ubuntu/+need-attention">Need attention</a> </li> <li> <a class="menu-link-new sprite add" href="https://answers.launchpad.net/ubuntu/+addquestion">Ask a question</a> </li> <li> <a class="menu-link-answer_contact sprite modify edit" href="https://answers.launchpad.net/ubuntu/+answer-contact">Set answer contact</a> </li> </ul> </div> <script id='milestone-script' type='text/javascript'> LPJS.use('base', 'node', 'event', 'lp.comments.hide', 'lp.answers.answercontacts', function(Y) { Y.on('domready', function() { var context_name = 'ubuntu'; new Y.lp.answers.answercontacts.createQuestionAnswerContactsLoader( {container_box: '#answer-contacts-'+context_name, context_name: context_name}); }); }); </script> <div class="portlet" id="portlet-answer-contacts-ubuntu"> <h2>Answer contacts for Ubuntu</h2> <div id="answer-contacts-ubuntu"></div> </div> </div><!-- yui-b side --> </div><!-- 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": {}, "ubuntu_answer_portlet_url_data": {"web_link": "https://launchpad.net/ubuntu", "self_link": "https://answers.launchpad.net/api/devel/ubuntu"}, "context": {"self_link": "https://answers.launchpad.net/api/devel/ubuntu", "web_link": "https://launchpad.net/ubuntu", "resource_type_link": "https://answers.launchpad.net/api/devel/#distribution", "translations_usage": "Launchpad", "official_answers": true, "official_blueprints": true, "official_codehosting": false, "official_bugs": true, "information_type": "Public", "active": true, "branch_sharing_policy": "Public", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "all_specifications_collection_link": "https://answers.launchpad.net/api/devel/ubuntu/all_specifications", "valid_specifications_collection_link": "https://answers.launchpad.net/api/devel/ubuntu/valid_specifications", "bug_reporting_guidelines": "Are you uncertain if your issue is really a bug? Then ask a support question about Ubuntu at http://answers.launchpad.net/ubuntu/ - these can be made into bugs later. Another support venue is http://askubuntu.com.\n\nIf you are certain this is a bug please include the source package the bug is in. For help see https://wiki.ubuntu.com/Bugs/FindRightPackage.\n\nWe also need:\n\n1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -\u003e About Ubuntu\n2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center\n3) What you expected to happen\n4) What happened instead\n\nMost of this information is gathered when you use apport to report the bug. See https://help.ubuntu.com/community/ReportingBugs for complete details.\n\nThe Ubuntu community has also created debugging procedures for a wide variety of packages at https://wiki.ubuntu.com/DebuggingProcedures. Following the debugging instructions for the affected package will make your bug report much more complete. Thanks!", "bug_reported_acknowledgement": "Thank you for spending your time helping to make Ubuntu better with this bug report. Reporting a bug is the first step in the bug fixing process. As a part of that process you may need to answer some questions to help developers work on your bug. You can learn more about how we triage bug reports at http://wiki.ubuntu.com/Bugs/HowToTriage.\n", "official_bug_tags": ["a11y", "appstream", "bionic", "bisect-done", "bitesize", "block-proposed", "block-proposed-focal", "block-proposed-jammy", "block-proposed-noble", "block-proposed-oracular", "cherry-pick", "community-security", "desktop-file", "dist-upgrade", "fixed-upstream", "focal", "ftbfs", "hw-specific", "jammy", "kernel-bug", "manpage", "metabug", "multiarch", "multigpu", "multimonitor", "needs-bisect", "needs-design", "needs-packaging", "needs-reassignment", "noble", "nvidia", "oracular", "package-conflict", "packaging", "patch", "patch-accepted-debian", "patch-accepted-upstream", "patch-forwarded-debian", "patch-forwarded-upstream", "patch-needswork", "patch-rejected", "patch-rejected-debian", "patch-rejected-upstream", "performing-bisect", "plucky", "qt4-removal", "regression-proposed", "regression-release", "regression-update", "string-fix", "suspend-resume", "systemd-boot", "testcase", "unmetdeps", "update-excuse", "upgrade-software-version", "verification-done-bionic", "verification-done-focal", "verification-done-jammy", "verification-done-noble", "verification-done-oracular", "verification-failed-bionic", "verification-failed-jammy", "verification-needed-bionic", "verification-needed-focal", "verification-needed-jammy", "verification-needed-noble", "verification-needed-oracular", "wayland"], "webhooks_collection_link": "https://answers.launchpad.net/api/devel/ubuntu/webhooks", "bug_supervisor_link": "https://answers.launchpad.net/api/devel/~ubuntu-bugcontrol", "active_milestones_collection_link": "https://answers.launchpad.net/api/devel/ubuntu/active_milestones", "all_milestones_collection_link": "https://answers.launchpad.net/api/devel/ubuntu/all_milestones", "translationgroup_link": "https://answers.launchpad.net/api/devel/+groups/ubuntu-translators", "translationpermission": "Restricted", "private": false, "name": "ubuntu", "display_name": "Ubuntu", "title": "Ubuntu", "icon_link": "https://answers.launchpad.net/api/devel/ubuntu/icon", "logo_link": "https://answers.launchpad.net/api/devel/ubuntu/logo", "owner_link": "https://answers.launchpad.net/api/devel/~techboard", "homepage_content": null, "mugshot_link": "https://answers.launchpad.net/api/devel/ubuntu/mugshot", "summary": "Ubuntu is a complete Linux-based operating system, freely available with both community and professional support.", "description": "Ubuntu also includes a wide variety of software through its network of software repositories. Once your system is installed you can simply call up a list of all the existing tools out there and choose any of them for immediate installation over the internet.\n", "domain_name": "ubuntu.com", "registrant_link": "https://answers.launchpad.net/api/devel/~techboard", "date_created": "2005-12-31T23:59:51+00:00", "driver_link": "https://answers.launchpad.net/api/devel/~ubuntu-drivers", "members_link": "https://answers.launchpad.net/api/devel/~ubuntumembers", "mirror_admin_link": "https://answers.launchpad.net/api/devel/~ubuntu-mirror-admins", "archive_mirrors_collection_link": "https://answers.launchpad.net/api/devel/ubuntu/archive_mirrors", "cdimage_mirrors_collection_link": "https://answers.launchpad.net/api/devel/ubuntu/cdimage_mirrors", "oci_project_admin_link": null, "series_collection_link": "https://answers.launchpad.net/api/devel/ubuntu/series", "derivatives_collection_link": "https://answers.launchpad.net/api/devel/ubuntu/derivatives", "current_series_link": "https://answers.launchpad.net/api/devel/ubuntu/plucky", "official_packages": true, "supports_ppas": true, "supports_mirrors": true, "main_archive_link": "https://answers.launchpad.net/api/devel/ubuntu/+archive/primary", "archives_collection_link": "https://answers.launchpad.net/api/devel/ubuntu/archives", "redirect_release_uploads": true, "development_series_alias": "devel", "vcs": "Git", "default_traversal_policy": "Series", "redirect_default_traversal": false, "commercial_subscription_link": null, "commercial_subscription_is_due": false, "security_admin_link": "https://answers.launchpad.net/api/devel/~ubuntu-security", "vulnerabilities_collection_link": "https://answers.launchpad.net/api/devel/ubuntu/vulnerabilities", "code_admin_link": "https://answers.launchpad.net/api/devel/~git-ubuntu-import", "http_etag": "\"2dffc6ca57aa22bb5a09038471d8a262ca8414b6-a6c18833a91c452e41faad38a8aec9bc830bcfe7\""}};</script> </body> <!-- Facet name: answers Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 102 queries/external actions issued in 1.49 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