Version 22.04 of the operating system Ubuntu.
Questions tagged [ubuntu-22.04]
147 questions
14
votes
1 answer
Cannot locate .wslconfig in user profile on windows 11
I am completely new to Docker and Linux Subsystem on Windows [Ubuntu 22.04.1], which requires changing the CPU and RAM used in Docker, and I'm trying resolve a Parallel Computing on Windows
Problem; however, as noted in the troubleshooting guide and…
ineedhelp
- 243
13
votes
2 answers
What is the difference between these Windows WSL: Ubuntu vs Ubuntu 22.04.2 LTS in the Windows app store?
Windows app store offers two Ubuntu WSL apps (as of 11/20/2023):
Ubuntu
Ubuntu 22.04.2 LTS
What's the difference between them?
Omar Juvera
- 333
7
votes
3 answers
Google Meet share screen black after upgrading to Ubuntu 22.04 LTS
I was using Ubuntu 20.04 and everything was working just fine.
I installed Ubuntu 22.04 LTS (deleted everything, a fresh installation) and everything is OK except Google Meet's share screen.
I can join meetings, share my webcam, and send & receive…
Saeed Neamati
- 1,913
6
votes
1 answer
How to fix E: Could not get lock /var/lib/apt/lists/lock. It is held by process 1044 (packagekitd)
Recently, I have bought a 64GB SD card for dual booting Ubuntu on my computer. It works at first, but when I try to run
sudo apt upgrade
It gives me this:
E: Could not get lock /var/lib/apt/lists/lock. It is held by process 1044 (packagekitd)
I…
Gyoza
- 61
5
votes
1 answer
`uname -r` shows kernel marked as `vmlinuz.old` in `/boot` partition
I would like to upgrade my Ubuntu from 22.04. to 24.04, however I am missing some more 10MB on the /boot partition.
I wanted to check what linux kernels are still installed in my system, as sudo apt autoremove had nothing left to remove.
And here…
shadyyx
- 161
5
votes
1 answer
Why does the Snap install of Firefox opens links in background on Ubuntu?
I'm on Ubuntu 22.04. Since a reinstallation of Firefox 128.0.2 (snap remove firefox ; snap install firefox) it opens links from other applications in the background.
When I click a link in Slack or anywhere else, a system notification pops up saying…
Felix Dombek
- 2,175
5
votes
1 answer
Slack randomly completely makes computer freeze / crash
I don't know if it's the right place to ask this, don't hesitate to tell me if this isn't the case
Starting from today, Slack randomly crashes and freezes my computer, forcing me to force reboot. I managed to extract this log from /var/log/syslog…
5
votes
5 answers
Wifi Not working in Ubuntu 22.04 lts
I have been using Ubuntu 22.04 for couple of days , the wifi was working fine, one fin day i noticed wifi adaptor not found working upon booting tried various steps including re installing driver with no success
output of wireless info tool is…
4
votes
0 answers
How to build Pagespeed PSOL binaries from source for ARM64 (aarch64) Raspberry Pi 4 on Ubuntu Server?
I am running Ubuntu Server 22.04 (aarch64) on my Raspberry Pi 4. It is a web server.
I am trying to build the Nginx Pagespeed Module for the Raspberry Pi 4 with modern PSOL binaries. I have created a Raspberry Pi (aarch64) fork of the We-amp fork…
DanRan
- 160
4
votes
1 answer
Troubleshoot Bluetooth input lag in Ubuntu 22.04 with AX210
I'm using a MSI Delta 15 laptop with an AX210 wifi+bluetooth built-in chipset.
My Bluetooth was working flawlessly until the last month or two. I use Bluetooth headphones and a Bluetooth mouse.
Now I have to use wired headphones because my Bluetooth…
TaiTair
- 91
4
votes
0 answers
AppArmor issues with Libvirt
I have a fresh Ubuntu Server 22.04.3 and Debian 12.1.0 installed and updated. Along with Cockpit and Cockpit virtual machines on both tests machines.
I am getting the following errors and warning when looking at the log section in Cockpit:
Failed to…
Johannes
- 41
4
votes
1 answer
include terminating newline in middle mouse button paste
Ubuntu 22's gnome-terminal lets you click-drag a selection including a terminating newline (say, a command to run). But when you paste it back into the shell by clicking the middle mouse button, the newline is omitted. The command just sits there,…
Camille Goudeseune
- 2,721
4
votes
0 answers
How to set all HDD drives always on and prevent from sleeping or spin down in Ubuntu 22.04 LTS?
On a pretty large system with 1,000+ HDD drives I have a problem where HDD drives are going to sleep or spinning down.
The system is running on Ubuntu 22.04 LTS, as stated in title, but I think it is a more general question to Linux.
On the server I…
Bart
- 357
3
votes
0 answers
Setting up a hotspot on an Ubuntu 22.04 based embedded device
I am attempting to set up a hotspot on an Ubuntu 22.04 based embedded device. I am having issues getting the hotspot to connect clients to the internet. I spent a lot of time trying to get the nmcli hotspot setup to work, but it never did so I'm…
Kolton Speer
- 31
3
votes
2 answers
2 network cards on 1 ubuntu server netplan config
I am trying to get a server running with 2 network cards. One network card will have a dynamic ip(DHCP) and the other will have a static ip 192.168.0.24. I have 2 network cards on this server, 1GB(enp4s0) and 10GB(enp5s0)
My current fresh OS…
Justin S
- 133