Latest Ubuntu related questions

Score: 0
Enoch avatar
Gtk-Message: Failed to load module "gail", "atk-bridge", "canberra-gtk-module"
bi flag

I am trying to vessel with this command vessel sources and I am getting the following errors. I installed these packeges:

sudo apt-get install libatk-adaptor:i386
sudo apt-get install libcanberra-gtk-module:i386
sudo apt-get install libgail-common:i386

But i am still getting the errors, I am using ubuntu 22.04

Gtk-Message: Failed to load module "gail"
Gtk-Message: Failed to load module "atk-bridge"
Gtk- ...
Score: 1
Joan avatar
Unable to find R in ubuntu while r-base is correctly installed
ua flag

After upgrading to Ubuntu 22.04.2 LTS , I decided to update my version of R to 4.3. After encountering several difficulties, I completely removed R (including removing all system files related to R, such as /usr/lib/R). However, even after reinstalling R, I was unable to get the program to work. All the programs that are using R like Rstudio are not working and it looks like R is not found by Ubuntu.

Score: 0
ash avatar
Ubuntu Desktop No Internet access after upgrading from 18.04 to 20.04
qa flag
ash

recently I upgraded ubuntu desktop from 18.04 to 20.04 after upgrade and rebooting internet connection and the Icon on top right corner is lost I try 2 days googling couldn't find any solution.

here is some commands I run to get info/status. user:~$ sudo gedit /etc/network/interfaces Output

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

user:~$ networkctl Output ...

Score: 1
droritzz avatar
passwd command outputs 'password unchanged` when the password was changed
gh flag

I'm running on Ubuntu 20.04 server and trying to change the password of the current user using passwd command. This is the output I get:

Changing password for ubuntu.
Current password:
New password:
Retype new password:
Password has been already used. Choose another.
passwd: Have exhausted maximum number of retries for service
passwd: password unchanged

However the password was changed. I'm logging ...

Score: 0
Inu01 avatar
No internet connection through ethernet using Network Manager
sc flag

Good evening everyone, I would really appreciate some help here because I am pulling my hair.

Ok, some context: I got a gamer pc, the network was working fine before a motherboard replacement. The MOBO was changed for a new one, same model. I am running Ubuntu 20.04.6 LTS and using a static ip address.

Problem: I cannot connect to the internet through a wired ethernet connection, I am using a static ip pr ...

Score: 0
user9437856 avatar
FATAL ERROR: Remote side sent disconnect message in filezila
ne flag

I am using FileZilla to connect my Ubuntu server using the PPK file but every time I am getting the below error. Yesterday it was working but today I tried several times but not working.

I have checked my SSH and it's working perfectly. Any idea why I am getting this error?

enter image description here

Jun 20 09:44:45 ip-172-31-11-146 sshd[11731]: Disconnected from invalid user web 136.232.79.200 port 53030 [preauth]
Jun 20 09: ...
Score: 0
wen avatar
ffmpeg add watermark out of memory
sm flag
wen

we want to add watermark to video using ffmpeg. When the video is relatively large, there will be out of memory. Below is our code, how can I go about eliminating this problem. enter code here

        filter_args = '[1][0]scale2ref=oh*mdar:ih*0.06[logo][video];[video][logo]overlay=0:(main_h-overlay_h)'
        cmd = [
            'ffmpeg',
            '-i', mp4_done_path,
            '-i', './wate ...
Score: 0
lordZ3d avatar
Ubuntu suddenly stopped booting and stuck on a specific screen
ve flag

So this morning I started my pc and got this screen. I restarted several times and every time is the same. I run dual boot with Win10 (both OS's are on different drives though, also Win boots normally and is working).

I've never encountered this type of error and am stuck.

Ubuntu 22

enter image description here

Score: 0
user1566425 avatar
How do I make my gaming laptop use my descrete graphics card only?
ru flag

I have an ASUS TUF Gaming A15 with an AMD Ryzen 7 4800H and a RTX 3050. I want my system to only use my discrete graphics card rather then having to right click the application and tell it to use my discrete graphics card from there. I have set it to performance mode but apparently it still by default shows to use the iGPU only? Is there a way to get around this?enter image description here

Score: 0
Faizan avatar
desktop environment(GUI) not working after downgrading libatk-bridge-dev
to flag

For installing a software I downgraded libatk-bridge-dev. After suspension of the session, when I tried to log into my ubuntu 20.04, the login box kept flickering. After restarting my system, there was black screen with tty1 i.e. teletypewriter. I logged into my system and tried install desktop environment using apt install ubuntu-desktop, it didn't work. It gave some dependencies problem related to gdm ...

Score: 4
mezamorphic avatar
How to install Clang 16 on 22.04 LTS
sz flag

I have 22.04 LTS but I'd like to install a later Clang, version 16.

How can I install this?

(22.04 doesn't come with Clang 16 in the repos)

UPDATE

Whilst I appreciate the answer below, I found a much simpler way from here:

https://askubuntu.com/a/1415641/132414 https://apt.llvm.org/

To install a specific version of LLVM:
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh <versio ...
Score: 0
juha jokinen avatar
livepatch status
td flag

I had problems installing Livepatch. Now the Livepatch status icon shows that it is on, but in the livepatch settings it is not. which one to believe?

illustrative image

Score: 0
DG_ avatar
How to listen to global application window focused event in Gnome Shell
bi flag
DG_

I want to have a global event listener for application window-focused events, for Gnome Shell/GTk/GObject.

For Example:

global.stage.connect("window-focused", (app) => log(app.get_id()))
Score: 0
Robber Pen avatar
How to download kernel soruce after updated kernel
lv flag

Current kernel runing was v5.15.0-73, How I can download v5.15.0-73 kernel source. not k5.4.

My system informations:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.3 LTS
Release:        20.04
Codename:       focal
src $ uname -r
5.15.0-73-generic

Checking currently availabe kernel source .deb.

src $ dpkg -S /boot/vmlinuz-5.15.0-73-generic
linux-ima ...
Score: 0
user248192 avatar
Unifying Mouse Update from Ubuntu Software: { RQR12.11_B0032 }
cn flag

I, too, have Logitech combination Keyboard with mouse. Never installed this, and it does not show as an installed product from from within Ubuntu Software. This, logically, is operating like an anomaly and makes me question the security of installing it. Please advise. Everything on my system seems to be working fine without this product, and if it is a system component, why doesn't it upgrade with So ...

Score: -2
Tedpac avatar
Error "shim_lock protocol not found" in GRUB while secure boot is enabled
ao flag

I have a dual-boot system consisting of Windows 11 + Linux Mint 21.1 (which is based on Ubuntu and that's why the question is in this forum) and GRUB 2.06.

A few days ago I installed generic updates with the typical apt update && apt upgrade command, which in turn installed updates for the Linux kernel. After applying a reboot, the GRUB screen appeared as usual, but when selecting any OS  ...

Score: 0
Sewrliney C avatar
Issue installing ubuntu
mw flag

I am installing Ubuntu on my AMD A9 acer Laptop and after installing via a USB boot drive I have ran into a command prompt screen from the bios saying "tpm_crb MSFT0101:00: can't request for resource [mem oxdfbb6000-0xdfbb9fff] kfd kfd: amdgpu: STONEY not supported in kfd" I have found some things on this online but nothing that has helped me so far I have tried restarting my entire download, re ...

Score: 0
dailytruthseeker avatar
After fresh install my laptop is still hosting on my router even with wifi disabled?
no flag

I have a Dell Inspiron N5010, did a fresh install via USB erasing the disck & using automatic applied settings (Did not have wifi or bluetooth on both soft/hard). I did this because I my laptop keeps being bridged via multiple ip addresses on my home router (shared house of 8 people). They say my laptop comes up as the router & they connect to the internet via me??? Even when my laptop if off th ...

Score: 1
Ameer basha.k avatar
size of icons in lockscreen and quick settings got larger after updating from 22.10 to 23.04
in flag

[this is how my quick settings look right now][1]

dont know what to do on this tried to see if this is a common problem and it is but the effects are different and everyone tried different methods

i tried to copy that but no result [1]: https://i.stack.imgur.com/IWhsT.png

Score: 0
KahnD avatar
Ubuntu Multipass snap instance has somebody's ssh key in authorized_keys file
td flag

I just discovered multipass today. In my first instance (nextcloud), on a local machine I was suprised to find a key for ubuntu@localhost in /writeable/user-something/ubuntu/.ssh/authorized_keys.

Is it supposed to be there for a good reason?

I'm struggling to visualize a world where it isn't concerning.

Score: 0
user456004 avatar
New Kernel just reloads boot menu over and over (including recovery mode) - Old Version loads fine
gb flag

I have never quite run into anything like this before. I am running the command line Ubuntu 20.04.6 LTS and today I used apt update/upgrade to install some updates to packages. Included was a Kernel update from Linux version 5.4.0-147-generic to version 5.4.0-152. When it tries to boot either the normal or recovery versions of 152 it just comes back to the boot menu, then after the third time you tr ...

Score: 0
Adolfo avatar
Ubuntu 23.04 fdisk: cannot open /dev/loop
id flag

Hi: I was having internet connection problems (Fiber Optic) and a page froze. After waiting for a while I turned the computer off :-( when I turn it on I could not get to the second 2 TB mechanical hard drive where I keep all my work files. The first hard drive is an SSD.

I got this message: Error mounting/dev/sdb2/media/adolfo/INTERNAL: Unknown error when mounting/dev/sdb2

Then I run fdisk -l an ...

Score: 1
Gustavo avatar
Firefox or Falkon Sometimes Freezing -- 4 years old machine
sj flag

I am trying to use my old computer for development purposes (LAMP), and I decided to run lubuntu expecting a good performance but no luxury. So installed it from a live image and installed libreoffice, mysql and php ... Basically just that.

Well, most of the time the computer response is acceptable, but the browser (independently whether it is Falkon or Firefox) freezes from time to time (while I ...

Score: 2
jave.web avatar
nemo-desktop taking too much RAM
cn flag

On Ubuntu 22.04 I am using nemo-*. It's nice to use, but it has 2 core memory leaks.

  1. Nemo - the file manager - here I usually am able to just close all the folder windows which kills the process and then open the folders again from scratch.

  2. nemo-desktop - this is something I found answers mainly for CPU usage elswhere or some thumbnail clearance - for example here they are recommendations how to r ...

Score: 0
plshelp avatar
cant hear audio from any apps other than internet browser xubuntu pulseaudio
sx flag

I can't get audio working, pulseaudio seems to detect built in analog speakers but can't hear anything even on max volume. tried reinstalling just for pulseaudio to disappear from my taskbar and still not working, alsamixer shows my soundcard but also cant hear audio after putting it on max volume, speakers are not muted and microphone won't even show up on pulseaudio nor any app (same goes with the spe ...

Score: 0
The Future Creator avatar
tri-boot window, ubuntu 20.04 and 22.04
cm flag

I already have windows 11 and ubuntu 20.04 installed on my laptop, but now i need ubuntu 22.04 as well for ROS2 humble alongside my ubuntu 20.04 with ROS1 noetic. Currently I'm trying to install Ubuntu 22.04 like i did the dual boot for ubuntu 20.04, but when i try to boot through the usb it shows the grub menu with 5 options (1. try and install ubuntu, 2. ubuntu safe graphics, 3. oem installation, 4.  ...

Score: 0
Amir hossein Shateri avatar
failed-to-start-process-automatic-reporting-is-enabled
bd flag

I have ubuntu 22.04. I changed the system driver to "Using NVIDIA driver metapackage" and now I restarted the system and it gave this error:

"failed-to-start-process-automatic-reporting-is-enabled" I entered shell recovery and typed these commands:

  • mount -o remount,rw /
  • mount --all command
  • systemctl disable apport.service

The above error disappeared during reboot, but the system still does not load.

Score: 0
opensource-developer avatar
new drives not listed by lsblk or parted but visible in iDRAC
ng flag

we have a Dell PowerEdge R7625 server and recently added new Drives 1 SSD and another HDD. The server is installed with Ubuntu 22.04

We already have 10 Disks added configured as RAID 10 and are working well.

The recently added new drives are not showing up when using

  1. lsblk
  2. parted

but both the disk are showing up in iDRAC.

Any help here on why Ubuntu does not see the drives would be really helpful.

Score: 0
Federico Poloni avatar
"Batteries included" version of Languagetool local server?
th flag

Is there a simple-to-install version of Languagetool that I can use to run a local server for LanguageTool? I would like to use the various add-ons based on it (VS Code, Thunderbird, etc.) offline and without sending data over the internet.

Ideally I'd like to add a PPA, run apt install languagetool-server and have everything working out of the box. I have seen that there is a Snap version, but (1) it d ...

Score: 0
Abolfazl Amini avatar
why is steam showing me "waiting for network" always?
gp flag

[i changed my network and tested them and wait about 10h for each of them but it show me this again and again][1]

strong text [1]: https://i.stack.imgur.com/1LXmC.png

The Stunning Power of Questions

Much of an executive’s workday is spent asking others for information—requesting status updates from a team leader, for example, or questioning a counterpart in a tense negotiation. Yet unlike professionals such as litigators, journalists, and doctors, who are taught how to ask questions as an essential part of their training, few executives think of questioning as a skill that can be honed—or consider how their own answers to questions could make conversations more productive.

That’s a missed opportunity. Questioning is a uniquely powerful tool for unlocking value in organizations: It spurs learning and the exchange of ideas, it fuels innovation and performance improvement, it builds rapport and trust among team members. And it can mitigate business risk by uncovering unforeseen pitfalls and hazards.

For some people, questioning comes easily. Their natural inquisitiveness, emotional intelligence, and ability to read people put the ideal question on the tip of their tongue. But most of us don’t ask enough questions, nor do we pose our inquiries in an optimal way.

The good news is that by asking questions, we naturally improve our emotional intelligence, which in turn makes us better questioners—a virtuous cycle. In this article, we draw on insights from behavioral science research to explore how the way we frame questions and choose to answer our counterparts can influence the outcome of conversations. We offer guidance for choosing the best type, tone, sequence, and framing of questions and for deciding what and how much information to share to reap the most benefit from our interactions, not just for ourselves but for our organizations.