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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1494653 | 1 | 1494654 | 2023-12-01T23:18:26.147 | 0 | 127 | <p><img src="https://i.stack.imgur.com/qmKtp.png" alt="enter image description here" /></p>
<p>I'm going mad trying to fix this bug in Ubuntu 23.10. This happens after i installed okular snap. I tried whit <code>sudo chown -R $USER: $HOME</code>. I can't open the folder in the HOME directory and for some reason the fol... | 1749880 | 124466 | 2023-12-01T23:33:54.673 | 2023-12-07T16:12:54.140 | Bug before install okular snap | [
"nautilus",
"23.10"
] | 2 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Snaps are known to have permission issues, and <code>chown -R $USER: $HOME</code> definitely will not help fixing that.</p>\n<p>As an workaround, you can install Okular 23.08.01 using APT.</p>\n<pre><code>sudo snap remove okular\nsudo apt install okular\n</code></pre>\n<hr />\n<p>In ... | [
{
"accepted": true,
"body": "<p>Snaps are known to have permission issues, and <code>chown -R $USER: $HOME</code> definitely will not help fixing that.</p>\n<p>As an workaround, you can install Okular 23.08.01 using APT.</p>\n<pre><code>sudo snap remove okular\nsudo apt install okular\n</code></pre>\n<hr />... | null | null | null | null | null |
1494655 | 1 | null | 2023-12-01T23:34:40.793 | 0 | 137 | <p>How do i fix the Login Loop from ubuntu mantic?
I installed the Plasma X11 to try it out
then ubuntu desktop wasnt working correctly.
i was thinking that Plasma killed ubuntu.
so I uninstalled to fix the problem.
I installed cinnamon after
but i still cant figure out how to fix the ubuntu desktop not working because... | 1749883 | 1749883 | 2024-01-07T05:15:26.923 | 2024-01-07T05:15:26.923 | Stuck in a login loop but Lets me only access cinnamon (SOLVED) | [
"23.10"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-01T23:38:00.790",
"id": "2618680",
"postId": "1494655",
"score": "1",
"text": "Please let us know which all desktop interfaces you installed or uninstalled, and if you installed any display managers (like SDDM/GDM/lightDM). Otherwise, we really don't know what is going... | null | [] | null | null | null | null | null |
1494660 | 1 | null | 2023-12-02T03:21:10.073 | 0 | 885 | <p>The image explains it all, I've activated esm-apps, although it doesn't seem like they're activated. On pro status it says they're on, but when I'm logging to my PC it clearly says they're disabled.</p>
<p><a href="https://i.stack.imgur.com/6TqY4.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/6Tq... | 1749903 | 231142 | 2023-12-02T03:46:37.360 | 2023-12-02T05:14:06.120 | ESM apps are disabled, even though they are enabled | [
"esm"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-02T03:46:41.153",
"id": "2618711",
"postId": "1494660",
"score": "0",
"text": "If you run `sudo pro status` does it actually show `enabled` or `disabled`?",
"userDisplayName": null,
"userId": "231142"
},
{
"creationDate": "2023-12-02T03:53:14.343",
... | null | [
{
"accepted": null,
"body": "<p>The message that you are seeing is because the <code>update-notifier</code> for some reason is not updating the <code>/var/lib/update-notifier/updates-available</code> file with the proper information that the esm-apps are enabled.</p>\n<p>To get it to show that the apps are ... | null | null | null | null | null |
1494663 | 1 | 1494667 | 2023-12-02T04:35:34.453 | 4 | 310 | <p>I'm running Ubuntu server 22.04, and installed <code>mailutils</code>. At or near the end of my first installation, I got a "window" (ncurses??) that popped up in the terminal, asking what type of install I wanted to do. Being ignorant, I went with the default "Internet", and learned later that t... | 831935 | null | null | 2023-12-02T05:31:00.583 | How to re-run `mailutils` post-install script after making the wrong choice? | [
"server",
"22.04",
"dpkg",
"mailutils"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>You can reconfigure that one by configuring the <code>postfix</code> application. <code>mailutils</code> is a collection of a bunch of mail app packages.</p>\n<pre><code>sudo dpkg-reconfigure postfix\n</code></pre>\n",
"commentCount": "3",
"comments": [
{
"creationDate... | [
{
"accepted": true,
"body": "<p>You can reconfigure that one by configuring the <code>postfix</code> application. <code>mailutils</code> is a collection of a bunch of mail app packages.</p>\n<pre><code>sudo dpkg-reconfigure postfix\n</code></pre>\n",
"commentCount": "3",
"comments": [
{
... | null | null | null | null | null |
1494668 | 1 | null | 2023-12-02T05:47:17.413 | 0 | 66 | <p>My grandfather is an engineer and has ran ubuntu on many of his computers for years. He found this computer and recrafted it with 8RAM, an amazing battery, and got it to run Ubuntu. I have had it for about a year and was using it for about 2 months and then got busy and didn't go on it again. When I went to go on th... | 1749919 | 469152 | 2023-12-02T06:04:18.633 | 2023-12-02T06:04:18.633 | Kernel Panic Dell Computer | [
"boot",
"kernel",
"22.04",
"uefi"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-02T06:02:44.110",
"id": "2618729",
"postId": "1494668",
"score": "1",
"text": "Have you checked your hardware health? particularly drive health given lines 1-3 of your pasted details? (https://help.ubuntu.com/community/Smartmontools) though even good components *mis... | null | [] | null | null | null | null | null |
1494670 | 1 | null | 2023-12-02T06:55:42.887 | -2 | 161 | <p>Upgraded from 23.04 to 23.10 when Discover asked me if I wanted to upgrade.</p>
<p>On-line update worked well and it rebooted into Ubuntu 23.10.
However there is no Grub menu at all, so I can't boot into Windows.
The weird thing is that Grub finished with:</p>
<pre><code>Warning: os-prober will be executed to detect... | 183373 | 590937 | 2023-12-02T07:16:11.903 | 2023-12-02T09:51:53.657 | Upgrade to 23.10. Grub finds my Windows disk and assumes it is a UEFI installation, even though Ubuntu is running BIOS | [
"dual-boot",
"grub2"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-02T07:12:26.647",
"id": "2618733",
"postId": "1494670",
"score": "0",
"text": "I don't see anything wrong here. There is a boot menu entry added which will make it possible to enter the firmware settings (in earlier days you called it BIOS) from the grub menu. It has n... | null | [
{
"accepted": null,
"body": "<p>Please, edit <code>/etc/default/grub</code> file, by replacing the lines containing <code>GRUB_TIMEOUT_STYLE</code> and <code>GRUB_TIMEOUT</code> like this:</p>\n<pre><code>GRUB_TIMEOUT_STYLE=menu\nGRUB_TIMEOUT=6\n</code></pre>\n<p>See, <a href=\"https://www.gnu.org/software/... | null | null | null | null | null |
1494671 | 1 | null | 2023-12-02T07:09:49.013 | 3 | 555 | <p>I have Legion 7 Pro, which contains Realtek ALC3306 chipset.
I installed Ubuntu 23.10 with kernel 6.5.0-13.
Tried available methods on internet to solve it. But didn't find any working solution.</p>
<p>My sound system not working, unable to hear any audio. Also, tried multiple kernels using mainline, but nothing see... | 1723773 | 1723773 | 2023-12-02T16:20:46.617 | 2023-12-02T16:20:46.617 | Struggling with no sound, on Lenovo Legion 7 Pro, with Ubuntu 23.10 | [
"sound",
"pulseaudio",
"lenovo",
"soundcard",
"audio-jack"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-14T19:55:08.937",
"id": "2622239",
"postId": "1494671",
"score": "0",
"text": "I just got the Yoga Slim 7 14APU8 and running Ubuntu 23.10. Same audio chipset. I do have audio but very bad quality, very soft and \"canny\". Als tried different kernels, on 6.6.7 now, does... | null | [] | null | null | null | null | null |
1494672 | 1 | null | 2023-12-02T07:16:56.593 | 0 | 1897 | <p>I was using ubuntu 23.04 with gnome. After the update to ubuntu 23.10, it has shifted to budgie. I did not find any cog icon to switch environments on login page.
Here is the command I ran<code>sudo apt install ubuntu-gnome-desktop</code>.
This is the output in the terminal</p>
<pre><code>Building dependency tree...... | 1749932 | null | null | 2024-01-12T13:56:55.817 | Unable to install gnome environment on ubuntu 23.10 | [
"gnome",
"dependencies",
"budgie",
"23.10"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T10:36:47.100",
"id": "2618909",
"postId": "1494672",
"score": "0",
"text": "@user535733 Thank you, the issue was indeed with an incomplete upgrade. I changed the update server and tried once again, the update completed as expected. I was then able to switch to Gnome... | null | [
{
"accepted": null,
"body": "<p>this is what I did to fix my broken update:</p>\n<pre><code>apt purge gnome-shell\napt purge ubuntu-desktop\napt autoremove -y\napt install --reinstall ubuntu-gnome-desktop\n</code></pre>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"co... | null | null | null | null | null |
1494676 | 1 | null | 2023-12-02T08:54:56.270 | 1 | 153 | <p>I spent hours trying to get my Ubuntu 22.04 works in the WOL configuration. I've done the following:</p>
<ul>
<li>Ensuring every reboot the ethtool will show the enp7s0 interface flagged as "g"</li>
<li>create a wol.service (but this service will not start, with the error message as follow)</li>
</ul>
<pre... | 1749950 | 968501 | 2023-12-02T09:07:34.740 | 2023-12-03T11:33:09.067 | Wol.service not starting successfully | [
"22.04",
"wakeonlan"
] | 1 | 9 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-02T09:12:57.730",
"id": "2618750",
"postId": "1494676",
"score": "0",
"text": "Have you [Enabled WoL in the BIOS](https://help.ubuntu.com/community/WakeOnLan#Enabling_WoL_in_the_BIOS)? ... Your systemd service seems to be doing its job as you describe (although I would... | null | [
{
"accepted": null,
"body": "<p>it seems I nailed the issue, it was the memory configuration in the BIOS for the AMD system. Issue to wake-on-lan when memory are set at EXPO configuration, once i reverted to Auto (not as performant), the wake-on-LAN works expectedly.</p>\n<p>I'll get the BIOS updated to the... | null | null | null | null | null |
1494680 | 1 | null | 2023-12-02T09:54:58.570 | 0 | 18 | <p>I have installed Ubuntu 23.10 version on my laptop and I am frequently facing internet connectivity issues.Ubuntu is unable to connect to wireless connection. Is there a way to solve this issue permanently because last time one I searched this issue and got around a command which first helped me but now even that's... | 1749963 | null | null | 2023-12-02T09:54:58.570 | Internet connectivity issues | [
"wireless",
"internet"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-02T15:33:58.813",
"id": "2618802",
"postId": "1494680",
"score": "0",
"text": "Is Ubuntu the only operating system on the laptop or do you have Windows installed as well?",
"userDisplayName": null,
"userId": "1661744"
},
{
"creationDate": "2023-12-03T16... | null | [] | null | null | null | null | null |
1494681 | 1 | null | 2023-12-02T10:02:38.993 | 0 | 135 | <p>I have Timeshift installed on Ubuntu 22.04. It has some unfinished snapshots eating too much of my disc space (close to 100 GB). I am currently using Nautilus/Files to delete them (as administrator) from <code>/timeshift/snapshots</code>. There are a 5 folders there, with names like <code>2023-12-02-12-15-00</code>,... | 227495 | 618353 | 2023-12-02T11:16:21.060 | 2023-12-02T11:21:14.190 | Delete all files inside a Single Folder - using Terminal, as Admin | [
"command-line",
"22.04",
"delete",
"timeshift"
] | 2 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>There is the <code>rm</code> command to remove files.</p>\n<p>Open a Terminal and go to the <code>/timeshift/snapshots</code> directory:</p>\n<pre><code>cd /timeshift/snapshots\n</code></pre>\n<p>To delete everything (files) in the snapshots directory:</p>\n<pre><code>sudo rm... | null | null | null | null | null |
1494685 | 1 | null | 2023-12-02T10:22:37.937 | 0 | 78 | <p>I'm using ubuntu server 20.04 to run a standalone system, which hosts my automated tasks and zigbee gateway.</p>
<p>The Zigbee gayteway uses software from "phoscon / deconz" [https://www.dresden-elektronik.de/funk/software/deconz.html]</p>
<p>This software can run headless and provides a basic web-site for... | 448793 | null | null | 2023-12-02T10:22:37.937 | Ubuntu Server + lightdm + VNC != usbale Desktop. Don't know what i did wrong | [
"server",
"lightdm",
"vnc"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-02T10:49:39.630",
"id": "2618777",
"postId": "1494685",
"score": "0",
"text": "You mention installing a DM and x11vnc, and whilst you mention desktop/GUI many times, did not mention what GUI/desktop you actually installed. What DE or desktop are you trying to use?",
... | null | [] | null | null | null | null | null |
1494689 | 1 | null | 2023-12-02T10:52:37.103 | 0 | 168 | <h3>Setup</h3>
<p>Hey, I have Kubuntu 22.04 on my laptop (i7-11800H, Nvidia 3050Ti) for more than a year. I use two screens (laptop + external monitor).</p>
<h3>Problems</h3>
<p>Since around a month ago, following problems occur (I believe they are related but this is only an assumption):</p>
<ul>
<li>second monitor fr... | 1591578 | null | null | 2023-12-02T10:52:37.103 | Kubuntu 22.04 freezes with second monitor | [
"nvidia",
"multiple-monitors",
"google-chrome",
"kde",
"freeze"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494691 | 1 | null | 2023-12-02T11:22:43.070 | 0 | 75 | <p>I find the GNOME (42.9) session login too long, around 45 seconds while the boot sequence takes about 30 seconds.</p>
<p>Checking <code>journalctl -b _UID=1000</code> I find this error a number of times, the process may differ:</p>
<pre><code>tracker-miner-fs-3[2948]: Error creating proxy: Error calling StartService... | 724255 | null | null | 2023-12-02T11:22:43.070 | Login too long in Ubuntu 22.04.3 / GNOME 42.9 | [
"22.04",
"login",
"gnome-session"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-02T16:33:19.363",
"id": "2618807",
"postId": "1494691",
"score": "0",
"text": "check journalctl: `journalctl -n 50 -u udisks2.service` (this gives last 50 lines)",
"userDisplayName": null,
"userId": "782725"
},
{
"creationDate": "2023-12-02T20:09:00.103... | null | [] | null | null | null | null | null |
1494695 | 1 | null | 2023-12-02T12:59:48.970 | 0 | 78 | <p>First of all, I would like to apologize in advance for the little content I can bring to this problem.</p>
<p>My problem is as follows: I'm running Xubuntu 22.04, and I unintentionally removed the <code>readline-common</code> package because I had a problem with GCC compiling a program.</p>
<p>Anyway, it literally d... | 1197856 | 1197856 | 2023-12-02T19:24:18.220 | 2023-12-02T19:24:18.220 | Xubuntu broke after removing the readline-common package | [
"networking",
"apt",
"xubuntu",
"readline"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-02T13:10:43.560",
"id": "2618784",
"postId": "1494695",
"score": "3",
"text": "You can take the \"operation table\" path ;) ... Scary name, but easy method with near 99.99% success rate ... See https://askubuntu.com/a/1485452",
"userDisplayName": null,
"userId... | null | [] | null | null | 2023-12-03T02:00:59.907 | null | null |
1494696 | 1 | null | 2023-12-02T13:08:32.853 | 0 | 122 | <p>Can I ignore this? What does it mean? Is it related to Bluetooth and wifi connection issues?</p>
<p>I am seeing the following memory overlap message.</p>
<pre><code>sudo dmesg --level=err,warn
...
pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64b... | 1749356 | 1749356 | 2023-12-02T13:53:56.863 | 2023-12-02T13:53:56.863 | Memory overlap / disabled notice in dmesg. Is this related to wifi and Bluetooth autoconnection issues? | [
"boot",
"wireless",
"22.04",
"bluetooth"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494697 | 1 | null | 2023-12-02T13:24:18.837 | 0 | 71 | <p>At first there were no problems but now when I reopened it again it shows me this</p>
<pre><code>[ 2.382448] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
/dev/sda3: clean, 189912/1277952 files,4863214/5110784 blocks
</code></pre>
<p>What must be done?</p>
| 1749996 | 389216 | 2023-12-02T22:50:42.533 | 2023-12-02T22:50:42.533 | I am unable to open Ubuntu in VMware | [
"vmware",
"vmware-player"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494703 | 1 | 1494704 | 2023-12-02T14:22:17.973 | 1 | 175 | <p>I want to know which CVE is fixed in linux-image-generic, but this information is unavailable in changelog,</p>
<pre><code>apt changelog linux-image-generic | cat
</code></pre>
<p>Where can I find it?</p>
| 25430 | 968501 | 2023-12-02T17:12:37.180 | 2023-12-02T17:12:37.180 | Find CVE fixed in linux-image-generic | [
"security",
"vulnerability"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Please note that <code>linux-image-generic</code> is a meta-package that will always depend on the latest generic kernel image available for your Ubuntu release/version ... You can find out which one it is currently on your system with:</p>\n<pre><code>apt show -a linux-image-generic... | [
{
"accepted": true,
"body": "<p>Please note that <code>linux-image-generic</code> is a meta-package that will always depend on the latest generic kernel image available for your Ubuntu release/version ... You can find out which one it is currently on your system with:</p>\n<pre><code>apt show -a linux-image... | null | null | null | null | null |
1494706 | 1 | null | 2023-12-02T16:27:11.240 | 0 | 71 | <p>I will give an example:
There is .deb, .appimage, flatpak, snap, AUR, etc, but I want to create my own (Example app.fictionalpackage)</p>
<p>Maybe zipping a folder with files inside and renaming ".zip" to ".WhateverIWant", making a reader for that zip in bash script, which reads the contents of t... | 1194739 | 1194739 | 2023-12-02T16:28:12.820 | 2023-12-02T16:38:21.587 | How can I create my own app package? | [
"command-line",
"bash",
"package-management",
"scripts",
"flatpak"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-02T19:06:04.397",
"id": "2618825",
"postId": "1494706",
"score": "0",
"text": "Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer.",
"userDisplayName": null,
"userId": "-1"
},
{
"creationDate": "... | null | [
{
"accepted": null,
"body": "<p><img src=\"https://imgs.xkcd.com/comics/standards_2x.png\" alt=\"image\" /></p>\n<p>Source: <a href=\"https://xkcd.com/927/\" rel=\"nofollow noreferrer\">https://xkcd.com/927/</a></p>\n<blockquote>\n<p>Maybe zipping a folder with files inside and renaming ".zip" to ... | null | null | null | null | null |
1494708 | 1 | null | 2023-12-02T16:32:20.577 | -1 | 317 | <p>At the time of executing this command.</p>
<blockquote>
<p>speedtest --list</p>
</blockquote>
<p>Speed test offers 10 servers with a location other than the current location of the server.
Is there a solution for this?</p>
| 1740439 | null | null | 2023-12-02T17:21:18.560 | SpeedTest cli suggest wrong servers | [
"download-speed"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>See the help (<code>speedtest --help</code>)</p>\n<pre><code> --server SERVER Specify a server ID to test against. Can be supplied multiple times\n</code></pre>\n<p>You can find id's <a href=\"https://williamyaps.github.io/wlmjavascript/servercli.html\" rel=\"nofollow ... | null | null | null | null | null |
1494716 | 1 | null | 2023-12-02T18:19:00.360 | 1 | 145 | <p>I'm encountering an issue while attempting to create multiple profiles on the Microsoft Edge browser within Ubuntu. Whenever I try to log in with a different user profile, the browser seems to get stuck and doesn't allow me to proceed.</p>
<p>I've followed the usual steps to create profiles as we do in window os, bu... | 1749992 | null | null | 2024-03-04T09:07:39.230 | Difficulty creating multiple profiles on Microsoft Edge browser in Ubuntu | [
"user-profile",
"ubuntu-edge"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T00:49:04.667",
"id": "2618861",
"postId": "1494716",
"score": "0",
"text": "Welcome to the community. I am not sure this is Ubuntu-related problem.You had better provide more details like where you downloaded Microsoft Edge, what exact steps you have taken and what ... | null | [
{
"accepted": null,
"body": "<p>I had the same issue for a long time. Today, I have switched to "Linux Mint 21.3 Cinnamon" and installed Edge by downloading ".deb" file from <a href=\"https://www.microsoft.com/en-us/edge/download?form=MA13FJ\" rel=\"nofollow noreferrer\">official page</a... | null | null | null | null | null |
1494717 | 1 | null | 2023-12-02T19:11:23.323 | 0 | 445 | <p>I set up a Pi4 a few days ago and was able to have it output sound to the first HDMI port. After an auto update, it lost this capability as the pulseaudio systemd service disappeared.</p>
<pre><code># systemctl status pulseaudio
Unit pulseaudio.service could not be found.
</code></pre>
<p>I was OK with this, as puls... | 1424474 | 1424474 | 2023-12-02T19:16:40.847 | 2023-12-03T05:30:42.737 | Direct audio to HDMI on Raspberry Pi with Lubuntu 22.04 and alsa | [
"sound",
"pulseaudio",
"alsa",
"raspberrypi"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Found the problem. The file /usr/share/alsa/cards/vc4-hdmi.conf that is currently being distributed with Alsa v1.2.6 on Ubuntu 22.04.3 is incorrect.</p>\n<p>The aforementioned file should contain the following:</p>\n<pre><code>#\n# Configuration for the VC4-HDMI sound card us... | null | null | null | null | null |
1494718 | 1 | null | 2023-12-02T19:15:23.920 | 1 | 45 | <p>As you may already know, MTE is available in Ubuntu22LTS or above according to announcement.
We know that we can add arm64.nomte for disabling this feature. But we don't know how we can enable and enforce it?
Moreover, It is not activated by default. Because sample programs from these two shows MTE is not available ... | 1750046 | null | null | 2023-12-02T19:15:23.920 | Enforcing and running apps with memory tagging extension | [
"kernel",
"22.04",
"security",
"ram"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494726 | 1 | null | 2023-12-02T21:19:51.443 | 1 | 111 | <p>I turn on the PC and start on a gnu grub version 2.06 screen.<br />
Generally typing "exit" starts the normal graphical interface.<br />
But now when I do it, the following screen appears:
<code>Ubuntu 22.04.3 LTS ubuntu -22-04 tty1</code></p>
<p><code>ubuntu-22-04 login:</code></p>
| 1750063 | null | null | 2023-12-02T22:39:49.663 | Problems GUI don't start | [
"command-line",
"gui"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T03:08:47.093",
"id": "2618877",
"postId": "1494726",
"score": "0",
"text": "Does this answer your question? [Switching between virtual console (tty) and GUI](https://askubuntu.com/questions/917320/switching-between-virtual-console-tty-and-gui)",
"userDisplayName... | null | [
{
"accepted": null,
"body": "<p>login to term session then type <pre><code>sudo systemctl isolate graphical.target</code></pre></p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-12-02T22:39:49.663",
"id": ... | null | null | null | null | null |
1494732 | 1 | null | 2023-12-02T22:51:12.133 | 2 | 236 | <pre><code>[sudo] password for g:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet b... | 1750077 | 1750077 | 2023-12-02T22:51:56.943 | 2023-12-02T23:30:14.893 | Steam have unmet dependencies cant install steam | [
"command-line",
"steam"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T03:14:56.850",
"id": "2618878",
"postId": "1494732",
"score": "0",
"text": "Does this answer your question? [E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages](https://askubuntu.com/questions/124845/eerror-pkgproblemresolverr... | null | [
{
"accepted": null,
"body": "<p>The error message indicates that there are unmet dependencies, and resolving it might involve fixing the package management system. Here are steps you can take to address the issue:</p>\n<p><strong>1. Update Package Lists:</strong> Before making any changes, ensure your packa... | null | null | null | null | null |
1494733 | 1 | null | 2023-12-02T23:11:36.977 | -1 | 81 | <p>I've been having issues with my ubuntu server. Every day or two I'll lose the ability to remote connect to the server. When I connect directly I see lots of repetitive error messages with long strings of numbers and letters. I've also had busybox and readonly file system issues. So I've been booting from live me... | 946351 | null | null | 2023-12-03T01:20:09.690 | if running fsck from live media do you still need to unmount target partition | [
"server",
"live-usb",
"fsck",
"umount"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-02T23:37:32.383",
"id": "2618856",
"postId": "1494733",
"score": "0",
"text": "Yes, it must be `umount`ed. Otherwise, you have two copies of the partition metadata in play.",
"userDisplayName": null,
"userId": "25618"
},
{
"creationDate": "2023-12-03T0... | null | [
{
"accepted": null,
"body": "<p>The whole point of booting into a live disk is to access the partitions unmounted. The typical reason you need a live disk to do this is that the partition you are trying to fix is the root partition and it has the OS on it, so you can't unmount it as long as the OS is runni... | null | null | null | null | null |
1494734 | 1 | null | 2023-12-02T23:19:23.767 | 0 | 60 | <p>I'm running the latest version of Ubuntu, and sometimes I like to use the sox utility to change the pitch of my voice by running a command like:</p>
<p><code>sox -d -d pitch -500</code></p>
<p>When I do this, it plays my own voice back to me as I'm speaking and it's rather annoying. Is there any way I can stop this?... | 1738075 | null | null | 2023-12-02T23:19:23.767 | Can I mute the playback when using the sox utility to for real time voice changing? | [
"sox"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494736 | 1 | null | 2023-12-02T23:36:08.590 | 0 | 146 | <p>When using amd-pstate epp performance, the freqs on my cpu zen3 should stay at 3770 like they do in 22.04 ... but they stay at 29xx like it is "balanced mode".
I have both performance governor in kernel and epp performance hint in profile-daemon, and it still stays 2900.</p>
<p>When i install my custom ker... | 1750082 | null | null | 2023-12-02T23:36:08.590 | amd pstate performance not working. OS loads 6.5 kernel instead of newer custom kernel i install | [
"23.10"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494742 | 1 | 1494757 | 2023-12-03T01:22:38.580 | -1 | 46 | <p>I'd like to upgrade my ubuntu server from 18.04 LTS to eventually 22.04 LTS. I understand based on this post, I have to upgrade to 20.04 LTS first.</p>
<p>post:</p>
<p><a href="https://askubuntu.com/questions/1454762/18-04-22-04-upgrade">18.04 -> 22.04 upgrade</a></p>
<p>I have some user accounts created on the ... | 946351 | null | null | 2023-12-03T09:01:32.607 | Are user accounts preserved during upgrade? | [
"server",
"upgrade",
"22.04"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T01:33:01.670",
"id": "2618866",
"postId": "1494742",
"score": "3",
"text": "Yes accounts are preserved, but experiences can differ based on what packages you use (esp. when third party). For best results I'd always read the Release notes & Upgrade instructions (eg.... | {
"accepted": true,
"body": "<p>Yes, user accounts are preserved during an upgrade.</p>\n<p>An upgrade updates the system files, but preserves both data files and configuration of the users and system configuration. So any user accounts continue to be configured in the upgraded system, and user files and their perm... | [
{
"accepted": true,
"body": "<p>Yes, user accounts are preserved during an upgrade.</p>\n<p>An upgrade updates the system files, but preserves both data files and configuration of the users and system configuration. So any user accounts continue to be configured in the upgraded system, and user files and th... | null | null | null | null | null |
1494743 | 1 | null | 2023-12-03T01:51:59.423 | 0 | 193 | <p>I've been looking around for couple of days to find out why my bluetooth headset is not working. No luck to find the correct answer.</p>
<p>I'm running Ubuntu 22.04 with all the latest updates on brand new Lenovo T14 Gen 4 AMD laptop with Qualcomm Atheros QCNFA765 chipset. So far I do not have problems to connect an... | 1228786 | null | null | 2024-03-07T11:23:47.023 | Bluetooth headset no sound Ubuntu 22.04 Qualcomm Atheros QCNFA765 | [
"sound",
"22.04",
"bluetooth",
"headphones"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-01-06T19:03:51.260",
"id": "2626542",
"postId": "1494743",
"score": "0",
"text": "Hi, I have T14 Gen 4 AMD. I observe similar problems as you do (I cannot connect my BT headphones properly under Ubuntu 22.04). I can confirm they work well under Windows. Did you have any p... | null | [] | null | null | null | null | null |
1494744 | 1 | 1494773 | 2023-12-03T02:53:28.080 | 0 | 51 | <p>I am not running a firewall on Ubuntu 23.04. Is it safe to assume that the only ports I have accessible via the internet are 443, 80, and 22?</p>
<pre><code>netstat -lntu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.... | 1643244 | null | null | 2023-12-03T12:34:21.610 | Local addresses beginning with 127 not accessible via internet? | [
"ip"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T03:05:09.157",
"id": "2618876",
"postId": "1494744",
"score": "1",
"text": "This is a classic basic networking question. A Google search will provide you an immediate, clear answer: 127.*.*.* addresses are reserved for loopback interfaces, accessible by the local ma... | {
"accepted": true,
"body": "<p>For internet related stuff your first choice for information might be the <a href=\"https://www.ietf.org/\" rel=\"nofollow noreferrer\">IETF</a>. In this case <a href=\"https://www.rfc-editor.org/rfc/rfc5735\" rel=\"nofollow noreferrer\">RFC5735</a> deals among other topics with loca... | [
{
"accepted": true,
"body": "<p>For internet related stuff your first choice for information might be the <a href=\"https://www.ietf.org/\" rel=\"nofollow noreferrer\">IETF</a>. In this case <a href=\"https://www.rfc-editor.org/rfc/rfc5735\" rel=\"nofollow noreferrer\">RFC5735</a> deals among other topics w... | null | null | null | null | null |
1494746 | 1 | null | 2023-12-03T04:51:43.233 | 0 | 66 | <p>I run Ubuntu 22.04 on a machine that I remote into via RDP on my Windows machine. Remote connection is enabled on the Ubuntu machine via the built-in remote desktop sharing feature.</p>
<p>I have Docker-desktop installed on the Ubuntu machine and I can run docker desktop just fine when physically logging in and work... | 756028 | null | null | 2023-12-03T04:51:43.233 | Can't start Docker-Desktop when remoting into Ubuntu machine | [
"22.04",
"docker",
"remote-desktop",
"rdp"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494752 | 1 | null | 2023-12-03T07:24:09.877 | 0 | 169 | <p>The display brightness adjustment while using Ubuntu on my Thinkpad T14s (AMD CPU + iGPU) does not work.</p>
<p>Specifically, the brightness slider in the settings does not change the brightness of the screen, and the brightness keys similarly does nothing (a popup with the brightness symbol and the currently level ... | 1102943 | 1102943 | 2023-12-03T07:41:17.920 | 2024-02-06T11:37:41.453 | Display Brightness Not Changing Lenovo Thinkpad T14s | [
"20.04",
"lenovo",
"brightness",
"thinkpad"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I had a similar issue (could not adjust screen brightness T14s with AMD CPU + iGPU, although Ubuntu 22.04), and I hope that the following helps you.\nFor me the fix was to install the AMD GPU drivers from the <a href=\"https://www.amd.com/en/support/linux-drivers\" rel=\"nofo... | null | null | null | null | null |
1494755 | 1 | null | 2023-12-03T08:07:05.353 | 0 | 52 | <p>Whenever I Press the 'm' key the keyboard types random combination of 'm' and 'z' like 'mz', 'zmzz', 'zzmz' etc... the same thing happens when I press the 'u' key... Sometimes the keyboard types correctly but most of the time i'm facing this problem... Is there a solution to this problem?... I'm using ubuntu 22.04.3... | null | null | null | 2023-12-03T08:07:05.353 | Keyboard typing random combination of two characters | [
"keyboard"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T08:45:03.000",
"id": "2618904",
"postId": "1494755",
"score": "0",
"text": "99% this is not software problem. You can boot the BIOS or live session and test there. If you have the same problem there too, you need to replace your keyboard.",
"userDisplayName": nu... | null | [] | null | null | null | null | user1687597 |
1494758 | 1 | null | 2023-12-03T09:30:15.160 | 0 | 108 | <p>Why am I unable to run a basic CUDA program even though I have nvcc installed in my system?</p>
<pre><code>my_username@192:~$ nvidia-smi
Sun Dec 3 10:23:33 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 470.223.02 Driver Version: 470.223.02 CUDA Version: 11.4 ... | 1542712 | null | null | 2023-12-03T09:30:15.160 | Why am I unable to run a basic CUDA program even though I have nvcc installed in my system? | [
"20.04",
"nvidia",
"cuda"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T16:57:37.907",
"id": "2618986",
"postId": "1494758",
"score": "0",
"text": "Look at https://developer.nvidia.com/blog/even-easier-introduction-cuda/ for working examples of code very similar to yours (about third one down using threads).",
"userDisplayName": nul... | null | [] | null | null | null | null | null |
1494759 | 1 | null | 2023-12-03T10:07:27.167 | 0 | 219 | <p>Basically I want to hide all icons from top right bar. Whenever we enable WiFi, Bluetooth or whatever available in Ubuntu Status bar it shows an icon of that function in top right corner of the screen. I want to hide Those icons even my WiFi or other things are open. Kindly help me. I am using Ubuntu 23.10 latest ve... | 1750147 | 855322 | 2023-12-03T12:05:23.783 | 2024-02-26T22:09:27.783 | How to hide wifi/Bluetooth/battery icons from top right corner in status bar/top bar? | [
"wireless",
"bluetooth",
"icons",
"battery"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T12:04:18.313",
"id": "2618923",
"postId": "1494759",
"score": "0",
"text": "On the `dash-to-panel` extension there is an option to hide the **System Menu**",
"userDisplayName": null,
"userId": "855322"
},
{
"creationDate": "2023-12-04T04:17:47.027",
... | null | [
{
"accepted": null,
"body": "<p>I found extension <a href=\"https://extensions.gnome.org/extension/5446/quick-settings-tweaker/\" rel=\"nofollow noreferrer\">Quick Setting Tweaker</a> that allows you to disable unnecessary icons. I checked it on Fedora with Gnome 45, it works, but the description of this f... | null | null | null | null | null |
1494760 | 1 | null | 2023-12-03T10:13:47.837 | 0 | 46 | <p>I've been using Ubuntu for a few years now but I'm not an expert by any stretch of the imagination, I use it just for Internet browsing.</p>
<p>Recently after a software update, which updated the kernel from 6.2.0.26 to 6.2.0.36, my wireless connection would stop with the error "No Internet" but still conn... | 1750143 | 1750143 | 2023-12-04T13:28:11.997 | 2023-12-04T13:28:11.997 | Wifi No Internet | [
"wireless",
"internet",
"realtek"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T10:30:51.867",
"id": "2618907",
"postId": "1494760",
"score": "0",
"text": "I've the exact same problem. Not always, but from time to time after I login into Kubuntu Desktop, wifi isn't working. When I restart the machine, it starts working. Maybe it's about Realtek... | null | [] | null | null | null | null | null |
1494761 | 1 | null | 2023-12-03T10:22:44.443 | 0 | 85 | <p>Yesterday, I tried to install a Windows-based game on Kubuntu 23.10. I attempted installation multiple times using both Wine and Winetricks. Unfortunately, I couldn't succeed in the installation, and it seems I may have somehow damaged the file system. Now, when Kubuntu boots, I encounter a black screen and a keyboa... | 816240 | null | null | 2023-12-03T10:22:44.443 | (K)Ubuntu 23.10 Login Issue | [
"kubuntu",
"login",
"wine"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494762 | 1 | null | 2023-12-03T10:29:09.637 | 0 | 95 | <p>Previously, I was using windows 10 as host for vmwares. Studying for PJPT by TCM. Requires kali, windows server and two windows 10, all in vmware. Usually I run this in windows 10, there is no lag, all is good. Wanted to improve my linux skill. format the laptop and started to use ubuntu as host os. Installed all th... | 1750154 | null | null | 2023-12-03T10:29:09.637 | VMware workstation on Ubuntu 22.04. is slower compared to windows 10 | [
"22.04",
"vmware",
"kali"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T10:36:18.280",
"id": "2618908",
"postId": "1494762",
"score": "0",
"text": "You can try VirtualBox. Hopefully your will have better performance experience.",
"userDisplayName": null,
"userId": "855322"
},
{
"creationDate": "2023-12-03T16:09:28.873",
... | null | [] | null | null | null | null | null |
1494763 | 1 | null | 2023-12-03T10:45:07.573 | 1 | 54 | <p>Ubuntu boots normally and reaches the login screen. After entering the password and hitting enter, screen goes blurred. Is there any way to troubleshoot this problem?</p>
<p><img src="https://i.stack.imgur.com/8ewLK.jpg" alt="Photo of the screen" /></p>
| 1184865 | 884673 | 2023-12-04T00:53:59.267 | 2023-12-04T00:53:59.267 | After entering the password and hitting enter the screen is blurred | [
"boot",
"20.04",
"login",
"screen",
"login-screen"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T03:17:56.213",
"id": "2619061",
"postId": "1494763",
"score": "0",
"text": "Did you change anything recently?",
"userDisplayName": null,
"userId": "307523"
},
{
"creationDate": "2023-12-04T16:11:00.897",
"id": "2619195",
"postId": "1494763",
... | null | [] | null | null | null | null | null |
1494764 | 1 | 1494855 | 2023-12-03T11:06:08.887 | 0 | 340 | <p>I was using Ubuntu 20.04 with Yakuake dropdown terminal. The terminal opens using a keyboard shortcut, e.g. F12. On my old system, the focus was set automatically on the terminal window, so I could just hit F12 and then start typing commands.</p>
<p>After I updated to Ubuntu 22.04, the keyboard shortcut did not work... | 1044065 | null | null | 2023-12-04T07:22:01.593 | Yakuake window is not auto-focused after upgrading to 22.04 | [
"22.04",
"shortcut-keys",
"wayland",
"focus",
"yakuake"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Yakuake indeed does not work correctly with Gnome Shell running on Wayland. However, there is a Gnome Shell extension, <a href=\"https://extensions.gnome.org/extension/4757/yakuake/\" rel=\"nofollow noreferrer\">Yakuake</a> by albertvaka, that circumvents these issues, and allows to ... | [
{
"accepted": true,
"body": "<p>Yakuake indeed does not work correctly with Gnome Shell running on Wayland. However, there is a Gnome Shell extension, <a href=\"https://extensions.gnome.org/extension/4757/yakuake/\" rel=\"nofollow noreferrer\">Yakuake</a> by albertvaka, that circumvents these issues, and al... | null | null | null | null | null |
1494765 | 1 | null | 2023-12-03T11:06:14.370 | 0 | 117 | <p>How can I setup my <code>Raspberry Pi Zero 2 W</code> to boot from USB in <strong>Ubuntu Server</strong> Linux distributions. I am looking for a solution that applies to all supported versions of Ubuntu Server, latest and below.</p>
<p>Turns out that not all the USB boot options work on <code>Raspberry Pi Zero 2 W</... | 1649523 | null | null | 2023-12-03T11:06:14.370 | Ubuntu Server 23.10: How to force a USB boot on a Raspberry Pi Zero 2 W | [
"boot",
"server",
"usb"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494767 | 1 | null | 2023-12-03T11:18:49.197 | 0 | 209 | <p>I've created a custom Ubuntu ISO with Autoinstall and userdata to set up a virtual machine (VM) in our VMware setup. This VM is then converted to OVA format, uploaded to AWS S3, and converted to an Amazon Machine Image (AMI). We use this AMI to create EC2 instances, where we run some initial setup commands to prepar... | 1637750 | null | null | 2023-12-05T23:37:38.763 | AWS userdata does not run on custom Ubuntu AMI | [
"amazon-ec2",
"aws",
"user-data",
"autoinstall"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>If you want to use the <em>cloud-init</em> <code>Ec2</code> datasource then the autoinstall file that is used to create the VM should contain something like this</p>\n<pre><code>#cloud-config\nautoinstall:\n late-commands:\n - |\n rm /target/etc/netplan/00-installer-... | null | null | null | null | null |
1494769 | 1 | null | 2023-12-03T11:41:21.390 | 0 | 155 | <p>My dad screwed up my HDD while trying to install Ubuntu and Windows on separate partitions, so now it says it has 20.8 GB of space on the disk and it really has MUCH MORE, but I don't know exactly how much.</p>
<p>The computer is an HP intel celeron with 2.00 GB ram and 1.86 GB usable (don't know why that is).</p>
<... | 1750161 | 1750161 | 2023-12-03T15:18:33.743 | 2023-12-03T15:18:33.743 | How to fix my HDD that thinks that it has 20 GB when it really has 128 GB | [
"partitioning"
] | 1 | 12 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T11:45:44.287",
"id": "2618918",
"postId": "1494769",
"score": "1",
"text": "Please, [edit] your question and add the output of `sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL`. Also, specify the exact version of your Ubuntu system.",
"userDisplayName": null,
... | null | [
{
"accepted": null,
"body": "<ol>\n<li><p>Boot to an Ubuntu live session (Try Ubuntu) from an Ubuntu live USB.</p>\n</li>\n<li><p>Launch GParted partition editor and reformat the 128GB drive to FAT32 in order to overwrite everything that is installed on it. Now the Windows installer can recognize the drive.... | null | null | null | null | null |
1494770 | 1 | 1494777 | 2023-12-03T11:52:26.243 | 2 | 149 | <p>I have extracted a .zip file which was generated in Windows.</p>
<p>Now I have a list of files like:</p>
<pre><code>fileonrootfolder.txt
otherfileonrootfolder.txt
folder1\
folder1\filex.xyz
folder1\filey.xyz
folder1\filez.xyz
folder2\filex.xyz
folder2\filey.abc
....
</code></pre>
<p>Here the backslash \ is a part of... | 1572510 | 85695 | 2023-12-03T12:37:53.787 | 2023-12-03T12:37:53.787 | Create correct folder structure from files "folder\file" | [
"command-line",
"bash"
] | 2 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T11:56:47.687",
"id": "2618921",
"postId": "1494770",
"score": "0",
"text": "I don't know which tool you have used to \"unzip\" the files, but the Linux tools will create the folder structure correctly without the backslash problem. Please, retry with an Ubuntu tool ... | {
"accepted": true,
"body": "<p>I don't really understand how this happened, but if you really have file names containing literal backslashes, this should convert them to the expected directory structure:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>for file in *\\\\*; do \n newName=${file/\\\\/\\/}\n ... | [
{
"accepted": null,
"body": "<p>Based on hint of @FedKad I could use solution from: <a href=\"https://unix.stackexchange.com/questions/377986/looking-for-a-script-to-convert-a-filename-with-backslashes-into-a-directory-str\">https://unix.stackexchange.com/questions/377986/looking-for-a-script-to-convert-a-f... | null | null | null | null | null |
1494771 | 1 | 1495520 | 2023-12-03T11:56:12.367 | -1 | 78 | <p>I have a problem related to pluseaudio on Ubuntu 20.04 Desktop.
I can't get audio working until I log into GUI (gdm) and to set the audio device and profile. pluseaudio can't detect the sound card until I login into GUI Desktop (gdm).</p>
<p>Before GUI login:</p>
<blockquote>
<p>~$ pacmd list-cards 0 card(s) availab... | 1750165 | null | null | 2023-12-10T01:48:33.750 | pulseaudio no card detected (needs GUI login) | [
"sound",
"pulseaudio",
"alsa"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>I solved the problem by adding user to groups audio and everything works normally.</p>\n<pre><code>sudo adduser user audio\n</code></pre>\n<p>Hope it helps someone having the same problem.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicens... | [
{
"accepted": true,
"body": "<p>I solved the problem by adding user to groups audio and everything works normally.</p>\n<pre><code>sudo adduser user audio\n</code></pre>\n<p>Hope it helps someone having the same problem.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
... | null | null | null | null | null |
1494776 | 1 | null | 2023-12-03T12:26:44.047 | 1 | 184 | <p>I don't mean in Dolphin; I mean on the desktop, like in GNOME or Cinnamon Is there a method to integrate it or create a custom solution, such as linking to a personal option that would execute a shell script to open the terminal in a specified direction?
<a href="https://i.stack.imgur.com/CtCnd.png" rel="nofollow no... | 1749768 | 1749768 | 2023-12-04T20:18:24.843 | 2023-12-04T20:18:24.843 | Kubuntu - KDE No option for Open Terminal Here in Desktop | [
"command-line",
"gnome",
"kubuntu",
"kde",
"cinnamon"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T12:51:50.140",
"id": "2618935",
"postId": "1494776",
"score": "0",
"text": "Can you please ***EDIT*** your question and describe what this feature is? How can it be on the desktop? What does this feature look like in Gnome or Cinnamon? I use Cinnamon but I don't und... | null | [
{
"accepted": null,
"body": "<p>The question seems to be a bit unclear to me, so I am adding solutions for both Dolphin and the Desktop.</p>\n<p>Firstly, you can always open a terminal with <code>ctrl + alt + T</code>.</p>\n<h2>Desktop</h2>\n<p>Add the <code>Console Profiles</code> widget to the desktop - <... | null | null | null | null | null |
1494778 | 1 | null | 2023-12-03T12:57:15.900 | 0 | 102 | <p>I am trying to use a Google Mini as a bluetooth speaker. I can successfully pair, trust and connect the speaker via Bluez. However, it does not show as an available audio device, which means I cannot select it as my audio output.</p>
<p>The issue is device specific because my headset works perfectly. On top of that,... | 1749229 | 1749229 | 2023-12-03T17:35:46.417 | 2023-12-03T17:35:46.417 | Bluetooth speaker is connected, but not listed as output device | [
"sound",
"bluetooth",
"pulseaudio",
"pipewire"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494779 | 1 | null | 2023-12-03T13:17:36.387 | 0 | 20 | <p>I used to install ubutun on a dualboot with windows. On this time I installed it with windows 11 on hp laptop. When I install and configure boot-repair to fix the boot anomaly, the grub works fine when I choose to go to Ubuntu but once I choose Windows boot manager and I go to Windows 11 when I turn it off and on th... | 1750172 | null | null | 2023-12-03T13:17:36.387 | Ubuntu dualboot grub problem | [
"grub2",
"22.04"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T14:27:47.050",
"id": "2618956",
"postId": "1494779",
"score": "1",
"text": "Just about every post with HP, says that efibootmgr change of boot order does not work with HP. Grub uses efibootmgr to change boot order. HP users have to go into UEFI settings (not UEFI bo... | null | [] | null | null | null | null | null |
1494783 | 1 | null | 2023-12-03T14:07:52.983 | 1 | 68 | <p>i noticed repeats of the following logs in my server:</p>
<pre><code>Dec 3 21:55:27 alice-server kernel: [287677.084885] [UFW BLOCK] IN=ens18 OUT= MAC=01:00:5e:00:00:01:90:9a:4a:dc:31:62:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
</code></pre>
<ol>
<li><p>Should i be concer... | 1604072 | null | null | 2023-12-03T14:07:52.983 | Strange UFW Block Logs | [
"networking",
"server",
"dns",
"firewall",
"ufw"
] | 0 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T14:15:27.193",
"id": "2618951",
"postId": "1494783",
"score": "0",
"text": "DST=224.0.0.1 are IGMP Multicast discovery packets - see for example [Strange dmesg UFW messages... lots of them](https://askubuntu.com/questions/1493167/strange-dmesg-ufw-messages-lots-of-t... | null | [] | null | null | null | null | null |
1494785 | 1 | null | 2023-12-03T14:20:21.393 | 0 | 50 | <p>I configured OpenDns as suggested <a href="https://support.opendns.com/hc/en-us/articles/228007087-Ubuntu-OpenDNS-Device-Configuration" rel="nofollow noreferrer">here</a> (even the final part)
It works immediately after the changes, BUT:</p>
<ol>
<li>If I switch to the user of my child, it doesn't work anymore</li>
... | 115603 | 115603 | 2023-12-04T20:23:44.383 | 2023-12-04T20:23:44.383 | Changing dns to OpenDns works only in the current session, not for my child and not after reboot | [
"networking",
"16.04",
"dns",
"opendns"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I am assuming you are using at least 22.04 and systemd.</p>\n<p>edit the file /etc/systemd/resolved.conf</p>\n<pre><code>DNS=208.67.222.222#resolver4.opendns.com 208.67.220.220#resolver2.opendns.com\n</code></pre>\n<p>or run the below sed command as root:</p>\n<pre><code>sed ... | null | null | null | null | null |
1494786 | 1 | null | 2023-12-03T14:24:00.807 | 0 | 55 | <p>My VM Ubuntu Server returning white blank phpMyAdmin</p>
<p>I used this for installing my phpMyAdmin:</p>
<pre><code>sudo su
sudo apt install unzip
wget https://files.phpmyadmin.net/phpMyAdmin/5.2.0/phpMyAdmin-5.2.0-all-languages.zip
unzip phpMyAdmin-5.2.0-all-languages.zip
sudo mv phpMyAdmin-5.2.0-all-languages /us... | 1750189 | 1157209 | 2023-12-08T13:10:45.857 | 2023-12-08T13:10:45.857 | Ubuntu Server showing white blank phpMyAdmin | [
"apache2",
"mysql",
"phpmyadmin"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T17:40:33.270",
"id": "2618995",
"postId": "1494786",
"score": "1",
"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 | [
{
"accepted": null,
"body": "<p>You didn't tell us any details like your Ubuntu version, your PHP version, etc. Without details, it is impossible to tell exactly what is wrong with your phpMyAdmin. However, from what you mentioned, your question sound very similar to this: <a href=\"https://askubuntu.com/q/... | null | null | null | null | null |
1494788 | 1 | null | 2023-12-03T14:28:30.490 | 0 | 88 | <p>i need a vendor to compile an ARM64 and an Armhf repository for my 32 bit chromebook. it won't install wine or itunes 32 bit on my chromebook</p>
| 1750188 | null | null | 2023-12-03T14:28:30.490 | doesn't support architecture 'arm64' doesn't support architecture -armhf | [
"files",
"32-bit",
"chromebook",
"arm",
"itunes"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T15:22:21.173",
"id": "2618967",
"postId": "1494788",
"score": "3",
"text": "Wine is used to run Windows (Intel based) programs, so it will not run on ARM architecture anyway. Itunes, AFAIK, is a closed source software developed by Apple, so you should ask Apple for ... | null | [] | null | null | null | null | null |
1494790 | 1 | 1497825 | 2023-12-03T14:31:46.990 | -1 | 590 | <p>I am trying to install ubuntu on an acer aspire a515-48m laptop with amd ryzen 5 processor (it is uefi only in bios, legacy option does not exist). It has only "free dos" (uefi shell) on it with the commands as specified at uefi.org, bios version 1.0, insydeH2O setup utility rev 5.0 is written at the top o... | 786125 | 786125 | 2023-12-18T21:00:04.133 | 2023-12-25T15:31:50.540 | Ubuntu 23.10 live usb not booting on acer aspire a515-48m laptop amd cpu uefi shell | [
"boot",
"usb",
"uefi"
] | 1 | 12 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T16:38:45.470",
"id": "2618981",
"postId": "1494790",
"score": "0",
"text": "System is new enough, only use 22.04 or 23.10. With UEFI only use gpt partitioning particularly on SSD. It may boot live installer on flash drive with MBR, but better to use gpt. Make sure y... | {
"accepted": true,
"body": "<p>this answer is not for you if the live linux usb boots, and you can run ubuntu in memory, but you cannot install because it does not see the ssd or something like that - then you just press F2 during boot to go into the bios, go to the main tab, press <code>control-s</code> to reveal... | [
{
"accepted": true,
"body": "<p>this answer is not for you if the live linux usb boots, and you can run ubuntu in memory, but you cannot install because it does not see the ssd or something like that - then you just press F2 during boot to go into the bios, go to the main tab, press <code>control-s</code> t... | null | null | null | null | null |
1494799 | 1 | null | 2023-12-03T16:39:57.713 | 0 | 63 | <p>thank you in advance for any help. I've just installed Ubuntu 22.04 LTS for work purposes. I installed it on a HDD disk that came with the computer, and everything works wonderfully. However, I've encountered a single issue: my headphones don't work on my Asus computer when I plug them into the Jack input. They are ... | 1750201 | null | null | 2023-12-05T17:25:57.333 | My headphone on my Ubuntu is not working Asus gl503ge | [
"sound",
"22.04",
"asus",
"headphones",
"audio-jack"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The issue was resolved. I tried everything, but by forcing a dependency installation, these were installed today. A software update notification arrived, and upon checking, one of the updates was for the kernel and something related to linux-headers-oem-22.04. I'm sharing the... | null | null | null | null | null |
1494800 | 1 | null | 2023-12-03T17:23:39.950 | 0 | 484 | <p>When installing the gui on Ubuntu 23.04, I receive the errors:</p>
<pre><code>/usr/lib/tmpfiles.d/colord.conf:1: Failed to resolve user 'colord': No such file or directory
/usr/lib/tmpfiles.d/colord.conf:2: Failed to resolve user 'colord': No such file or directory
/usr/lib/tmpfiles.d/colord.conf:3: Failed to resolv... | 1750213 | 31366 | 2023-12-04T00:20:25.623 | 2023-12-04T00:20:25.623 | Installing gui on Ubuntu 23.04 | [
"gui"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T17:33:59.763",
"id": "2618990",
"postId": "1494800",
"score": "0",
"text": "Exactly what commands are you running to install gui ? Also what is the system before trying to install gui - please show output of ˝uname .a˝",
"userDisplayName": null,
"userId": "6... | null | [
{
"accepted": null,
"body": "<p>The package I installed for any version of Ubuntu to get the X-Windows system in place is:</p>\n<blockquote>\n<p>ubuntu-desktop - The Ubuntu desktop system</p>\n</blockquote>\n<p>Assuming you installed a server and have a command line prompt, you would run:</p>\n<pre><code>su... | null | null | null | null | null |
1494801 | 1 | null | 2023-12-03T17:26:20.053 | 0 | 40 | <p>how to send a file thru bluetooth to a smartphone that already has a earphone connected?</p>
<p>My smartphone, Samsung J7, already has a bluetooth earphone connected.<br />
If there was nothing connected, I could just click on connect in ubuntu and transfer the file.<br />
Is the only option to disconnect the earpho... | 1748590 | null | null | 2023-12-04T01:18:49.470 | how to send a file thru bluetooth to a smartphone that already has a earphone connected? | [
"22.04",
"bluetooth",
"transfer"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The trick is to be precise and fast:</p>\n<ul>\n<li>Go to a file manager and Ctrl+C on the single file you want to send (if there are more than one files, just zip them all together first).</li>\n<li>On Bluetooth settings: click on your device to open the connect window, but ... | null | null | null | null | null |
1494803 | 1 | 1494806 | 2023-12-03T17:28:15.067 | 2 | 456 | <p>I use Theme Spaceship for my Terminal. But I have two Warnings :
<code>Warning! The 'ember' section was not found. Removing it from the prompt. Warning! The 'vi_mode' section was not found. Removing it from the prompt.</code></p>
<p>And my .zshrc file (I wrote not Comments) :</p>
<pre><code>export PATH=$HOME/bin:/us... | 1740660 | 15811 | 2023-12-03T17:56:19.927 | 2023-12-03T18:01:16.293 | remove ember and vi_mode from SpaceShip Theme | [
"command-line",
"22.04",
"themes"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Regarding <code>vi-mode</code>:</p>\n<blockquote>\n<p>Vi-mode is no longer included in Spaceship core and has to be installed separately. A lot of people who don't use vi-mode had problems with that section unexpectedly activating, so we decided that it should be installed manually b... | [
{
"accepted": true,
"body": "<p>Regarding <code>vi-mode</code>:</p>\n<blockquote>\n<p>Vi-mode is no longer included in Spaceship core and has to be installed separately. A lot of people who don't use vi-mode had problems with that section unexpectedly activating, so we decided that it should be installed ma... | null | null | null | null | null |
1494804 | 1 | null | 2023-12-03T17:40:00.107 | 1 | 412 | <p>I have tried so many times but still, I am getting a blank screen while accessing the phpMyAdmin page. I have checked on google but haven't found the solution.</p>
<p>I have deleted the PHP, MySQL and phpMyAdmin and reinstalled it again but still getting the same issue. Any idea what is the issue and how can I solve... | 1636362 | 1157209 | 2023-12-08T11:57:18.537 | 2023-12-08T12:26:09.757 | Not getting the login page after installing the phpMyAdmin | [
"server",
"apache2",
"mysql",
"php",
"phpmyadmin"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T20:05:46.333",
"id": "2619018",
"postId": "1494804",
"score": "0",
"text": "Have you checked apache (webserver) is running and checked the apache logs? Probably `/var/log/apache2/access.log` and `/var/log/apache2/error.log` That should tell you if apache or php is g... | null | [
{
"accepted": null,
"body": "<p>As <a href=\"https://askubuntu.com/questions/1494804/not-getting-the-login-page-after-installing-the-phpmyadmin#comment2619177_1494804\">@codlord mentioned</a>, the error message you are getting is because you are using an older PHP version. To fix the issue, you have to use ... | null | null | null | null | null |
1494805 | 1 | 1494895 | 2023-12-03T17:58:59.440 | 1 | 527 | <p>I have granted full access to a folder as follows:</p>
<pre><code>sudo chmod 777 -R /media/sharedfolder
</code></pre>
<p>However when a new subfolder is created by User A, that subfolder is not accessible by other users. How can I automatically grant full access to any new folders/files/subfolder that are created in... | 758497 | 968501 | 2023-12-04T14:20:12.060 | 2023-12-04T14:20:12.060 | How to grant full access to any new folders/files/subfolders created in a specific folder? | [
"command-line",
"20.04",
"permissions",
"acl"
] | 2 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T18:06:35.730",
"id": "2619004",
"postId": "1494805",
"score": "0",
"text": "never use 777. \"others\" have nothing to do on your external disk. Nor does \"group\" generally need execute permissions. Better to use `750`. And you need to check your mount options. It ... | {
"accepted": true,
"body": "<p>You can set the <strong>default</strong> <a href=\"https://manpages.ubuntu.com/manpages/jammy/man1/setfacl.1.html\" rel=\"nofollow noreferrer\">ACLs</a><sup>(<em>file access control lists</em>)</sup> <strong>specific</strong> to this particular directory like so:</p>\n<pre class=\"la... | [
{
"accepted": null,
"body": "<p>The mask of any file/directories created by a user is defined by the users umask. The umask is generally set in the users .bashrc or via /etc/login.def system wide.</p>\n<p>The standard umask in Ubuntu is 022 - this results in new files 644 and directories as 755.</p>\n<p>**... | null | null | null | null | null |
1494809 | 1 | null | 2023-12-03T18:08:54.150 | -1 | 198 | <p>I am using the nano command to update the file and save it, however, the file has not taken effect after the system rebooted. The file was not updated after checking again. Nano editor version 6.0.1, Ubuntu 22.04.
How to fix this problem?</p>
<hr />
<p>I am editing the /etc/hostname and /etc/hosts these two files. M... | 1747345 | 57576 | 2023-12-03T21:56:43.383 | 2023-12-04T10:11:26.513 | Does the Nano edited file not get updated after reboot? | [
"scripts",
"22.04",
"hostname",
"nano"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T19:10:08.887",
"id": "2619013",
"postId": "1494809",
"score": "0",
"text": "Please edit your question and add details which file you edited. Please share the filename and the full path to the file.",
"userDisplayName": null,
"userId": "1661744"
},
{
... | null | [
{
"accepted": null,
"body": "<p>If you actually saved the file correctly, then it has been saved and rebooting won't have any effect. Actually, just saving the file after editing it already updates the file. When rebooting, the system will read the updated file.</p>\n<p>If it does not work for you, then you... | null | null | null | null | null |
1494810 | 1 | null | 2023-12-03T18:22:04.003 | 0 | 629 | <p>Took note of
<a href="https://askubuntu.com/questions/1270419/20-04-logitech-mx-keys-wont-pair-with-bluetooth">20.04 - Logitech MX Keys won't pair with Bluetooth</a></p>
<p>In my case, however, I don`t event get the PIN displayed.</p>
<p>When using system bluetooth manager if I try to pull the slider ON it immed... | 999057 | null | null | 2023-12-04T18:27:29.370 | Ubuntu 22.04 Cant pair logitech MX keys mini | [
"keyboard",
"bluetooth",
"logitech"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Okay I found some article on Reddit and there was a comment that solved my problem.</p>\n<p>The said, to put the keyboard in the pairing mode you need to not just press 1,2, or 3 Device switch key, but also <code>Esc</code> and <strong>hold</strong> it for like 4-5 secs</p>\n... | null | null | null | null | null |
1494816 | 1 | 1494842 | 2023-12-03T18:51:48.937 | 0 | 224 | <p>I’m looking to make a very simple WiFi to Ethernet Layer 2 bridge. The WiFi dongle I have supports AP mode and adding 4addr has been done successfully. Is there a simple script or process to creating this bridge? Most posts I’ve seen use a Layer 3 bridge, which won’t work as well for my intended application (streami... | 1749024 | null | null | 2023-12-27T22:20:03.947 | Simple Layer 2 Bridge | [
"networking",
"network-bridge"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>user iproute2 - the standard in most linux distros these days.</p>\n<p>create a bridge and bring the bridge up</p>\n<pre><code>ip link add name br0 type bridge\nip link set br0 up\n</code></pre>\n<p>then add the devices you want to bridge:</p>\n<pre><code>ip link set wlan0 master br0... | [
{
"accepted": true,
"body": "<p>user iproute2 - the standard in most linux distros these days.</p>\n<p>create a bridge and bring the bridge up</p>\n<pre><code>ip link add name br0 type bridge\nip link set br0 up\n</code></pre>\n<p>then add the devices you want to bridge:</p>\n<pre><code>ip link set wlan0 ma... | null | null | null | null | null |
1494817 | 1 | null | 2023-12-03T18:59:01.520 | 0 | 301 | <p>I am using Windows 11, and I want to use WSL2. Now I have WSL and I could not upgrade it to the WSL2. I followed the Microsoft WSL2 upgrade documentation page for <a href="https://learn.microsoft.com/en-us/windows/wsl/install" rel="nofollow noreferrer">https://learn.microsoft.com/en-us/windows/wsl/install</a> and <... | 1113742 | null | null | 2023-12-03T18:59:01.520 | Windows subsystem for Linux upgrade error | [
"22.04",
"windows-subsystem-for-linux"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T19:01:29.967",
"id": "2619012",
"postId": "1494817",
"score": "1",
"text": "WSL is part of Windows, not part of Ubuntu. You need to raise the question in a forum focusing on support for Windows.",
"userDisplayName": null,
"userId": "1661744"
},
{
"cr... | null | [] | null | null | null | null | null |
1494819 | 1 | null | 2023-12-03T19:58:59.203 | 2 | 249 | <p>I am having issues with an error message when shutting down or rebooting my Ubuntu 22.04.3 server.</p>
<p>On screen I can see that during shutdown <code>/var</code> and <code>/var/lib</code> which are on seperate partitions cannot be unmounted. I found out that it could be because of systemd-journald.service tries t... | 1009056 | 767056 | 2023-12-03T20:13:08.590 | 2023-12-03T20:13:08.590 | Failed to unmount /var and /var/lib when shutting down or rebooting ubuntu | [
"22.04",
"unmount"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T20:37:16.517",
"id": "2619021",
"postId": "1494819",
"score": "0",
"text": "Your configuration. is not valid (`/var` on separate partition), for just this reason. See the Filesystem Hierarcy Standard at `https://refspecs.linuxfoundation.org/fhs.shtml`, or read `man ... | null | [] | null | null | null | null | null |
1494820 | 1 | 1494832 | 2023-12-03T20:46:40.437 | 0 | 175 | <p>After rebooting my machine, my monitor will often not come back on. It will just say "entering power save mode" or "no signal detected."</p>
<p>This has been with three different monitors (two Dell 2007f's pand one Asus), three different PCs (one of which is brand new), and two different HDMI->... | 751638 | 751638 | 2023-12-04T00:49:10.380 | 2023-12-04T01:07:43.573 | monitor won't turn on after reboot | [
"display",
"hdmi"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>I presume the monitor shows the Linux kernel boot-up sequence, it might be good to verify that by booting with the <code>nosplash</code> (and removing any <code>splash</code>) kernel option.</p>\n<p>Does the monitor turn off before the login screen, or only after you login? If the l... | [
{
"accepted": true,
"body": "<p>I presume the monitor shows the Linux kernel boot-up sequence, it might be good to verify that by booting with the <code>nosplash</code> (and removing any <code>splash</code>) kernel option.</p>\n<p>Does the monitor turn off before the login screen, or only after you login? ... | null | null | null | null | null |
1494825 | 1 | null | 2023-12-03T22:00:28.037 | 0 | 34 | <p>i want to resolve an integration between Zammad Api and Apport, what can i do for it?? i tried installing zammad.py and zammad api, and Zammad platform,</p>
| 1743323 | null | null | 2023-12-03T22:00:28.037 | how can I integrate the Apport tool with Zammad Api? | [
"bug-reporting",
"apport"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-03T23:21:56.820",
"id": "2619037",
"postId": "1494825",
"score": "3",
"text": "Please read https://askubuntu.com/help/how-to-ask and https://askubuntu.com/help/formatting . Take the [tour].",
"userDisplayName": null,
"userId": "25618"
}
] | null | [] | null | null | null | null | null |
1494826 | 1 | 1495312 | 2023-12-03T22:44:56.520 | 0 | 295 | <p>Ubuntu 22.04, Evolution.</p>
<p>My GOA this morning stopped working in Evolution.</p>
<p>This has happened before, and I resolved it by removing the accounts and then reinstalling them.</p>
<p>This is not working because at the last stage of the setup, after I have verified my credentials to Google and got the 'Gnom... | 72849 | 72849 | 2023-12-07T21:48:39.657 | 2023-12-07T21:48:39.657 | My Gnome Online Accounts have stopped working | [
"22.04",
"evolution",
"online-accounts"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>So, no advice being forthcoming, and the only program seriously affected being Evolution, I removed Evolution, replaced it with Thunderbird, added an extension so TB communicated with Evolution Data Server, and am living happily ever after (until the next glitch 8-D).</p>\n",
"comm... | [
{
"accepted": true,
"body": "<p>So, no advice being forthcoming, and the only program seriously affected being Evolution, I removed Evolution, replaced it with Thunderbird, added an extension so TB communicated with Evolution Data Server, and am living happily ever after (until the next glitch 8-D).</p>\n",... | null | null | null | null | null |
1494829 | 1 | null | 2023-12-03T23:39:13.050 | 0 | 356 | <p>I am trying to get a desktop environment up and running on my ubuntu system running with WSL2 on Windows 11. I ran these commands in ubuntu to get everything installed:</p>
<pre><code>sudo apt update && sudo apt -y upgrade
sudo apt-get purge xrdp
sudo apt install -y xrdp
sudo apt install -y xfce4
sudo apt in... | 1750266 | null | null | 2024-01-22T19:05:51.843 | Remote Desktop cannot connect to Ubuntu xfce4 | [
"xfce",
"windows-subsystem-for-linux",
"xrdp"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>If you have trouble connecting via remote desktop, the article in the comments has a typo which does not update the port correctly:<br />\nTry the command:</p>\n<pre><code>sudo sed -i 's/3398/3390/g' /etc/xrdp/xrdp.ini\n</code></pre>\n<p>You command has an error trying to rep... | null | null | null | null | null |
1494831 | 1 | null | 2023-12-04T00:51:27.623 | 0 | 23 | <p>I really hope someone can help me out.
I created a 300gb partition on my 1tb D: HDD using windows disk manager to install ubuntu there.
After selecting that partition in ubuntu installation for the ext4 / the installation failed.
I booted windows and the entire disk is gone. In disk manager it says Disk 0 Dynamic In... | 1750269 | null | null | 2023-12-04T00:51:27.623 | Can't access HDD partition with important files after trying to install ubuntu on another partition of the same disk | [
"dual-boot",
"partitioning",
"hard-drive"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T03:30:32.050",
"id": "2619064",
"postId": "1494831",
"score": "1",
"text": "Dynamic partitions are a proprietary Microsoft partitioning. If that is what you had, you could not convert one partition and install Ubuntu. Microsoft's official policy is a full backup, er... | null | [] | null | null | null | null | null |
1494833 | 1 | null | 2023-12-04T01:55:27.340 | 0 | 1226 | <p>I downloaded the ubuntu-20.04.6-live-server-amd64.iso file and installed it into the Oracle cloud virtual server by attaching the boot volume. There was no prompt for username and login password during the installation process, so now I don’t know its ssh Login username and password. Where can I find it? Thanks!</p>... | 1750277 | null | null | 2023-12-04T03:06:13.143 | What are the default username and password for ubuntu-20.04.6-live-server-amd64.iso? | [
"server",
"ssh",
"login",
"password",
"username"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The Ubuntu install process generally prompts you for a user and password. By default root is a random password that protects the system from unauthorised access.</p>\n<p>If you want to get into the installation, use the Live cd again. Once it loads, press ctrl+alt+F3 this is... | null | null | null | null | null |
1494834 | 1 | null | 2023-12-04T01:59:19.853 | 1 | 359 | <h2>Goal:</h2>
<p>Determine why configuring an interface with only dhcp4 fails.</p>
<h2>Setup</h2>
<p>I am working on configuring netplan for a Virtualbox VM.
The VM has 1 bridged adapter connected to my machines wlo1 and 2 internal adapters both connected to their own internal network (ie they are not connected to any... | 1687899 | 1687899 | 2023-12-11T00:08:21.217 | 2023-12-11T00:08:21.217 | Netplan Configuration Isssue: Unable to obtain ip address for ethernet configured with dhcp4 | [
"networking",
"virtualbox",
"network-manager",
"dhcp",
"netplan"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494838 | 1 | 1494840 | 2023-12-04T03:36:32.223 | 1 | 492 | <p>I have a server using Ubuntu Server 18.04 that I have to upgrade to 20.04.</p>
<p>The problem is when I tried to update, Postgresql no longer have a release file for Bionic.</p>
<p>What is the best way to go forward? I can think only this 3 choices, if possible:</p>
<ol>
<li>Do 'do-release-upgrade' without updating... | 445729 | 94914 | 2023-12-04T05:36:11.137 | 2024-02-05T19:44:11.553 | Try to update a 18.04 server but PostgreSQL no longer a release file | [
"apt",
"updates",
"do-release-upgrade"
] | 2 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T03:43:31.687",
"id": "2619065",
"postId": "1494838",
"score": "1",
"text": "Once a release reaches EOL or EOSS (*18.04 reached that many months ago*), third party sources are free to *drop* support thus errors can be expected (*as you waited too long*). For best res... | {
"accepted": true,
"body": "<p>Ubuntu uses versioned postgresql like so:</p>\n<pre><code>ii postgresql 14+238 all object-relational SQL database (supported version)\nii postgresql-10 10.23-0ubuntu0... | [
{
"accepted": true,
"body": "<p>Ubuntu uses versioned postgresql like so:</p>\n<pre><code>ii postgresql 14+238 all object-relational SQL database (supported version)\nii postgresql-10 10.23-... | null | null | null | null | null |
1494841 | 1 | null | 2023-12-04T03:55:30.373 | 0 | 462 | <p><a href="https://i.stack.imgur.com/6dLgo.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/6dLgo.png" alt="Pending Kernel Upgrade, kernel version 6.5.0-1007-raspi" /></a></p>
<p>For some reason Ubuntu won't upgrade my Pi to the latest/requested kernel, 6.5.0-1007. No amount of <code>sudo apt upgrade... | 1649523 | 1649523 | 2023-12-04T10:59:16.057 | 2023-12-04T10:59:16.057 | Raspberry Pi's message in Ubuntu: Pending Kernel Upgrade, kernel version 6.5.0-1007-raspi | [
"upgrade",
"kernel",
"raspberrypi"
] | 0 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T04:06:07.537",
"id": "2619070",
"postId": "1494841",
"score": "1",
"text": "Please [edit your question](https://askubuntu.com/posts/1494841/edit) to show us the complete output of `sudo apt update` and of `apt policy linux-image-raspi`",
"userDisplayName": null... | null | [] | null | null | null | null | null |
1494843 | 1 | null | 2023-12-04T04:22:43.460 | 0 | 29 | <p>I like to port forward my jupyter notebook from my remote ubuntu server to my local laptop. So I'm running the jupyter notebook server on the ubuntu server and forwarding it to my local laptop. I often leave the notebook server up for days, even weeks at a time. I have a mysql database running on the server as we... | 946351 | null | null | 2023-12-04T04:22:43.460 | trouble shooting unstable os | [
"server",
"live-usb",
"fsck",
"smart"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T04:29:27.363",
"id": "2619073",
"postId": "1494843",
"score": "1",
"text": "You've not provided any clues as to what release of what Ubuntu Server you have installed (Ubuntu Core [Server]? or Ubuntu Server? and what release of that product). You also gave no clues ... | null | [] | null | null | null | null | null |
1494845 | 1 | null | 2023-12-04T05:38:15.193 | 0 | 57 | <p>My Manager sent me AWS server credentails and told me to connect with filezilla.</p>
<p>He gave the <strong>Hostname</strong> & <strong>User : ubuntu</strong> , but when i asked for <strong>.pem or ssh key</strong> file, he told my <strong>system's key</strong> is already added to the server. What he mean ? With... | 489656 | null | null | 2023-12-04T05:38:15.193 | Acess Aws server files using FTP like filezilla without .pem file | [
"server",
"ssh",
"aws",
"filezilla"
] | 0 | 12 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T05:49:19.530",
"id": "2619078",
"postId": "1494845",
"score": "0",
"text": "Your manager? If this is a corporate setup, does your company have some sort of SSO service in which you can add SSH keys? If so, have you added your key to that service already?",
"user... | null | [] | null | null | null | null | null |
1494847 | 1 | null | 2023-12-04T06:06:14.247 | 1 | 393 | <p>Trying to create a <code>KVM</code> with <code>MacVTap</code> interface, but there is no <code>ip</code> assigned to it<br />
Referring to these <a href="https://www.ibm.com/docs/en/linux-on-systems?topic=choices-using-macvtap-driver" rel="nofollow noreferrer">docs</a> to create the kvm.<br />
<br />
Followed the cr... | 1750297 | null | null | 2023-12-06T14:01:36.503 | MacVTap in KVM not getting IP address from Local Network DHCP | [
"networking",
"virtualization",
"kvm-virtualization",
"dhcp",
"libvirt"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-07T10:32:24.230",
"id": "2619794",
"postId": "1494847",
"score": "0",
"text": "Just having a quick look at your config, are you you trying to use a Wifi Interface as the master for the macvtap? My understanding, is that wifi interfaces can not have additional mac addr... | null | [
{
"accepted": null,
"body": "<p>mactapv is a special interface does not allow guest to host communication.\nSo if your trying to obtain dhcp client ip in the same network as the host you need a bridged network adapter.</p>\n<p>Else you can use mactapv to tunnel to another network with a dhcp service running... | null | null | null | null | null |
1494848 | 1 | null | 2023-12-04T06:07:56.280 | 0 | 131 | <p>I have Windows 11 and Ubuntu Desktop 23.10 in a dual boot. Now I want to completely reinstall Ubuntu while keeping Windows 11. I have no idea what to do in the "manual partitioning" step of the installation. Please check the image. Could someone please provide a step by step guidance on what to do?<a href... | 1743616 | 1743616 | 2023-12-04T06:49:36.717 | 2023-12-04T06:49:36.717 | Help with manual partitioning while installing Ubuntu | [
"dual-boot",
"partitioning"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T06:25:15.850",
"id": "2619084",
"postId": "1494848",
"score": "0",
"text": "You've not said what Ubuntu product (Server? Desktop? nor which installer you're asking about as there are 3 installers available for Ubuntu 23.10 (two choices for Desktop & one for Server))... | null | [] | null | null | null | null | null |
1494850 | 1 | 1494874 | 2023-12-04T06:24:24.750 | 0 | 143 | <p>Very very new to Ubuntu here and learning as I go by setting up a NAS.</p>
<p>I'm having an issue with Sambashare where I'm losing permissions in every subfolder aside from the root folder while accessing the NAS from my windows desktop. Can't write at all in any subfolder. BUT I am able to correct this issue (seems... | 1750301 | 1750301 | 2023-12-04T18:45:29.753 | 2023-12-05T13:03:50.293 | Sambashare permission issues and chgrp | [
"samba",
"nas"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-05T13:05:06.713",
"id": "2619347",
"postId": "1494850",
"score": "0",
"text": "I've update my response based on your edit above.",
"userDisplayName": null,
"userId": "701351"
}
] | {
"accepted": true,
"body": "<p>A different approach to the share definition may work better:</p>\n<p>Make sure the shared folder has sambashare as group:</p>\n<pre><code>sudo chown :sambashare /mediaserver\n</code></pre>\n<p>Add the setgid bit to the shared folder:</p>\n<pre><code>sudo chmod 2775 /mediaserver\n</c... | [
{
"accepted": true,
"body": "<p>A different approach to the share definition may work better:</p>\n<p>Make sure the shared folder has sambashare as group:</p>\n<pre><code>sudo chown :sambashare /mediaserver\n</code></pre>\n<p>Add the setgid bit to the shared folder:</p>\n<pre><code>sudo chmod 2775 /mediaser... | null | null | null | null | null |
1494851 | 1 | null | 2023-12-04T06:48:43.003 | 0 | 92 | <p>I run nginx with php7.4-fpm on a ubuntu 22.04 and I have a info page like this.</p>
<pre><code><?php phpinfo(); ?>
</code></pre>
<p>I have this nginx server config.</p>
<pre><code>server {
listen 80;
listen [::]:80;
root /var/www/html;
index index.php index.html;
server_name example.com;
location ... | 811255 | null | null | 2023-12-05T12:43:42.217 | php via https not working | [
"nginx",
"https",
"php-fpm"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T15:48:11.737",
"id": "2619186",
"postId": "1494851",
"score": "0",
"text": "Have you looked at your php logs? A blank page usually means a critical PHP error which by design does not get shown on the front-end.",
"userDisplayName": null,
"userId": "1061422"
... | null | [
{
"accepted": null,
"body": "<p>I found the reason.</p>\n<p>I also used this 2 repositories with php7.4, php8.0 and php8.1 installed.</p>\n<pre><code>add-apt-repository ppa:ondrej/php\nadd-apt-repository ppa:ondrej/nginx\n</code></pre>\n<p>What I forgot was to configure php default version which is done by ... | null | null | null | null | null |
1494852 | 1 | null | 2023-12-04T06:55:35.837 | 1 | 153 | <p>I have Ubuntu LTS 22.04.3 version. I am trying to login for Epic game launcher application, but the default browser is not getting launched when i select any login option like Google, Facebook or any other option. Please help that how can i solve this problem? for other application default browser is getting launch ... | 1750307 | null | null | 2023-12-04T06:55:35.837 | Not able to login for Epic game Launcher through Google account | [
"login",
"launcher",
"games",
"default-browser"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T09:24:46.573",
"id": "2619121",
"postId": "1494852",
"score": "0",
"text": "I remember this happening sometime ago ... However, IIRC there should be an option to copy some token/string from another logged-in account in the actual web-browser ... i.e. login in the br... | null | [] | null | null | null | null | null |
1494859 | 1 | null | 2023-12-04T08:45:58.980 | 1 | 180 | <p>I have an MSI Bravo 17 C7VFK laptop with AMD Ryzen 7 7735HS CPU and Nvidia 4060 graphics. Ubuntu does not detect its laptop keyboard at all. Even in the live USB used for installation, it does not detect the laptop keyboard. The keyboard works fine in the grub menu but not when booted into Ubuntu. The laptop keyboar... | 944730 | 944730 | 2023-12-04T10:10:25.247 | 2024-02-15T07:30:00.583 | Ensure that laptop does not get detected as tablet which disables keyboard (issue on MSI Bravo laptops) | [
"kernel",
"22.04",
"msi"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-11T15:03:26.783",
"id": "2636144",
"postId": "1494859",
"score": "1",
"text": "You probably have cause and effect reversed. It not that it \"detects the laptop as a tablet device and completely disables the laptop keyboard\". It's that the laptop keyboard is not detect... | null | [
{
"accepted": null,
"body": "<p>With recent kernel updates, the problem went away. The keyboard gets detected fine.\nCurrent default kernel 6.5.0-17-generic in ubuntu 22.04 detects the keyboard fine.</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2024-02-12T14:53:30.933"... | null | null | null | null | null |
1494861 | 1 | 1495088 | 2023-12-04T08:54:23.653 | -1 | 364 | <p>I am a new Linux user, on Ubuntu Desktop 22.04.03 LTS. For trying Linux, I started with a dual boot with windows 10 on 256GB nvme SSD and 495 GB default partition made by ubuntu for dual boot on the 1TB hard drive on my laptop(Lenovo Legion Y540). After using it for a month without issue I was confident that I could... | 1750305 | 1750305 | 2023-12-04T20:57:34.930 | 2023-12-06T07:21:47.737 | Hard disk has become read-only. fsck, some other solutions listed below did not work | [
"partitioning",
"mount",
"disk",
"read-only"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>I got back access.</p>\n<p>I formatted the hard drive (Quick,slow mode was unnecessary) in Disks to ext4. Then the hard drive was r/w again, as checked using <code>$ ls -l /dev/sda1</code> as the hard drive partition was now sda1. It gave</p>\n<pre><code>brw-rw---- 1 root disk 8, 1 D... | [
{
"accepted": true,
"body": "<p>I got back access.</p>\n<p>I formatted the hard drive (Quick,slow mode was unnecessary) in Disks to ext4. Then the hard drive was r/w again, as checked using <code>$ ls -l /dev/sda1</code> as the hard drive partition was now sda1. It gave</p>\n<pre><code>brw-rw---- 1 root dis... | null | null | null | null | null |
1494862 | 1 | null | 2023-12-04T08:55:05.870 | 0 | 297 | <p><strong>Problem:</strong> Sharing display Ubuntu 22.04 with old android (4.2.2) tablet don`t work:</p>
<p>Error code: 0x207 (from RD Client tablet side).
The same from aRDP Secure RDP Client.</p>
<p><strong>What is try to do:</strong><br />
Info about sharing from <a href="https://www.omgubuntu.co.uk/2022/06/use-ipa... | 57813 | null | null | 2023-12-04T08:55:05.870 | Sharing display Ubuntu 22.04 with old android tablet | [
"android",
"vnc",
"xrdp",
"rdp",
"desktop-sharing"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-05T09:53:21.283",
"id": "2619331",
"postId": "1494862",
"score": "0",
"text": "See links like https://www.omgubuntu.co.uk/2022/06/use-ipad-as-second-monitor-ubuntu-22-04 and https://www.reddit.com/r/gnome/comments/uz5as7/gnome_has_made_it_super_simple_to_extend_your/. ... | null | [] | null | null | null | null | null |
1494865 | 1 | null | 2023-12-04T09:37:02.040 | 0 | 91 | <p>I've got an Ubuntu PC (Machine A) with 2 network cards connected to 2 different networks.</p>
<p>Machine A can be ssh'd from a different machine that is on its first network (eno1), but can't be ssh'd from a machine (Machine B) on its second network (enp5s0). This isn't just limited to SSH, I also can't access the M... | 1750333 | 1089525 | 2023-12-06T17:16:16.840 | 2023-12-06T17:17:24.840 | Can't SSH PC running 2 network cards from second network | [
"networking",
"ssh",
"nic"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T14:23:49.427",
"id": "2619164",
"postId": "1494865",
"score": "0",
"text": "Please provide output of commands `ip addr show` and `ip route show` from both machines.",
"userDisplayName": null,
"userId": "1089525"
},
{
"creationDate": "2023-12-05T02:33... | null | [
{
"accepted": null,
"body": "<p>I assume it is the 165.10.10.x addresses that are having the issue?</p>\n<p>These are not part of any private subnet allocation, therefore your router, and systems will be treating them as public IP's and sending them to your gateway.</p>\n<p>Unless you own these addresses (c... | null | null | null | null | null |
1494866 | 1 | null | 2023-12-04T10:15:59.720 | 0 | 40 | <p>I installed the Ubuntu 23.10. It was working well for a few days, but later I couldn't use my PC anymore. It is showing the following MokListRT errors.</p>
<pre class="lang-none prettyprint-override"><code>Could not Create MokListRT: Volume Full
Could not Create MokListRT: Volume Full
Could not Create MokListRT: ... | 1750341 | 1750341 | 2023-12-04T12:22:43.570 | 2023-12-04T12:22:43.570 | Installed Ubuntu 23.10 but I'm unable to start my PC after a few days | [
"software-installation",
"23.10",
"moklistrt"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T10:24:10.497",
"id": "2619127",
"postId": "1494866",
"score": "0",
"text": "Take a look at [this](https://askubuntu.com/questions/1401737/couldnt-create-moklist-volume-full-grub-doesnt-start-at-all). Hope it helps.",
"userDisplayName": null,
"userId": "14509... | null | [] | null | null | 2023-12-04T12:20:34.947 | null | null |
1494868 | 1 | null | 2023-12-04T10:27:30.953 | 0 | 242 | <p>I installed Ubuntu 22.04 alongside Windows 11 on my HP Pavillion laptop, but when I boot into Ubuntu (from both turned off PC and from Windows), the WiFI is connected normally, I can search in browser or ping via cmd, but it then, usually after about 10 seconds after boot, suddenly crashes, showing the "Activat... | 1750339 | 1750339 | 2023-12-06T10:34:49.257 | 2023-12-06T10:34:49.257 | WiFi stops working in Ubuntu 22.04 when dual booting with Windows 11 | [
"networking",
"drivers",
"dual-boot"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-05T09:42:50.577",
"id": "2619329",
"postId": "1494868",
"score": "0",
"text": "What does `/var/log/syslog` show, especially at the time of the disconnect?",
"userDisplayName": null,
"userId": "1691066"
},
{
"creationDate": "2023-12-06T10:37:25.717",
... | null | [] | null | null | null | null | null |
1494872 | 1 | null | 2023-12-04T10:36:20.377 | -1 | 787 | <p>I am using a Raspberry Pi expansion board, Zero to Pi 4.<br />
<a href="https://rads.stackoverflow.com/amzn/click/com/B0BVLPB988" rel="nofollow noreferrer" rel="nofollow noreferrer">https://www.amazon.com/dp/B0BVLPB988?psc=1&ref=ppx_yo2ov_dt_b_product_details</a></p>
<p>It works plug-n-play in the native Raspber... | 1649523 | 1649523 | 2023-12-06T03:15:45.263 | 2023-12-06T03:15:45.263 | Ethernet Adapter not found/working [Ubuntu 23.10] | [
"drivers",
"server",
"ethernet",
"raspberrypi",
"23.10"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Yah, a "global" driver is unlikely :-).</p>\n<p>You haven't yet given us much to work with. To get started, do the following under both Raspberry Pi OS and Ubuntu 23.10</p>\n<ol>\n<li><p>Check the output of <code>dmesg -T</code> (-T shows a timestamp, which may be ... | null | null | null | null | null |
1494882 | 1 | null | 2023-12-04T12:46:34.910 | -1 | 225 | <p>There are numerous reports from owners of certain Dell laptop models who are unable to operate ultrawide external monitors at their full resolution via HDMI output. In such cases, the resolution is limited to either 1920 x 1080 or 1900 x 1200. In my situation, I cannot achieve the resolution of 2560 x 1080 on my LG ... | 1072109 | null | null | 2023-12-05T14:46:29.447 | Dell Inspirion External Ultrawide Monitor (HDMI) Limited Resolution at 1920 x 1200 | [
"dell",
"display-resolution",
"hdmi",
"external-monitor"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T15:42:57.967",
"id": "2619184",
"postId": "1494882",
"score": "1",
"text": "There was a very similar issue on here recently which has some info and links to other posts that may be useful. That issue looked like a pixel dotclock issue as the OP could set to the desi... | null | [
{
"accepted": null,
"body": "<p>I found a not perfect solution, but, in my case, it is a reasonable one. My ultrawide screen is full (2560 x 1080), except its rate which is running under 30 Hz and not the expected 60 Hz.</p>\n<p>In my case, it is not work in Wayland, just in xorg mode.</p>\n<p>It is the seq... | null | null | null | null | null |
1494887 | 1 | null | 2023-12-04T13:25:08.197 | 1 | 194 | <p>Ubuntu 24.04 does not have any software that will burn a audio CD.
There is no software centre to install from.
Many of the apps that come with Ububtu 24.04 have lost the three button top left, close, min, full screen. The only way to close some apps is right click the taskbar icon and click QUIT</p>
| 1166763 | 124466 | 2023-12-04T14:16:59.270 | 2023-12-04T14:16:59.270 | How to install CD burning on 24.04 | [
"cd",
"burning",
"24.04"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T19:49:04.413",
"id": "2619232",
"postId": "1494887",
"score": "0",
"text": "sudo apt install wodim",
"userDisplayName": null,
"userId": "1372403"
},
{
"creationDate": "2023-12-04T20:58:58.807",
"id": "2619249",
"postId": "1494887",
"score... | null | [
{
"accepted": null,
"body": "<p>While your question is off-topic on this site because 24.04 is not released yet, you can install Brasero to burn CD/DVD in any version of Ubuntu.</p>\n<pre><code>sudo apt install brasero\n</code></pre>\n<p>For the missing icons, you can create a bug report in <a href=\"https:... | null | null | 2023-12-04T23:23:28.350 | null | null |
1494890 | 1 | null | 2023-12-04T13:38:54.857 | -2 | 142 | <p><strong>Remote access/desktop sharing/viewing</strong> on the home network used to work with Ubuntu's <a href="https://help.ubuntu.com/community/VNC/Servers" rel="nofollow noreferrer">VNC</a> and <a href="https://remmina.org/" rel="nofollow noreferrer">Remmina</a> on a remote laptop, using port forwarding and an ISP... | 103908 | 158442 | 2023-12-24T06:38:29.450 | 2023-12-24T06:38:29.450 | Can Ubuntu remote access behind CGNAT? | [
"networking",
"remote-access"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T14:04:31.427",
"id": "2619161",
"postId": "1494890",
"score": "1",
"text": "You must have \"something\" accessible outside of your home network if you are behind a CGNAT, and some kind of tunnel set up between your home network and that \"something\". That \"somethi... | null | [
{
"accepted": null,
"body": "<p>Fixed using rdp, vnc is problematic with gnome.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-12-22T14:27:40.647",
"id": "1497837",
"lastActivityDate": "2023-12-22T1... | null | null | null | null | null |
1494897 | 1 | null | 2023-12-04T14:58:33.897 | -1 | 53 | <p>I have an HP EnvyX360 2-1 15-ey0xxx with Bang & Olufsen speakers. I just installed Linux Ubuntu 22.04.3 LTS (Dual Boot)on it. Everything installed fine from what I could tell.</p>
<p>My speakers don’t work on it. Not only that, but the system seems to think they are working and I’ve used HDAJackRetask to a post ... | 1750298 | null | null | 2023-12-16T01:18:39.213 | No Audio on HP x360 15-ey0xxx | [
"sound",
"pulseaudio",
"alsa"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Known issue. You'll have to wait for either the kernel to patch, or for HP to fix the BIOS then do a manual update.</p>\n<p><a href=\"https://bugzilla.kernel.org/show_bug.cgi?id=216311\" rel=\"nofollow noreferrer\">https://bugzilla.kernel.org/show_bug.cgi?id=216311</a></p>\n"... | null | null | null | null | null |
1494899 | 1 | null | 2023-12-04T15:25:37.000 | 0 | 51 | <p>Does Ubuntu publish a list of packages which are the snap package in pulled in when one installs a dummy APT package?</p>
<p>I know that Chromium (20.04+) and Firefox (22.04+) are among them. Is there anything else?</p>
<p>Some users are <a href="https://askubuntu.com/questions/1494599/videos-from-non-linux-partitio... | 124466 | 124466 | 2023-12-05T05:50:41.723 | 2023-12-05T05:50:41.723 | Where can I find the list of dummy apt packages which actually install snap? | [
"apt",
"package-management",
"software-installation",
"snap"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T15:43:52.443",
"id": "2619185",
"postId": "1494899",
"score": "0",
"text": "Published list? Never seen one. Suggest starting such a list in an answer. Folks can edit to add. The list will change over time. Example: 24.10 is expected to add CUPS.",
"userDisplayNa... | null | [] | null | null | 2023-12-04T15:51:32.973 | null | null |
1494911 | 1 | 1494916 | 2023-12-04T17:36:22.807 | -1 | 44 | <p>Dropbox keeps automatically starting on my Ubuntu system, and I can't turn it off. It is installed directly in my home directory (not via Snap or APT).</p>
<p>Dropbox starts automatically upon system boot, even though I tried disabling and deleting it in the Startup Applications and manually killed the process. Each... | 1007278 | null | null | 2023-12-04T18:25:04.070 | I can't turn off dropbox autostart | [
"dropbox",
"autostart"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Open the <code>Dropbox</code> drop down menu from the system tray and navigate down to <code>Preferences</code></p>\n<p><a href=\"https://i.stack.imgur.com/oARho.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/oARho.png\" alt=\"enter image description here\" />... | [
{
"accepted": true,
"body": "<p>Open the <code>Dropbox</code> drop down menu from the system tray and navigate down to <code>Preferences</code></p>\n<p><a href=\"https://i.stack.imgur.com/oARho.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/oARho.png\" alt=\"enter image description h... | null | null | null | null | null |
1494913 | 1 | null | 2023-12-04T17:47:56.643 | 0 | 59 | <p>My Dell N-5030 PC is encountering issues with the mouse in Lubuntu, despite its smooth functionality on Windows 7. I've already attempted driver updates through the terminal using commands like "sudo apt-get update" and "sudo apt-get upgrade." However, the problem persists. I've also tried differ... | 1389510 | null | null | 2023-12-04T17:47:56.643 | Mouse misbehaving in lubuntu while it was working fine in windows 7 | [
"lubuntu",
"mouse",
"dell"
] | 0 | 12 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T20:57:38.183",
"id": "2619247",
"postId": "1494913",
"score": "1",
"text": "You've not provided any release details; so I'll assume the latest *stable* release which is Lubuntu 23.10; you can look at the manual for operational clues, eg. https://manual.lubuntu.me/st... | null | [] | null | null | null | null | null |
1494923 | 1 | null | 2023-12-04T19:12:12.517 | 1 | 400 | <p>I'm trying to setup a OSticket website for my company. I followed along to this guide on <a href="https://www.youtube.com/watch?v=AyhynSmFSqc" rel="nofollow noreferrer">YouTube</a>.</p>
<p>I set up a <code>.conf</code> file and loaded it into the <code>sites-available</code> directory. Ran <code>a2ensite</code> and ... | 1750452 | 1157209 | 2023-12-08T09:34:40.073 | 2023-12-08T11:03:29.413 | How to connect to Apache2 server. Ubuntu 22.04.3 LTS | [
"networking",
"server",
"apache2"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-05T00:07:54.717",
"id": "2619278",
"postId": "1494923",
"score": "2",
"text": "Does the domain name point to your local machine? Have you tried accessing by ip address instead of domain name?",
"userDisplayName": null,
"userId": "1256089"
},
{
"creatio... | null | [
{
"accepted": null,
"body": "<p>Looks like your Apache server is working and it is opening an empty directory. I suppose that the problem is because you didn't disable the <code>000-default</code> vhost. Your manual mentions deleting the default Apache <code>/var/www/html/index.html</code>, the server is no... | null | null | null | null | null |
1494927 | 1 | null | 2023-12-04T20:09:32.757 | 0 | 201 | <p>Is there a REALLY lightweight gnome extension for old computers, that shows all critical information like IOWait, CPU%, Swap, RAM% ?</p>
<p>The problem is: fancy gnome extensions causing problems with input from keyboard and mouse and causing short freezings making it difficult to use ubuntu 22.04 in an old computer... | 1748590 | 1748590 | 2023-12-05T10:10:51.683 | 2023-12-17T02:01:07.647 | Is there a REALLY lightweight gnome extension for old computers, that shows all critical information like IOWait, CPU%, Swap, RAM%? | [
"22.04",
"freeze",
"gnome-shell-extension",
"input"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-05T00:46:44.397",
"id": "2619293",
"postId": "1494927",
"score": "0",
"text": "Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer.",
"userDisplayName": null,
"userId": "-1"
},
{
"creationDate": "... | null | [
{
"accepted": null,
"body": "<p>What I am using is a single gnome extension: <a href=\"https://extensions.gnome.org/extension/2826/generic-monitor/\" rel=\"nofollow noreferrer\">https://extensions.gnome.org/extension/2826/generic-monitor/</a></p>\n<p>And a script with all I need at <a href=\"https://gist.gi... | null | null | null | null | null |
1494933 | 1 | 1494941 | 2023-12-04T20:49:11.820 | -1 | 262 | <p>I would like to know how to create your own name servers and manage them on your own ubuntu server(so they will no longer be configured on the domain registrar panel).
Like, for example, I would take CWP panel(centos web panel, and I believe other panels like cPanels are the same):</p>
<ol>
<li>I would register my d... | 1750466 | 1750466 | 2023-12-04T20:50:10.880 | 2023-12-05T00:28:49.277 | How to manually create your own nameservers and manage multiple domains(without the help of control web panels) | [
"networking",
"apache2",
"dns",
"domain-server"
] | 2 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-04T23:33:57.017",
"id": "2619269",
"postId": "1494933",
"score": "1",
"text": "I don't understand why you would do (2). If you set up BIND or something like that to serve as the authoritative name server for your domain, that doesn't mean it has to be used as the DNS s... | {
"accepted": true,
"body": "<p>DNS nameservers serve two purposes:</p>\n<ul>\n<li>to publish information about domains</li>\n<li>to cache, forward, and relay domain requests from local clients to remote dns servers</li>\n</ul>\n<p>You may be confusing these two purposes.</p>\n<p>Neither if these purposes is to &qu... | [
{
"accepted": true,
"body": "<p>DNS nameservers serve two purposes:</p>\n<ul>\n<li>to publish information about domains</li>\n<li>to cache, forward, and relay domain requests from local clients to remote dns servers</li>\n</ul>\n<p>You may be confusing these two purposes.</p>\n<p>Neither if these purposes i... | null | null | 2023-12-05T01:05:29.580 | null | null |
1494944 | 1 | null | 2023-12-05T01:00:11.780 | -3 | 135 | <p>I'm using Ubuntu 20.04, and my router is TP-Link AXE-5400. I'm new to Ubuntu and Linux for that matter, but I managed to make some VM via Proxmox. Cloud server, gaming server, Plex and so on. I was tired to typing all the IP addresses and wanted to create a VM that runs as a DNS. When everything was done my router j... | 1750464 | 94914 | 2023-12-06T02:08:52.860 | 2023-12-06T02:41:29.800 | Router changing default gateway when creating a DNS | [
"dns",
"router",
"gateway",
"proxmox"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-06T10:26:05.707",
"id": "2619534",
"postId": "1494944",
"score": "0",
"text": "Please comment if you think F.Hasangjekaj needs to provide any more information in addition to the preliminary de-obfuscation.",
"userDisplayName": null,
"userId": "94914"
}
] | null | [
{
"accepted": null,
"body": "<p>As a temporary fix try to get the DNS server working using Cloudfare which has an IP of 1.1.1.1 In Ubuntu just type in 1.1.1.1 in Settings app -> <em>Network</em> -> <em>Details</em> tab -> DNS to set Cloudfare as the default DNS. This will allow you to isolate the i... | null | null | null | null | null |
1494945 | 1 | 1494950 | 2023-12-05T01:34:07.457 | -1 | 293 | <p>I'm trying to figure out how can I add other domains to my DNS server, as I fallowed this tutorial:</p>
<p><a href="https://tecadmin.net/configure-dns-server-on-ubuntu-linuxmint/" rel="nofollow noreferrer">https://tecadmin.net/configure-dns-server-on-ubuntu-linuxmint/</a></p>
<p>Can anyone explain and show me how to... | 1750466 | 1750466 | 2023-12-05T01:39:42.737 | 2023-12-05T02:29:18.443 | How to add multiple domains to my dns server? | [
"dns",
"domain-server"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Basically, the instructions to multi-zone are the same for single-zones, but you have to adapt your configurations for BIND9 - multiple zone files, and multiple zone definitions in the configuration.</p>\n<blockquote>\n<p>Disclaimer: I have MULTIPLE zones on my system with different ... | [
{
"accepted": true,
"body": "<p>Basically, the instructions to multi-zone are the same for single-zones, but you have to adapt your configurations for BIND9 - multiple zone files, and multiple zone definitions in the configuration.</p>\n<blockquote>\n<p>Disclaimer: I have MULTIPLE zones on my system with di... | 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.