Use this tag for questions related to Ubuntu-19.10. It can be used along with more general [ubuntu] tag to reach wider audience.
Questions tagged [ubuntu-19.10]
17 questions
4
votes
2 answers
Unable to install php-intl extension on ubuntu 19.10 with php 7.3
Tried many possible solutions on stackoverflow but unable to install php intl extension for php7.3 on ubuntu 19.10.
Getting below errors while tying to install php intl.
Ign:1 http://in.archive.ubuntu.com/ubuntu eoan-updates/universe amd64…

Hiren Patel
- 51
- 1
- 5
3
votes
1 answer
Upgrading to 20.04 from 19.10 - Err:2 http://apt.postgresql.org/pub/repos/apt eoan-pgdg
I am on Ubuntu 19.10 and trying to upgrade it to 20.04.1 LTS. But I get the error below when I run sudo apt update:
Hit:1 https://dl.yarnpkg.com/debian stable InRelease
Hit:2 http://apt.postgresql.org/pub/repos/apt eoan-pgdg InRelease …

Run
- 54,938
- 169
- 450
- 748
3
votes
2 answers
Nginx: How to match ONLY the main domain with server_name
My goal is to redirect example.com into www.example.com without redirecting any subdomain to www.
This is what I have:
server {
listen 443;
server_name example.com;
return 301 https://www.$server_name$request_uri;
}
With this configuration…

Carlos López Marí
- 1,432
- 3
- 18
- 45
2
votes
2 answers
Job for docker.service failed because the control process exited with error code. during installing docker ubuntu 19.10
I tried to install docker on Ubuntu 19.10
And I followed this Docker Install Document
But after sudo apt-get install docker-ce docker-ce-cli containerd.io I got some errors:
Hit:1 http://security.ubuntu.com/ubuntu eoan-security InRelease …

sina kachoei
- 23
- 3
1
vote
1 answer
How to install Xilinx ISE 14.7 for Ubuntu 19.10
I have to work with a Spartan 3E family FPGA, my problem is that latest versions of Xilinx ISE does not support this boards. I made a quick search on google and I found that the last versión that supports Spartan 3E is 14.7 so I tried to install…

rafael ayllón
- 9
- 1
- 3
1
vote
0 answers
Not accessing the correct package
I have to use qdiscs in some part of my project. so i was using the below command and got this error. the problem is there is libnl3 package prersent but it is searhing for libnl version.
nl-qdisc-add --dev=veth-host --parent=root --update plug…

ram
- 83
- 6
1
vote
1 answer
Communication between two processes without using fork()
I'm trying to do a ping pong exercise,
I ask for guidance / direction but not a solution so I can learn.
Workspace: ubuntu 19
Language: C.
The task is like this:
Do not use () fork
The ping process is waiting for a signal
The Pong process gets the…

moses
- 15
- 4
1
vote
1 answer
dhcpd[]: send_packet6: Bad file descriptor
I have a dhcpv6 server configured on ubuntu. i has static bindings defined for each client based on interface ID.
But when a client solicits, the allocation fails on the DHCPv6 server.
"dhcpd[122762]: send_packet6: Bad file descriptor"
----Config on…

nitin
- 11
- 2
1
vote
2 answers
VMWare error: VMware Player and Device/Credential Guard are not compatible
I've been running ubuntu 19 (64 bit) on VMWare Workstation 15 Player for 2 months now. There was no problem in running the virtual machine till now, but today when I tried running the machine, it gave me the following error:
VMware Player and…

Rohan
- 13
- 5
1
vote
0 answers
Docker: error creating aufs mount, despite aufs being supported on Ubuntu 19.01 bootable usb
I am fairly new to linux and docker, so apologies for the essay!
I have a bootable USB with Ubuntu 19.01 persistent data storage. I installed docker on this using the steps outlined in the official docker installation guide. The issue I faced during…

user13373835
- 11
- 2
0
votes
0 answers
OSError: [Errno 13] Permission denied when running project code
I'm getting this error:
Traceback (most recent call last): File "app.py", line 29, in print(get_active_window_title()) File "app.py", line 7, in get_active_window_title output = subprocess.check_output('./app.sh') File…

Rishabh Patel
- 1
- 1
0
votes
0 answers
Laptop charges on ubuntu but won't charge on windows 10
I am running dual boot with windows and ubuntu.
Laptop when booted into windows 10 it shows warning and plugged in and not charging.
when booted into ubuntu it charges.
Is there anything to do make it charge the battery in windows 10 as well
edit:…

Dacre
- 9
- 2
0
votes
1 answer
Sophos for Ubuntu blocking Flatpak application installs
I have installed Sophos for Ubuntu and it has been working fairly well until I decided to try Flatpak.
When installing or updating anything using Flatpak, I now get this pop up:
error popup
with this corresponding error on the terminal:
…

javaseeds
- 3
- 1
- 4
0
votes
3 answers
Tomcat9 keep running under user tomcat9 even after change in /etc/default/tomcat9 file
I want run tomcat9 with a user different from the default, and searching the web, I found out that I can configure this in the file /etc/default/tomcat. In this file, I change the lines with TOMCAT9-USER and TOMCAT9_GROUP and change to the desired…

Kleber Mota
- 8,521
- 31
- 94
- 188
0
votes
0 answers
ubuntu mate will not log on after changing one of my init login scripts
I was having some issues with switching my audio output (ie I plug in HDMI, if an application is currently running its audio through the computer's speakers, the audio does not move to the HDMI unless I kill the pulseaudio session and restart the…

Taylor
- 13
- 2