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
140
votes
20 answers

gpg: no valid OpenPGP data found

I am trying to install Jenkins on Ubuntu 13.10 and I am getting the above mentioned error when i try to run the following command: wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
dummy
  • 1,573
  • 2
  • 10
  • 11
83
votes
5 answers

Error building : fatal error: pcre.h: No such file or directory

I'm just finished installing Ubuntu 13.10. I want try Phalcon, and when I build the source (phalcon.so), I have this error : from /home/fabrice/Downloads/cphalcon/build/32bits/phalcon.c:204: /usr/include/php5/ext/pcre/php_pcre.h:29:18: fatal…
fabrice
  • 1,399
  • 1
  • 15
  • 27
83
votes
7 answers

Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE Phonegap Installation

I'm trying to install Phonegap in Ubuntu. The installation of NodeJS was successful, however I can't install Phonegap itself. Here is the error output of terminal: test@test-VirtualBox:~$ sudo npm install -g phonegap npm http GET…
bofanda
  • 10,386
  • 8
  • 34
  • 57
59
votes
17 answers

Timed out while waiting for the machine to boot when vagrant up

I have an Ubuntu 13.10 and I installed Vagrant 1.5.4 and VirtualBox 4.3.10r93012. My problem occurs when I write the command vagrant up at the first time the script up the virtual machine correctly. But after doing vagrant halt and write the command…
xserrat
  • 1,429
  • 1
  • 13
  • 12
55
votes
2 answers

Why does Ubuntu 14.04 stick with (old) Eclipse 3.8 when 4.3 is out?

Ubuntu is usually a cutting edge distro. But why does it stick to a 2011 version of Eclipse when we are 4 years into 4.x development? It's not even optional and cannot be installed from the repositories. And it's not 'easy' from a download either.…
Redsandro
  • 11,060
  • 13
  • 76
  • 106
50
votes
7 answers

The mcrypt extension is missing. Please check your PHP configuration

I just followed the tutorial located at https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu while fixing multiple other errors that I came across along the way and I'm stuck with one last error.…
crgsqdmn
  • 639
  • 1
  • 5
  • 7
47
votes
4 answers

PostgreSQL server failed to start, could not create lock file: permission denied

I am attempting to install and run a postgreSQL server, whenever I install it using sudo apt-get install postgresql I get the following error: * Starting PostgreSQL 9.1 database server * The PostgreSQL server…
dawsondiaz
  • 674
  • 1
  • 7
  • 13
40
votes
8 answers

Virtual host on ubuntu 13.10 and apache 2.4.6

I have the following problem My hosts file is as follows: 127.0.0.1 localhost 127.0.1.1 barbala4o-HP-ProBook-4530s 127.0.1.1 mysite.localhost My file in the /etc/apache2/sites-available/mysite.localhost.conf is as follows :…
Lachezar Raychev
  • 2,113
  • 4
  • 24
  • 34
29
votes
5 answers

How to run python macros in LibreOffice?

When I go to Tools -> Macros -> Organize Macros -> Python I get this dialog: It is not possible to create new Python macros. Apparently LibreOffice has no Python editor so I have to write the macros elsewhere and then just execute them. But I do…
Martin Drozdik
  • 12,742
  • 22
  • 81
  • 146
23
votes
5 answers

" Gtk-WARNING: Unable to locate theme engine in module_path: "murrine" error while installing Adobe air installation on Ubuntu 13.10

Hi I'm new to Ubuntu and I need to install Adobe Air on my computer! I have Ubuntu 13.10 version. I have followed the following steps: $ sudo apt-get install libgtk2.0-0:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386…
user3174967
  • 245
  • 1
  • 2
  • 4
23
votes
1 answer

Undefined reference to 'dlsym'

I have seen a lot of similar posts, but tried every trick in the book and am still struggling. Everything was working fine, but after installing/removing wireshark with some components/disselectors it all got messed up. I don't remember exactly…
evinje
  • 831
  • 1
  • 6
  • 7
20
votes
4 answers

Easiest way to install Mongodb PHP extension in Ubuntu 13.10 (saucy)?

I'm using Ubuntu 13.10 (saucy salamander) and I was hoping that sudo apt-get install php5-mongo would be enough to get the mongodb database driver installed. No such luck though. I'm using php5-fpm, so firstly I found I also needed to do php5enmod…
Tom
  • 14,041
  • 16
  • 64
  • 80
19
votes
3 answers

Error code: ssl_error_rx_record_too_long on nginx ubuntu server

I have a site which was perfectly running with apache on some old ubuntu server and also has https for it. But now for some reasons i need to move to different(new ubuntu server with high configuration) server and trying to serve my site using…
Shiva Krishna Bavandla
  • 25,548
  • 75
  • 193
  • 313
18
votes
2 answers

hg remove all files listed in .hgignore

I have a mercurial repo with .hgignore file. I want to remove all files from disk (hg remove) in this repo which match pattern(s) listed in .hgignore. I can list all ignored files with hg status -i but I don't know how can I delete them. .hgignore…
Umair A.
  • 6,690
  • 20
  • 83
  • 130
12
votes
2 answers

Cannot open source file "bits/c++config.h" error with icpc

I am trying to compile a program on a 64-bit machine with icpc. Unfortunately, I get an error message of catastrophic error: cannot open source file "bits/c++config.h". I have adopded some advice from here but with no success. Also, I do not forget…
Eugene B
  • 995
  • 2
  • 12
  • 27
1
2 3
13 14