Questions tagged [ubuntu-16.10]

24 questions
0
votes
2 answers

After running multiple time with same code with same input size in Python 3.4 throw IndexError: list index out of range

I am new to Python. I wrote a code for quick sort to sort integer numbers in ascending order. Using - Ubuntu 16.10 and python3.5 Code - import random a=[] n=int(input("Enter size :\n")) for i in range(0,n): …
Shantanu Nandan
  • 1,438
  • 8
  • 30
  • 56
0
votes
1 answer

passenger wont find public path

I'm trying to setup my rails server and passenger wont recognize my app giving this error on log: [error] 1473#1473: *1 "/home/myapp/public/index.html" is not found (2: No such file or directory) or a 404 error in client. i've done all…
Icaro
  • 107
  • 2
  • 14
0
votes
1 answer

Kernelshark segmentation fault on capture

I am trying to run kernelshark in a virtual machine, Ubuntu 16.10 with an rt kernel (4.8.15). If I try to capture without sudo I get a popup message saying that there are "no events or plugins found". If I try to capture with sudo I get a…
Bogdan Molinger
  • 251
  • 1
  • 6
  • 19
0
votes
1 answer

How to open android studio in different workspace in ubuntu?

I am using Ubuntu 16.10 i have enabled workspaces as you can see in below screen-shot so that we can work in different workspaces But when i switched to different workspace and trying to launch studio by command studio.sh i am getting message…
Nikhilesh Patve
  • 1,760
  • 3
  • 13
  • 31
0
votes
1 answer

No database connection with no errors

I have Ubuntu 16.10 x86_64 x86_64. I installed LAMP to program in PHP and to create databases. In my php program I want to connect to my local database for creating a table ( in HTML ) with the data of any row of the table. The problem is that when…
Roberto
  • 33
  • 4
-1
votes
1 answer

Heavy resourse utilization - Weblogic server

I have a server with 4 CPU's and 16GB of RAM. There is a Weblogic Admin server and 2 managed servers and a Tomcat server running in this Ubuntu Machine. The resource utilization explodes at times which is very unusual. This has never happened…
Amal Vijayan
  • 649
  • 2
  • 6
  • 26
-1
votes
2 answers

linode | ubuntu | sudo apt-get update | mirror 404 error

On Linode (Ubuntu 16.10), after enabling UFW firewall via sudo ufw allow OpenSSH sudo ufw enable sudo ufw allow in "Apache Full" (though I'm not completely sure the firewall setup is the source of my issues...) sudo apt-get update is giving me the…
JED
  • 1,538
  • 2
  • 19
  • 47
-2
votes
2 answers

ubuntu-16.10 unable to locate package

I have recently setup Ubuntu 16.10 and am trying to install PuTTY but keep getting an 'E: Unable to locate package putty' error. I have run both 'sudo apt-get update' and 'sudo apt-get upgrade'. Both complete with success. I have verified that…
-2
votes
3 answers

vlc installation in ubuntu 16.10

My vlc was working file but after installing octave vlc crashed. I tried to reinstall it and repair it with below codes but it did't work $ sudo apt-get purge vlc Reading package lists... Done Building dependency tree Reading state information...…
Eragon
  • 7
  • 2
1
2