Questions tagged [ubuntu-12.10]

The October 2012 version of the Ubuntu Linux Operating System(Quantal Quetzal)

Ubuntu 12.10 is the October 2012 release of the Ubuntu Linux Operating System.

Resource

129 questions
3
votes
2 answers

Add custom shortcut by command-line - Ubuntu 12.10

How do you add a shortcut by commandline? If we do it by hand (Keyboard > Custom Shortcuts) it works as it is supposed to do. When we want to do it by commandline (in a bashscript as example) gsettings set…
BenCes
  • 165
  • 2
  • 10
3
votes
3 answers

"src/common.hpp:52:32: fatal error: boost/shared_ptr.hpp: No such file or directory" when building websocket++

I know next to nothing about linux or c++. I generally followed these instructions to build boost on ubuntu 12.10 http://piyushparkash.blogspot.com/2012/10/installing-boost-150-in-ubuntu-1210.html. I downloaded 1.53.0. I followed the advice of at…
user1382306
3
votes
2 answers

Unable to install cookbook in chef

I have just began my journey of chef and I have couple of ubuntu ec2 instances running I have installed the chef-client and also configured the node. I am trying to run a getting started cookbook I was following this wiki knife cookbook site…
Jeevan Dongre
  • 4,627
  • 13
  • 67
  • 129
3
votes
0 answers

Rabbitvsc in Nautilus both git and svn

I'm new to Linux, I have ubuntu 12.10. I have installed Rabbitvsc 0.15.2. We have both .git and .svn in our project. We use git locally, and svn with our client. This worked great on Windows, we used Tortoise SVN for svn, and used git from command…
g.adam
  • 373
  • 4
  • 12
3
votes
3 answers

Not able to install pg gem on Ubuntu 12.10

I am using Ubuntu 12.10 64-bit and I have following packages installed : dpkg --get-selections | grep…
vedarthk
  • 1,253
  • 1
  • 14
  • 34
3
votes
1 answer

Avrdude config linux

I'm trying ubuntu 12.10. I want to use Eclipse IDE + avrdude. The problem is, that I have a custom ft232rl programmer, which is not included in standard avrdude configuration. In windows I would add #FTDI_Bitbang programmer id = "ftbb"; desc …
user1685095
  • 5,787
  • 9
  • 51
  • 100
3
votes
0 answers

How to launch Android emulator in Ubuntu 12.10?

I downloaded android-sdk-linux and copied it to my local drive and extracted it. Now, when I try to create an emulator in avd manager and launch the emulator, it does not launch. It requires an environment variable of platforms and platforms-tools…
Ronit
  • 311
  • 1
  • 2
  • 16
2
votes
6 answers

Not able to install mysql-workbench in ubuntu 12.10

I am trying to install msyql-workbench in my ubuntu 12.10 using the following command sudo apt-get install mysql-workbench but it shows the following error. Reading package lists... Done Building dependency tree Reading state information...…
Praveen Srinivasan
  • 1,562
  • 4
  • 25
  • 52
2
votes
1 answer

Upgrading from Ubuntu 12.10 to 14.04 LTS

Can (and how does) one upgrade from Ubuntu 12.10 (now EOL) to 14.04 LTS? I've found contradictory info about this online, some suggesting an intermediate upgrade to 13.10, while others suggest a direct upgrade to 14.04. What would be the best…
user2331291
  • 135
  • 3
  • 5
  • 13
2
votes
1 answer

Chef server on Azure HTTP redirect

I've installed Chef opensource server on an Ubuntu 12.10 machine on Azure. https://instance-name.cloudapp.net works, but http://instance-name.cloudapp.net redirects me to https://instance-name.instance-name.f3.internal.cloudapp.net/, which doesn't…
Tzach
  • 12,889
  • 11
  • 68
  • 115
2
votes
2 answers

Unable to run tests from sublime text 3

I am trying to running a sample test suite from Sublime Text 3. This is my example that I created using bundle gem foo -t minitest class TestFoo < MiniTest::Unit::TestCase def test_that_it_has_a_version_number_test refute_nil ::Foo::VERSION …
theTuxRacer
  • 13,709
  • 7
  • 42
  • 59
2
votes
0 answers

gitlab can not clone by http and check is error

I have installed gitlab and the website is ok, but when i use clone, I always get fatal: Authentication failed. but the username and password is correct, and when I use bundle exec rake gitlab:check RAILS_ENV=production the answer is Checking…
Nks Sai
  • 23
  • 2
2
votes
1 answer

lgcc_s not found by ld even if libgcc_s.so link is not broken on Ubuntu 12.10

I'm facing a problem compiling with gcc with -static, -static-libgcc flags enabled for compiler and -Wl,-static flag enabled for linker on Ubuntu 12.10. But the application builds fine with dynamic linking (without using those flags). /usr/bin/ld:…
Samik
  • 575
  • 2
  • 8
  • 19
2
votes
0 answers

How to transfer executable made of Qt 4.8.3 and OpenCV 2.4.3 from Ubuntu 12.10 to Fedora 14?

I compiled a Qt-GUI project using Qt 4.8.3 & OpenCv 2.4.3 in Ubuntu 12.10. I need to transfer the executable to Fedora 14 to run. But, for the 1st time, it gave me an error can't open the file & asked me to install pypar2. I don't know what it is so…
user2223228
  • 93
  • 2
  • 5
2
votes
1 answer

ZeroMQ Java example hangs on Ubuntu 12

I'm trying to program with ZeroMQ on Ubuntu using the Java examples. I've successfully built ZeroMq core and Java bindings, but trying to run simple example, it just hangs indefinitely. Here's what I've done so far, btw, I'm using JDK/JRE 1.7,…
raffian
  • 31,267
  • 26
  • 103
  • 174
1 2
3
8 9