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

Cursor shifted from position

On a given line of the RStudio console or script writing area, the cursor as it flashes on the screen is shifted from its true position, where text is inserted. Say I want to delete a character on a given line. I click right in front of it, and the…
Pertinax
  • 417
  • 4
  • 17
8
votes
4 answers

Brother QL-720NW, printing labels using CUPS & Ubuntu

I'm trying to get my Brother QL-720NW label printer working from an Ubuntu server. I'll briefly describe the process so far, and where I'm stuck. First I installed CUPS and LPR and cupswrapper drivers from Brothers website, and now my QL-720NW shows…
simen
  • 483
  • 1
  • 6
  • 18
6
votes
2 answers

quantal (12.10) ubuntu repos

I'm trying to install HTSeq (bioinformatics tool) on a server running Ubuntu quantal (12.10) and for that I need to install some packages so I use the following command: sudo apt-get install python-numpy python-matplotlib However when I try this, I…
user1834095
  • 5,332
  • 2
  • 20
  • 38
6
votes
1 answer

sudo: unable to resolve host ServerName (takes very long time to "sudo su" )

I use vmware and install ubuntu 12.10 as my guest OS. and run my pc , my network interface is a wireless card however everytime when i try to sudo , i should wait for a long time. and echo sudo: unable to resolve host ServerName pocUbuntu [sudo]…
newBike
  • 14,385
  • 29
  • 109
  • 192
6
votes
2 answers

R not using more than 4GB of memory

I'm running 64 bit R on Ubuntu 12.10 AMD64. I recently added additional 8GB of memory to my system making it a total of 12GB. But I notice that R gives me an error whenever the memory usage (of a single R session) goes above 4GB. When I ran 6 R…
Sagar Jauhari
  • 587
  • 7
  • 13
6
votes
4 answers

R install 2.15.2 Renvirons not found, Ubuntu 12.10 x64

Ubuntu 12.10 x64, R 2.15.2 I'm at a loss, I've installed R numerous times and never had the slightest problem with the install. This time however when I launch the program (either by using the GUI or by typing "R" in the terminal) I get…
AlaskaKraska
  • 100
  • 1
  • 7
5
votes
1 answer

Wordpress Permalinks never work on localhost Ubuntu 12.10

Wordpress permalinks aren't working, except for the default. How do I enable this rewriting? I've tried: sudo a2enmod rewrite sudo service apache2 restart The permalinks are saving to the .htaccess in /localhost/wordpress: # BEGIN…
NoBugs
  • 9,310
  • 13
  • 80
  • 146
5
votes
1 answer

wxTaskBarIcon in Ubuntu 12.10

I built wxWidgets 2.9.3 (for the moment I must stick to this version) under Ubuntu 12.10 and I can't seem to use wxTaskBarIcon class. The sample which is delivered with wxWidgets is compiling and running, but the icon itself is not showing on the…
Rivenris
  • 91
  • 1
  • 8
4
votes
2 answers

avconv: How to concatenate a bunch of flv files (h264 encoded video, adpcm_swf encoded audio)?

I want to concatenate some .flv files (each is h264/adpcm_swf encoded with the same settings). Ideally, I'd like to add something like a cut in between the files - a black screen for 1 or 2 seconds would suffice. I've tried using avconv's…
Jost
  • 5,948
  • 8
  • 42
  • 72
4
votes
1 answer

How to stream video from ubuntu to XBMC?

Does anyone know how to stream video from ubuntu 12.10 to XBMC media center (running on raspberry pi). I know I can enable the AirPlay on the XBMC, but couldn't figure how to stream the video from ubuntu. I've tried to AirPlay plugin for Totem, but…
Noam Peled
  • 4,484
  • 5
  • 43
  • 48
4
votes
4 answers

Can not install java7 to ubuntu 12.10

I want to install java7 to ubuntu 12.10. But I can not install. I had called to following code: sudo add-apt-repository ppa:webupd8team/java sudo apt-get update They is successful.Then: sudo apt-get install oracle-java7-installer It is…
tufan
  • 77
  • 2
  • 10
4
votes
1 answer

"USE statement is not supported to switch between databases" when running query

I get the following error when trying to select a database with php's standard mssql_select_db function: USE statement is not supported to switch between databases. Use a new connection to connect to a different Database. (severity 16). So i'm…
camelCaseD
  • 2,483
  • 5
  • 29
  • 44
3
votes
3 answers

Source a file in upstart conf file

I am trying to create a service for tomcat on Ubuntu 12.10 using upstart. So, i created a tomcat.conf file in /etc/init description "Tomcat Server" start on runlevel [2345] stop on runlevel [!2345] respawn respawn limit 10 5 # run as non…
ufdeveloper
  • 387
  • 6
  • 19
3
votes
3 answers

What are the tools to debug native code in Android

I've made some changes to the csipsimple app for android, and I want to debug its native code. I'm using the ADT bundle v21.1 to develop (eclipse 3.7, cdt 8.1) under Ubuntu 12.10. I came across this tutorial for native debugging under eclipse but it…
david-hoze
  • 1,045
  • 15
  • 31
3
votes
4 answers

Building AOSP (4.2.2) on Ubuntu 12.10 X64 Fail

I'm trying to build AOSP (4.2.2) on Ubuntu 12.10 X64 and i get following error : armin@ubuntu:~/source$ make -j1 ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=4.2.2 TARGET_PRODUCT=full…
Armin
  • 599
  • 2
  • 8
  • 19
1
2
3
8 9