Questions tagged [ubuntu-13.10]

Ubuntu 13.10 was released on schedule on October 17th, 2013. It includes the first release of Ubuntu for phones and Ubuntu Core for 64-bit ARM systems.

Ubuntu 13.10 was released on schedule on October 17th, 2013.

Ubuntu 13.10 introduces the first release of Ubuntu for phones and Ubuntu Core for the new 64-bit ARM systems (the "arm64" architecture, also known as AArch64 or ARMv8), and improved AppArmor confinement. In addition to these flagship features there are also major updates throughout.

Ubuntu Server 13.10 includes the Havana release of OpenStack, alongside deployment and management tools that save devops teams time when deploying distributed applications - whether on private clouds, public clouds, x86 or ARM servers, or on developer laptops. Several key server technologies, from MAAS to Ceph, have been updated to new upstream versions with a variety of new features.

Maintenance updates will be provided for Ubuntu 13.10 for 9 months, through July 2014.

-- Quote from the release notification posted on October 17th.

Code name: Saucy Salamander

For questions on using and administrating, running third-party tools, development on ubuntu, services provided, use askubuntu SE

200 questions
3
votes
4 answers

Where do I find DocumentRoot on Ubuntu after installing PHP, MySQL and Apache2?

I am new to Ubuntu Linux (version 13.10). I am following this tutorial to install MySQL, PHP, and Apache2. It installed successfully, but I don't know where to write PHP files that execute when you navigate to the URL localhost/example.php. I am…
Hesbe Reygan
  • 73
  • 1
  • 1
  • 3
2
votes
2 answers

Apache "It works" page being shown instead of site defined in virtual host

I recently ran an update on my vps which updated my apache from 2.2 to 2.4.6 on Ubuntu 13.10. After the update i am only getting the "it works" default apache landing pages. I was fairly sure this was due to the new virtual host file requirements so…
old_no_7uk
  • 369
  • 5
  • 16
2
votes
3 answers

Adding Platform in Apache Cordova does not work

I am installing Apache Cordova on Ubuntu 13.10, following these instructions: http://cordova.apache.org/docs/en/3.5.0//guide_cli_index.md.html#The%20Command-Line%20Interface I got stuck on the section "Add Platforms": $ cordova platforms…
Lokomotywa
  • 2,624
  • 8
  • 44
  • 73
2
votes
0 answers

Python script hangs on ubuntu server using selenium firefox driver

I'm trying to take screenshots of some webpages. I opted for selenium and firefox. I'm using xvfb and setting an environment variable for the display. The script works fine without xvfb on OS X desktop. However on the server the script hangs…
2
votes
1 answer

Vagrant needs Virtual Box ChrUbuntu 13.10 on Acer C720

I need to run Vagrant for my projects, when I try to up it: user@chrubuntu:/var/www/***$ vagrant up VirtualBox is complaining that the installation is incomplete. Please run `VBoxManage --version` to see the error message which should…
hmelenok
  • 33
  • 7
2
votes
2 answers

undefined index: plugins in /usr/share/phppgadmin/classes/

After updating ubuntu from 13.04 to 13.10 In phppgadmin this error message appear undefined index: plugins in /usr/share/phppgadmin/classes/PluginManager.php
Arjun Thakur
  • 635
  • 8
  • 21
2
votes
3 answers

NetBeans 8.0 unable to locate Android SDK

I've installed the Android SDK into NetBeans 8.0 in Ubuntu 13.10 and I've specified the SDK location in Tools>Option>Miscellaneous>Android and key loaded too. But when i create new Android project it says to me that the SDK location is not…
Spartan
  • 1,167
  • 4
  • 20
  • 40
2
votes
1 answer

Error during NearDuplicatesDetection 0.2.0 installation

I just wanted to install NearDuplicatesDetection 0.2.0 using pip install git://github.com/parkr/near-dup-detection.git#egg=NearDuplicatesDetection But I got this error: 184, in get_url_rev url, rev = super(Git, self).get_url_rev() File…
Emely_sh
  • 47
  • 1
  • 8
2
votes
0 answers

PHPUnit not providing any output

phpunit used to work just fine, providing the number of assertions, errors... But then i was trying to install skeleton generator for netbeans with pear, and things got messed up a bit (i had to install and remove many stuff). Can anyone tell me…
Shade
  • 321
  • 1
  • 2
  • 12
2
votes
0 answers

Ubuntu 13.10 Eclipse Creating Android AVD Not Working

I am using Ubuntu 13.10 on a 32 bit machine. Downloaded and installed Eclipse Kepler also 32 bit version in addition of JDK and JRE also 32 bit versions. I downloaded latest Android SDK (API 19) but when I start Eclipse as user (not su) and try to…
pixel
  • 9,653
  • 16
  • 82
  • 149
2
votes
1 answer

Debugging ASP.NET MVC apps in Monodevelop with XSP4

I see from around the web that this question has been asked before elsewhere but I haven't found anything that fixes this problem in my case. When I try to debug an ASP.NET MVC App from MonoDevelop 4.2.3 on Ubuntu, it fails with the error…
booler
  • 705
  • 1
  • 7
  • 15
2
votes
1 answer

QtDesigner 5.2.1 - Ubuntu-13.10. qtchooser configuration files not found

I've just installed the Qt5.2.1 (/opt/qt-5.2.1/5.2.1/gcc64) on my Ubuntu 13.10. I previuosly installed a Qt5.1 in my home directory. When call designer, an error raised designer: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/designer I've seen…
Emmanuel BRUNET
  • 1,286
  • 3
  • 19
  • 46
2
votes
3 answers

Cant send mail with phpmailer

I had it totally working before, but I reinstalled ubuntu 13.10 on my server and now it doesnt work, my code is as follows: require 'php/PHPMailer/PHPMailerAutoload.php'; $mail = new PHPMailer(); $mail->isSMTP(); $mail->SMTPDebug =…
2
votes
2 answers

Ubuntu 13.10 - Apache2 - Custom 404 - not with .htaccess

So I've spent a fair bit of trying and reading including the http://httpd.apache.org/docs/2.2/custom-error.html and I sadly can't get it all to align. What I'm trying to do (with Ubuntu 13.10 & Apache2) is the following: Use virtualhosts. Have the…
Mark
  • 610
  • 9
  • 22
2
votes
2 answers

Can connect to Cassandra cluster using OpsCenter but not DevCenter or via Java

Cassandra noob here. I've done the online training which didn't need more than a localhost connection. Now I've pulled out some old computers and set them up as a cluster, however I can't connect to them via DevCenter or using the Java Driver. I…