Latest Ubuntu related questions

Score: 2
Bahador Feizbakhsh avatar
Problem starting minikube on ubuntu 22.04 with docker and virtualbox
ne flag

I am trying to start minikube on my ubuntu 22.04 and it fails with a few errors. I am using kubctl v1.25.3 and minikube v1.27.1. When I run minikube start here is what I get:

✨  Using the virtualbox driver based on user configuration
❗  Local proxy ignored: not passing HTTP_PROXY=http://127.0.0.1:40657/ to docker env.
❗  Local proxy ignored: not passing HTTPS_PROXY=http://127.0.0.1:40657/ to d ...
Score: 0
user20332093 avatar
Is there a way to stop the authentication prompts especially for Wi-Fi scans in settings?
li flag

OS: Ubuntu Desktop 22.04 LTS

Accessing the settings on Ubuntu is giving me PTSD as whenever I seek to change anything, the first thing that has to pop up is Authentication required for Wifi scan.

You may think that "it's not bad" but it gets genuinely frustrating when you put the password in to continue with your day, just for the same annoying prompt to instantaneously appear again. I have gone  ...

Score: 0
localhost avatar
How to set up vnc4server
id flag

I'm on Ubuntu 18.04.6 LTS, with kubuntu-desktop installed.

I'm running vnc4server so I can connect remotely from my phone to run apps when I'm out and about.

Here's the contents of my ~/.vnc/xstartup, which was pieced together by random googling until it finally became functional (from my very faded ancient memories, I think the default KDE WM was very slow and laggy over vnc):

#!/bin/sh

# Uncomment the  ...
Score: 0
Jarek avatar
Ubuntu 22.10 kernel crashes on Lenovo ThinkPad P1 Gen 4
tv flag

After upgrade from version 22.04 to version 22.10 the kernel started to crash. It happens each time after booting up the computer and logging in. Doesn't happen in single user mode. I updated BIOS to the latest version. Kernel is 5.0-19-23-generic #24-ubuntu. It seems it’s related with getting power supply property.

I can't report the crash using Ubuntu's tools as the laptop is dead after it h ...

Score: 1
Goutham Vinjamuri avatar
Ubuntu 22.04.01 shuts down after closing lid
za flag

My Ubuntu 22.04.01 (dual booted along with windows on my HP laptop) keeps shutting down when I close the lid. I tried some ways of preventing this, like modifying the /etc/systemd/logind.conf file, checking power settings and using Tweaks. But none of them worked. My laptop still shuts down after closing the lid every time. Here is my config file just in case:

[Login]
#NAutoVTs=6
#ReserveVT=6
#Kill ...
Score: 0
user10309130 avatar
ACPI BIOS Error in Ubuntu 20.04- Acer E15
cn flag

I am new user of Ubuntu 20.04, and recently I have been encountering these ACPI BIOS Error on my Acer device when I start it. I am not sure on how to fix it. Any suggestion is highly appreciated. enter image description here

Score: 0
ivy_legend avatar
The root filesystem on /dev/sdx# requires a manual fsck
ne flag

I have installed windows and Ubuntu 22.04 on my computer but when I boot and go to Ubuntu it is giving some problems - may lie only with the primary block group descriptors, and the backup block group descriptors may be OK.

/dev/sda4: Block bitmap for group 64 is not in group. (block 1162627398)
/dev/sda4: UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY. (i.e., without -a or -p options) fsck exited wit ...
Score: 0
mochsner avatar
Shortcut or program to Click Somewhere Pre-defined (e.g. X: 1213, Y: 812) on Screen
cn flag

I'm looking for some sort of ubuntu, debian, X11/Wayland application, Gnome extension (though this seems wrong), or something to allow me to pre-define a location on the screen to click, then click that place/pixel on command via a method other than mousing over to the place, and clicking.

From my research, I'm a little confused on where to start looking into this.

  1. Would this be something that has to  ...

Score: 3
Nitin Siwach avatar
What is the "LE" prepended earphones im seeing in my bluetooth?
ar flag

I am seeing a Bluetooth device with my earphones' name prepended with "LE_" in my Bluetooth available devices. enter image description here

  1. I could connect with it only if I remove it and then try to connect to it.
  2. It disconnects if I put my earphones back in the charging case and then I cannot connect with it again without removing the device and then clicking on it from discovered devices
  3. There is a proper "WF_1000XM4" in m ...
Score: 1
newbie avatar
Problems on updating ubuntu 18.04
gp flag

I just install ubuntu 18.04 in my laptop parallel with windows 10. When I tried to runsudo apt upgrade,error message. After I deleted all the upgraded files and upgrade again, it got stuck hereStuck with this package. After some time, it shows this status Failed status. I tried to install that package manually and upgrade again, the problem is not solved. Can anyone help me fix this?

Laptop used:  ...

Score: 0
ash avatar
alt-shift-arrow shortcuts don't work in tmux anymore after upgrading to Ubuntu 22.04
cn flag
ash

I have tmux conf file that is using the M-S-Left/Right binding to move left/right in windows. After upgrading to Ubuntu 22.04 these shortcuts has stopped working. Other tmux bindings still work. These shortcuts do not seem to do anything in gnome either

Score: 0
DasPete avatar
Netplan DNS not working
kh flag

I am trying to setup a bridge interface to use with KVM guests. I can successfully SSH to other computers on the same network. I can also ping 8.8.8.8 directly. However, when I try to ping google.com I get: ping: google.com: Name or service not known. So it seems like routing, etc. is working fine, but DNS is not. Any help would be greatly appreciated. Here is my current netplan config:

# This is ...
Score: 6
Ryan avatar
Steps to Create USB of Current Linux Install, Bootable from Any Laptop?
es flag

I know versions of this question are out there in the wild, as are some attempts at answers. The only answer I've seen that I think might apply to me (and which isn't out of date) I didn't understand, and I can't ask for clarity because I lost my commenting privileges due to a down-voted answer. :( I'm wondering if someone has a solution and can walk me through the steps.

My Issue:

I have tuned my s ...

Score: 1
Jacky L avatar
Disk manager is preventing shutdown
mf flag

I am new to Linux and was annoyed that my OS is always shutting down very slow though they start up in just few seconds.

Then I found that Disk Manager cannot be properly closed, always ending up with time out. I am running dual OS Ubuntu + Windows with Ubuntu version being 22.04.1 LTS. The system is installed on an NVMe ssd with two HDD and one SSD connected through SATA.

The following is the journalct ...

Score: 0
fixit7 avatar
When desktop icon is deleted so is the .desktop file
kp flag

I made this desktop file so I could add an appimage to my menu.

I have it as a panel item, so I do not need a desktop icon.

But if I delete the icon, the desktop file is deleted as well.

How can I fix that?

[Desktop Entry]
Name=Avidemux
Exec=/home/andy/AppImage_Programs/avidemux_2.8.1_legacy.appImage
Icon=/home/andy/ICONS/avidemux.png
Terminal=false
Type=Application

enter image description here

Score: 0
How can I set up my Ubuntu sever as ipv6 tunnel?
pe flag
Max

I have an Ubuntu server one bare metal that has both ipv6 and ipv4 dedicated, but my home ISP ONLY PROVIDES ME WITH ipv4, is there any sane way of setting up my dedicated server as an IPV6 tunnel provider?

Score: 4
Flxw avatar
Ubuntu 22.04 GNOME Search Not Working Correctly
fk flag

I am pretty new to Ubuntu and Linux in general. About a week ago I installed a theme for Ubuntu (WhiteSur if it matters). After I installed the theme, there is a bug with my GNOME search bar (when you press the SUPER key and start writing). Whenever I type a letter after pressing the SUPER key, the letter is written twice into the search (and it also is registered as if I typed the letter twice), no mat ...

Score: 0
Guy avatar
What browser header to change to impersonate another OS
cn flag
Guy

I'm browsing to a site using Ubuntu 20.04 and I get a message like:

<browser name> an unknown version for your
operating system is not supported by <this site>

I'm using Chrome and I'm using a user-agent extension that switches the user-agent to Chrome on Windows and I'm still getting this error. I'm thinking that there's another header that needs to be changed to impersonate that I'm usin ...

Score: 0
Pinguto avatar
Ubuntu 22.10 does not turn on the second monitor
pk flag

Lately on ubuntu I can't properly use my second monitor connected using a DisplayPort to VGA adapter with the video card:

$ lspci | grep VGA
01: 00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD / ATI] Cape Verde XT [Radeon HD 7770/8760 / R7 250X]

For the time being I solved by disabling Wayland with:

sudo nano /etc/gdm3/custom.conf

and replacing:

# WaylandEnable = false

with:

 ...
Score: 0
Jarvis avatar
Unable to connect to the internet Ubuntu 22.04.1 LTS
ml flag

I recently installed Ubuntu. After installing, it updated all the software through Ubuntu software. Since then, I am unable to connect to the internet. The machine picks up wifi and is able to connect to wifi, but no internet. I have tried:

  • Ping a known host(www.google.com) using ping www.google.com
  • Pink a known ip address(googles dns 8.8.8.8 for example)
  • Connect the machine to the router via a workin ...
Score: 0
Tohiko avatar
An open source alternative to ConnectTunnel
cn flag

I am wondering if someone can shed some light on the ConnectTunnel client from SonicWall https://www.sonicwall.com/products/remote-access/vpn-clients/

which my university is forcing me to use to access work vpn (and seems to be a popular VPN service for many universities like https://www.dundee.ac.uk/guides/vpn-linux). It is a very closed client and I have no idea what the internals are.

What is the VPN ...

Score: 1
joe avatar
Ubuntu froze during 'sudo apt upgrade'
pf flag
joe

My computer froze after I ran sudo apt update/upgrade. I forcibly turned it off/on. Is there anything I need to do to ensure everything is ok? If I run sudo apt upgrade, I get a message that some packages have been kept back. I am not sure if that is related to the freeze during upgrading.

joe@Ubuntu-Desktop-SDA:~$ sudo apt update

[sudo] password for joe:

Hit:1 http://us.archive.ubuntu.com/ubuntu ...
Score: 1
vaskark avatar
Upgrade to 22.10 failed (do-release-upgrade)
gb flag

I tried do-release-upgrade and it failed (again!). Not sure what I'm doing wrong as it has mostly worked in the past. These are the log files from /var/log/dist-upgrade:

apt.log
main.log

Any help would be appreciated.
Thanks.

Ubuntu 22.04.1

Edit (as requested)

apt-mark showhold:

snapd
ubuntu-desktop
ubuntu-desktop-minimal

Okay. I unheld those packages and updated my system and ran do-release-upg ...

Score: 0
Xylopyrographer avatar
Apple Mighty Mouse with Ubuntu 22.10
is flag

Repurposing some older hardware. Using a wired USB Apple Mighty Mouse (not Magic Mouse) on a Mac mini, late 2014. All is great except, being left handed, I want to swap the primary and secondary mouse buttons. When assigning the primary button in Settings --> Mouse & Trackpad, the result is both buttons now return a "right click" (secondary click) instead of doing the button swap.

Using xmodm ...

Score: 1
viterbi avatar
Ubuntu 22.04 keeps crashing hard
ng flag

I have been having a problem for a couple of months. Basically I have this workstation running ubuntu 22.04 at the office and it keeps crashing. On average I would say it crashes every day and a half or so. Now when I say crash I mean mouse not moving, ssh not responding, etc.

I went throught this https://ubuntu.com/server/docs/kernel-crash-dump and set-up my system to hopefully do a crashdump when it ...

Score: 0
Michael avatar
Adding DNS server address permanently
pf flag

Ubuntu 18.04

I have a laptop that I'm attempting to configure the DNS nameservers, which was configured by someone who is no longer working for my company. For some reason, the laptop IO doesn't work, keyboard, mouse, or USB ports. I'm accessing the system via ssh.

It has a static IP address assigned, but I can't find where it was done. The place I normally configure is within the /etc/network/inter ...

Score: 0
Ronny Landsverk avatar
Ubuntu 22.4 terminal not opening
cn flag

The terminal won't open with neither pressing the program icon nor by CTRL+ALT+T.

I've tried

$ sudo apt-get --reinstall install python3-minimal

using the terminal of VS code, but no luck.

BTW - I'm running via VirtualBox 7.0, on a Windows 11 host.

EDIT (solved)

After help from Jos (see comments), I added a line to the file /dev/default/locale:

LANG=en_US.UTF-8

and rebooted.

Score: 1
NeoRey avatar
Ubuntu 22.10 no Dolby Digital passthrough pavucontrol
in flag

In ubuntu 22.04 I was able to determine with PulseAudio Volume Control which audio signals such as DD (AC3), DD+ (EAC3) and DTS were sent to my receiver via HDMI.

The audio of the videos that I played with VLC 3.0.17.4 was sent to my receiver in the correct format.

Since 22.10 with Pipewire as audio server that no longer works, my receiver no longer switches between DD, DD+ and DTS signals (defaults ...

Score: 0
HBnet avatar
Gave up waiting for root file system device, after reinstalling ubuntu
us flag

context: this question: Ubuntu no longer boots after reinstalling graphics driver

I have reinstalled Ubuntu 22.04 according to these instructions: https://help.ubuntu.com/community/UbuntuReinstallation I picked the same partition that my old broken installation was on, set the mount point to / and did not check format.

The installation finished without and error and then I tried to boot, but got  ...

Score: -1
Steve avatar
Kernel Question
pe flag

I've had this happen before and just ignored it in the past. I can no longer ignore it because Grub Customizer is not available through the repos now.

Why do I keep getting kernel images that are not for my system? Before, I would just not allow them to install during an update; this time, I was busy. Now I have four brand-new entries which will not work.

I have added some of the 32-bit repos for wi ...

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.