id stringlengths 1 7 | postTypeId stringclasses 1
value | acceptedAnswerId stringlengths 1 7 ⌀ | creationDate stringdate 2009-01-08 07:47:55 2024-03-31 23:33:05 | score stringclasses 504
values | viewCount stringlengths 1 7 | body stringlengths 24 34.3k | ownerUserId stringlengths 1 7 ⌀ | lastEditorUserId stringlengths 1 7 ⌀ | lastEditDate stringdate 2010-07-28 20:43:11 2024-04-07 06:16:28 ⌀ | lastActivityDate stringdate 2010-07-29 14:11:46 2024-04-07 06:16:28 | title stringlengths 13 150 | tags listlengths 1 5 | answerCount stringclasses 45
values | commentCount stringclasses 47
values | contentLicense stringclasses 3
values | comments listlengths 0 56 | acceptedAnswer dict | answers listlengths 0 82 | communityOwnedDate stringclasses 232
values | favoriteCount stringclasses 2
values | closedDate stringlengths 23 23 ⌀ | lastEditorDisplayName stringclasses 890
values | ownerDisplayName stringlengths 2 28 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1483429 | 1 | null | 2023-08-23T23:00:59.757 | 0 | 93 | <p>Sorry if this is trivial, I'm struggling to understand the PATH variable system.</p>
<p>I have <code>deno</code> (the js runtime) installed here <code>/root/.deno/bin/deno</code></p>
<p>I have a user, let's say it's called <code>user0</code>. When I switch to that user with <code>su - user0</code>, how do I make <co... | 1725439 | 1725439 | 2023-08-23T23:16:14.797 | 2023-08-23T23:16:14.797 | How to make program installed in /root available to user? bash PATH | [
"command-line",
"bash",
"root"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-23T23:08:07.137",
"id": "2597418",
"postId": "1483429",
"score": "6",
"text": "Only root should have permission to view contents of `/root`. Nobody else. Software available to all users (non-deb, non-snap, non-Flatpak, non-pip) should typically be located in `/usr/loca... | null | [] | null | null | null | null | null |
1483431 | 1 | null | 2023-08-23T23:19:14.160 | 0 | 714 | <p>I am trying to install linux headers on a fresh machine (google cloud) using the standard command</p>
<pre><code>sudo apt install linux-headers-$(uname -r)
</code></pre>
<p>My uname -r version is 5.10.0-24-cloud-amd64, but when I try to install it I run into the same error</p>
<pre><code>E: Package 'linux-headers-5.... | 1725442 | 1725442 | 2023-08-23T23:21:42.427 | 2023-08-23T23:21:42.427 | Unable to install linux headers 5.10.0-24-cloud-amd64 | [
"drivers",
"apt",
"linux-headers"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-23T23:23:47.503",
"id": "2597423",
"postId": "1483431",
"score": "3",
"text": "You haven't provided any OS/release, but 5.10 is a Debian kernel and not a Ubuntu kernel. A look online and I see only non-Ubuntu sources for it (Debian *bullseye* mostly).",
"userDisp... | null | [] | null | null | null | null | null |
1483433 | 1 | null | 2023-08-23T23:55:05.217 | 1 | 414 | <p>i recently installed spitfire audio app using wine. The app has graphical issues. i was told to install dxvk, but when i did, winetricks returned this error:</p>
<pre><code>Executing cd /home/USERNAME/.wine/dosdevices/c:/windows/temp
Executing tar -zxf /home/USERNAME/.cache/winetricks/dxvk/dxvk-2.2.tar.gz
gzip: st... | 1725450 | 10616 | 2023-08-24T00:12:46.763 | 2023-08-24T00:12:46.763 | DXVK doesn't install in wine prefix | [
"command-line",
"wine",
"tar",
"winetricks"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T00:13:29.473",
"id": "2597437",
"postId": "1483433",
"score": "1",
"text": "Generally speaking, it means that the tarball containing DXVK for Wine to use/install is nonfunctional. Usually means you have a bad tarball or it's not available anymore. Unfortunately, t... | null | [] | null | null | null | null | null |
1483434 | 1 | 1483536 | 2023-08-23T23:58:11.503 | 1 | 105 | <p>I am struggling to establish a network route from my laptop to another device. I will admit that my networking background is lacking, so sorry for the ignorance. I have the following setup:</p>
<p>[Device-A] <--WiFi--> [router] <--WiFi--> [Device-B] <--Ethernet--> [Device-C]</p>
<p>I have the follo... | 804735 | 804735 | 2023-08-24T20:16:45.710 | 2023-08-24T20:16:45.710 | Unable to establish network route | [
"networking",
"iptables",
"ip-forward"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T00:14:19.217",
"id": "2597438",
"postId": "1483434",
"score": "1",
"text": "We need to see your network configurations. If B is acting as a router then chances are B is not configured correctly; you need more than just routing rules to make sure stuff properly forw... | {
"accepted": true,
"body": "<p>The problem was the <code>iptables</code> ruleset on Device-B (thanks to help from Thomas in the comments).</p>\n<p>As shown in the question in the output of\n<code>sudo iptables -L -n -v</code>,\nyou can see that packets going through B are getting rejected instead of being forwarde... | [
{
"accepted": true,
"body": "<p>The problem was the <code>iptables</code> ruleset on Device-B (thanks to help from Thomas in the comments).</p>\n<p>As shown in the question in the output of\n<code>sudo iptables -L -n -v</code>,\nyou can see that packets going through B are getting rejected instead of being ... | null | null | null | null | null |
1483435 | 1 | null | 2023-08-24T00:06:31.433 | 0 | 579 | <p>This is my first time posting here, I usually avoid asking questions as much as possible, but this is severely beyond my scope.</p>
<p>I've recently converted a Chromebook Lenovo 100e to run on Linux, keep in mind i was new to linux at the point, anyway, I've tried installing Arch Linux,Puppy Linux and Lubuntu on th... | 1725447 | 1725447 | 2023-08-25T23:52:45.323 | 2023-09-01T15:11:15.703 | No sound or microphone on Lubuntu | [
"drivers",
"sound",
"kernel",
"lubuntu"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T00:43:26.397",
"id": "2597444",
"postId": "1483435",
"score": "0",
"text": "You mention Lubuntu, but also show details of a 6.4 kernel being used, which is not a *supported* kernel stack option for any supported version of Ubuntu/Lubuntu. Ubuntu/Lubuntu 22.04 LTS GA... | null | [
{
"accepted": null,
"body": "<p>You can get the drivers from <a href=\"https://github.com/WeirdTreeThing/chromebook-linux-audio\" rel=\"nofollow noreferrer\">this</a> repository.</p>\n<pre><code>git clone https://github.com/WeirdTreeThing/chromebook-linux-audio\ncd chromebook-linux-audio\n./setup-audio\n</c... | null | null | null | null | null |
1483436 | 1 | null | 2023-08-24T00:24:05.130 | 0 | 17 | <p>Honestly i feel it'd be much easier to manage packages with this filtering restriction but i cant seem to find this option anywhere.</p>
| 1724874 | null | null | 2023-08-24T00:24:05.130 | See all downloaded packages aside from ubuntu default ones | [
"package-management"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | 2023-08-24T13:50:08.877 | null | null |
1483437 | 1 | null | 2023-08-24T00:39:03.017 | 0 | 63 | <p>I installed Ubuntu 20.04 and upgraded it to 22.04. Unfortunately I created an unnecessary /usr mount point. I would like to move the /usr into /. To do this I've been told to boot off of new media (my DVD) and mount both filesystems.</p>
<p>I can boot from the Ubuntu 20.04 DVD and it has GParted showing</p>
<pre... | 796532 | 796532 | 2023-08-25T03:51:12.287 | 2023-08-25T03:51:12.287 | how mount previous ubuntu installation? | [
"mount",
"xubuntu",
"filesystem"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T15:29:31.397",
"id": "2597548",
"postId": "1483437",
"score": "0",
"text": "Make a few dirs under /mnt, and mount the partitions you want, then just copy what you want to/from them. A more clever way: https://unix.stackexchange.com/questions/4426/access-to-original... | null | [] | null | null | null | null | null |
1483441 | 1 | null | 2023-08-24T02:07:55.297 | 0 | 313 | <p>I have been in a jam for some time and have been trying endlessly to address the issue with the NVIDIA quadro card that was working previously before June 2023.</p>
<p>After an upgrade took place, my PMS, EMby showed that no GPU was available.</p>
<p>Currently running:</p>
<pre><code>Release 22.04.3 LTS (Jammy Jelly... | 1709590 | 1684306 | 2023-08-26T20:50:44.590 | 2023-08-26T20:50:44.590 | Ubuntu server Release 22.04.3 LTS NVIDIA issue after upgrade | [
"server",
"nvidia",
"kernel",
"vmware",
"gpu-driver"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T04:12:57.513",
"id": "2597457",
"postId": "1483441",
"score": "0",
"text": "Ubuntu 22.04 LTS Server uses the *stable* GA kernel stack which is 5.15, with the HWE kernel stack option at 6.2, what you mention is only a *testing* kernel and not a *stable* kernel option... | null | [] | null | null | null | null | null |
1483446 | 1 | 1484051 | 2023-08-24T04:20:52.960 | 1 | 922 | <p>I have a problem regarding disabled <strong>Webgl2</strong>.
I'm currently using <strong>Ubuntu 22.04.3 LTS</strong> on a Thinkapd X250.</p>
<p>At first I just wanted to use the visual background for the Google meeting but got the error message</p>
<pre><code>"Your browser might not support WebGL, or it might b... | 1725472 | null | null | 2023-08-29T15:03:37.513 | WebGL2: Disabled | [
"22.04",
"webgl"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>No options, the solution is to reinstall your OS.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2023-10-27T16:37:57.003",
"id": "2611049",
"postId": "1484051",
"score": "0",
"text": "This is sad too look at. Blasted gpus",
"... | [
{
"accepted": true,
"body": "<p>No options, the solution is to reinstall your OS.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2023-10-27T16:37:57.003",
"id": "2611049",
"postId": "1484051",
"score": "0",
"text": "This is sad too look at... | null | null | null | null | null |
1483447 | 1 | null | 2023-08-24T04:24:10.653 | 1 | 184 | <p>I want to connect python server from my localhost to Ubuntu, but I get the following error:</p>
<pre><code>Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:8000... failed: Connection refused.
</code></pre>
| 1608858 | 1684306 | 2023-08-24T15:58:23.540 | 2023-08-24T15:58:23.540 | Enable firewall connection for python server from localhost | [
"server",
"python"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T04:27:42.430",
"id": "2597459",
"postId": "1483447",
"score": "0",
"text": "Connection Refused means that, typically, nothing is listening. There is no firewall block on \"localhost\" connections by default. However, if you do not have a Python program/server *lis... | null | [] | null | null | null | null | null |
1483449 | 1 | null | 2023-08-24T04:52:36.000 | 0 | 112 | <p>After update Ubuntu 23.04 seahorse not working for create new Password Keyring.</p>
<p>I try for:</p>
<ul>
<li>move <code>~/.local/share/keyring</code> to another name, but not working and don't have action for create password keyring.</li>
<li>reinstall seahorse</li>
</ul>
<p><a href="https://i.stack.imgur.com/2V6S... | 1012455 | null | null | 2023-08-24T04:52:36.000 | seahorse cannot create Password Keyring in Ubuntu 23.04 | [
"password",
"keyrings",
"seahorse"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483450 | 1 | null | 2023-08-24T05:17:58.640 | 0 | 130 | <p>when I installed the system my graphics card was disabled using Armory Crate in Windows. Now, if you turn it on in Windows, and then go into Ubuntu, it will envy after entering the user. I assume that the computer is trying to start the video card, but does not have the necessary drivers, and it is impossible to ins... | 1725481 | 1725481 | 2023-08-24T05:37:48.437 | 2023-08-24T05:37:48.437 | Asus TUF graphics card problem | [
"drivers",
"nvidia",
"23.04",
"nvidia-geforce"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T07:34:32.820",
"id": "2597470",
"postId": "1483450",
"score": "0",
"text": "What happens in Ubuntu if you run `sudo ubuntu-drivers install && sudo reboot` ?",
"userDisplayName": null,
"userId": "94914"
},
{
"creationDate": "2024-01-19T19:43:17.453",
... | null | [] | null | null | null | null | null |
1483451 | 1 | null | 2023-08-24T05:19:38.123 | 0 | 65 | <p>the typeahead search is a bit obnoxious and I would love to disable it. Anyone has an idea how to do that please?</p>
<p>It's very slow as per this topic: <a href="https://askubuntu.com/questions/1440229/typeahead-search-slowed-down-in-22-10">Typeahead search slowed down in 22.10</a> and this bug ticket: <a href="ht... | 361780 | null | null | 2023-08-24T05:19:38.123 | How to disable typeahead in Ubuntu 22.04 gnome file manager (Files) | [
"gnome",
"ibus"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483452 | 1 | null | 2023-08-24T06:01:17.340 | 0 | 158 | <p>I have a background in KVMs but I am new to cloud. In KVM, you can list the guest machines that are inside a host machine by running <code>virsh list --all</code> in the host machine.</p>
<p>How do you do that in OpenStack? How can you list the guest VMs that are inside an OpenStack host machine?</p>
<p>In other wor... | 1387640 | null | null | 2024-01-05T02:13:04.413 | How to list the guest machines inside a host machine in OpenStack? | [
"virtualization",
"kvm-virtualization",
"openstack",
"cloud",
"virtual-console"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>If your openstack hypervisor is KVM, the command is the same.</p>\n<p>In my case, OpenStack was deployed with kolla-ansible, which is the reason that I use docker command.</p>\n<pre class=\"lang-bash prettyprint-override\"><code># Command\ndocker exec -it nova_libvirt virsh l... | null | null | null | null | null |
1483453 | 1 | null | 2023-08-24T06:02:26.203 | 0 | 155 | <p>So my monitor stopped working,<br />
when I was messing around with the the rotation<br />
(ie <code>xrander -o [ normal, left, right, inverted ]</code> stuff).</p>
<p>(<br />
The monitor input is DVI (DVI-D Dual Link),<br />
and the laptop's output port is HDMI,<br />
so they're connected with an adapter.<br />
)</... | 1713490 | 1713490 | 2023-08-24T07:02:58.733 | 2023-08-24T07:02:58.733 | Monitor stopped working (after changing rotation). `EDID has corrupt header`. How do I fix? (And how can I even get a file with a *non*-corrupt EDID?) | [
"drivers",
"hdmi",
"external-monitor",
"display-rotation",
"dvi"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T10:22:28.377",
"id": "2597492",
"postId": "1483453",
"score": "0",
"text": "Could it be a hardware issue? A loose or broken cable?",
"userDisplayName": null,
"userId": "149708"
},
{
"creationDate": "2023-08-24T11:05:34.970",
"id": "2597496",
... | null | [] | null | null | null | null | null |
1483457 | 1 | null | 2023-08-24T06:45:35.843 | 1 | 179 | <p>I am running Ubuntu 22.04 on an IMac, and I have a problem with runing games (In this case Minecraft) in full screen (F11) without the cursor disappearing. I have tried to maximize the window by clicking the icon in the top right of the window, but then it doesn't open full screen mode and there's still the dock vis... | 1725492 | null | null | 2023-08-24T06:45:35.843 | Mouse Curser disappearing in Full screen | [
"22.04",
"fullscreen"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483463 | 1 | null | 2023-08-24T07:44:17.990 | 1 | 275 | <p>I am using:</p>
<pre><code>Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
starcat@normandy:~/Загрузки$ fwupdmgr --version
runtime org.freedesktop.fwupd 1.7.9
runtime com.dell.libsmbios 2.4
compile org.freedesktop.gusb 0.3.10
compile com... | 1725516 | 1725516 | 2023-08-28T08:36:51.130 | 2023-08-31T08:43:32.043 | Cannot update UEFI firmware on Dell Latitude 5401 with snap or fwupdmgr. Cannot find Latitude_5X01_Precision_3541_1.26.0.cab in archive | [
"updates",
"uefi",
"dell",
"fwupd"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Resolved.\nThe reason for the failure was in the archive itself. Was fixed by lvfs maintainer</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-08-31T08:43:32.043",
"id": "1... | null | null | null | null | null |
1483464 | 1 | null | 2023-08-24T08:23:25.073 | 0 | 159 | <p>I'm having this issue from a very long time and tried different solutions to address the problem but couldn't find the rootcause on how the FileSystem is getting corrupted.</p>
<p>I have the Ubuntu OS 22.04 in an Advantech IoT Gateway and it is currently in a site(remote) 300 miles away from me. It is impossible to ... | 1725523 | null | null | 2023-08-24T08:23:25.073 | FileSystem Corrupted | [
"filesystem",
"fsck"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T08:43:10.230",
"id": "2597475",
"postId": "1483464",
"score": "1",
"text": "Please include the logs in your question.",
"userDisplayName": null,
"userId": "1066942"
},
{
"creationDate": "2023-08-24T09:06:52.953",
"id": "2597480",
"postId": "1... | null | [] | null | null | null | null | null |
1483468 | 1 | null | 2023-08-24T09:43:04.580 | 0 | 90 | <p>After a recent (during the past one week) update on Ubuntu, now the <code>hostnamectl</code> command no longer displays system's hardware information. Previously its output was something like this:</p>
<pre><code> Static hostname:
Icon name:
Chassis:
Machine ID:
Boot ID:
Operating... | 855322 | 855322 | 2023-08-24T11:29:11.910 | 2023-08-24T11:29:11.910 | `hostnamectl` ceased to display hardware info | [
"updates",
"23.04"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T10:10:24.153",
"id": "2597491",
"postId": "1483468",
"score": "0",
"text": "I don't even get the line `Firmware Version:`. But also, why would you actually expect this from `hostnamectl`? I would think other commands was better suited for this.",
"userDisplayNam... | null | [] | null | null | null | null | null |
1483472 | 1 | null | 2023-08-24T10:35:39.147 | 1 | 155 | <p>I ran an older Ubuntu version that approached EOL, so I upgraded to 23.04 yesterday.
After the upgrade, none of my network mounts worked any more.</p>
<p>Here's the old line from fstab:</p>
<pre><code>//192.168.1.2/FolderA /home/username/Desktop/FolderA cifs defaults,username=USER,password=123,vers=1.0
</code></pre... | 1515669 | null | null | 2023-08-25T10:12:35.803 | Problem with fstab after 23.04 upgrade - mounts now read only | [
"mount",
"fstab",
"23.04"
] | 2 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>In v23.04 using the following entries at the end of the fstab line (after the password= entry) allows full read/write access to the mounts (to my NAS) on my system\n<code>,rw,uid=1000,gid=500</code></p>\n<p>Your line would then read as follows:</p>\n<pre><code>//192.168.1.2/F... | null | null | null | null | null |
1483475 | 1 | 1483586 | 2023-08-24T10:43:56.170 | 0 | 44 | <p>I installed the Evolution app in my system. After uninstalling it, after some time a gnome pop-up window appears on my screen. This is annoying and I want to stop it. Please help me.</p>
<p><a href="https://i.stack.imgur.com/I0HAv.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/I0HAv.jpg" alt="Scr... | 1725560 | 1157209 | 2023-08-24T16:45:36.290 | 2023-08-25T08:47:42.570 | Problems after uninstalling evolution app | [
"evolution",
"gnome-calendar"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T11:34:25.077",
"id": "2597500",
"postId": "1483475",
"score": "0",
"text": "How, exactly, did you uninstall Evolution? Please review your history and logs and provide the complete, exact commands you used.",
"userDisplayName": null,
"userId": "19626"
}
] | {
"accepted": true,
"body": "<p>Open "Online accounts" (in "Settings) and re-add your google account there.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-08-25T08:47:42.570",
"id": "1483586",
"lastActivit... | [
{
"accepted": true,
"body": "<p>Open "Online accounts" (in "Settings) and re-add your google account there.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-08-25T08:47:42.570",
"id": "1483... | null | null | null | null | null |
1483476 | 1 | null | 2023-08-24T10:45:56.567 | 0 | 28 | <p>I have started a project to create handy network sensor that can be deployed in locations where physical security may be lax/ non-existent. The goal is to design a device that uses Ubuntu Core for (disk encryption and general device hardening) as its base OS and install zeek on top using Snap packages to capture net... | 1725561 | 158442 | 2023-08-24T10:55:16.030 | 2023-08-24T10:55:16.030 | Learning how to use Snapcraft | [
"snap",
"ubuntu-core"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483480 | 1 | null | 2023-08-24T11:17:58.490 | 0 | 362 | <p>I am trying to remove all the snap packages and installing the flathub one's, i am a beginner and i had changed my os to linux from windows 2 days ago, and while watching some of the tutorials all the youtubers told to use flathub packages and to do so i watched that you have to first remove snap packages and while ... | 1725569 | null | null | 2023-08-24T11:17:58.490 | I can't completely remove snapd because of the error snap core is not removeable it is used by the model | [
"command-line",
"snap"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T11:31:07.977",
"id": "2597498",
"postId": "1483480",
"score": "0",
"text": "You've provided no OS/product/release details; so we're somewhat limited in what help we can provide. I've removed all *snap* infrastructure on a number of Ubuntu desktop/*flavor* releases d... | null | [] | null | null | 2023-08-25T07:29:55.287 | null | null |
1483482 | 1 | null | 2023-08-24T11:25:20.017 | 0 | 136 | <p>I have a custom <code>clone</code> command. I call <code>clone org_name</code> and it automatically clones every repository of that organization for which the current developer has access to.</p>
<p>Of course my <code>clone</code> command uses GitHub API and then loops over the repos to create <code>git clone</code>... | 1269127 | null | null | 2023-08-24T11:25:20.017 | How can I stop and rerun git clone command in case of a specified time delay? | [
"command-line",
"ssh",
"git"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T13:52:59.487",
"id": "2597526",
"postId": "1483482",
"score": "0",
"text": "You could possibly use the `timeout` command in a loop - something like the answer here [Bash wait for a ping success](https://askubuntu.com/a/929711/178692)",
"userDisplayName": null,
... | null | [] | null | null | null | null | null |
1483486 | 1 | null | 2023-08-24T11:44:48.167 | 3 | 1241 | <p>I've got a Raspberry Pi 4b 4GB running Ubuntu 22.04 server (kernel 5.15) that I run ROS2 Humble on for robotics (which necessitates 22.04). I recently bought a Raspberry Pi Camera Module 3 to use as a camera for my robot, however it does not function correctly on this OS. I validatd this hardware combination by run... | 1721050 | 1721050 | 2023-08-24T11:48:47.080 | 2023-08-24T22:04:57.660 | Can I run a kernel newer than 5.15 on Ubuntu 22.04 on a Raspberry Pi 4b? | [
"drivers",
"kernel",
"raspberrypi",
"camera"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T12:05:25.463",
"id": "2597505",
"postId": "1483486",
"score": "2",
"text": "Why don't you just use https://packages.ubuntu.com/jammy-updates/linux-generic-hwe-22.04 as Ubuntu 22.04 LTS is a LTS release, thus kernel stack options exist (ie. kernels from 22.10, 23.04... | null | [
{
"accepted": null,
"body": "<p>I was able to update my kernel to 6.2.0-1004-raspi by installing the package <a href=\"https://packages.ubuntu.com/lunar/kernel/linux-image-6.2.0-1004-raspi\" rel=\"nofollow noreferrer\">linux-image-6.2.0-1004-raspi</a> using apt. This updated my kernel with precompiled image... | null | null | null | null | null |
1483489 | 1 | null | 2023-08-24T12:07:45.160 | 1 | 285 | <p>On several of my systems with Ubuntu 22.04, <code>/sys/fs/cgroup</code> is mounted like this:</p>
<pre><code>$ mount|grep cgroup
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime)
</code></pre>
<p>On other systems it looks like this:</p>
<pre><code>$ mount|grep cgroup
cgroup2 on /sys/fs/cgroup ... | 51272 | null | null | 2023-08-24T12:07:45.160 | nsdelegate mount option missing for cgroup2 fs on Ubuntu 22.04 | [
"22.04",
"systemd",
"cgroup"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483491 | 1 | null | 2023-08-24T12:23:51.917 | 0 | 119 | <p>My problem involves strange screen glitches on my laptop's display. These glitches are quite disruptive as they hinder my work and computer usage. Interestingly, the situation is completely different when my laptop is connected to an external monitor. In that scenario, everything works smoothly, and there are no gli... | 1725552 | 1725552 | 2023-08-24T12:49:21.563 | 2023-08-24T12:49:21.563 | Screen glitching on laptop monitor in UBUNTU 22.04 | [
"nvidia",
"graphics",
"22.04",
"display",
"display-resolution"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483492 | 1 | null | 2023-08-24T12:33:25.327 | 0 | 131 | <p>After running a heavy docker container, docker stopped responding (15+ minutes for any command, even <code>docker ps -a</code>).
So after shutting down everything and checking no one else is logged in, I rebooted the system (workstation with Ubuntu 22.04).</p>
<p>The reboot did not succeed and the system entered eme... | 1725627 | null | null | 2023-08-24T12:33:25.327 | Ubuntu rebooted in emergency mode. How to solve the errors indicated without fresh install? | [
"kernel",
"systemd",
"docker",
"reboot",
"fsck"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483496 | 1 | null | 2023-08-24T13:04:47.770 | 0 | 99 | <p>When just started Ubuntu, the mouse is not accurate anymore. To find out what is the difference, I started OpenOffice Draw, an started to draw a line. The is 70 mm difference between my mouse and where the line is drawn. With a few mm difference you can work, all thought it is annoying. With 70 mm difference Ubuntu ... | 246077 | null | null | 2023-08-24T13:04:47.770 | How to calibrate my mouse, Ubuntu is now unusable | [
"22.04",
"virtualbox",
"mouse"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T13:57:54.053",
"id": "2597528",
"postId": "1483496",
"score": "0",
"text": "Thanks, I used the answer of ahmegen, and will repeat it here for the future reader.\n\n In Virtualbox → Machine Settings → System → Motherboard I changed Pointing Device to \"PS/2 Mouse\... | null | [] | null | null | null | null | null |
1483503 | 1 | null | 2023-08-24T14:23:51.003 | 0 | 14102 | <p>I am using Ubuntu <code>v23</code> and i have installed <strong>docker-desktop</strong>. Now when I start i see this prompt:</p>
<p><a href="https://i.stack.imgur.com/5zmE0.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/5zmE0.png" alt="Virtualization popup error" /></a></p>
<p>Now I have searched... | 1106237 | null | null | 2023-12-07T21:01:15.133 | Virtualization support KVM is not enabled on host, | [
"docker",
"23.04"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T14:38:47.090",
"id": "2597536",
"postId": "1483503",
"score": "0",
"text": "I don't know about Docker Desktop, but plain Docker doesn't need virtualization to run on Linux, so why not try that?",
"userDisplayName": null,
"userId": "158442"
},
{
"crea... | null | [
{
"accepted": null,
"body": "<p>You have to activate virtualization in your BIOS. For me it worked, if you don't see this option it really means that your machine doesn't support virtualization.</p>\n<p><a href=\"https://i.stack.imgur.com/IbVge.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.im... | null | null | null | null | null |
1483504 | 1 | null | 2023-08-24T14:25:23.213 | 0 | 68 | <p>Booting crash after updating 22.04 to last packages. CPU AMD Phenom. Text console boot possible (rescue mode).</p>
| 1720630 | null | null | 2023-08-24T14:25:23.213 | Problem with boot after update 22.04 Desktop | [
"boot",
"updates",
"22.04",
"amd-processor"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T14:53:37.253",
"id": "2597538",
"postId": "1483504",
"score": "1",
"text": "Can this be the same issue as https://askubuntu.com/questions/1483141/new-install-ubuntu-20-04-doesnt-boot-after-apt-upgrade#comment2597532_1483141 ? I also have the same issue. Solved for n... | null | [] | null | null | null | null | null |
1483505 | 1 | null | 2023-08-24T15:05:09.943 | 0 | 32 | <p>I'm sorry if my question sound as illiterate.
I have a dual-boot laptop.
Windows on one SSD, Ubuntu on another.
Unfortunately I allocated only 32Gb for Ubuntu and I see it's not enough.
The Ubuntu disk is partitioned in that order:
32Gb - system, 513Mb -EFI, the rest is for data and could be reused.
Is there any way... | 1725805 | null | null | 2023-08-24T15:05:09.943 | Reinstallation and UEFI | [
"dual-boot",
"partitioning",
"uefi"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T15:08:03.567",
"id": "2597543",
"postId": "1483505",
"score": "1",
"text": "\"only 32Gb for Ubuntu and I see it's not enough\" is more than enough for the system itself. If you set it up that your =personal= files are on a shared partition (can be ntfs) you should n... | null | [] | null | null | null | null | null |
1483507 | 1 | null | 2023-08-24T15:35:24.547 | 1 | 175 | <p>I want to dual-boot Ubuntu next to Windows 11. I have an Asus ROG Strix G15 G513RM laptop. I'm getting the following error messages. How can I solve this?</p>
<p><img src="https://i.stack.imgur.com/YQ68I.jpg" alt="enter image description here" /></p>
<pre><code>[ 0.268581] ACPI BIOS Error (bug): Failure creating ... | 1725820 | 1684306 | 2023-08-25T07:24:18.390 | 2023-08-25T07:24:18.390 | Error when I installed Ubuntu | [
"dual-boot",
"system-installation",
"22.04",
"acpi"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T23:19:33.600",
"id": "2597648",
"postId": "1483507",
"score": "2",
"text": "Does this answer your question? [ACPI error on every boot](https://askubuntu.com/questions/1333069/acpi-error-on-every-boot)",
"userDisplayName": null,
"userId": "94914"
}
] | null | [] | null | null | null | null | null |
1483509 | 1 | null | 2023-08-24T15:56:12.943 | 0 | 103 | <p>psql version shows 15 but we have the version 14 cluster online, while 12 and 15 are down.</p>
<pre><code>12 main 5433 down postgres /var/lib/postgresql/12/main /var/log/postgresql/postgresql-12-main.log
14 main 5432 online postgres /var/lib/postgresql/14/main /var/log/postgresql/postgresql-14-main.log
15 ... | 1095603 | null | null | 2023-08-24T15:56:12.943 | psql version incorrectly showing 15 instead of 14 | [
"server",
"postgresql"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T20:36:10.987",
"id": "2597629",
"postId": "1483509",
"score": "0",
"text": "thanks for your response, i am not sure how to do that, can you please provide me some example commands or point me to documentation where i can check this?",
"userDisplayName": null,
... | null | [] | null | null | null | null | null |
1483510 | 1 | null | 2023-08-24T16:04:48.113 | 0 | 264 | <p>I dualbooted my windows 11 with Ubuntu 22.04 LTS. But I've been unable to use my laptop's built-in fingerprint sensor.</p>
<p>The allow fingerprint authentication setting is just not present.</p>
<p>I searched a bit and found that not allow sensors are supported and got the list of supported sensors, which is <a hre... | 1725822 | null | null | 2023-08-24T16:04:48.113 | How can I find my sensor id if it's not showing up on lsusb? | [
"22.04",
"asus",
"fingerprint-reader"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T16:28:01.623",
"id": "2597579",
"postId": "1483510",
"score": "0",
"text": "Check the other busses, might not be on the USB bus. The sd bus may be used, look in /sys/bus/sdio",
"userDisplayName": null,
"userId": "82196"
},
{
"creationDate": "2023-08... | null | [] | null | null | null | null | null |
1483511 | 1 | null | 2023-08-24T16:37:22.490 | 0 | 257 | <p>I want to install Ubuntu on my computer, currently there is Windows 7, and I would like to get to a dual boot situation with Ububtu.</p>
<p>I've read many post and articles, but I still have many doubts.</p>
<p><strong>My setup:</strong></p>
<p>I've got a computer with many Hard Disk:
One NTFS with Windows 7, three ... | 1071111 | 1071111 | 2023-08-25T03:50:23.007 | 2023-08-29T22:47:43.773 | Install Ubuntu in dual boot with Windows7 (Boot in Bios Legacy / MBR) | [
"boot",
"dual-boot"
] | 1 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T19:49:14.617",
"id": "2597622",
"postId": "1483511",
"score": "0",
"text": "What do you mean by \"nothing worked\"? Why should Windows be recognized if it is on another storage device?",
"userDisplayName": null,
"userId": "20054"
},
{
"creationDate":... | null | [
{
"accepted": null,
"body": "<p>I found a solution, after many attempts. I don't know if it is the best, but it worked.</p>\n<p>Continuing from the steps described in my first post...</p>\n<ul>\n<li><p>I was not able to reinstall GRUB via "Boot repair", but it worked with "<a href=\"https://w... | null | null | null | null | null |
1483513 | 1 | null | 2023-08-24T16:49:59.270 | 0 | 255 | <p>After upgrading from 20.04, the boot process now takes minutes more than before.</p>
<p>I'm using kernel <code>5.19.0-051900rc6-generic</code> and Ubuntu 22.04.3.</p>
<p>Log from <code>systemd-analyze</code>:</p>
<pre><code>Startup finished in 4.675s (firmware) + 3.850s (loader) + 3min 2.684s (kernel) + 13.403s (use... | 1720782 | 1720782 | 2023-08-25T13:22:36.860 | 2023-08-25T13:22:36.860 | Ubuntu 22.04 taking 3 minutes to load kernel | [
"boot",
"kernel",
"22.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483514 | 1 | null | 2023-08-24T17:13:57.407 | 0 | 84 | <p>Anyone know how to get a steam controller working? I seem to be able to connect to the controller via bluetooth but it doesn't seem to be working for any kind of input that I can tell.</p>
| 65965 | null | null | 2023-08-24T17:13:57.407 | Steam controller not working Ubuntu 23.04 | [
"steam"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483516 | 1 | null | 2023-08-24T17:20:44.887 | 0 | 97 | <p>I’m looking at Ubunto Pro for a future work project. During testing I noticed that when I install a patch via USN it automatically applied the latest update for that package.</p>
<p>For example:
I wanted to apply USN-6270-1 which would upgrade xxd from 2:8.0.1453-1ubuntu1.13 to 2:8.0.1453-1ubuntu1.13+esm3. But xxd... | 1725832 | 158442 | 2023-08-25T02:33:54.403 | 2023-08-25T02:45:24.663 | Using Pro to apply specific USN | [
"apt",
"patch",
"ubuntu-pro"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T17:27:43.213",
"id": "2597594",
"postId": "1483516",
"score": "0",
"text": "Which Ubuntu release is this for?",
"userDisplayName": null,
"userId": "10616"
}
] | null | [
{
"accepted": null,
"body": "<p>Apt will try to install the highest-version package available from any source that it is aware of. That's why you must be careful about managing your sources.</p>\n<p>It's not about "forcing Pro". It's about using apt.</p>\n<p>To specify a version:</p>\n<pre><code>s... | null | null | null | null | null |
1483519 | 1 | null | 2023-08-24T17:58:00.240 | 0 | 72 | <p>I am trying to install Ubuntu on an HP Envy desktop PC. The PC has an Rtx 3060ti graphics card, which blocks the installation process. There are some solutions posted in articles that I have tried, such as adding nomodeset to the command, disabling secure boot, and changing the SATA connection from RAID to AHCI. All... | 926495 | 94914 | 2023-08-24T23:40:40.513 | 2023-08-24T23:40:40.513 | Ubuntu Install blocked by graphics card | [
"dual-boot",
"nvidia",
"system-installation",
"hp",
"raid"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483521 | 1 | null | 2023-08-24T18:05:30.583 | 0 | 51 | <p>We use Supervisor to manage some PHP scripts that need to interact with a local MySQL server. This works well under normal operation when those PHP scripts themselves exit after error. But when system boots or after MySQL server crashes, because MySQL server needs a few minutes to boot, those PHP scripts will behave... | 1725846 | null | null | 2023-08-24T18:05:30.583 | How to start/restart of script after another service is ready? | [
"mysql",
"php",
"supervisor"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483522 | 1 | null | 2023-08-24T18:22:51.930 | 0 | 324 | <p>So I have Ubuntu 22.04 and wine 8.0.2. I have a 64-bit wineprefix, because otherwise the program error differently. (However, I can try reverting back to 32-bit again). I have Visual C++ 2003 and 2013 installed via WineTricks.
The program I'm trying to execute is Stacklands.exe</p>
<pre><code>0108:err:module:import_... | 1708759 | null | null | 2023-08-24T18:22:51.930 | Wine can't load UnityPlayer.dll in the same directory | [
"22.04",
"wine",
"games"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T20:06:42.647",
"id": "2597624",
"postId": "1483522",
"score": "0",
"text": "Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.",
"userDis... | null | [] | null | null | null | null | null |
1483523 | 1 | null | 2023-08-24T18:29:34.797 | 0 | 198 | <p>I'm trying to configure a log rotation scheme but I want it to skip error messages for missing logs and continue to the next log. So far my configuration looks like this:</p>
<pre><code>$ nano auth
/var/log/auth.log {
rotate weekly
rotate 7
notifempty
delaycompress
</code></pre>
<p>Ho... | 1724893 | 1066942 | 2023-08-25T07:32:03.693 | 2023-08-25T07:32:03.693 | How do I skip error messages for missing logs and continue to next log on /etc/logrotate.conf | [
"scripts"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I came up with missingok to skip errors.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2023-08-28T11:28:19.737",
"id": "2598319",
"postId": "1483538",
"score": "3",
"text": "A few words of explanation would... | null | null | null | null | null |
1483528 | 1 | null | 2023-08-24T19:22:31.693 | 0 | 57 | <p>In Ubuntu 20.04.6 LTS, scrolling using the mouse wheel is too fast (too sensitive).</p>
<p>What to do ?</p>
| 1002823 | null | null | 2023-08-24T19:22:31.693 | Mouse wheel scrolling too fast (too sensitive) | [
"20.04",
"mouse-wheel"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T19:24:24.707",
"id": "2597615",
"postId": "1483528",
"score": "0",
"text": "check this https://askubuntu.com/questions/255890/how-can-i-adjust-the-mouse-scroll-speed",
"userDisplayName": null,
"userId": "1177921"
},
{
"creationDate": "2023-09-13T09:5... | null | [] | null | null | null | null | null |
1483530 | 1 | null | 2023-08-24T19:34:38.997 | 0 | 21 | <p>So I use 2-3 days laptop cooler and then I went to work. When I opened my laptop case laptop was burning, I power off my laptop. When laptop was cooled down I started again and there was no problem, I didn't notice one of my USB ports didn't work. So like 3 days later I tried to plug in my mouse but mouse didn't wor... | 1724574 | null | null | 2023-08-24T19:34:38.997 | One of my usb ports stoped working when i pluged laptop cooler | [
"usb",
"22.04",
"suspend",
"overheating"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T19:36:56.880",
"id": "2597619",
"postId": "1483530",
"score": "0",
"text": "I forget to tell something, I used normally when I first pluged laptop cooler. It didn't stoped or something like that",
"userDisplayName": null,
"userId": "1724574"
}
] | null | [] | null | null | null | null | null |
1483531 | 1 | null | 2023-08-24T19:39:02.453 | 0 | 448 | <p>Yesterday I run normally my Ubuntu on my Laptop.
Today I'm getting this error instead of graphical enviroment</p>
<pre><code>EFI Shell version 2.60 [5.12]
Current running mode 1.1.2
map: Cannot find required map name.
Press ESC in 1 seconds to skip startup.nsh, any other key to continue.
Shell>
</code></pre>
<p... | 1564919 | 1564919 | 2023-08-24T19:54:08.630 | 2023-08-24T19:54:08.630 | EFI Shell version 2.60 [5.12] | [
"command-line",
"20.04",
"hard-drive",
"hardware"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483533 | 1 | null | 2023-08-24T20:12:37.267 | 2 | 308 | <p>I currently have Ubuntu 20.04 installed and wish to upgrade my release to 22.04. I also have several third-party repositories enabled and some set of packages installed from each. I understand from much research that this situation tends to be a major cause of release upgrade failures and has driven many to <a href=... | 887628 | null | null | 2023-08-24T20:46:22.683 | Understanding the Nature of Problems Caused by Third-Party/PPA Repositories During Ubuntu Release Upgrades | [
"apt",
"package-management",
"upgrade",
"ppa"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-24T20:52:37.183",
"id": "2597630",
"postId": "1483533",
"score": "0",
"text": "Keep in mind that AskUbuntu's format is Question/Answer, Follow-up questions are frowned upon, as this is not a discussion forum. So be sure to ask exactly the question that you want answere... | null | [
{
"accepted": null,
"body": "<p>"*How exactly is this done (e.g. does it basically just comment out those lines in /etc/apt/sources.list and the .list files in /etc/apt/sources.list.d/)? *"</p>\n<p>Yes, that's exactly how it's done by the do-release-upgrade Python script.</p>\n<p>"<em>I am al... | null | null | null | null | null |
1483535 | 1 | null | 2023-08-24T20:14:32.470 | 0 | 145 | <p>When connecting the ipod, I have this error message, I have tried several programs, wine and a windows vm, but it still does not recognize the device</p>
<pre><code>Aug 24 16:03:37 luis-7400 kernel: [19851.414290] usb 1-2: new high-speed USB device number 14 using xhci_hcd
Aug 24 16:03:38 luis-7400 kernel: [19851.57... | 855460 | 25618 | 2023-08-24T22:10:42.827 | 2023-08-24T22:10:42.827 | help connecting ipod 4 gen in ubuntu 22.04 | [
"usb",
"22.04",
"ipod"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483537 | 1 | null | 2023-08-24T20:16:04.157 | 0 | 32 | <p>Recently, my Ubuntu 22.04 Desktop installation has developed an issue where after a few hours of uptime Firefox won't launch from the dock icon but does from the terminal.</p>
<ul>
<li>Clicking on the dock results in the spinning pointer for several seconds, but nothing else.</li>
<li>Running <code>firefox</code> fr... | 1620187 | 1684306 | 2023-08-25T06:25:03.633 | 2023-08-25T06:25:03.633 | Firefox stops launching from the dock, but is fine from terminal | [
"22.04",
"firefox",
"dock"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483540 | 1 | null | 2023-08-24T20:48:24.840 | 0 | 39 | <p>I have an Ubuntu 22.04 server hosted by OVH. It is configured with 3 drives soft RAID. Yesterday, two of the drives failed and were replaced. Using OVH's rescue system, I have used fdisk to copy the partition setup from the working drive (sdb) to the two new drives (sda and sdc). I have then used mdadm to put them i... | 683253 | null | null | 2023-08-24T20:48:24.840 | Ubuntu 22.04 server not booting | [
"boot"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483545 | 1 | null | 2023-08-24T21:40:05.627 | 0 | 159 | <p>I need some help with the fingerprint, i´d like to use the fingerprint reader but doesn´t work.</p>
<pre><code>fprintd-enroll
</code></pre>
<p>Impossible to enroll: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available</p>
<p>and with <code>fwupdmgr get-devices</code></p>
<pre class="lang-none ... | 1725487 | 94914 | 2023-08-24T23:38:12.060 | 2023-08-24T23:38:12.060 | Ubuntu 20.04.3 doesn´t work with the huaweii matebook 14 d 's fingerprint reader | [
"fingerprint-reader"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483546 | 1 | null | 2023-08-24T21:42:02.280 | 0 | 146 | <p>cant get it past the welcome screen using auto,this is the welcome screen that asks for keyboard typing, timezome, wifi, privacy, user creation.. if i reboot at this screen without entering anything it goes to the login screen but i want to get around getting to this screen to begin with</p>
<p>timezone, user creati... | 1725889 | null | null | 2023-08-24T21:42:02.280 | Ubuntu autoinstall, cant get past welcome screen | [
"20.04",
"autoinstall"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T01:33:39.697",
"id": "2597660",
"postId": "1483546",
"score": "0",
"text": "Please be clear with details. Ubuntu 20.04 LTS is available with different ISOs which select which installer you're using; with two different *autoseed* configuration rules, but you've not s... | null | [] | null | null | null | null | null |
1483550 | 1 | null | 2023-08-24T22:24:25.710 | 0 | 42 | <p>I don't know what to do. It was was working fine until I switched the additional devices to Nividia propriety and now it's stuck on the ROG screen. I can't enter terminal mode with clicking CTRL + ALT + F1 or F3.</p>
| 1725896 | null | null | 2023-08-24T22:24:25.710 | Stuck on ROG screen after Nividia update, can't enter terminal mode | [
"command-line"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T01:24:33.270",
"id": "2597659",
"postId": "1483550",
"score": "0",
"text": "What is \"the ROG screen\"?",
"userDisplayName": null,
"userId": "25618"
},
{
"creationDate": "2023-08-25T08:57:33.470",
"id": "2597722",
"postId": "1483550",
"sc... | null | [] | null | null | null | null | null |
1483551 | 1 | null | 2023-08-24T23:31:14.327 | 0 | 47 | <p>I set up the internet on a virtual machine that is running through VirtualBox and set up port forwarding. First, in rt_tables of Host Machine (iproutes2) I added this:</p>
<pre><code>100 vm0
</code></pre>
<p>Then I run this:</p>
<pre class="lang-bash prettyprint-override"><code>ip rule add from 192.168.56.100 table ... | 1574173 | null | null | 2023-08-24T23:31:14.327 | Port Forwarding to vboxnet0 with saving client's real IP | [
"networking",
"server",
"virtualbox",
"iptables",
"network-bridge"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483553 | 1 | null | 2023-08-25T00:02:59.490 | 0 | 43 | <p><strong>Introduction</strong></p>
<p>A laptop typically has either a VGA or HDMI connector as a display port, and some laptops even have both. If you connect a secondary monitor to this laptop, you can easily drag and drop any window from the primary to the secondary monitor and work seamlessly.</p>
<p>This function... | 970554 | null | null | 2023-08-25T00:02:59.490 | How can I share my secondary monitor to a remote system as if it were directly connected to it? | [
"multiple-monitors",
"display",
"display-resolution",
"monitor",
"display-manager"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483556 | 1 | null | 2023-08-25T01:31:44.560 | 0 | 97 | <p>I guess my package manager is not working because <code>dash</code> is not available.</p>
<pre><code>ubuntu@ubuntu:~$ sudo apt install hello
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
hello
0 upgraded, 1 newly insta... | 1645133 | 1645133 | 2023-08-25T19:38:15.420 | 2023-08-25T19:38:15.420 | package manager not working because of dash | [
"apt",
"dpkg"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T01:36:31.110",
"id": "2597663",
"postId": "1483556",
"score": "0",
"text": "Packages are built for specific releases, you've not told us yours, thus we're limited to given *generic* advice. Have you told your system to attempt fixes? eg. `sudo apt -f install` & li... | null | [
{
"accepted": null,
"body": "<p>I solved the problem. It's pretty easy. It worked when I typed the following line.</p>\n<pre><code>sudo apt reinstall dash\n</code></pre>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate":... | null | null | 2023-08-25T02:19:08.937 | null | null |
1483561 | 1 | 1483565 | 2023-08-25T03:35:12.037 | 0 | 33 | <p>I am only asking to allay any unfounded fears.</p>
<p>I was checking my <code>/var/log/boot.log.1</code> file.</p>
<p>This is part of it.</p>
<pre><code> ------------ Sat Jul 01 13:31:29 AEST 2023 ------------
[ OK ] Finished Uncomplicated firewall.
[ OK ] Finished Clean up any mess left by 0dns-up.
[ OK ] ... | 1142660 | 158442 | 2023-08-25T04:04:38.533 | 2023-08-25T04:20:43.820 | boot.log.1 question if this is of concern or not | [
"boot"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T04:06:04.213",
"id": "2597679",
"postId": "1483561",
"score": "0",
"text": "Did you install binfmt or related packages?",
"userDisplayName": null,
"userId": "158442"
},
{
"creationDate": "2023-08-27T20:32:49.633",
"id": "2598230",
"postId": "... | {
"accepted": true,
"body": "<p>The message you flagged is harmless, merely informing you that the <code>binfmt_misc</code> system has been activated.</p>\n<p>This system provides a way to describe to the kernel how to recognize any arbitrary executable file format and tell it what interpreter is used to run that f... | [
{
"accepted": true,
"body": "<p>The message you flagged is harmless, merely informing you that the <code>binfmt_misc</code> system has been activated.</p>\n<p>This system provides a way to describe to the kernel how to recognize any arbitrary executable file format and tell it what interpreter is used to ru... | null | null | null | null | null |
1483564 | 1 | null | 2023-08-25T04:20:09.593 | 0 | 4242 | <p>I want to access wsl folder in File Explorer however I got this error</p>
<blockquote>
<p>\wsl.localhost is not accessible. You might not have permission to
use this network resource. Contact the administrator of this server to
find out if you have access permissions.</p>
<p>The network address is invalid</p>
</bloc... | 1608858 | null | null | 2024-03-16T21:00:09.193 | \\wsl.localhost is not accessible. Open folder error | [
"networking",
"permissions",
"windows-subsystem-for-linux"
] | 2 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I fixed it. You just need to add <code>P9NP</code> to</p>\n<ul>\n<li><code>HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\NetworkProvider\\Order</code></li>\n<li><code>HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\NetworkProvider\\HwOrder</code></li>\n</ul>... | null | null | null | null | null |
1483567 | 1 | null | 2023-08-25T04:34:27.060 | 0 | 20 | <p>I was trying to find the optimal video settings for Quake2 on my Ubuntu 20.04 laptop and messed up the video, so that I cannot change the video settings on the native screen.</p>
<p>Does anyone know where this config file would be for Quake2's video setting?</p>
<p>I tried uninstalling the quake2 package, even using... | 1609812 | null | null | 2023-08-25T04:34:27.060 | Messed Up Video for Quake2 | [
"video",
"configuration"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483569 | 1 | null | 2023-08-25T05:38:46.980 | 2 | 3886 | <p>When trying to cross compile the CUDNN samples:</p>
<pre><code>cp -r /usr/src/cudnn_samples_v8/ $HOME
cd $HOME/cudnn_samples_v8/mnistCUDNN
make clean
make TARGET_ARCH=aarch64 SBSA=1
</code></pre>
<p>Here is the error:</p>
<pre><code>CUDA_VERSION is 12020
Linking agains cublasLt = true
CUDA VERSION: 12020
TARGET ARC... | 1641481 | 158442 | 2023-08-25T13:43:07.387 | 2023-08-25T13:43:07.387 | What's the "collect2: error: ld returned 1 exit status" in cross compile | [
"nvidia",
"make",
"arm",
"cross-compilation"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The <a href=\"https://manned.org/ld.1\" rel=\"nofollow noreferrer\">GNU linker(<em><code>ld</code></em>)</a> is a tool(<em>one of many</em>) invoked during the compilation process to create an executable from object files created/called in your project.</p>\n<p><a href=\"http... | null | null | null | null | null |
1483571 | 1 | null | 2023-08-25T05:51:54.970 | 0 | 81 | <p>Recently I temporarily had to use F10 to choose between two drives at startup, one Windoze 10, and one Ubuntu 20.04.6. A few days later I had my mechanical switching re-set up, and dispensed with the F10 at boot.</p>
<p>BUT now, without my making any changes, either before or after the use of F10 to select, a scree... | 67852 | null | null | 2023-08-25T09:25:13.327 | Gnu-Grub appearred, can't make it go away | [
"dual-boot"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T13:31:11.247",
"id": "2597780",
"postId": "1483571",
"score": "0",
"text": "If UEFI system, your Ubuntu/grub boot is probably in the ESP also used by Windows on the first drive. Do you have an ESP on Ubuntu drive? Ubuntu with 20.04 defaulted the install of grub to f... | null | [
{
"accepted": null,
"body": "<p>GNU GRUB[1] is a boot loader used to load Linux(including Ubuntu). While in GRUB menu, you can always hit enter to choose selected OS right away. Or you can update GRUB configuration with the value of <code>GRUB_TIMEOUT</code> set to <code>0</code> [2][3]. But keep in mind af... | null | null | null | null | null |
1483573 | 1 | 1483584 | 2023-08-25T06:30:20.773 | 0 | 152 | <p>What configuration changes can I make in my system to disable the Software Updater dialog box from popping up?</p>
<p><a href="https://i.stack.imgur.com/N46fk.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/N46fk.jpg" alt="enter image description here" /></a></p>
| 1594372 | 94914 | 2023-08-25T07:12:22.560 | 2023-08-29T09:15:24.387 | How to disable the Software Update dialog box from appearing on the desktop in ubuntu 20.04? | [
"update-manager"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<ul>\n<li>Open the tool "Software and Updates"</li>\n<li>On the "Software" tab, set "Automatically check for updates" to "Never".</li>\n</ul>\n<p>From that point, the dialog will not anymore appear. You can at any time run the "Software Updat... | [
{
"accepted": true,
"body": "<ul>\n<li>Open the tool "Software and Updates"</li>\n<li>On the "Software" tab, set "Automatically check for updates" to "Never".</li>\n</ul>\n<p>From that point, the dialog will not anymore appear. You can at any time run the "Softwa... | null | null | null | null | null |
1483580 | 1 | 1485127 | 2023-08-25T07:16:56.783 | 0 | 78 | <p>I have installed Ubuntu 22.04 in WSL2. I expect that the bash shall be started in the home directory that I find in /etc/passwd as</p>
<pre><code>harper:x.1000:1000:,,,,:/home/harper:/bin/bash
</code></pre>
<p>But after starting <code>wsl -d Ubuntu-22.04</code> the bash is somewhere in the Windows tree: <code>/mnt/c... | 1069270 | 1069270 | 2023-08-25T08:14:35.127 | 2023-09-08T11:11:11.583 | Not at home after login | [
"bash",
"login",
"windows-subsystem-for-linux"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T08:37:10.840",
"id": "2597717",
"postId": "1483580",
"score": "0",
"text": "That is likely related to the tool `wsl`, not to the Ubuntu system. You indeed can adjust the command line of the tool to land in the directory you want as you found out.",
"userDisplayN... | {
"accepted": true,
"body": "<p>Command <code>wsl -d Distro</code> will always land you on the windows directory you ran the command from. If you want to start at home, you can either specify it in the same command:</p>\n<pre><code>wsl -d Ubuntu-22.04 --cd ~\n</code></pre>\n<p>Or use the distro's executable:</p>\n<... | [
{
"accepted": true,
"body": "<p>Command <code>wsl -d Distro</code> will always land you on the windows directory you ran the command from. If you want to start at home, you can either specify it in the same command:</p>\n<pre><code>wsl -d Ubuntu-22.04 --cd ~\n</code></pre>\n<p>Or use the distro's executable... | null | null | null | null | null |
1483589 | 1 | null | 2023-08-25T09:08:07.470 | 0 | 4 | <p>I want to install <a href="https://visp.inria.fr/install/" rel="nofollow noreferrer">visp</a> on ubuntu <code>20.04</code>.
It is mentioned that:</p>
<blockquote>
<p>To install them, simply type:
<code>sudo apt-get install libvisp-dev libvisp-doc visp-images-data</code></p>
</blockquote>
<p>But I'm getting an error:... | 1033376 | null | null | 2023-08-25T09:08:07.470 | How to install VISP from ubuntu packages? | [
"apt",
"20.04",
"package-management"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T09:11:57.747",
"id": "2597728",
"postId": "1483589",
"score": "0",
"text": "[The packages](https://packages.ubuntu.com/search?keywords=libvisp-dev) are in `universe`, so enable `universe` using `sudo add-apt-repository universe` or other methods shown in the dupe an... | null | [] | null | null | 2023-08-25T09:11:09.730 | null | null |
1483592 | 1 | null | 2023-08-25T09:14:19.263 | 0 | 13 | <p>After install Ubuntu app in the Windows OS.
I set a password as number "0" on the numpad. But i missed to turn on the "numlock"
How can I update a new password.
Thank you</p>
| 1725999 | 158442 | 2023-08-25T09:17:31.457 | 2023-08-25T09:17:31.457 | Issue when set a password without turn on numlock on Ubuntu app in the Windows OS | [
"password",
"windows-subsystem-for-linux"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-05T06:22:53.233",
"id": "2599813",
"postId": "1483592",
"score": "0",
"text": "It worked. Thank you @muru",
"userDisplayName": null,
"userId": "1725999"
}
] | null | [] | null | null | 2023-09-05T06:23:20.247 | null | null |
1483593 | 1 | null | 2023-08-25T09:24:22.613 | 0 | 36 | <p>I'm sorry that I don't have the time to research and try solutions myself which I would normally do.</p>
<p>My PC is going to be used by other people and I have only some private files that I want to protect.
I am envisioning the following: I would like to encrypt a partition where my private files are with my Ubunt... | 1580368 | null | null | 2023-08-25T09:24:22.613 | Seamless encryption of a partition | [
"encryption"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T09:59:32.843",
"id": "2597744",
"postId": "1483593",
"score": "0",
"text": "Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.",
"userDis... | null | [] | null | null | null | null | null |
1483597 | 1 | null | 2023-08-25T09:56:06.383 | 0 | 228 | <p>I installed qt 5.15.2 a few hours ago using qt-unified-linux-x64-4.6.0-online.run on ubuntu 22.04. All packages are installed and configured using JDK 17, sdk and ndk 25.1, 22.1, 21.3(automatically installed when updated from device settings in qt) and I think it is okay. No error shows. But I have created a simple ... | 1726008 | null | null | 2023-08-25T09:56:06.383 | No platform plugin, neither libqtforandroid.so or libqtforandroidGL.so, included in package. Please include one. in ubuntu 22.04 | [
"22.04",
"android",
"qt5"
] | 0 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T10:10:23.873",
"id": "2597746",
"postId": "1483597",
"score": "0",
"text": "Looks like you are trying to mix qt5 with qt4: `qt 5.15.2` using `qt-unified-linux-x64-4.6.0-online.run` . Can't work",
"userDisplayName": null,
"userId": "906933"
},
{
"cr... | null | [] | null | null | null | null | null |
1483599 | 1 | null | 2023-08-25T10:15:43.057 | 0 | 324 | <p>I have a Nagios core installed and running, and I was trying to setup a Nagios remote host in ubuntu server 22 LTS version. I have done all the for setting up remote host, the same is showing in the Nagios browser also but an error is showing like the connection to the port 5666 is refused.
As per the tutorials I ha... | 1628164 | 25618 | 2023-08-25T14:06:37.360 | 2023-08-25T14:06:37.360 | port 5666: Connection refused. In nagios Core | [
"networking",
"server",
"22.04",
"nagios3"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T11:56:10.663",
"id": "2597757",
"postId": "1483599",
"score": "0",
"text": "I have tried adding Firewall rules\n\nTo Action From\n-- ------ ----\n443 ALLOW Anywhere\n80/tcp ... | null | [] | null | null | null | null | null |
1483601 | 1 | null | 2023-08-25T10:26:17.603 | 1 | 73 | <p>I'm researching and wanting to use digital signature for my future documents. My Windows installation came with Nitro PDF that I use to build a PDF form with 3 signature fields. I could also set a condition to lock all fields when the document is digitally signed with certificates.</p>
<p>In my mind, this is how a P... | 1725998 | null | null | 2023-08-25T10:26:17.603 | Proper usage of Digital Signature (DSC) fields nf PDF documents | [
"pdf",
"certificates",
"okular",
"signature"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483602 | 1 | null | 2023-08-25T10:32:03.060 | 0 | 165 | <p>I'm no expert in networking so I think I need a helping hand.</p>
<p>I installed ubuntu 22.04 yesterday and connected to my home wifi without any problems (I think, because I quickly switched to a wired connection), then today I am at another house and I cannot connect to the wifi here.</p>
<p>When I insert the wifi... | 1726024 | null | null | 2023-08-25T10:32:03.060 | Wifi connection loops on ubuntu | [
"networking",
"network-manager",
"internet"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T14:57:06.320",
"id": "2597801",
"postId": "1483602",
"score": "0",
"text": "Please consider my troubleshooting steps here: https://askubuntu.com/questions/1364239/tp-link-usb-wireless-adapter-keep-losing-data-every-several-minutes-without-disc/1364295#1364295 Welco... | null | [] | null | null | null | null | null |
1483603 | 1 | null | 2023-08-25T10:44:44.367 | 0 | 116 | <p>Boot is very slow.</p>
<p>systemd-analyze blame:</p>
<pre><code>32.737s plymouth-quit-wait.service
15.396s e2scrub_reap.service
11.650s ModemManager.service
11.355s systemd-journal-flush.service
8.191s dev-sda2.device
6.844s gdm.service
6.822s cups.service
6.350s udisks2.service
6.118s fwupd.service
5.591s Net... | 1698518 | 1698518 | 2023-08-25T17:36:21.157 | 2023-08-25T17:36:21.157 | Boot is very slow | [
"boot",
"systemd"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T13:22:21.133",
"id": "2597779",
"postId": "1483603",
"score": "0",
"text": "Some settings to review. https://askubuntu.com/questions/1284302/is-it-possible-to-make-ubuntu-20-04-boot-faster Not familiar with e2scrub, but it looks like it is the e2fsck service for LVM... | null | [] | null | null | null | null | null |
1483604 | 1 | null | 2023-08-25T10:47:23.267 | 0 | 185 | <p>I asked a question about this and still no response. I am having a big problem with AnyDesk. I have removed it from my Ubuntu 22.04 but every time I run an update, this is what I get</p>
<pre class="lang-none prettyprint-override"><code>An error occurred during the signature verification.
The repository is not upda... | 1719856 | 94914 | 2023-08-25T10:56:40.700 | 2023-09-01T09:19:39.980 | Having problems with GPG Key | [
"apt",
"updates"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T11:06:06.860",
"id": "2597750",
"postId": "1483604",
"score": "0",
"text": "I removed anydesk but I am still getting this error when I update.",
"userDisplayName": null,
"userId": "1719856"
},
{
"creationDate": "2023-08-25T11:21:05.013",
"id": "2... | null | [
{
"accepted": null,
"body": "<p>You mention removing <code>anydesk</code>, but what did you remove?</p>\n<p>Did you remove the source? or only the package (<em>deb</em>, <em>snap</em> etc), as the message implies you didn't remove everything (<em>forgetting the source I bet, as that is what the error messag... | null | null | null | null | null |
1483606 | 1 | null | 2023-08-25T11:19:34.073 | 0 | 42 | <p>Tried booting and looking for errors in recovery mode, but didn't find anything and got this screen again.
Would really appreciate help.</p>
<p>Picture of the black screen:
<a href="https://imgur.com/eb8cPDE" rel="nofollow noreferrer">https://imgur.com/eb8cPDE</a></p>
| 1726058 | null | null | 2023-08-25T11:19:34.073 | Ubuntu 20.04. When I boot my OS it gets stuck on this screen with lines and green ok on the left | [
"boot"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T12:01:08.537",
"id": "2597758",
"postId": "1483606",
"score": "0",
"text": "Nothing wrong with anything in the image.",
"userDisplayName": null,
"userId": "15811"
}
] | null | [] | null | null | null | null | null |
1483607 | 1 | null | 2023-08-25T11:25:22.513 | 1 | 826 | <p>In the past we used packer to build BIOS-based Ubuntu 20.04 OVF templates an cloud-init to automate the configuration. This is working without any problems for several years now.</p>
<p>Currently we are busy to use packer to build EFI-based Ubuntu 20.04 OVF templates, but with EFI the cloud-init doesn't configure th... | 1726027 | 1157209 | 2023-08-25T12:22:53.607 | 2023-08-25T12:22:53.607 | Cloud-Init cloud-config script not started in UEFI | [
"uefi",
"cloud",
"cloud-init"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-11T17:37:29.210",
"id": "2601300",
"postId": "1483607",
"score": "0",
"text": "Please include a link to the full `/var/log/cloud-init.log` on the EFI-based VM. Filing a bug at https://github.com/canonical/cloud-init/issues or asking the devs in irc might be the best wa... | null | [] | null | null | null | null | null |
1483609 | 1 | null | 2023-08-25T11:29:49.717 | 0 | 309 | <p>The CPU load of my computer is high without me doing any major activity (even if I am not using it at all). The computer fan is running at high power to try to cool down the computer.
When I check which process is taking so much load, I see that it is a process associated to the <code>fsicapd</code> command. I do n... | 1682718 | 1157209 | 2023-08-25T11:34:03.767 | 2023-08-25T11:34:03.767 | fsicapd command has high cpu load while idle | [
"22.04",
"cpu"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483610 | 1 | null | 2023-08-25T11:34:22.160 | 0 | 157 | <p>So, I guess that there's something wrong with the drivers, since after a research i saw that for some reason that Wireless Network adapter is not working in Ubuntu.</p>
<p>I followed this instructions [https://github.com/lwfinger/rtw89/] but didn't solve anything. I'm very lost, from what i read i have to blackl lis... | 1726029 | 1157209 | 2023-08-25T14:08:48.187 | 2023-08-25T14:08:48.187 | Wifi RTL8852AE not finding network, new install of ubuntu 22.04 over Windows 11 | [
"networking",
"drivers",
"realtek"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T14:11:17.850",
"id": "2597789",
"postId": "1483610",
"score": "0",
"text": "Look at the network logs with the terminal command: `sudo journalctl -b 0 -u NetworkManager`. Read `man journalctl`.",
"userDisplayName": null,
"userId": "25618"
},
{
"creati... | null | [] | null | null | null | null | null |
1483613 | 1 | null | 2023-08-25T11:58:54.840 | 0 | 62 | <p>The problem started with the following error on my screen while booting:</p>
<pre><code>[ 0.106709] x86/cpu: SGX disabled by BIOS.
/dev/sda3: clean, 1108900/6111232 files, 9479779/24413952 blocks
you are in emergency mode. After logging in, type "journalctl -xb" to view
system logs, "systemctl reboot&... | 704384 | 704384 | 2023-08-25T14:26:28.880 | 2023-08-25T14:26:28.880 | Stuck with Emergency mode and fsck not working | [
"boot",
"permissions",
"fsck"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483614 | 1 | 1483711 | 2023-08-25T12:16:52.120 | 1 | 208 | <p>I have tried so many apps like pulse and some scripts in order to cancel echo but nothing works. My laptop is thinkpad L13 gen2, When I observe input built-in microphone by settings it shows that microphone is waving that volume icon is going up and down in silent place. Could anyone help me please it's because it r... | 1726118 | null | null | 2023-08-26T11:52:20.823 | microphone noise issues Ubuntu 23.04 (lobster) | [
"sound",
"pulseaudio",
"microphone"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T12:57:04.027",
"id": "2597773",
"postId": "1483614",
"score": "0",
"text": "Maybe the input volume on the microphone is too high. Have you tried decreasing the volume for the microphone so that the microphone is less sensitive?",
"userDisplayName": null,
"us... | {
"accepted": true,
"body": "<p>The input volume on the microphone may be too high.</p>\n<p>If this is the case, you can decrease the volume for the microphone so that the microphone is less sensitive.</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2023-08-27T12:18:47.697",
"id": ... | [
{
"accepted": true,
"body": "<p>The input volume on the microphone may be too high.</p>\n<p>If this is the case, you can decrease the volume for the microphone so that the microphone is less sensitive.</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2023-08-27T12:18:47.69... | null | null | null | null | null |
1483618 | 1 | null | 2023-08-25T13:06:22.493 | 0 | 37 | <p>I'm running Xubuntu 22.04 on a Lenovo Thinkcentre M710s SFF (no Nvidia) that I bought used. There have been occasional problems with it turning on, but it has mostly worked.</p>
<p>Today, the machine booted to the login screen and then froze. No keyboard, no mouse, though the cursor blinked for a bit before stopping... | 1720988 | null | null | 2023-08-25T13:06:22.493 | Xubuntu 22.04 freezes on login screen | [
"boot",
"xubuntu",
"login-screen"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483619 | 1 | null | 2023-08-25T13:06:31.933 | 2 | 162 | <p>I'm trying to set my first steps in a Gnome Extension to help visually impaired people to find the cursor by moving to it a fixed location.</p>
<p>As it seems there is <a href="https://askubuntu.com/questions/1483203/accessibilty-shortcut-to-center-the-mouse-for-visually-impaired">no easy way to do this</a>.</p>
<p>... | 128973 | 128973 | 2023-08-25T17:36:04.487 | 2024-02-06T20:35:02.960 | How to set the cursor location in a Gnome Shell Extension? | [
"mouse",
"gnome-shell-extension",
"accessibility"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T16:06:09.570",
"id": "2597819",
"postId": "1483619",
"score": "0",
"text": "Perhaps this: https://stackoverflow.com/questions/41474276/can-gnome-shell-extensions-move-the-pointer-if-so-how",
"userDisplayName": null,
"userId": "558158"
},
{
"creationD... | null | [
{
"accepted": null,
"body": "<p>While I can't answer you at moment. However, myself went through hard path to where to reach documentation about Gnome API's and its different components for extensions development.</p>\n<ul>\n<li>Most Gnome documentation related to GJS which is the core for Gnome-Shell Exten... | null | null | null | null | null |
1483620 | 1 | null | 2023-08-25T13:33:54.817 | 0 | 55 | <p>After more than a year of use I was shocked discovering that my 4TB WDC_WD40EFAX-68JH4N0 only gave 3221GB worth of free space. Why is the user capacity only 3.22TB? Where are the other 700Gigs of space? Desperately seeking for more free space, can someone explain if the original format maybe was done wrong and how t... | 1726131 | 953371 | 2023-08-25T14:05:41.240 | 2023-08-26T19:38:12.040 | WD Red 4T giving 3221GB after format | [
"partitioning",
"hard-drive"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T13:48:10.807",
"id": "2597783",
"postId": "1483620",
"score": "3",
"text": "Why does it say QEMU hard disk? Are you on a virtual machine? What's the output on the host system? 3000GiB is a *very* round number. *Too* round.",
"userDisplayName": null,
"userId"... | null | [
{
"accepted": null,
"body": "<p>So doing a parted /dev/sda on the actual host system (Proxmox) the model is correct displayed and also its size. Now I can grant more free space to the virtual machine. Thanks!<br>\nGNU Parted 3.4<br>\nUsing /dev/sda<br>\nWelcome to GNU Parted! Type 'help' to view a list of c... | null | null | null | null | null |
1483622 | 1 | 1483627 | 2023-08-25T14:01:11.557 | 0 | 42 | <p>I'm trying to update screenwriting software FadeIn Pro from 4.0.19 to 4.1.0. I've tried what I <em>think</em> should work to upgrade the app, as well as a few other attempts, but nothing has worked so far.</p>
<p>I am brand-spanking new to Linux. I built my first Linux machine only a few weeks ago and I'm diving in ... | 1726140 | null | null | 2023-08-25T15:13:08.903 | Upgrading FadeIn Pro | [
"apt",
"package-management",
"upgrade",
"software-installation"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Since the software does not come from a repository which was added to the sources used by <code>apt</code>, <code>apt</code> doesn't know about the new version.</p>\n<p>You have to download the new version from the website manually and install it afterwards over the old version with ... | [
{
"accepted": true,
"body": "<p>Since the software does not come from a repository which was added to the sources used by <code>apt</code>, <code>apt</code> doesn't know about the new version.</p>\n<p>You have to download the new version from the website manually and install it afterwards over the old versi... | null | null | null | null | null |
1483623 | 1 | null | 2023-08-25T14:14:19.280 | 0 | 25 | <p>I'm new to Ubuntu and would appreciate some insight on this problem. I followed this <a href="https://github.com/3v1n0/libfprint/tree/vfs0090" rel="nofollow noreferrer">GitHub</a> tutorial on how to enable the fingerprint sensor for my specific device. It worked successfully the first time around with a success rate... | 1726150 | 94914 | 2023-08-25T14:50:58.023 | 2023-08-25T14:50:58.023 | Automatic blank password attempts when fprintd is enabled in Ubuntu 20.04 | [
"20.04",
"thinkpad"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483624 | 1 | null | 2023-08-25T14:18:21.213 | 2 | 699 | <p>How would I diagnose a GDM crash after login. I can still SSH into the machine and I've been "fixing" broken shell session with:</p>
<pre><code>$ sudo systemctl stop gdm
$ sudo systemctl start gdm
</code></pre>
<p>What logs would I need to look at to begin diagnosis?</p>
| 73788 | null | null | 2023-09-01T14:17:24.857 | 22.04 - GDM Shell crashes (occasionally) after login | [
"gnome",
"22.04",
"login",
"crash",
"gdm"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T14:35:19.553",
"id": "2597793",
"postId": "1483624",
"score": "1",
"text": "You need to check the output of `journalctl -rxu gdm`",
"userDisplayName": null,
"userId": "968501"
},
{
"creationDate": "2023-08-25T15:41:29.940",
"id": "2597813",
"... | null | [
{
"accepted": null,
"body": "<p>Okay, problem solved.</p>\n<p>I installed lightdm as the greeter and am using that. Note, I am <strong>not</strong> installing UNITY, but rather just the lightdm for the role of entering the password and logging into the GNOME shell GUI which remains unaltered.</p>\n<p>I also... | null | null | null | null | null |
1483625 | 1 | 1483631 | 2023-08-25T14:19:26.453 | 0 | 113 | <p>How can I remove compton from Ubuntu 23.04</p>
<pre><code>which compton
/usr/local/bin/compton
</code></pre>
<p>And with</p>
<pre><code>apt list | grep compton
compton 1-1 [Ubuntu/lunar universe]
compton-conf 0.16.0-1ubuntu1 [Ubuntu/lunar universe]
</code></pre>
<p>But when I tried to remove</p>
<blockquote>
<p>... | 1686817 | null | null | 2023-08-25T15:49:39.200 | How to remove compton from Ubuntu 23.04 | [
"compton"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T15:23:13.493",
"id": "2597807",
"postId": "1483625",
"score": "0",
"text": "When using `apt list`, installed packages are marked `[installed]`. Your output shows that those packages aren't so marked. So it was installed using some other method.",
"userDisplayNam... | {
"accepted": true,
"body": "<p>The binary <code>compton</code> on your system was not installed using the APT package manager. This can be seen</p>\n<ol>\n<li>because the output of <code>apt list | grep compton</code> does not feature <code>[installed]</code></li>\n<li>because the executable resides in <code>/usr/... | [
{
"accepted": true,
"body": "<p>The binary <code>compton</code> on your system was not installed using the APT package manager. This can be seen</p>\n<ol>\n<li>because the output of <code>apt list | grep compton</code> does not feature <code>[installed]</code></li>\n<li>because the executable resides in <co... | null | null | null | null | null |
1483626 | 1 | null | 2023-08-25T14:27:33.183 | 2 | 471 | <p>I have a very weird problem starting Ubuntu 22.04.</p>
<p>This is a fresh install, i have a GPU where one of my monitors is plugged, and the other one is plugged on the motherboard (both are HDMI).</p>
<p>If i logout, or if my computer goes into hibernation, sometimes my display settings goes:</p>
<ul>
<li>from <str... | 1726153 | null | null | 2023-08-25T14:27:33.183 | Ubuntu 22.04 monitors display settings are not saved | [
"22.04",
"display"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483628 | 1 | null | 2023-08-25T15:02:27.407 | 0 | 31 | <p>I have read a lot of answers on the subject about this migration, but nothing about the capability to replace win on a multi drives/partionned machine.
I have 5 drives in my pc:
2x 128 go ssd, 2x nvme ssd (256Go & 512Go), 1x 2to hdd
I was thinking installing ubuntu on the 1st ssd (128go) after saving windows &am... | 860475 | null | null | 2023-08-25T15:02:27.407 | Switching from windows to ubuntu on a multi drives pc environment | [
"partitioning",
"system-installation",
"windows"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T15:47:11.173",
"id": "2597816",
"postId": "1483628",
"score": "0",
"text": "Does your PC use (U)EFI ?",
"userDisplayName": null,
"userId": "549862"
},
{
"creationDate": "2023-08-25T15:55:58.797",
"id": "2597818",
"postId": "1483628",
"sco... | null | [] | null | null | null | null | null |
1483629 | 1 | null | 2023-08-25T15:29:17.930 | 0 | 53 | <p>With friend we have use Intel NUC and SSD 512GB for system and 2TB SSD drive for Windows 11 Pro virtual machine... by this manual proces :
<a href="https://someresat.medium.com/guide-to-staking-on-ethereum-ubuntu-lighthouse-773f5d982e03" rel="nofollow noreferrer">https://someresat.medium.com/guide-to-staking-on-ethe... | 1687566 | null | null | 2023-08-25T15:29:17.930 | NUC ETH Validators Linux Nethermind and Lighthouse resize disk space problem | [
"partitioning",
"hard-drive",
"ssd"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T15:34:15.953",
"id": "2597810",
"postId": "1483629",
"score": "0",
"text": "Show the output of `sudo fdisk -l` please. It may be simple as one command or a handful of commands depending on how the filesystem was set up.",
"userDisplayName": null,
"userId": ... | null | [] | null | null | null | null | null |
1483633 | 1 | null | 2023-08-25T16:19:55.607 | 1 | 115 | <p>I have a Dell laptop with Ubuntu 20.04 and I have a USB HUB attached with 3 devices: keyboard, wireless mouse and a headset. Everything works perfectly until I leave the laptop for a while and it enters suspend mode. After waking up, the system does not recognize the HUB nor any device in it. The HUB doesn't show up... | 622137 | null | null | 2023-08-25T16:19:55.607 | What can be the cause of USB HUB disconnecting after suspend? | [
"usb",
"suspend"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T16:25:48.117",
"id": "2597822",
"postId": "1483633",
"score": "0",
"text": "Related: [Ubuntu 22.04.1: How to automatically reset USB connections upon wake?](https://askubuntu.com/q/1454673)",
"userDisplayName": null,
"userId": "968501"
}
] | null | [] | null | null | null | null | null |
1483636 | 1 | null | 2023-08-25T16:30:14.043 | 0 | 575 | <p>We are upgrading OS version from 18.04 to 20.04 LTS .When we try to run do-release-upgrade -c , we are getting the following error :</p>
<p><em>Checking for a new Ubuntu release There is no development version of an LTS available. To upgrade to the latest non-LTS development release set Prompt=normal in /etc/update-... | 1726169 | null | null | 2023-08-25T16:30:14.043 | Checking for a new Ubuntu release There is no development version of an LTS available | [
"apt",
"18.04",
"20.04",
"upgrade",
"updates"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T16:36:05.507",
"id": "2597826",
"postId": "1483636",
"score": "0",
"text": "Ubuntu 18.04 is EOL. See https://help.ubuntu.com/community/EOLUpgrades",
"userDisplayName": null,
"userId": "82196"
},
{
"creationDate": "2023-08-25T17:12:40.113",
"id": ... | null | [] | null | null | null | null | null |
1483638 | 1 | null | 2023-08-25T16:42:01.123 | 0 | 324 | <p>I was resizing my Linux (Ubuntu) partition from LiveCD (USB) with gparted, and so I had moved EFI partition too. Now my EFI partition name is <code>dev/sda2</code>, and file system partition name is <code>dev/sda3</code>, they are both on sda device.
Gparted is printing the next info about EFI partition:
<a href="ht... | 1726167 | 1726167 | 2023-08-25T17:19:44.813 | 2023-08-25T17:19:44.813 | Reinstalling GRUB after moving partitions on drive | [
"boot",
"grub2",
"uefi",
"gparted",
"boot-repair"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T21:02:29.480",
"id": "2597890",
"postId": "1483638",
"score": "0",
"text": "From Ubuntu live installer you can try running dosfsck. `man dosfsck` and `sudo fsck.vfat -t -a /dev/sdXY` # where X is drive and Y is partition. Make sure you have only one ESP and make sur... | null | [] | null | null | null | null | null |
1483639 | 1 | 1483648 | 2023-08-25T16:42:03.933 | 0 | 102 | <p>Error updating from 20.04 to 22.04 . I have read so many threads and tried so many things. Not sure what to do next. Any advice is greatly appreciated.</p>
<p>This was likely caused by:</p>
<ul>
<li>Unofficial software packages not provided by Ubuntu
Please use the tool 'ppa-purge' from the ppa-purge
package to remo... | 1333969 | null | null | 2023-08-25T19:35:05.100 | nable to uprade to ubuntu 22.04 from 20.04 | [
"20.04",
"updates",
"22.04",
"do-release-upgrade"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T16:45:05.257",
"id": "2597828",
"postId": "1483639",
"score": "0",
"text": "Welcome to Ask Ubuntu. Did you put 20.04 completely up to date before starting the upgrade?",
"userDisplayName": null,
"userId": "504604"
},
{
"creationDate": "2023-08-25T17:... | {
"accepted": true,
"body": "<p>Your output: <code>2023-08-25 18:37:12,201 ERROR Dist-upgrade failed: 'Broken packages after upgrade: ubuntu-desktop'</code></p>\n<p>Looks like a human commanded apt to install a non-Ubuntu package...and that non-Ubuntu package will conflict with the upgraded dependencies of the 22.0... | [
{
"accepted": true,
"body": "<p>Your output: <code>2023-08-25 18:37:12,201 ERROR Dist-upgrade failed: 'Broken packages after upgrade: ubuntu-desktop'</code></p>\n<p>Looks like a human commanded apt to install a non-Ubuntu package...and that non-Ubuntu package will conflict with the upgraded dependencies of ... | null | null | null | null | null |
1483641 | 1 | null | 2023-08-25T16:43:24.537 | 0 | 17 | <p>I need to make snapshot of my current OS including all dependencies and libraries and some specified folders.
Folks from IRC just advised cubic to make some kind of iso (? live cd).
Basically It does not look like what I would really need.</p>
<p>Ideally I want to make distributive of my OS (Ubuntu 22) and my curren... | 1606192 | null | null | 2023-08-25T16:43:24.537 | snapshot of current OS including all dependencies and libraries and some specified folders | [
"boot",
"bootloader",
"iso",
"live-cd"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483642 | 1 | null | 2023-08-25T16:55:52.557 | 0 | 48 | <p>For a while, I experience regularly that the login screen on Ubuntu Studio 22.04 hangs, just a few seconds after it has appeared. That means: I can move the mouse pointer, but the cursor freezes and I cannot enter my password. I cannot open the virtual keyboard either. When I Ctrl-F2 and back to Ctrl-F1 the screen r... | 1721718 | null | null | 2023-08-25T16:55:52.557 | Login screen hangs, login only after restarting X | [
"22.04",
"login",
"xorg"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1483644 | 1 | 1483771 | 2023-08-25T17:20:57.540 | 1 | 466 | <p>I run Ubuntu Mate 22.04 and I have a USB mass storage device (aka USB-Stick) that is formatted with btrfs. I know it's partition UUID and label and I want it specifically to be mounted with specific mount options. In particular I want to enable file system compression every time I plug it into my computer without ha... | 863301 | 863301 | 2023-08-25T18:17:34.407 | 2023-08-27T03:37:01.630 | Mount specific removable media with mount options by default | [
"mount",
"automount",
"automation",
"btrfs"
] | 1 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T17:35:54.313",
"id": "2597844",
"postId": "1483644",
"score": "0",
"text": "Then create a fstab entry, add `nofail` to your other mount-options for the case the drive is not connected during boot.",
"userDisplayName": null,
"userId": "590937"
},
{
"c... | {
"accepted": true,
"body": "<p>One can add an entry to fstab with the desired mount options. The mount point must be in <code>/media/username/</code>, so a directory for that should be created. The name of the directory in <code>/media/username/</code> will be the drive name as shown in the file manager. The direc... | [
{
"accepted": true,
"body": "<p>One can add an entry to fstab with the desired mount options. The mount point must be in <code>/media/username/</code>, so a directory for that should be created. The name of the directory in <code>/media/username/</code> will be the drive name as shown in the file manager. T... | null | null | null | null | null |
1483650 | 1 | null | 2023-08-25T19:07:07.060 | 0 | 91 | <p>I just installed Lubuntu on my HP Z2 G9 Workstation (i5 12400, RTX 4060, it came with Windows 10 preinstalled, but I was done with Windows.). Once the Lubuntu installation was finished and the system restarted the PC got stuck at this screen.</p>
<p><a href="https://i.stack.imgur.com/DmnqS.jpg" rel="nofollow norefer... | 1726203 | 94914 | 2023-08-26T12:40:26.767 | 2023-08-26T12:40:26.767 | What can I do to fix the following errors which aren't letter me pass the boot screen | [
"boot",
"drivers",
"nvidia",
"lubuntu"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-26T14:09:00.313",
"id": "2597971",
"postId": "1483650",
"score": "0",
"text": "Does this show the nVidia driver? `dkms status` If nVidia installer you should not be using nouveau. The other ACPI errors just about everyone has and are not critical. The tpm may be an UEF... | null | [] | null | null | null | null | null |
1483655 | 1 | null | 2023-08-25T19:44:00.367 | 0 | 366 | <p>I am trying to build ROS Noetic on Ubuntu 23.04 and python 3.11.4 from source. <a href="https://wiki.ros.org/noetic/Installation/Source" rel="nofollow noreferrer">Referring to the offical ROS documentation</a>.</p>
<p>Step 1: Installing bootstrap dependencies:</p>
<pre><code>$ sudo apt-get install python3-rosdep pyt... | 1722459 | null | null | 2023-08-25T19:44:00.367 | Couldn't get ros package for lunar Release | [
"23.04",
"ros"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T23:02:13.607",
"id": "2597901",
"postId": "1483655",
"score": "0",
"text": "Apt sources are simply URLs. You can open them in a web browser. Did you try http://packages.ros.org/ros/ubuntu/dists/ to confirm that Ubuntu 23.04 (Lunar Lobster) is listed there?",
"us... | null | [] | null | null | null | null | null |
1483656 | 1 | null | 2023-08-25T19:49:59.320 | 0 | 339 | <p>I have an Ansible module file for NetBox with this content:</p>
<pre class="lang-yaml prettyprint-override"><code>- name: "Test NetBox modules"
connection: local
hosts: localhost
gather_facts: False
tasks:
- name: Create device within NetBox with only required information
netbox.netbox.n... | 1100967 | 968501 | 2023-08-26T08:32:22.037 | 2023-08-26T08:32:22.037 | Add a list to specific lines of a (YAML) text file using python | [
"command-line",
"python",
"text-processing"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-26T01:54:44.583",
"id": "2597911",
"postId": "1483656",
"score": "0",
"text": "Hi mohammad, and welcome to Ask Ubuntu! This is a pretty broad question, actually, since there are several different pieces involved in the task and it's not clear which one you are having t... | null | [
{
"accepted": null,
"body": "<p>I wouldn't use Python for this task (<em>too much work and reinventing the wheel</em>) ... I would use a specialized text processing tool that supports storing data sets e.g. arrays like <a href=\"https://manpages.ubuntu.com/manpages/jammy/man1/awk.1posix.html\" rel=\"nofollo... | null | null | null | null | null |
1483658 | 1 | 1483728 | 2023-08-25T20:15:24.237 | 0 | 873 | <p>I was trying to use xcalib, and ran into an error (see <a href="https://askubuntu.com/questions/930084/xcalib-error-unsupported-ramp-size/1483654#1483654">xcalib error - unsupported ramp size</a>) and followed Anwar's method, rebooted my computer and then this happened.</p>
<p><a href="https://i.stack.imgur.com/ZRGK... | 1726207 | 1726207 | 2023-08-28T19:29:15.970 | 2023-09-11T18:42:07.727 | Ubuntu 22.04.2 LTS: my /home folder "broke" | [
"gnome",
"home-directory"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-25T21:24:22.083",
"id": "2597893",
"postId": "1483658",
"score": "0",
"text": "Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.",
"userDis... | {
"accepted": true,
"body": "<p>What you did, and what caused this, remains unclear. You can restore the desktop as following:</p>\n<ul>\n<li><p>Delete the invalid symbolic links "Downloads", "Area de Trabalho" (which, I guess, corresponds to "Desktop" in an English setup), "Model... | [
{
"accepted": true,
"body": "<p>What you did, and what caused this, remains unclear. You can restore the desktop as following:</p>\n<ul>\n<li><p>Delete the invalid symbolic links "Downloads", "Area de Trabalho" (which, I guess, corresponds to "Desktop" in an English setup), &qu... | null | null | null | null | null |
1483659 | 1 | null | 2023-08-25T20:17:44.827 | 0 | 45 | <p>I am running 20.04 LTS. I am trying to deny a user access to a folder. In the terminal the user doesn't have permission, but in the GUI it prompts for admin credentials. Is there a way to stop it from prompting for credentials, the GVFSD-Admin, and just deny them permission?</p>
| 1726212 | null | null | 2023-08-25T20:17:44.827 | Deny Access to Folder | [
"permissions"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-08-26T05:55:25.600",
"id": "2597921",
"postId": "1483659",
"score": "0",
"text": "It's a \"convenience\". On the command line, a failing `cat /etc/shadow` would be followed by `sudo !!`. Nautilus (\"the GUI\") does this automatically. As long as the `$USER` isn't in the `... | null | [] | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.