Questions tagged [ubuntu-17.10]

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 17.10**. 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 17.10 is called Artful Aardvark

Questions concerning the use and administration of Ubuntu 17.10, running third-party applications, development, or services provided by Ubuntu may be better suited for Ask Ubuntu rather than StackOverflow.

84 questions
2
votes
0 answers

Cuda Configuration Error: Cannot find cuda library libcublas.so.9.2

Using a Linux Ubuntu 17.10 virtual machine, I am trying to build tensorflow with GPU support. I have installed Cuda 9.2, cuDNN 7.1.4 and NCCL 2.2.13 and use the following bazel command to build tensorflow: bazel build --config=opt…
Conor
  • 51
  • 2
2
votes
0 answers

'python' plugin loader has not been enabled

I want to use plugin 'intelligent text completion' for gedit in Ubuntu 17.10 so I followed all the instructions here but it was showing error like plugin loader 'python3' was not found and after searching this a lot on web I got this question on…
Kedar Kodgire
  • 482
  • 6
  • 22
2
votes
1 answer

Cannot remove index.php from Codeigniter for Ubuntu

The last one I follow is here How to remove index.php from codeigniter in UBUNTU [duplicate] I have one controller that look like this:
Houy Narun
  • 1,557
  • 5
  • 37
  • 86
2
votes
1 answer

rgdal installation error on ubuntu 17.10

I am trying to install rgdal library on R, but I am facing some difficulties. Maybe I is a naive error or pure newbie :P. I am running: Distributor ID: Ubuntu ; Description: Ubuntu 17.10 ; Release: 17.10 ; Codename: artful R version 3.4.2…
Jonathan
  • 133
  • 1
  • 15
2
votes
0 answers

Cannot install mysql on Ubuntu 17.10 Gnome 3.26.2

Trying to install mysql, I always get the following error: Errors were encountered while processing: /var/cache/apt/archives/mysql-server-5.7_5.7.21-0ubuntu0.17.10.1_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) See in full…
Prabhat Sharma
  • 76
  • 1
  • 12
2
votes
1 answer

How to downgrade python version to Python 2.7.13 (default, Nov 7 2017, 00:42:48)?

I tried to downgrade my python version from 3.0 to 2.7.13 by following this instruction Finally, I ended up with Python 2.7.13 (default, Mar 6 2018, 01:35:39), I realized that this version could not compatible with my currently project, that some…
Houy Narun
  • 1,557
  • 5
  • 37
  • 86
2
votes
1 answer

shopt -s extdebug in .bashrc not working in script files

I am writing a a bash script (echoo.sh) with the intention of echoing the command before it is executed. I source this script (echoo.sh) inside .bashrc. But it does not execute for commands run in script file(tmp.sh) with the bash shebang. Below is…
Sam Thomas
  • 647
  • 7
  • 25
2
votes
1 answer

how to limit memory usage of elasticsearch in ubuntu 17.10?

My elasticsearch service is consuming around 1 gb. My total memory is 2gb. The elasticsearch service keeps getting shut down. I guess the reason is because of the high memory consumption. How can i limit the usage to just 512 MB? This is the memory…
kofhearts
  • 3,607
  • 8
  • 46
  • 79
1
vote
1 answer

Adding a database in a new cluster created on postgresql?

I have created a database cluster in PostgreSQL-9.6 using pg_createcluster command with user (-u) specified different from default postgres. I would like to know how to add a new/existing database into this cluster instead of the default 'main'…
rupav jain
  • 645
  • 1
  • 7
  • 13
1
vote
1 answer

Why does subversion hang without any information?

I tried to update some svn directories. But suddenly svn hangs without any output message. I pressed ctrl-z and did a ps aux | grep svn. The svn process is hanging with SL. What to do now? How to gain some error output? I already tried to checkout…
eDeviser
  • 1,605
  • 2
  • 17
  • 44
1
vote
0 answers

Upgraded dotnet core 2.1 - ObjectDisposedException: Safe handle has been closed

We have a development environment running in 2.0 on both Windows and Linux without problems. This uses JwtSecurityTokenHandler().WriteToken() from the System.IdentityModel.Tokens.Jwt library to generate tokens. We've upgraded to 2.1 and this method…
Dandy
  • 1,466
  • 16
  • 31
1
vote
0 answers

How to deploy JupyterHub using Nginx?

I'm seriously stuck here. Definitely tech savvy, not a sys admin. Here is what I've done so far to deploy JupyterHub on Azure. Overview: Create self-signed ssl cert using Azure keyvault Deploy Ubuntu Server 17.10 VM on Azure Install Anaconda in…
1
vote
0 answers

VirtualBox 5.1.34: error on Ubuntu 17.10 when I tried to start a VM

I tried to execute this tutorial: https://docs.docker.com/get-started/part4/#set-up-your-swarm but when I execute this command docker-machine create --driver virtualbox myvm1 I had this error: Starting "myvm1"... (myvm1) Check network to re-create…
effe_erre
  • 23
  • 3
1
vote
0 answers

Nginx Server Blocks not working

I have Ubuntu 17.10 and installed nginx/php7.1/mysql Im trying to get nginx to work following this article->How To Set Up Nginx Server Blocks (Virtual Hosts) on Ubuntu 16.04 My current server block file: ## # You should look at the following URL's…
flashydev
  • 21
  • 1
  • 5
1
vote
1 answer

Nginx hosts not working

I'm using Ubuntu 17.10 and installed nginx, then i'm trying to make the virtual hosts. My hosts file is this: 127.0.0.1 localhost 127.0.0.1 test.app 127.0.1.1 Flashy-PC # The following lines are desirable for IPv6 capable hosts ::1 …
flashydev
  • 21
  • 1
  • 5