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
103
votes
13 answers

Cannot launch emulator on Linux (Ubuntu 15.10)

I try to launch emulator but it outputs into log: libGL error: unable to load driver: r600_dri.so libGL error: driver pointer missing libGL error: failed to load driver: r600 libGL error: unable to load driver: swrast_dri.so libGL error: failed…
Denis Sologub
  • 7,277
  • 11
  • 56
  • 123
71
votes
19 answers

TAB completion does not work in Jupyter Notebook but fine in iPython terminal

TAB completion works fine in iPython terminal, but not in Firefox browser. So far I had tried but failed, 1). run a command $ sudo easy_install readline, then the .egg file was wrote in…
24
votes
3 answers

Is the cacerts file missing in ubuntu 15.10 and openjdk-8-jdk?

I just installed Ubuntu 15.10 and their openjdk-8-jdk (by apt-get). Now I am missing the cacerts file. There is a link at the usual location: ls -l /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/cacerts lrwxrwxrwx 1 root root 27 Oct 22 01:47…
Gustave
  • 3,359
  • 4
  • 31
  • 64
23
votes
1 answer

Ubuntu 15.10 no fuse group

I am trying to use sshfs to mount a remote file system. All the guides I can find online say I need to add myself to the fuse group but when I run sudo gpasswd -a $USER fuse I get gpasswd: group 'fuse' does not exist in /etc/group however when I…
Michael
  • 433
  • 1
  • 5
  • 10
21
votes
3 answers

No man page for the cd command

Ubuntu Linux 15.10 - I just noticed that there is no man page for cd This seems a bit strange. I tried: man cd at the cmd line and I get back No manual entry for cd I was trying to find documentation on cd - which is super-handy for flipping…
bph
  • 10,728
  • 15
  • 60
  • 135
14
votes
4 answers

Gcc collect2: fatal error: cannot find 'ld'

I'm going through the tutorial on making an OS on http://wiki.osdev.org/Bare_Bones. When I try to link boot.o and kernel.o using this command: i686-elf-gcc -T linker.ld -o myos.bin -ffreestanding -O2 -nostdlib boot.o kernel.o -lgcc , I just get this…
XXO2
  • 184
  • 1
  • 1
  • 5
13
votes
2 answers

How do I set my user password on my Google Cloud Ubuntu instance?

I have started an Ubuntu 15.10 instance on Google Cloud and installed Webmin as per here: http://www.webmin.com/deb.html Webmin has been installed successfully and I can see the login page in my browser window, however I need to type my username…
Michael
  • 447
  • 1
  • 3
  • 10
12
votes
2 answers

Where is Pip3 Installing Modules?

Ubuntu 15.10 Python 3.4.3+ Django 1.8.7 When I try to import django in the python3 interpreter, it says ImportError: No module named 'django'. I know Django 1.8.7 installed though, 'cause I can get the version # by doing django-admin --version in…
Zamphatta
  • 4,634
  • 8
  • 30
  • 34
11
votes
1 answer

Android Studio - IBus prior to 1.5.11 may cause input problems. See IDEA-78860 for details

Android Studio 1.5 Build #AI-141.2422023, built on November 12, 2015 I just updated my Android Studio on Ubuntu 15.10 when it gave me the prompt that a new version is available. After the patch download was finished, I chose the option to use my…
Sajib Acharya
  • 1,666
  • 5
  • 29
  • 54
7
votes
4 answers

CUDA 7.5 installation: Unsupported compiler error

I just tried installing CUDA 7.5 on my laptop. I disabled lightdm and did sudo sh cuda7.5.run. The driver installation passed but then I got an error Unsupported compiler ... and the installation fails. How can I resolve this issue?
Amir
  • 10,600
  • 9
  • 48
  • 75
7
votes
1 answer

Can't terminate a sudo process created with python, in Ubuntu 15.10

I just updated to Ubuntu 15.10 and suddenly in Python 2.7 I am not able to terminate a process I created when being root. For example, this doesn't terminate tcpdump: import subprocess, shlex, time tcpdump_command = "sudo tcpdump -w example.pcap -i…
Ricky Robinson
  • 21,798
  • 42
  • 129
  • 185
6
votes
1 answer

Websocket not able to open the port on Ubuntu

I am using websocket bundle on a symfony based web portal while everything seems to work on localhost things break down when I moved the portal on production server. On localhost the host i am using is 127.0.0.1 and the port is 8080 so when I moved…
Shairyar
  • 3,268
  • 7
  • 46
  • 86
6
votes
1 answer

Ubuntu 15.10: Copy password from keepass2 to PhpStorm

Hello I use KeePass2 for saving my passwords and PhpStorm for coding. When I want to past (Strg+V) a password from KeePass to the PhpStorm terminal it doesn't work. When I past the same password in my normal Ubuntu terminal it works perfect. I read…
user4554100
5
votes
1 answer

Trouble installing pip3

I am running ubuntu 15.10 and I have python 3 installed. But I don't have pip3 installed I tried to install pip3 using: sudo apt-get install python3-pip But I get the following error: toshiba@toshiba-Satellite-Z930:~/Desktop/Telethon-master$ sudo…
CKCK
  • 125
  • 1
  • 2
  • 9
5
votes
0 answers

Vagrant fails to communicate with VirtualBox: Inappropriate ioctl for devic

I have a Vagrant VM setup to run with VirtualBox. Currently after trying to start it by using the command vagrant up, I get the following error in my console: Bringing machine 'default' up with 'virtualbox' provider... ==> default: Clearing any…
1
2 3 4 5 6 7