For issues relating to using Ubuntu, version 10.10.
0
votes
0answers
14 views
Windows 8 on Ubuntu [closed]
Good morning
I bought a brand new laptop with Ubuntu 10.10 on it, I want to override it and install windows 8 instead. I used a bootable DVD but i got a blue screen with an error message "unexpected ...
0
votes
2answers
89 views
C compiler cannot create executables ndpi install
i want to install ndpi but it has following error:(i'm new in ubuntu)
root@amin-VirtualBox:/home/amin/Desktop/ndpi# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking ...
1
vote
0answers
333 views
Apache2 Ubuntu 12.10 Only Default Virtual Host is recognized
I've ran into this problem before with other flavors of Linux and typically it's something dumb but I think I've ruled out all those possibilities. I an using multiple virtual hosts on apache2 Ubuntu ...
0
votes
1answer
94 views
After installing libx11-dev I am not able to find Xlib.h
There are lots of post here but none of them have helped me.
I have successfully installed libx11-dev from apt-get and still netbeans complaining that it cannot find include file <X11/Xlib.h>.
...
4
votes
0answers
100 views
httperf gives warning open file descriptor on ubuntu 12.04 but not in Ubuntu 10.04
I have been running load tests using httperf for a few weeks and getting this error -
httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE
when I fire query ...
2
votes
2answers
175 views
UNIX valid_password
why in Cygwin Terminal - the if statement work
and ubuntu - unix - not working for
this code :
#!/bin/sh
valid_password="pass"
echo "Please enter the password:"
read password
if [ "$password" == ...
2
votes
1answer
51 views
Created window not appearing
I have GLUT installed, this is the code that I am compiling with GCC:
#include <GL/glut.h>
void display()
{
glClearColor(1.0,1.0,1.0,1.0);
glClear(GL_COLOR_BUFFER_BIT);
...
0
votes
1answer
113 views
Install Ruby 1.9.3-p374 Ubuntu 10.10
After install Ruby 1.9.3-p374 on Ubuntu 10.10 I got error:
/opt/ruby-1.9.3-p374/bin/ruby -v
Segmentation fault
For installation I used this instructions ...
-1
votes
1answer
4k views
apt-get install is not working in ubuntu 10.10? [closed]
Am using ubuntu 10.10[32bit] machine,Am not able to install any software and even apt-get update,Am getting the fallowing error
W: Failed to fetch ...
0
votes
2answers
75 views
libcurl - easy.h configuration prob
my php installation has got some problem while installing I am getting
following error:
configure: error: Please reinstall the libcurl distribution -
easy.h should be in /include/curl/
which ...
2
votes
1answer
26 views
not able to find comerr-dev_2.1-1.41.12-1ubuntu2_i386.deb deian
I am trying to install php-5.2.8 in Ubuntu 10.10 but installation process does not have comerr-dev_2.1-1.41.12-1ubuntu2_i386.deb and stopping my php installation
alternative I tried installing ...
0
votes
0answers
15 views
warning relative to ffmpeg in ubuntu while building package
I get the following warning while building my package in ubuntu 10.10:
dpkg-shlibdeps: warning: debian/behnama/usr/bin/bc_patrol contains an unresolvable reference to symbol ...
2
votes
1answer
62 views
Can't run a c++ cgi on Kubuntu 10. Checked all apache configurations+exec+cgi-bin+api
I'm trying to compile my 1st c++ cgi Programm on kubuntu 10 with Apache2 but nothing.
I've Put it to the cgi-bin folder checked the config files, run the programm on command, changed privileges to ...
0
votes
0answers
90 views
PPTP. Keep IP lease for X time [closed]
Situation:
I have an Ubuntu 10.10 machine with PPTP configured as a server and multiple ubuntu 10.10 with PPTP configured as client.
The clients all have the same username and password to log on to ...
0
votes
1answer
346 views
Failed to find file when trying to create new Rails app on fresh Ruby installation
I'm using this guide - https://www.digitalocean.com/community/articles/how-to-install-ruby-on-rails-on-ubuntu-12-04-lts-precise-pangolin-with-rvm.
I know it is for 12.04, but it was reccomended by ...
1
vote
1answer
68 views
How to use PendingIntent on BroadcastReceiver
I am trying to set up a message application such that:
First we set up a message on PreferenceConnector and we receive the
message then
BroadcastReceiver checks that the message contents are equal ...
-1
votes
2answers
4k views
How do I run Google Chrome as root?
I have installed Google Chrome in Ubuntu 10.10. When I try to use in normal user, it is working fine.
Now if I want to use as a root it gives the following error:
Google Chrome does not run as ...
0
votes
0answers
274 views
How to change ip address in Ubuntu 10.10 [closed]
In windows we can easily change the ip address of my machine using
1. Type "ipconfig /release"
2. Type "ipconfig /renew"
Like that how can we do it in Ubuntu 10.10
1
vote
0answers
121 views
Using Rob Hess's SIFT library in Ubuntu
I'm trying to use Rob Hess's SIFT library in Ubuntu 11.10. SIFT along with its dependencies - OpenCV and GTK+ have been installed. Now, when I try to run from terminal any of the examples with the ...
0
votes
3answers
566 views
Problems with Compiling C program on Ubuntu
I am using Ubuntu 10.10 as VM and am new to it. Until recently i could easily compile C programs from the terminal. However, as i try to compile them now it gives a message as:
/usr/bin/ld: cannot ...
0
votes
0answers
146 views
How to Uninstall wine software in ubuntu10.10
There is a problem facing uninstalling of wine software from ubuntu10.10
when i am trying to uninstall from ubuntu software center error coming:
An unhandlable error occured
There seems to be ...
0
votes
0answers
118 views
After installing airsnort and aircrack-ng-1.1 the wifi makes the computer hangs and the caps lock and scroll lock blinks
I Uses ubuntu 10.10 on Sony vaio (VPC EA25F), after installing airsnort and aircrack-ng-1.1 to scan and monitor the wifi network, when the computer restart I and about 2 or 3 minutes of switching on ...
0
votes
1answer
404 views
is my 8080 being listened?
I run the following command on ubuntu 10.10. Could anyone tell me what does the result mean?
ubuntu@ip-XX-XXX-XX-XXX:~$ netstat -nao | grep 80
tcp 0 0 0.0.0.0:80 ...
0
votes
1answer
1k views
install java6 and tomcat7 on Amazon EC2
Ubuntu is running on Amazon EC2, version 10.10
installed java using
sudo apt-get install openjdk-6-jdk
(more about openjdk6 https://launchpad.net/ubuntu/maverick/+package/openjdk-6-jdk)
did ...
-1
votes
1answer
151 views
What is the best way to upgrade Vim 7.2 to 7.3 in Ubuntu 10.10 [closed]
I've got default repositories which are pre built with Ubuntu
0
votes
1answer
640 views
No response from port 8080 in apache2/Ubuntu10.10
I have a computer at home running Ubuntu 10.10. I am trying to make a server and host my own website, and I am running a LAMP (Linux, Apache, MySql, PHP) server. But my IPS blocks incoming traffic on ...
0
votes
0answers
254 views
Different result for zcat and zless piped with grep
I have a compressed file (.gz) which contains multiple columns (strings and a hash) separated by a blank space. Can somebody explain to me why I get different output when I try to search for a ...
-1
votes
1answer
415 views
How to configure Nutch and solr in ubuntu 10.10?
I'm trying to build a search engine for my final year project. I have done lots of research on this topic in the last 2 months.
And I found that I will need a crawler to crawl the Internet, a parser, ...
1
vote
0answers
137 views
I want to learn OpenGl programming on ubuntu [closed]
I want to start graphics programing in OpenGL.
I have done little hands-on XWindows programing to implement algorithms from Computer Graphics and have used XT for designing the UI.
Now I want to ...
0
votes
2answers
663 views
Xampp start giving errors
I am installing XAMPP on ubuntu10.10
(i) i have extracted tar xvfz xampp-linux-1.7.7.tar.gz -C ./opt into the opt folder
(ii) When i write: sudo ./opt/lampp/lampp start
I am getting the following ...
0
votes
1answer
59 views
Unwanted software installed accidentally
On ubuntu 10.10 I accidentally added to repository two programs that had the goal to reproduce a bug.I didn't want to install them, so I kept them in repository and (didn't know how to remove them) ...
4
votes
3answers
2k views
ImportError: No module named bottle
$ sudo pip install bottle
Downloading/unpacking bottle
Downloading bottle-0.10.7.tar.gz (55Kb): 55Kb downloaded
Running setup.py egg_info for package bottle
Installing collected packages: bottle
...
-2
votes
2answers
959 views
Run a remote desktop connection from linux (ubuntu)
I have a little problem that is troubling me. Can i connect to a windows trough remote desktop protocol from a linux (Ubuntu)?
In Windows i have Remote Desktop Connection
...
0
votes
1answer
547 views
Sendmail() takes a long time to execute
I'm using sendmail from PHP (CakePHP 1.3) on a Linux Server (Ubuntu 10.10), and it's taking forever to execute, but eventually goes through. SMTP is running as a daemon -- for a while, I thought the ...
1
vote
2answers
543 views
c++ compile error after upgrading from ubuntu 10.10 to 11.10
I have a program in c++ that was working and compiling on ubuntu 10.10. However, when i upgraded to 11.10 i started to get this error message:
g++ -rdynamic -o ../../../bin/camera Camera.o main.o ...
0
votes
1answer
96 views
eclipse running deleted code
I am trying to debug a project I'm working on but whenever I try to step through the code I notice that eclipse is running code which is no longer there. It was doing this with commented code which ...
0
votes
1answer
262 views
About Amazon AWS EC2
I am new to deploy a rails3.1 app to the AWS platform(heroku only previously).
However, I want to take the advantage of EC2 + S3 free-tier micro instance.
I've heard that there's something called ...
3
votes
1answer
299 views
Arachni gem installation error
I am new to RoR application and i want to install arachni but when i fire "gem install arachni" it shows me error as given below
/home/crystal103/.rvm/rubies/ruby-1.9.2-p290/bin/gem:4: warning: ...
2
votes
1answer
425 views
Where does the JVM get the locale settings in ubuntu 10.10?
My web app runs fine after I changed the system locale however whenever files are generated (java.text.numberformat.getCurrencyInstance() ) the currency shown in the files are in $ as opposed to € ...
0
votes
1answer
896 views
Error implementing posix message queue - “Function not implemented”
I have written this code to make a posix message queue. But I am receiving an error "Function not implemented".
Q1. Is it a platform related issue ? [Am using Ubuntu 10.10] I read somewhere that I ...
3
votes
1answer
176 views
PyGTK Icon Blurry in Ubuntu
When using an SVG file as the icon of a PyGTK window set by the function:
set_icon_from_file("icon.svg"),
the icon appears blurry when viewed from the Alt-Tab view and Unity Launcher Bar in Ubuntu ...
0
votes
2answers
383 views
g++ compile error .h file
I'm trying to compile a .cpp file using g++ in Linux Ubuntu 10.10 and when i try to compile this code
#include <iostream>
#include ...
5
votes
2answers
1k views
How to modify color of inactive line in code assist in Eclipse?
First of all, there is already a similar question, but these answers don't help.
As already mentioned in the topic, I'd like to modify the color of the inactive line in code assist (without changing ...
0
votes
1answer
665 views
PostgreSQL 8.4 Fails to Start on Ubuntu 10.10 Bug?
PostgreSQL 8.4 Fails to Start on Ubuntu 10.10
sudo /etc/init.d/postgresql start
* Starting PostgreSQL 8.4 database server ...
-1
votes
1answer
405 views
USB keyboard won't work - Ubuntu 10.10 [closed]
When I plug my USB keyboard into Ubuntu 10.10 it doesn't want to work at all. My USB mouse does though.
Any ideas would be appreciated,
Thanks.
1
vote
3answers
1k views
Using Notepad++ in Ubuntu [duplicate]
Possible Duplicate:
What can I use as a Notepad++ alternative in Linux (Ubuntu)?
Can anybody tell me how can i use notepad++ in Ubuntu? or if is there any other similar editor i can use? I ...
1
vote
2answers
386 views
Ubuntu Xampp PHP File Permissions with NTFS Hdd's as additional media storage
I have 4 drives in my (yes, physically in the box, sata connected) Ubuntu 10.10 system with xampp installed at the /opt/lampp/ dir on the OS drive. The OS drive (ssd, lets call it drive1 for sanity) ...
0
votes
0answers
958 views
TITANIUM ::: Missing Java SDK: PATH not mentioned
i am using Ubuntu 10.10 and i am unable to run any application on Titanium due to Java SDK is
[ERROR] Missing Java SDK. Please make sure Java SDK is on your PATH (exception: [Errno 2] No such file or ...
0
votes
1answer
553 views
ubuntu keyboard layout switch issue [closed]
I have ubuntu 10.10 and I use both arabic and english keyboard layouts,
sometimes a problem happens and the keyboard layout switches between arabic and english that make me unable to type a word.
...
0
votes
1answer
380 views
Why is the production.log not being written to, are the permissions off?
I just installed rails on ubuntu 10.10 and I am running into a problem and i cant check the production.log because its empty. I have passenger and the permissions for production.log is 777 and still ...

