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
0
votes
1 answer

The image does not show up when I run this Python code in Ubuntu

Is there something wrong with this code? It doesn't say there are any errors but the 'img' variable never shows at the end. import Image import ImageDraw def main(): b = 4 size = 25 fig_width = size fig_height = size white_rgb…
UnworthyToast
  • 825
  • 5
  • 11
  • 21
0
votes
1 answer

Error on connecting MySQL with Java with Connector/J on ubuntu

I'm trying to do the project explained enter link description here(the code is at the end of the page), but when I run it is risen the error: Exception in thread "main" com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: SELECT command denied…
giacomotb
  • 607
  • 4
  • 10
  • 24
0
votes
1 answer

Moving deployed TurboGears website from HTTP to HTTPS under Apache on Ubuntu 13.10

I have a TurboGears (either v2.2.1 or v2.3.1) website up and running on HTTP under Apache. The HTTP website works fine but I am trying to move it to HTTPS and am hitting a wall. I have two .conf files and tried copying the configuration block from…
0
votes
1 answer

Location of odbc library on ubuntu

I can't find the location of library for odbc on Ubuntu 13.10. I have installed unixodbc with this command : sudo apt-get install unixODBC unixODBC-dev But under /usr/local i can't find nothing. Someone know the correct location of library?
Emanuele Pavanello
  • 785
  • 1
  • 9
  • 22
0
votes
1 answer

Why can't I plot chosen points?

In Matplotlib, Python, I want to click and mark points (actually, a point calculated from its position, eventually), but it doesn't seem to be possible. Even something simple like this doesn't work: from pylab import * fig = plt.figure() ax =…
NoBugs
  • 9,310
  • 13
  • 80
  • 146
0
votes
0 answers

Railo Context Change

I've got a Railo Server with Tomcat 7 installed on Ubuntu Server 13.10 with Apache2. I originally installed it on myrailoserver-dev and then changed the name of the server to myrailoserver. The issue is that it will only load the scripts when the…
WernerCD
  • 2,137
  • 6
  • 31
  • 51
0
votes
1 answer

After installing PyXML on Ubuntu 13.1 I can't import AdWordsClient

So I initially was having issues adding PyXML to Ubuntu 13.1. It turned out I needed to make a change to my PyConfig.h file, which was a pain. Eventually the system was able to successfully build PyXML but now, when I try to import AdWordsClient…
Ravin
  • 626
  • 2
  • 10
  • 25
0
votes
1 answer

Android Eclipse fail to import project

please help me :( I'm a beginner in this. I have a 64 bits system with Ubuntu Gnome 13.10. I wanted to start developing in Android. So I downloaded the Android SDK from here http://developer.android.com/sdk/index.html extract the files and all the…
0
votes
2 answers

Create a text file to hold multiple services for etc/init.d

I have 3 services that need to be started (postgresql, redis, elasticsearch) before my app runs. My question is, can i consolidate the 3 into a file/script so everytime I want to run these services i'll just hit /etc/init.d/services start, and if im…
Finks
  • 1,661
  • 2
  • 16
  • 25
0
votes
1 answer

HAVING MIN() combination returning same as HAVING MAX()

I have searched for this but couldn't find any answer on this particular matter. For my Databases class we have to make a demonstration of the use of some SQL functions on a database we have created. One of those functions is MIN(), while the other…
RPSR1994
  • 5
  • 3
0
votes
1 answer

Stata Menu & Icon Errors in Ubuntu 13.10

I recently bought Stata 13.1 for my Ubuntu 13.10. And I noticed a few problems in it: 1) If I use Stata as a non-root or non-super user, then the menu bar of Stata will be on the top bar of Ubuntu desktop, and if you open a window from menu bar, the…
0
votes
2 answers

How do I install k9copy on Ubuntu 13.10

I have looked through all documentation, and seen that I need multiverse sources enabled, which I've done - I've reloaded (sudo apt-get update), but "sudo apt-get install k9copy" still gives: E: Unable to locate package k9copy Any ideas? Is this…
BruceM
  • 1,549
  • 1
  • 18
  • 41
0
votes
2 answers

Can't use drop down menus of Mulestudio on Ubuntu13.10

I just newly upgraded my ubuntu to 13.10, and I found the menus of Mule Studio (64-bit linux) upon the unity bar freezing up, i.e. can't open any menu from there. Has anyone else come across the same issue? And is there a possible solution?
James Jiang
  • 2,073
  • 6
  • 19
  • 25
0
votes
0 answers

python, ImportError: No module named mayavi.modules.scalar_cut_plane

I get the following error when i try to visualize something on a program that uses mayavi: CONSOLE OUTPUT: File "/home/meniwis/syscave/src/python/syscave/gui/flowsim3d.py", line 15, in from mayavi.modules.scalar_cut_plane import…
xeex
  • 189
  • 1
  • 4
  • 14
-1
votes
1 answer

How do I reinstall Apache 2.2 on Ubuntu 13.10?

I have a VPS running Ubuntu 13.10 and Apache which I use to host Rails sites. Yesterday I decided to do a release upgrade before applying a shellshock patch $do-release-upgrade. The upgrade failed with a broken pipe error (I should have made a note…
old_no_7uk
  • 369
  • 5
  • 16
1 2 3
13
14