Latest Ubuntu related questions

Score: 0
Sruly avatar
Find which package is causing this message "setpriv: setresgid failed: Operation not permitted"
bz flag

Whenever I run sudo apt upgrade and there are packages being upgraded I get this message setpriv: setresgid failed: Operation not permitted as part of the output.

How can I find which package is causing it and how can I fix this.

BTW, What is apt trying to set here with setpriv and what is setresgid?

Edit

I'm running Ubuntu 23.04 as proot on termux (terminal) on an Android device.

I have seen the an ...

Score: 3
RoninNoMichi avatar
Ubuntu 23.04 ignoring Nvidia (535) driver after system updated mesa pkgs
cn flag

Running 23.04 with Nvidia RTX 2070 Super and proprietary Nvidia driver 535.Yesterday (july 13 2023) I ran an apt update/upgrade and got a nice chunk of mesa updates. This has left the system ignoring the Nvidia driver - now in software rendering mode. Card is working, driver 535 is installed and visible with GUI software & updates app but nvidia-smi returns ...couldn't communicate with the NVIDIA dr ...

Score: 0
Greg B avatar
SSH Connection working on Terminal to Ubuntu-server but not showing on website on same machine
tz flag

Looking at other questions I have gone through and tried various methods but the problem I am having is when I log into the ubuntu-server via terminal it works correctly, I am able to do all the commands. The trouble I am having is it is not allowing me to log in via a browser. I am trying to implement a Apache2, I have clear browser data and other parts, there are no proxies set. I am not using a virtu ...

Score: 0
Sebastian Solano avatar
Bluetooth 5.0 in Ubunto
dk flag

I have Ubuntu 22.04.2 LTS. I tried to connect a Bluetooth 5.0 dongle; Bluetooth appears in settings but I can’t connect to any Bluetooth devices. I have a dual boot on my desktop so I tried it on Windows 10 and the USB Bluetooth 5.0 worked flawlessly.

I am just wondering Is it possible to get the USB Bluetooth 5.0 to work with Linux? I’ve seen some threads on the Internet and downloaded the " ...

Score: 1
Relatively new to Linux
US flag

While I've tinkered with Linux in the past, I have become fed up with Apple, and I dislike Windows very much. So, now I'm getting serious about changing over. I've already posted my 1st question, but have more. I'm fairly comfortable using terminal since I started in the 90s using DOS. But that's been awhile and I need to find good tutorials on the basics of Linux Ubuntu. I've installed a few programs,  ...

Score: 1
wwe9112 avatar
Dell Latitude 5521 WiFI Not Working
bd flag

Note: This is not Ubuntu only. I've yet been able to get the wifi working on this machine. I've tried Debian, Arch, Ubuntu, Mint, POP, Arco, among others. WiFi does not work. I keep getting that the wifi adapter cannot be found.

Note: I've found this link stating this laptop is ubuntu certified.

https://ubuntu.com/certified/202103-28860

I'm currently using 23.04 Ubuntu.

=====

uname -r

6.2.0-25-generic
Score: 1
I'm trying to set up OBS Studio on Linux Ubuntu 22.04.2 LTS
US flag

I'm unable to record on OBS Studio. When I try to record, I get a message: Failed to open NVENC codec: Function not implemented Please check your video drivers are up to date.

I'm running Ubuntu 22.04.2 LTS on a MacBook Pro 9,1. Intel core i7-3720 QM CPU @ 2.60Hz x 8. It's not dual boot. Linux is the only OS installed. Help?

TIA! db

Score: 1
Elias Lucky avatar
How to though DKMS install new version of ZFS modules to specified already installed kernel?
lr flag

I know that DKMS provides support for installing supplementary versions of kernel modules. But how I can automatically install newer version of ZFS modules to installed kernels?

I've already have zfs-2.1.5 installed in /usr/src for DKMS, but how I can install newer version?

  • Should I compile and build custom DKMS package from sources before putting it into /usr/src/ with created created by myself dkms ...

Score: 0
user2705346 avatar
Why does Files and Disks apps think my ZFS filesystems aren't mounted
do flag

My root and boot partitions are running ZFS, and all is well. EXCEPT that if I try to browse to bpool or rpool in Files (is the app really just called "Files"?!?) I get

Error mounting /dev/nvme0n1p4 at /media/aaron/rpool: unknown filesystem type 'zfs_member'

Error mounting /dev/nvme0n1p4 at /media/aaron/rpool: unknown filesystem type 'zfs_member'

This is the filesystem that is absolutely mounted and cur ...

Score: 0
mezamorphic avatar
How to check ssh working between local Ubuntu and AWS instance Ubuntu
sz flag

I'm having problems making a ssh request from my local machine (Ubuntu) to an AWS instance (running Ubuntu).

Whilst I check all my AWS settings (Security Groups etc), what can I check on my local Ubuntu and the remote Ubuntu to help debug the problem?

It might be a problem with the AWS Ubuntu AMI, rather than the networking.

I ran:

sudo lsof -i -P -n | grep LISTEN

on the remote machine and got:

Score: 0
cerebrou avatar
Finding main active program on the screen
cn flag

Is it possible to see from the terminal which program has been in the past the main active window on the screen?

Score: 0
Elias Lucky avatar
How I can update my ZFS file system?
lr flag

I have Ubuntu 22.04 installed on Root ZFS. In my previous post I've described problem where Wi-Fi connection drops for all devices that are connected to my router such as phones, tablets, laptops at boot and at shutdown when network service tries to establish my Ethernet connection. I've tried everything to solve this problem, and I still didn't find the solution.

I've heard that installing new v ...

Score: 2
beardspike avatar
Huge screen tearing on Ubuntu Budgie 23.04. Intel graphics. No problem on 22.04.2 and 22.10
bs flag

So I switched from Ubuntu Budgie 22.10 to 23.04 - and instantly the screen tearing problems happened after system update.

Everything is fine on 22.04.2 and 22.10. I now rolled back to 22.04.2.

I tried a bunch of stuff on 23.04- I tried to create 20-intel.conf with:

Section "Device"

Identifier "Intel Graphics"

Driver "intel"

Option "TearFree" "true"

EndSection

An nothing improved.

What else can I try to  ...

Score: 2
diomed avatar
What does leading tilde mean in this argument to apt?
er flag

I found this snippet from the ROS installation tutorial.

https://docs.ros.org/en/iron/Installation/Ubuntu-Install-Debians.html

At the bottom, it says to remove all packages, executing the following code snippet:

sudo apt remove ~nros-iron-* && sudo apt autoremove

I want to know what the leading tilde and n signify. I ran apt search ~nros expecting ~n to function as an escape character equiv ...

Score: 0
fueggit avatar
Drive in fstab via fuse.sshfs are not mounted after reboot
br flag

Using Ubuntu 22.04. My fstab entry:

some_user@some_storagebox.com:~/somedir /mnt/volume fuse.sshfs defaults,allow_other,reconnect,_netdev,users,ServerAliveInterval=15,identityfile=/root/.ssh/id_rsa,uid=101,gid=101,ServerAliveCountMax=3 0 0

The first interesting thing is that I'm trying to test if fstab line works by trying to mount volume with:

mount /mnt/volume-1

storage requires to enter password  ...

Score: 0
Missfoster avatar
Can't connect Kobo Libre
ml flag

Tried 3 USB3 ports, 2 USB-C ports

I get "Connect" dialog in Kobo

output from sudo dmesg -c

> [46831.897722] usb 2-1: new high-speed USB device number 33 using xhci_hcd 
> [46832.049784] usb 2-1: New USB device found, idVendor=2237,  idProduct=4234, bcdDevice= 4.01 
> [46832.049795] usb 2-1: New USB device strings: Mfr=3, Product=4, SerialNumber=5 
> [46832.049799] usb 2-1: Product: eReader-4. ...
Score: 0
omar avatar
cat Input/output error when copying ROM file
eh flag

I was following this guide on how to do single gpu passthrough, I reached the vBIOS Patching section and ran this code:

echo 1 | sudo tee /sys/bus/pci/devices/0000:01:00.0/rom
sudo cat /sys/bus/pci/devices/0000:01:00.0/rom > path/to/dump/vbios.rom
echo 0 | sudo tee /sys/bus/pci/devices/0000:01:00.0/rom

Got an Input/Output error so I tried to run it in recovery mode and still got the same output:

Score: 0
Did lm-sensors affected my hardware in Ubuntu?
US flag

Yesterday I used lm-sensors in Ubuntu 23.04 to check my component's temperature. Everything worked fine, but then I used sensor-detect and said 'Yes' to every option (even the last one that updates /etc/modules).

After reboot, Ubuntu doesn't recognize correctly my NVIDIA MX130 GPU correctly anymore. When I tried to use nvtop, it showed only my integrated Intel Video Card (before using lm-sensors it recog ...

Score: 0
Elias Lucky avatar
Ubuntu 22.04 While establishing connection for Ethernet, Wi-Fi drops for other devices such as phones, tablets and laptops
lr flag

I am using Wired (Ethernet) connection on my Ubuntu 22.04 LTS installed on ZFS root.Just to be clear, my Network card doesn't supports wireless connection at all. When I am booting my Ubuntu or trying to shutdown by using command 'sudo shutdown now' or by using shutdown button from integrated interface (in my case KDE Plasma) - other devices such as tablets, phones, laptops immediately disconnect ...

Score: 0
Rahmatullah Mohammadi avatar
ubuntu 22.04 overheats my laptop
vc flag

My laptop specs:

  • brand: Lenovo
  • model: Lenovo ThinkPad T420s
  • RAM: 4GB
  • HDD: 500GB
  • graphic card: NVIDIA nvs 4200m
  • processor: Intel® Core™ i5-2520M CPU @ 2.50GHz × 4I

I used windows 10 since my laptop did not work well, I decided to use linux currently I am using Ubuntu 22.04.2 LTS but since I installed Ubuntu, my laptop began overheating

I installed graphics drivers but still keeps overheating I  ...

Score: 0
Cant add user picture and thumbnails wont display Ubuntu 22.04
US flag

I had been struggling with username change for a while, and last night I felt like I knew enough abt bash to give this a bash. The last time I added a new user it somehow made my main user account not work properly and I immediately deleted it, hence my concern.

I added a temporary user with the adduser command, and gave it sudo permissions, or added it to the sudo group. Then I logged into it an ...

Score: 0
AvyWam avatar
Ubuntu OS' parameters "locking" input audio for microphone
cn flag

My OS is Ubuntu Ubuntu 20.04.6 LTS 64 bits (Gnome 3.36.8). The microphone is on a headphone, G432 logitech, connected to my computer through its USB audio adapter.

Here you see whatalsamixer displays: enter image description here
The headphone's microphone is set ON.

Here you see what pavucontrol displays about audio inputs (tab called "périphériques d'entrées"): enter image description here
The headphone is checked as default.

Here you see what Ubuntu para ...

Score: 0
Mike77 avatar
Ubuntu 22.04.2 UEFI Boot causes black screen?
pl flag

This is a new pc build with a gigabythe B550M DS3H AC mb, ryzen 5 5500 cpu, 32gb corsair ram, WD2TB M2 drive and a 500W power supply. Initially I put it together with my 10 yr old PNY GeForce GT 610 gpu. Installed Lubuntu 22.04. Everything worked fine. Bought a new Radeon RX580 8GB card and put that in. It also worked fine for about a month. Then a week or so ago after some updates said reboot required  ...

Score: 1
Unable to remap `btn_middle` to libinput using hwdb
ar flag

I am using a Logitech Trackman Marble Trackball on Ubuntu 22.04, Gnome Shell 42, Wayland.

I wish to simulate a middle mouse click with one of the extra side buttons, but it seems I am able to synthesize any type of button except the middle button.

  • I have created file at /etc/udev/hwdb.d/71-logitech-trackman.hwdb like so:
evdev:name:Logitech USB Trackball:*
 KEYBOARD_KEY_90004=btn_middle

I then run:

 ...
Score: 0
cetus avatar
nvidia driver mismatch, nvidia-smi not working
sy flag

I was using pytorch and my gpu wasn't working, said there was a mismatch between kernel driver version and DSO version. Every tutorial online for the first error says to start with nvidia-smi but it outputs NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running I tried switching drivers back to xorg and then  ...

Score: 0
user2213559 avatar
Lost files after hard shutdown then booted to windows
tg flag

I lost files in a shared partition ( NTFS), I forced shutdown then booted from windown, when come back to ubuntu I found that a whole directory disappeared, not found in trash also.

Score: 0
Kennedy Owusu avatar
Nothing to display on Edge Browser in Ubuntu 22.04
th flag

After opening the Google spreadsheet link, I encountered this issue with Microsoft Edge on Ubuntu 22.04. Any site I open displays a completely dark screen with no text or images showing. I managed to go to settings to try and change the theme but it did not solve the problem.

Below are the images of the state of my Edge Browser Now.

I have tried to uninstall and install it again but all to no avail

Score: 1
value-added-lemon avatar
Random Segmentation Faults and Python Errors - Ubuntu 22.04 LTS
sv flag

I'm experiencing random segmentation faults and python errors I can't explain on one of my Ubuntu servers. I have been unable to reproduce these faults on any other server or on my development computer. I'm trying to figure out if this is software related (external library or my own code) or hardware related.

These problems first started happening just under a month ago and I've been trying every ...

Score: 1
simon brown avatar
Video performance on ACER Aspire One on Ubuntu 20.04 LTS (Lubuntu)
br flag

I'm using an ACER Aspire One with ATOM processor and 2GB RAM running Lubuntu 20.04 Focal.

I believe I should be able to play a simple video file in VLC but it is basically playing back with sound and the frame changes about once every five seconds. Is there a fix for this - I'm sure the hardware is capable of playing video (no other apps are running). Is this an issue with Ubuntu - would I be b ...

Score: 0
Yash Ghoda avatar
Fail to initialize openGL support in ubuntu 23.04, nvidia RTX 2060
bz flag

Irrespective of the type of video, Ubuntu's inbuild video player refuses to load the video and shows this warning.

enter image description here

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.