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
1485730
1
null
2023-09-14T00:16:57.697
0
322
<p>I'm on Ubuntu 22.04 trying to run Capture One through Wine 8.15. When running <code>wine &lt;CaptureOne&gt;</code>, I get a message saying that the Windows 10 Anniversary Update is required:</p> <p><a href="https://i.stack.imgur.com/yxUim.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/yxUim.png" ...
1730222
10616
2023-09-14T01:26:27.090
2023-09-14T15:48:38.143
Capture One Wine Windows 10 Anniversary Update
[ "22.04", "wine" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-09-14T01:27:05.040", "id": "2601861", "postId": "1485730", "score": "0", "text": "In WINE, the version of windows is set in the `winecfg` tool. However, Win10 Anniversary Edition is not an option in Wine right now - you'll have to choose a Win11 compatibility which may i...
null
[ { "accepted": null, "body": "<p>In the <code>winecfg</code> tool you can specify what Windows version to target in your WINE environment.</p>\n<p>Windows 10 Anniversary Edition is not an option, but Windows 11 is. Change it to that.</p>\n<p>Make note that this may introduce other problems as well, and thos...
null
null
null
null
null
1485733
1
1485767
2023-09-14T02:13:07.187
0
67
<p>This script, reads user input from an entry like <code>filename.jpg</code> it creates a directory inside the current directory. Then renames the file and adds the files EXIF data it then copies the original file to the directory that was just created.</p> <p>Using convert from imagemagick</p> <p>I am trying to figur...
371200
null
null
2023-09-14T09:03:15.380
Loop through file extension Annotate add EXIF Rename and Copy
[ "command-line", "bash", "scripts", "convert", "annotation" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>If that works for you already and all you want is to automate it, then most likely what you need is to put it all inside a shell loop ... Here is an example:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>for f in {*.jpg,*.jpeg,*.png}; do\n newdir=&quot;${PWD##*/}&quot;\n ...
[ { "accepted": true, "body": "<p>If that works for you already and all you want is to automate it, then most likely what you need is to put it all inside a shell loop ... Here is an example:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>for f in {*.jpg,*.jpeg,*.png}; do\n newdir=&quot;${PWD##*/}&...
null
null
null
null
null
1485737
1
null
2023-09-14T02:58:46.540
1
125
<p>I noticed janks and disconnections during online conference call and here is what I found:</p> <p><strong>[Issue]</strong></p> <pre><code>bsdson@HP-EliteBook-840-G7:~/Desktop/0911_wifi_disconnect$ grep &quot;kernel.*disconnect&quot; syslog 16:45:21.016349 kernel: [ 4524.287591] wlp0s20f3: disconnect from AP 40:9b:cd...
368231
368231
2023-09-14T03:14:49.400
2023-10-04T09:58:18.707
WiFi periodically switches between 2.4GHz and 5GHz
[ "wireless", "network-manager", "wpa-supplicant" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-14T08:52:57.040", "id": "2601928", "postId": "1485737", "score": "0", "text": "I am no expert here but does your router support \"band steering\"? Is your SSID for 2,4 ghz and 5 ghz the same or diffferent? I would create different ssids, and just autoconnect to the 5 g...
null
[]
null
null
null
null
null
1485742
1
null
2023-09-14T04:06:08.297
0
187
<p>I have a fingerprint sensor on my laptop. Previously I used it on my windows. is there any way to enable fingureprint log in in ubuntu?</p>
1725560
null
null
2023-09-14T04:15:09.417
How to enable fingureprint login in ubuntu 22.04
[ "security", "fingerprint-reader", "unlock" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Go to settings-&gt;users-&gt;Authentication &amp; login.\nUnder Authentication &amp; Login, click on Fingerprint Login.\nClick Scan new fingerprint button. setup finger that's all.\nRepeat the steps to add additional fingers.</p>\n", "commentCount": "0", "comments": [...
null
null
null
null
null
1485746
1
null
2023-09-14T04:47:27.093
0
71
<p>This is the output after I have compiled and opened Okular.</p> <pre><code>kf.xmlgui: cannot find .rc file &quot;shell.rc&quot; for component &quot;okular&quot; kf.coreaddons: &quot;Could not find plugin okularpart&quot; </code></pre>
1387372
null
null
2023-09-14T04:47:27.093
Compiling Okular from source successfully, but experiencing "Could not find plugin okularpart" after opening it
[ "22.04", "xubuntu", "kde", "compiling", "okular" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T01:25:40.090", "id": "2602081", "postId": "1485746", "score": "0", "text": "Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.", "userDis...
null
[]
null
null
null
null
null
1485753
1
null
2023-09-14T06:32:11.767
0
38
<p>I have the latest version of Ubuntu on VMware virtual machine. I have to capture layer 2 (802.1 Q) packets in Wireshark, but the problem is that when I start Ubuntu I cannot capture these types of packets until I restart the network interfaces with <code>nmcli n off</code> then <code>nmcli n on</code> commands. Is t...
1731834
94914
2023-09-15T11:10:30.710
2023-09-15T11:10:30.710
Problem with network interfaces in Wireshark
[ "network-manager", "vmware", "wireshark" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-14T06:42:26.160", "id": "2601900", "postId": "1485753", "score": "1", "text": "Please be specific with details; that *latest* release of Ubuntu is Ubuntu 23.04 (2023-April release), so please just use it, as many people on sites like this refer to earlier releases such...
null
[]
null
null
null
null
null
1485757
1
null
2023-09-14T07:08:07.477
0
41
<p>The title says it all. I know of the common approach to add a command to <code>Startup Applications</code> but I am seeking some tool or extension that allows to set/disable/customize sounds for several common events such as login, logout, lock, unlock, etc.</p> <p>Are there any options?</p>
1618559
null
null
2023-09-14T07:08:07.477
Play Sounds on Startup, Logout, Lock, and Unlock
[ "sound", "login", "startup", "lock" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485759
1
null
2023-09-14T07:55:45.600
0
31
<p>I am trying to customize some desktop launchers for a couple of Wine apps. Namely foobar2000 and Winamp. What I would like to do is to drag-and-drop files/folders onto the launchers on my desktop and play them directly. To that end, I edited the original launchers and appended a <code>Z:%f</code> argument to the <co...
1618559
1618559
2023-09-14T08:01:59.243
2023-09-14T08:01:59.243
Passing %f conditionally to apps in Exec command of custom desktop launchers
[ "command-line", "wine", "launcher" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485762
1
null
2023-09-14T08:21:40.130
0
16
<p>I recently installed Ubuntu 22.04 in my PC. Everything was good but few days ago I can't no more send files after uploading it, it made stuck all tabs of the window and I also realized that the settings option is no longer there, i tried Wifi settings but it's not opening the settings</p>
1731870
null
null
2023-09-14T08:21:40.130
Sending uploaded file stuck the window of a browse
[ "files", "settings", "browser", "file-sharing", "upload" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485765
1
null
2023-09-14T08:53:48.600
0
281
<p>I've been facing an issue with my Lenovo Thinkpad P14s where I see a blank screen after booting into ubuntu 23.04. After boot I don't even see the login screen instead I just see a blank screen with a <strong>non blinking underscore</strong> on the top right, and I'm not even able to get to a TTY terminal by pressin...
1131085
null
null
2023-09-14T08:53:48.600
Ubuntu 23.04 Black screen with a solid cursor after boot
[ "boot", "grub2", "kernel", "22.04", "23.04" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485766
1
null
2023-09-14T08:56:38.223
1
102
<p>After a manual restart that I did because of my Ubuntu screen not reacting I got the following output:</p> <p><a href="https://i.stack.imgur.com/ddsp3.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/ddsp3.jpg" alt="Screen while booting Ubuntu" /></a></p> <p>After this message is being shown the pr...
1731881
94914
2023-09-15T12:20:01.563
2023-09-15T12:20:01.563
Ubuntu 20.04 does not boot
[ "boot", "20.04" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T13:52:53.013", "id": "2602195", "postId": "1485766", "score": "0", "text": "Are you on a dual boot? Then you can see the grub boot menu during boot. Select advanced options, and boot with an older kernel.", "userDisplayName": null, "userId": "124466" }, ...
null
[]
null
null
null
null
null
1485775
1
null
2023-09-14T09:42:20.687
0
131
<p>I had some issues with a kernel and had to manually install 6.2 (I'm on Ubuntu 22.04).</p> <p>Now whenever I boot I need to make sure that I disable secure boot and I suspect this is because I installed the kernel manually.</p> <p>How can I go back to having the kernel be installed as per the ppa / software center u...
45521
45521
2023-09-14T11:51:22.700
2023-09-14T11:51:22.700
How to install kernel from default ppa etc after manually installing it?
[ "kernel", "22.04", "secure-boot" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-14T11:29:26.343", "id": "2601955", "postId": "1485775", "score": "0", "text": "The safest way is to reverse whatever changes you made, which you've not told us. We don't know how you installed the kernel (*compiled kernel yourself, OR used `wget` to download then `dpkg...
null
[]
null
null
null
null
null
1485776
1
null
2023-09-14T09:50:27.603
-1
445
<p>I need to install Ubuntu alongside my Windows system.</p> <p>Since it is going to be on a separate disk, I am not sure if I should go for dual-boot with Grub or simply install Ubuntu totally separately on the other disk by physically disconnecting the Windows disk before installing Ubuntu. With this setup, I would c...
1731899
1684306
2023-09-15T16:37:02.543
2023-09-16T11:56:30.147
Dual-boot with or without Grub?
[ "boot", "dual-boot", "grub2", "uefi" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T17:41:37.920", "id": "2602236", "postId": "1485776", "score": "0", "text": "When you choose from UEFI/BIOS you are choosing boot loader. For LInux that most often is grub. Are you installing in UEFI or BIOS boot mode? Must be same boot mode as Windows. If Windows i...
null
[ { "accepted": null, "body": "<p>Choose the default settings that are offered by the Ubuntu installer which is to install Ubuntu with grub as the bootloader. If Ubuntu boots OK after installing Ubuntu you are done, otherwise you have a default bootloader configuration that the Boot-Repair app understands as ...
null
null
null
null
null
1485780
1
1488681
2023-09-14T10:07:34.770
0
261
<p>I have an Intel NUC i7 Series 11 used as a home server with Debian 5.10.70-1 installed. It has been running smoothly for about a year. Then came a power outage. When the power was back my server restarted as usual (these is a setting in the BIOS to configure it to restart after a power failure) but it would not conn...
1731880
null
null
2023-10-11T12:14:41.563
Ethernet not working after power outage - network UNCLAIMED
[ "boot", "networking", "drivers", "ethernet" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-14T14:15:40.573", "id": "2601978", "postId": "1485780", "score": "2", "text": "Please see: https://unix.stackexchange.com/questions/625912/e1000e-error-with-b460-motherboard-and-intel-i219-v-chipset You have the same symptoms in the log. The answer was: \"Turns out, it...
{ "accepted": true, "body": "<p>This was a hardware failure, my NUC was still under warranty and I got it replaced</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2023-10-11T12:14:41.563", "id": "1488681", "lastActivityDate": ...
[ { "accepted": true, "body": "<p>This was a hardware failure, my NUC was still under warranty and I got it replaced</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2023-10-11T12:14:41.563", "id": "1488681", ...
null
null
null
null
null
1485793
1
null
2023-09-14T12:04:07.423
0
89
<p>I have Ubuntu installed on an SSD and would like to use it as a customized live USB, allowing me to test system changes without risking corruption. I've read that Ubuntu uses overlayfs for this purpose, but I couldn't find the responsible script for my reference.</p> <p>Could someone please guide me through the proc...
1601050
null
null
2023-09-14T12:04:07.423
How to implement overlayfs in RAM
[ "overlayfs" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-14T14:50:35.843", "id": "2601992", "postId": "1485793", "score": "0", "text": "`overlayroot` package. Locate and read the manual for safe operation.", "userDisplayName": null, "userId": "19626" }, { "creationDate": "2023-09-14T15:18:34.163", "id": "...
null
[]
null
null
null
null
null
1485794
1
1485795
2023-09-14T12:16:54.463
-1
69
<p>I am using Linux and I'm in a folder it has 10 .jpg images I want to move 3 pictures only without selection by name or size for example my folder is /sdcard /DCIM/camera/ I want 3 pictures from it to /sdcard using a Linux command it's possible? Thanks</p>
1719776
158442
2023-09-14T13:27:45.320
2023-09-14T13:27:45.320
Moving 3 pics randomly to another directory
[ "command-line", "files" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>There are a lot of commands possible to do it.</p>\n<p>That's a suggestion:</p>\n<pre><code>cd /sdcard/DCIM/camera/\ni=0\nfor x in *.jpg; do\n if [ &quot;$i&quot; = 3 ]; then break; fi\n mv &quot;$x&quot; /sdcard\n i=$((i+1))\ndone\n</code></pre>\n", "commentCount": "1", "comm...
[ { "accepted": true, "body": "<p>There are a lot of commands possible to do it.</p>\n<p>That's a suggestion:</p>\n<pre><code>cd /sdcard/DCIM/camera/\ni=0\nfor x in *.jpg; do\n if [ &quot;$i&quot; = 3 ]; then break; fi\n mv &quot;$x&quot; /sdcard\n i=$((i+1))\ndone\n</code></pre>\n", "commentCount": "1...
null
null
null
null
null
1485797
1
null
2023-09-14T12:32:53.930
0
34
<p>I'm running Ubuntu over ARM (RPi4), and I have XScreenSaver installed.</p> <p>The screensaver loads while Brave Browser plays Youtube videos. It doesn't load while VLC is running videos, though.</p> <hr /> <p>XScreenSaver's wiki says that Chromium browsers should handle this by themselves: <a href="https://wiki.arch...
1705728
null
null
2023-09-14T12:32:53.930
How to make Xscreensaver not load while Brave Browser runs videos
[ "screensaver", "xscreensaver" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485799
1
1485834
2023-09-14T13:00:18.490
-1
103
<p>I am an absolute absolute novice in Ubuntu and I'm trying to install a software package I downloaded onto my Windows Downloads folder. My understanding is that for this I need to mount the Windows Downloads folder and then run the installation from there. I'm looking around guides on the internet but being such a no...
1731932
null
null
2023-09-15T00:35:07.807
Mounting Windows downloads folder onto Ubuntu and installing files from it
[ "software-installation", "mount" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-14T13:30:03.463", "id": "2601967", "postId": "1485799", "score": "1", "text": "Ubuntu 18.04 is EOSS or *End of Standard Support* thus off-topic here, and the only other OS you mention is windows 10 that isn't Ubuntu. Your question isn't on-topic due to no OS mentioned...
{ "accepted": true, "body": "<p>Don't really care that you're running an older version of Ubuntu I'm sure you have a reason if not upgrade to the latest version available. You don't necessarily need to mount the drive in-order to move the software package to your Linux machine you can do several things to accomplis...
[ { "accepted": true, "body": "<p>Don't really care that you're running an older version of Ubuntu I'm sure you have a reason if not upgrade to the latest version available. You don't necessarily need to mount the drive in-order to move the software package to your Linux machine you can do several things to a...
null
null
2023-09-16T08:50:10.923
null
null
1485801
1
null
2023-09-14T13:29:03.977
-1
124
<p>The dialogue option never changes to &quot;done&quot; or &quot;continue&quot; during network configuration. Instead it only says &quot;continue without network&quot;. I don't have ethernet port on my laptop. I am trying with wifi.</p>
1731941
274457
2023-09-15T10:05:58.113
2023-09-15T10:05:58.113
Stuck at network configuration part
[ "boot", "20.04", "system-installation", "network-bonding" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-14T13:55:51.663", "id": "2601972", "postId": "1485801", "score": "1", "text": "could you add an image?", "userDisplayName": null, "userId": "782725" } ]
null
[ { "accepted": null, "body": "<blockquote>\n<p>it only says &quot;continue without network&quot;.</p>\n</blockquote>\n<p>Then that's your only option. I recommend that you select it and continue.</p>\n<p>The fact that no wireless network was detected and automatically configured suggests that there is probab...
null
null
null
null
null
1485809
1
null
2023-09-14T14:53:49.287
0
237
<p>I'm very new to Linux so please bear with me here. I set up a Samba server on my LAN and now I'm trying to connect to it from my Windows desktop. I can see the server in my file explorer under networks, and the ShareName folder but when I try to connect to it it says this:</p> <p><code>Windows cannot access \\HOMESE...
1731952
149708
2023-09-14T16:53:19.353
2023-09-14T16:53:19.353
Help connecting to my samba server from windows!
[ "networking", "samba" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-09-14T15:31:03.187", "id": "2602009", "postId": "1485809", "score": "0", "text": "Post your config file on https://pastebin.com/ and link to it in your question.", "userDisplayName": null, "userId": "149708" }, { "creationDate": "2023-09-14T16:26:02.243", ...
null
[]
null
null
null
null
null
1485811
1
null
2023-09-14T15:06:50.533
0
71
<p>I'm using Linux Ubuntu 20.04 with Chromium Version 115.0.5790.170 (Official Build) snap (64-bit).</p> <p>I need to use this digital certificate (it's called idCAT for people in Catalonia), but I've never used one before and have no idea how to install it. It's supposed to be <a href="https://suport-idcat.aoc.cat/hc/...
1682335
1684306
2023-09-15T09:29:32.887
2023-09-15T09:29:32.887
Installing digital certificate on Ubuntu Chromium
[ "chromium", "certificates" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485828
1
null
2023-09-14T19:22:42.863
0
139
<p>Recently my old laptop (about 8 years old) with Lubuntu installed on a UEFI SSD died. It just refused to start at all, the little led that normally lights when the mains is on also did not light up. I measured the output of the charger and this was normal, also after opening the laptop the battery seemed to be norma...
1660142
1660142
2023-09-21T12:24:53.840
2023-09-21T12:24:53.840
Secure Boot Violation after moving my Ubuntu UEFI SSD into identical laptop
[ "uefi", "secure-boot" ]
0
9
CC BY-SA 4.0
[ { "creationDate": "2023-09-14T20:12:13.273", "id": "2602045", "postId": "1485828", "score": "0", "text": "You might need the signed versions of shim, grub, and kernel for secure boot to work. Unless you have hardware requiring proprietary drivers (unsigned, so can't use secure boot), Ubuntu rea...
null
[]
null
null
null
null
null
1485840
1
null
2023-09-14T21:30:35.000
0
91
<p>I've been playing around with a SIEM and their security recommendations suggest the following directories be created as separate partitions (with additional security added).</p> <pre><code>/dev/shm /home /tmp /var /var/log /var/log/audit /var/tmp </code></pre> <p>During the Ubuntu server install, it's easy to create...
1732021
null
null
2023-09-14T23:02:48.473
Server Install With Deep Partitions
[ "partitioning" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>The partitioner in the installer is a convenience for many users. Its use is not required.</p>\n<p>Advanced users with complex needs should manually partition (for example, by using the Live environment) before launching the installer.</p>\n<p>If a community member wants to p...
null
null
null
null
null
1485842
1
null
2023-09-14T21:50:59.290
0
393
<p>Getting this error installing anything, any help would be appreciated.</p> <pre><code>e@ubuntu:~$ sudo apt update Hit:1 https://repo.steampowered.com/steam stable InRelease Hit:2 http://us.archive.ubuntu.com/ubuntu jammy InRelease Hit:3 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease ...
535452
25618
2023-09-14T23:26:45.150
2023-09-14T23:26:45.150
Processing was halted because there were too many errors
[ "software-installation" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T09:04:06.683", "id": "2602129", "postId": "1485842", "score": "0", "text": "Line 10 of `/etc/default/grub` contains `snd_hda_intel.dmic_detect=0` and that option is not valid.", "userDisplayName": null, "userId": "149708" }, { "creationDate": "2023-0...
null
[]
null
null
null
null
null
1485844
1
null
2023-09-14T22:31:14.430
0
55
<p>I'm not using v2rayN proxy tool to execute my sh script in vmware ubuntu Each time apt-get is executed,always returns &quot;400 bad request&quot;, But I copied the error link, and on my windows computer, it was always correct. Similarly, I use the following ways to proxy,tool is v2rayN and core is the Xray.</p> <p>W...
1732030
null
null
2023-09-14T22:31:14.430
vmware using proxy vpn to perform apt-get is invalid
[ "networking", "apt", "vmware", "proxy" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485845
1
1485916
2023-09-14T22:35:33.517
0
194
<p>So I installed Java following <a href="https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-20-04" rel="nofollow noreferrer">this guide</a> as I did many times, and set <code>$JAVA_HOME</code> in <code>/etc/environment</code>, <code>java -version</code> works fine.<br /> After that...
1502030
1502030
2023-09-14T23:19:14.610
2023-09-15T11:46:02.593
Pain with Maven and Java env variables
[ "java", "environment-variables", "maven-3" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>The problem was that the path in <code>JAVA_HOME</code> should be without <code>/bin/java</code> part. Still don't know why I have to duplicate it tho, without duplicating it in <code>.profile</code> it doesn't work while it's still being in <code>/etc/environment</code>.</p>\n", "...
[ { "accepted": true, "body": "<p>The problem was that the path in <code>JAVA_HOME</code> should be without <code>/bin/java</code> part. Still don't know why I have to duplicate it tho, without duplicating it in <code>.profile</code> it doesn't work while it's still being in <code>/etc/environment</code>.</p>...
null
null
null
null
null
1485849
1
null
2023-09-15T00:03:52.113
1
180
<p>I was in the process of upgrading my Ubuntu 20.04 and installing ubuntu 22.04. Unfortunately, I made an error during pressing options through the upgrade process. I decided to restart the computer and now I'm unable to log in to Ubuntu. The specific error I encounter is:</p> <p>VFS: cannot open root device &quot;nvm...
350297
350297
2023-09-19T15:36:31.383
2023-09-19T15:36:31.383
VFS: cannot open root device "nvme1n1p4" or unknown-block
[ "boot", "20.04", "upgrade", "kernel", "22.04" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T06:37:03.467", "id": "2602114", "postId": "1485849", "score": "2", "text": "Does this answer your question? [I upgraded to 22.04 from 20.04 and now I don't have a wifi adapter and cannot connect to the internet](https://askubuntu.com/questions/1485135/i-upgraded-to-...
null
[]
null
null
null
null
null
1485850
1
null
2023-09-15T00:07:38.407
1
403
<p>now i upgraded from 22.04 LTS to ubuntu 23.04 stable .after that ubuntu only boots.no grub menu displayed.No way to boot into windows.how to restore grub menu?</p>
1123917
null
null
2023-11-05T11:40:39.863
grub menu not showing ,only boots to ubuntu 23.04 instanteously in dual boot with windows11
[ "grub2" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Run <code>sudo update-grub</code> and reboot.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2023-09-15T00:08:54.320", "id": "1485851", "lastActivityDate": "2023-09-15T00:...
null
null
null
null
null
1485852
1
null
2023-09-15T00:30:08.193
0
107
<p>Is there way to limit cpu on an executeable whenever it is run?</p> <p>i am trying to use <strong>cpulimit</strong> like :</p> <blockquote> <p>cpulimit -e helm -l 50</p> </blockquote> <p>but i'm getting this:</p> <blockquote> <p>Warning: no target process found. Waiting for it...</p> </blockquote> <p>All the example...
1732042
null
null
2023-09-15T02:35:23.033
Using cpulimit on an executeable
[ "server", "cpulimit" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Call your <code>cpulimit</code>ed command from a <code>bash</code> script, and use that script in your scripting.</p>\n<p>E.g., create <code>$HOME/bin/whelm</code>:</p>\n<pre><code>#!/bin/bash\ncpulimit -l 20 helm\n</code></pre>\n<p>Be sure to <code>chmod +x $HOME/bin/whelm</...
null
null
null
null
null
1485853
1
null
2023-09-15T00:37:05.247
0
587
<p>There's an option in Virtual Machine Manager to share your memory. It's called &quot;Enable shared memory&quot;. See #2 below:</p> <p><img src="https://i.imgur.com/UQT0Nbn.png" alt="Present" /></p> <p>This option is missing in my instance of QEMU under Virtual Machine Manager (Ubuntu 20.04 Host, Windows 11 Guest, vi...
1538474
null
null
2023-11-14T22:55:18.093
"Enable Shared Memory" option missing from Virtual Machine Manager
[ "virtualization", "qemu" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485855
1
null
2023-09-15T00:39:00.267
0
183
<h1>Kubuntu 22.04.3 thinks my USB-connected Samsung Galaxy S22 is empty, but it used to see everything fine.</h1> <p>There are two settings I can choose on my phone in USB Settings:</p> <p>USB controlled by</p> <ul> <li><p>Connected device</p> </li> <li><p><strong>This device</strong></p> </li> </ul> <p>Use USB for</p>...
1659545
null
null
2023-09-15T00:39:00.267
Ubuntu 22.04.3 thinks my USB-connected phone is empty, but it used to see everything fine
[ "usb", "kubuntu", "android" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T02:14:33.470", "id": "2602085", "postId": "1485855", "score": "0", "text": "How is it mounted? On the command line (Ctrl-Alt-T), `mount` will show you. Which groups are a member of? `id`.Please [edit] your question to add whatever information you get. Do not use Add...
null
[]
null
null
null
null
null
1485861
1
1485887
2023-09-15T03:20:56.750
0
363
<p>I have a desktop PC with Ubuntu 20.04 + KDE. Yesterday my program gets stopped due to a <code>no space left on device</code> error. I deleted some files and then found the freed space is soon occupied again. Through <code>iotop</code> I found that <code>plasmashell</code> is writing to the disk at ~19MB/s, so I kill...
1053356
null
null
2023-09-15T08:35:57.067
What is plasmashell and why does it keep writing to disk?
[ "20.04", "kubuntu", "kde", "plasma" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T04:17:11.983", "id": "2602096", "postId": "1485861", "score": "0", "text": "Have you explored where the writes go to? If a *setting* is incorrect, or many other config issues exist, apps can report that *misconfiguration* in log files issue to logs so they can be a...
{ "accepted": true, "body": "<p><code>plasmashell</code> is the binary that provides the desktop in a Plasma session. As to why it keeps writing to the file <code>~/.xsession-errors</code>, you'd need to inspect the contents and fix the underlying issue.</p>\n<p>As its name implies, that file is created when X11 ha...
[ { "accepted": true, "body": "<p><code>plasmashell</code> is the binary that provides the desktop in a Plasma session. As to why it keeps writing to the file <code>~/.xsession-errors</code>, you'd need to inspect the contents and fix the underlying issue.</p>\n<p>As its name implies, that file is created whe...
null
null
null
null
null
1485862
1
null
2023-09-15T03:40:07.623
0
362
<p>I just upgraded from 23.04 to 23.10 and I was using the White Sur Theme but it seems to be a bit broken. There is no background in the nautilus file manager window. If I open a folder that is empty there is just no background. So I went to change the theme to one of the defaults and the panel and panel dropdowns cha...
1547670
null
null
2023-11-21T07:35:41.883
Cant remove theme from settings windows and Nautilus after upgrading to 23.10
[ "gnome", "nautilus", "themes", "gnome-tweaks" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T04:00:03.450", "id": "2602092", "postId": "1485862", "score": "0", "text": "Ubuntu 23.04 is still in development, and will not be supported on this website before it is released (in October).", "userDisplayName": null, "userId": "124466" }, { "creati...
null
[]
null
null
null
null
null
1485863
1
null
2023-09-15T03:54:48.807
0
65
<p>when i use pxe with autoinstall install ubuntu server 22.04 or 23.04,the network configuration automatically generated like this</p> <pre><code># This is the network config written by 'subiquity' network: ethernets: ens9f0np0: critical: true dhcp-identifier: mac dhcp4: true nameservers:...
1732059
1732059
2023-09-15T04:01:37.980
2023-09-15T04:01:37.980
The difference in network configuration files between USB install and PXE autoinstall
[ "networking", "pxe", "subiquity", "autoinstall" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-19T22:17:17.927", "id": "2603068", "postId": "1485863", "score": "0", "text": "Do you just want a generic network config that uses DHCP for all interfaces? You can use late-commands to delete the generated configuration and install a generic config https://askubuntu.c...
null
[]
null
null
null
null
null
1485865
1
null
2023-09-15T04:20:14.927
0
148
<p>I tried to install Ubuntu 23.04 on my device which was running on Windows 10. During the installation I might have selected the <em>Erase all data and install Ubuntu</em> option and got my full HDD erased along with Windows 10. I had my whole life's photo backup there. They need to be recovered somehow.</p> <ol> <li...
1732061
94914
2023-09-15T09:19:10.787
2023-09-15T09:19:10.787
Accidentally deleted the entire hard drive during Ubuntu installation
[ "partitioning", "hard-drive", "data-recovery" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T06:09:36.283", "id": "2602111", "postId": "1485865", "score": "1", "text": "Restore the backup you made of your personal data. Otherwise you are not likely to get your data back; recovery software depends on a SINGLE write. Installing Ubuntu does more than 1 write."...
null
[]
null
null
null
null
null
1485866
1
null
2023-09-15T04:35:10.340
1
1576
<p>I have a Chromebook that uses MediaTek mt8183.</p> <p>This device has no UEFI or Legacy Boot. only altfw.</p> <p>Chrome OS is so useless. The specs are what I was needing, but it's almost impossible to do anything that I need to do on it. I absolutely despise it and would exchange it, but not only do I live in a sma...
1719821
124466
2023-09-18T22:47:53.793
2023-09-19T07:39:58.660
How to install Ubuntu on ARM64 chromebook with MediaTek mt8183?
[ "ubuntu-mate", "chromebook", "arm64" ]
0
22
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T12:19:52.570", "id": "2602155", "postId": "1485866", "score": "2", "text": "There are some github projects for installing GNU/Linux on Arm chromebooks. What is your chromebook model?", "userDisplayName": null, "userId": "124466" }, { "creationDate": ...
null
[]
null
null
null
null
null
1485867
1
null
2023-09-15T04:41:58.710
0
90
<p>I have been trying to connect to an open VPN server that was working fine before until I traveled to another country last week and now the VPN isn't connecting VPN logs:</p> <pre><code>Sep 15 12:38:38 fawrama nm-openvpn[113480]: library versions: OpenSSL 3.0.2 15 Mar 2022, LZO 2.10 Sep 15 12:38:38 fawrama nm-openvpn...
1732071
null
null
2023-10-02T02:42:09.980
open vpn connection error after traveling to another country
[ "network-manager", "openvpn" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T06:28:01.273", "id": "2602112", "postId": "1485867", "score": "1", "text": "The country you're in may be trying a \"Man-In-The-Middle\" attack. Do what the error message suggests, see http://openvpn.net/howto.html#mitm", "userDisplayName": null, "userId": "2...
null
[]
null
null
null
null
null
1485870
1
null
2023-09-15T05:23:45.440
0
52
<h4>Problem:</h4> <p>Originally installed Fedora - couldn't get the external screens to work but the laptop one was fine (with nvidia drivers). Switched to Ubuntu 20.04 and the external screens (HDMI and DP) work great but the laptop either flickers or goes completely white. Both the external screens and the laptop wor...
1732073
1157209
2023-09-16T08:40:06.003
2023-09-16T08:40:06.003
Laptop screen not working with nvidia but external screens do
[ "20.04", "nvidia", "multiple-monitors", "display" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485872
1
null
2023-09-15T06:13:11.587
0
43
<p>I am running Kubuntu. Earlier everything was good. Suddenly it says no output or input device found.</p> <p><a href="https://i.stack.imgur.com/Av2yE.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/Av2yE.png" alt="enter image description here" /></a></p>
1732082
94914
2023-09-15T11:12:04.597
2023-09-15T11:12:04.597
Speakers and audio ports not working, it shows no output device
[ "server", "kubuntu", "pulseaudio", "speakers", "ubuntu-drivers" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485873
1
null
2023-09-15T06:24:23.127
1
2539
<p>I have been receiving this message frequently when I am inactive in an SSH connection.</p> <pre><code>client_loop: send disconnect: Broken pipe </code></pre> <p>I tried the following:</p> <ol> <li>Add <code>ServerAliveInterval=86400</code> and <code>ServerAliveCountMax=14</code> to my config file.</li> <li>Add <code...
1690989
1157209
2023-09-15T15:53:11.167
2024-04-04T17:22:22.203
SSH client_loop: send disconnect: Broken pipe
[ "ssh" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T16:15:55.870", "id": "2602221", "postId": "1485873", "score": "1", "text": "[Did you try](https://unix.stackexchange.com/a/34201/209677) also `TCPKeepAlive yes` on client side?", "userDisplayName": null, "userId": "349837" }, { "creationDate": "2023-...
null
[]
null
null
null
null
null
1485877
1
null
2023-09-15T06:35:56.603
0
199
<p>I need to install the corporate nsginstaller64.deb on Ubuntu22 to access the corporate Citrix Gateway. While installing following error raises:</p> <pre><code>The following packages have unmet dependencies: nsgclient : Depends: libnm-glib4 but it is not installable Depends: libnm-util2 but it is not install...
412904
null
null
2023-09-15T06:35:56.603
Citrix Gateway Ubuntu 22
[ "networking", "citrix" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T07:44:02.803", "id": "2602119", "postId": "1485877", "score": "1", "text": "I think you need to report this to whoever gave you the `deb` file. Normally, unmet dependencies will be installed along the main package, but that doesn't work if the packages aren't availa...
null
[]
null
null
null
null
null
1485878
1
1485882
2023-09-15T06:44:22.923
0
107
<p>I am using Ubuntu22.04 with a touchscreen.</p> <p>By default, the mouse pointer is displayed when the user operates the mouse, but nothing is displayed when the user touches the touchscreen.</p> <p>Is it possible to display a screen where the user can always see where they touch?</p> <p>I tried this post. But it is ...
1732091
null
null
2023-09-15T07:47:33.443
How to show mouse pointer on a touched location?
[ "ubuntu-touch", "touchscreen" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>I found the solution.</p>\n<p>Install gnome extension &quot;Touch X&quot;.\n<a href=\"https://extensions.gnome.org/extension/6156/touch-x/\" rel=\"nofollow noreferrer\">https://extensions.gnome.org/extension/6156/touch-x/</a></p>\n", "commentCount": "0", "comments": [], "commun...
[ { "accepted": true, "body": "<p>I found the solution.</p>\n<p>Install gnome extension &quot;Touch X&quot;.\n<a href=\"https://extensions.gnome.org/extension/6156/touch-x/\" rel=\"nofollow noreferrer\">https://extensions.gnome.org/extension/6156/touch-x/</a></p>\n", "commentCount": "0", "comments": [...
null
null
null
null
null
1485880
1
null
2023-09-15T06:57:05.707
0
36
<p>I have installed Ubuntu in my system but when I am using Wi-Fi then after sometime the Wi-Fi internet is automatically shut down</p> <p>When I check my wifi driver it shows me something like this</p> <pre><code>*-network DISABLED description: Wireless interface product: Centrino Advanced-N 6205 [Taylor...
1732089
320920
2023-09-15T07:13:08.560
2023-09-15T07:13:08.560
Wifi internet is not working in my ubuntu system
[ "networking", "drivers", "wireless", "network-manager", "internet" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485881
1
1485930
2023-09-15T07:42:09.093
0
1434
<p>I've wracked my brain over this and been through several dozen help files and tutorials, and just cannot figure how to properly do this in Linux.</p> <p>The situation is that I need to send serial text to a LAN modem. (Baud=9600, Data: 8-bits, Parity: none, Stop; 1bit, Flow Control: none) The lan modem waiting for s...
1732102
null
null
2023-09-15T13:15:51.760
Sending Serial data over TCP/IP in command line
[ "serial-port", "tcp-ip" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T08:41:35.893", "id": "2602126", "postId": "1485881", "score": "0", "text": "Have you tried `netcat`? You should be able to pipe data into a `netcat` connection.", "userDisplayName": null, "userId": "149708" } ]
{ "accepted": true, "body": "<p>You can use socat to establish a TCP connection to the LAN modem on port 10001 and send serial data to it from the command line in Ubuntu 20.04. To send the data with carriage return (&quot;\\n&quot;) and the Ctrl+Z command, you can use the echo command and then pipe the output to so...
[ { "accepted": true, "body": "<p>You can use socat to establish a TCP connection to the LAN modem on port 10001 and send serial data to it from the command line in Ubuntu 20.04. To send the data with carriage return (&quot;\\n&quot;) and the Ctrl+Z command, you can use the echo command and then pipe the outp...
null
null
null
null
null
1485883
1
null
2023-09-15T07:52:24.470
0
215
<p>Running Ubuntu 22.04 with kernel 5.15.0-83 inside a QEMU VM:</p> <pre><code>guest$ sudo modprobe vfio enable_unsafe_noiommu_mode=1 guest$ cat /sys/module/vfio/parameters/enable_unsafe_noiommu_mode N </code></pre> <p>It's not changed. I've also set the kernel boot parameters to:</p> <pre><code>GRUB_CMDLINE_LINUX=&quo...
189361
189361
2023-09-15T08:06:03.393
2023-09-15T08:06:03.393
Why can't I set "modprobe vfio enable_unsafe_noiommu_mode=1"?
[ "kernel", "22.04", "virtualization", "qemu", "modprobe" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485884
1
null
2023-09-15T08:03:22.903
0
8
<p>I have recently changed my PC CPU . New motherbaord is Gigabyte B550 AORUS Elite AX V2 . i have installed ubuntu , now printer (Canon LBP 2900B) is not working with this machine. Printer is being detected/showing on system.</p>
1732105
null
null
2023-09-15T08:03:22.903
Canon LBP 2900B printer not working
[ "printing" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485885
1
null
2023-09-15T08:06:31.793
0
111
<p>How to get some lines before and after in log files using tail and grep ?</p>
674163
158442
2023-09-15T08:14:29.990
2023-09-15T08:14:29.990
How to get some lines before and after in log files using tail and grep?
[ "command-line", "text-processing", "grep", "tail" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
2023-09-15T08:16:34.133
null
null
1485890
1
null
2023-09-15T08:59:10.817
0
149
<p>I`m completely new to Linux. I have just installed Ubuntu 22.04.3 LTS. I work in dual boot with Win 11 Pro. I want to use my 2 external displays via HP Thunderbolt G2 docking station (my laptop is HP Power G7). I already enabled thunderbolt in laptop BIOS so it works fine in Windows but when plugged it to newly inst...
856300
null
null
2023-09-15T08:59:10.817
2 external displays via HP Thunderbolt G2
[ "thunderbolt" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485893
1
null
2023-09-15T09:08:46.200
0
33
<p>I have an English QWERTY keyboard, however I want to type in Spanish/Catalan layout. I am having problems with the angle brackets (&lt; and &gt;) because in the Spanish layout there is a specific button for these but not in the English one. So I wanted to create a shortcut so</p> <p><kbd>LeftAlt</kbd> + <kbd>z</kbd>...
1602164
1602164
2023-09-19T09:29:45.530
2023-09-19T09:29:45.530
Create keyboard shortcut to type special characters missing because of different physical and software language keyboard layout
[ "shortcut-keys", "keyboard-layout", "language-support" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T12:22:31.040", "id": "2602156", "postId": "1485893", "score": "0", "text": "For me that top bar opens when I **release** <Left Alt>, not when **pressing** it. And it does so only when I press and release <Left Alt> alone without combining it with some other key.", ...
null
[]
null
null
null
null
null
1485894
1
null
2023-09-15T09:10:23.267
0
181
<p>I am trying to set the Nvidia GPU fan speeds from inside a Ubuntu-based Docker container on a machine with Nvidia RTX 3090. To conserve GPU VRAM, X server is not running.</p> <p>How can the GPU fan speeds be set to a constant speed, like <code>90%</code>?</p> <pre><code>$ sudo nvidia-settings -a &quot;[gpu:0]/GPUFan...
1643777
null
null
2023-09-15T09:10:23.267
Unable to set Nvidia GPU Fan Speeds
[ "nvidia", "docker", "gpu", "fan" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485895
1
null
2023-09-15T09:26:23.703
1
696
<p>This is my version of Ubuntu:</p> <pre><code>PS C:\WINDOWS\system32&gt; wsl --list --verbose NAME STATE VERSION * Ubuntu-22.04 Running 2 </code></pre> <p>This is my gcc version:</p> <pre><code>zhao@ZhaoYH:~$ gcc --version gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 ...
1732190
1732190
2023-09-16T01:25:51.737
2023-09-16T05:13:22.083
Error installing cuda_12.2.2_535.104.05_linux.run in WSL2
[ "20.04", "nvidia", "windows-subsystem-for-linux", "cuda" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<blockquote>\n<p>When I followed <a href=\"https://developer.nvidia.com/cuda-downloads?target_os=Linux&amp;target_arch=x86_64&amp;Distribution=Ubuntu&amp;target_version=22.04&amp;target_type=runfile_local\" rel=\"nofollow noreferrer\">Nvidia's tutorial for CUDA installation</a><...
null
null
null
null
null
1485896
1
null
2023-09-15T09:36:12.657
0
100
<p>Our system: AMD Genoa CPU + intel C627/QAT &amp; LAN add-on cards</p> <p>CentOS 7.9, Intel C627 add-on card works correctly:</p> <p><a href="https://i.stack.imgur.com/BYPPi.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/BYPPi.png" alt="CentOS 7.9, Intel C627 add-on card works correctly" /></a></p...
1732242
94914
2023-09-16T11:06:24.907
2023-09-16T11:06:24.907
Our system installed CentOS7.9 -> OK; install Ubunt 22.04 -> failed, why?
[ "drivers", "intel", "amd-processor" ]
0
6
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T09:51:31.757", "id": "2602134", "postId": "1485896", "score": "0", "text": "Welcome to AskUbuntu! You will need to be more specific about the failure. Did you get any error messages. What indicates to you that it failed? When did the failure occur? We need more info...
null
[]
null
null
null
null
null
1485898
1
null
2023-09-15T09:45:53.520
0
52
<p>Here are the rules that I don't understand (those are created automatically by docker on my ubuntu machine):</p> <pre><code>-A FORWARD -i docker0 ! -o docker0 -j ACCEPT -A FORWARD -i docker0 -o docker0 -j ACCEPT </code></pre> <p>So we allow all traffic inside docker0 interface that is not going out of that interface...
1732312
null
null
2023-09-15T09:45:53.520
Automatically created iptables rules created by Docker seem strange
[ "networking", "iptables", "firewall", "docker" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485902
1
null
2023-09-15T10:25:28.400
1
355
<p>I tried to install Ubuntu Mate and everything worked fine during the live installation. I was able to see the hard disk with df -h. After the reboot once installation was complete, I couldn't boot from the hard disk as it did not show up in the BIOS. Now I installed Windows 10 and I am able to boot from Windows Boot...
1732376
null
null
2023-09-15T10:25:28.400
Windows Boot Manager the only option to boot from
[ "boot", "bios" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T10:30:48.870", "id": "2602138", "postId": "1485902", "score": "1", "text": "You've provided no release details; are you hoping we guess? If the ISO is written to media (thumb-drive etc) incorrectly using a *reformat* option (not *clone*), it's possible for the boot...
null
[]
null
null
null
null
null
1485903
1
null
2023-09-15T10:33:16.637
0
213
<p>I need to setup an Ubuntu Server 22.04 for its own Active Directory with Folders and File Sharing to Clients which will be run on Ubuntu Desktop 22.. for that I configures 2 VMs on different hosts.</p> <p>Server Guest IP is 10.10.10.71 client Guest IP is 10.10.10.72</p> <p>Both Guest has same IP Pools. like my other...
1732379
1732379
2023-09-15T10:34:19.537
2023-09-15T10:34:19.537
Ubuntu Server 22.04 with AD and File sharing
[ "22.04", "samba", "sharing" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-19T11:38:41.410", "id": "2602928", "postId": "1485903", "score": "0", "text": "I've done with networking in VMs. Now both guests on different hosts can ping each other.", "userDisplayName": null, "userId": "1732379" }, { "creationDate": "2023-09-19T11:3...
null
[]
null
null
null
null
null
1485904
1
null
2023-09-15T10:34:39.073
0
143
<p>I am using Ubuntu 22.04. I installed Windows 11 in VirtualBox in Ubuntu. When I tried starting my Windows 11 virtual instance I received the following (Please go through both screenshots.):</p> <p><a href="https://i.stack.imgur.com/zYynm.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/zYynm.png" a...
1704004
94914
2023-09-15T11:08:10.937
2023-09-15T11:08:10.937
Problem in Ubuntu while running Windows 11 in VirtualBox
[ "virtualbox", "windows-11" ]
0
9
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T12:13:55.937", "id": "2602154", "postId": "1485904", "score": "1", "text": "What happened when you did what it told you to do in the error text? Add the info to your question.", "userDisplayName": null, "userId": "243321" }, { "creationDate": "2023-0...
null
[]
null
null
null
null
null
1485905
1
null
2023-09-15T10:44:05.633
0
28
<p>I am using Ubuntu 22.04</p> <p>File <code>docker-build.sh</code></p> <pre class="lang-bash prettyprint-override"><code>#!/usr/bin/env bash if [ &quot;$1&quot; = &quot;native&quot; ]; then ./mvnw clean -Pnative spring-boot:build-image --projects book-service -DskipTests else ./mvnw clean compile jib:dockerBuild ...
299516
null
null
2023-09-15T10:44:05.633
./docker-build.sh: ./mvnw: /bin/sh^M: bad interpreter: No such file or directory
[ "command-line", "bash", "scripts", "22.04", "shebang" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T11:18:43.783", "id": "2602145", "postId": "1485905", "score": "2", "text": "Your `./mvnw` script (rather than the `docker-build.sh` script itself) likely has DOS-style line endings. See for example [Not able to execute a .sh file: /bin/bash^M: bad interpreter](https...
null
[]
null
null
2023-09-15T12:35:42.647
null
null
1485906
1
null
2023-09-15T10:48:30.623
0
50
<p>Using Déjà Dup Backups 42.9</p> <p>A few months ago I changed the location of Duplicity backups to my local NAS ( smb://wdmycloud/xxxxx/ ) and it's been working fine until last week. But now I get - BackUp failed &quot;No such file or directory&quot;.</p> <p>As far as I'm aware nothing has changed.</p> <p>I can see ...
1078234
null
null
2023-09-15T10:48:30.623
BackUp failed "No such file or directory"
[ "backup", "deja-dup", "duplicity" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-16T09:47:31.800", "id": "2602312", "postId": "1485906", "score": "0", "text": "I've found DeBug Info from Déjà Dup Backups, but it's too long to post here.\n\nCan anyone suggest what I should be looking for to identify and fix the problem.\n\nI can post extracts from t...
null
[]
null
null
null
null
null
1485907
1
null
2023-09-15T10:53:54.700
0
84
<p>I installed Ubuntu 20 / 22 desktop from an ISO into VMware Player. During installation time the VM has internet access, with an ethernet interface using NAT. It gets a valid IP configuration through DHCP.</p> <p>So, I installed one more package, then set the interface to <code>local network only</code> in VMware pl...
1732383
1157209
2023-09-17T20:44:36.503
2023-09-17T20:44:36.503
Ubuntu Desktop 20 and 22 DNS defect with manual IP configuration
[ "networking" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-17T21:06:04.063", "id": "2602535", "postId": "1485907", "score": "0", "text": "In Ubuntu, the default DNS resolver is `resolved`. What does `resolvectl status` show for the configured DNS servers?", "userDisplayName": null, "userId": "10616" } ]
null
[]
null
null
null
null
null
1485910
1
null
2023-09-15T11:00:24.263
1
459
<p><strong>Details of my setup:</strong> Hardware: Thinkpad T14-Gen 2, AMD Ryzen 7 Pro graphics, 16G Ram. Software (currently): freshly installed Ubuntu 22.04.3LTS, Gnome 42.9.</p> <p><strong>Problem description:</strong> I've been using Ubuntu (single boot) on my current machine flawlessly for 1 month. 4 days ago, I i...
1085955
20742
2023-09-15T15:40:40.043
2023-09-15T15:40:40.043
Ubuntu freezing after Kernel update
[ "kernel", "lenovo", "gnome-shell", "freeze", "crash" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-19T08:09:47.487", "id": "2602885", "postId": "1485910", "score": "1", "text": "Sad story, I tried installing many different linux versions and the problem remained. Finally, I solved the problem by using a Lenovo Recovery media to instlall windows. It still frooze ever...
null
[]
null
null
null
null
null
1485911
1
1485932
2023-09-15T11:21:24.190
1
978
<p>I have set up a new EC2 instance. Everything is working perfectly. Now this morning I have set the cron and below is an example of cron</p> <pre><code>*/5 * * * * /usr/bin/php https://www.xyz.in/api/cron/index.php </code></pre> <p>I have tested so many times but my cron is not working. If I hit manually cron url th...
1636362
243321
2023-09-15T12:06:50.913
2023-09-15T15:30:06.653
Cron not working in the new EC2 instance. If run manually then it's working
[ "cron", "amazon-ec2", "aws" ]
1
12
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T12:23:06.147", "id": "2602157", "postId": "1485911", "score": "0", "text": "See my answer https://unix.stackexchange.com/questions/673908/why-crontab-doesnt-execute-a-scheduled-bash-script/673918#673918", "userDisplayName": null, "userId": "25618" }, { ...
{ "accepted": true, "body": "<p>Referring to a PHP script by its URL i.e. <code>https://www...</code> when passing it as an argument to a local interpreter i.e. <code>/usr/bin/php</code> will not work as the interpreter will not read the code in that PHP script but rather the output (<em>HTML/TEXT/JS ...etc.</em>) ...
[ { "accepted": true, "body": "<p>Referring to a PHP script by its URL i.e. <code>https://www...</code> when passing it as an argument to a local interpreter i.e. <code>/usr/bin/php</code> will not work as the interpreter will not read the code in that PHP script but rather the output (<em>HTML/TEXT/JS ...etc...
null
null
null
null
null
1485913
1
null
2023-09-15T11:40:44.970
0
20
<p>Hi I bought &quot;Device 002: ID 0d8c:0102 C-Media Electronics, Inc. CM106 Like Sound Device&quot; and it works, except that center go to sub and wise versa. I have Logitech z906 as speakersystem. I know that C-media pci-soundcard for 20 years ago have a jumpers that change sub/center, but this is a usb-device.What ...
309387
null
null
2023-09-15T11:40:44.970
Sub/center shifted on 5.1 sound
[ "sound", "usb", "multimedia" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485915
1
1485926
2023-09-15T11:45:44.427
1
62
<p>Ubuntu 22.04, Gnote 42.0</p> <p>After upgrading to the new Ubuntu from 20.04 Gnote doesn't save notes automatically</p> <p>Any ideas on how to fix it?</p> <p>Thanks</p>
843086
null
null
2023-10-02T09:53:09.350
Autosave in Gnote
[ "gnote" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T13:26:29.513", "id": "2602180", "postId": "1485915", "score": "0", "text": "Preferences --> Restore Session is not exactly the same, but it's close.", "userDisplayName": null, "userId": "19626" } ]
{ "accepted": true, "body": "<ol>\n<li><p>By default, Gnote keeps notes created by the user at <code>~/.local/share/gnote/</code> and their permissions are Owner: Me Read and write, Group: your-username Read-only, and Others Read-only. Backup your Gnote notes and save them in a safe place.</p>\n</li>\n<li><p>Remove...
[ { "accepted": true, "body": "<ol>\n<li><p>By default, Gnote keeps notes created by the user at <code>~/.local/share/gnote/</code> and their permissions are Owner: Me Read and write, Group: your-username Read-only, and Others Read-only. Backup your Gnote notes and save them in a safe place.</p>\n</li>\n<li><...
null
null
null
null
null
1485922
1
null
2023-09-15T12:33:31.443
0
145
<pre class="lang-none prettyprint-override"><code>hostapd /etc/hostapd/hostapd.conf nl80211: Could not configure driver mode nl80211: deinit ifname=wlan0 disabled_11b_rates=0 nl80211 driver initialization failed. wlan0: interface state UNINITIALIZED-&gt;DISABLED wlan0: AP-DISABLED wlan0: CTRL-EVENT-TERMINATING hos...
1705848
94914
2023-09-15T12:42:36.257
2023-09-15T12:42:36.257
Setting up AP mode with wifi adapter
[ "wireless-access-point" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485925
1
null
2023-09-15T12:49:04.993
0
751
<p>I'm struggling with a network adapter that refuses to wake up after sleep/suspend. I found several posts and proposed solutions that didn't work, however most referred to the driver on lwfinger's github before official support from the new release 22.04.3LTS.</p> <p><em>The offending card is:</em> Realtek rtw89_8852...
1732370
1732370
2023-09-15T12:57:05.233
2024-01-19T11:37:56.267
Ubuntu 22.04.3 in-tree driver rtw89_8852be wifi adapter "Unable to change power state from D3cold to D0, device inaccessible" after sleep
[ "drivers", "suspend", "pcie" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T14:02:24.467", "id": "2602199", "postId": "1485925", "score": "1", "text": "As a workaround, is there maybe a way to prevent the network adapter from entering D3cold state in the first place?", "userDisplayName": null, "userId": "1732370" }, { "creat...
null
[]
null
null
null
null
null
1485927
1
null
2023-09-15T12:59:41.770
1
999
<p>I have used sshfs on my Linux Mint machine to mount a directory from a different machine in the internet. This worked out of the box.</p> <p>Then I tried the exact same command on a Ubuntu machine (Ubuntu 22.04.3 LTS) and got this error:</p> <pre><code>~$ sshfs -v &lt;some machine on the interwebs&gt; ~/fusessh/ fus...
1724765
1724765
2023-09-19T09:35:26.823
2024-02-08T04:55:57.333
fusermount permission denied
[ "sshfs" ]
1
13
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T13:26:07.680", "id": "2602179", "postId": "1485927", "score": "1", "text": "It's likely because mounting VFS requires `sudo`, but you could create a userspace mapping your user to `root` with `unshare --map-root` then try your `sshfs ...` command again from the new ...
null
[ { "accepted": null, "body": "<p>Run <code>id</code> to double check the user and group IDs of your accounts on both your local and remote systems. I'm guessing they're different, even if the names are the same. In that case FUSE is trying to modify the local mount point as an <code>other</code> user, as far...
null
null
null
null
null
1485931
1
null
2023-09-15T13:26:22.527
0
739
<p>I'm on Ubuntu 22.10 unable to uprade. I tried all that I could find:</p> <pre><code>apt update apt upgrade apt full-upgrade </code></pre> <p>Here is the log:</p> <pre><code>hp@hp-workstation:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.10 Release: 22.10 Codena...
5784
5784
2023-09-16T03:24:36.397
2023-09-16T03:24:36.397
Unable to upgrade from Ubuntu 22.10 - packages have been kept back: libgd-dev libgd3 libgd3:i386
[ "apt", "package-management", "upgrade", "update-manager" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T13:41:53.410", "id": "2602191", "postId": "1485931", "score": "1", "text": "Ubuntu 22.10 reached EOL some time ago (https://fridge.ubuntu.com/2023/07/27/ubuntu-22-10-kinetic-kudu-end-of-life-reached-on-july-20-2023/) so there are no packages to upgrade.", "userD...
null
[]
null
null
2023-09-15T13:35:40.887
null
null
1485933
1
null
2023-09-15T13:38:27.730
0
60
<p>I am encountering a <strong>persistent</strong> issue with my Wi-Fi network on Ubuntu 22.04 LTS. After connecting to a Wi-Fi network, it works fine for an <em>undetermined period</em>, but then it becomes inaccessible on my laptop. When I try to access the network, it seems as if it's no longer available. However, t...
null
null
null
2023-09-15T13:38:27.730
Connectivity Issue on Ubuntu 22.04 LTS - Wi-Fi Network Drops
[ "networking", "wireless", "22.04", "network-manager" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T15:22:26.987", "id": "2602211", "postId": "1485933", "score": "0", "text": "Look at the network logs with the terminal command: `sudo journalctl -b 0 -u NetworkManager`. Read `man journalctl NetworkManager`.", "userDisplayName": null, "userId": "25618" } ]
null
[]
null
null
null
null
user1709585
1485938
1
1485942
2023-09-15T15:05:20.230
1
282
<p>Windows 11 has a file larger than 4 GB, so creating a bootable USB is not as simple as doing <code>dd</code>. There are tools like WoeUsb, Rufus, etc. that can do it, but they all require trust in third party software.</p> <p>Is there a pure way of doing it in Ubuntu with simple tools like <code>dd</code> without us...
1165574
618353
2023-10-04T09:28:20.730
2023-10-04T09:28:20.730
Is there a zero trust way of burning a Windows ISO to flash drive?
[ "boot", "partitioning", "windows", "ntfs", "iso" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T15:17:07.150", "id": "2602207", "postId": "1485938", "score": "1", "text": "This is basically the same question as the linked one. Please don't repost questions just because they haven't got any good answers. The right way is to post a bounty on it. Even then someti...
{ "accepted": true, "body": "<p>If what you want is to make a bootable Windows USB (<em>for installation purposes</em>) from the Windows OS ISO file, then that could be easier than you think.</p>\n<p>You will need <strong>first</strong> to prepare the USB disk by formatting it into MBR/DOS disk format first which c...
[ { "accepted": true, "body": "<p>If what you want is to make a bootable Windows USB (<em>for installation purposes</em>) from the Windows OS ISO file, then that could be easier than you think.</p>\n<p>You will need <strong>first</strong> to prepare the USB disk by formatting it into MBR/DOS disk format first...
null
null
2023-09-16T03:10:34.580
null
null
1485939
1
null
2023-09-15T15:34:34.643
0
19
<p>I'm slowly following along with a Linux certification textbook just to bolster my skills a little. Text stream processing is the current topic, and the command I'm working with out of the book uses sed to replace text in a dummy file. The dummy file looks like:</p> <p>[test]</p> <pre><code>Jane F 14 Alge...
1731050
null
null
2023-09-15T15:34:34.643
How should this sed command be rewritten to avoid an unterminated 's' command error?
[ "command-line", "bash", "sed" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T15:37:53.013", "id": "2602214", "postId": "1485939", "score": "0", "text": "It is a typo. The command should be `s/14/16/` with a trailing `/`", "userDisplayName": null, "userId": "158442" }, { "creationDate": "2023-09-15T18:44:33.243", "id": "26...
null
[]
null
null
2023-09-15T15:38:21.303
null
null
1485940
1
null
2023-09-15T15:50:47.443
1
128
<p>I'm new to Linux in general.</p> <p>Currently I am using a 68 keys keyboard (FL-Esport CMK68).</p> <ul> <li>In Windows when I press <kbd>WinKey</kbd> + <kbd>1</kbd> ==&gt; <code>Function 1 key(F1)</code>.</li> <li>In Ubuntu when pressing <kbd>WinKey</kbd> + <kbd>1</kbd> ==&gt; <code>Function Screen Brightness Reduce...
1732428
1157209
2023-09-15T23:54:13.693
2023-09-15T23:54:13.693
Function Key on 68 keys keyboard
[ "keyboard", "shortcut-keys", "keyboard-layout", "function-keys" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485943
1
null
2023-09-15T16:58:53.447
0
267
<p>I have an Acer Aspire 5 with Windows 11. I tried to install Ubuntu new version but I have reached this error:</p> <pre><code>sgx disabled by bios </code></pre> <p>The error screen:</p> <p><a href="https://i.stack.imgur.com/mlHEE.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/mlHEE.jpg" alt="the e...
1732437
1157209
2023-09-15T18:20:43.987
2023-09-15T18:42:47.117
I tried to install dual boot the new Ubuntu version but i have reached a error before install "sgx disabled by bios"
[ "dual-boot", "software-installation", "sgx" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>You should enable SGX in your BIOS settings. To do so so:</p>\n<ol>\n<li><p>Boot laptop into BIOS mode<br />\na) repeatedly press F9 while powering on<br />\nb) From Windows Setting &gt; Update &amp; security &gt; Update and recovery &gt; Recovery &gt; Restart now &gt; Trou...
null
null
2023-09-16T11:03:28.163
null
null
1485946
1
1485959
2023-09-15T18:41:09.193
1
334
<p>I had set up a color profile on my old Ubuntu installation, which was version 18, and it worked great. I didn't do custom calibration, I just used the provided profile for my ThinkPad T580, and the color it provided was quite good, and it was a big improvement over having the color profiles disabled. I noticed a big...
473552
473552
2023-09-15T19:35:34.417
2023-09-16T14:00:46.337
Color Calibration Broke After Upgrade From 18 to 22: Enabling / Disabling / Changing Color Profile Does Nothing
[ "display", "thinkpad", "colors", "color-management", "gnome-color-manager" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>The reason Color Management is broken with the shift to Ubuntu 22 is that Ubuntu 22 by default uses <a href=\"https://en.wikipedia.org/wiki/Wayland_(protocol)\" rel=\"nofollow noreferrer\">Wayland</a>, rather than xorg, as the communication protocol between the OS and the display.</p...
[ { "accepted": true, "body": "<p>The reason Color Management is broken with the shift to Ubuntu 22 is that Ubuntu 22 by default uses <a href=\"https://en.wikipedia.org/wiki/Wayland_(protocol)\" rel=\"nofollow noreferrer\">Wayland</a>, rather than xorg, as the communication protocol between the OS and the dis...
null
null
null
null
null
1485947
1
null
2023-09-15T18:42:43.483
0
38
<p>I have installed ubuntu 20.04 in my hp 340s G7 laptop and have chosen dual boot with both windows and ubuntu. whenever i close my lid/usethe suspend option on linux the wifi stops working and shows hardware airplane mode enabled how to fix this ?</p>
1732451
null
null
2023-09-15T18:42:43.483
Wifi stops working after closing the lid/suspending linux
[ "wireless", "wifi-hardware-switch" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485951
1
null
2023-09-15T18:48:24.643
-1
781
<p>When upgrading from 20.10 to 22.04.3 LTS get message: Required Depends not installed the required dependency 'apt(&gt;=2.1.10ubuntu0.3)'is not installed</p> <pre><code>PC:~$ sudo apt install apt 2.1.10ubuntu0.3 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable ...
1732445
19626
2023-09-15T19:31:53.963
2023-09-15T21:04:50.240
Trying to upgrade to Ubuntu 22.04 LTS apt (>= 2.1.10ubuntu0.3)
[ "upgrade", "22.04", "dependencies", "20.10" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T19:37:09.090", "id": "2602247", "postId": "1485951", "score": "1", "text": "There is no supported release-upgrade path from 20.10 to 22.04, so it's unclear what you did. There used to be a path 20.10 to 21.04 to 21.10 to 22.04, but that path closed when the intermed...
null
[ { "accepted": null, "body": "<p>Another option would be to run the 'do-release-upgrade' script a couple times (20.10 -&gt; 21.04 -&gt; 21.10 -&gt; 22.04). This would be pretty time consuming, backing up and installing the latest release might be the best option.</p>\n<p><a href=\"https://askubuntu.com/quest...
null
null
null
null
null
1485953
1
null
2023-09-15T19:14:20.027
0
100
<p>I'm on Ubuntu 23.04 on my laptop with an extra monitor. I have Slack on the laptop screen as an &quot;Always on Visible Workspace&quot; window, and on the extra monitor I have 2 separate windows of vscode in 2 separate workspaces.</p> <p>When I'm typing in vscode windoow #1 and switch to the next workspace (<kbd>ctr...
1591704
null
null
2023-09-15T19:14:20.027
Focus lost to "Always on Visible Workspace" window when switching desktops
[ "gnome", "multiple-monitors", "workspaces", "external-monitor", "workspace-switcher" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485954
1
null
2023-09-15T19:18:45.617
0
649
<p>I want to download Ubuntu 20.4 LTS for my M1.</p>
1732456
null
null
2023-09-15T20:57:26.423
Where can I get Ubuntu 20.4 LTS download linkfor Macbook m1?
[ "20.04", "downloads", "macbook" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T19:54:30.840", "id": "2602251", "postId": "1485954", "score": "0", "text": "Have you looked at `https://ubuntu.com/download` ?", "userDisplayName": null, "userId": "614422" }, { "creationDate": "2023-09-15T23:44:12.820", "id": "2602278", "pos...
null
[ { "accepted": null, "body": "<p>There is no downloadable installer to install Ubuntu on Apple silicon. Here is an article that talks about how to install 22.04 on an M1 laptop using Parrellels virtualization software. UTM is another virtualization technology that is free to use that could be made to work.</...
null
null
2023-10-09T00:30:43.663
null
null
1485955
1
null
2023-09-15T19:31:39.450
0
141
<p>I've spent the better part of two days trying to load the Ubuntu 22.04.3 live server amd64 ISO via an iDRAC on a Dell R730 server. It appears that the ISO does not like being loaded via the virtual CD function as I keep getting SQUASHFS errors.</p> <p>I double checked the checksum of the ISO against the original ch...
1732454
null
null
2023-09-15T19:31:39.450
Trouble loading Ubuntu 22.04 server
[ "system-installation", "dell", "iso" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-18T15:12:23.540", "id": "2602699", "postId": "1485955", "score": "0", "text": "UPDATE: I just installed Ubuntu 22.04.3 server outside the firewall, via an iDrac on a R730 and it worked too. It's looking more and more like it must be another repo that it need access t...
null
[]
null
null
null
null
null
1485958
1
null
2023-09-15T20:04:02.187
0
442
<p>My system is Windows 10 Home and I am running my Docker container in Docker Desktop's 4.23.0 version. When I run my container I am getting this</p> <pre><code>File &quot;/home/catkin_ws/src/CMakeLists.txt&quot; already exists[WARN tini (73)] Tini is not running as PID 1 and isn't registered as a child subreaper. ...
1732464
94914
2023-09-16T11:49:39.330
2023-09-16T11:49:39.330
How to get the zombie reaping process worked
[ "windows-10", "docker", "vnc", "ros" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-16T11:56:26.280", "id": "2602329", "postId": "1485958", "score": "1", "text": "\"To fix the problem, use the -s option or set the environment variable TINI_SUBREAPER to register Tini as a child subreaper, or run Tini as PID 1.\" it says.", "userDisplayName": null, ...
null
[]
null
null
null
null
null
1485960
1
null
2023-09-15T20:12:51.063
0
60
<p>I had created a raid-1 array for two drives (sde and sdf) using the normal mdadm process and had created it under md1 and mounted it to /mnt/storage. After a reboot md1 no longer exists. My <code>/mnt/plex</code> works fine. Did my array go away or do I just need to point the partition to the correct mount point?</p...
1732462
94914
2023-09-16T14:05:35.493
2023-09-16T14:05:35.493
How do I get my RAID array back and mounted after reboot
[ "partitioning", "mount", "raid", "mdadm" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485961
1
1485962
2023-09-15T20:13:48.833
0
1742
<pre><code>$ sudo apt install php8.1-bcmath 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 ...
1732465
null
null
2023-09-15T20:16:14.913
Cannot Install php8.1-bcmath on Ubuntu 22.04
[ "php" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>You are using the <code>deb.sury.org</code> PHP repositories/PPAs.</p>\n<p><strong>The <code>bcmath</code> library is NOT available on the sury.org repositories</strong>, and is only available as part of the Ubuntu repositories. You cannot mix and match the PHP 8.1 packages in the U...
[ { "accepted": true, "body": "<p>You are using the <code>deb.sury.org</code> PHP repositories/PPAs.</p>\n<p><strong>The <code>bcmath</code> library is NOT available on the sury.org repositories</strong>, and is only available as part of the Ubuntu repositories. You cannot mix and match the PHP 8.1 packages ...
null
null
null
null
null
1485963
1
1485992
2023-09-15T20:33:11.153
0
861
<p>tmux used to work, but i forgot exactly what I did on the server to cause all users to not being to use tmux. I'm getting the errors for 2 different users:</p> <p><code>error creating /tmp//tmux-1003 (Permission denied)</code></p> <p>and</p> <p><code>error creating /tmp//tmux-1006 (Permission denied)</code></p> <p>W...
158092
968501
2023-09-16T08:21:11.520
2023-09-16T08:21:11.520
All users getting "error creating /tmp//tmux-1003 (Permission denied)" when using tmux
[ "permissions", "tmux", "tmp" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T20:42:46.677", "id": "2602258", "postId": "1485963", "score": "1", "text": "Maybe permissions for `/tmp` are incorrect?", "userDisplayName": null, "userId": "1066942" }, { "creationDate": "2023-09-15T20:50:07.240", "id": "2602259", "postId": ...
{ "accepted": true, "body": "<p>Change permissions for <code>/tmp</code> to <code>1777</code>. (<em>the leading <code>1</code> will set the sticky bit ie. <code>t</code> in <code>drwxrwxrwt</code> so that only creators of files can delete them</em>) Run this:</p>\n<pre><code>sudo chmod 1777 /tmp\n</code></pre>\n<p>...
[ { "accepted": true, "body": "<p>Change permissions for <code>/tmp</code> to <code>1777</code>. (<em>the leading <code>1</code> will set the sticky bit ie. <code>t</code> in <code>drwxrwxrwt</code> so that only creators of files can delete them</em>) Run this:</p>\n<pre><code>sudo chmod 1777 /tmp\n</code></p...
null
null
null
null
null
1485964
1
null
2023-09-15T20:53:26.557
0
154
<p>I had some weird behavior every night on my ubuntu server, where one of my NVME disks would stop working, and I'd get IO errors until I reboot, in which case everything would work fine.</p> <p>The drive in question wasn't a boot drive, it was mounted at <code>/var/lib</code>.</p> <p>I decided to replace it, and befo...
17708
null
null
2023-09-15T20:53:26.557
Restore or mount whole drive image backup from dd
[ "partitioning", "mount", "hard-drive", "backup", "dd" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T21:52:48.997", "id": "2602269", "postId": "1485964", "score": "0", "text": "The uncompressed dd image is 631 MB of a 1TB ssd, so I'm guessing the drive actually crapped out as dd tried to image it. I can't resize2fs the image and I can e2fsk it either.", "userD...
null
[]
null
null
null
null
null
1485970
1
null
2023-09-15T21:49:31.373
0
45
<p>I have a file which I have removed all ^M from each line. I can vi the file fine. Here are the first few lines I see in vi after issuing &quot;vi filename&quot;:</p> <pre><code>USE [master] GO /****** Object: Database [isdb_testdb] Script Date: 9/15/2023 2:43:35 PM ******/ CREATE DATABASE [isdb_testdb] CONTAIN...
1732484
80864
2023-09-15T21:51:52.497
2023-09-15T21:51:52.497
grep Not Displaying Results Due To Apparent Garbage Characters In File
[ "bash" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-15T21:52:34.777", "id": "2602268", "postId": "1485970", "score": "0", "text": "Try `xxd filename`. It might be e.g. UTF-16.", "userDisplayName": null, "userId": "80864" }, { "creationDate": "2023-09-15T21:57:44.383", "id": "2602270", "postId": "...
null
[]
null
null
null
null
null
1485971
1
null
2023-09-15T21:55:13.227
0
303
<p>I have lately installed OpenFoam v.2212.0 on UBUNTU 22.04.0. All the other OpenFoam commands work fine for me, but as soon as I type &quot;paraFoam&quot;, I get the following error:</p> <hr /> <pre><code>Invalid $PV_PLUGIN_PATH and -plugin-path= not defined No supplementary ParaView/OpenFOAM reader modules Using b...
1732488
1732488
2023-09-15T22:18:07.630
2023-09-15T22:18:07.630
Running OpenFoam command: paraFoam -> Error 420: paraView: not found
[ "command-line", "bash", "bashrc" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485973
1
null
2023-09-15T22:28:00.527
0
120
<p>I'm trying to have 2 separate subdomains from 2 different websites have access to logging into the same phpMyAdmin.</p> <p>I'm not sure how to set up the phpmyadmin.conf file so that NGINX knows how to forward both subdomains to the phpmyadmin login page.</p> <p>Here's what my Nginx Server Block for the phpmyadmin.c...
1715759
1715759
2023-09-15T22:40:49.497
2023-09-15T22:40:49.497
Ubuntu & NGINX Web Server - Multiple Subdomains to Log In To phpMyAdmin
[ "apache2", "windows-subsystem-for-linux", "nginx", "webserver", "phpmyadmin" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-16T13:47:28.653", "id": "2602339", "postId": "1485973", "score": "0", "text": "Welcome to Ask Ubuntu! You have this tagged [tag:windows-subsystem-for-linux], but you don't mention anything about WSL in your question. If you are using WSL, you might want to mention tha...
null
[]
null
null
null
null
null
1485974
1
null
2023-09-15T23:03:01.987
0
104
<p>I am totally new at all this. I bought a chromebook and want to be able to run music editing software on it. I found how to install Linux and open a terminal and all that. I tried to download chroot and couldn't get it to work and then I saw someone post about chrx. I downloaded the raw data and followed the README ...
1732493
null
null
2023-09-15T23:03:01.987
trying to install chrx but keep getting "failure writing output to destination"
[ "output" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-16T00:08:34.277", "id": "2602279", "postId": "1485974", "score": "0", "text": "This isn't the Linux Q&A site (SE *Unix & Linux* covers Linux and Unix questions), but a Ubuntu Q&A site. What Ubuntu product & release did you install?", "userDisplayName": null, "u...
null
[]
null
null
null
null
null
1485976
1
null
2023-09-15T23:12:27.007
0
51
<p>I'm setting up a Ubuntu NAS by repurposing a PC, and decided to go with the ZFS file system. I'd like to map the devices in a pool to physical drives (6 identical 12TB drives), so that I know which to swap out later. Never performed such an operation so not sure how best to accomplish this best. Can I plug in all th...
939154
null
null
2023-09-15T23:12:27.007
Mapping devices in a pool to physical drives
[ "mount", "nas" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485977
1
null
2023-09-16T00:34:50.570
0
262
<p>I have been trying to troubleshoot my audio issue by myself for the past couple of days and came up with no success. I have an HP Evy 32 AIO dualboot (fastboot disabled) with an ALC 274 sound card. Speakers and headphones don't work but bluetooth does. I have tried the troubleshooting steps for different distros wh...
1732496
null
null
2023-09-16T00:34:50.570
HP Envy 32 No sound
[ "drivers", "sound", "alsa" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485978
1
null
2023-09-16T00:35:38.377
0
84
<p>I downloaded Ubuntu 22.04.03 on to Virtual Box. I am able to log in using the created username and password. &quot;Sudo apt update&quot; requests sudo password. The initial password created on install/login password is not accepted as sudo by terminal.<br /> &quot;'the username' is not in the sudoers file. This in...
1732500
1732500
2023-09-16T01:07:56.923
2023-09-16T01:07:56.923
how to create sudo password
[ "sudo", "password", "username" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-16T01:36:12.177", "id": "2602283", "postId": "1485978", "score": "3", "text": "Does this answer your question? [How do I add myself back as a sudo user](https://askubuntu.com/questions/70442/how-do-i-add-myself-back-as-a-sudo-user)?", "userDisplayName": null, "...
null
[]
null
null
null
null
null
1485979
1
null
2023-09-16T01:59:09.940
-1
656
<p>The damn 22.04 won't let me use the usb drive.</p> <p>It is not the usb drive as it works fine in a Windows machine. It is formatted as ntfs: <a href="https://i.stack.imgur.com/33PRe.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/33PRe.png" alt="enter image description here" /></a></p> <p>As per ...
165555
165555
2023-09-16T14:37:04.903
2023-09-16T15:30:14.907
22.04 not mounting NTFS flash drive (not "Fast Boot" issue)
[ "usb", "22.04", "usb-drive", "ntfs" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-09-16T03:26:51.790", "id": "2602286", "postId": "1485979", "score": "2", "text": "You have last used the USB key on a Windows system with \"Fast Boot \" turned on. This causes Windows to make the USB key look funny. Take it back to Windows, turn off \"Fast Boot\", then it...
null
[ { "accepted": null, "body": "<p>To fix this Linux issue... apparently you need Windows! LOL.</p>\n<p>In the comments, it was suggested to disable a windows feature. In this answer (<a href=\"https://askubuntu.com/questions/969223/unable-to-read-the-contents-of-this-file-system-required-for-ntfs-file-system-...
null
null
null
null
null
1485981
1
null
2023-09-16T03:39:06.407
0
20
<p>when I reinstall ubuntu-desktop, I have libreoffice problem:</p> <pre><code>Errors were encountered while processing: libreoffice-common libreoffice-gnome libreoffice-impress python3-uno libreoffice-script-provider-bsh libreoffice-core libreoffice-script-provider-js libreoffice libreoffice-calc libreoffice...
1732515
null
null
2023-09-16T03:39:06.407
libreoffice problem while install ubuntu-desktop
[ "kubuntu", "libreoffice", "gdm" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-16T04:13:39.207", "id": "2602289", "postId": "1485981", "score": "3", "text": "I suggest you read the actual error message(s), and not the final *summary* report you pasted; scroll up the messages as the message that matters was earlier. Packages are built for specific...
null
[]
null
null
null
null
null
1485983
1
null
2023-09-16T03:52:12.143
0
26
<p>When I was adjusting the input method settings, the system froze. So, I forced a shutdown. After restarting and entering my password, I could only see the original Ubuntu wallpaper and the mouse cursor. After a few minutes, a message appeared saying that the system encountered an unrecoverable error.&quot;</p>
1732518
null
null
2023-09-16T03:52:12.143
system encountered an unrecoverable error
[ "20.04" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485985
1
null
2023-09-16T05:15:47.037
0
792
<p>So I'm installing Ubuntu 23.04 alongside with my Windows 11 (on the same drive). The Ubuntu installation forces <code>/boot/efi</code> to be on the same partitions as Windows' (that famous 100mb one). I've read that these are meant to be together, but I'm worried that the 100mb can't handle it.</p> <p>Is it OK to in...
1732523
94914
2023-09-16T13:26:39.680
2023-09-16T13:26:39.680
Ubuntu installation creating /boot/efi on the same partition as Windows Boot Manager?
[ "boot", "dual-boot", "partitioning", "grub2", "uefi" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-09-16T05:25:53.143", "id": "2602293", "postId": "1485985", "score": "0", "text": "Why is it forced? You don't have to use the default; you can choose *Something else* and specify what ESP you want to use. I purchased this box earlier this year & it came with windows 11 &...
null
[]
null
null
null
null
null
1485987
1
null
2023-09-16T06:12:46.337
0
90
<p>I'm using a dual boot on my laptop, Windows 11 and Ubuntu 22.04.<br /> When I boot/shutdown my Ubuntu, some messages/texts show on screen.</p> <p>The first picture shows my laptop config. <a href="https://i.stack.imgur.com/mT8ap.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/mT8ap.png" alt="the f...
1732536
1157209
2023-09-16T13:33:49.400
2023-09-16T13:33:49.400
Are these messages/texts usual when bootup/shutdown ubuntu22.04? How can I hide them?
[ "shutdown" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485988
1
null
2023-09-16T06:22:55.270
0
39
<p>I need to upgrade to ubuntu 22.04xx for laravel project, but our current php 7.2 will not have problem? Isn't it?</p>
1732537
null
null
2023-09-16T06:22:55.270
Is PhP 7.2 Compatible with uubuntu 22.04xx
[ "system-installation" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-16T06:52:25.007", "id": "2602302", "postId": "1485988", "score": "3", "text": "PHP 7.2 will be upgraded to version 8.1, same as other packages.", "userDisplayName": null, "userId": "20054" } ]
null
[]
null
null
null
null
null
1485989
1
null
2023-09-16T06:27:10.870
0
100
<p>I am running Ubuntu 20.04 (soon 22.04), and am wondering if Ubuntu by default stores any key material in a hardware store like TPM. Specifically I am using standard LUKS disk encryption during setup, and the keyring is used by Chrome to store passwords.</p> <p>What I want to do is buy a new SSD, switch it out and do...
210514
null
null
2023-09-16T06:27:10.870
Does disk encryption or key ring store anything in hardware?
[ "encryption", "luks", "gnome-keyring", "tpm" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-16T06:36:28.723", "id": "2602301", "postId": "1485989", "score": "0", "text": "Ubuntu 23.10 will use TPM it was recently blogged about (https://ubuntu.com/blog/tpm-backed-full-disk-encryption-is-coming-to-ubuntu) so I don't like the changes of 20.04 having it :) The e...
null
[]
null
null
null
null
null
1485991
1
null
2023-09-16T07:47:23.140
0
896
<p>I wanted to check how the ThinkPad X1 Carbon Gen 10 Intel (14&quot;) is for running the Ubuntu 22.04 OS. I am quite a noob here, and found that this laptop satisfies a lot of the hardware requirements I'd need for my work. However, the only thread I can find here with this laptop and linux is from a year ago.</p> <p...
1732554
null
null
2023-09-21T21:16:30.823
ThinkPad X1 Carbon Gen 10 Intel (14") for Ubuntu?
[ "22.04", "lenovo", "laptop", "thinkpad", "compatibility" ]
2
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-16T08:00:52.243", "id": "2602307", "postId": "1485991", "score": "2", "text": "Does this answer your question? [Will my device work with Ubuntu?](https://askubuntu.com/questions/986878/will-my-device-work-with-ubuntu)", "userDisplayName": null, "userId": "46915...
null
[ { "accepted": null, "body": "<p>This model has been certified with Ubuntu, see <a href=\"https://ubuntu.com/certified/202204-30215\" rel=\"nofollow noreferrer\">this page</a>. However, this doesn't mean that there will be no hardware problems or glitches whatsoever.</p>\n<p><a href=\"https://www.reddit.com/...
null
null
null
null
null
1485993
1
null
2023-09-16T08:06:28.043
0
64
<p>I am using Ubuntu 22.04.3, and I tried to switch the default theme to &quot;<a href="https://www.gnome-look.org/p/1099856/" rel="nofollow noreferrer">this theme</a>&quot;. Other than my web browser and the Ubuntu Software application it seems to be quite consistent elsewhere. Can you guys help me in fixing this?</p>...
1732555
1157209
2023-09-18T06:33:07.100
2023-09-18T06:33:07.100
Web Browser and Ubuntu Software not picking up gtk theme
[ "gnome", "firefox", "themes", "gtk" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1485995
1
null
2023-09-16T08:27:35.583
1
105
<p>I have an external SSD formatted as exfat. Files for GNOME (Nautilus) takes indefinite time (1 second to 200 seconds in my tests) to show the content of directories.</p> <ul> <li>Files for GNOME is version 42.6</li> <li>Ubuntu is version 22.04.3</li> </ul> <p>Is there a fix?</p> <p><strong>Edit</strong></p> <p>It is...
423215
423215
2023-09-16T15:24:10.903
2023-09-16T15:24:10.903
Files for GNOME 42.6, a.k.a. Nautilus, (Ubuntu 22.04.3) indexes external SSD very slowly
[ "22.04", "nautilus", "filemanager" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null