CINXE.COM
Questions : Brian Murray
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://answers.launchpad.net/~brian-murray/+questions" /> <meta charset="UTF-8" /> <title>Questions : Brian Murray</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/rev1519c6efe8e9bd78e6c5ebf2eb5bcb040b95ad32/combo.css" /> <meta name="description" content="Ubuntu's Bug Master " /> <meta property="og:description" content="Ubuntu's Bug Master " /> <meta property="og:title" content="Questions : Brian Murray" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://answers.launchpad.net/~brian-murray/+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/rev1519c6efe8e9bd78e6c5ebf2eb5bcb040b95ad32/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev1519c6efe8e9bd78e6c5ebf2eb5bcb040b95ad32/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev1519c6efe8e9bd78e6c5ebf2eb5bcb040b95ad32/?lp/', comboBase: '/+combo/rev1519c6efe8e9bd78e6c5ebf2eb5bcb040b95ad32/?', 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/~brian-murray/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/~brian-murray"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/11003733/brian-hackergotchi-extra-small.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/~brian-murray">Brian Murray</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/~brian-murray">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/~brian-murray">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/~brian-murray">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/~brian-murray">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/~brian-murray">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 Brian Murray</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/~brian-murray/+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" /> 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" /> Open</label> <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" /> Needs information</label> <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" /> Answered</label> <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" /> Solved</label> <label for="field.status.4" style="font-weight: normal"><input class="checkboxType" id="field.status.4" name="field.status" type="checkbox" value="EXPIRED" /> Expired</label> <label for="field.status.5" style="font-weight: normal"><input class="checkboxType" id="field.status.5" name="field.status" type="checkbox" value="INVALID" /> 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>In</th> <th>Assignee</th> <th>Status</th> </tr> </thead> <tbody> <tr xml:lang="en" lang="en" dir="ltr" title="I'd like to subscribe the Canonical Ubuntu QA team to all Ubuntu bug reports tagged iso-testing so I went to https://bugs.launchpad.net/ubuntu and clicked on "Subscribe to bug mail". However, the pop up dialog only lists team names after "kubuntu-dev", but if I visit https://bugs.launchpad.net/ub..."> <td class="icon right"> <img alt="Needs information" title="Needs information" src="/@@/question" /> </td> <td class="amount">707908</td> <td class="questionTITLE"> <a href="/launchpad/+question/707908">Unable to create a bug subscription for a team I manage</a> </td> <td> <span class="sortkey">2023-09-13 00:05:15 UTC</span> <time title="2023-09-13 00:05:15 UTC" datetime="2023-09-13T00:05:15.916705+00:00">2023-09-13</time> </td> <td><a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray</a></td> <td class="question-target"><a href="/launchpad/+questions">Launchpad itself</a></td> <td> <a href="https://launchpad.net/~lgp171188" class="sprite person">Guruprasad</a> </td> <td class="questionstatusNEEDSINFO">Needs information</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="This mailing list, https://lists.launchpad.net/canonical-ubuntu-qa/, has not been receiving emails about MPs for the autopkgtest-cloud code repo e.g. https://code.launchpad.net/~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/449766. The last message to the mailing list is from 20..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">707730</td> <td class="questionTITLE"> <a href="/launchpad/+question/707730">canonical-ubuntu-qa mailing list not receving recent MPs</a> </td> <td> <span class="sortkey">2023-08-24 21:22:23 UTC</span> <time title="2023-08-24 21:22:23 UTC" datetime="2023-08-24T21:22:23.255501+00:00">2023-08-24</time> </td> <td><a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray</a></td> <td class="question-target"><a href="/launchpad/+questions">Launchpad itself</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="There is a launchpad project which was not setup by me, but of which I am currently the maintainer. I received an email about the commercial subscription for it expiring, however I've no idea if I'm actually using any of the services a commercial subscription provides. Colin asked that I open a t..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">706515</td> <td class="questionTITLE"> <a href="/launchpad/+question/706515">Commercial subscripton for Errors</a> </td> <td> <span class="sortkey">2023-05-05 07:50:35 UTC</span> <time title="2023-05-05 07:50:35 UTC" datetime="2023-05-05T07:50:35.564294+00:00">2023-05-05</time> </td> <td><a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray</a></td> <td class="question-target"><a href="/launchpad/+questions">Launchpad itself</a></td> <td> <a href="https://launchpad.net/~cjwatson" class="sprite person">Colin Watson</a> </td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Please enable riscv64 for this PPA https://launchpad.net/~canonical-ubuntu-qa/+archive/ubuntu/ppa"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">704970</td> <td class="questionTITLE"> <a href="/launchpad/+question/704970">Please enable riscv64</a> </td> <td> <span class="sortkey">2023-02-03 20:49:54 UTC</span> <time title="2023-02-03 20:49:54 UTC" datetime="2023-02-03T20:49:54.483114+00:00">2023-02-03</time> </td> <td><a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray</a></td> <td class="question-target"><a href="/launchpad/+questions">Launchpad itself</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="On ubuntu 22.04.1 LTS, the message (0.154355) x86/cpu 86x disabled , by bios is displayed every time at the top left. I don't know if it's normal. Thank you for your help"> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">703028</td> <td class="questionTITLE"> <a href="/ubuntu/+question/703028">(0.154355) x86/cpu 86x disabled , by bios</a> </td> <td> <span class="sortkey">2022-09-02 07:19:18 UTC</span> <time title="2022-09-02 07:19:18 UTC" datetime="2022-09-02T07:19:18.685263+00:00">2022-09-02</time> </td> <td><a href="https://launchpad.net/~askush2" class="sprite person">askush</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Not sure if that's a bug or a feature, but per test case http://iso.qa.ubuntu.com/qatracker/milestones/437/builds/255601/testcases/1718 the Nvidia proprietary drivers should be unconditionally installed, so that's either a bug on the installer or on the test case itself. My device (Acer Aspire A..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">702716</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubiquity/+question/702716">NVidia proprietary drivers were not installed</a> </td> <td> <span class="sortkey">2022-08-09 21:52:12 UTC</span> <time title="2022-08-09 21:52:12 UTC" datetime="2022-08-09T21:52:12.857169+00:00">2022-08-09</time> </td> <td><a href="https://launchpad.net/~cnihelton" class="sprite person">Carlos Nihelton</a></td> <td class="question-target"><a href="/ubuntu/+source/ubiquity/+questions">ubiquity in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Upgrading on a virtual machine from 20.04 to 22.04. I have had this happen twice now, I got one upgrade done without this bug. Basically the package installation stops at dbus package asking for a reboot as it was unable to upgrade as dbus-daemon was running. And rebooting at this stage obviousl..."> <td class="icon right"> <img alt="Open" title="Open" src="/@@/question" /> </td> <td class="amount">703594</td> <td class="questionTITLE"> <a href="/ubuntu/+source/dbus/+question/703594">Upgrade to 22.04 from 20.04 ends with dbus installation asking for a reboot</a> </td> <td> <span class="sortkey">2022-04-13 07:18:41 UTC</span> <time title="2022-04-13 07:18:41 UTC" datetime="2022-04-13T07:18:41.344302+00:00">2022-04-13</time> </td> <td><a href="https://launchpad.net/~pekka-tiittanen" class="sprite person">Pekka Tiittanen</a></td> <td class="question-target"><a href="/ubuntu/+source/dbus/+questions">dbus in Ubuntu</a></td> <td> —</td> <td class="questionstatusOPEN">Open</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Since yesterday, a "Stop" sign is being constantly flashed in the lower middle of the screen, where system changes are usually shown (mic off/on, volume up/down, trackpad on/off, etc. I was on Ubuntu 20.04 LTS yesterday when the bug started and even after updating to 21.04, the bug persists."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">698734</td> <td class="questionTITLE"> <a href="/ubuntu/+question/698734">A stop sign is being flashed in llower middleof the screen.</a> </td> <td> <span class="sortkey">2021-09-14 10:39:33 UTC</span> <time title="2021-09-14 10:39:33 UTC" datetime="2021-09-14T10:39:33.160533+00:00">2021-09-14</time> </td> <td><a href="https://launchpad.net/~punish-17" class="sprite person">Punish Sharma</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="After suspend when a start system, it triggers cd drive everytime, which i think is some sort of bug in a checkup script triggering cd drive to open. Please sort out this issue ASAP as it is very annoying to close it everytime."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">698720</td> <td class="questionTITLE"> <a href="/ubuntu/+question/698720">everytime turning on system after suspend triggers cd drive in computer (Some Startup Script Issue)</a> </td> <td> <span class="sortkey">2021-09-13 11:46:32 UTC</span> <time title="2021-09-13 11:46:32 UTC" datetime="2021-09-13T11:46:32.346470+00:00">2021-09-13</time> </td> <td><a href="https://launchpad.net/~bhworld" class="sprite person">Bipul Harsh</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="https://launchpad.net/ubuntu/focal/+milestones says "Milestones belong to a series and can be created from the series page by a project owner or series release manager." I haven't heard the term series release manager before but I'd think that the Release manager (ubuntu-release of which I am me..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">698513</td> <td class="questionTITLE"> <a href="/launchpad/+question/698513">Can't create milestones for an Ubuntu series</a> </td> <td> <span class="sortkey">2021-08-25 22:48:43 UTC</span> <time title="2021-08-25 22:48:43 UTC" datetime="2021-08-25T22:48:43.944775+00:00">2021-08-25</time> </td> <td><a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray</a></td> <td class="question-target"><a href="/launchpad/+questions">Launchpad itself</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I'd like to be able to build apport test crashes for RISC-V and the test crashes are built in the following PPA. https://launchpad.net/~daisy-pluckers/+archive/ubuntu/daisy-seeds Thanks!"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">698059</td> <td class="questionTITLE"> <a href="/launchpad/+question/698059"> Please enable RISC-V builds for the daisy-pluckers daisy-seeds PPA</a> </td> <td> <span class="sortkey">2021-07-20 14:20:32 UTC</span> <time title="2021-07-20 14:20:32 UTC" datetime="2021-07-20T14:20:32.242748+00:00">2021-07-20</time> </td> <td><a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray</a></td> <td class="question-target"><a href="/launchpad/+questions">Launchpad itself</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="After installing recommended driver nvidia-driver-460 for my NVIDIA GeForce GTX 1050 Ti the different channels are mapped wrong to my 7.1 surround sound set. Playing sound in stereo works fine but when playing a movie voice is not send to center speaker. Is there a way to change this mapping? I'm..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">696746</td> <td class="questionTITLE"> <a href="/ubuntu/+question/696746">Wrong mapping of channels to HDMI ports</a> </td> <td> <span class="sortkey">2021-04-24 15:44:24 UTC</span> <time title="2021-04-24 15:44:24 UTC" datetime="2021-04-24T15:44:24.170181+00:00">2021-04-24</time> </td> <td><a href="https://launchpad.net/~bas-douma" class="sprite person">wannabeelinux</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="It seems since microsoft has been allowed in problems arrive. I use UBUNTU because I hate microsoft and it is such a superior OS. Now I cannot download updates and I can't get my computer to accept the newest OS. Everything is slowly going to crap. Every day I lose something and my system is bec..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">696725</td> <td class="questionTITLE"> <a href="/ubuntu/+question/696725">I can't dowload updates. I can't suddenly use my printer. I can't retrieve my documents.</a> </td> <td> <span class="sortkey">2021-04-23 13:35:54 UTC</span> <time title="2021-04-23 13:35:54 UTC" datetime="2021-04-23T13:35:54.086791+00:00">2021-04-23</time> </td> <td><a href="https://launchpad.net/~stephenduffy51" class="sprite person">stephen duffy</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hello everyone, After a recent update to "20.10" I am seeing many glitches in my screen specially when I open a gnome based application..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">696573</td> <td class="questionTITLE"> <a href="/ubuntu/+question/696573">Screen glitching after recent update</a> </td> <td> <span class="sortkey">2021-04-14 15:51:02 UTC</span> <time title="2021-04-14 15:51:02 UTC" datetime="2021-04-14T15:51:02.268630+00:00">2021-04-14</time> </td> <td><a href="https://launchpad.net/~zorono" class="sprite person">John Magdy Lotfy</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hello Ubuntu 21.04 Hippo 64 bit. I have .DEB package make, testing i found this. I copy this to downloads. In Display i see not: not work, not copy time, not finsh? I can not see is finish? Best Regrads Marko"> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">696572</td> <td class="questionTITLE"> <a href="/ubuntu/+question/696572">Copy .DEB package from 4GB-SD drive to downloads / error</a> </td> <td> <span class="sortkey">2021-04-14 12:24:40 UTC</span> <time title="2021-04-14 12:24:40 UTC" datetime="2021-04-14T12:24:40.997407+00:00">2021-04-14</time> </td> <td><a href="https://launchpad.net/~marko-preuss" class="sprite person">Marko Preuss</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I'm getting error to visit any website. google seaches are working but while opening any website i'm getting error ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubuntu-release-upgrader-core 1:20.04.30 ProcVersionSignature: Ubuntu 5.8.0-44.50~20.04.1-generic 5.8.18 Uname: Linux 5.8.0-44-g..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">696151</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/696151">unable to fetch some website</a> </td> <td> <span class="sortkey">2021-03-07 14:49:07 UTC</span> <time title="2021-03-07 14:49:07 UTC" datetime="2021-03-07T14:49:07.501484+00:00">2021-03-07</time> </td> <td><a href="https://launchpad.net/~raushan366" class="sprite person">Raushan Pati Tiwari</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="sudo dpkg --configure -a"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">695807</td> <td class="questionTITLE"> <a href="/ubuntu/+question/695807">what to do?</a> </td> <td> <span class="sortkey">2021-03-01 08:05:25 UTC</span> <time title="2021-03-01 08:05:25 UTC" datetime="2021-03-01T08:05:25.812844+00:00">2021-03-01</time> </td> <td><a href="https://launchpad.net/~jakococo69" class="sprite person">jacques duval</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I tried running all sorts of cleans, updates and upgrade commands without any success. I saw in update notification and rebooted my machine. I have all the latest software packages installed. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubuntu-release-upgrader-core 1:20.04.30 ProcVersio..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">695556</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/695556">Software application not launching after reboot. pycharm. ubuntu software, vs code display launch icon but then nothing happens</a> </td> <td> <span class="sortkey">2021-02-13 13:11:54 UTC</span> <time title="2021-02-13 13:11:54 UTC" datetime="2021-02-13T13:11:54.450621+00:00">2021-02-13</time> </td> <td><a href="https://launchpad.net/~raallant" class="sprite person">Reagan</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="scanner epson ds-570w error and connot installed"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">695490</td> <td class="questionTITLE"> <a href="/ubuntu/+question/695490">scanner epson ds-570w error and connot installed</a> </td> <td> <span class="sortkey">2021-02-11 19:17:29 UTC</span> <time title="2021-02-11 19:17:29 UTC" datetime="2021-02-11T19:17:29.199314+00:00">2021-02-11</time> </td> <td><a href="https://launchpad.net/~heman1314" class="sprite person">heman leung</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="In Ubuntu desktop, in the printers settings is listed a printer that does not belong to me. When I delete this printer, the system tells me that it was successfully deleted. But few seconds after, I have a notification at the top of the screen telling me that the same printer had been discovered ..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">695463</td> <td class="questionTITLE"> <a href="/ubuntu/+question/695463">Deleted printer always rediscovered and added automatically.</a> </td> <td> <span class="sortkey">2021-02-10 15:36:42 UTC</span> <time title="2021-02-10 15:36:42 UTC" datetime="2021-02-10T15:36:42.851571+00:00">2021-02-10</time> </td> <td><a href="https://launchpad.net/~jacques-t" class="sprite person">Jacques</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hello Ubuntu 20.10 I delete a document, this icon of desktop is not clean! Regards"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">693524</td> <td class="questionTITLE"> <a href="/ubuntu/+question/693524">I delete file, icon trash is not clen.</a> </td> <td> <span class="sortkey">2020-10-16 17:02:21 UTC</span> <time title="2020-10-16 17:02:21 UTC" datetime="2020-10-16T17:02:21.013653+00:00">2020-10-16</time> </td> <td><a href="https://launchpad.net/~marko-preuss" class="sprite person">Marko Preuss</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="CPU Usage is 100% (1 cpu) by unknown process. The process cannot be detected by HTOP. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubuntu-release-upgrader-core 1:18.04.37 ProcVersionSignature: Ubuntu 4.15.0-108.109-generic 4.15.18 Uname: Linux 4.15.0-108-generic x86_64 NonfreeKernelModu..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">691630</td> <td class="questionTITLE"> <a href="/ubuntu/+question/691630">High CPU Usage</a> </td> <td> <span class="sortkey">2020-06-30 15:44:19 UTC</span> <time title="2020-06-30 15:44:19 UTC" datetime="2020-06-30T15:44:19.713832+00:00">2020-06-30</time> </td> <td><a href="https://launchpad.net/~crazyreply" class="sprite person">Kurrey Consultancy Services</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Whenever I try to open a Focal (Ubuntu) release task on https://bugs.launchpad.net/ubuntu/+source/linux-signed-5.4/+bug/1861941 report it ends up causing an OOPS e.g. Error ID: OOPS-4d7919cf1f82fc0e3556b079074368f9 Is there some way to get the release task added to that bug?"> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">690670</td> <td class="questionTITLE"> <a href="/launchpad/+question/690670">Can't open a focal release task</a> </td> <td> <span class="sortkey">2020-05-12 23:41:08 UTC</span> <time title="2020-05-12 23:41:08 UTC" datetime="2020-05-12T23:41:08.474752+00:00">2020-05-12</time> </td> <td><a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray</a></td> <td class="question-target"><a href="/launchpad/+questions">Launchpad itself</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="there is random freezing of my device as soon as i connect to my wireless network the mouse pointer stop moving and what i have to do is to restart my device the problem is majorly faced when i am connected to internet"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">689950</td> <td class="questionTITLE"> <a href="/ubuntu/+question/689950">random freezing</a> </td> <td> <span class="sortkey">2020-04-14 15:57:16 UTC</span> <time title="2020-04-14 15:57:16 UTC" datetime="2020-04-14T15:57:16.961294+00:00">2020-04-14</time> </td> <td><a href="https://launchpad.net/~rajat1311verma" class="sprite person">Rajat Verma</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Hi, I've a Oracle VirtualBox installed on my windows 7 laptop. I've created 3 VMs on the VBox with Ubuntu 18.04.3 LTS, Release 18.04 on it. As per my requirement, I need to make sure my 3 VMs communicate with each other. To do so, I changed the IPs to Static IP under /etc/netplan/01-network-man..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">688778</td> <td class="questionTITLE"> <a href="/ubuntu/+question/688778">Static IP setting disables Internet on VBox Ubuntu 18.04.3</a> </td> <td> <span class="sortkey">2020-02-14 16:05:10 UTC</span> <time title="2020-02-14 16:05:10 UTC" datetime="2020-02-14T16:05:10.412618+00:00">2020-02-14</time> </td> <td><a href="https://launchpad.net/~wahidsyed" class="sprite person">Wahid Hussain Syed</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I am brand new to Linux. Dual booting with windows 10. No problems on that end. I have put hours into this problem already, cannot find anything that works. Mouse, screen, everything freezes or only screen and starts to cycle on and off. Have been able to get almost a whole day out of it once,..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">687967</td> <td class="questionTITLE"> <a href="/ubuntu/+question/687967">Ubuntu 18.04.3 Freezes Randomly, amd radeon</a> </td> <td> <span class="sortkey">2020-01-11 20:48:22 UTC</span> <time title="2020-01-11 20:48:22 UTC" datetime="2020-01-11T20:48:22.334746+00:00">2020-01-11</time> </td> <td><a href="https://launchpad.net/~studstillprime" class="sprite person">Chris Studstill</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I'm using Ubuntu 19.04 amd64. ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: ubuntu-release-upgrader-core 1:19.04.16 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 CasperVersion: 1.405 CrashD..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">687287</td> <td class="questionTITLE"> <a href="/ubuntu/+question/687287">I'm using Ubuntu from flash drive to report a problem on installed Ubuntu, which make it can't boot. My Ubuntu is installed alongside Windows 7</a> </td> <td> <span class="sortkey">2019-12-18 12:50:47 UTC</span> <time title="2019-12-18 12:50:47 UTC" datetime="2019-12-18T12:50:47.236513+00:00">2019-12-18</time> </td> <td><a href="https://launchpad.net/~pminhduc" class="sprite person">Pham Minh Duc</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="1st there was login loop, then I reinstalled Ubuntu 18.04, but again Splashing Start Screen and Boot loop ? Then I edited GRUB and removed "quite splash", then I was able to boot ? Why this Login and Booting Loop ? ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubuntu-release-upgrader-cor..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">685218</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/685218">Login Loop, then Splashing Start Screen</a> </td> <td> <span class="sortkey">2019-10-14 06:13:20 UTC</span> <time title="2019-10-14 06:13:20 UTC" datetime="2019-10-14T06:13:20.353285+00:00">2019-10-14</time> </td> <td><a href="https://launchpad.net/~dpk408" class="sprite person">Deepak Kumar</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="The upgrade was said to be from Ubuntu 18 to Ubuntu 20. During the Upgrade the screensaver changed and I assumed that all was well. Today I was prompted to backup and found that my normal automatic back up was not working and needed to be changed from disk to Google cloud. Trying to avoid this..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">682322</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/682322">The upgrade has left the recorded Ubuntu version unchanged</a> </td> <td> <span class="sortkey">2019-07-24 15:30:51 UTC</span> <time title="2019-07-24 15:30:51 UTC" datetime="2019-07-24T15:30:51.246993+00:00">2019-07-24</time> </td> <td><a href="https://launchpad.net/~norman-l" class="sprite person">Norman Gregory</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="After doing regular sudo apt upgrade, my laptop become partially paralyzed. I can't open File Manager, Terminal, and other basic app. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubuntu-release-upgrader-core 1:18.04.34 ProcVersionSignature: Ubuntu 5.0.0-21.22~18.04.1-generic 5.0.15 Unam..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">682153</td> <td class="questionTITLE"> <a href="/ubuntu/+question/682153">cannot open system file</a> </td> <td> <span class="sortkey">2019-07-14 16:35:53 UTC</span> <time title="2019-07-14 16:35:53 UTC" datetime="2019-07-14T16:35:53.359441+00:00">2019-07-14</time> </td> <td><a href="https://launchpad.net/~ardiishere" class="sprite person">CHRISTOPHORUS ARDI NUGRAHA</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I have just installed an update from Software Updater , after installing i have rebooted my system, but my Desktop directory is not there and also all data in my user directory i am seeing on GUI Screen( Desktop), let me know why this happened and how i can recover my data on Desktop. ProblemTyp..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">681219</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/681219">After installing an update , loose my Desktop directory.</a> </td> <td> <span class="sortkey">2019-05-31 04:56:29 UTC</span> <time title="2019-05-31 04:56:29 UTC" datetime="2019-05-31T04:56:29.108608+00:00">2019-05-31</time> </td> <td><a href="https://launchpad.net/~divyankd" class="sprite person">Divyank Deshpande</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="On my Ubuntu 18.04 LTS version, the touchpad function is stopped,The keyboard and mouse is not working completely,Whenever Computer screen appears not even the cursor is available for functioning,Keyboard and mouse completely stopped working,And I have to shutdown the laptop forcefully by pressin..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">675949</td> <td class="questionTITLE"> <a href="/ubuntu/+question/675949">Touchpad function is stopped, please help me</a> </td> <td> <span class="sortkey">2018-11-05 14:07:37 UTC</span> <time title="2018-11-05 14:07:37 UTC" datetime="2018-11-05T14:07:37.930892+00:00">2018-11-05</time> </td> <td><a href="https://launchpad.net/~punyabrat" class="sprite person">punyabrat kumar</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="symbol lookup error: /usr/lib/x86_64-linux-gnu/c-2.4.so.1: undefined symbol: _ZN4Glib17SignalProxyNormal13connect_impl_EbON4sigc9slot_baseEb symbol lookup error: /usr/lib/x86_64-linux-gnu/libatkmm-1.6.so.1: undefined symbol: _ZN4Glib6ObjectC2EOS0_ These two so files in /usr/lib/x86_64-linux-gnu h..."> <td class="icon right"> <img alt="Open" title="Open" src="/@@/question" /> </td> <td class="amount">669847</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/669847">libatkmm and libgkibmm has undefined symbol</a> </td> <td> <span class="sortkey">2018-05-28 03:58:09 UTC</span> <time title="2018-05-28 03:58:09 UTC" datetime="2018-05-28T03:58:09.869844+00:00">2018-05-28</time> </td> <td><a href="https://launchpad.net/~kevin7777777" class="sprite person">kevin.jin</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusOPEN">Open</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="the errors are as follows: Err:17 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu artful Release 404 Not Found Err:18 https://http//cran.stat.ucla.edu /bin/linux/ubuntu InRelease Could not resolve 'http' Reading package lists... Done E: The repository 'http://ppa.launchpad.net/ubuntu-wine..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">664106</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/664106">when i update it gives errors</a> </td> <td> <span class="sortkey">2018-02-03 14:06:32 UTC</span> <time title="2018-02-03 14:06:32 UTC" datetime="2018-02-03T14:06:32.265834+00:00">2018-02-03</time> </td> <td><a href="https://launchpad.net/~mg6897" class="sprite person">Mohit Gidwani</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="1. can not able to install any application, from terminal or graphical 2. can not able to install any update from ubuntu site. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubuntu-release-upgrader-core 1:16.04.22 ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17 Uname: Li..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">658872</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/658872">double click on .deb file for new application install, but when i press INSALL button ,,, no effect , 2. Software ubdate not works, 3.No any apps intall from terminal ......Pls help </a> </td> <td> <span class="sortkey">2017-09-27 12:20:10 UTC</span> <time title="2017-09-27 12:20:10 UTC" datetime="2017-09-27T12:20:10.512538+00:00">2017-09-27</time> </td> <td><a href="https://launchpad.net/~kamalmandali" class="sprite person">Kamal Mandali</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I knew my old version for was longer supported and trying to upgrade to a newer OR the newest distro on an older Toshiba with 2GB RAM and large HDD. At least the WiFi is working and I can connect to the net. THX for all you do.. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: ubuntu-rele..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">490062</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/490062">wubi appears to be missing on startup</a> </td> <td> <span class="sortkey">2017-02-27 01:09:38 UTC</span> <time title="2017-02-27 01:09:38 UTC" datetime="2017-02-27T01:09:38.521821+00:00">2017-02-27</time> </td> <td><a href="https://launchpad.net/~stm610" class="sprite person">SixTen Ministries</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="When I turn the monitor off, even for a moment, I cannot turn the screen on again. The monitor claims that there is no signal. I know the system has not hanged up, as music is still playing. I have 34" Dell Ultra Sharp U3415W running over Display Port at 3440x1440, 60 Hz."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">407656</td> <td class="questionTITLE"> <a href="/ubuntu/+question/407656">Screen won't turn on after monitor was briefly turned off</a> </td> <td> <span class="sortkey">2016-12-17 18:48:38 UTC</span> <time title="2016-12-17 18:48:38 UTC" datetime="2016-12-17T18:48:38.613130+00:00">2016-12-17</time> </td> <td><a href="https://launchpad.net/~zap-4" class="sprite person">Wiktor: Nizio</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Installed lsb package and installed epson's drivers. Not working. Printer setting identifies printer correctly(EPSON-L210-Series). but in Simple scan, an error"unable to connect to scanner" arise. when tried to change scanner there the scanner name is given as "Epson(unknown model)". It seems tha..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">452000</td> <td class="questionTITLE"> <a href="/ubuntu/+source/lsb/+question/452000">Epson L210 multifunctional printer, scanner is not working.</a> </td> <td> <span class="sortkey">2016-08-01 16:31:03 UTC</span> <time title="2016-08-01 16:31:03 UTC" datetime="2016-08-01T16:31:03.780294+00:00">2016-08-01</time> </td> <td><a href="https://launchpad.net/~myaravindg-gmail" class="sprite person">Aravind Gopal</a></td> <td class="question-target"><a href="/ubuntu/+source/lsb/+questions">lsb in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="1) When i enter the "su" command on terminal, there is asking password after type the password getting the error " su: Authentication failure". 2) when i enter sudo cammand getting the error as follows. " sudo error in /etc/sudo.conf line 0 while loading plugin sudoers policy' " "/usr/lib/sudo..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">283778</td> <td class="questionTITLE"> <a href="/ubuntu/+question/283778">Ubuntu 15.10 system is not started</a> </td> <td> <span class="sortkey">2016-01-27 06:52:47 UTC</span> <time title="2016-01-27 06:52:47 UTC" datetime="2016-01-27T06:52:47.855024+00:00">2016-01-27</time> </td> <td><a href="https://launchpad.net/~walmikg" class="sprite person">Walmik Garje</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="HI Guys .. I am having this issue , where i press SHIFT + 2 , It comes up with " I know whu i am getting it also , While doing the fresh installation , I choose UK english instead of U.S . I did go in to System settings / Key board /Text ENtry . I Made the change to US english . I am still no..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">281132</td> <td class="questionTITLE"> <a href="/ubuntu/+question/281132">Trouble inputting @ symbol</a> </td> <td> <span class="sortkey">2016-01-17 20:28:27 UTC</span> <time title="2016-01-17 20:28:27 UTC" datetime="2016-01-17T20:28:27.456360+00:00">2016-01-17</time> </td> <td><a href="https://launchpad.net/~rangeshprasanna" class="sprite person">Rangesh</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="As you can see in the screenshot I have installed chrome in the package manager but it doesn't show up as a default application. I tried reinstalling but it didn't help, and clicking "set chrome as your default browser" during chrome startup did nothing."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">279287</td> <td class="questionTITLE"> <a href="/ubuntu/+question/279287">Can't set chrome as default browser</a> </td> <td> <span class="sortkey">2015-12-16 14:45:17 UTC</span> <time title="2015-12-16 14:45:17 UTC" datetime="2015-12-16T14:45:17.198952+00:00">2015-12-16</time> </td> <td><a href="https://launchpad.net/~johstraat" class="sprite person">Klockan</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I am trying to install PRoot packages to Ubuntu 12.04 LTS which I upgraded a few days ago from Ubuntu 11.10. I followed the instructions on http://packages.proot.me by running the commands on the page. The following error message popped up after I ran the commands An unresolvable problem occurre..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">279023</td> <td class="questionTITLE"> <a href="/ubuntu/+source/update-manager/+question/279023">Opening /etc/apt/sources.list.d/proot.list - ifstream::ifstream (13: Permission denied)'</a> </td> <td> <span class="sortkey">2015-12-14 19:09:33 UTC</span> <time title="2015-12-14 19:09:33 UTC" datetime="2015-12-14T19:09:33.779451+00:00">2015-12-14</time> </td> <td><a href="https://launchpad.net/~uanazodo" class="sprite person">Udunna</a></td> <td class="question-target"><a href="/ubuntu/+source/update-manager/+questions">update-manager in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="This error occurred during the update of Kubuntu to version 14.04"> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">273377</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/273377">W:Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages Hash Sum mismatch , E:Some index files failed to download. They have been ignored, or old ones used instead.</a> </td> <td> <span class="sortkey">2015-10-29 13:41:29 UTC</span> <time title="2015-10-29 13:41:29 UTC" datetime="2015-10-29T13:41:29.403894+00:00">2015-10-29</time> </td> <td><a href="https://launchpad.net/~mar-gomez" class="sprite person">mg</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="During the Upgrade to 15.10 my PC froze with only the wallpaper on the screen. No Unity or so. Also was there no HDD activity for over an hour. I rebooted and the system came back partly showing 15.10 but login stated 15.04 and the kernel was still 3.19. After using the following commands: sudo ..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">272790</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/272790">Distro upgrade from 15.04 to 15.10 completely failed. System is not accesable, blanc screen</a> </td> <td> <span class="sortkey">2015-10-23 14:47:42 UTC</span> <time title="2015-10-23 14:47:42 UTC" datetime="2015-10-23T14:47:42.656622+00:00">2015-10-23</time> </td> <td><a href="https://launchpad.net/~sebbo" class="sprite person">Seb</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="package linux-firmware_1.127.14_all.deb failed to install"> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">270357</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/270357">package failed on install</a> </td> <td> <span class="sortkey">2015-08-11 14:39:49 UTC</span> <time title="2015-08-11 14:39:49 UTC" datetime="2015-08-11T14:39:49.981224+00:00">2015-08-11</time> </td> <td><a href="https://launchpad.net/~alejandrowainer-5" class="sprite person">Victor Alejandro Wainer</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="This can be caused by: * Upgrading to a pre-release version of Ubuntu * Running the current pre-release version of Ubuntu * Unofficial software packages not provided by Ubuntu please tell me how to upgrade from 10.04 to 12.04 ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: update-manag..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">268482</td> <td class="questionTITLE"> <a href="/ubuntu/+source/update-manager/+question/268482">when i start upgrading ubuntu it gives an upgrade failure error "This can be caused by: * Upgrading to a pre-release version of Ubuntu * Running the current pre-release version of Ubuntu * Unofficial software packages not provided by Ubuntu"</a> </td> <td> <span class="sortkey">2015-06-23 15:16:19 UTC</span> <time title="2015-06-23 15:16:19 UTC" datetime="2015-06-23T15:16:19.715465+00:00">2015-06-23</time> </td> <td><a href="https://launchpad.net/~shrikant-pawar2102" class="sprite person">shrikant</a></td> <td class="question-target"><a href="/ubuntu/+source/update-manager/+questions">update-manager in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I tried to update R by adding a source per the CRAN website instructions for unbuntu. I am also using RStudio."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">268481</td> <td class="questionTITLE"> <a href="/ubuntu/+source/update-manager/+question/268481">Please report this bug against the 'update-manager' package and include the following error message: E:Malformed line 58 in source list /etc/apt/sources.list (dist parse)</a> </td> <td> <span class="sortkey">2015-06-13 02:18:47 UTC</span> <time title="2015-06-13 02:18:47 UTC" datetime="2015-06-13T02:18:47.956625+00:00">2015-06-13</time> </td> <td><a href="https://launchpad.net/~bpgriner01" class="sprite person">brian</a></td> <td class="question-target"><a href="/ubuntu/+source/update-manager/+questions">update-manager in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I reinstall my pc with ubuntu 15.04 , but after type my password for login. Login screen freeze - status bar for load - load 2/3 and nothing happens. I install ubuntu 15.04 clear - with format root and home folder. I try install kubuntu second time with delete disk volumes and create it again bu..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">266926</td> <td class="questionTITLE"> <a href="/ubuntu/+question/266926">after clear install kubuntu 15.04 not login</a> </td> <td> <span class="sortkey">2015-05-14 14:12:09 UTC</span> <time title="2015-05-14 14:12:09 UTC" datetime="2015-05-14T14:12:09.400023+00:00">2015-05-14</time> </td> <td><a href="https://launchpad.net/~borisov87" class="sprite person">Ivan Borisov</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Failed to fetch http://ro.archive.ubuntu.com/ubuntu/pool/universe/s/sweethome3d-furniture/sweethome3d-furniture_1.3.2-1_all.deb Hash Sum mismatch"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">261113</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/261113">Failed to fetch http://ro.archive.ubuntu.com/ubuntu/pool/universe/s/sweethome3d-furniture/sweethome3d-furniture_1.3.2-1_all.deb Hash Sum mismatch</a> </td> <td> <span class="sortkey">2015-01-22 13:09:33 UTC</span> <time title="2015-01-22 13:09:33 UTC" datetime="2015-01-22T13:09:33.897709+00:00">2015-01-22</time> </td> <td><a href="https://launchpad.net/~tnicuro" class="sprite person">Nicolae Tornyai</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="yard谋m edinn"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">260211</td> <td class="questionTITLE"> <a href="/ubuntu/+source/update-manager/+question/260211">upgrade backtrack5</a> </td> <td> <span class="sortkey">2015-01-02 17:44:57 UTC</span> <time title="2015-01-02 17:44:57 UTC" datetime="2015-01-02T17:44:57.509318+00:00">2015-01-02</time> </td> <td><a href="https://launchpad.net/~intekteknikservis" class="sprite person">gokturk</a></td> <td class="question-target"><a href="/ubuntu/+source/update-manager/+questions">update-manager in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="W:Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-armhf/Packages 404 Not Found [IP: 91.189.88.153 80] , W:Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-armhf/Packages 404 Not Found [IP: 91.189.88.153 80] , W:Faile..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">258024</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/258024">upgrade from kubuntu 13.10 to Kubunu 14.10 doesn't work"</a> </td> <td> <span class="sortkey">2014-11-21 08:59:45 UTC</span> <time title="2014-11-21 08:59:45 UTC" datetime="2014-11-21T08:59:45.946492+00:00">2014-11-21</time> </td> <td><a href="https://launchpad.net/~emieguy" class="sprite person">Emilie</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Message from upgrader: Failed to fetch http://pl.archive.ubuntu.com/ubuntu/pool/universe/libk/libkgapi/libkgapi2-2_2.2.0-0ubuntu1_amd64.deb B艂臋dny rozmiar Failed to fetch http://pl.archive.ubuntu.com/ubuntu/pool/universe/libk/libkolab/libkolab0_0.5.2-0ubuntu1_amd64.deb B艂臋dny rozmiar Descriptio..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">258026</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/258026">Can't upgrade to 14.10 due to error "Failed to fetch http://pl.archive.ubuntu.com/ubuntu/pool/universe/libk/libkgapi/libkgapi2-2_2.2.0-0ubuntu1_amd64.deb B艂臋dny rozmiar (Invalid size)"</a> </td> <td> <span class="sortkey">2014-11-20 19:21:43 UTC</span> <time title="2014-11-20 19:21:43 UTC" datetime="2014-11-20T19:21:43.304765+00:00">2014-11-20</time> </td> <td><a href="https://launchpad.net/~apyszny" class="sprite person">Olek</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="When run Package Manager it throws an error: E: Unable to parse package file /var/lib/apt/lists/mirrors.nl.eu.kernel.org_ubuntu_dists_trusty_main_i18n_Transaction-en%5fUS(1) E: The package lists or status file could not be parsed or open E:_cache->open() failed, please report Description: Ubuntu..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">257682</td> <td class="questionTITLE"> <a href="/ubuntu/+question/257682">The package list or status file could not be parsed or opened</a> </td> <td> <span class="sortkey">2014-11-15 19:16:52 UTC</span> <time title="2014-11-15 19:16:52 UTC" datetime="2014-11-15T19:16:52.604261+00:00">2014-11-15</time> </td> <td><a href="https://launchpad.net/~imaslen" class="sprite person">Igor Maslennikov</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="After instaling Adobe Acrobat Reader (manually), an error message appears whenever I try to use update manager: "E; Malformed line 64 in source list /etc/apt/sources.list (dist parse)""> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">257395</td> <td class="questionTITLE"> <a href="/ubuntu/+source/update-manager/+question/257395">update-manager crashes after installing Adobe</a> </td> <td> <span class="sortkey">2014-11-10 14:45:50 UTC</span> <time title="2014-11-10 14:45:50 UTC" datetime="2014-11-10T14:45:50.018346+00:00">2014-11-10</time> </td> <td><a href="https://launchpad.net/~robacterio" class="sprite person">Roberto</a></td> <td class="question-target"><a href="/ubuntu/+source/update-manager/+questions">update-manager in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Unable to update using the software updater, always getting this error and a red minus sign is constantly there in the lower right side of my task bar."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">252457</td> <td class="questionTITLE"> <a href="/ubuntu/+question/252457">E:Type 'new' is not known on line 62 in source list /etc/apt/sources.list</a> </td> <td> <span class="sortkey">2014-07-31 11:57:08 UTC</span> <time title="2014-07-31 11:57:08 UTC" datetime="2014-07-31T11:57:08.931090+00:00">2014-07-31</time> </td> <td><a href="https://launchpad.net/~areeba-i-h-b" class="sprite person">Areeba</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Dear Collegues, Earlier today I upgraded ubuntu 12.04 to 12.10, and tried to install octave. Somehow I am getting the following error. I the upgrade inherited some ppa setup used for precise. Erros as follows: sudo apt-get install octave Reading package lists... Done Building dependency tree ..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">246032</td> <td class="questionTITLE"> <a href="/ubuntu/+question/246032">Upgrading to ubuntu12.10 from 12.04, with octave3.6.4 installed(not octave2.6.2 default version) installed</a> </td> <td> <span class="sortkey">2014-03-24 10:49:40 UTC</span> <time title="2014-03-24 10:49:40 UTC" datetime="2014-03-24T10:49:40.399386+00:00">2014-03-24</time> </td> <td><a href="https://launchpad.net/~tilek-aberra" class="sprite person">Tilek</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? I have been trying to upgrade 14.04 and I keep getting this error message in the terminal - it's the release upgrade/dist-upgrade, I get ..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">245333</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/245333">still can't upgrade see the terminal output please.</a> </td> <td> <span class="sortkey">2014-03-10 23:43:39 UTC</span> <time title="2014-03-10 23:43:39 UTC" datetime="2014-03-10T23:43:39.347187+00:00">2014-03-10</time> </td> <td><a href="https://launchpad.net/~javacat53" class="sprite person">Brian J Slease</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Please Help !!! I cannot open 'Snaptic Package Manager' this is what pop up whenever I try to open it E: The value 'saucy-updates' is invalid for APT::Default-Release as such a release is not available in the sources E: _cache->open() failed, please report. ProblemType: Bug DistroRelease: Ubun..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">243301</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/243301">Please Help !!! I cannot open 'Snaptic Package Manager' this is what pop up whenever I try to open it E: The value 'saucy-updates' is invalid for APT::Default-Release as such a release is not available in the sources E: _cache->open() failed, please report.</a> </td> <td> <span class="sortkey">2014-01-28 22:26:30 UTC</span> <time title="2014-01-28 22:26:30 UTC" datetime="2014-01-28T22:26:30.446751+00:00">2014-01-28</time> </td> <td><a href="https://launchpad.net/~cs2945" class="sprite person">Carl Sawyers</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="WHEN I ENTER apt-get update...i get this... naveen@naveen-Extensa-4620:~$ sudo apt-get update E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable) E: Unable to lock directory /var/lib/apt/lists/ E: Could not get lock /var/lib/dpkg/lock - open (11: Resource ..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">237929</td> <td class="questionTITLE"> <a href="/ubuntu/+source/update-manager/+question/237929">sudo apt-get update not working</a> </td> <td> <span class="sortkey">2013-10-23 11:59:14 UTC</span> <time title="2013-10-23 11:59:14 UTC" datetime="2013-10-23T11:59:14.420479+00:00">2013-10-23</time> </td> <td><a href="https://launchpad.net/~ashutoshtiwari996" class="sprite person">Ashutosh Tiwari</a></td> <td class="question-target"><a href="/ubuntu/+source/update-manager/+questions">update-manager in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="ahmed"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">237407</td> <td class="questionTITLE"> <a href="/ubuntu/+source/update-manager/+question/237407">ahmedmitwally</a> </td> <td> <span class="sortkey">2013-10-15 22:57:53 UTC</span> <time title="2013-10-15 22:57:53 UTC" datetime="2013-10-15T22:57:53.078420+00:00">2013-10-15</time> </td> <td><a href="https://launchpad.net/~ahmedmitwally" class="sprite person">ahmedmitwally</a></td> <td class="question-target"><a href="/ubuntu/+source/update-manager/+questions">update-manager in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="need for games saying i dont have it ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: ubuntu-release-upgrader-core 1:0.192.13 ProcVersionSignature: Ubuntu 3.8.0-30.44-generic 3.8.13.6 Uname: Linux 3.8.0-30-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.9.2-0ubuntu8.4 Architect..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">235613</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/235613">flash player 11.5</a> </td> <td> <span class="sortkey">2013-09-12 08:45:56 UTC</span> <time title="2013-09-12 08:45:56 UTC" datetime="2013-09-12T08:45:56.029184+00:00">2013-09-12</time> </td> <td><a href="https://launchpad.net/~geoff-1123" class="sprite person">Geoffrey Lawrence</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="could not update kubuntu"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">235614</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubuntu-release-upgrader/+question/235614">google-chrome could ot be run as root</a> </td> <td> <span class="sortkey">2013-09-12 03:06:59 UTC</span> <time title="2013-09-12 03:06:59 UTC" datetime="2013-09-12T03:06:59.569466+00:00">2013-09-12</time> </td> <td><a href="https://launchpad.net/~jhefele22" class="sprite person">john</a></td> <td class="question-target"><a href="/ubuntu/+source/ubuntu-release-upgrader/+questions">ubuntu-release-upgrader in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I used the software updater on my new 13.04 version and it messed up many things. I should mention that it showed at least a couple dozen updates - which I said to install. Then, problems galore. I could start programs but the would not close - although they did reach a state of unuseability/ Pl..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">226757</td> <td class="questionTITLE"> <a href="/ubuntu/+source/update-manager/+question/226757">updater really messed up my system (raring 13.04)</a> </td> <td> <span class="sortkey">2013-04-10 18:54:06 UTC</span> <time title="2013-04-10 18:54:06 UTC" datetime="2013-04-10T18:54:06.960725+00:00">2013-04-10</time> </td> <td><a href="https://launchpad.net/~markorr" class="sprite person">Mark Orr</a></td> <td class="question-target"><a href="/ubuntu/+source/update-manager/+questions">update-manager in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="The system I try to upgrade is a biolinux6 system which is based on ubuntu 10.04 and where a script is provided to make a two-step upgrade to biolinux7 on ubuntu 12.04. I had several trials for testing the upgrade via the script on virtual machines without any problem. Normally the script first ..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">226229</td> <td class="questionTITLE"> <a href="/ubuntu/+source/update-manager/+question/226229">upgrade from 10.04 to 12.04 not possible</a> </td> <td> <span class="sortkey">2013-04-05 13:25:37 UTC</span> <time title="2013-04-05 13:25:37 UTC" datetime="2013-04-05T13:25:37.530015+00:00">2013-04-05</time> </td> <td><a href="https://launchpad.net/~helmut-gerlach" class="sprite person">Helmut Gerlach</a></td> <td class="question-target"><a href="/ubuntu/+source/update-manager/+questions">update-manager in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I am trying to UPDATE this computer and it's asking for a Password? The only user is ME and I don't have a Password in the system what's up? what password are they asking for??"> <td class="icon right"> <img alt="Needs information" title="Needs information" src="/@@/question" /> </td> <td class="amount">223556</td> <td class="questionTITLE"> <a href="/aptdaemon/+question/223556">I am trying to UPDATE this computer and it's asking for a Password? The only user is ME and I don't have a Password in the system what's up? what password are they asking </a> </td> <td> <span class="sortkey">2013-03-06 12:53:38 UTC</span> <time title="2013-03-06 12:53:38 UTC" datetime="2013-03-06T12:53:38.530501+00:00">2013-03-06</time> </td> <td><a href="https://launchpad.net/~aehinds7040" class="sprite person">April Hinds</a></td> <td class="question-target"><a href="/aptdaemon/+questions">Aptdaemon</a></td> <td> —</td> <td class="questionstatusNEEDSINFO">Needs information</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I reported a bug here: https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1130643 Which in my opinion has been wrongly marked as invalid. On advice in another question I have marked the bug incomplete. As such the bug is now not being looked at and so will probably not get fixed. The bug how..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">222771</td> <td class="questionTITLE"> <a href="/ubuntu/+source/sudo/+question/222771">Bug wrongly marked as Invalid</a> </td> <td> <span class="sortkey">2013-02-25 11:16:59 UTC</span> <time title="2013-02-25 11:16:59 UTC" datetime="2013-02-25T11:16:59.149895+00:00">2013-02-25</time> </td> <td><a href="https://launchpad.net/~warren-hill" class="sprite person">Warren Hill</a></td> <td class="question-target"><a href="/ubuntu/+source/sudo/+questions">sudo in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Receiving the following in software updater: W:Failed to fetch http://ppa.launchpad.net/invernizzi/google-docs-fs/ubuntu/dists/quantal/main/source/Sources 404 Not Found , W:Failed to fetch http://ppa.launchpad.net/invernizzi/google-docs-fs/ubuntu/dists/quantal/main/binary-i386/Packages 404 ..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">214639</td> <td class="questionTITLE"> <a href="/ubuntu/+question/214639">Software update issues i386 Intel Atom</a> </td> <td> <span class="sortkey">2012-11-19 07:42:34 UTC</span> <time title="2012-11-19 07:42:34 UTC" datetime="2012-11-19T07:42:34.653313+00:00">2012-11-19</time> </td> <td><a href="https://launchpad.net/~nsprissler" class="sprite person">nspriss</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I have two drives in my system, the selection wants to install on the same drive as my windows system or wipe it and install on the windows drive. I have a second drive that I want to install this software to. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: ubiquity 2.10.4 ProcVersionSig..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">194736</td> <td class="questionTITLE"> <a href="/ubuntu/+source/ubiquity/+question/194736">trying to install but I had to choose my drive and the partition</a> </td> <td> <span class="sortkey">2012-04-25 21:31:52 UTC</span> <time title="2012-04-25 21:31:52 UTC" datetime="2012-04-25T21:31:52.689586+00:00">2012-04-25</time> </td> <td><a href="https://launchpad.net/~jon96simon" class="sprite person">loopie289</a></td> <td class="question-target"><a href="/ubuntu/+source/ubiquity/+questions">ubiquity in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="This team, https://launchpad.net/~osfs, is adding people without speaking to them and in alphabetical order which is rather suspicious."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">181648</td> <td class="questionTITLE"> <a href="/launchpad/+question/181648">osfs team adding people in a suspicious manner</a> </td> <td> <span class="sortkey">2011-12-12 16:02:41 UTC</span> <time title="2011-12-12 16:02:41 UTC" datetime="2011-12-12T16:02:41.676167+00:00">2011-12-12</time> </td> <td><a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray</a></td> <td class="question-target"><a href="/launchpad/+questions">Launchpad itself</a></td> <td> <a href="https://launchpad.net/~gary" class="sprite person">Gary Poster</a> </td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Each time I close my computer or do a restart, I get a disk verification during the startup. I also don't have the sound parameters saved. (shut down my computer the sound muted, then it plays a sound after restart) ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: kernel-package (not insta..."> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">177576</td> <td class="questionTITLE"> <a href="/ubuntu/+source/util-linux/+question/177576">disk verification launched after each shutdown/restart</a> </td> <td> <span class="sortkey">2011-11-04 13:35:21 UTC</span> <time title="2011-11-04 13:35:21 UTC" datetime="2011-11-04T13:35:21.229542+00:00">2011-11-04</time> </td> <td><a href="https://launchpad.net/~boulabiar" class="sprite person">Mohamed IKBEL Boulabiar</a></td> <td class="question-target"><a href="/ubuntu/+source/util-linux/+questions">util-linux in Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="What more information do you want? I can't install cdrom drives into ubuntu natty. I've had it, am no programmer & it looks like you have to be in order to have your system running properly. I can't use any DVD's or CD's read, write what ever. Very fed up with this!!!!!!!!!!! ProblemType: Bug Di..."> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">173951</td> <td class="questionTITLE"> <a href="/ubuntu/+source/util-linux/+question/173951">Can't install cdrom drives. Have been searching, researching for 2months now </a> </td> <td> <span class="sortkey">2011-10-11 02:10:57 UTC</span> <time title="2011-10-11 02:10:57 UTC" datetime="2011-10-11T02:10:57.323299+00:00">2011-10-11</time> </td> <td><a href="https://launchpad.net/~tigermac74" class="sprite person">Sean</a></td> <td class="question-target"><a href="/ubuntu/+source/util-linux/+questions">util-linux in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I will connect with my NB compaq presario CQ62 to my wifi network and i cant.. i have Ralink RT3090 ..thx"> <td class="icon right"> <img alt="Answered" title="Answered" src="/@@/question" /> </td> <td class="amount">172633</td> <td class="questionTITLE"> <a href="/ubuntu/+question/172633">wlan RT3090 compaq presario cq62 wont connect</a> </td> <td> <span class="sortkey">2011-09-28 12:48:05 UTC</span> <time title="2011-09-28 12:48:05 UTC" datetime="2011-09-28T12:48:05.303072+00:00">2011-09-28</time> </td> <td><a href="https://launchpad.net/~peto-bena" class="sprite person">P_E_T_O</a></td> <td class="question-target"><a href="/ubuntu/+questions">Ubuntu</a></td> <td> —</td> <td class="questionstatusANSWERED">Answered</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="(I've searched for about 15 minutes without success. This probably means that other people may also have difficulty finding this information). Q: What out-of-the-box gestures are enabled in Unity as of August 2011? "> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">169701</td> <td class="questionTITLE"> <a href="/unity/+question/169701">What multi-touch gestures work out of the box with Unity?</a> </td> <td> <span class="sortkey">2011-08-31 15:41:55 UTC</span> <time title="2011-08-31 15:41:55 UTC" datetime="2011-08-31T15:41:55.157217+00:00">2011-08-31</time> </td> <td><a href="https://launchpad.net/~sladen" class="sprite person">Paul Sladen</a></td> <td class="question-target"><a href="/unity/+questions">Unity</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="Update manager and Dragon player"> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">164452</td> <td class="questionTITLE"> <a href="/ubuntu/+source/update-manager/+question/164452">1)"An upgrade from jaunty to lucid is not supported with this tool:" (2)Also I cannot play any movies with Dragon player: I am running and amd 64 </a> </td> <td> <span class="sortkey">2011-07-10 07:32:03 UTC</span> <time title="2011-07-10 07:32:03 UTC" datetime="2011-07-10T07:32:03.387697+00:00">2011-07-10</time> </td> <td><a href="https://launchpad.net/~victa115" class="sprite person">Tim Fowler</a></td> <td class="question-target"><a href="/ubuntu/+source/update-manager/+questions">update-manager in Ubuntu</a></td> <td> —</td> <td class="questionstatusSOLVED">Solved</td> </tr> <tr xml:lang="en" lang="en" dir="ltr" title="I wanted to propose bug #533549 for SRU and read the instructions at https://wiki.ubuntu.com/StableReleaseUpdates/ but the "Nominate for release" option no longer seems to exist in Launchpad. Is the documentation obsolete, or am I doing something wrong, or is there a problem in Launchpad?"> <td class="icon right"> <img alt="Solved" title="Solved" src="/@@/question" /> </td> <td class="amount">140509</td> <td class="questionTITLE"> <a href="/launchpad/+question/140509">Can't find "Nominate for release"; how do I SRU now?</a> </td> <td> <span class="sortkey">2011-01-07 07:47:26 UTC</span> <time title="2011-01-07 07:47:26 UTC" datetime="2011-01-07T07:47:26.601116+00:00">2011-01-07</time> </td> <td><a href="https://launchpad.net/~era" class="sprite person">era</a></td> <td class="question-target"><a href="/launchpad/+questions">Launchpad itself</a></td> <td> —</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> → <strong>75</strong> of 158 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> • <span class="previous inactive">Previous</span> • <a class="next" rel="next" href="https://answers.launchpad.net/~brian-murray/+questions?batch=75&memo=75&start=75" id="lower-batch-nav-batchnav-next"><strong>Next</strong></a> • <a class="last" rel="last" href="https://answers.launchpad.net/~brian-murray/+questions?batch=75&direction=backwards&start=150" 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> <div id="global-actions" class="portlet vertical"> <ul> <li> <a class="menu-link-answered sprite question" href="https://answers.launchpad.net/~brian-murray/+answeredquestions" title="Questions answered by Brian Murray">Answered</a> </li> <li> <a class="menu-link-assigned sprite question" href="https://answers.launchpad.net/~brian-murray/+assignedquestions" title="Questions assigned to Brian Murray">Assigned</a> </li> <li> <a class="menu-link-created sprite question" href="https://answers.launchpad.net/~brian-murray/+createdquestions" title="Questions asked by Brian Murray">Asked</a> </li> <li> <a class="menu-link-commented sprite question" href="https://answers.launchpad.net/~brian-murray/+commentedquestions" title="Questions commented on by Brian Murray">Commented</a> </li> <li> <a class="menu-link-need_attention sprite question" href="https://answers.launchpad.net/~brian-murray/+needattentionquestions" title="Questions needing Brian Murray attention">Need attention</a> </li> <li> <a class="menu-link-subscribed sprite question" href="https://answers.launchpad.net/~brian-murray/+subscribedquestions" title="Questions subscribed to by Brian Murray">Subscribed</a> </li> <li> <a class="menu-link-answer_contact_for sprite modify edit" href="https://answers.launchpad.net/~brian-murray/+answer-contact-for" title="Projects for which Brian Murray is an answer contact">Answer contact for</a> </li> </ul> </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> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <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"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 1519c6e (<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://answers.launchpad.net/api/devel/~brian-murray", "web_link": "https://launchpad.net/~brian-murray", "resource_type_link": "https://answers.launchpad.net/api/devel/#person", "all_specifications_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/all_specifications", "valid_specifications_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/valid_specifications", "recipes_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/recipes", "time_zone": "America/Los_Angeles", "private": false, "is_valid": true, "is_team": false, "account_status": "Active", "visibility": "Public", "name": "brian-murray", "display_name": "Brian Murray", "logo_link": "https://answers.launchpad.net/api/devel/~brian-murray/logo", "is_probationary": false, "id": "tag:launchpad.net:2008:redacted", "karma": 13861, "homepage_content": null, "description": "Ubuntu's Bug Master\n", "mugshot_link": "https://answers.launchpad.net/api/devel/~brian-murray/mugshot", "languages_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/languages", "hide_email_addresses": false, "date_created": "2006-12-06T21:39:12.013582+00:00", "sshkeys_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/sshkeys", "is_ubuntu_coc_signer": true, "gpg_keys_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/gpg_keys", "wiki_names_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/wiki_names", "irc_nicknames_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/irc_nicknames", "jabber_ids_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/jabber_ids", "social_accounts_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/social_accounts", "memberships_details_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/memberships_details", "open_membership_invitations_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/open_membership_invitations", "confirmed_email_addresses_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/confirmed_email_addresses", "team_owner_link": null, "preferred_email_address_link": "tag:launchpad.net:2008:redacted", "mailing_list_auto_subscribe_policy": "Ask me when I join a team", "archive_link": "https://answers.launchpad.net/api/devel/~brian-murray/+archive/ubuntu/ppa", "ppas_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/ppas", "sub_teams_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/sub_teams", "super_teams_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/super_teams", "members_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/members", "admins_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/admins", "participants_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/participants", "deactivated_members_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/deactivated_members", "expired_members_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/expired_members", "invited_members_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/invited_members", "members_details_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/members_details", "proposed_members_collection_link": "https://answers.launchpad.net/api/devel/~brian-murray/proposed_members", "account_status_history": "tag:launchpad.net:2008:redacted", "http_etag": "\"860a09c1a009c5b8be040740cf4b8d1925a9c7fa-5e0e8956088f8d99fda230b0a11273eeee4f99e7\""}};</script> </body> <!-- Facet name: answers Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 91 queries/external actions issued in 1.78 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} r1519c6e --> </html>