Tagged Questions

Ubuntu is a desktop and server operating system based on Debian GNU/Linux. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

learn more… | top users | synonyms

25
votes
12answers
3k views

Can't stop WEBrick 1.3.1 with ctrl-c on Ubuntu 11.04

I'm using RVM, Ruby 1.9.2, and Rails 3.0.7 A standard kill of the process from another terminal doesn't work, either, but kill -9 does, of course. I found a similar question, CTRL+C to Webbrick ...
10
votes
3answers
16k views

linux/videodev.h : no such file or directory - OpenCV on ubuntu 11.04

I tried to install OpenCV2.2 on Ubuntu 11.04. But OpenCV compilation fails stating an error related to linux/videodev.h file. File available in /user/includes/linux is named videodev2.h. ...
6
votes
0answers
112 views

An up to date Quickly(ubuntu) Guide [closed]

Does anyone know of an up to date guide for Quickly, it has changed a lot since I have lasted used it. I'm trying to link a button to an function. I believe all you need to do is name the function in ...
4
votes
1answer
266 views

Android Device not recognised by win7 virtualbox

I am running a VirtualBox with Windows 7 on it in Ubuntu 11.04. I want to use this environment for Android development. I followed the setup instructions and can debug on the emulator. I have used ...
4
votes
3answers
5k views

how to mount a exFAT partition in Ubuntu 11.04

first how can I format a partition with exFAT format in Ubuntu 11.04? When I mount a exFAT partition using command 'mount /dev/sdb1 /mnt', it is said that I need to specify the file system, and then ...
4
votes
2answers
2k views

MongoDB doesn't understand UTF-8

If I add non-ASCII characters to MongoDB database then all db.find() fail telling "non ascii character detected". It's problem of SpiderMonkey, I have to rebuild it with UTF-8 support. I've tried to ...
3
votes
0answers
40 views

installing mysql for python within virtual environment [closed]

I went through other similar questions, but none of the stuffs mentioned there, served my purpose. My OS is ubuntu 11.04, What i did was created a virtual environment first: virtualenv mysite once ...
3
votes
1answer
414 views

How to enable global menu bar for Emacs on Ubuntu (Unity 11.04)

I use latest Ubuntu 11.04 which has Unity desktop. I am learning to use Emacs 23. As you know, Unity has top panel. I want to enable global menu bar for Emacs so that I could save valuable screen ...
3
votes
1answer
606 views

How to work with Puppet dependencies when installing Nginx 1.0.5 on Ubuntu 11.04

I'm new to Puppet and have a question about working with dependencies. I'm using Puppet to install Nginx 1.0.5 on Ubuntu 11.04. It requires adding a new apt repository since natty normally comes with ...
3
votes
4answers
1k views

phpmyadmin is not working after I installed it

I would all of you to know that I am a total noob to Ubuntu so please bear with me if my question is too moronic like my username suggests. I am using the ubuntu-11.04. I followed these steps on ...
3
votes
1answer
163 views

heroku logs --tail doesn't quit on ctrl-c (Ubuntu)

I'm using Ubuntu 11.04, rvm and heroku. When I'm doing this : $ heroku logs --tail Ctrl-C doesn't stop the process, contrary to the documentation.
3
votes
2answers
531 views

How to solve “Symbol lookup error” by using JPL on Ubuntu11.04?

I'm coding a program in Java and I would like to connect to Prolog. Thus, I decided to use JPL. It is perfectly to use JPL on Windows Vista. Later, I have to change the OS platform to be Ubuntu 11.04. ...
3
votes
2answers
281 views

How do I update virtualenv on Ubuntu?

I have installed virtualenv version 1.4.9 and the latest version is 1.6.1. How do I update to version 1.6.1. Do I have to uninstall version 1.4.9? If so, how do I uninstall it?
2
votes
1answer
50 views

supervisord stopping child processes

One of the problems which i face with supervisord is that when i have a command which in turn spawns another process supervisord is not able to kill it. For eg. if i have a java process which when ...
2
votes
1answer
83 views

emacs tab width conflicts with auto-complete

I installed emacs auto-complete and put the following lines in ~/.emacs ; set the default tab width as 4 (setq-default indent-tabs-mode nil) (setq-default tab-width 4) (setq indent-line-function ...
2
votes
3answers
196 views

does using “:platforms =>” in your gemfile work?

I have a Rails app that I'm developing on Windows and deploying to Linux. I suspect I'll just switch entirely over to Linux in the future. Anyway, on Linux I need 'execjs' and 'therubyracer' but I ...
2
votes
1answer
401 views

Where can I download the mp3plugin.jar to play MP3s in Java code?

I need to Play a MP3 File in Java code under Linux environment (Ubuntu 11.04). I tried to download the MP3plugin.jar file from http://www.oracle.com/technetwork/java/javase/download-137625.html ,but ...
2
votes
3answers
1k views

Ubuntu 11.04 - Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (13)

I have googled for 2 days now and was initially get a '/var/run/mysqld/mysqld.sock' (2) I fixed this by using: Sudo touch /var/run/mysqld/mysqld.cock sudo chown -R mysql /var/run/mysqld/ now i ...
2
votes
2answers
143 views

How do you install packages/libraries without Cabal or Cabal-Install?

I'm trying to set up Haskell from scratch, on Ubuntu 11.04, without using the outdated Debian repo or Haskell-Platform. I've installed GHC-7.0.4 from source with no problem, and now need to install ...
2
votes
3answers
99 views

VIM not highlighting PHP files, highlights others

VIM is unable to highlight PHP files or indent it (using '='). It is working fine for other file types (.html, .c, .java etc.) I tried manually setting filetype/syntax without any results. What ...
2
votes
1answer
212 views

running selenium xvfb on ubuntu 11.04

i am trying to run selenium test using maven on ubuntu. i have the following configuration for maven : <plugin> <groupId>org.codehaus.mojo</groupId> ...
2
votes
1answer
793 views

Ubuntu 11.04: Installing GCC 4.4.6

I am trying to install GCC 4.4.6 on Ubuntu 11.04 64 bit and having some trouble. As the package does not ship with this distribution I try to build it from source. It needs GMP and MPFR which I ...
2
votes
1answer
135 views

Python UDP server on ubuntu not working

I am trying to run this script on a ubuntu 11.04 box: http://taoofmac.com/space/projects/ReGrowl Its a small script bound to UDP port 9887 designed to relay Growl packets. I can send the script ...
2
votes
2answers
70 views

PHP rename() Ignoring Permissions?

Environment PHP -V output: PHP 5.3.5-1ubuntu7.2 with Suhosin-Patch (cli) (built: May 2 2011 23:00:17) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend ...
2
votes
2answers
256 views

how to install Qt_SDK_Lin32_offline_v1_1_2_en.run on ubuntu11.04?

i cannot install qt on ubuntu. i tried the following chmod u+x Qt_SDK_Lin32_offline_v1_1_3_en.run ./Qt_SDK_Lin32_offline_v1_1_3_en.run and also mv Qt_SDK_Lin32_offline_v1_1_2_en.run ...
2
votes
1answer
69 views

How to provide your own delimeter for cin?

In c, I can use newline delimeter ([^\n]) with scanf. Using which I can store the line. Similarly for cin, I can use getline. If I have to store a paragraph, I can simulate the functionality using my ...
2
votes
1answer
97 views

zsh auto completion in home dir

I used for years in openSuSE the: #compdef w _files -W ~/work -/ function to auto-complete the directory names in my ~/work dir. It does not work in Ubuntu zsh -v 4.3.11, when I hit TAB after w I ...
2
votes
1answer
267 views

Matlab: loading wmv video files

I am trying to load a wmv video in Matlab as follows: vidObj = mmreader('video.wmv'); However, I receive the following error: The file requires the following codec(s) to be installed on your ...
2
votes
2answers
337 views

Cannot run Code::Blocks: libwx_gtk2u-2.8.so.0 not found

I am trying to install Code::Blocks 10.05 from (non-SVN) sources (codeblocks-10.05-src.tar.bz2). My OS is Ubuntu 11.04. I needed to download and install wxWidgets first (I now have wxGTK-2.8.12), ...
2
votes
2answers
162 views

In Ubuntu Python 2.7 reading output of an os.system() command

So I am running code that looks like this on Ubuntu 11.4 and Python 2.7: p_scan_command = "sudo nmap -sC -sV -PN -O 192.168.0.1/24" time.sleep(1.5) os.system(p_scan_command) f = open('nmapscan1.log', ...
2
votes
2answers
567 views

“Symbolic link not allowed or link target not accessible” on fresh installed XAMPP for Linux

I just fresh installed XAMPP for Linux (version 1.7.4) on my laptop (Ubuntu 11.04 x64). And then I made link on my htdocs folder to my project folder $pwd /opt/lampp/htdocs $sudo ln -s ...
2
votes
1answer
788 views

Is there a MongoDB GUI desktop application for Linux?

From my searches online, I've found dozens of web-based MongoDB GUIs, as well as a native desktop application for MacOS, and one for Windows. But I'm having trouble finding any desktop GUIs for Linux. ...
2
votes
3answers
471 views

Get android debugging to work on Ubuntu 11.04 Natty

I put a file named "70-android.rules" in /etc/udev/rules.d/ with SUBSYSTEM=="usb", SYSFS{22b8}=="22b8", MODE="0666" but it still wont read my Motorola Atrix, is there something I'm doing wrong? ...
2
votes
3answers
1k views

Best way to get spidermonkey js on Ubuntu 11.04?

I need to install the Spidermonkey JS engine on my work machine. The project I'm working on has a jslint script that requires Spidermonkey or a similar js binary. I've tried compiling Spidermonkey ...
2
votes
3answers
269 views

G++ default search path

Where can be found default settings for search path for headers in Ubuntu 11.04? This is for g++.
2
votes
1answer
1k views

netbeans 6.9 rake error on Ubuntu 11.04

Each time I try to run a brand new rails project in Netbeans I get the following error: "Could not find rake-0.9.2 in any of the sources (Bundler::GemNotFound)" What's happening? P.S: I already did ...
2
votes
2answers
1k views

Heroku and RoR server on Ubuntu 64bit 11.04

So I want to deploy my app to Heroku, registered the account and did other necessary things. But I ran on a problem running command heroku keys:add. Here's the errors I get: ...
2
votes
1answer
4k views

OpenCV, Ubuntu 11.04

I've been trying to install OpenCV 2.2 on Ubuntu 11.04. As far as I can gather from here: linux/videodev.h : no such file or directory - OpenCV on ubuntu 11.04, the installation fails because ...
1
vote
0answers
12 views

Apache + mod_wsgi + persistent Python application - I think I'm missing a piece

Ubuntu 11.10, Python 2.6. Background: I have an existing Python app that is using Twisted to sit in a loop and wait for RESTful commands to come in. So the app starts up, kicks off threads that do ...
1
vote
1answer
42 views

How to setup a OpenGL developement environment without Mesa

According to what i read here: http://www.linuxquestions.org/questions/linux-software-2/opengl-vs-mesa-whats-the-diff-351037/ Mesa is software rendering, while driver OpenGL is hardware rendering. ...
1
vote
2answers
40 views

Library for integrate webcam with java

I have project for making application which integrate webcam with Java Language. What library should I use for doing that? I'm using Linux Ubuntu 11.04. I have tried use JMF, but when i run ...
1
vote
0answers
53 views

PyGTK menu doesn't display under Ubuntu Unity?

I have a PyGTK application, and it works fine in Gnome, but under Unity (ubuntu 10.10+) the global menu bar doesn't work - the menus are not displayed in the application window or the top bar. Is ...
1
vote
1answer
28 views

Moodle Installation Error

I have my moodle setup using this guide ( Ubuntu 11.04 ) http://docs.moodle.org/dev/Install_Moodle_On_Ubuntu_with_Nginx/PHP-fpm I am having an issue installing moodle at this step: moodledata dir ...
1
vote
3answers
107 views

C program(malloc) is not compiling in ubuntu 11.04

I have installed the gcc compiler from this sudo apt-get install build-essential command and my program code is #include<stdio.h> main() { int *b; b = ...
1
vote
1answer
181 views

hadoop ERROR : JAVA_HOME is not set

I'm trying to install Hadoop on ubuntu 11.10. I set the JAVA_HOME variable in the file conf/hadoop-env.sh to : # export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk and then I execute these ...
1
vote
1answer
53 views

Adding Vendor Id on linux for device debugging : error: no permissions

I am trying to add my Alcatel device on linux environment using this link Problem: not able to debug using this device ./adb devices List of devices attached ???????????? no permissions ...
1
vote
2answers
219 views

Run shell script in python

I need to execute a shell script to run the python program in via python command. I should have to execute my python script like this ubuntu@ip-10-32-157-231:~/hg_intcen/lib$ xvfb-run python ...
1
vote
1answer
163 views

Tried many suggestions, how do I install mysql2 gem?

I'm trying to install a mysql2 gem on a ruby on rails app. I'm currently running Ubuntu 11.04 and this is the error I get when I run sudo gem install mysql2 or bundle install: Building native ...
1
vote
2answers
66 views

Retrieving command line history

I use ubuntu 11.04, and the question must be common to any bash shell. Pressing the up arrow key on your terminal will retrieve the previous command you had executed at your terminal. My question is ...
1
vote
1answer
101 views

How to use Octave libraries with C++

This is my first question here, so sorry in forward if it is not well formulated or stupid. I am trying to use the octave libraries with C++ I am using Qt creator on Ubuntu (linux noob) #include ...

1 2 3 4 5 6