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
2 answers

mongo db can't start ubuntu 15.10

sudo service mongodb start Failed to start mongodb.service: Unit mongodb.service is masked. What should I do? help me.. ~$ mongo MongoDB shell version: 3.2.3 connecting to: test 2016-02-26T17:40:18.552+0200 W NETWORK [thread1] Failed to connect…
oznur
  • 1
  • 1
0
votes
1 answer

Sencha CMD Linux command not found

I'm trying to install Sencha-Cmd-6.0.2.14 in xUbuntu. I downloaded SenchaCmd-6.0.2-linux-amd64.sh.zip and unzipped it to my desktop. I installed Java by executing sudo apt-get install default-jdk -y. Then I executed…
sisko
  • 9,604
  • 20
  • 67
  • 139
0
votes
1 answer

ipython notebook don't open

I try to open ipython notebook but i get this message: Traceback (most recent call last): File "/usr/local/bin/ipython", line 5, in from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line…
0
votes
1 answer

python streaming mapreduce job on hadoop failed - missing log4j?

I tried to run a python wordcount on hadoop 2.7.1 which is installed on Ubuntu 15.10 and I got an error: log4j:WARN No appenders could be found for logger (org.apache.hadoop.ipc.Server). log4j:WARN Please initialize the log4j system…
piterd
  • 117
  • 1
  • 9
0
votes
0 answers

spark 1.6.0 compilation failed on Ubuntu 15.10

I was trying to install spark sbt assembly on my laptop on ubuntu 15.10 and after the compilation I got a message the compilation failed. This is the second time I am doing that, it worked fine for the first time but I had to reinstall the system…
mt_had
  • 1
  • 1
  • 5
0
votes
0 answers

Ubuntu 15.10 Server 64-Bit .htaccess ? trying to enable but I am having no luck

I change a line in this folder etc/apache2/apache2.conf with: AllowOverride None to AllowOverride All and I make sure AccessFileName .htaccess is set correctly. Then enable rewrite using this command: sudo a2enmod rewrite Then restart…
rafcastro77
  • 997
  • 1
  • 6
  • 12
0
votes
4 answers

Hadoop 2.7.2 - Error: Could not find or load main class org.apache.hadoop.hdfs.server.namenode.NameNode

I am newbie and I am trying to find out a solution to this problem. I have followed this turorial in order to setup Hadoop 2.7.2 on Ubuntu 15.10 http://idroot.net/tutorials/how-to-install-apache-hadoop-on-ubuntu-14-04/ When I launch "hdfs namenode…
Roberto G.
  • 171
  • 5
  • 12
0
votes
1 answer

mongodb php-driver : php startup error

I installed mongodb php-driver as per the guideline shown here: https://github.com/mongodb/mongo-php-driver But when I run #php command its showing following error : Warning: PHP Startup: Unable to load dynamic…
Neeraj
  • 234
  • 1
  • 14
0
votes
1 answer

Port Upstart Script to Systemd

I cam currently building a miniroot with an Ubuntu 15.10 base. Therefore I want to use systemd. My standard script '/etc/init.d/script' is found and executed by systemd. However I also do have a conf for this script located at /etc/init/script.conf…
0
votes
1 answer

How to run "sudo ipython notebook" in browser without using Anaconda "ipython notebook"?

I have two pythons installed on my ubuntu sudo which python which python(anaconda). And both pythons have ipython installed in it. When I run ipython notebook (anaconda) it simply takes me to the browser and works perfectly. But, when I run it…
Nomiluks
  • 2,052
  • 5
  • 31
  • 53
0
votes
0 answers

Issues compiling and installing

I am compiling a program from the source code as it is not currently packaged and have been able to install all of the needed libraries except for osm-gps-map. Every time I try, I receive the following message; No package 'osmgpsmap' found Consider…
0
votes
1 answer

Lamp: Phpmyadmin shows blank page, localhost page is working

I installed lamp in ubuntu 15.10 according to the link http://sourcedigit.com/17602-install-lamp-on-ubuntu-15-10-desktop-using-terminal/ .localhost page is working but whenever I run http://localhost/phpmyadmin/ it shows nothing.
hmamun
  • 154
  • 1
  • 15
0
votes
1 answer

"Permission denied" error when using "fopen" function in Python

I have the following code, and I run it from localhost: def create_names_file(req, names, data, profileid): s = names fname = str(profileid) fpath = req.conf["inf_path"]+"/"+fname f = open(fpath, 'w') req.conf["inf_path"] is…
yusuf
  • 3,591
  • 8
  • 45
  • 86
0
votes
1 answer

OpenGL program isn't rendering on Ubuntu with VirtualBox

I'm starting to learn OpenGL and I decided to use Ubuntu 15.10 on a VirtualBox to do this. I installed the packages mesa-common-dev (gl.h), libglew-dev (glew.h) and libglfw3-dev (glfw3.h) and following this tutorial I came up with this code: #define…
Jean Catanho
  • 326
  • 7
  • 18
0
votes
0 answers

Rubymine 6.0.3 Startup Error on Ubuntu

I am installing RubyMine on Ubuntu 15.10. I downloaded the .exe file and installed it using Wine installer. The installation gone pretty well. But when I tried to run the RubyMine, I am getting an error. I am attaching the screenshot of the error. I…
mRbOneS
  • 121
  • 1
  • 14