Ubuntu release that was released on 13 October 2011.
0
votes
1answer
49 views
SWT Text Focus and default selection(return key) events
I am having a strange problem on my RCP. I don't use Linux to develop so my knowledge for common bugs is very less. I am using Ubuntu 11.10 to try out the RCP.
In my RCP, I have an SWT Text that has ...
0
votes
0answers
20 views
Numpy.asarray method behaves differently on OS X and Ubuntu
I have a function that fills a list of lists and return a numpy array by the asarray method.
L = [[],[],[],[],[],[],[]]
# put some data in L
myarray = asarray(L)
The function nicely works as it ...
0
votes
1answer
18 views
setGraphicsEventEnv() not supported under Linux?
I'd like to run a script containing an interactive part on a Ubuntu 64 bit machine. Unfortunately it fails throwing the following error:
Error in setGraphicsEventEnv(which, as.environment(list(...))) ...
1
vote
1answer
45 views
How to add Ruboto path to android sdk?
I am new to Ruboto gem. I am currently working on android with Ruboto. I know android. I have installed the all requirements for Rubuto. I try to created the sample project using following command,
$ ...
0
votes
0answers
26 views
GEOS for django on Ubuntu 11.10
Been trying to run a Django MySQL Nginx Stack to run for GIS Support but unable to succesfully compile GEOS dependancy.
I get a make error 1
It would be great if I could get some concrete steps on ...
0
votes
0answers
27 views
How to can I install Pookmail on xampp server?
Installation guide is here :
http://code.google.com/p/pookmail/wiki/Installation
I have xampp installed at my local ubuntu machine(laptop). I have started the xampp server before I begin the ...
0
votes
1answer
37 views
Strange UDP packets - Bogons, Chinese Government [closed]
I'm not sure if this is the right place to ask this, but here goes. Today I've been working on my computer (Ubuntu 11.10) and netbeans has been periodically crashing. It has never done that before. ...
0
votes
0answers
56 views
java.lang.OutOfMemoryError: Java heap space when installing eclips in ubuntu
I installed eclips php version in ubuntu. After install I run eclipse using command "/opt/eclipse/eclipse –clean" but it gives an error message in below:
java.lang.OutOfMemoryError: Java heap space
...
0
votes
0answers
52 views
python program code to read serially from mic jack in ubuntu 11.10
I am to write a code in python to read from microphone jack. I had done the following code
import Serial
a=serial.Serial(port='/dev/tty/ACM0',baudrate=9600)
while 1:
a.read()
Serial.write(a)
...
-2
votes
2answers
46 views
How install .deb file in Ubuntu 11.10? [closed]
I want to install .deb (debian) file in Ubuntu OS of Version 11.10, But It Cant find any solution for that , Will you help me. Please
-2
votes
1answer
133 views
Ubuntu upgrade to 12.04 LTS, frozen login screen [closed]
I was updating an Ubuntu machine from 11.10 to 12.04 LTS, however during update the whole machine froze, mouse/keyboard all non responsive. So I rebooted the machine. Once booted it can get to the ...
0
votes
2answers
251 views
How to prevent /etc/resolv.conf from getting overwritten after reboot in Ubuntu 11.10?
I'm using Ubuntu 11.10 and I manually configure DNS servers in /etc/resolv.conf but it gets somehow overwritten after I reboot. How can I prevent this?
Thanks.
0
votes
1answer
96 views
S3cmd not working in ubuntu
I have Installed s3cmd on my machine which is ubuntu 11.10 and when i am trying to download some data from s3 it gives me this error, I have also configure s3cmd with the access keys which i have ...
0
votes
0answers
61 views
EXT4/fd (sda1): previous I/O error to superblock detected
I am using Ubuntu 11.10 32 bit. Yesterday, my computer had some line error during boot-time, showed EXT4/fd (sda1): previous I/O error to superblock detected (screenshoot : ...
0
votes
0answers
62 views
Maven not recognizing javac in my Ubuntu installation
I have gotten this error:
Compilation failure
Unable to locate the Javac Compiler in:
/usr/lib/jvm/java-7-openjdk-amd64/jre/../lib/tools.jar
Please ensure you are using JDK 1.4 or above and
not a ...
0
votes
1answer
347 views
Eclipse not Starting
I was using Ubuntu 11.04 & my Eclipse was working fine . I was using Eclipse Juno but now i have upgraded my ubuntu from 11.04 to 11.10 but my Eclipse is not even starting now .
0
votes
1answer
187 views
how to install driver for intel extreme graphics 2
I installed Linux on an Intel Panel PC. Jockey cannot detect any drivers. I do not know how to install my graphics driver first so that I am be able to install touch screen.
Here's some info from ...
0
votes
1answer
59 views
failed running solr
i have installed solr-jetty on ubuntu 11.10. when i run http://localhost:8080/solr ,yes it's can. but when i tried to open http://localhost:8080/solr/admin, shown message "page not found"
i tried to ...
-7
votes
3answers
227 views
how do i copy folder with files to folder in linux [closed]
I am having some issues to copy files in a folder with files another folder to right dest folder can anyone help me.
cp -r doesnt copy files in sub-folder
0
votes
0answers
37 views
Email alerts when a user logged in ubuntu
I need alert mechanism for my ubuntu desktop.When some tries to login on my desktop, needs to send email alerts.
I have written a script and implemented on .bash_rc. i am receiving emails, when some ...
1
vote
0answers
65 views
Netbeans not working after restarting the computer
I have NetBeans 7.1 installed on Ubuntu 11.10. I had to restart the computer to free up some disk space that had been gobbled up by apache. (apache2/error.log had taken up well over 90% of the disk ...
0
votes
1answer
341 views
git gui and gitk not present after installing git
I am using Ubuntu 11.10 and have just installed git using
sudo apt-get install
The basic git commands seem to work. (I have created a repository and added a directory structure to it.) But not ...
-1
votes
1answer
272 views
Change the default folder permissions ubuntu
I am new to Linux, What bothers me is when i'm on my ruby on rails project and when i generate a controller or any file. If i looking into the file browser, it has a lock symbol. so, i have to do ...
0
votes
1answer
42 views
JNA is unable to get system idle time in ubuntu 11.10 version onwards
JNA is unable to get system idle time in ubuntu 11.10 version onwards.
public static long getIdleTimeMillis() {
X11.Window win = null;
Xss.XScreenSaverInfo info = null;
...
0
votes
0answers
73 views
apache2-mpm-itk seems not working for me
OS: Ubuntu 11.10
<IfModule mpm_itk_module>
AssignUserId www-qi www-qi
</IfModule>
Why the User/Group is still www-data in phpinfo() output? Please see the screenshot attached.
The ...
-3
votes
1answer
36 views
How to recover password of Ubuntu [closed]
I forget all password of ubuntu OS (for example Root,other Users). How to get that password or how can i change that password or how to create new login / User?
-1
votes
2answers
518 views
How to detect red ball using opencv + python in my ubuntu 11.10 [closed]
Recently I was installed opencv in ubuntu 11.10 . And I planned to done a simple project in opencv using python. The project is to detect a red ball from an image using python. I'm new in python and ...
0
votes
4answers
211 views
How to reinstall ruby with readline support?
I have installed Ruby through RVM as instructions on https://github.com/wayneeseguin/rvm#installation.
For information I have all the archives (readline-5.2.tar.gz, readline-6.2.tar.gz, ...
0
votes
3answers
381 views
Tryton Incompatible version of the server
I'm trying to connect Tryton to a postgres database. In the Tryton client profile, I used the following details:
Hostname : localhost
port : 8000
username : admin
Now everytime I put in the ...
0
votes
0answers
41 views
Python Ubuntu libc import
EDIT: This is on Ubuntu 11.10, python 2.7.2
When this code is run to look for "c" it looks says that libc.so.6 should be in / or /lib, but libc.so.6 is actually in /lib/i386-linux-gnu/
def ...
0
votes
0answers
29 views
ImageMagick incompatibility with RMagick after upgrading to latest Ubuntu version [duplicate]
Possible Duplicate:
How could i configure Rmagick gem or ImageMagick to solve following problem
I have upgraded to the latest ubuntu version from an old one which upgraded my gems versions ...
-2
votes
1answer
218 views
Urllib2 not working [Errno -2] [closed]
Pardon me for asking this question. Although similar questions have been asked before, few of them had the necessary answers. The few answers just pointed out it as an error in resolving DNS but none ...
0
votes
0answers
53 views
redmine shows the directory contents in accessing the page
I've gone through the steps to set up and install the redmine project on Ubuntu 11.10 with Apache2 but I'm running into a situation where instead of displaying the redmine app, I just see the ...
-1
votes
1answer
112 views
Disable ping request only from windows to virtualbox ubuntu [closed]
I want to disable ping request from my windows to my UBUNTU in virtualbox. i tried
sudo iptables -A INPUT -s 192.168.56.1 -p icmp -j DROP
But it prevent UBUNTU ping to WINDOWS too
My windows ip ...
0
votes
1answer
52 views
Trouble running app engine python sdk
I have downloaded google_appengine_1.7.3.zip
and followed the guidelines given and made the necessary changes to .bashrc
as given here.
Here are my main.py and app.yaml which lie in a folder named ...
2
votes
1answer
103 views
Git push origin master having publickey issues
I'm having some trouble committing a default rails app to git, and I've hit a wall in troubleshooting the problem. I am currently running Ubuntu 11.10. I am running git version 1.7.5.4. I ran through ...
1
vote
0answers
699 views
Mono on Ubuntu MySqlConnection.Open resulting in System.OverflowException
I am trying to get the demo from http://www.mono-project.com/MySQL working on Ubuntu 11.10, using Mono 2.10.5.
Installed MySQL v2 drivers (after renaming) to the gac. Added provider a line to the ...
0
votes
0answers
258 views
scp files through gateway to remote machine
I can't figure out how to scp a file to another machine if there is a gateway connecting my client machine to the remote server. From my client machine I can connect to both the gateway and ...
2
votes
0answers
117 views
Basic buffer overflow practice
I've been practicing some basic stack-based buffer overflow task recently
and I wrote an vulnerable program like this:
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
...
0
votes
2answers
499 views
Recover files deleted with rsync -avz --delete
Is it possible to recover files deleted with rsync -avz --delete?
If it is, what are some suggested tools to do so?
0
votes
1answer
183 views
Trouble with rails multistage deployment on Ubuntu 11.10
I am trying to get a multistage deployment on my server and I am having trouble getting a staging and production configuration running.
Server: Ubuntu 11.10 (GNU/Linux 3.0.0-19-server x86_64)
Here ...
-1
votes
1answer
175 views
Where are the ILU and ILUT libraries after a successful build of DevIL for Ubuntu on ARM machine?
I am trying to port an application that makes use of the DevIL library to open and save images. The application was developed under Ubuntu 10.04 on a PC, where libdevil-dev and libdevil1c2 were ...
0
votes
0answers
61 views
PyLucene installation error in Ubuntu 11.10 [closed]
I am trying to install PyLucene. I downloaded Pylucene3.5.0-3 and and I followed the instructions here.
From the instructions in the link above, I made the following changes in my makefile:
...
0
votes
1answer
157 views
How to use -I backend with Mdb-tools 0.7~rc1-4?
I want to convert ms-access database to sql via mdbtools.
on ubuntu 11.10 32bit with mdbtools 0.5.99.0.6pre1.0.20051109-7.1 when i am using mdbtools -I backend is working fine. i.e. i got file with ...
0
votes
0answers
114 views
error in make install of util-linux chapter 6.19,lfs 6.5
I am building LFS based on LFS 6.5 book in my Ubuntu 11.10. And in chapter 6 I got error in installing util-linux.
I got the following errors:
/bin/sh: command substitution: line 4: syntax error ...
0
votes
2answers
666 views
ps2pdf Unrecoverable error
I have an unrecoverable error, exit code 1 showing up when I try to convert my .ps files to pdf. It worked just about a half hour ago and now it wont. The file is there!
Error: /undefinedfilename in ...
0
votes
0answers
95 views
Connman connectivity issue
While doing list services in connman, I get all the the available technologies irrespective of the fact whether the device has the capability to transfer packets or not for eg a mobile without GPRS ...
1
vote
2answers
86 views
Adding to path so that file is available everywhere - bash
I am trying to add several directories to my path so that the files in that directory and it's subdirectories are available for me from the command prompt across sessions.
export ...
1
vote
0answers
111 views
Disappearing widgets in ubuntu 11.10 with using cairo in gtk2.0
This is my first question on Stack overflow.
Iam facing a problem after moving from Arch Linux to Ubuntu 11.10.
The problem Iam having is disappearing widgets whenever the active widget, ie ...
0
votes
0answers
65 views
How to add HTML 5 video and audio support in Qt4.8.2
I have successfully installed Qt-4.8.2 in my machine (ubuntu 11.10). When I launched the browser using it, there is no HTML 5 video and audio support in it. How can I bring the video and audio support ...