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
1497195
1
null
2023-12-15T22:58:49.333
0
270
<p>this is the postfix status:</p> <pre><code>● postfix.service - Postfix Mail Transport Agent Loaded: loaded (/lib/systemd/system/postfix.service; enabled; vendor preset: enabled) Active: active (exited) since Fri 2023-12-15 19:37:25 -03; 16min ago Process: 1099 ExecStart=/bin/true (code=exited, status=0...
566084
566084
2023-12-16T00:23:43.003
2023-12-16T00:23:43.003
Postfix is running but it is not listening in any port
[ "networking", "postfix", "smtp" ]
0
6
CC BY-SA 4.0
[ { "creationDate": "2023-12-15T23:44:33.587", "id": "2622520", "postId": "1497195", "score": "0", "text": "What OS & release (inc. *architecture*) are you using? Your paths seem invalid for a Ubuntu install.", "userDisplayName": null, "userId": "469152" }, { "creationDate": "2023...
null
[]
null
null
null
null
null
1497198
1
null
2023-12-15T23:45:28.830
0
255
<p>The physical host is running 18.04.6 LTS and LXD/LXC 3.0.3. I have two unprivileged containers, one Ubuntu 18.04 container and a new Ubuntu 22.04 container. (Using the default images that <code>lxc launch</code> provides.)</p> <p>LXD is configured to use a bridged network (for direct container exposure to the extern...
1113535
1113535
2023-12-20T20:10:28.583
2023-12-20T20:10:28.583
netplan/udevadm broken in Ubuntu 22 LXC containers
[ "networking", "systemd", "netplan", "udev", "lxc" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T00:52:20.310", "id": "2622536", "postId": "1497198", "score": "0", "text": "@user535733, thanks for your interest in my question. I've updated my post to include the specific Ubuntu versions I'm using. I found a discussion that seems to address the issue and I've a...
null
[]
null
null
null
null
null
1497200
1
null
2023-12-15T23:54:20.567
0
67
<p>Hi I am trying to reinstall lxd because I messed up somewhere. Actually I tried to increase the zfs pool size, and closed the terminal abruptly. On restarting I created more problems, so I am trying to reinstall lxd.</p> <p>In uninstalling lxd, I started deleting everything, but I am unable to delete the default sto...
311484
1157519
2023-12-16T01:18:50.927
2023-12-16T01:18:50.927
Storage pool unavailable
[ "zfs", "storage", "lxd" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T00:30:25.567", "id": "2622533", "postId": "1497200", "score": "0", "text": "In your output: `directory not empty`. See what is in that directory. Delete or preserve the contents. Then try again.", "userDisplayName": null, "userId": "19626" } ]
null
[]
null
null
null
null
null
1497201
1
null
2023-12-16T01:03:27.007
0
153
<p>Very inexperienced with linux so this might just be a result of cascading user error but whenever I try to run sudo apt upgrade I repeatedly get these error messages. autoremove, autoclean, removing unnecessary kernels, and fixing broken packages in recovery mode have helped a little, but haven't completely fixed th...
1618832
null
null
2023-12-16T01:03:27.007
failure to sudo apt upgrade: Errors were encountered while processing /linux-headers-6.2.0-36-generic
[ "upgrade", "kernel", "22.04", "dpkg" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
2023-12-19T23:07:39.753
null
null
1497203
1
null
2023-12-16T01:20:22.267
1
81
<p>By seeing the mail.log, I see errors like this constantly:</p> <pre><code>Dec 15 22:11:49 zeus postfix/smtpd[17078]: NOQUEUE: reject: RCPT from unknown[163.247.55.22]: 454 4.7.1 &lt;admin@relojelectronico.cl&gt;: Relay access denied; from=&lt;control_asistencia@mintrab.gob.cl&gt; to=&lt;admin@relojelectronico.cl&gt;...
566084
null
null
2023-12-16T01:20:22.267
How to solve Relay access denied error in Postfix
[ "server", "email", "postfix", "mail" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497204
1
null
2023-12-16T01:43:20.063
0
41
<p>I have a laptop running 22.04 (Wayland) with two external displays. I have hibernation working on my system now by typing:</p> <pre><code>sudo systemctl hibernate </code></pre> <p>However it intermittently fails. The failure appears to happen when my monitors lose input during the hibernation process and start auto-...
299240
null
null
2023-12-16T01:43:20.063
Hibernation problems on multi-headed desktops
[ "multiple-monitors", "hibernate" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497205
1
null
2023-12-16T01:59:11.000
0
35
<p>mount smb with user write/read, via cifs at boot, after network.</p> <pre><code>sudo mount -t cifs -o username=USER,password=PASS //ADDRESS/SHARE /PATH/TO/DIRECTORY/ _netdev </code></pre> <p>Can I add this to etc/fstab? Where do I add it (at the end?) I have a dozen similar subdirectories that need to be mounted at ...
1753978
null
null
2023-12-16T01:59:11.000
mount windows smb to ubuntu server at boot
[ "mount", "samba", "fstab", "cifs" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T16:38:28.400", "id": "2622612", "postId": "1497205", "score": "0", "text": "this looks good, thank you", "userDisplayName": null, "userId": "1753978" } ]
null
[]
null
null
2023-12-23T19:13:38.867
null
null
1497210
1
null
2023-12-16T03:26:06.807
1
731
<p>I am trying to start a Windows 11 VM in GNOME Boxes, but I get the below error.</p> <p><a href="https://i.stack.imgur.com/0s6F6.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/0s6F6.png" alt="https://i.stack.imgur.com/0s6F6.png" /></a></p>
1753985
94914
2023-12-16T12:29:30.760
2023-12-16T12:29:30.760
"No KVM" error for Windows iso file in GNOME Boxes
[ "gnome-boxes", "windows-11" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T04:03:59.493", "id": "2622550", "postId": "1497210", "score": "1", "text": "You'll have to reboot into your BIOS, and find the \"Virtual Memory/Machine\" or \"KVM\" setting and enable it.", "userDisplayName": null, "userId": "25618" } ]
null
[]
null
null
null
null
null
1497215
1
null
2023-12-16T05:59:23.780
0
29
<p>How to encrypt (live) data preferrably as a write only filesystem using a rsa public key known on the device (which is offline), that only later can be decrypted by using the private key? So once written the data cant be stolen even if an attacker gets his hands on the device.</p> <p>eCryptFS doesnt seem to support ...
1754005
null
null
2023-12-16T05:59:23.780
Asymmetric Filesystem Encryption
[ "mount", "filesystem", "encryption", "ecryptfs" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-21T05:55:50.143", "id": "2623495", "postId": "1497215", "score": "0", "text": "Does it have to be public key encryption? Wouldn't a plain old secret passphrase work? Or a keyfile, that's encrypted with your gpg public/secret keypair? And what exactly's wrong with eCryp...
null
[]
null
null
null
null
null
1497219
1
null
2023-12-16T06:48:37.403
0
40
<p>Hi this is my first post, thanks for taking the time to view/assist.</p> <p>Hypervisor: Proxmox VM OS: Ubuntu (headless)22.04.3</p> <p>Here is the issue. I'm running a game server and noticed an unusual large spike in cpu and memory usage.</p> <p>I took a look at the &quot;task manager&quot; via htop. There are sev...
1754009
null
null
2023-12-16T06:48:37.403
Why am i having multiple (40 or 50) instances of game servers when i type htop?
[ "22.04", "ram", "cpu" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T06:53:28.063", "id": "2622558", "postId": "1497219", "score": "3", "text": "Does this answer your question? [In htop, I sometimes see lists of 64 processes, identical for all but the PID. What are they?](https://askubuntu.com/questions/17047/in-htop-i-sometimes-see-...
null
[]
null
null
null
null
null
1497220
1
null
2023-12-16T07:11:53.903
0
54
<p>i am trying to have a descent reading experience using Dell XPS 13&quot; at 2560x1600px. Is there a uniform solution to adjust the fonts allover or i need to edit the settings in each app? I am struggling to increase the font size in Thunderbird for example. Is there some Theme that takes care of such scenario?</p>
458545
null
null
2023-12-16T08:10:30.693
Dell xps 13" font not big enough
[ "themes", "fonts" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>There are two ways:</p>\n<ol>\n<li><p>In &quot;Settings - Display&quot;, you can set the scale. This will change the size of all on-screen elements. Currently, scaling is done best in integers. While you can turn on &quot;Fractional scaling&quot; to scale also with fractions...
null
null
null
null
null
1497221
1
null
2023-12-16T08:06:14.790
1
140
<p>Checking for installed snaps</p> <p>Calculating snap size requirements</p> <p>Updating repository information</p> <p>No valid sources.list entry found</p> <p>While scanning your repository information no entry about lunar could be found.</p> <p>An upgrade might not succeed.</p> <p>Do you want to continue anyway?</p>...
1754025
null
null
2023-12-16T12:40:16.660
Unable to upgrade 23.04 to 23.10
[ "22.10" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T08:13:14.510", "id": "2622560", "postId": "1497221", "score": "1", "text": "We have no idea how you are attempting to upgrade and whether what you attempt indeed is a valid upgrade procedure.", "userDisplayName": null, "userId": "558158" }, { "creati...
null
[ { "accepted": null, "body": "<p>Try to fix the issue this way.</p>\n<ol>\n<li><p>Open the apt directory.</p>\n<pre><code>cd /etc/apt\n</code></pre>\n</li>\n<li><p>Move the &quot;sources.list&quot; to another directory.</p>\n<pre><code>sudo mv sources.list /home/User1/\n</code></pre>\n</li>\n<li><p>Create a ...
null
null
null
null
null
1497224
1
1497828
2023-12-16T08:36:13.510
1
90
<p>I can watch live bandwidth rate using <code>tcptrack -i ens3 src or dst IP</code></p> <p>But I need to use it in bash script</p> <p>Are any tools which could return current bandwidth rate for given IP?</p> <p>Like in tcptrack in the bottom 'Total' section <a href="https://i.stack.imgur.com/fVKq5.png" rel="nofollow n...
1047515
null
null
2023-12-22T13:19:53.567
Bandwidth rate for specific IP (bash scripting)
[ "networking", "bash", "scripts", "22.04", "bandwidth" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p><code>iftop</code> is more flexible in bash script than <code>tcptrack</code>. Here is an example:</p>\n<pre><code>sudo iftop -B -F IP -i ens3 -t -s 2 &gt; log\n</code></pre>\n<p><code>-t</code> option to use the text interface, <code>-s 2</code> to execute <code>iftop</code> for 2 s...
[ { "accepted": true, "body": "<p><code>iftop</code> is more flexible in bash script than <code>tcptrack</code>. Here is an example:</p>\n<pre><code>sudo iftop -B -F IP -i ens3 -t -s 2 &gt; log\n</code></pre>\n<p><code>-t</code> option to use the text interface, <code>-s 2</code> to execute <code>iftop</code>...
null
null
null
null
null
1497232
1
null
2023-12-16T10:03:40.780
0
111
<p>I have installed Ubuntu about a month ago and ever since then I have had an issue where my PC immediately wakes itself up from a suspended state. While I have found some band-aid fixes, my ideal solution would be, that I am able to wake my PC by pressing a key on my keyboard.</p> <p>The partial solution I have found...
1746564
null
null
2023-12-16T10:03:40.780
Ubuntu 22.04 wakes from suspend immediately
[ "22.04", "suspend", "wakeup" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497234
1
null
2023-12-16T11:38:00.753
0
36
<p>Please bear with me as I'm still new to this. My current issue is that all audio on the XR18, be it TRAX as well as PC audio output goes to Discord.</p> <p>I am unable to figure this out on my own and need proper guidance.</p> <p>Results of <code>pacmd list-sinks</code> :</p> <pre class="lang-none prettyprint-overri...
1748201
94914
2023-12-16T13:15:08.150
2023-12-16T13:15:08.150
PulseAudio: All input audio goes to output
[ "sound", "usb", "pulseaudio" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497236
1
null
2023-12-16T12:40:47.233
0
44
<p>I've had this issue for about a year. The touchpad periodically stops registering input, that being just touching to move the cursor, or using the physical buttons to click on something, or any of the supported gestures. To put it as clearly as possible, <strong>the touchpad periodically stops working completely for...
1560054
null
null
2023-12-16T12:40:47.233
Touchpad periodically doesnt register input (Ubuntu 22.04 Jammy)
[ "22.04", "touchpad", "dell-vostro" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T12:44:10.503", "id": "2622586", "postId": "1497236", "score": "0", "text": "I forgot to mention that I also almost daily run the commands 'apt update' and 'apt full-upgrade', so the system to my knowledge should be up-to-date.", "userDisplayName": null, "use...
null
[]
null
null
null
null
null
1497237
1
null
2023-12-16T12:49:55.423
1
111
<p>I have multipass working well on my macbook air M1 - I installed it naively and I've had no problems.</p> <p>I also had it working well on my Mac mini M2 - in the same way.</p> <p>It has stopped working, and I've been trying to fix it. The main difference is that I now have a hard-wired link as en0, instead of wi-fi...
216582
null
null
2023-12-16T12:49:55.423
Multipass on a Mac mini M2 failing to launch - no IPV4 address set
[ "server", "ip", "macosx", "multipass" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497238
1
null
2023-12-16T12:59:02.690
2
173
<p>I am using GB locale</p> <pre><code>LC_TIME=en_GB.UTF-8 </code></pre> <p>and looking into /usr/share/i18n/locales</p> <pre><code>LC_TIME abday &quot;Sun&quot;;&quot;Mon&quot;;&quot;Tue&quot;;&quot;Wed&quot;;&quot;Thu&quot;;&quot;Fri&quot;;&quot;Sat&quot; ... first_weekday 2 END LC_TIME </code></pre> <p>seems a...
1749793
1749793
2023-12-16T19:13:09.007
2023-12-16T19:13:09.007
GNOME 45 calendar - first day of the week
[ "gnome", "calendar", "gnome-calendar" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T13:33:56.763", "id": "2622591", "postId": "1497238", "score": "0", "text": "Is it correct if you start it from a terminal with the locale explicitly i.e. `LC_TIME=en_GB.UTF-8 gnome-calendar` ?", "userDisplayName": null, "userId": "178692" }, { "creat...
null
[]
null
null
null
null
null
1497240
1
null
2023-12-16T13:07:22.253
0
63
<p>I have a three display setup, 1st screen is the laptop screen, second screen is my monitor connected to physical HDMI port on my laptop, and 3rd monitor connected to usb-c port (via usb-c docking station, that has 2 HDMI outputs) which also has display-port within it.</p> <p>Only one external monitor gets input. If ...
944730
null
null
2023-12-16T13:07:22.253
only one external monitor gets video signal, even though two external monitors get detected
[ "nvidia", "usb", "22.04", "multiple-monitors", "hdmi" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497250
1
null
2023-12-16T15:45:55.520
0
61
<p>I bought the computer and install Ubuntu 22.04.3 LTS with a USB. Everything was working perfect, until I update and the touchpad start having problems. It works for a while, and then stop. I have an external mouse working fine.</p> <p>Thanks for your help.</p> <pre><code>⎡ Virtual core pointer i...
1754078
null
null
2023-12-30T09:16:46.587
Dell Inspiron 15 3520 touchpad stop working after update
[ "updates", "dell", "touchpad", "inspiron" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497251
1
null
2023-12-16T16:28:01.743
0
42
<p>I am unable to install the Zenmap in ubuntu 22.04 due to <code>python-gtk</code> dependency as <code>python-gt</code>k is dependent on python lower version i guess. Please have a look at the image attached for the reference.</p>
1753948
389216
2023-12-18T21:46:49.807
2023-12-18T21:46:49.807
Unable to install Zenmap due to other dependency on which python-gtk is dependent
[ "dependencies" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T17:12:50.560", "id": "2622616", "postId": "1497251", "score": "0", "text": "Please [edit your question](https://askubuntu.com/posts/1497251/edit) to show us the complete output of your attempt to install.", "userDisplayName": null, "userId": "19626" } ]
null
[]
null
null
null
null
null
1497253
1
1497341
2023-12-16T18:39:41.533
0
82
<p>When I log in locally to Ubuntu Server 22.04 (i.e. with screen, keyboard etc attached) the system is using a screen depth about 8 lines more than the display can handle, so these line aren't visible until they roll into view. This makes things pretty difficult to use. If I boot into recovery mode then the screen dep...
854154
null
null
2023-12-17T17:37:50.317
Ubuntu Server 22.04 wrong screen resolution except in recovery mode
[ "server", "grub2", "display-resolution" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>I tracked this down to the Intel i915 video driver, which does not handle the monitor correctly (an old LG W2042S). The EFI mode works fine until the i915 driver is loaded, then it goes wrong. I used &quot;nomodeset&quot; in the grub parameters to prevent the driver being loaded:</p>...
[ { "accepted": true, "body": "<p>I tracked this down to the Intel i915 video driver, which does not handle the monitor correctly (an old LG W2042S). The EFI mode works fine until the i915 driver is loaded, then it goes wrong. I used &quot;nomodeset&quot; in the grub parameters to prevent the driver being loa...
null
null
null
null
null
1497254
1
1497504
2023-12-16T18:48:47.343
0
83
<p>Having multiple apps open may introduce some conflicts at commons keyboard shortcuts. In order to control the behavior, I'm looking for a way to define the priority of these shortcuts/hotkeys. A more concrete example of this conflict is:</p> <p>Both program A and B are running, and both of them have an action for th...
1108695
389216
2023-12-17T02:04:53.753
2023-12-19T08:50:12.033
How to manage keyboard shortcuts apps priority in Linux
[ "unity", "keyboard", "22.04", "shortcut-keys", "shortcuts" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T09:02:11.133", "id": "2622724", "postId": "1497254", "score": "0", "text": "You will have to be specific: the behavior you describe is not standard. Application specific shortcuts are *not* triggered if the application is not in focus.", "userDisplayName": null,...
{ "accepted": true, "body": "<p>On the Linux desktop, system-wide shortcut keys take precedence over shortcut keys defined by the application.</p>\n<blockquote>\n<p>But when I'm using the program A and press the shortcut (1), instead of acting the program A action, it's trigger the action of program B.</p>\n</block...
[ { "accepted": true, "body": "<p>On the Linux desktop, system-wide shortcut keys take precedence over shortcut keys defined by the application.</p>\n<blockquote>\n<p>But when I'm using the program A and press the shortcut (1), instead of acting the program A action, it's trigger the action of program B.</p>\...
null
null
null
null
null
1497255
1
null
2023-12-16T18:57:33.560
0
138
<p>My keyboard backlight on my asus TUF dash F15 notebook does not work, even though I looked in <code>/sys/class/leds/asus::kbd_backlight</code> and brightness file changes on <code>Fn+F2</code> and <code>Fn+F3</code>.</p> <p>I have tried some solutions I found here on askubuntu, for example:</p> <ul> <li>Changing GRU...
1670727
null
null
2023-12-16T18:57:33.560
ASUS TUF Dash F15 keyboard backlight not working
[ "asus", "brightness", "backlight", "keyboard-backlight" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497256
1
null
2023-12-16T19:17:04.863
0
175
<p>I'm encountering a playback issue on my Ubuntu 22.04 LTS and would appreciate some guidance.</p> <p>When attempting to watch online videos on both Chrome and Firefox from various websites, I encounter a problem where the video fails to play, and the loading circle on the screen keeps rotating. Notably, my internet c...
1754099
null
null
2023-12-16T19:17:04.863
Playback problem on Firefox or Chrome at Ubuntu 22.04 LTS
[ "22.04", "firefox", "google-chrome", "playback" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T20:03:26.350", "id": "2622640", "postId": "1497256", "score": "0", "text": "Sounds like a networking, or Out-Of-Memory problem. How are you connected to the network? How much RAM and swap do you hsve? The terminal commands `service NetworkManager status;ip l | grep ...
null
[]
null
null
null
null
null
1497257
1
null
2023-12-16T19:27:30.580
0
196
<p>I have installed Ubuntu, but I cannot install GT 630 graphics card driver. How do I install it? My monitor resolution does not change in the settings, and it is not what you need.</p> <p>Ubuntu 23.10 Xeon E5-2420 v2 16 GB of RAM NVIDIA Geforce GT 630 128 GB SSD</p>
1754103
null
null
2023-12-27T02:28:14.307
Ubuntu | GT 630 Drivers
[ "nvidia", "graphics", "nvidia-geforce", "23.10" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T20:07:08.963", "id": "2622641", "postId": "1497257", "score": "1", "text": "Show us exactly what you have tried, what you have, which version of Ubuntu. Please read https://askubuntu.com/help/how-to-ask and https://askubuntu.com/help/formatting . Take the [tour].",...
null
[ { "accepted": null, "body": "<p>Unfortunately the NVidia GT630 Linux support seems to be discontinued.</p>\n<p>The last driver that supported it was <a href=\"https://forums.developer.nvidia.com/t/390-154-driver-no-longer-works-with-kernel-6-0/230959\" rel=\"nofollow noreferrer\">the 390.154 version</a>, an...
null
null
null
null
null
1497261
1
null
2023-12-16T19:47:03.950
0
72
<p>I have always used English (US int w Dead Keys). I just installed Ubuntu 23.10 and keyboard US int w Dead keys like I always did in the past, and it shows up and I can select it, but I can not type any of the accented characters. The try Ubuntu USB drive works fine, but after the install, the laptop just will not ...
964129
null
null
2024-03-02T18:44:03.237
US Int with Dead Keys
[ "keyboard" ]
0
9
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T19:59:56.237", "id": "2622639", "postId": "1497261", "score": "1", "text": "Can you please create an extra user for test purposes and check if the issue is present with that user too.", "userDisplayName": null, "userId": "159370" }, { "creationDate":...
null
[]
null
null
null
null
null
1497263
1
null
2023-12-16T20:04:04.633
0
98
<p>Only one e-mail is received:</p> <pre><code>Return-Path: &lt;nicholas@mordor.saundersconsulting.tech&gt; X-Original-To: nick@mordor.saundersconsulting.tech Delivered-To: nick@mordor.saundersconsulting.tech Received: from mordor.saundersconsulting.tech (localhost [127.0.0.1]) by mordor.saundersconsulting.tech (Po...
847449
847449
2023-12-16T20:38:51.203
2023-12-16T21:02:56.037
How to send an e-mail to localhost with Postfix?
[ "command-line", "server", "email", "postfix", "localhost" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T20:30:12.333", "id": "2622644", "postId": "1497263", "score": "1", "text": "have you tried checking the postfix logs? https://serverfault.com/questions/628506/how-to-verify-if-an-email-was-successfully-sent-by-postfix", "userDisplayName": null, "userId": "88...
null
[ { "accepted": null, "body": "<p>I'm not exactly sure what the solution was:</p>\n<pre><code>nicholas@mordor:~$ \nnicholas@mordor:~$ postconf | grep mordor\nmydestination = $myhostname, mordor.saundersconsulting.tech, localhost\nmyhostname = mordor.saundersconsulting.tech\nmyorigin = mordor.saundersconsultin...
null
null
null
null
null
1497264
1
null
2023-12-16T20:22:14.460
0
124
<p>I built a Linux workstation that won't shut down, suspend or sleep properly, and I posted <a href="https://unix.stackexchange.com/questions/758381/kubuntu-not-shutting-down">a detailed question about it on Unix &amp; Linux</a>. I have since tried many different &quot;solutions&quot; but the problem remains unsolved ...
1025322
null
null
2023-12-16T20:22:14.460
How to tell what is preventing Linux shutdown?
[ "kubuntu", "suspend", "shutdown" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T20:41:50.587", "id": "2622645", "postId": "1497264", "score": "0", "text": "Stack Exchange rules allow you to post a question on any *sister* site, but not multiple sites (ie. not SE *Unix & Linux* and SE AskUbuntu). Since you're using 23.04 and 6.2 kernel that is s...
null
[]
null
null
null
null
null
1497266
1
null
2023-12-16T21:49:50.087
0
327
<p>I am new to ubuntu server and i can't manage to connect it to the internet. It is the latest Ubuntu 22.04 LTS. Even during the internet setup window for the installation the wifiscan couldn't start. I got a error message something with -100</p> <p>First I tried to follow the instructions <a href="https://www.makeus...
1754121
1754121
2023-12-29T23:14:24.913
2023-12-29T23:14:24.913
can't connect ubuntu server to internet
[ "networking", "server", "internet" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T21:53:10.077", "id": "2622654", "postId": "1497266", "score": "1", "text": "Server? WiFi? Please explain. Also, there is never *\"too much text to type out\"*, if you actually want any help.", "userDisplayName": null, "userId": "1066942" }, { "creati...
null
[]
null
null
null
null
null
1497267
1
null
2023-12-16T22:04:09.783
0
83
<p>How would postfix be configured so that a test e-mail as below would be sent through Gmail?</p> <pre><code>nicholas@mordor:~$ nicholas@mordor:~$ swaks --to nick@mordor.saundersconsulting.tech --server mordor.saundersconsulting.tech === Trying mordor.saundersconsulting.tech:25... === Connected to mordor.saunderscons...
847449
null
null
2023-12-16T22:04:09.783
How to send to Gmail with Postfix?
[ "server", "email", "postfix", "gmail", "dovecot" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T01:40:59.257", "id": "2622679", "postId": "1497267", "score": "1", "text": "You could just use nullmailer, it's immensely simpler. https://askubuntu.com/a/1124624/243321", "userDisplayName": null, "userId": "243321" }, { "creationDate": "2023-12-17T1...
null
[]
null
null
null
null
null
1497268
1
1497304
2023-12-16T22:29:45.037
3
228
<p>How do I set <code>ctrl</code>+<code>c</code> (interrupt) to <code>super</code>+<code>c</code> in terminal?</p> <ul> <li>Any other key combination for sending the interrupt is unacceptable.</li> <li>Modifying the behavior of <code>ctrl</code> &amp; <code>super</code> outside of the context of terminal (such as using...
1754122
null
null
2023-12-17T09:59:38.003
How do I set terminal ctrl+c (interrupt) to super+c
[ "22.04", "gnome-terminal" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T04:13:30.093", "id": "2622704", "postId": "1497268", "score": "1", "text": "The design of the the GNOME desktop environment is to have Super be the \"system\" modifier key - so if that key is in fact acting like the Super key (and not reconfigured to mimic the Ctrl ...
{ "accepted": true, "body": "<p>First, you have to make sure to overcome the obstacle mentioned in\n@johnandmegh's comment. Somehow configure your windowing environment, or pick a different shortcut key.</p>\n<p>Should you decide to use <code>Ctrl</code>+<code>C</code> for copy and <code>Ctrl</code>+<code>Shift</co...
[ { "accepted": true, "body": "<p>First, you have to make sure to overcome the obstacle mentioned in\n@johnandmegh's comment. Somehow configure your windowing environment, or pick a different shortcut key.</p>\n<p>Should you decide to use <code>Ctrl</code>+<code>C</code> for copy and <code>Ctrl</code>+<code>S...
null
null
null
null
null
1497269
1
null
2023-12-16T23:07:58.160
0
346
<p>Postfix <a href="https://askubuntu.com/a/1497265/847449">works for sending mail to the localhost or the local FQDN</a>, which is the hostname. Looking to <a href="https://www.systoolsgroup.com/add/postfix-to-gmail-account/" rel="nofollow noreferrer">send through gmail</a>:</p> <pre><code>nicholas@mordor:~$ nichola...
847449
847449
2023-12-17T00:55:39.403
2023-12-17T20:20:28.993
How to store the sasl password for Gmail from postfix?
[ "server", "password", "postfix", "gmail", "smtp" ]
1
7
CC BY-SA 4.0
[ { "creationDate": "2023-12-16T23:21:42.620", "id": "2622662", "postId": "1497269", "score": "1", "text": "I don't see in the config you posted ANY parameters that say Postfix should authenticate to the relay `[smtp.gmail.com]:587`. So it does not. Read here how to configure authentication: http:...
null
[ { "accepted": null, "body": "<p>key steps:</p>\n<pre><code> # chmod 600 /etc/postfix/sasl_passwd\n # postmap /etc/postfix/sasl_passwd\n # postmap /etc/postfix/tls_policy\n</code></pre>\n<p><a href=\"https://access.redhat.com/solutions/3201002\" rel=\"nofollow noreferrer\">https://access.redhat.com/solutions...
null
null
null
null
null
1497272
1
null
2023-12-16T23:43:20.307
1
84
<p>Regardless of which microphone I use, whenever I connect them to the microphone jack of my computer, there's always this repeated crackling noise on it. Here's a sample I recorded with sonic visualizer on almost complete silence.</p> <p><a href="https://i.stack.imgur.com/Jc36N.png" rel="nofollow noreferrer"><img src...
1192021
767056
2023-12-17T04:17:20.580
2023-12-17T04:17:20.580
Cancelling repeated crackling noise from microphone
[ "pulseaudio", "microphone", "audio-recording" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T03:01:02.937", "id": "2622695", "postId": "1497272", "score": "0", "text": "I retracted my close vote.", "userDisplayName": null, "userId": "94914" } ]
null
[]
null
null
null
null
null
1497273
1
null
2023-12-16T23:54:40.313
0
56
<p>I'm using Ubuntu 22.04.</p> <p>I'm compiling a driver to control LED via serial, but it gave the following error at the end of the compilation:</p> <pre><code>/usr/bin/ld: dl_free_download.o: R_X86_64_PC32 relocation against symbol &quot;dl_download_data&quot; cannot be used when making a shared object; recompile wi...
1117129
25618
2023-12-17T04:05:36.713
2023-12-17T04:05:36.713
Compiller error - End binding failed: Bad value
[ "drivers", "compiling", "make" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T02:38:16.627", "id": "2622692", "postId": "1497273", "score": "1", "text": "Have you tried the suggested (*\"recompile with -fPIC\"*)?", "userDisplayName": null, "userId": "178692" } ]
null
[]
null
null
null
null
null
1497276
1
1497278
2023-12-17T00:12:19.110
6
880
<p>I'm looking into kernel exploits in recent years, approx 80% of them requires user.max_user_namespaces with a positive value.</p> <p>This setting is disabled in CentOS since 6.X series, but enabled in all recent Ubuntu LTS releases.</p> <p>The conclusion seems to be &quot;Ubuntu is more easily exploitable&quot; due ...
25430
158442
2023-12-17T01:00:18.917
2023-12-17T01:24:09.580
Why is user.max_user_namespaces enabled in Ubuntu by default?
[ "kernel", "security" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>Ubuntu has kept it enabled for a lot longer than Debian, but see <a href=\"https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#linux-user-namespaces\" rel=\"noreferrer\">Debian's reasoning for enabling it in bullseye</a> which I think is probably the s...
[ { "accepted": true, "body": "<p>Ubuntu has kept it enabled for a lot longer than Debian, but see <a href=\"https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#linux-user-namespaces\" rel=\"noreferrer\">Debian's reasoning for enabling it in bullseye</a> which I think is probab...
null
null
null
null
null
1497279
1
null
2023-12-17T01:36:03.663
0
23
<p>I have 2 contact lists, which I synchronize with my local Nextcloud server through carddav. As this may have problems, I made special folders with lists, where I copy the carddav lists for having the old lists as backup. In gnome contacts these for backup reasons created contact lists are shown in gnome contacts, to...
1187876
null
null
2023-12-17T01:36:03.663
Gnome Contacts in Ubuntu 23.04 of all lists in Evolution are shown - how to avoid some lists?
[ "gnome", "backup", "ubuntu-gnome", "gnome-contacts" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497284
1
null
2023-12-17T03:57:32.003
0
13
<pre><code>neeraja@Ubuntu:~$ sudo apt install libgtkglext1-dev libglibmm-2.4-dev libgtkmm-2.4-dev libpangomm-1.4-dev Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if y...
1754156
19626
2023-12-17T03:58:44.327
2023-12-17T03:58:44.327
Getting issue while installing dependencies in ubuntu
[ "apt", "package-management", "dependencies" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T04:00:11.977", "id": "2622702", "postId": "1497284", "score": "0", "text": "Please [edit your question](https://askubuntu.com/posts/1497284/edit) to additionally show us the complete output of `sudo apt update`", "userDisplayName": null, "userId": "19626" ...
null
[]
null
null
2023-12-17T06:49:43.013
null
null
1497287
1
null
2023-12-17T05:07:48.810
0
179
<p>After carefully reviewing answers to these similar questions:</p> <ol> <li><a href="https://askubuntu.com/questions/475352/this-computer-currently-has-no-detected-operating-systems-ubuntu-14-04-insta">&quot;This computer currently has no detected operating systems.&quot;- Ubuntu 14.04 install Windows 8.1 </a></li> <...
403998
403998
2023-12-17T16:28:23.540
2023-12-17T16:28:23.540
Getting "This computer currently has no detected operating systems." while installing Ubuntu 23.10 alongside Windows 10
[ "dual-boot", "uefi", "windows-10", "secure-boot", "23.10" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T07:18:44.580", "id": "2622716", "postId": "1497287", "score": "0", "text": "You mention Ubuntu 23.10, but not which 23.10 product. The Server ISO uses `subiquity`, where as if you were installing a Desktop ISO there are two installers selected by the ISO you downloa...
null
[]
null
null
null
null
null
1497292
1
null
2023-12-17T07:07:49.697
0
33
<p>I'm trying to build a package from sourceforge that made use of GTK2+. I'm running Ubuntu 22.04 which has GTK4 installed. I've changed the references to GTK2+ to GTK4. But I cannot figure out what to use for gdk, glib, and gthread. Is there a way to list the packages installed? The original makefile had:</p> <p>...
1754174
null
null
2023-12-17T07:07:49.697
Identify cflag, libs for a make
[ "compiling", "gtk" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T10:13:58.587", "id": "2622733", "postId": "1497292", "score": "0", "text": "You refer to *changed references from GTK2 to GTK4*, the normal language used is *ported from GTK2 to GTK3* as there is more than just references that need changing (from one library/toolkit...
null
[]
null
null
null
null
null
1497293
1
null
2023-12-17T07:18:32.260
0
196
<p>After adding an M2 NVME drive, the boot <strong>between the Grub menu and the Ubuntu login</strong> takes 1m and 25s, instead of about 10s before adding the M2. Ubuntu Mate 22.04 up to date.</p> <p>Ubuntu is not installed on the NVME. In the bios, the SSD with Ubuntu is selected to boot, but the slow start is after ...
546652
546652
2023-12-18T17:41:45.627
2023-12-18T17:41:45.627
How to fix slow boot after adding M2 NVME after Grub menu?
[ "boot", "nvme", "m2" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T10:43:07.713", "id": "2622735", "postId": "1497293", "score": "0", "text": "If you mean /dev/nvme.. device Check uuid in /etc/fstab for It. This does not Match with lsblk Output.", "userDisplayName": null, "userId": "966203" }, { "creationDate": "202...
null
[]
null
null
null
null
null
1497294
1
null
2023-12-17T07:23:19.847
0
70
<p>I just setup Ubuntu 22.04 LTS Server Edition on my home lab PC. My Internet ISP provide me with dynamic public ip address, and I use freedns.afraid.org to update record for my public IP address.</p> <p>I set Static LAN IP 192.168.0.200 for my server, and I'd like to have my subdomain point to my home server. How to ...
1754175
null
null
2023-12-17T07:23:19.847
Preparation for Ubuntu 22.04 LTS home server
[ "networking", "server", "ssh", "dns" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497296
1
null
2023-12-17T07:36:29.370
0
57
<p>I have bought a machine that have 2 4TB disk. I saw some information saying that I can create a ubuntu machine with 7TB disk in '/' based on lvm.</p> <p>However, I made a lot of attempts but all failed trying to make this happen.</p> <p>I tried normal install of ubuntu but the '/' can only be based on 1 disk which i...
516286
null
null
2023-12-17T07:36:29.370
How to install ubuntu to use 2 disk as a combined lvm on root
[ "lvm" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T07:51:32.657", "id": "2622719", "postId": "1497296", "score": "1", "text": "You've not provided any Ubuntu product details, so we don't know which installer you're asking about. For some releases there are also choices in installer, so providing Ubuntu product (Ser...
null
[]
null
null
null
null
null
1497299
1
null
2023-12-17T08:31:46.953
0
100
<p>I tried <code>vnstat</code> and <code>bmon</code> as network monitoring tools to verify the bandwidth usage which my service provider is billing monthly. The number I reach is roughly 2 times greater than what they report. Now, I am investigating to see where is this offset coming from. Initially I think it maybe be...
1172143
null
null
2023-12-17T08:31:46.953
Monitoring network traffic on a multi interface Ubuntu server from the eyes of your provider
[ "network-monitoring", "vnstat" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T09:06:57.203", "id": "2622725", "postId": "1497299", "score": "1", "text": "I just wonder if your question will best be served by asking it on https://serverfault.com/ rather than Ask Ubuntu...", "userDisplayName": null, "userId": "307670" }, { "crea...
null
[]
null
null
null
null
null
1497301
1
null
2023-12-17T09:01:43.567
0
241
<p>So, I need to install Ubuntu on a machine, and I booted Ubuntu Desktop (Gnome) LiveUSB image there.</p> <p>The user <code>ubuntu</code> there by default has no password, so I had to so <code>sudo passwd ubuntu</code> in order to allow ssh login into this machine.</p> <p>So, I wanted to have a VNC connection to the d...
6808
null
null
2023-12-17T09:01:43.567
Ubuntu 22.04 allow VNC server connection from LiveUSB image?
[ "networking", "server", "remote-desktop", "vnc" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497309
1
null
2023-12-17T11:28:56.357
0
110
<p>I can't assign a static ip in Ubuntu to get host-only network up and running, probably something simple</p> <p>VirtualBox on windows 10 host, ubuntu server 23.04 as guest, no GUI installed on the guest Host-Only network enabled, no DHCP Network address: 192.168.56.1<br /> This will be a testbed for private NET 7-8 M...
1751353
null
null
2023-12-17T11:28:56.357
Ubuntu 23.04: Static ip in interfaces does not persist
[ "networking", "virtualbox-networking" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T14:05:20.950", "id": "2622753", "postId": "1497309", "score": "0", "text": "/etc/network/interfaces is deprecated. Please use netplan. You can find templates in /usr/share/doc/netplan/examples.", "userDisplayName": null, "userId": "19421" }, { "creat...
null
[]
null
null
null
null
null
1497310
1
null
2023-12-17T11:28:59.007
0
322
<p>I'm starting – or <em>trying</em> to start – working with an ESP32-WROOM-32 board, using Ubuntu 23.04, ultimately in order to install <a href="https://kno.wled.ge/" rel="nofollow noreferrer">WLED</a> to control lighting via <a href="https://www.home-assistant.io/" rel="nofollow noreferrer">Home-Assistant</a>.</p> <p...
716
716
2023-12-18T18:36:02.273
2023-12-18T18:36:02.273
How to connect to ESP32-wroom-32
[ "usb", "tty", "23.04", "serial-port", "putty" ]
0
6
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T15:40:43.350", "id": "2622777", "postId": "1497310", "score": "0", "text": "This *may* be the result of a ID conflict with the brltty device driver - see for example [Unable to use USB dongle based on USB-serial converter chip](https://unix.stackexchange.com/questio...
null
[]
null
null
null
null
null
1497312
1
null
2023-12-17T12:19:13.573
0
12
<p>I'm able to use the command <code>pactl load-module module-loopback</code> and the same with unload-module to toggle line-in on and off but there's no way of controlling the level Nothing I adjust in alsamixer has any effect except that if I change the value of channel from 2ch to 4ch that mutes all sound With an au...
982870
null
null
2023-12-17T12:19:13.573
unable to control line-in level in 20.04
[ "20.04" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497313
1
null
2023-12-17T12:22:16.200
0
1087
<p>I have a remote Ubuntu device, and I'd like to be able to remote desktop into it after it boots.</p> <p>So, I went to Settings/Sharing, got asked to specify a password to open the keyring, enabled Remote Desktop, enabled &quot;Enable Legavy VNC protocol&quot;, enabled &quot;Remote Control&quot;, changed Authenticati...
6808
19626
2023-12-17T16:41:57.507
2023-12-17T16:42:51.217
Ubuntu 22.04 resets Remote Desktop after reboot - how to keep it enabled permanently?
[ "remote-desktop" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T12:31:45.433", "id": "2622743", "postId": "1497313", "score": "1", "text": "OK, turns out this is a real mess, how awful - answers on https://askubuntu.com/questions/1407444/ubuntu-22-04-remote-desktop-headless ; none of them easy", "userDisplayName": null, ...
null
[ { "accepted": null, "body": "<p>As mentioned in <a href=\"https://askubuntu.com/questions/1407444/ubuntu-22-04-remote-desktop-headless\">Ubuntu 22.04 remote desktop headless?</a> :</p>\n<blockquote>\n<p>It looks like gnome-remote-desktop runs as a user service, not a system service, so it's not active unles...
null
null
null
null
null
1497314
1
null
2023-12-17T12:25:58.433
0
452
<p>So I am pretty new to Linux. I played around with installing CUDA libraries for some ML experiments on my linux system. However since a couple of weeks I have not been able to get updates to my system duo to some broken cuda packages?</p> <p>My problem basically goes as follows:</p> <pre><code>sudo apt update Get:...
1754210
null
null
2023-12-17T13:09:19.427
CUDA package problems: Can't update Ubuntu 22 due to 'unmet dependecies'
[ "apt", "package-management", "22.04", "dependencies", "cuda" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T13:08:16.557", "id": "2622746", "postId": "1497314", "score": "1", "text": "Remove those `file:...` and all third party PPA repositories then run `sudo apt update` and try again.", "userDisplayName": null, "userId": "968501" }, { "creationDate": "202...
null
[ { "accepted": null, "body": "<p>Welcome to wonderful world of CUDA and NVIDIA :-)</p>\n<p>Basically, you (most likely) are trying to update your CUDA installation and it's updates are incompatible with your installed NVIDIA drivers. This is most often caused by installing NVIDA drivers from your distributi...
null
null
null
null
null
1497318
1
null
2023-12-17T13:07:41.003
0
125
<p>I run Ubuntu 22.04.03 LTS on a Lenovo L13 Yoga. When my USB drive is inserted before boot, it gets stuck after the end of the boot sequence. When I remove the USB drive at that point, it shows the following error messages (that I copied from the bootlog) and proceeds to boot normally.</p> <p>The USB drive works fine...
1754219
1754219
2023-12-20T11:45:54.860
2023-12-20T11:45:54.860
Inserted USB-Stick prevents Ubuntu from Booting
[ "boot", "dual-boot", "grub2", "usb" ]
0
11
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T13:12:22.970", "id": "2622747", "postId": "1497318", "score": "1", "text": "Is this just that your bios is trying to boot from usb as the first priority? I appreciate you can boot with a different USB in, but as a workaround can you just change the boot order to boo...
null
[]
null
null
null
null
null
1497323
1
null
2023-12-17T14:13:04.620
0
64
<p>When I copy and paste a text from libreoffice, if the text contains images, images do not show up.</p> <p>I am copying from libreoffice writer and pasting in various webpages, such is this site, gmail, and other foruns.</p> <p>I don't expect that there is an easy fix for libreoffice. Is there? I also wonder i...
56440
null
null
2023-12-17T14:13:04.620
Copy and paste text with image. Specifically, paste to the browser
[ "libreoffice", "copy-and-paste" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T14:43:47.483", "id": "2622761", "postId": "1497323", "score": "1", "text": "I can think of two formats that can work between LibreOffice and web browsers: 1. Export the page in pdf format (as a pdf file). Such a file can be read by most web browsers; 2. Create an pi...
null
[]
null
null
null
null
null
1497324
1
null
2023-12-17T14:15:43.033
0
79
<p>problematic line:</p> <pre><code>MAIL FROM:&lt;nicholas@mordor.saundersconsulting.tech&gt; </code></pre> <p>although that could be a side, or even non, issue.</p> <hr /> <p>Sending success and failure:</p> <pre><code>nicholas@mordor:~$ nicholas@mordor:~$ swaks --to nick@saundersconsulting.tech --server localhost ==...
847449
847449
2023-12-18T00:41:50.530
2023-12-18T00:41:50.530
How to send a test e-mail through postfix using a FQDN instead of localhost?
[ "server", "email", "postfix", "localhost", "gmail" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T14:39:30.900", "id": "2622759", "postId": "1497324", "score": "2", "text": "Which distro and version of Linux are you using?", "userDisplayName": null, "userId": "68186" }, { "creationDate": "2023-12-18T00:40:28.157", "id": "2622867", "postId...
null
[]
null
null
null
null
null
1497325
1
null
2023-12-17T14:24:11.487
0
53
<p>My ASUS E200HA keeps emitting a high-pitched, extremely loud noise. Sometimes this happens immediately after I pull out the charging cable, in which case the beep only persists for a few seconds. Sometimes it happens when the Laptop is just on idle, in which case the beep usually persists for longer until I force it...
1754228
null
null
2023-12-17T14:24:11.487
Extremely loud noise on ASUS E200HA
[ "sound", "asus", "battery" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T16:22:46.853", "id": "2622784", "postId": "1497325", "score": "0", "text": "A laptop with a damaged charging port that makes noises sounds like a fire hazard. You might want to take it to a repair shop to get it checked out. Just suppressing the sound might not be t...
null
[]
null
null
null
null
null
1497328
1
null
2023-12-17T15:29:25.377
0
44
<p><strong>when I right click on desktop there is only three options showing</strong></p> <ul> <li>change background</li> <li>display settings</li> <li>settings</li> </ul> <p><strong>ohter options like</strong></p> <ul> <li>new folder</li> <li>paste</li> <li>undo</li> <li>open in terminal</li> </ul> <p><strong>are not ...
1754243
null
null
2023-12-17T15:29:25.377
desktop right click options missing and can't able to add shortcuts
[ "ubuntu-gnome", "desktop-icons" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T15:32:11.630", "id": "2622775", "postId": "1497328", "score": "1", "text": "please [edit] your question to indicate which version/distro of Ubuntu you are using.", "userDisplayName": null, "userId": "307670" } ]
null
[]
null
null
null
null
null
1497329
1
1497330
2023-12-17T15:31:11.997
2
158
<p>When closing any LibreOffice application, it causes an automatic logout, taking me to a black screen first then to the login page again. I've already tried uninstalling LibreOffice, both using these commands</p> <pre><code>sudo apt remove libreoffice-* sudo apt autoremove sudo apt autoclean </code></pre> <p>and from...
1754244
1754244
2023-12-17T15:34:02.137
2023-12-17T16:39:13.767
Closing LibreOffice causes logout 22.04 LTS
[ "22.04", "libreoffice", "logout" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T15:40:03.340", "id": "2622776", "postId": "1497329", "score": "0", "text": "v7.6.3.2 is the snap version of LO. The command you used to uninstall was for the deb version. To remove a snap use `sudo snap remove package_name` not `sudo apt remove....`", "userDispl...
{ "accepted": true, "body": "<p>You might want to do the opposite i.e. uninstall it from SNAP and install it from APT ... There is a similar issue in LibreOffice reported <a href=\"https://ask.libreoffice.org/t/libreoffice-causes-me-to-log-out-forcefully/81445\" rel=\"nofollow noreferrer\">here</a> although for a s...
[ { "accepted": true, "body": "<p>You might want to do the opposite i.e. uninstall it from SNAP and install it from APT ... There is a similar issue in LibreOffice reported <a href=\"https://ask.libreoffice.org/t/libreoffice-causes-me-to-log-out-forcefully/81445\" rel=\"nofollow noreferrer\">here</a> although...
null
null
null
null
null
1497331
1
null
2023-12-17T16:44:11.733
1
252
<p>So is there anyway I can salvage this?</p> <p>I have tried many screen recorders and none of them work properly on my 22.04 LTS system. Initially I went heavily off from <a href="https://ubuntuhandbook.org/index.php/2022/05/record-desktop-with-sound-ubuntu-2204/" rel="nofollow noreferrer">this Ubuntu guide...</a></p...
538990
538990
2024-02-24T13:46:17.683
2024-02-24T13:46:17.683
I can't get any of the screen recorders to work properly, 22.04 LTS
[ "22.04", "capture" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T17:27:10.783", "id": "2622795", "postId": "1497331", "score": "0", "text": "Let's see, are you saying all the screen recorders are broken on 22.04?", "userDisplayName": null, "userId": "243321" }, { "creationDate": "2023-12-17T19:06:02.973", "id"...
null
[]
null
null
null
null
null
1497332
1
null
2023-12-17T16:45:05.480
0
915
<p>I have an old PC that I use as a server. It mostly is used for serving up Plex and family photos/videos - just three SATA drives attached for storage. The machine runs Ubuntu Server 22.04.2 installed on SATA A ... personal files on SATA B and C. It is not connected to a display, so I use PuTTy to manage it from my...
288384
null
null
2023-12-25T13:23:46.007
Cannot connect to Samba share from Windows 11, have tried EVERYTHING
[ "networking", "server", "samba" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>I have found myself in the same situation and finally, I could solve it. Basically, I had to force SMB3 protocol in the Samba server:</p>\n<p><code>protocol = SMB3</code></p>\n<p>Source:\n<a href=\"https://snippets.pichler.network/docs/linux/#sharing-a-folder-with-the-windows...
null
null
null
null
null
1497333
1
null
2023-12-17T16:46:03.480
0
80
<p>I am trying to get <em>apache2</em> installed on a <em>Ubuntu 23.10.1</em> (desktop) computer that doesn't have any access to internet. But running into errors.</p> <p>I have looked through a lot on the <em>askubuntu</em> forum and also on <em>Ubuntu</em> site but haven't found a working solution given my constraint...
1754131
1754131
2023-12-17T17:59:58.227
2023-12-17T23:55:55.487
Apache2 installation fails on a Ubuntu computer with no access to internet
[ "apt", "package-management", "software-installation", "apache2", "offline" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497334
1
1497916
2023-12-17T16:51:47.570
0
307
<p>I'm trying to upgrade the RAM on a desktop computer, which currently has <code>4x2G m378b5773ch0-ch9</code> sticks.</p> <p>When I look up the manufacturer's <a href="https://support.hp.com/us-en/document/c03885123" rel="nofollow noreferrer">website</a>, It says that it <code>Supports up to 16 GB (unbuffered) on 64-...
1117284
null
null
2023-12-23T16:09:55.457
Motherboard's maximum RAM capacity
[ "ram", "elementary", "dmidecode" ]
2
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T17:05:46.827", "id": "2622789", "postId": "1497334", "score": "0", "text": "Where is proof you have a mempis-s.? Thing is: dmidecode gets its info from the BIOS so that might give out wrong info. I'd check from within BIOS but it likely will state 32 as its max and ...
{ "accepted": true, "body": "<p>It's strange that the manufacturer doesn't state total RAM capacity for registered memory.</p>\n<p>However on Supermicro motherboards, it's not unusual that they support e.g. 64 GB unbuffered, but 128 or 256 GB registered memory.</p>\n<p>So judging from this, I'd say it's &quot;proba...
[ { "accepted": true, "body": "<p>It's strange that the manufacturer doesn't state total RAM capacity for registered memory.</p>\n<p>However on Supermicro motherboards, it's not unusual that they support e.g. 64 GB unbuffered, but 128 or 256 GB registered memory.</p>\n<p>So judging from this, I'd say it's &qu...
null
null
null
null
null
1497336
1
null
2023-12-17T17:01:43.780
0
33
<p>I just installed VM Workstation and Xubuntu 22.04.3 today. Have a question concerning the Terminal. I noticed that there is a time limit before I'm required to reenter my password. Is there a way to increase the time? Thank you</p>
1754259
null
null
2023-12-17T17:01:43.780
VM Worstation and Xubuntu 22.04.3 - Terminal Sleep Mode
[ "command-line", "xubuntu", "password", "timeout" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T17:17:35.167", "id": "2622792", "postId": "1497336", "score": "2", "text": "Does this answer your question? [How to set the timeout for sudo asking for password?](https://askubuntu.com/questions/401522/how-to-set-the-timeout-for-sudo-asking-for-password) To go alon...
null
[]
null
null
null
null
null
1497337
1
null
2023-12-17T17:12:33.843
1
102
<p>We used to turn of the computer by clicking on a little x icon after clicking in the start menue, then a dialog would open turn of OK or cancel. But after Ubuntu 22.04 is installed, there is no x button anymor when clicking on start menue. Only way seems to be Control Alt Delete. Is there a way to have a icon one ca...
369124
158442
2023-12-17T18:32:18.203
2023-12-18T17:25:14.167
No turn off button ater update to 22.04
[ "updates", "22.04", "shutdown" ]
2
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T17:48:04.690", "id": "2622799", "postId": "1497337", "score": "0", "text": "The switch icon in the very top right of your screen will bring up the power/log off/restart dialog popup you are familiar with.", "userDisplayName": null, "userId": "660894" } ]
null
[ { "accepted": null, "body": "<p>The poweroff button is accessed by clicking the ⏻ icon in the top right corner of the desktop.</p>\n<ol>\n<li><p>Click the ⏻ icon to show a dropdown menu.</p>\n</li>\n<li><p>From the dropdown menu select <em>Power Off / Log Out</em> to show the Power Off / Log Out menu.</p>\n...
null
null
null
null
null
1497338
1
null
2023-12-17T17:31:45.150
0
79
<p>one of our servers crashes regularly (Supermicro, Ubuntu 22.04), apparently during heavy network load. The log files are then full of this message:</p> <pre><code>kernel: [514257.305733] i40e 0000:02:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0020 address=0x79ea8113f60 flags=0x0000] </code></pre> <p>This is ...
1754263
null
null
2024-04-05T02:12:47.487
i40e AMD-Vi IO_PAGE_FAULT
[ "networking", "drivers" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497339
1
null
2023-12-17T17:34:19.083
0
93
<p>I have access to UEFI shell. I thought of changing the boot parameters. But when I am using cd command the command is retuning current directory not specified.</p>
1104127
1104127
2023-12-18T18:05:46.807
2023-12-18T18:05:46.807
I installed SElinux in my Jetson AGX Xavier, ubuntu 22.04. Now my system is stuck at boot
[ "22.04", "selinux" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497340
1
null
2023-12-17T17:37:03.373
0
103
<p>I am trying make a dns registry using ddclient, here is my ddclient.conf</p> <pre><code>protocol=nsupdate use=if, if=eth0 example.mydomain.com </code></pre> <p>and I got the error when I ran the ddclient :</p> <p>ddclient[3507] WARNING: skiiping host example.mydomain.com: 'login=' is an invalid login.</p> <p>I can s...
1729669
null
null
2023-12-17T17:37:03.373
ddclient invalid login
[ "dns", "ddclient" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497342
1
1497348
2023-12-17T18:07:06.000
0
152
<p>I have an Archer T2U Plus WiFi Adapter. After purchasing I came to know that it only supports Windows and macOS and I want to run it on my Xubuntu 22.04 LTS.</p> <p>I had searched regarding this thing on Stackoverflow, GitHub, AskUbuntu and various other StackExchange websites. They suggested to install various git ...
1754269
null
null
2023-12-17T18:55:07.217
Wine to install Archer T2U Plus Driver (for Windows) in Xubuntu
[ "xubuntu", "wine", "tp-link" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T18:53:08.860", "id": "2622809", "postId": "1497342", "score": "1", "text": "wine is not a hardware layer so it will never work. If you can not get it to work using the link in your 1st link buy another wifi adapter. You did not mention the device id but it should ...
{ "accepted": true, "body": "<p>&quot;<em>Is it an issue with Wine or the .exe file is not compatible with wine.</em>&quot;</p>\n<p>Wine cannot install any kind of driver. Wine cannot control your hardware in that way.</p>\n<p>A Windows driver won't work on a Linux kernel anyway.</p>\n", "commentCount": "0", "c...
[ { "accepted": true, "body": "<p>&quot;<em>Is it an issue with Wine or the .exe file is not compatible with wine.</em>&quot;</p>\n<p>Wine cannot install any kind of driver. Wine cannot control your hardware in that way.</p>\n<p>A Windows driver won't work on a Linux kernel anyway.</p>\n", "commentCount":...
null
null
null
null
null
1497345
1
null
2023-12-17T18:32:53.303
0
60
<p>I have installed Ubuntu 22.04 Desktop, which means I probably use Gnome 3 (or Gnome 4? who can tell these days), and Gnome Shell is my desktop (I guess), and Nautilus is my file manager (at least, I can type <code>nautilus</code> in the terminal, and I get a window, so that is probably it).</p> <p>I have seen <a hre...
6808
null
null
2023-12-17T18:32:53.303
Possible to use keyboard arrow keys to navigate (move the selection of) desktop icons?
[ "keyboard", "22.04", "shortcut-keys", "icons", "desktop-environments" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497346
1
null
2023-12-17T18:34:16.313
0
68
<p>I was trying to reinstall iwlwifi with the command <code> sudo apt install --reinstall linux-modules-extra-$(uname -r)</code></p> <p>But when I did that, my terminal told me:</p> <pre><code>Package linux-modules-extra-6.5.0-14-lowlatency is not available, but is referred to by another package. This may mean that the...
1754281
null
null
2023-12-17T18:34:16.313
Problem reinstalling iwlwifi
[ "apt", "package-management", "kernel" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T19:17:50.010", "id": "2622816", "postId": "1497346", "score": "0", "text": "What Ubuntu release are you running? My Ubuntu 22.04 Desktop offers linux-modules-extra-6.5.0-14-generic, but not the lowlatency.", "userDisplayName": null, "userId": "82196" }, ...
null
[]
null
null
null
null
null
1497347
1
null
2023-12-17T18:49:20.997
0
33
<p>I use a 60% keyboard that doesn't have the arrow keys and while I was using Windows I remapped them using <kbd>RCtrl</kbd> + some other keys.</p> <p>Now on Ubuntu 22.04 LTS I'm trying to fix this problem. For some reason I can't use AutoKey (the application doesn't recognize any keys when I press it).</p> <p>I don't...
1754284
767056
2023-12-17T19:02:46.010
2023-12-17T19:02:46.010
I'm trying to remap some keys + Rctrl to act as the arrow keys but for some reason I can't use autokey
[ "remapping", "keys" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-18T03:36:00.757", "id": "2622884", "postId": "1497347", "score": "0", "text": "Does this answer your question: [input-remapper](https://askubuntu.com/a/1491915/1450948) ??", "userDisplayName": null, "userId": "1450948" } ]
null
[]
null
null
null
null
null
1497349
1
null
2023-12-17T18:59:18.327
0
69
<p>I have Ubuntu 23.04 on a MacBook Air from early 2015. The wifi adaptor is not recognized. The Macbook air has an i7 processor, 8 GB of RAM, 500 GB Hard Disk, and a Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03). Would appreciate help!</p> <p>I tried the instructions on ...
1754285
1754285
2023-12-17T20:45:04.853
2023-12-17T20:45:04.853
Wifi network adaptor tips do not work on Macbook Air with Ubuntu
[ "drivers", "broadcom", "macbook", "23.04" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497352
1
null
2023-12-17T19:44:53.597
0
80
<p>I bought an old Lenovo T430s. It arrived with the airplane mode switched on, with the toggle grayed out. It says to &quot;use hardware switch to turn off&quot;. So far I have tried:</p> <ol> <li>Toggling the hardware switch on the side of the laptop - this doesn't do anything.</li> <li>Resetting my BIOS to default s...
1754296
1754296
2023-12-17T19:52:35.343
2023-12-17T19:52:35.343
Wireless is disabled by hardware switch (other seen solutions won't work)
[ "networking", "wireless", "hardware", "wifi-hardware-switch" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T19:52:21.243", "id": "2622823", "postId": "1497352", "score": "0", "text": "\"Hard Blocked\" indicates a hardware lockout. Which means it's disabled on your system. In your BIOS, do you have an option to disable/enable wifi? I ask this because you can't unblock a...
null
[]
null
null
null
null
null
1497360
1
1497366
2023-12-17T21:52:51.543
0
143
<p>The command <code>crontab -e</code> has stopped working under non-root user accounts and gives the error:</p> <pre><code>/bin/sh: 1: mvim: not found crontab: &quot;mvim&quot; exited with status 127 </code></pre> <p>However, it still works for root with <code>sudo</code>. I don't know what has changed, just the regul...
1754311
1754311
2023-12-18T16:28:54.967
2023-12-18T16:28:54.967
crontab -e stopped working for non-root user, /bin/sh: 1: mvim: not found, ubuntu 22.04
[ "cron" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>By default, <code>crontab -e</code> will search the current environment for (in order) a <code>VISUAL</code> or <code>EDITOR</code> variable and attempt to use its value as the editor with which to open the crontab file.</p>\n<p>So, you presumably set either <code>EDITOR=mvim</code> ...
[ { "accepted": true, "body": "<p>By default, <code>crontab -e</code> will search the current environment for (in order) a <code>VISUAL</code> or <code>EDITOR</code> variable and attempt to use its value as the editor with which to open the crontab file.</p>\n<p>So, you presumably set either <code>EDITOR=mvim...
null
null
null
null
null
1497361
1
null
2023-12-17T21:59:14.300
0
151
<p>I installed Ubuntu terminal through wsl2 correctly and everything is up to date but when I run cool-retro-term the thing opens and then displays a screen that is extremely torn. best way to describe it is to see the image attached. I also get this error code when I run</p> <p><code>cool-retro-term</code></p> <pre>...
1754313
767056
2023-12-17T22:57:51.013
2024-01-26T12:33:44.637
cool retro term & Ubuntu Apps all have Screen tearing
[ "22.04" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>As you might have noticed, Qt wants that path to have 0700 has its permissions.</p>\n<p>You can overwrite the path it looks by setting environment variable <code>XDG_RUNTIME_DIR</code>.</p>\n<p>For example:</p>\n<pre><code>$ cd ~\n$ mkdir qpath\n$ chmod 700 qpath\n$ export XD...
null
null
null
null
null
1497364
1
null
2023-12-17T22:47:33.027
0
105
<p>I remove my GUI and I attempt a lot to fix that but when I want fix dependencies I got lots of errors. please help me step by step to fix this:</p> <pre><code>apt install ubuntu-desktop Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be instal...
1754316
767056
2023-12-18T00:02:34.057
2023-12-18T00:02:34.057
How to get back GUI? I removed it accidentally
[ "gui" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T22:49:23.677", "id": "2622851", "postId": "1497364", "score": "0", "text": "What version of Ubuntu?", "userDisplayName": null, "userId": "243321" }, { "creationDate": "2023-12-17T23:14:32.857", "id": "2622854", "postId": "1497364", "score...
null
[]
null
null
null
null
null
1497367
1
null
2023-12-17T23:18:34.227
0
35
<p>Previously on 19.04, my Alienware Alpha has a USB powered that was never detected. It only shows the audiojack on the motherboard or the monitor built-in speakers. I upgraded to 23.04 and the USB speakers still aren't detected. I see that they're powered on and I've tried different USB ports.</p> <p>Any suggestions ...
217979
null
null
2023-12-17T23:18:34.227
After upgrade to 23.04, Alienware Alpha still doesn't detect USB speakers
[ "sound", "usb", "speakers" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-17T23:43:02.523", "id": "2622858", "postId": "1497367", "score": "0", "text": "Warning notices of Ubuntu 23.04's *end of life* have already gone out (https://fridge.ubuntu.com/2023/12/15/ubuntu-23-04-lunar-lobster-reaches-end-of-life-on-january-25-2024/) so if you just...
null
[]
null
null
null
null
null
1497368
1
null
2023-12-17T23:57:27.710
0
102
<p>I've created an Ubuntu 22.04 virtual box VM on a Windows 10 host machine. I've allocated 600GB virtual memory size for a dynamically expanding disk in virtual box. When I created this VM I had thought my ssd was 1TB but it is only 500GB.</p> <p>Recently the VM has grown to 277GB which combined with the host windows ...
1754323
1754323
2023-12-18T02:46:57.770
2023-12-18T02:46:57.770
Shrinking logical volume on partition to copy VirtualBox VM to new .vdi file
[ "virtualbox", "gparted", "lvm" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Turns out you need to resize the file system, the logical volume and the volume group.\nTo resize the logical group and filesystem together you use the following command <code>sudo lvresize -L -200G --resizefs /dev/vgubuntu/root</code></p>\n<p><code>-200G</code> is how many ...
null
null
null
null
null
1497371
1
null
2023-12-18T00:40:14.713
0
71
<p>I made several mistakes in configuring my theme and want to revert to the default theme. Some things have already returned to normal, but there are still some errors, such as in folders, in some applications like 'system monitor,' and the wallpaper that automatically changes to a solid color when I open.</p> <p><a h...
1749394
767056
2023-12-18T02:27:13.033
2023-12-18T02:27:13.033
Restore Ubuntu to Default Appearance After Deleting Theme Files and Making Some Configuration Errors
[ "themes" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-21T18:29:37.077", "id": "2623618", "postId": "1497371", "score": "0", "text": "I have already tried the commands", "userDisplayName": null, "userId": "1749394" } ]
null
[ { "accepted": null, "body": "<p>If you're using GNOME, try resetting the themes and icons by entering these two commands into your terminal:</p>\n<pre><code>gsettings reset org.gnome.desktop.interface gtk-theme\ngsettings reset org.gnome.desktop.interface icon-theme\n</code></pre>\n<p>From @vanadium's answe...
null
null
null
null
null
1497372
1
null
2023-12-18T00:52:56.313
0
22
<p>When attempting to sync PGP keys through the Passwords and Keys application (Seahorse) on Ubuntu 22.04 LTS the app freezes every time. I click the GnuPG keys tab, then the hamburger menu, then &quot;Sync and publish keys...&quot;. After selecting my keyservers I click the &quot;sync&quot; button and a popup window o...
1746580
null
null
2023-12-18T00:52:56.313
Passwords and Keys freezes when attempting to sync PGP keys
[ "22.04", "seahorse", "keyserver" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497373
1
null
2023-12-18T00:55:24.793
0
866
<p>I was using both wifi on 23.04 successfully. After updating to 23.10, my XPS network adapter was failing to load:</p> <ol> <li><p>The network adapter is a <code>Qualcomm QCA6390</code> and the driver is identified as <code>ath11k_pci</code> based on the information from <code>sudo lshw -C network</code></p> </li> <l...
137127
137127
2023-12-18T23:24:50.830
2023-12-18T23:24:50.830
No Wi-Fi after updating to 23.10
[ "wireless", "bluetooth", "23.04", "23.10" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-18T11:30:17.470", "id": "2622931", "postId": "1497373", "score": "0", "text": "You should have the 6.5 kernel in 23.10 you may need to reinstall linux-generic", "userDisplayName": null, "userId": "300665" } ]
null
[ { "accepted": null, "body": "<p>After reading other posts, I realized that the <code>dmesg</code> error message says <strong>&quot;failed to fetch board-2.bin or board.bin from QCA6390/hw2.0&quot;</strong>. I learned from <a href=\"https://askubuntu.com/questions/1429758/qualcomm-artheros-wifi-card-not-dete...
null
null
null
null
null
1497377
1
null
2023-12-18T01:40:44.040
0
210
<p>I have a domain I use for applications I self-host. Let's call it example.dev. I use Cloudflare Tunnels to proxy http requests to those applications. This works great when I'm out.</p> <p>When I'm home there isn't really a reason to go through Cloudflare. So I set up AdGuardHome and have a DNS override so anything h...
1754328
null
null
2023-12-18T01:40:44.040
Why is my system using the secondary dns server instead of primary?
[ "dns" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-18T02:28:34.117", "id": "2622876", "postId": "1497377", "score": "0", "text": "Simply put, the OS can use any DNS server that is available. So if you don't want a particular server to be used, then don't offer it to the client. This answer will provide more info: [Stop...
null
[]
null
null
null
null
null
1497382
1
null
2023-12-18T05:01:46.663
0
31
<p>I clicked on thw peogress bar and a small code screen came up with an error status on it.</p> <p>Has anyone encountered this before and got a fix for it?</p> <p><a href="https://i.stack.imgur.com/WTfiT.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/WTfiT.jpg" alt="picture of code screen with erro...
1754341
1157519
2023-12-18T05:55:08.020
2023-12-18T05:55:08.020
System install froze
[ "system" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497384
1
null
2023-12-18T07:20:20.963
0
161
<p>So I have the Gigabyte B550 Aorus Elite AX V2 in my new build. It works fine and drivers work great on windows (dual boot system) But how I notice it says on the website I need to get Linux driver's from 3rd party vendors? So where would that be from ? My RJ45 port is running much slower than intended.</p>
1754367
null
null
2023-12-18T07:20:20.963
How do I Install drivers for my motherboard?
[ "drivers", "ethernet", "motherboard" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-12-18T07:31:39.473", "id": "2622898", "postId": "1497384", "score": "0", "text": "You mostly don't - everything you need is included in the kernel. What problems do you see with your ethernet port?", "userDisplayName": null, "userId": "653515" }, { "creati...
null
[]
null
null
null
null
null
1497385
1
1497394
2023-12-18T07:31:39.070
0
95
<p>When a machine runs out of memory is there a rule on what processes Linux kills?</p> <p>Does it kill the process taking the most memory? Or the latest or so?</p>
1082993
null
null
2023-12-18T08:31:59.200
What procs does linux kill on OOM?
[ "kernel" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-18T10:59:31.013", "id": "2622923", "postId": "1497385", "score": "0", "text": "Re \"*When a machine runs out of memory*\" ... It's not only that. There are situations where OOM is called/invoked even if system memory hasn't reached its limit ... One example is when a [...
{ "accepted": true, "body": "<p>There is some <a href=\"https://www.kernel.org/doc/gorman/html/understand/understand016.html\" rel=\"nofollow noreferrer\">information on kernel.org</a> about how OOM selects a process to kill (from Mel Gorman's book &quot;Understanding the Linux Virtual Memory Manager&quot;): <em>(p...
[ { "accepted": true, "body": "<p>There is some <a href=\"https://www.kernel.org/doc/gorman/html/understand/understand016.html\" rel=\"nofollow noreferrer\">information on kernel.org</a> about how OOM selects a process to kill (from Mel Gorman's book &quot;Understanding the Linux Virtual Memory Manager&quot;)...
null
null
null
null
null
1497386
1
null
2023-12-18T07:41:40.643
0
107
<p>I recently had a disk or device full error while downloading torrents. I cleared some disk space but laptop will not restart ubuntu 20.04. The splash screen displays but the freezes at -</p> <p>5.857051 Bluetooth: hcio: Malformed MSFT vendor event: 0x02</p> <p>Which means nothing to me</p> <p>I can boot from USB dri...
629931
null
null
2024-01-21T18:03:18.883
Ubuntu 20.04 fails to start after device full error
[ "boot", "boot-repair" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Sorted it - booted from usb stick - try Ubuntu - opened system drive and deleted everything I did not need. It seems the drive was still full. Now I have some free space it boots OK</p>\n<p>Just as an aside - some people may not be aware that apparently, Transmission torrent ...
null
null
null
null
null
1497388
1
null
2023-12-18T08:00:33.433
0
56
<h1>The problem:</h1> <p>My primary laptop is running ubuntu and I recently fixed up an older machine which my parents used to use. I upgraded some necessary hardware with plans to make it into a NAS server using FreeNAS, now TrueNAS, but they've removed the support for booting it using a flash drive so I ended up goin...
1695271
1695271
2023-12-18T09:07:57.433
2023-12-18T09:07:57.433
Remotely Accessing Linux Mint(GUI) using Ubuntu 22.04.3
[ "22.04", "vnc", "remote-access", "mint" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497390
1
null
2023-12-18T08:06:23.333
0
40
<p>I have a Linux device running that generates an access point using hostapd and udhcpd (I followed <a href="https://www.engicam.com/art/164871/WIFIBLUETOOTH-STERLING-LWB" rel="nofollow noreferrer">this</a> guide). I used to connect to it with my Ubuntu 16 PC, but after the update to Ubuntu 22 I can't connect anymore....
844633
844633
2023-12-18T08:22:52.377
2023-12-18T08:22:52.377
"failure to parse lease: could not get netmask from lease" when connecting to an AP generated by hostapd
[ "22.04", "dhcp", "wireless-access-point" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497391
1
null
2023-12-18T08:17:57.813
0
74
<p>I think Whonix is installed</p> <p>but whenever i try to load it the vm gives me this</p> <pre><code>RTR3InitEx failed with rc=-1912 (fRtFlags=0x10000) (rc=-1912) The VirtualBox kernel modules do not match this version of VirtualBox. The installation of VirtualBox was apparently not successful. Executing '/sbin/vb...
1754367
149708
2023-12-18T08:44:23.410
2023-12-18T08:44:23.410
How do I install Whonix
[ "kernel", "virtualbox" ]
0
10
CC BY-SA 4.0
[ { "creationDate": "2023-12-18T10:04:47.920", "id": "2622913", "postId": "1497391", "score": "0", "text": "Did you try running the command it suggests? What happened?", "userDisplayName": null, "userId": "612" }, { "creationDate": "2023-12-18T14:47:08.790", "id": "2622974", ...
null
[]
null
null
null
null
null
1497396
1
null
2023-12-18T09:01:03.963
0
58
<p>On an Ubuntu machine with Firefox installed, we have a certificate file stored in a local directory. We want new users who log in to automatically have this certificate installed in their Firefox browsers without any manual steps required. How can we achieve this?</p>
1754393
null
null
2023-12-18T13:34:47.297
About ubuntu browser certificate pem
[ "firefox", "users", "certificates" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-18T12:51:57.860", "id": "2622949", "postId": "1497396", "score": "0", "text": "Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.", "userDis...
null
[ { "accepted": null, "body": "<p>Your question leaves a lot up to interpretation, but if I interpreted it correctly I believe you can add the certificate in question to a non-home folder where firefox looks for certificates:</p>\n<pre><code> /usr/lib/mozilla/certificates\n /usr/lib64/mozilla/certificat...
null
null
null
null
null
1497397
1
null
2023-12-18T09:05:54.457
0
328
<p>I am writing a custom module kernel that boots at startup. I can write in the sysFS file using this :</p> <pre><code>echo -e &quot;(0,0,255,750)\n&quot; | sudo tee /sys/fs/led_sysfs/led_value </code></pre> <p>But I will have another software that will need to write to the <code>sysFs</code> file. This software can o...
1754392
1450948
2023-12-18T12:45:51.530
2023-12-18T14:55:33.517
How to change permission for Sysfs file using udev rules
[ "permissions", "udev", "sysfs" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-18T10:35:27.680", "id": "2622918", "postId": "1497397", "score": "0", "text": "Above all that, the problem most likely comes from the fact that devices handled by UDEV aren't made available until all rules finish processing ... So, running commands on those devices in...
null
[ { "accepted": null, "body": "<p>Solution found!\nI changed the way I create my module kernel. I use :</p>\n<pre><code>sysfs_file_change_owner(kobj_ref, led_attr.attr.name, new_uid, new_gid);\n</code></pre>\n<p>So the file will be in the same group as my user (created only for this use). With this, I can wri...
null
null
null
null
null
1497399
1
null
2023-12-18T09:55:22.063
0
222
<p>In this version there is no autostart.conf file in anydesk directory. In this case how can we disable autostart?</p>
1670453
null
null
2023-12-18T10:01:34.377
How to disable anydesk (version 6.3.0) autostart in ubuntu?
[ "autostart", "anydesk" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-18T11:12:57.027", "id": "2622927", "postId": "1497399", "score": "0", "text": "Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.", "userDis...
null
[ { "accepted": null, "body": "<p>Anydesk installs a systemd unit. You should be able to disable it with the following command:</p>\n<p><code>sudo systemctl disable anydesk</code></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2023-12-18T11:39:39.783", "id": "26229...
null
null
null
null
null
1497401
1
null
2023-12-18T10:02:35.020
0
45
<p>When using the following commands in the Ubuntu 22.04 terminal, I get an error message saying the abe command isn’t found and should be installed.</p> <pre><code>chmod +x abe.jar java -jar abe.jar abe unpack color.note.adb </code></pre> <p>I shouldn’t need an abe command as far as I can tell, I have an <code>abe.jar...
1750436
158442
2023-12-20T13:40:55.443
2023-12-20T13:40:55.443
Issue with abe.jar
[ "command-line", "22.04", "java" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497403
1
1497405
2023-12-18T10:42:31.183
2
1205
<p>I'm trying to upgrade from 23.04 to 23.10 right after upgrading from 22.04 LTS. During the upgrade, I get this error:</p> <blockquote> <h4>Could not calculate the upgrade</h4> <p>[...]<br /> This was likely caused by:<br /> * Unofficial software packages not provided by Ubuntu.<br /> [...]</p> </blockquote> <p>The e...
965510
618353
2023-12-18T13:54:52.493
2023-12-18T13:54:52.493
Problems with upgrading from 23.04 to 23.10
[ "upgrade", "do-release-upgrade", "23.10" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>I suspect (as indicated by the screenshot) you have some PPAs enabled which are holding things back. One brutal way to figure out what that is, is to edit <code>/etc/apt/sources.list</code> to replace <code>lunar</code> with <code>mantic</code> then <code>sudo apt update ; sudo apt d...
[ { "accepted": true, "body": "<p>I suspect (as indicated by the screenshot) you have some PPAs enabled which are holding things back. One brutal way to figure out what that is, is to edit <code>/etc/apt/sources.list</code> to replace <code>lunar</code> with <code>mantic</code> then <code>sudo apt update ; su...
null
null
null
null
null
1497404
1
1497452
2023-12-18T10:53:36.210
1
111
<p>I installed Steam via Snap-Store (steam, 1.0.0.78, 171, latest/stable, canonical**)</p> <p>For example, if I want to play an embedded YouTube video from the forum, I don't hear any audio. But when I start a game, everything works. Does anyone have any ideas on how to fix this problem?</p>
1404364
null
null
2023-12-18T18:24:27.080
No Sound in Steam-Client (Snap-Version)
[ "sound", "snap", "steam" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-12-18T15:24:08.757", "id": "2622986", "postId": "1497404", "score": "2", "text": "I believe that for your problem you'd prefer to solve the issue without having to change from the snap version. However, I believe that the apt and the flatpak versions are more stable.\n\n[...
{ "accepted": true, "body": "<p>I solved the issue by deleting snap and switch to Flatpak.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2023-12-18T21:28:44.267", "id": "2623060", "postId": "1497452", "score": "1", "text": "If you've found solution to your probl...
[ { "accepted": true, "body": "<p>I solved the issue by deleting snap and switch to Flatpak.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2023-12-18T21:28:44.267", "id": "2623060", "postId": "1497452", "score": "1", "text": "If you've foun...
null
null
null
null
null
1497407
1
null
2023-12-18T12:03:48.817
0
11
<p>I have a question. An important German radio station (state supported) is broadcasting three opus streams. They seem to have issues using tagging with live radio broadcasts. Their tag for their Opus stream is &quot;stream&quot;, nothing else, nothing dynamic.</p> <p>Do you have a suggestion I can relay to them to fi...
714998
null
null
2023-12-18T12:03:48.817
Opus tagging for dynamic contents of an Opus audio webstream
[ "ogg-opus" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497408
1
1497436
2023-12-18T12:12:54.070
0
85
<p>Here is the original <code>nvidia-container-toolkit.list</code> from <code>GitHub</code>:</p> <p><a href="https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list" rel="nofollow noreferrer">https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list</a></p> <pre...
1641481
1641481
2023-12-18T15:35:55.033
2023-12-18T16:02:30.010
How to convert the nvidia-container-toolkit.list in Ubuntu
[ "apt", "nvidia", "22.04", "gpu", "container" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>Their script is broken. I ran the curl script above, and it indeed made a broken sources.list file. So I corrected it, and an <code>apt update</code> now works:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>$ cat /etc/apt/sources.list.d/nvidia-container-toolkit.list\ndeb [...
[ { "accepted": true, "body": "<p>Their script is broken. I ran the curl script above, and it indeed made a broken sources.list file. So I corrected it, and an <code>apt update</code> now works:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>$ cat /etc/apt/sources.list.d/nvidia-container-toolkit.lis...
null
null
null
null
null
1497409
1
null
2023-12-18T12:18:00.950
1
60
<p>i created VM on cloud with ubuntu 22.04 and installed Proftpd server . this Server is behind Firewall NSV270 .</p> <p>i can aces sftp Account using external IP , but i cant acess FTP using any ftp client , using passive or active modes its give me this error</p> <pre><code>Status: Connection established, waiting for...
1754419
158442
2023-12-18T13:23:45.900
2023-12-18T13:38:53.410
Cant Access FTP account using proftpd on Azure
[ "server", "client", "nat", "azure", "proftpd" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497410
1
null
2023-12-18T12:24:55.097
0
58
<p>I'm currently facing an issue with my MSI GE70 laptop running Ubuntu 23.10, equipped with a GTX760M graphics card. Whenever I disconnect the laptop from power and switch to battery mode, the screen rotates by 90 degrees automatically. This means that to restore the original screen orientation, I have to reconnect an...
1754424
null
null
2023-12-23T08:29:52.630
Screen Rotation Issue on Ubuntu 23.10 with MSI GE70 and GTX760M
[ "nvidia", "graphics", "power-management", "screen", "display-rotation" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497411
1
null
2023-12-18T12:26:43.957
0
124
<p>Ubuntu 22.04 Crashed on me and I was unable to recover, so reinstalled (not on this device)</p> <p>Now installed and I can see the drive...</p> <p>But all my folders and files are missing?</p> <p>on running Gdisk I get below.</p> <pre><code>$ sudo gdisk /dev/sdb GPT fdisk (gdisk) version 1.0.8 Partition table scan...
1754423
1754423
2023-12-20T09:27:33.410
2023-12-20T09:27:33.410
Fresh Install Ubuntu 22.04 - unable to see files or folders?
[ "files", "directory" ]
0
13
CC BY-SA 4.0
[ { "creationDate": "2023-12-18T13:08:09.593", "id": "2622951", "postId": "1497411", "score": "1", "text": "The new installation is on a separate disk from the one you want to view files on? Could you post the output of `sudo lsblk -f -m | grep -v '^loop'` (remember you can format text with trippe...
null
[]
null
null
null
null
null
1497423
1
null
2023-12-18T14:33:22.380
1
268
<p>I use Ubuntu 22.04.03 LTS on a Lenovo Ideapad 1 15AMN7.<br> I dont' have a dual boot. The sole O.S. in my machine is Ubuntu and had an issue with daily black-freezing-screen for some seconds.<br></p> <p>The CPU with the integrated GPU is: AMD Ryzen 3 7320U with Radeon Graphics 1 physical processor; 4 cores; 8 thread...
540171
540171
2023-12-18T15:33:14.380
2023-12-18T15:33:14.380
Software Updater not working, after upgrading to Linux kernel 6.6.7
[ "kernel", "22.04" ]
0
6
CC BY-SA 4.0
[ { "creationDate": "2023-12-18T15:26:35.233", "id": "2622988", "postId": "1497423", "score": "0", "text": "Don't do a partial upgrade. Resolve the issues first.", "userDisplayName": null, "userId": "243321" }, { "creationDate": "2023-12-18T15:45:30.120", "id": "2622993", "...
null
[]
null
null
null
null
null
1497424
1
null
2023-12-18T14:34:59.787
0
42
<p>I recently have bought a suscription to a ubuntu VPS server in order to play with kubernetes and I am trying to create a master and a node virtual machine following a tutorial that uses Vermin and Virtual Box for this purpose. I have installed Vermin and Virtualbox but when I try to create the virtual machine I get ...
1754434
1754434
2023-12-18T16:08:24.737
2023-12-18T16:08:24.737
Issue creating a VM in Ubuntu 20.04 with Vermin and VirtualBox
[ "virtualbox", "kubernetes" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-18T15:28:37.870", "id": "2622990", "postId": "1497424", "score": "1", "text": "Please edit your question and use proper code formatting, it's very difficult to read.", "userDisplayName": null, "userId": "243321" } ]
null
[]
null
null
null
null
null