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

assets missing when launching/debugging Rails from RubyMine

I'm trying to test an opensource Ruby on Rails site (pophealth). I've got a VM running Ubuntu 12.10 and RubyMine. It took a while to get all of the gems working right but they are working well now. However, now all of the static assets that are…
Dan Csharpster
  • 2,662
  • 1
  • 26
  • 50
2
votes
1 answer

Ubuntu 12.10 Forbidden - You don't have permission to access / on this server

I'm trying to configure my local server, in the same way I always do but not working, says I have no excuses, but if I give the same permissions to the www folder remains the same and if I point to this folder www if it works I do not understand? if…
user987055
  • 1,039
  • 4
  • 14
  • 25
2
votes
1 answer

Limit available memory on 64-bit Ubuntu 12.10

Is there a efficient way to limit the available memory of the Ubuntu 12.10 64-bit operating system? I have a 8GB ram memory and I want to make only 1GB available. Thank you.
Daniel Saad
  • 909
  • 1
  • 7
  • 12
2
votes
1 answer

/usr/bin/ld: cannot find -lGL (Nvidia, (L)Ubuntu 12.10)

I'm failing to link against OpenGL in my C++/Qt5 projects. I link using the following command: g++ -m64 -Wl,[...] -o [...] [...].o \ -L/usr/X11R6/lib64 -L[...]/qt-5.0.0/5.0.0/gcc_64/lib \ -lQt5Widgets…
leemes
  • 44,967
  • 21
  • 135
  • 183
2
votes
1 answer

Can I have both svn 1.6 and 1.7 on Ubuntu 12.10 system

On my Windows workstation was easy to use Tortoise 1.7 and command line 1.6 in NetBeans. Is it possible in Ubuntu.
banzsh
  • 540
  • 1
  • 4
  • 18
2
votes
1 answer

Installing Nokogiri (v.1.5.0.) Gem In Ubuntu 12.10

I am trying to install foodcritic gem on Ubuntu 12.10. It could be successfully installed in Ubuntu 12.04. I have installed the requirements: libxslt-dev, libxml2-dev, ruby1.9.3 and make packages. But when now I try sudo gem install foodcritic I…
Draco Ater
  • 20,820
  • 8
  • 62
  • 86
1
vote
2 answers

How to change my ssl ciphers in ldaps request?

Dears~, My environment is: OS:Ubuntu 12.04.4 LTS Python:Python 2.7.3 When use ldap connect to AD server over ssl. I got this error "A TLS packet with unexpected length was received" I have got the package by tcpdump and find hello faild Hello…
harry
  • 11
  • 2
1
vote
0 answers

How to update from php 5.4.x to php 5.5 on ubuntu 12.10

I tried to update my php from 5.4.x to 5.5.x with this link. But it did not work. my system claimed nothing to update and everything is newest. Could someone help me???
Haruji Burke
  • 449
  • 1
  • 4
  • 17
1
vote
1 answer

Failed to bind to '127.0.0.1:6600': Address already in use

I'm using ubuntu 12.10 for my MPI(message passing interface) configuration I have installed mpd after installation I have start mpd, it is started normally no error message display but when I'm trying to run the command "mpd &" it gives me error…
user3711865
  • 11
  • 1
  • 2
1
vote
1 answer

How to allocate the given Url to a specific folder in my localhost in ubuntu 12.10?

I have two folder in my localhost var/www/project1 and var/www/project2 When I access one project url I want to get that site only how can I achieve that? ex: `project1.example.com` should go to the `project1/index.php` `project2.example.com`…
Naveenbos
  • 2,532
  • 3
  • 34
  • 60
1
vote
0 answers

Unmount NFS folders on wlan0 with pre-down

I'm working on this machine (Ubuntu 12.10) that needs to connect to a NAS via wlan. /etc/fstab is configured with nfs auto and the directory is mounted correctly when the wlan is connected. BUT the computer won't shutdown and hangs waiting for the…
1
vote
1 answer

Dependency issue: sun-java6-jdk (bindiff)

I am trying to install bindiff. When I try to install through archive manager I am welcomed by the following message "Dependency is not satisfiable: sun-java6-jre". (I am running ubuntu 12.10) I have tried adding a repository sudo add-apt-repository…
sudobangbang
  • 1,406
  • 10
  • 32
  • 55
1
vote
1 answer

Ubuntu 12.10 logrotate issue

On Ubuntu 12.10, added the following entry to '/etc/logrotate.d' path: # cat /etc/logrotate.d/tsdb /home/logs/*dat { daily rotate 30 compress missingok notifempty create 0664 nagios nagios } Below is…
cog_n1t1v3
  • 229
  • 4
  • 18
1
vote
1 answer

how to run openlaszlo 4.9.0 in ubuntu12.04?

I am Using Ubuntu 12.04 and i want to run OpenLaszlo 4.9.0 in my system. I have read many tutorial, e.g. http://wiki.openlaszlo.org/Installing_OpenLaszlo#Installing_the_DevKit_on_Unix.2FLinux that say that put server in JAVA_HOME but i do not know…
Kapil
  • 320
  • 6
  • 10
  • 23
1
vote
1 answer

My speakers and headphones are not working on ubuntu 13.04

I used to work on Ubuntu 12.10 but then suddenly my speakers stopped working, my headphones didn't used to work before and still they are not working, i then upgraded to 13.04 in hope that it may solve my problem, but it was not the case. I have…
amian
  • 187
  • 2
  • 2
  • 10
1 2 3
8 9