Questions tagged [ubuntu-15.04]

Ubuntu 15.04 is the latest release of the Ubuntu Linux distribution. Use this tag only for questions that are specific to Ubuntu 15.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.

Installation instructions

140 questions
5
votes
0 answers

Stack guard exception while using OpenCV for java in eclipse- ubuntu 15.04

I have installed openCV 3.0.1 in ubuntu 15.04.trying to develop an program image keypoint detection. Here is my java code where error occurs: System.loadLibrary(Core.NATIVE_LIBRARY_NAME); Mat blurredImage = new Mat(); when I compile it in eclipse…
Sony Khan
  • 1,330
  • 3
  • 23
  • 40
4
votes
1 answer

Upgrade Python 3.4.3 to Python 3.6.1 in Ubuntu 15.04(64 bit)

I have Python 2.7.9 and Python 3.4.3 installed in a Ubuntu 15.04 machine. Now I want to upgrade Python 3.4.3 to Python 3.6.1 without affecting the packages which are depended on Python 3.x.x. I have found that Python versions are released as…
arshovon
  • 13,270
  • 9
  • 51
  • 69
4
votes
1 answer

Ubuntu15.04 install itorch error: Missing dependencies for itorch: luacrypto uuid lzmq >= 0.4.2

I am installing itorch according to https://github.com/facebook/iTorch, and I have installed ipython. Some errors are as followed: $ sudo apt-get install libzmq3-dev Reading package lists... Done Building dependency tree Reading state…
Lei
  • 607
  • 2
  • 6
  • 18
4
votes
1 answer

Ubuntu 15.10 (Kernel 4.2): Hello world kernel module makefile error

I have been trying for hours to create my first Hello World Kernel module, alas unsuccessfully. My simple C code (hello.c) and makefile are located in /Downloads on my system, if that should be of any importance. hello.c #include…
ci7i2en4
  • 834
  • 1
  • 13
  • 27
4
votes
1 answer

redis refuses to start

I've installed redis according to this tutorial. Everything works fine until I run sudo service redis_6379 start at which point I get the error Failed to start redis_6379.service: Unit redis_6379.service failed to load: No such file or…
WhiteTiger
  • 758
  • 1
  • 7
  • 21
4
votes
0 answers

unicorn failing to start on ubuntu 15.04

I'm following an installation tutorial for unicorn and nginx using this tutorial on ubuntu 15.04. Everything works until the section "Create Unicorn Init Script" where I create the init script, change the required variables, change the permissions…
WhiteTiger
  • 758
  • 1
  • 7
  • 21
4
votes
1 answer

Error response from daemon: No such image: ubuntu (tag: latest) right after after pulling from docker hub

I had pulled the image ubuntu from the docker hub after a search using - sudo docker search ubuntu and pulled the image using sudo docker pull ubuntu. The command - sudo docker images were listing around 5 images related to ubuntu with different…
Sudheesh.M.S
  • 498
  • 1
  • 7
  • 13
4
votes
3 answers

How to run ipython from venv?

My ipython works okay, but when I try to open ipython console from venv I am getting: Traceback (most recent call last): File "/usr/bin/ipython3", line 4, in from IPython import start_ipython ImportError: No module named…
pythad
  • 4,241
  • 2
  • 19
  • 41
4
votes
0 answers

I often can't type anything suddenly in IntellijIDEA

os:ubuntu 15.04 jdk:1.8 idea version:idea-IU-141.1532.4 I haven't still found the regular anyway. It always burst in on me, and I can't type anything in the edit area, but it can select the code yet. And I always restart it and it were back to…
senlinmu
  • 141
  • 2
  • 11
3
votes
1 answer

cmake build error, files doesn't seem to exist

I'm working with ubuntu-sdk on ubuntu-15.04. I created a qml project with cmake and 3 kits: Desktop UbuntuSDK_for_armhf_GCC_ubuntu_sdk_15_04 UbuntuSDK_for_i386_GCC_ubuntu_sdk_15_04 When I try to run the default app on my ubuntu phone. There is a…
Mario di
  • 31
  • 4
3
votes
1 answer

sched_setscheduler error (EPERM) after installing libpam-systemd

Just trying to set the sched priority to max with SCHED_FIFO policy. This code started throwing error after I installed libpam-systemd. EDIT: Boils down to the two questions below, put them as clear as I can. STRACE: sched_setscheduler(564,…
jarvis1729
  • 147
  • 2
  • 8
3
votes
2 answers

uWSGI autostart with systemd

So I was trying to get uWSGI and nginx working together and wanted to set the following command line to automatically execute and start my uWSGI background service: uwsgi --master --processes 4 --die-on-term --uid uwsgi --gid nginx --socket…
UndeadLeech
  • 133
  • 5
  • 17
3
votes
3 answers

Dependency is not satisfiable libgcrypt11 when instaing a software on ubuntu

I'm trying to install starUML on ubuntu 15.04 but I always have this message "Dependency is not satisfiable libgcrypt11 (>=1.4.5)" Could someone help me!?
mina
  • 1,872
  • 1
  • 15
  • 20
3
votes
1 answer

yo aspnet generator not detected

I am using ubuntu vivid. Trying to use yeoman aspnet generator. Installed the generators using below commands sudo npm install -g yo sudo npm install -g generator-aspnet When i try using it using the command : yo aspnet i get the below error…
Sandesh
  • 487
  • 1
  • 3
  • 8
3
votes
2 answers

Incorrect MySQL client library version! This gem was compiled for 5.5.37 but the client library is 5.6.25

I upgraded my Ubuntu from 2014.04 to 2015.04 and now bundle exec rake db:migrate returns an error: $ bundle exec rake db:migrate --trace rake aborted! Incorrect MySQL client library version! This gem was compiled for 5.5.37 but the client library is…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
2
3
9 10