Questions tagged [ubuntu-19.04]

GENERAL UBUNTU SUPPORT IS OFF-TOPIC. Support questions may be asked on https://askubuntu.com/. Use this tag only for questions that are specific to Ubuntu 19.04. If your question applies to other versions of Ubuntu, use [ubuntu] instead. If your question applies to other distributions of Linux, use [linux] instead.

Ubuntu 19.04 is called Disco Dingo

73 questions
0
votes
1 answer

undefined symbol uregex_setText_64 sqlite icu extension

I'm trying to compile ICU sqlite extension. System: Ubuntu 19.04 src: sqlite-src-3310100.zip action history: unzip sqlte-src-3310100.zip mkdir bld cd bld CFLAGS="-O3" ../sqlte-src-3310100/configure && make -j8 # compilation successfull without…
legale
  • 612
  • 7
  • 9
0
votes
0 answers

I want to install ssh in ubuntu19,but it occurs some error,sshd_config can not found,how can I solve those problems,thanks

service ssh start does not work, and when I want to install openssh-server,it also occurs some problems
Chronos
  • 69
  • 3
0
votes
0 answers

Docker Swarm running inside VM workstation 15 player doesn't accept worker connection

I am running a docker swarm manager in VM Workstation 15 player with NAT(VM: Ubuntu 19.10, Host: Windows 10). I ran docker swarm init --advertise-addr 223.181.240.48:2377 on my mangager vm. Now i copied to the token and used it on my my other vm…
0
votes
1 answer

Ubuntu 19.10 - how to install JavaFX with java 8

java -version openjdk version "1.8.0_242" OpenJDK Runtime Environment (build 1.8.0_242-8u242-b08-0ubuntu3~19.10-b08) OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode) However, the openjfx package: sudo apt list openjfx Listing...…
Łukasz
  • 1,980
  • 6
  • 32
  • 52
0
votes
1 answer

PostgreSQL: Create extension plpythonu query not working on Ubuntu 19.10 and PostgreSQL 10.10

I'm using my_db=# CREATE EXTENSION IF NOT EXISTS plpythonu SCHEMA pg_catalog VERSION '1.0'; query in PostgreSQL 11.5 installed on Ubuntu 19.10 to create plpythonu extension. But I faced following error: ERROR: could not open extension control file…
Ibrahim Rahimi
  • 519
  • 8
  • 31
0
votes
2 answers

Google coral dev board: ssh connects first time, for every next attempt it shows permission denied(publickey)

I have a google coral board manufactured on 1st February, 2019. I flushed the board with the latest Mendel Enterprise Day 4.0. I am using Ubuntu 19.04 desktop and tried to connect to the board via google's recommended Mendel Development Tool using…
0
votes
1 answer

MongoDB / Mongod on ubuntu vps 'Connection refused' error after creating ssh key

I created an ssh key for my vps today. When I then restarted the vps and tried running 'mongo' or 'mongod' im getting these errors: For mongo: connecting to:…
EmotionIce
  • 41
  • 1
  • 2
  • 3
0
votes
1 answer

Cannot import pynput

When executing the import pynput command in a script, I get this: marc@boop:~$ python3 Python 3.7.5rc1 (default, Oct 8 2019, 16:47:45) [GCC 9.2.1 20191008] on linux Type "help", "copyright", "credits" or "license" for more information. >>>…
marc.soda
  • 388
  • 1
  • 4
  • 17
0
votes
0 answers

Running Docker on Ubuntu VM - keeps failing because of disk space

I have been struggling to build an application on my Ubuntu VM. On this VM, I have cloned a git repository, which contains an application (frontend, backend, database). When running the make command, it ultimately fails somewhere in the building…
DvdV
  • 77
  • 9
0
votes
1 answer

How to access anaconda-navigator from Ubuntu 19.10?

I am unable to access anaconda-navigator from Ubuntu 19.10. I have searched Google for the solution but still I am getting the following error: Please help me to resolve the issue
megha
  • 301
  • 5
  • 18
0
votes
2 answers

Ubuntu disco is not supported

I am trying to install hyperledger composer but I am getting the error Error: Ubuntu disco is not supported I am using ubuntu 19. I have also tried to add bionic in the array. but does not work. enter image description here
0
votes
3 answers

Not able to access globally installed node module

I tried to install @hapi/joi using command alok@alok-HP-Laptop-14s-cr1xxx:~/tmp/js$ sudo npm install @hapi/joi -g + @hapi/joi@16.1.7 updated 1 package in 2.833s I am able to see installed @hapi/joi in /usr/local/lib/node_modules…
Alok
  • 7,734
  • 8
  • 55
  • 100
0
votes
1 answer

getchar function working differently after Ubuntu 19.04 update?

I am writing a program using both Assembly and c++ to collect user-inputted data. In my c++ file, I read in user numbers with a cin loop: while (cin >> input) { myArray.push_back(input); } cin.clear(); The user is also told…
lawgik
  • 87
  • 3
  • 10
0
votes
0 answers

Is Ubuntu 19.04/19.10 compatible with maven 3?

I have problem with my maven 3.6.1 and Ubuntu 19.10. I installed maven using: sudo apt install maven, and when i try to run my project using Intellij IDEA, the packages of maven libraries are not downloaded and when I run maven clean install i…
vertenon
  • 23
  • 5
0
votes
1 answer

Ubuntu long boot - docker and Network service lag

I've got problem with long boot on ubuntu. It was not visible before I changed my partitions. I deleted swap and extend root with that space, and the swap space I have got from home partition. Now when I reboot os it will take more than 3 minuts to…