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
11
votes
7 answers

Apache doesn't use DocumentRoot after upgrading to Ubuntu 13.10 (Uses default page that says "It works!")

I have various virtual hosts for my web development work, including cnm. The sites-available/cnm my file says very simply: ServerName cnm DocumentRoot /var/www/cnm/public_html I upgraded to Ubuntu 13.10,…
Tom Haws
  • 1,322
  • 1
  • 11
  • 23
10
votes
7 answers

Unable to locate package virtualenv in ubuntu-13 on a virtual-machine

When i try to run the command: sudo apt-get install virtualenv The error I get in response is: E: Unable to locate package virtualenv
Asif Mehmood
  • 964
  • 2
  • 14
  • 35
9
votes
3 answers

Install yeoman with latest nodejs 1.10.15

migrating my system from Ubuntu 13.04 to 13.10, I've installed latest nodejs package available from the Ubuntu Logiteque (that's the frech name of the automatic package installer, don't know if it's the same in english ...). trying to install yeoman…
hugsbrugs
  • 3,501
  • 2
  • 29
  • 36
9
votes
1 answer

Can I convince PyCharm to watch project files on an EncFS mount?

I recently started using EncFS to secure my employer's code (in the event that my laptop is stolen). However, when I start PyCharm I now get the following warning (every time): External file changes sync may be slow Project files cannot be…
lofidevops
  • 15,528
  • 14
  • 79
  • 119
8
votes
1 answer

Git has a long delay between git pull and asking for password

I'm on Ubuntu 13.10 and git recently started acting strange. Whenever I do a pull or a push, there is about a 20 second delay between running the command and it asking for my password. My remote url looks like…
KraigH
  • 223
  • 3
  • 8
8
votes
5 answers

Eclipse ADT Unexpected exception 'Cannot run program'

I have installed ADT Bundle on my laptop. I have ubuntu 13.10 but when I open the ADT I see this message: Unexpected exception 'Cannot run program "/home/.../Descargas/adt-bundle-linux-x86_64 20131030/sdk/platform-tools/adb": error=2, No existe el…
mishelashala
  • 531
  • 2
  • 5
  • 12
7
votes
1 answer

websocket connection fails in Ubuntu 13.10

We're having a weird problem at work and I'm hoping someone here can give me some ideas on how to troubleshoot it. The problem is that I cannot make websocket connections from my Kubuntu 13.10 workstation. I've tried from both Chrome and Firefox.…
StFS
  • 1,639
  • 2
  • 15
  • 31
7
votes
1 answer

boost/asio/ssl throwing "undefined reference" error

I am new to boost and am trying to compile the most basic program that includes boost/asio/ssl. I am working on ubuntu 13.10 64bit and installed the latest boost like this: sudo apt-get install boost-all-dev Here is the magnificent code I am trying…
Michael
  • 938
  • 2
  • 11
  • 18
6
votes
0 answers

Jenkins: Command "git rev-parse --is-inside-work-tree"

I built .git in the workspace already but when tried to build my project but got this error. I use Ubuntu, Jenkins,and Git plugin 2.0.4. Building in workspace /home/xxxx/Desktop/Jenkins ERROR: Workspace has a .git repository, but it appears to be…
prideloki
  • 483
  • 7
  • 19
5
votes
3 answers

Fresh MYSQL install, Access denied for user 'root'

I had an old lamp server that I wanted to move to a new machine, so I did a mysqldump, installed Ubuntu Server 13.10 on a new machine, installed lamp during installation, then imported my old mysql databases from the old lamp server. Everything…
user1564018
  • 281
  • 1
  • 4
  • 12
5
votes
0 answers

Cannot change keyboard layout in Qt Creator

I cannot change keyboard layout in Qt Creator 3.0 (build with Qt 5.2). This means that when I start typing in english I cannot continue typing, say, in russian by Shift+Alt combination. In another application (e.g. Firefox) combination works. Using:…
Sas
  • 523
  • 3
  • 21
5
votes
2 answers

How to get sqldeveloper icon to show in my unity bar

I'm setting up Ubuntu 13.10 on a Dell desktop. I've installed sqldeveloper and have a created a sqldeveoper.desktop file in my Desktop/ dir to launch the program. See code below. My problem is this: on my desktop screen I see the .desktop file as…
John Cowan
  • 1,452
  • 5
  • 25
  • 39
5
votes
3 answers

ns2 allinone installation error in ubuntu 13.10

i'm trying to install ns2 in my ubuntu 13.10 with the ns-allinone-2.35.tar.gz package. at first i was getting x11/* directory not found errors. after following some tutorial and installing following tools, helped me overcome those problems. sudo…
RatDon
  • 3,403
  • 8
  • 43
  • 85
5
votes
5 answers

Could not find rake-10.1.0 in any of the sources

I have been working with rails and have been trying to setup passenger with rake 10.1.0 and it sends back me this errors. Here is the link to the error.Website LInk It looks like Bundler could not find a gem. This is probably because…
User128848244
  • 3,250
  • 3
  • 24
  • 22
5
votes
3 answers

install libopencv-dev without libopencv-ocl-dev

I recently update my os to Ubuntu 13.10 64bit, when I ran sudo apt-get install libopencv-dev My computer crashes. The reason is that libopencv-dev -> libopencv-ocl-dev -> nvida-319 using aptitude why libopencv-dev nvidia-319 p libopencv-dev …
arcticfox
  • 859
  • 1
  • 8
  • 9
1
2
3
13 14