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
0
votes
1 answer

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 …
Neel Basu
  • 12,638
  • 12
  • 82
  • 146
0
votes
1 answer

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 nothing. I have no idea how to fix this and i…
Matt Elhotiby
  • 43,028
  • 85
  • 218
  • 321
0
votes
1 answer

exporting/ installing Kernel header in ubuntu

when i try to install kernel header in ubuntu it is installed in /usr/src/linux-header-2.6.x-y many place in the web (including below) says it should be installed in…
David
  • 4,634
  • 7
  • 35
  • 42
0
votes
2 answers

Frozen Android emulator due to audio problems?

Today I installed the latest version of Eclipse, Android SDK and AVD plugin. But I have a tedious problem. When I want to quit the emulator (with the X button), the emulator freezes and I can't click anything there anymore. Obviously it has…
Bevor
  • 8,396
  • 15
  • 77
  • 141
0
votes
1 answer

Problem with loading an XML file or writing to it

I have a GUI application which reads data from an XML file (current_users.xml) and also writes to that XML file. GUI is placed at /var/www/bin-release and XML files are located in the directory /home/os/work2/project/ The GUI expects the XML file to…
Uthman
  • 9,251
  • 18
  • 74
  • 104
0
votes
0 answers

turning off the email activation

Possible Duplicate: How to disable email activation in django-registration app? does any one know how to turn off the email activation for django-registration. Just at this early stage, i want to create users by registering them and activating…
ragingbull
  • 119
  • 1
  • 2
  • 8
0
votes
1 answer

patching a deb package using "ar" for unpacking and packing

I have a deb package provided by an organization. I found that there was bugs in the code(python). Thus, I unpack it with "ar xv abc.deb" unpack tar.gz with "tar zxvf control.tar.gz data.tar.gz" fix bugs update md5sum packing control.tar.gz with…
prgbenz
  • 1,129
  • 4
  • 13
  • 27
0
votes
1 answer

Connecting Internet in Ubuntu using mobile as modem via blutooth or datacable

I am using ubuntu and trying to connect internet using mobile phone as modem via data cable.But I do'nt no what the step wise procedure for this. I am using the command "sudo hcitool scan" for the list of devices which are connect to the laptop.This…
jiten
  • 5,128
  • 4
  • 44
  • 73
0
votes
1 answer

Modeller script build_profile.py doesnt get the correct output

9 for protein structure modelling, by the way it runs on python2.3, i made the installation previously, when i run the script the output isnt rigth it should be an aligment of all the protein sequences and y only get the fist sequence and nothing…
0
votes
1 answer

Perl - connect to SQL Server

Possible Duplicate: Connect to SQL Server 2005 from Perl and do a SELECT I want to connect to Microsoft SQL server from Perl and Ubuntu 10.10. How can I achieve? point me any links or solutions. Many Thanks
doubledecker
  • 357
  • 1
  • 5
  • 13
0
votes
2 answers

JOGL does not work after reinstalling ubuntu

i had a fully work project in ubuntu 9 with eclipse. Now i have installed Ubuntu 10.10, get the backup back, downloaded Eclipse and try to run the project. The project folder was not changed at all! But now it does not work: Exception in thread…
nkint
  • 11,513
  • 31
  • 103
  • 174
0
votes
1 answer

What is error "Flag '-' is not valid for 'create project'."?

I am trying to compile a PhoneGap project via command droidgap create I constantly receive an error: Error: Flag '-' is not valid for 'create project'.. To be more precise, I do not receive any other errors (like FAILED or similar), but this one…
sandalone
  • 41,141
  • 63
  • 222
  • 338
0
votes
1 answer

LEDA programming with c++:

I am a LEDA-6.3 user. I have an error when compiling this simple code: #include #include using namespace std; main() { d_array dic; dic["hello"] = "hallo"; dic["world"] = "Welt"; dic["book"] …
Kamel
  • 11
  • 2
0
votes
1 answer

Kernel options required for the installation of Systemtap

I want to install kerneltap in ubuntu. I want to know whether if I need to recompile the kernel again then which options should I turn on in the kernel during recompilation.
pradeepchhetri
  • 2,899
  • 6
  • 28
  • 50
0
votes
2 answers

Why does Tomcat start with 0.0.0.0:8000 open?

I know the short answer is "You told it to." But of course, I'm not sure how I told Tomcat to start with the 8000 default debug port open, but on 0.0.0.0 instead of the expected 127.0.0.1. Here's a couple of context commands directly after Ubuntu…
Noel
  • 2,061
  • 4
  • 31
  • 47