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
1
vote
1 answer

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 problem was that it had to start the process on…
Nick
  • 1,311
  • 2
  • 10
  • 27
1
vote
2 answers

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 moc_Camera.o …
MBU
  • 4,998
  • 12
  • 59
  • 98
1
vote
1 answer

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: Insecure world writable dir /opt in PATH, mode…
Jeet
  • 1,350
  • 1
  • 15
  • 32
1
vote
2 answers

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) has the correct file permissions to allow for PHP…
Vance
  • 75
  • 7
1
vote
2 answers

gcc -c option not giving execute file permission to the output file

i am using ubuntu 10.10 i am trying to compile simple helloworld file using gcc -c option the output file is created but it does not have execute permission if i dont use -c option the output file has execute permission .. Please help
shaun
  • 185
  • 3
  • 12
1
vote
0 answers

Android NDK setup in Ubuntu 10.10

Hi All I am new to Android JNI. I have Ubuntu 10.10, android sdk, android-ndk-r6. All my path vaiables are set like platform-tools in sdk, android ndk path, java path etc. When I try to compile Hello-Jni sample in ndk samples folder i getting error…
Shrikanth Kalluraya
  • 1,099
  • 1
  • 16
  • 34
1
vote
2 answers

ImportError exception encountered while trying to use Fabric

I am using Ubuntu and virtualenv, and I am having this recurring problem, while attempting to use Fabric to create a deployment script. Fabric depends on paramiko, which depends on PyCrypto. Each time I try to use Fabric, or PyCrypto directly, I get…
tommytwoeyes
  • 483
  • 5
  • 19
1
vote
1 answer

Selenium RC in Ubuntu doesn't start Firefox 2 (and cannot close it)

I'm using selenium grid and I have tried both server versions 1.0.3 and now replaced with 2.2.0. It works fine with google chrome and opera, but with firefox 2 or 3.6.9 it fails. So with bad case scenario grid has configuration with name: "Ubuntu…
Artjom Kurapov
  • 6,115
  • 4
  • 32
  • 42
1
vote
2 answers

Export runnable program from python eclipse project on ubuntu

It is my first time to use python, so i doing a simple program with a simple UI. I am using eclipse with PyDev as an IDE. I know in JAVA a to export a runnable program we use .jar files, but what works for python and how to do it in eclipse on…
Samer Makary
  • 1,815
  • 2
  • 22
  • 25
1
vote
1 answer

SIGABRT when cvReleaseImage

I think I'm confusing with pointers... Vision vis; IplImage* imgB0=cvCreateImage(img_sz, IPL_DEPTH_32F, 1); IplImage* imgB1=cvCreateImage(img_sz, IPL_DEPTH_32F, 1); //Get next frame vis->getFrame(); imgB0=vis->image; …
EnneKappa
  • 231
  • 1
  • 4
  • 13
1
vote
1 answer

Unexpacting error in eclipse on startup: "Unable to acquire application service"

Here is what I got from the Eclipse log when trying to start Eclipse on Ubuntu 10.10: My exact Eclipse version is: to be filled by the OP My JDK version used to launched Eclipse is: to be filled by the OP The log: !SESSION 2011-07-11 11:25:12.125…
Rahul Mandaliya
  • 738
  • 1
  • 12
  • 36
1
vote
2 answers

Apache2 limit download speed

Can you help me? I am trying to find a way to limit download speed from my server, i found such module as mod_bandwidth, but there is no howto on apache2.2 only for 1.3.x How can I limit download speed. I have ubuntu 10.10 and apache2.2 on my…
user785415
  • 71
  • 2
  • 7
1
vote
0 answers

C++ code to find BSSID OF associated network

Hello I've written the following code which is a part of a project. It is used to find the ESSID of the current associated network. But it has a flaw: it also the displays the ESSID of the network with which I am not associated i.e. if I try to…
Alan
1
vote
1 answer

Error while building OpenCV examples on ubuntu

I've used this tutorial to build OpenCV on ubuntu. Everything goes well until I try to build the examples. when I do this: sh build_all.sh many of the same error occurs: compiling tree_engine.cpp /usr/bin/ld: warning: libavutil.so.49, needed…
Yasser Souri
  • 1,967
  • 2
  • 19
  • 26
1
vote
1 answer

Linux PHP5 mssql_connect() to SQL Server 2005

I have php5 installed on an ubuntu 10.10 server from which I am trying to connect via mssql_connect() to a SQL Server 2005 database running on a Windows 2003 Server. I am getting an error which I believe is because the SQL Server 2005 instance is…
sadmicrowave
  • 39,964
  • 34
  • 108
  • 180