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

Enrollment when configuring wso2 emm

I have a problem configuring the WSO2 Enterprise Mobility Manager when I want to add a new user. I add the user with his email address, except that the user does not receive the mail. In the logs I have the error: "The system can not infer the…
stagiaire
  • 1
  • 1
0
votes
0 answers

Can't connect to docker daemon when starting a container, but docker info returns information

I've been trying to get eclipse che installed on one of my servers for the past few days using docker. I have my docker daemon running on a seperate screen with the defualt host of unix:///var/run/docker.sock (I did not set this, I only ran 'docker…
0
votes
0 answers

Slow Android Studio after Ubuntu upgrade

I recently upgraded my Ubuntu from Mate 15.10 to Xenial Xerus 16.04 LTS. Mate was totally stable and fast even while using Android Studio but after upgrade Android Studio has become very much slow. I even checked for swappiness and stuffs like that…
0
votes
1 answer

~/.ssh/config does not seem to work for multiple identities in a bitbucket account?

I followed the instructions provided in this Atlassian Documentation for multiple ssh identities. Here are the identities as listed: $ ssh-add -l 4096 SHA256:bWBUbxKV4xJ5aOwrcshlfq6qMq6upXmphMkgYONwApU bitbucket:foo1@gmail.com (RSA) 4096…
ryeballar
  • 29,658
  • 10
  • 65
  • 74
0
votes
2 answers

How do I install os specific packages inside docker?

I am using ubuntu 15.10 and was trying to use docker to setup my node and mongo environments. But since lsb_release -a command doesn't work inside docker I was not able to know the version of ubuntu docker image has. It was tagged as ubuntu:latest.…
guleria
  • 741
  • 2
  • 11
  • 23
0
votes
3 answers

Installation error in tomcat7

When i try to install tomcat 7 on ubuntu 15.10 it shows following error. I re install tomcat7 more than three times but it still shows same error Reading package lists... Done Building dependency tree Reading state information... Done The…
LearnCode Master
  • 552
  • 2
  • 8
  • 25
0
votes
1 answer

how to access my localhost page to another computer with different network over internet

i have 'LAMP' server in my 'ubuntu' 15.10 OS.my local network ip like 192.168.1.25 (my computer = like eg:http://192.168.1.25/test.php out="hello"; .but from another computer different network enter above address 'not found') my question is how…
prasanth
  • 22,145
  • 4
  • 29
  • 53
0
votes
2 answers

Mounting shared folder on Ubuntu on Virtual Box

I have an Ubuntu 15.10 server running on virtual box 5.0. I followed the instructions and added a folder under network share and selected auto mount option. However, when I try to mount the share using $sudo mount -t vboxsf universal universal I…
MojoJojo
  • 3,897
  • 4
  • 28
  • 54
0
votes
1 answer

mod_rewrite is not working in vagrant

I am new to vagrant world :-) Using Ubuntu 15.10, VirtualBox 5.0, Vagrant 1.8.1 and Installed precise32 box In my box I have installed Apache2, php5 and mysql as per need Loaded Modules: core mod_log_config mod_logio prefork http_core mod_so…
zarpio
  • 10,380
  • 8
  • 58
  • 71
0
votes
1 answer

launching .war servlet in tomcat8

I have a servlet app I'm trying to deploy to my local tomcat instance. at first I tried deploying using the tomcat manager app but was told there was an easier way - simply dropping the .war in the webapps-folder.(/etc/tomcat8/webapps/ on my…
Anders Martini
  • 828
  • 1
  • 14
  • 31
0
votes
2 answers

how to install the latest Elixir version (1.2 at this date) on Ubuntu 15.10?

I wan to install the latest Elixir version on Ubuntu 15.10. I have follow the install. But I only got Elixir 1.1.0-dev. But the latest version is 1.2. How do I get it?
BoumTAC
  • 3,531
  • 6
  • 32
  • 44
0
votes
1 answer

Switch to unity desktop envirnment in ubuntu 15.10 gnome

I just installed unity on ubuntu 15.10 (willy werewolf) using the command : sudo apt-get install ubuntu-desktop it went good, but I can't "activate" it, I still have gnome. normally I should find a way to change in the login screen but I can't find…
0
votes
1 answer

Apk build error

I am trying to build android apk for my application. I have successfully installed java jdk1.7.0_79, using these Instructions (in highest voted answer). My O.S. is Ubuntu 15.10. When I build apk using both the Jdk (jdk1.7.0_79/80) I get same build…
Chinmaya B
  • 405
  • 1
  • 7
  • 21
0
votes
0 answers

Cmake error when I try install Opencv 3.1 on Ubuntu 15.10

I want to compile and install OpenCV 3.1 on my Ubuntu 15.10. I follow the this tutorial: http://docs.opencv.org/3.1.0/d7/d9f/tutorial_linux_install.html#gsc.tab=0 After I run the cmake command, the installation begin, but the process return error,…
0
votes
0 answers

Python 3.5: ImportError: No module named 'zlib'

When trying to run a program that requires Python 3.5 on my Ubuntu 15.10 server, I get an error whilst importing: Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/requests/packages/__init__.py", line 27, in…
Ebear
  • 1
  • 2