Questions tagged [ubuntu-15.10]

Ubuntu operating system, version 15.10

Ubuntu is a free desktop and server operating system based on Debian GNU/Linux. Ubuntu 15.10 was released on October 2015.

Note that this is for programming questions specific to Ubuntu and http://askubuntu.com is dedicated to answering general Ubuntu questions.

101 questions
1
vote
1 answer

Cannot start Chromium

I am trying to start Chromium 49.0.2623.108 on Ubuntu 15.10 installed on my ODROID-XU4. It used to work all the time but from one day to the next Chromium will not start. When I try to run it via terminal I get: ~$…
Incanus
  • 389
  • 1
  • 4
  • 16
1
vote
0 answers

Are ubuntu's BLAS-implementations parallel?

Linux offers great parallelization-tools like pthreads and openmp. They make it relatively easy to parallellize calculations. Even though I am no expert in optimization at assembly level, it seems fairly trivial to implement element-wise operations…
Herbert
  • 5,279
  • 5
  • 44
  • 69
1
vote
1 answer

Predict interface names starting from ubuntu 15.10

As mentioned here since Ubutnu 15.10 there are some different naming schemes for network interfaces supported: Names incorporating Firmware/BIOS provided index numbers for on-board devices (example: eno1) Names incorporating Firmware/BIOS provided…
Bohdan Blyzniuk
  • 575
  • 6
  • 14
1
vote
2 answers

Android Studio : Shutdown Ubuntu 15.10

Hi I have recently Ubuntu 15.10 installed in my PC. My PC get shut downs after indexing android studio project. Whenever I create new project or import another project, At the time of indexing my PC get shutdown. I thought it might be memory issue.…
Ashish Kudale
  • 1,230
  • 1
  • 27
  • 51
1
vote
3 answers

Cannot update the version of nodejs ubuntu 15.01

I don't understand why I cannot achieve even if I write exactly the same lines in the website of nodejs nodejs documentation says that for Alternatively, for Node.js v5: curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash - sudo apt-get…
Yigit Can
  • 361
  • 1
  • 3
  • 15
1
vote
1 answer

Runtime error [abi:cxx11] when compile with g++-4.9 on Ubuntu 15.10

I recently updated Ubuntu from 15.04 to 15.10. One of the major differences between these versions is the update of the default gcc version from gcc-4.9 -> gcc-5. The library I'm developing has been written and compiled for gcc-4.9, and relies on…
Dreyrden
  • 11
  • 1
  • 2
1
vote
1 answer

systemctl service not starting after system restart

I have this service which I want to be able to start as a service on system restart. I am using Ubuntu 15.10. The service configuration file looks like this: [Unit] Description=Service client After=syslog.target [Service] ExecStart=/bin/bash -c…
am28
  • 361
  • 1
  • 4
  • 12
1
vote
2 answers

Failed to mount folders in Linux guest - mesg: ttyname failed: Inappropriate ioctl for device

Vagrant won't mount folders. Tried so many solutions, nothing worked. Versions: Vagrant 1.8.1 / Ubuntu 15.10 / Virtualbox 5.0.16 vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'ubuntu/wily64' is…
Verse
  • 1,403
  • 1
  • 14
  • 21
1
vote
1 answer

Install make 3.75 on ubuntu 15.10

I am new to ubuntu. I am looking for any help in installing GNU Make version 3.75 or other older version on ubuntu 15.10. I understand that the package for older version doesnot exist for ubuntu 15.10 and I am not able to get the instruction…
Omer
  • 151
  • 2
  • 11
1
vote
1 answer

apache2 is throwing internal server error 500 after AllowOverride All, localhost

i am new in configuring server. For now, i have to configure localhost with LAMP and opencart framework. But still it is throwing internal server error 500. Even I have tried the following things sudo a2enmode rewrite apache2ctl configtest // for…
vishal
  • 1,368
  • 2
  • 15
  • 34
1
vote
0 answers

Digilent adept crash

when I launch this on a terminal djtgcfg enum to read my board (Basys 2) it will return this error: djtgcfg: pthread_mutex_unlock.c:87: __pthread_mutex_unlock_usercnt: Assertio ntype == PTHREAD_MUTEX_ERRORCHECK_NP' failed. Core dump created What…
alukard990
  • 811
  • 2
  • 9
  • 14
1
vote
0 answers

Ubuntu 15.10 lib ssl issue

I was using NCL 6.3.0 version successfully, however recently i updated my Ubuntu to version 15.10 from 15.01 and my NCL run gives and error as following. "ncl: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No…
saurabh
  • 391
  • 1
  • 2
  • 11
0
votes
0 answers

Can I install phpize7.1 to Ubuntu 15.10?

I have old Ubuntu 15.10 which unsupported anymore. I need php7, but I can not update it to Ubuntu 16/18. I installed php7.1 from source, but also I need phpize to compile extensions. Is it possible to install phpize from source (like I did it for…
Max Lipsky
  • 1,774
  • 1
  • 18
  • 29
0
votes
1 answer

Service docker start not work(daemon), ubuntu-15.10, To run dockerfile with intelliJ

I have installed docker on ubuntu 15.10 but it does not start, these are the console outputs, I'm new with this from docker, try installing docker from this tutorial https://tecadmin.net/install-and-manage-docker-on-ubuntu/ My interest is to be able…
0x52
  • 95
  • 3
  • 14
0
votes
0 answers

mongoDB installation in Ubuntu 15.10

I'm trying to install the mongoDB driver for PHP in Ubuntu 15.10, but I'm not getting mongo in the output of phpinfo(). The error I'm getting is: Fatal error: Class 'MongoDB\Driver\Manager' not found in…