Latest Ubuntu related questions

Score: 0
idkprogramming avatar
Installing Ubuntu Server on AppleTV Gen1
cn flag

I bought a used AppleTV with OSMC installed on it and I now want to install Ubuntu Server.

I created a bootable USB with rufus etc. but I can't get it to boot from USB. I tried every Key I know but it doesn't seem to do anything.

  • What Key do I have to press on startup to get into the Bios of the AppleTV?
  • Is there another way to install Ubuntu server on the AppleTV without the use of a bootable USB?
  •  ...
Score: 0
The Cool Man avatar
Install glibc in another location
cn flag

I messed up my install of Ubuntu on another computer. I decided to plug in the drive to another Ubuntu machine and make install it. I'm trying my best to not corrupt the other machine. Here's what I did so far.

  • Downloaded and extracted the glibc-2.31 package
  • Configured it using ../configure --prefix=/media/info/dc361950-ba80-44de-bbae-1543c8f20be9/usr/ --disable-profile --enable-add-ons
  • Ran make
Score: 0
Nicholas Saunders avatar
How to install the monero wallet GUI?
mx flag

How is the monero wallet GUI launched?

nicholas@mordor:~$ 
nicholas@mordor:~$ apt search monero
Sorting... Done
Full Text Search... Done
monero/jammy,now 0.17.2.0+~0+20200826-1ubuntu4 amd64 [installed]
  cryptocoin client for Monero network - daemon and tools

monero-tests/jammy 0.17.2.0+~0+20200826-1ubuntu4 amd64
  cryptocoin client for Monero network - testsuite

nicholas@mordor:~$ 
nicholas@mordor:~$ l ...
Score: 0
Louise avatar
nvida card (rtx 3050 laptop) not working (x11 or wayland)
cv flag

I'm on Ubuntu 23.04 with a hybrid graphic system (amd radeon integrated GPU + nvidia rtx 3050 laptop dedicated GPU). I use the 525 nvidia drivers (the one recommended by Ubuntu when doing ubuntu-drivers autoinstall). The thing is when I switch to wayland my nvidia GPU isn't detected anymore while it all works fine on X11. Does anybody have an idea for where it could come from and if it's fixable ? Th ...

Score: 0
stackbiz avatar
How to make "*.sh" executable on Hyper-V shared drivers
bw flag

When enabling the Enhanced Session Mode in Hyper-V and shared a "D:\" drivers to the Ubuntu guest VM, all "*.sh" files inside the shared "D:\" drivers will only have "rw" permissions and the "x" permission is missing when checking by "ls -alith"

It seems that Hyper-V mounts the shared "D:\" drivers as "read-write" only but not executable.

How to make Hyper-V to mount all shared drivers as executable

Score: 0
sirsimon771 avatar
Ubuntu freezes right after boot
cn flag

I installed Ubuntu 23.04 on my HP Envy 13, I had it running before on an external SSD and everything worked great (except for the speakers but that's a different story).

Now I installed it on the internal SSD as I was finally able to get rid of windows on my laptop, but it freezes completely, seconds after booting. Not even REISUB works.

The very weird thing though is that everything works perfectly ...

Score: 0
Kingphoenix avatar
How i can change ping (icmp) packet size by iptables in VPS?
do flag

How i can change ping (icmp) packet size from default (64 byte) to 1 byte with iptables for both VPS input and output ping to specific IP in VPS?

I executed this command but when I get ping again 64 bytes sent for each request.

For input

iptables -A INPUT -p icmp --icmp-type echo-request -s <IP_address> -m length --length 1 -j ACCEPT

For output

iptables -A OUTPUT -p icmp --icmp-type echo-reply -d & ...

Score: 0
DSMK avatar
Mounting new HDD, error: wrong fs type, bad option, bad superblock, missing codepage or helper program or other error
ck flag

Recentely I've installed a new HDD in my system. After making a partition with Gparted, mounting it to a folder I made called /mnt/media and writing the necessary line in /etc/fstab I get the following message after sudo mount /mnt/media:

wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error.

The fstab line:

UUID=f179af91-fab5-4632-9fe7-295262e ...
Score: 0
SayGoDJ avatar
Mounting Error via fstab
ky flag

I'm having an issue mounting via fstab which causes my ubuntu server to boot in emergency mode. and I'm not sure what I did, but I did have this working at some point. This is how the code is written in the fstab

/dev/disk/by-id/ata-WDC_WD40EFZX-68AWUNO_WD-WX32DC02K0DD-part1 /mnt/disk1   xfs defaults 0 0
/dev/disk/by-id/ata-WDC_WD40EFZX-68AWUNO_WD-WX32DC0HY19Z-part1 /mnt/disk2   xfs defaults 0 0
/d ...
Score: 0
toibi avatar
Internet and sound not working after switching to AMD GPU
lk flag
  • Distro : Ubuntu 22.04.2 LTS (No dual boot)
  • Kernel : 5.19.0-41-generic
  • Motherboard : MSI B365M Pro-VDH
  • CPU : Intel i3-9100F
  • Old GPU : NVIDIA MSI GTX 1650 LP OC
  • New GPU : AMD Sapphire Radeon RX 6600
  • Wifi : Intel AX200

After installing a new GPU (switch from NVIDIA to AMD)

  • wifi wasn't working (solved)
  • Ethernet wasn't always working (solved)
  • Had no sound on HDMI (solved)
  • White noise, whining and no sound  ...
Score: 0
Smit Desai avatar
Apache2 default page - Nextcloud server on ubuntu server 22.04
hu flag

I am trying to run NextCloud Server on Ubuntu Server as software itself.

I have done all the steps properly as mentioned, and I am running it on apache2 on virtual machine.

As this is the file I edited is "/etc/apache2/sites-available/nextcloud.conf"

<VirtualHost *:80>
ServerAdmin ***my mail-id***
DocumentRoot /var/www/nextcloud/
ServerName ***my ip***

Alias /nextcloud "/var/www/nextcloud/"

<D ...
Score: 0
Maurizio avatar
Exchange Online Account - Calendar Sync One-Way (Ubuntu 22.04)
bg flag

I have a problem with calendar sync with an Exchange account (my professional one) between my computer, the online calendar, and my phone (I have very good reasons to believe it is a problem on the computer side, more later).

To make a long story short, this is the configuration I have now (Ubuntu 22.04.02):

  • Exchange account added through "Online Accounts" and, except for the issue I have, it works perf ...
Score: 0
Sandman Shiri avatar
ssh tunnel general process on a phone -used as vpn -user limitation failed
ws flag

I'm using a couple of vm's as an ssh tunnel-vpn for both android and iOS, using ssh clients on both OS's. so now i want to limit the number of sessions per each user in order for each user is limited to 1 session at a time. for example: let's say i created 20 users and enabled password authentication for these users ( user1 ,...user20 ).

I have already tried setting these limits to 1 in

sshd_config: ma ...

Score: 1
stackbiz avatar
How to disable prompt auto clear in Ubuntu
bw flag

When starting Ubuntu in Hyper-V VM, (See picture 1), Ubuntu will auto clear the test login: prompt text at around 22 seconds. (See picture 2)

Now press Enter to make the prompt text appear again. (See picture 3)

enter image description here

How to make Ubuntu not to auto clear the prompt text on console?

Update:

This also cause the following problem: When you login very quickly, within just 1 second, and then type some text on th ...

Score: 0
Umesh Kumar avatar
Wmi Failed to parse wdg method error every time when i turn on
ph flag

I use a Dell Vostro and I was able to install Ubuntu 20.04/22.04 successfully. I did

sudo apt update 
apt upgrade 

and restarted the OS, but I am getting this error

wmi failed to parse wdg method.
Score: 0
John avatar
How to start Virtual box machines automatically when booting? Ubuntu 22.04 LTS Desktop
kh flag

I wasted one day trying to follow any guides that I could find in order to make my Virtual Box machine start after system reboot.

Is there any updated in-depth guide that works with Virtual Box and Ubuntu 22.04 LTS ?

I tried moving also to Vmware , the same issue , it seems you have to be a master-guru-expert to do something like this .... I don`t know what to do anymore.

Score: 0
Ömer Kaya avatar
I can't see the GRUB Boot Manager while the disk on which Ubuntu is installed is in the first order in boot priority
bt flag

I can't see the GRUB Boot Manager while the disk on which Ubuntu is installed is in the first order in boot priority, instead I see the GRUB terminal and when I enter "exit" there, my PC automatically boots Ubuntu and I can't make choice between Ubuntu and Windows. More of that, I can't see the Windows disk in Grub Customizer, so I can't configure the boot settings as I wished. What should I do to solve ...

Score: 0
mzw avatar
Dell Inspiron 16 and Philips Monitor not collaborating correctly in Ubuntu 20.04
cr flag
mzw

I have a second monitor from Philips connected via HDMI to my Dell Inspiron 16. Various join display settings work in Windows 11, but not in Ubuntu 20.04.

When I use the setting "Mirror", the second monitor will take the initial image from the first one, but then only the cursor is responsive. When I move some open program windows around, they only move on the first monitor and stay in place on t ...

Score: 0
lovalim avatar
Computer freezes or display freeze ubuntu 22.04
cn flag

My computer freezes randomly, Below details I found in kernal logs. If can one can help.

May 22 13:10:45 spider systemd[1]: Reached target Sleep.
May 22 13:10:45 spider systemd[1]: Starting Record successful boot for GRUB...
May 22 13:10:45 spider systemd[1]: Starting System Suspend...
May 22 13:10:45 spider systemd-sleep[7226]: Entering sleep state 'suspend'...
May 22 13:10:45 spider kernel: [ 546 ...
Score: 0
Manager Rose avatar
How do I enter the pipe symbol on my keyboard
md flag

On my keyboard there is a ¦ symbol: it's shown as the third character on a key with its position being on the bottom right of the key: I've been able to type it here by copying it to the clipboard from another web page.

But no combination of keys that I can think of allows the entry of the ¦ symbol from my keyboard. There are Ctrl, Fn, Win, Alt & AltGr keys on my keyboard. I'm not able to u ...

Score: 1
Iman Sarwar avatar
FSL Installation Failed. Ubuntu 18.0.4
ie flag
Installing FSL into /usr/local/fsl...
[###################                                                                                      ] 18 / 100 % -

ERROR occurred during installation!
    This command returned an error: /usr/local/fsl/bin/mamba env update -n base -f /tmp/tmppFZAPS/fsl-6.0.6.5_linux-64.yml

Removing failed installation directory /usr/local/fsl

FSL installation failed! ...
Score: 0
Frank P avatar
Install Google Calendar on Ubuntu 22.04
cn flag

I've just replaced Ubuntu 18.04 with 22.04. On the old OS I had a desktop shortcut to my Google Calendar. Is there a way to have the same thing on Ubuntu 22.04?

Score: 0
Ninja Chris avatar
Ubuntu won't update: "The package linux-modules-5.19.0-32-generic needs to be reinstalled", but I can't find an archive for it
mx flag

Every time I try to upgrade packages with sudo apt upgrade I get this error:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: The package linux-modules-5.19.0-32-generic needs to be reinstalled, but I can't find an archive for it.

Gnome-software won't run. If I try I get a red circle with a white line across it in the system tray with an error message: ...

Score: 0
Ton Baars avatar
Suddenly lost ability to connect to internet
um flag

I've been using Ubuntu 22.04 without an issue for over a year. Yesterday it closed normally, today it opened normally, but server not found is what I get when I try to connect to the internet. I'm using Firefox. Computer, HP with Intel i5-10400T CPU tells it is connected to the internet. I checked the router, restarted the router, restarted the computer, after wifi connected with a cable, but there is  ...

Score: 0
Melonendk avatar
Trying to compile with make but missing functions like offsetof
us flag

So im trying to create an SRT server to test things out with livestreams etc and i found srt-live-server and cloned that from github. I already installed SRT and compiled and make'd installed that. and downgraded to openssl 1.1.1 as srt require that. But when download the srt-live-server and trying to make it im getting all sorts of error compileing it like

slscore/common.hpp:120:1: warning: ‘typedef ...

Score: 0
victle avatar
Laptop can only boot into Ubuntu 22.04 LTS through recovery mode, screen will freeze during normal boot
gu flag

Background

Hello all, I'm trying to revive an old laptop (HP ProBook 4540s) that was running an old version of Windows 10. This is my first time running Linux on a PC (outside of some small virtual machines). I downloaded Ubuntu 22.04, flashed it onto a USB using balenaEtcher, and installed the OS onto the laptop from there. My BIOS was configured to boot with UEFI. On booting from USB, I was given a few ...

Score: 0
lutzky avatar
Laptop won't wake from USB or will wake up immediately
in flag

I have a USB keyboard at /sys/bus/usb/devices/1-1.3 - where /sys/bus/usb/devices/1-1 is a hub. I'd like to be able to wake the laptop up using this keyboard, without opening the lid (currently opening the lid does wake correctly).

In this setup, keyboard does not perform wakeup:

# grep . /sys/bus/usb/devices/{usb1,1-1,1-1.3}/power/wakeup
/sys/bus/usb/devices/usb1/power/wakeup:disabled
/sys/bus/usb/devices ...
Score: 1
VIshu Kamble avatar
Error Installing python 3.7 on Ubuntu 23.04
gr flag

trying to install Python 3.7 in a container with base Ubuntu 23.04. I keep getting the following errors. Here's what I have tried:

RUN apt-get install -y python3.7 python3-pip:
#8 0.788 Package python3.7 is not available, but is referred to by another package.
#8 0.788 This may mean that the package is missing, has been obsoleted, or
#8 0.788 is only available from another source
#8 0.788
#8 0.796  ...
Score: 0
Murray A. Murchison avatar
Gnome Shell suddenly automatically scrolling right
tf flag

I'm currently using Ubuntu 22.04.2 LTS with Gnome 42.5 Suddenly, whenever I pull up the applications grid the apps scroll all the way to the right without me doing anything. I try to scroll back to the left, but it autoscrolls back. Game also tries to make me use a new workspace if I hit the Super key. I've tried two different mice, and I've tried disconnecting the keyboard, it's not the peripherals. An ...

Score: 0
677k avatar
cc1: error: unknown value ‘haswell’ for ‘-march’
uz flag

I'm trying to run but it gives an error:

gcc -Wall -Wpedantic -std=c17 -march=haswell -c array_sum.S -o array_sum.o
cc1: error: unknown value ‘haswell’ for ‘-march’
cc1: note: valid arguments are: armv8-a armv8.1-a armv8.2-a armv8.3-a armv8.4-a armv8.5-a armv8.6-a native

How can I fix this? I use parallels desktop 18 for mac - ubuntu 22.04 arm 64 the version of gcc & g++ is 11.3.0

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.