Latest Ubuntu related questions

Score: 0
still-stuck avatar
How to get Virt-manager Guest to share Host Drive?
ma flag

Ubuntu+MATE-22.04, Host+Guest and virt-manager

I have an Internal SATA-3 backup SSD on the Host computer with 3 Folders, "week-01," "week-02" and "week-03." The backup software figures out which one to use based on the Calendar week-number so I always have 3-weeks of files in their original folder-structures. e.g.

/week-01/home/userbill/email/data
/week-01/home/userbill/letters/data

It works fine on the  ...

Score: 3
An Entree avatar
Having trouble with config step
sc flag

I'm new to Linux and trying to install Winapps. However, the guide makes significant assumptions that I'm experienced in Linux.

I'm currently stuck on step 3 of the guide. It says to make a config file. I used this command

sudo nano ~/.config/winapps/winapps.conf

However, it says No such file or directory when I try to save it. I'm not sure how to find the proper directory.

Any help? Thanks!

Score: 0
mark avatar
Can't get windows to boot -
eg flag

Summary

I moved partitions around to install Ubuntu 22.04 using UEFI. Now my Windows 10 partition does not work. I used boot repair and the results are here.

https://pastebin.ubuntu.com/p/JM5w4QXGkQ/

Details

Ubuntu 20.04 told me I could now upgrade to 22.04. I said OK and it did a bunch of stuff, but I got errors so I decided to do a clean install.

The existing ubuntu was on an SSD partition. There w ...

Score: 0
Shubham Roy avatar
some of the things zoomed in external display ubuntu 22.04 wayland
br flag

I have connected an external display to my laptop through HDMI everything works fine but when I open chrome or teams on an external display it is too much zoomed which I don't encounter when I open nautilus or terminal on my external display even the icons in the taskbar on the external display very large

given that my

laptop screen : 2880x1800 16:10

external monitor: 1280x1024 5:4

i have attached a scree ...

Score: 1
fleXTCG avatar
How could I use my USB TV tuner under WSL2?
by flag

I'm completely clueless at this point. I've been trying to set up a TVheadend server through WSL2 (Ubuntu), but I can't get my TV tuner to work. (Astrometa DVB-T2)

I'm on the latest kernel, using USBIP. WSL2 sees the device when I check it with lsusb, but w_scan or TVheadend would't recognise it. I also tried rebuilding the kernel and turning on some DVB and Multimedia settings in the configurati ...

Score: 0
daldal avatar
computer stops posting after installing ubuntu 20.04.5
sy flag

I was reinstalling ubuntu because the first time grub didnt show and didnt boot. Towards the end it mentioned some software couldnt be installed i would have to install manually, i reached the part when it asked to remove installation media when it froze. Nothing happened when i pressed enter so i just powered off the pc.

The symptoms: From what i can tell it doesnt post anymore, blank screen all ...

Score: 1
Geropellicer avatar
Problem with second monitor (third screen) in Ubuntu 20.04 and Ubuntu 22.04
id flag

I have a Lenovo ThinBook 14s IML with these specs:

Ubuntu "About" section of my computer

For two years now, I've used with two other monitors, so I get three screens in total: the built-in screen of the Laptop, the second monitor I plug in using an HDMI-HDMI plug directly to the laptop's HDMI port, and a third monitor that I plug in using an HDMI-HDMI plug but through an adapter that goes to the U ...

Score: 0
chris avatar
What happens to my second hard drive when i install ubuntu alongside windows on first?
ne flag

I have 2 hard drives on my PC 500GB ssd where i have win10 installed and 1TB GB hdd drive. Now i want to dual boot ubuntu onto ssd.

The question is:

  • what happens to the hdd drive, will it be accessible only from windows or both OSs or do i have to create some partitions there for ubuntu to access?

Sorry if I mixed up/wrote something unwise(feel free to point out), im complete newbie.

Score: 1
Gaurav Grover avatar
External screen blinks on 4k resolution (3840 x 2160) on ubuntu 20.04 LTS
co flag

Screen completely goes black for around 1 second and then display comes back without going to sleep. This is happening around every 30-40 secs and makes the display unusable.

This only happens when I switch to 4k resolution (3840 x 2160) while for other resolutions (2560 x 1440), it works fine but the text is blur. Scale is kept 100% and refresh rate @ 30 fps

The display is connected to usb type-c w ...

Score: 0
Cachalot avatar
How do I properly point http(s) traffic to a squid proxy via bind9?
gm flag

I've set up a Ubuntu server running bind and squid. In my home network I've set up a raspi running pi-hole and dnsmasq. Dnsmasq is set up so that it overrides certain dns requests with the IP of the external Ubuntu server. I want bind on this server to point all dns requests coming in to the squid proxy, so that this traffic goes through the proxy, without the need to set up the proxy on every device in ...

Score: 0
Joshua Flynn avatar
USB Drive Not Showing Up
jp flag

I just bought a new Lexar 128GB thumb drive. My system was using it at first and allowing me to transfer data to it. All of a sudden while using it, it stopped working. I am using Ubuntu 22.04. Is there any way of correcting this? Without replacing? I have tried on other systems as well to achieve this to include Windows versions 8-11 and Ubuntu 20.04.

Score: 4
ُEslam Khaled avatar
Oracle VirtualBox Ubuntu 22.04 terminal not opening
sm flag

I did a fresh install on oracle virtual box of Ubuntu 22.04 twice no luck opening the terminal. It is only loading then nothing pops up.

I tried many google searches with no luck. I used the ISO ubuntu-22.04.1-desktop-amd64

I also tried an older version Ubuntu 20.04.5 and still exactly the same problem.

Score: 0
Alex Shaw avatar
Ubuntu screen turns black after "recovering journal" and purple screen in recovery blacks out
ws flag

One day, I was powering off my PC to check the thermal paste because it was getting hot. I turned it back on, and now the screen momentarily says "recovering journal" then turns black.

I tried getting into GRUB. I boot Kernel 5.15.0-50-generic in Recovery mode. It shows the purple options for a few seconds, then the screen turns black.

Booting in 5.15.0-43-generic Recovery mode worked. Interestingly ...

Score: 0
An Entree avatar
Does Winapps not support 22.04?
sc flag

I went through this very detailed guide to install a specific VM to eventually install Winapps. Then, I ran into a problem, even after tireless googling for a solution.

This is the step I'm having trouble with

This is my terminal results after trying to complete the step

As you can see, it cannot find that package for Winapps even though I followed the instructions correctly (from what I can tell) ...

Score: 0
Alex avatar
grep and pipe combination to filter standat input
ml flag

Why this is working

gdbus monitor -y -d org.freedesktop.login1 | grep org

Filtering output lines containing "org"

This is working

gdbus monitor -y -d org.freedesktop.login1 | (while read LINE ; do echo "$(date) $LINE" ; done)

Printing date before line output

But this is not working.

gdbus monitor -y -d org.freedesktop.login1 | grep org | (while read LINE ; do echo "$(date) $LINE" ; done)

The i ...

Score: 0
Joaquim Teixeira avatar
Cant boot in Ubuntu after installing gnome extension
je flag

I had my Ubuntu running fine and today I just installed gnome shell extension to turn on the option to connect remotely even in Ubuntu lock screen. Now after a reboot it goes to emergency mode with the message:

Ubuntu failed to start default target transaction for graphical.target/start is destructive.

I used the sudo apt install gnome-shell-extension-manager. I use the 22.04 version of ubuntu.

Any ide ...

Score: 0
klasp100 avatar
Weird display freeze after logout, or when cold booting after shutdown - Ubuntu 22.04 Desktop
nz flag

Ubuntu 22.04 Desktop. Asus ROG G751-J, Nvidia GTX965M. After logging out from user in Gnome desktop, the screen freezes on splash art. Same happens after a cold boot following a total shutdown. Not with reboot though. The graphical login screen is frozen and I can't see my user account prompt. However, I can still change TTY terminals during the display freeze using ctl + alt + F-key. From here I can

Score: 4
W. Verbeke avatar
RTX 4090 driver issues
cn flag

I recently installed an RTX 4090 GPU into my desktop. I am however struggling to get the nvidia drivers in ubuntu to work.

The usual "Additional Drivers" GUI menu simply says "No additional driver available". I tried installing the drivers via the terminal:

sudo apt intall nvidia-driver-520

But to no avail: The drivers do not seem to work, and running nvidia-smi gives the following message:

NVIDIA-SMI h ...
Score: 0
moonbeast32 avatar
Ubuntu server ssh - works on one network, not another
ss flag

I'm very new to server management. I've set up a ubuntu 22.04 server on an old laptop. Up 'till now, I've been able to successfully ssh into it using my new laptop. Thinking that was that, I packed up my new laptop, left the old laptop at home with ethernet plugged in, and went off to visit a friend.

Now I'm on my friend's wifi, and I'm trying to ssh back into my old laptop, but I'm getting an er ...

Score: 0
Ignacio Dias Gundin avatar
GNOME Extensions doesn't install any extension
gg flag

I've tried with the mentioned app, with Edge and with Firefox (snap and apt). It doesn't tell me what's wrong, it lets me click the Install option but it doesn't work. Here are some screenshots:

  • First, I search for an extension and then I click on Install:

    search for extension and click install

  • Then, I confirm my choice:

    confirm installation

  • And, finally, nothing happened:

    supposedly installed extension

I'm using Ubuntu 22.04.1

Score: 1
user6394019 avatar
How to set newer version of clang compiler?
gb flag

I installed cland++-15 compiler using:

sudo apt-get install clang++-15

after running clang --version it shows

clang version 10.0.0-4ubuntu1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

how can I update so the default will be clang++-15? checking the bin path, the clang++15 does exist.

Score: 1
DocHotzenplotz avatar
Ubuntu 22.04.1 LTS> system shuts down error: syslog question
tr flag

Computer is shutting down frequently, found this in syslog:

Oct 15 17:27:43 d01 systemd[2527]: Requested transaction contradicts existing jobs: Transaction for graphical-session.target/stop is destructive (update-notifier-crash.service has 'start' job queued, but 'stop' is included in transaction).
Oct 15 17:27:43 d01 systemd[1]: Stopping GNOME Display Manager...
Oct 15 18:31:33 d01 systemd-modules ...
Score: 0
Commandcracker8 avatar
Ubuntu Desktop install Failure
jm flag

When I try and continue from "Update and other software" it just hangs. Then, if I quit it sends me to a live version of Ubuntu desktop but the screen is tinted green. THEN if I try to install I get the following error:

ubuntu-drivers crashed with unboundlocalerror in nvidia_desktop_pre_installation_hook(): local variable 'version' referenced before assignment```

Please help!
Score: 0
Peter Hockenhull avatar
Compatability with MAC and Windows
cn flag

Hi I produced my restaurant menu in Libre Office Draw version 6.4.7.2 and saved it as a PDF. I used Wetransfer, the Print Companies preferred software, to send a large PDF file to them. They were unable to open it, trying different computers. So I uploaded the file to Google Drive and converted it to PDF, where I have a lot of paid for space and sent them a link. They downloaded the new pdf but again we ...

Score: 0
santi254 avatar
Possible to install podman-docker package (the package is for ubuntu 21) for Ubuntu 20.04?
pl flag

I want to install this package here https://packages.ubuntu.com/impish/podman-docker. I'm running Ubuntu version 20.04 in WSL and seem to be unable to reach this repository. Is there any alternative way of installing this package on Ubuntu 20.04 or can I make it work with apt-get somehow?

Score: -1
user19955 avatar
apt package manager constant problems with sources
in flag

I have Ubuntu 20.04 LTS installed, and I am having constant problems with the package manager. Currently the issue is I am trying to install docker and it constantly fails because it cannot install the required packages. When I do apt update I get the following errors:

https://download.docker.com/linux/ubuntu/dists/focal/InRelease: No system certificates available. Try installing ca-certificates.

Score: 1
Akshay Chandran avatar
Correct way to build kernel with hardware support fix patches - Ubuntu 22.04 LTS - 5.15.0-50
sl flag

Main Question:

Need a solution to apply a hardware support patch to my current working kernel in Ubuntu 22.04, so that it will fix the exact issue (here keyboard not working) without affecting other settings.

Background

Tried dual booting Ubuntu on my laptop(Asus vivobook s14-K3402ZA), the installation succeeded but keyboard was not working from boot, later found that only external keyboard is suppo ...

Score: 0
Samuel avatar
Have the US keyboard with QWERTZ?
ye flag

I am from Germany and want to set a layout that is the US international layout in its core. I need the useful keys {, }, [, ].

But I dont want to have a QWERTY layout. Is it possible to have the US international layout but with Z and Y swapped?

Like this: The layout i want

Score: 2
/home partition erased after install
jp flag

Tried to "upgrade" ubuntu 20.04->22.04, by doing clean install

In partition manager I've killed old / partition (omit that, imagine i wanted dual boot) created new / partition and checked format then i've picked partition which holded old /home selected use ext4 and mount point /home

didnt checked box to format it, to preserve old user data

after reinstall all the data gone - in home there is only n ...

Score: 1
PINTU RAJ avatar
Ubuntu 22.04 LTS is not running properly in Lenovo Thinkbook 13s gen 4 ryzen 7 6800u 16gb
dz flag

I have recently dual booted Ubuntu 22.04 LTS and Windows 11.

When I boot Ubuntu it runs but the typing is lagged when typing with the built-in keyboard and the mouse right click is sometimes stuck until I click again. When I type with external keyboard it works well.

When I open the lid after suspending or closing the lid of the laptop all the icons disappear and mouse pointer becomes a small square ...

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.