Questions tagged [ubuntu-10.10]

For issues relating to using Ubuntu, version 10.10.

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

188 questions
2
votes
2 answers

VirtualBox won't expand guest system's window

I have a problem with VirtualBox - my guest system is ubuntu 10.10 and after update, some of the VirtualBox's Guest additions functions stopped working. For example - before the update whole window of VB was occupied by guest's desktop, and now it's…
marek
  • 259
  • 8
  • 19
2
votes
3 answers

Samsung Pop 5570 does not connect in Ubuntu 10.10. in development mode

Adb devices is not listing my Samsung Pop 5570 wen connected in with USB debugging on in ubuntu 10.10 adb devices ?????????? no permissions i did add the 51-android.rules file in /etc/udev/rules.d folder but still adb devices shows that devices wit…
SuperCop
  • 947
  • 1
  • 6
  • 5
2
votes
4 answers

How to install modules for Python 2.7 on Ubuntu 10.10?

On Ubuntu 10.10, I am unable to install lxml to python 2.7. Here are the steps I take. sudo su - apt-get install python2.7 apt-get install python-lxml Note when running the install for python-lxml package, the following appeared: INFO: using…
paragbaxi
  • 3,965
  • 8
  • 44
  • 58
2
votes
2 answers

Hiding the Cursor / Warp Mouse (SDL 1.3)

I've been unable to hide the mouse cursor (properly) using SDL. I am using Ubuntu 10.10 and have been using the following: SDL_ShowCursor( SDL_DISABLE ); SDL_WarpMouse( x, y ); Neither of which function properly at all; it would appear to have no…
hiddensunset4
  • 5,825
  • 3
  • 39
  • 61
2
votes
0 answers

SDL Memory Leaks detected using Valgrind

Possible Duplicate: Why does valgrind say basic SDL program is leaking memory? So I've been using a SDL a lot in creating a small OpenGL application; I recently became interested in checking out how my memory is going (I have taken as much care…
hiddensunset4
  • 5,825
  • 3
  • 39
  • 61
2
votes
1 answer

Installing ArcGIS Server 10 in Ubuntu

Anyone who has the experience installing ArcGIS server 10 on Ubuntu 10.10. Is it possible doing that?
Jeffrey.W.Dong
  • 1,057
  • 3
  • 14
  • 21
2
votes
2 answers

cannot stop debug process in code blocks

I am running code blocks in ubuntu. Whenever i debug my program and continue out of the debugging mode , the debug process hangs and does not get terminated. I usually restart code blocks to fix this.Has anyone else faced this issue and have a…
user583885
  • 21
  • 1
  • 3
2
votes
3 answers

PostGIS - can't create spatially-enabled database

I'm using Ubuntu 10.10, PostgreSQL 9.0 and PostGIS 1.5. I've installed PostGIS 1.5 from: https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable I used PPA first then the command: sudo apt-get install postgis to install postgis. I've been…
avatar
  • 12,087
  • 17
  • 66
  • 82
2
votes
2 answers

Error 403 (Forbidden) at user's encrypted public_html directory

I have a clean installation of Ubuntu 10.10 for my new workstation. I used tasksel to install lamp-server. I then enabled userdir module using a2enmod utility. that loads a conf file /etc/apache2/mods-enabled/userdir.conf
Shoaib Nawaz
  • 2,302
  • 4
  • 29
  • 38
2
votes
1 answer

cURL with SSL dependency error libssl.so libcrypto.so needed in Ubuntu 32bit

I had my 64bit Ubuntu have no problems when I installed openssl, curl and PHP with commands OpenSSL ./configure enable-shared cURL ./configure --with-ssl=/usr/local/ssl --with-zlib PHP ./configure .... --with-openssl --with-curl .... But in my…
Vijay Kumar Kanta
  • 1,111
  • 1
  • 15
  • 25
2
votes
2 answers

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" == "$valid_password" ] then echo "You have…
user2028880
  • 21
  • 1
  • 2
2
votes
1 answer

Created window not appearing

I have GLUT installed, this is the code that I am compiling with GCC: #include void display() { glClearColor(1.0,1.0,1.0,1.0); glClear(GL_COLOR_BUFFER_BIT); glFlush(); } int main(int argc, char** argv) { …
Ramy Al Zuhouri
  • 21,580
  • 26
  • 105
  • 187
2
votes
1 answer

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 comerr-dev_2.1-1.41.14-1ubuntu3_i386.deb and…
Chethan
  • 53
  • 1
  • 7
2
votes
1 answer

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 executable, but nothing. Rekonq says 'No service can…
2
votes
0 answers

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 SIFT library, it terminates with "Illegal…
Raiyan
  • 1,589
  • 1
  • 14
  • 28