Questions tagged [ubuntu-18.04]

GENERAL UBUNTU SUPPORT IS OFF-TOPIC. Support questions may be asked on https://askubuntu.com/. This tag should be used only for WRITING OR RUNNING PROGRAMS specifically in Ubuntu 18.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 18.04 is a long term support (LTS) release that came out in April 2018. Important new features include a linux 4.15 kernel, Linux security module stacking support, and a default GNOME desktop.

Available for download as 64-bit version only.

Read the release notes for detailed information.

3638 questions
1
vote
1 answer

OpenVPN client connects to server, but no internet. Ubuntu 18.04.2

OpenVPN client connects to server. But no internet. Nevertheless I can ping from terminal 8.8.8.8 unless i open any web page in browser. After opening any web page i can not also ping Google Public DNS. I have Ubuntu 18.04. We have tried also public…
vadimv82
  • 93
  • 1
  • 9
1
vote
2 answers

Cannot run jar on ubuntu with JFX

Good day, I am trying to run a program called graphdb-native-app-8.8.1-jfx.jar on a ubuntu virtual machine. I have the latest version of java installed, and have made sure JAVA_HOME is set to the correct java-version. java -version java version…
1
vote
0 answers

Wrong directory for sipcfg.sip_module_dir

By trying to compile QGIS from sources on Ubuntu, there is the file /opt/QGIS/cmake/FindSIP.py which content is: import sipconfig sipcfg = sipconfig.Configuration() print("sip_version:%06.0x" % sipcfg.sip_version) print("sip_version_num:%d" %…
swiss_knight
  • 5,787
  • 8
  • 50
  • 92
1
vote
0 answers

PHP 7.3, Zend 3 Framework - SQLite PDO Connection error

I just started dabbling in PHP and the Zend 3 framwork for my new job. I wanted to train myself in the framework since this is what they use. I have followed the tutorial from here in which you are faced with creating a module for the framework. In…
IncrediblePony
  • 645
  • 9
  • 31
1
vote
1 answer

error: cannot call member function impl() of impl_pointer in boost

I am trying to build a version of Caffe for object detection called SSD I checked out the code and I am getting the error cannot call member function ‘boost::multi_index::detail::sequenced_index_node::impl_pointer…
Amin Merati
  • 2,221
  • 4
  • 22
  • 38
1
vote
0 answers

fatal error: hdf5.h: No such file or directory

I have been trying to build the code for single shot object detector SSD SSD ob github on Ubuntu 18.04 I checked out the code and tried to installed the dependencies based on what is suggested in the link (Ubuntu installation) which included…
Amin Merati
  • 2,221
  • 4
  • 22
  • 38
1
vote
1 answer

Why docker service immidiately shutting down after starting it on Windows subsystem for Ubuntu?

I am running Ubuntu 18.04 on Windows 10 pro. I have installed docker on Ubuntu. I can see version of docker on the Ubuntu, but I am not able to run hello-world test container of docker on the system. Whenever I type command "sudo service docker…
Rahul Raut
  • 623
  • 6
  • 21
1
vote
1 answer

install tflearn but not found contrib

With Ubuntu 18.04 64bit , anaconda3 , and python3 >>> import tflearn Traceback (most recent call last): File "", line 1, in File "/home/a1/anaconda3/lib/python3.7/site-packages/tflearn/init.py", line 4, in from . import config …
심미단
  • 29
  • 1
  • 3
1
vote
1 answer

Installing node with nvm in sudo user

how to install node with nvm in sudo user and so that every other user can use that installed node from sudo user only not by installing again by any other user
1
vote
1 answer

Is it possible to use same gnome-terminal windows from service

I am able to open a terminal from my python service to tail certain file that I want. However, if there are many files that I want to tail sequentially, the following code will launch a new terminal for each file. How do I force to always reuse the…
thsieh
  • 620
  • 8
  • 24
1
vote
0 answers

Problems in executing mpi with machinefile Ubuntu 18.04

following these guidelines MpichClusterUbuntu, I'm trying to execute my very first mpi program with a PC with Ubuntu 18.04.01 Server Edition and a laptop with Ubuntu 18.04.02 Desktop. Till step 11 of this guideline, everything went fine, with no…
user2315094
  • 759
  • 3
  • 16
  • 29
1
vote
0 answers

Makefile:605 in caffe make

When I make caffe makefile with command make all -j4, there is an error on line 605 of makeprofile, Im not sure is there anything wrong or not, I didn't edit this line. It seem to be a wrong version of cuda? or for other reason... error…
Proth DU
  • 11
  • 3
1
vote
0 answers

Eth0 not showing in Ubuntu 18 Desktop

I want to assign a static IP address in Ubuntu using eth0 port. But when I run ifconfig, eth0 is not there: How will I assign a static address to eth0?
alyssaeliyah
  • 2,214
  • 6
  • 33
  • 80
1
vote
1 answer

How to Hibernate in Ubuntu 18.04

It seems like Hibernate function is not working properly on Ubuntu 18.04. I have tried with several commands like sudo pm-hibernate, sudo systemctl hibernate etc. Nothing works. Is hibernate also related to Hardware? My laptop RAM is 16GB and I have…
1
vote
1 answer

Unable to connect Microsoft SQL-Server and Visual Studio code

I just installed MSSQL 2017 for linux and Visual Studio code for linux on my Ubuntu 18.10 machine. Both the installation succeeded, but I cannot connect from visual studio to the DB. I have the following running drivers: $ odbcinst -j unixODBC…
1 2 3
99
100