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
2 answers

C++ code to get the name of all network interface available on the systems

Does any one know any C++ code to get the name of all network interface available on the computer with there types that is wired or wireless. It will be also equally good if only all interfaces name are available.I want to this with the help of…
Alan
  • 11
  • 3
1
vote
2 answers

PHP PDO with SqlServer Stored Procedure doesn't return all the data

I've been given an stored procedure that is called like this: SP_REPORT_HOME 'param1','param2',1 It executes a bunch of code i'm not aware of, although it return a bunch of data I need to use. It contains some fields with null values, while others…
filaruina
  • 187
  • 2
  • 14
1
vote
3 answers

Installing Rails 3.0.7 on Ubuntu 10.10

Having some real difficulty setting up my RoR envirionment in Ubuntu 10.10 Installed RVM with ruby 1.9.2 ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux] and i have ruby gems setup RubyGems Environment: - RUBYGEMS VERSION: 1.6.2 - RUBY…
toast
  • 582
  • 1
  • 6
  • 20
1
vote
1 answer

Mysql Update performance suddenly abysmal

MySQL 5.1, Ubuntu 10.10 64bit, Linode virtual machine. All tables are InnoDB. One of our production machines uses a MySQL database containing 31 related tables. In one table, there is a field containing display values that may change several times…
Carson C.
  • 2,362
  • 4
  • 18
  • 20
1
vote
2 answers

GL/glx isn't linking correctly

System Specs and task I am using Code::Blocks on Ubuntu 10.10 and playing around with OpenGL and glx. I'm in the process of learning C++(from a background in C and Java), so the style of any code doesn't conform to any real good standards (but I'm…
Jeremy
  • 11
  • 4
1
vote
1 answer

Resume repo sync after receiving 100% objects

i was downloading the latest gingerbread source, after receiving all the objects(appx 242) in .Repo folder, it was writing files on the HDD, when i ran out of Hard disk space, is there any way to resume the sync, it took me approx 4 hours to sync 3…
DP.
  • 51
  • 5
1
vote
0 answers

test server and client on windows and ubuntu 10.10

I use 1 computer running Windows 7 system and 1 computer running Ubuntu 10.10 system to test my assignment written in Java for networking class, something happened like below. Run both Client and Server on the Window 7 system computer: works…
John
  • 3,888
  • 11
  • 46
  • 84
1
vote
1 answer

eclipse UI black-ness ... not just yet

If you look at the screenshot below, I managed to do 99% of it, except the ugly white border around the minimised side window. Any idea how to remove that? I am using Ubuntu 10.10 with a customised (colours and icons) theme based on…
ϹοδεMεδιϲ
  • 2,790
  • 3
  • 33
  • 54
1
vote
1 answer

Control multiple program instances - open multiple files problem

This shouldn't be an unusual problem, but I cannot find anything about it at google or at other search machine. So, I've made an application using C++ and QtCreator. I 've made a new mime type for application's project files. My system (ubuntu…
under_zero
  • 31
  • 1
  • 2
  • 6
1
vote
2 answers

Strange grep output

Shouldn't echo "ab" | grep "[A-B]" return nothing? Strangely it returns ab LE: Apparently on older versions of Ubuntu (9.10) there's no problem, only 10.10 has this
titus
  • 5,512
  • 7
  • 25
  • 39
1
vote
1 answer

Error when running OpenGL project under Ubuntu 10.10

I had OpenGL project for finding a convex hull written in Windows. Now i'm using Ubuntu 10.10 and i tried to port the code (It's C++ code) and run it. I saw that, it should be compiled this way : g++ convex.cpp -lm -lglut -lGLU -o…
Radoslav Georgiev
  • 1,366
  • 8
  • 15
1
vote
1 answer

Not able to run Cassandra server on Ubuntu . Permission Denied error

I am able to setup cassandra on ubuntu but when executing following command paranjai is the user paranjai@ubuntu:~$ /etc/init.d/cassandra start Following error is received cat: /var/run/cassandra.pid: Permission denied Cannot set group id for…
paranjai
  • 531
  • 2
  • 5
  • 26
1
vote
1 answer

Problem installing mysql 5 on Ubuntu 10.10

In my Ubuntu 10.10, following this tutorial, I don't face step 2. I mean, while installing the packets, I don't face anything related to configuration. Then, when I run a command, such a mysql -u root -p , I get this error: ERROR 2002 (HY000):…
Blanca Hdez
  • 3,513
  • 19
  • 71
  • 93
1
vote
3 answers

How to install and run Monodevelop 2.4.1 on Ubuntu 10.10 (Marevick)?

I need .NET 4.0 but I was unable do find a PPA that allows me to install version 2.4.1 and the necessary dependencies.
Rui Marques
  • 3,429
  • 1
  • 22
  • 26
1
vote
3 answers

How to set up squid_session with transparent proxy

I want to set up a transparent squid proxy to monitor the same box it is running on. It needs to use squid_session to first force a login screen to the user, and then allow web browsing until an idle timeout. This is on Ubuntu 10.10, with squid 2.7.…