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

Emacs: Launch Emacs with init.el in Dropbox directory

I have my init.el stored here: ~/Dropbox/workspaces/emacs/.emacs.d/init.el but when I launch emacs (ie by entering emacs in the terminal), I only get the default emacs. I tried to set up a ".desktop" file, shown below, but it has no effect. When I…
modulitos
  • 14,737
  • 16
  • 67
  • 110
2
votes
0 answers

"error: command 'i686-linux-gnu-gcc' failed with exit status 1" installing geonode. Help me

I was installing GeoNode on ubuntu 13.10 in developers mode according to git:GeoNode I encountered the error error: command 'i686-linux-gnu-gcc' failed with exit status 1 on issuing command: pip install -e geonode --use-mirrors --allow-external…
user26760
  • 21
  • 4
2
votes
2 answers

Rails not found after installing via rvm

I've installed rails via rvm following this blog. Once installed it showed rails installed. But when i open a new terminal rails [Its not found] The program 'rails' can be found in the following packages,... I'm using Ubuntu 13.10. what should i…
Dineshkumar
  • 4,165
  • 5
  • 29
  • 43
2
votes
2 answers

Setting up Yesod on Ubuntu 13.10

After following the instructions on the QuickStart, I'm seeing some errors in Yesod when bringing up a webpage. The errors end in: ... cannot satisfy -package-id wai-extra-1.3.4.6-62543d69d10941dae1d9b206c3eb3067:…
2
votes
1 answer

typeinfo name() and endl don't work together in Windows and mingw

When I run this simple code in Ubuntu (Ubuntu 13.10, 64 bits, g++ 4.8.1) : #include #include #include using namespace std; int main(void) { const type_info &ti_trait = typeid(char_traits::char_type); …
Greg82
  • 1,000
  • 3
  • 10
  • 24
2
votes
0 answers

Error when installing redmine on ubuntu 13.10

I'm new to Redmine and Ruby, i would just like to run Redmine(2.4.1). I just follow this instructions , but i encountered this error when i enter this command sudo apt-get install ruby rubygems libruby libapache2-mod-passenger…
Rong Nguyen
  • 4,143
  • 5
  • 27
  • 53
2
votes
2 answers

Precision qualifier throws an error for OpenGL 3.0 under Mesa 9.2.1

A strange issue with OpenGL 3.0 under Mesa 9.2.1 on Ubuntu 13.10 (64-bit) is observed. Variable definition with explicit precision (like this: highp vec2 v;) produces an error: syntax error, unexpected VEC2, expecting ',' or ';' It seems like…
Yehor Nemov
  • 907
  • 2
  • 16
  • 31
2
votes
4 answers

Where did the directive go in Ubuntu 13.10 / Apache 2.4?

Part of the old vhost files looked like this: DocumentRoot "/var/www/myVhost" Options FollowSymLinks AllowOverride None Options Indexes…
Redsandro
  • 11,060
  • 13
  • 76
  • 106
2
votes
1 answer

"ftn" command in ubuntu system

I am trying to run some benchmarks and most of them use the fortran compiler with "ftn" command. But none of the packages of fortran77 or fortran95 from gfortran and all, provides "ftn". Can anyone tell me is there any package available for ubuntu…
2
votes
1 answer

Permissions issue with NFS mounted share

I have mounted an NFS network share successfully using Webmin. The share seems to be mounted correctly and working correctly. If I login as root I can browse the share just fine. However, I cannot seem to give another user access to read/write to…
Scott
  • 993
  • 3
  • 10
  • 28
2
votes
1 answer

Gsl gem on Ubuntu Saucy (13.10)

I'm trying to install the gsl gem on Ubuntu Saucy I installed the relevant gsl packages with sudo apt-get install gsl-bin libgsl0-dev But then installing the gem fails In file included from /usr/include/ruby-1.9.1/ruby.h:32:0, from…
Dan Mazzini
  • 1,005
  • 10
  • 19
2
votes
2 answers

(Eclipse) Decoration Calculation Error on Ubuntu

when i navigate in project tree (such as open package, etc) their always show error message box : An internal error occurred during: "Decoration Calculation". org/eclipse/jdt/internal/debug/ui/MemberActionFilter and this is the log in…
Mozquito
  • 35
  • 1
  • 10
2
votes
3 answers

Ipython and Matplotlib in Ubuntu 13.10

Folks, I've recently updated my Ubuntu to the 13.10 version. To my surprise, Ipython and Matplotlib are available only in versions prior to those I had in my previous 12.04 LTS install. When with the 12.04, I had the Julian Taylor PPA set up in my…
LuizAngioletti
  • 296
  • 2
  • 11
1
vote
0 answers

How to install applications in Ubuntu 13.10 running on Android with an lxde desktop GUI?

I just recently installed the Ubuntu 13.10 on my Android phone by using complete Linux installer . I am new to Linux , so I wanted to know how to install applications in Ubuntu 13.10 that I am running with a lxde desktop GUI . P S : I have…
1
vote
1 answer

why it occurs error,for all system

when i try to install it occurs error.What is the solution for that.I am trying from last week onwards,the error is sudo pip install pyodbc Collecting pyodbc Downloading pyodbc-4.0.0.tar.gz (190kB) 100% |████████████████████████████████|…
bob marti
  • 1,523
  • 3
  • 11
  • 27