Latest Ubuntu related questions

Score: 1
ffmpeg not running - libaom.so.0 not found
es flag
LEo

ffmpeg is not running in Ubuntu 22.04 LTS.

$ ffmpeg -version
ffmpeg: error while loading shared libraries: libaom.so.0: cannot open shared object file: No such file or directory

Ubuntu version

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.1 LTS
Release:        22.04
Codename:       jammy

System information:

$ uname -a
Linux r2d2 5.15.0-48-generic #5 ...
Score: 0
Akarsh Patel avatar
unable install occlum in ubuntu20.04
bh flag
intel@intel-M50CYP2SBSTD:~/akarsh/occlum$ make submodule

Add Git hooks that check Rust code format issues before commits and pushes

git submodule init
git submodule update  --progress

cd deps/serde-json-sgx && git apply ../serde-json-sgx.patch 
>/dev/null 2>&1 || git apply ../serde-json-sgx.patch -R --check

cd deps/ringbuf && git apply ../ringbuf.patch >/dev/null 2>&amp ...
Score: 0
t30_9 avatar
sudoers update not working
tt flag

i would like to run an arping command in GitLab environment. For this i've a physical Runner where arping is running. The problem is that arping requires sudo authorisation. Of course this can not be done within GitLab pipeline.

sudo: no tty present and no askpass program specified

Therefore i was trying to configure the sudoers file by adding: USER ALL = NOPASSWD: /sbin/arping This is NOT working, ...

Score: 0
wateenellende avatar
Zpool not recognized since moving host
ge flag

A zpool with 2 HDD in raid 0+1 was running on Ubuntu server (18.04). The computer died and won't turn on anymore, probably a PSU failure.

I've moved the zpool discs into a new machine and the are fine, this host is running a fresh KUbuntu 22.04 install.

It won't recognize the pool. zfs-fuse complained that the formatting was too new although this machine is running a newer Ubuntu release than where  ...

Score: 1
Ludovic Lemarinel avatar
Asus PN64 (intel i7-12700H) not going to sleep
in flag

I've got a new computer : Asus PN64, core i7-12700H. I installed Ubuntu 22.04 on it.

I'm a regular Ubuntu user for more than 10 years, on laptops and servers.

Sometimes I had some trouble with laptops waking from sleep mode correctly. This time I can't manage to get my PN64 to go to sleep. When I enter systemctl suspend on the command line (or bind it to a keyboard shortcut), the computer seems to ...

Score: 0
almavague avatar
Disappearing files/folder
gp flag

I'm a UBUNTU newbie. I was transferring files from my UBUNTU 18.04 desktop to an external HD. I put the files/folders into a single folder on the desktop to be then copied and moved to another computer. There was an error message while I was transferring, I ignored it and recopied the files. Some of the files and folders (not all) have disappeared both on the "uncopied" folder on the UBUNTU desktop an ...

Score: 0
AMK avatar
Bluetooth headset works well after reconnection
jp flag
AMK

I use Ubuntu 22.04, and my sound configuration is set as A2DP sink in the settings. I don't know why the first time I connect my headset(One more E1001BT), it sounds weirdly with high bass. I don't remember to have such issue on Ubuntu 20.04 or mint. It works normal after disconnection and connection once again. I'm curios to know what makes this problem. I use Lenovo ThinkPad E14. Thanks in advance ...

Score: 0
cisk avatar
Ubuntu VM on Virtualbox (windows 10 host) freezing
br flag

I am using Ubuntu 22.04 on Virtualbox in a Windows 10 host OS.

Every now and then the OS freezes and I am unable to click or do anything. It also happens that sometimes my session gets destroyed and gdm restarts asking me to login again, and after that still I can't click or type anything. Cannot find any gdm related log.

  • Virtualbox version: 6.1.38
  • Host OS: Windows 10
  • Guest OS: Ubuntu 22.04 LTS (upgrade ...
Score: 0
GoldenDremora avatar
terminal input stream behaviour vs output stream
ro flag

I'm new to terminal apps...

When I do

echo "hi" 1> out.txt

I get "hi" written to out.txt

When I do

echiao "hi" 2> out.txt

I get the error message in out.txt

So far so good. But when i do

echo "hi" 0> out.txt

nothing will be written to out.txt. Why? I'd expect that the corresponding stream will be written to the file. I see that its stupid to reroute the input stream. But why not just put ...

Score: 0
Jorge M. avatar
Broken Mozilla Firefox - No text displays - Font issue?
sr flag

I am using Ubuntu 20.04.5 LTS (5.4.0-128-generic #144-Ubuntu SMP x86_64).

Yesterday after an apt update && apt upgrade, Firefox installed from apt install firefox in the past, started exhibiting this behaviour - No text displays, Font issue? - so I have reinstalled it from apt, not fixed, and then switched to the snap version which does work to some extent - no problems with normal browsing, but  ...

Score: 1
Mo.be avatar
Ubuntu does not boot properly. It only boots from recovery mode
cn flag

I have dual booted my laptop with WINDOWS 11 and UBUNTU 20.04. But when I want to boot Ubuntu I can't. I have to go through the RECOVERY MODE in order to boot Ubuntu. There is an error message attached to this.

Is there any solution?

P.S.

My laptop is a razer blade 15 2020

core i7-10750h

RTX 2070 MAx-Q

32 GB ram

512 GB SSD

2 TB SSD -> dual booted with Ubuntu and Windows 11

The Error message when I ...

Score: 0
gyrex avatar
Samba server issue with mount point being owned by root instead of 'force user' specified in smbd.conf
je flag

I've created a samba share on an ubuntu server (v22.04) called teslausb with the following lines specified in smbd.conf:

   [teslausb]
   comment = John's home share on Ubuntu
   path = /mnt/sdb1/teslausb
   browseable = yes
   writeable = yes
   valid users = john
   write list = john
   force user = john
   force group = john

john:john is the owner of /mnt/sdb1/teslausb and I've set permissions as c ...

Score: 0
Tomas Anderson avatar
Multiple hard drives : Booting Ubuntu + Other Os / or Other Ubuntu version / or Duplicate Ubuntu
nf flag

I have a very simple question, and because of my limited knowledge UEFI i can´t figure it out.

I have a laptop that in the bios it does not provide a legacy boot option. The only option is UEFI

The number of nvme slots on the laptop is : 2 nvme slots. and we are going to start with both slots empty on the laptop

  1. I insert 1 clean nvme stick on the laptop, and I insert Ubuntu 22.04 LTS live usb flash dr ...
Score: 0
Sahandi81 avatar
Connect VPN server to another VPN server
ax flag

i have two ubuntu 20.04 server with different locations.

i installed OpenVPN in servers and i want connect server 1 to server 2. that's mean when i connect to server 1 by OpenVPN, my IP changes to server 2 IP.

get it ? server 1 get data from server 2 then send to me.

how to do it ?? Thanks.

Score: 0
Константин Сурков avatar
Try to increase root partition on dual system (ubuntu 22.04 + windows 10)

I tried to increase root disk space on Ubuntu 22.04. I have:

  1. dual system (The second OS is Windows 10.)
  2. 17 Gb root disk
  3. 28 Gb home
  4. 4 Gb swap
  5. 60 Gb free disk space

I found a lot of information how to do it, but unfortunately couldn't do it. I booted from a live USB, started GParted and saw the following screen:

enter image description here

When I try to resize the partition it shows me that 0 disk space is available, and I don't k ...

Score: 0
 Kart avatar
Getting dpkg error in 20.04.5 LTS version
sl flag

Getting this error everytime I'm trying to install anything.

Compiling IPA dictionary for Mecab. This takes long time...

/usr/lib/mecab/mecab-dict-index: error while loading shared libraries: libmecab.so.2: cannot open shared object file: No such file or directory
dpkg: error processing package mecab-ipadic (--configure):
 installed mecab-ipadic package post-installation script subprocess returned er ...
Score: 0
VJKR avatar
is it possible to keep particular applications in light theme while whole Ubuntu is in dark mode?
ax flag

I want to use Talend open studio on Ubuntu 22.04.1. i wish to keep whole system in dark mode while if possible TOS i could use in light theme? here is comparison between TOS light/dark theme. TOS in dark mode is barely usable.

Light Mode [1]: https://i.stack.imgur.com/9ic6x.png

Dark Mode [2]: https://i.stack.imgur.com/emGge.png

is it possible that i could edit some parameters in .ini file of TOS? w ...

Score: 0
Taylor Ramirez avatar
How to get speech recognition working in ibus-typing-booster
bd flag

What I tried

  • Installed sudo apt install ibus-typing-booster
  • Created API key on Google Cloud for text-to-speech
  • Downloaded the API credentials.json
  • Set the credentials
  • Added key binding for speech_recognition as Shift+Control+exclam
  • restarted ibus killall -9 ibus-daemon && ibus-daemon &

I can then activate it but I receive an error Failed to import Google text-to-speech

Score: 0
J Yeh avatar
Can't switch layout with ctrl+shift with Tweaks
es flag

I use ibus with two layouts: Dvorak for Latin alphabets and Array for Chinese. I've been switching between the two using ctrl+shift, which I set up using gnome-tweaks, for months without any problem. But recently it stopped working. I don't recall making any changes other than regular updates. Furthermore, every now and then the Dvorak layout would stop working: even though the layout indicator still sa ...

Score: 0
sitthykun avatar
Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://packages.edgedb.com/apt focal InRelease'
uy flag

This message always shows on "apt update" My environment: Ubuntu 20.04

Reading state information... Done All packages are up to date. N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://packages.edgedb.com/apt focal InRelease' doesn't support architecture 'i386'

Score: 0
K E Vishagapriyan avatar
Issue in connecting bluetooth headphones
ni flag

I recently updated ubuntu to the latest version 22.04 and facing issue in connecting my bluetooth headphones(Sony wf c-500). The device is getting displayed twice in the blutooth manager like 1. WF-C500 2. LE_WF-C500. I tried updating repositories, reinstalling bluez and blueman and still could not find the solution. At times the device gets connected and i receive the notification but it will not play  ...

Score: 1
CosmeticMichu avatar
How to extend a partition using Gparted?
lt flag

I have only 17GB on my ext4 partition so I'm trying to extend it using GParted, I have already created the unallocated space and moved it where my ext4 partition is, as you can see here, I booted Ubuntu from my USB as well, but when I try to Resize/Move ext4 it's like those 40GB are just not available, check this. What can I do? I found in forums I have to move ext4 next to the unallocated space but ...

Score: 0
saw ko avatar
Ubuntu 22.04.1 LTS, 5.15.0-50-generic x86_64 get ACPI BIOS Error after update
sh flag

I'm new to Linux and couldn't boot the system after making some upgrade. Let me know if I need to provide more information.

error message is as follow

Score: 2
Uncle Meatloaf avatar
why doesn't GRUB respond to my keyboard
pt flag

I recently bought an HP Pavilion TP01-2019 Desktop Computer with Windows 11 pre-installed. It ran fine, and MUCH faster than my circa 2005 Pavilion a1210n, running dual boot Ubuntu 20.04 and Windows 10. I downloaded and installed Ubuntu 22.04.1 and set it up for dual boot. The install went as expected and boot-up showed the GRUB menu screen with both Ubuntu and Windows options, and Ubuntu loaded and ran ...

Score: 2
valteu avatar
Reboots without a reason and fan not working in Ubuntu 22.04
us flag

I recently joined the Ubuntu community by installing Ubuntu on my Windows notebook (as dual boot, Notebook: HP 255 G8 with Ryzen 5500u, 512gb nvme ssd, 8gb ram). But I had some reboots without a reason so I realized I haven't heard the fan spinning when using Ubuntu. So in order to troubleshoot this problem I focused on fixing this fan issue. On Windows the fan works perfectly fine but when I run this c ...

Score: 0
Jeff avatar
Ubuntu Server VMware Keyboard Login Problem
uy flag

My name is Jeff and I am new to using the services of Linux OS and this concerns using the Ubuntu Server Image to create an Ubuntu 22.04.1 LTS Virtual Server in VMware Workshop Application.

My problem is that the keyboard does not work when entering the password, to login. The keyboard does allow me to enter the username.

So I cannot login because the keyboard will not access entering the password a ...

Score: 3
Pigeon avatar
Screen auto rotate only working in live USB, not when installed?
km flag

new to Ubuntu and just installed it on a Lenovo N23 with a touch screen.

The auto-rotation worked fine on the live media USB and had an option to lock and unlock but after the full installation, I'm getting no rotation and nothing in the menu.

Seems I can lock and unlock rotation with a Superkey+O but that just shows if it locked on not, doesn't rotate despite being unlooked.

Could really do with some  ...

Score: 2
Joe avatar
How to fix onedrive regularly stopping to download files
de flag
Joe

I have installed the onedrive package in my Ubuntu Server 20.04 environment. Now I want to do an initial download of all my OneDrive files (almost 1 TB) using

onedrive --synchronize --download-only -v &> /home/myuser/onedrive.log &

However, it regularly runs for just a few hours, then it just stops syncing without an error message. The log just doesn't show any progress anymore, although th ...

Score: 0
skywalker avatar
Ubuntu apt-get update fails with error
de flag
sudo apt-get update 

gives below error.

    Hit:12 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Traceback (most recent call last):
  File "/usr/lib/cnf-update-db", line 8, in <module>
    from CommandNotFound.db.creator import DbCreator
  File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 11, in <module>
    import apt_pkg
ModuleNotFoundError: No modu ...
Score: 1
Tuan avatar
Ubuntu 22 freezes, syslog spammed with Nouveau entries
sv flag

Was on a Zoom call with the screen shared, and everything suddenly freezes. Audio worked for a bit afterwards, but eventually stopped working as well. Taking a look at the system log after a hard reboot, I noticed that it was spammed with the following lines at the time when things started freezing. There are over 2 million of these lines in the log file, all logged within the span of 2 minutes.

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.