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
0
votes
0 answers

Exception in thread "main" java.io.FileNotFoundException: (Permission denied) while executing python in hadoop

reducer code mapper code screenshot of command and error Python files not able to execute while using Hadoop-streaming. I've tried everything including giving executable permission for mappers and reducers but its still not working. I am executing…
0
votes
0 answers

How to install Docker 18.09 on Ubuntu Artful (17.10)

The Docker repository (https://download.docker.com/linux/ubuntu/) doesn't seem to have higher than 18.06 for Artful. Is there a way to install 18.09? I need that for Buildkit support as right now I'm getting buildkit not supported by daemon when…
lfk
  • 2,423
  • 6
  • 29
  • 46
0
votes
0 answers

Docker_Error_Python_Couchdb sh: 1: docker: not found

I tried to run docker image but have this problem. All the files are saved in the directory "my_new_docker_build". This is the Dockerfile: FROM python:2.7.14 RUN mkdir /my_new_docker_build WORKDIR /my_new_docker_build ADD .…
0
votes
1 answer

caffe2 no gpu support error: libprotobuf.so.14 [In Progress]

Currently running AWS Deep Learning AMI (Ubuntu) Version 17.0 and have run into a bump with Caffe2. Checking to see if caffe2 was correctly installed by using python -c 'from caffe2.python import workspace; print(workspace.NumCudaDevices())' I…
UNKNOWN
  • 1
  • 3
0
votes
1 answer

Segmentation fault (core dumped) and how to setup new python environments

How to manage the new environment when I run many projects? For instance, I was usually got the errors during training where I updated the libraries such as matplotlib and skimage and my system oupute the error like : Segmentation fault (core…
drlr
  • 1
0
votes
0 answers

Ubuntu 17.10: Too many errors from stdin

I have a VM under Ubuntu 17.10 and I'm having some trouble: I'm getting the following message every time when I'm using nano / etc.: Too many errors from stdin I'd try google it, but can't find solution. Thank you
IlyaVorozhbit
  • 78
  • 1
  • 10
0
votes
2 answers

When i install apache2 on my localhost system it shows me this error (Ubuntu 17.10)

Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some…
0
votes
1 answer

Php Setup was messed up

I did this command on ubuntu echo php phpinfo(); > a.txt and this changed the php command on my pc. So whenever I run which php I get php () {> a.txt}
0
votes
1 answer

How to compile WordNet-3.0 on Ubuntu 17.10?

I need to install and work with WordNet (current version 3.0) on my Ubuntu distro 17.10. I have installed all dependencies (tcl/tk) and, after the developers instructions, I follow the usual ./configure make make install process. I untared the…
mariotoss
  • 414
  • 3
  • 7
  • 17
0
votes
1 answer

Problems sending an integer array over a socket

I'm sending an integer array from client to server by socket. Like this ; int arr[3] = {5, 4, 1}; send(sock , &arr, 3 , 0); //sending the votes count and receiving in server like so recv(new_socket, arr1, 3, 0); I'm getting correct value in…
Ali Tahir
  • 379
  • 2
  • 14
0
votes
0 answers

Check if a user is already Connected?

It goes like this : A server is running and a client is connected instantly. The client then gives his ID which is verified by server upon verification server gives green signal to the connection to send information. Now in this verification i want…
Ali Tahir
  • 379
  • 2
  • 14
0
votes
1 answer

TPM2.0 error while trying to clear the chip

I'm discovering the tpm2.0 chip on Ubuntu 17.10. I'm using tpm2-tools package in version 1.1.0. (I have physical chip on my laptop). However when I try to clear the chip I have an error. $ tpm2_takeownership -c Clear Failed ! ErrorCode: 0x921 I…
Charles
  • 19
  • 1
  • 5
0
votes
1 answer

How to deal w/ Tensorflow multiple versions/installations [Ubuntu, Anaconda, VirtualEnv]

I installed Tensorflow on my Ubuntu on a VirtualEnv. Soon I realized I can import Tensorflow on Anaconda (Jupyter notebook & command line Python), without even activating the VirtualEnv. Then I checked the TF versions print(tf.__version__). For…
Glrs
  • 1,060
  • 15
  • 26
0
votes
2 answers

Docker-Symfony bin/console commands

I have symfony 3.4.6 installed on my ubuntu 1 machine. I have docker installed too, so I run: docker-compose up -d, then I entered the docker container and I wanted to make a cache clear. Here was the result: Any…
0
votes
0 answers

Octave is not plotting after upgrading Ubuntu to 17.10.1

Octave was working fine. But then I upgraded Ubuntu to the newest version 17.10.1 and when I call any function that uses plot, it simply prints some stuff on command line. Octave does not crash or freezes, it simply "believes" that it generated the…