Questions tagged [ubuntu-22.04]

Ubuntu 22.04, named "Jammy Jellyfish" is a Long Term Support release of Ubuntu Linux (released on April 21st, 2022). Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

Ubuntu 22.04 - named "Jammy Jellyfish" - is a Long Term Support (LTS) release of Ubuntu Linux. Officially released on April 21st, 2022, it will be supported for 5 years for Ubuntu Desktop, Ubuntu Server, Ubuntu Cloud, and Ubuntu Core. Only use this tag if your question is version-specific. Note that the Ask Ubuntu site is specifically dedicated to Ubuntu questions.

115 questions
16
votes
1 answer

How to upgrade Ubuntu 21.10 to 22.04 after EOL?

I have an a Raspberry Pi 4 running Ubuntu 21.10-server arm6. I just learned that it reached its EOL after trying to update/upgrade the software. I actually forgot that the installed system is not LTS(shows how rarely I touch its terminal). I'm…
eSPiYa
  • 279
  • 1
  • 2
  • 3
3
votes
1 answer

Could not start a new session. Response code 500. Message: Failed to read marionette port

I am trying to use Selenium with Java and Firefox but I am getting the below issue. org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: Failed to read marionette port ubuntu 22.04…
3
votes
1 answer

Library Error while installing NPM on Ubuntu 22.04 LTS

I'm trying to install NPM on Ubuntu 22.04 LTS; How can I fix this problem? Step 1: user@ubuntu:~$ sudo apt-get update Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease Reading package lists...…
Andre
  • 1,341
  • 4
  • 19
  • 34
2
votes
1 answer

cloud-init ignores staitc networking configuration

I am performing these steps on Ubuntu 22.04 host: Download the cloud image qemu-img create -b ../jammy-server-cloudimg-amd64.img -f qcow2 -F qcow2 myubuntu2204test01-base.img 10G Create the file meta-data in the directory…
2
votes
2 answers

systemd file not pickuping environment values

Systemd file for filebeat doesn't pickup env variables and throw as below ExecStart=/usr/share/filebeat/bin/filebeat -environment systemd $BEAT_LOG_OPTS $BEAT_CONFIG_OPTS $BEAT_PATH_OPTS (code=exited, status=2) Below is my systemd for filebeat…
2
votes
1 answer

Which ports are relevant for directing NFS traffic over iptables (or any other way) to a server behind a firewall server

I read that NFS v4 requires only port (2049). This is the post I relied on. However, if I do a rpcinfo -p before starting nfs, I see: rpcinfo -p program vers proto port service 100000 4 tcp 111 portmapper 100000 3 tcp 111 …
Sunny
  • 381
  • 1
  • 6
  • 16
2
votes
1 answer

Is it possible to install and use Dokku on a server that already has Apache2 configured with VirtualHosts running?

Posted this on StackOverflow, but realized it probably belongs here: I have a Ubuntu (now upgrading it to 22.04) server that runs several virtual hosts with php applications. I'd like to run a couple of node applications (I am converting the old php…
2
votes
1 answer

It seems like the kubelet isn't running or healthy. [kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with erro

I am trying to do sudo kubeadm init of kubeadm 1.26.0 on an Ubuntu 22.04 machine. But I get the following result: [init] Using Kubernetes version: v1.26.0 [preflight] Running pre-flight checks [preflight] Pulling images required for setting up a…
best_of_man
  • 367
  • 1
  • 3
  • 12
2
votes
1 answer

Installing MySQL 32-bit on Ubuntu 22?

Simple question really, I'm trying to compile a 32-bit code-base on a 64-bit system (ubuntu 22). Getting the error: /usr/bin/ld: cannot find -lmysqlclient: No such file or directory I know it's because the linker can't find the 32-bit mysqlclient…
OBR_EXO
  • 133
  • 5
2
votes
2 answers

How to use d-i and preseeding on 22.04

I am trying to set up an automated installation environment for ubuntu 22.04. We have this already working in production for 20.04 and previous LTS releases for many years. We use pxe/isolinux and a tftp and dhcp server to perform the network and cd…
aseq
  • 4,610
  • 1
  • 24
  • 48
1
vote
0 answers

Apparmor and libvirt - warnings and errors

I have a fresh Debian 12 installed and updated. Along with Cockpit and Cockpit virtual machines. I am getting the following errors and warning when looking at the log section in Cockpit: Failed to open file '/sys/kernel/security/apparmor/profiles':…
1
vote
1 answer

Mysql stopped working on Ubuntu 22.04. Failed to upgrade server. Error

I have a basic DigitalOcean droplet (1gb ram and 1 cpu) that has a few websites on it. There are a couple nodejs sites and a couple of Wordpress sites. All are pretty low traffic. It normally works just fine but today none of the wordpress sites…
Steve K
  • 125
  • 1
  • 6
1
vote
1 answer

How to re-organize partition sizes on a Software RAID on Ubuntu?

I have an existing Software RAID consisting of 4 partitions on a Server running Ubuntu 22. I want to decrease the size of the md2 partition and increase the size of the md3 partition. How do achieve that without data loss? The partition to be…
delete
  • 113
  • 3
1
vote
1 answer

nodejs installation error in ubuntu

I am trying to install nodejs on a newly built Ubuntu VM(Ubuntu 22.04.1 LTS), but getting the below error. Preparing to unpack .../nodejs_16.19.1-deb-1nodesource1_amd64.deb ... Unpacking nodejs (16.19.1-deb-1nodesource1) ... dpkg: error processing…
1
vote
1 answer

nginx fail SSL after upgrade ubuntu 22.04 from 20.04

I wonder if someone has encountered this issue with nginx after upgrade ubuntu from 20.04 to 22.04. In nginx log file this appears. Seems to be something wrong with SSL. 2023/03/01 08:42:31 [emerg] 600#600: cannot load certificate key…
1
2 3 4 5 6 7 8