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

Subversion commit fails

I am running ubuntu 10.10, and have rabbitvcs & svn installed, I have created a repository & checked it out fine (local machine, using file://), but when i commit i get the error : "can't open /var/svn/repos/repository/db/txn-current-lock :…
NWS
  • 3,080
  • 1
  • 19
  • 34
0
votes
1 answer

Stack overflow i guess while insmod

I have built kernel 2.6.35 on my system with some specific requirement. I also built some app defined module with the same kernel. I booted up the built version and I find it did not work properly as there is some gui and other modules missing…
0
votes
1 answer

C++ code to find BSSID OF associated network

Possible Duplicate: Want to know the ESSID of wireless network via C++ in UBUNTU Hello I have 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 that it also…
Alan
0
votes
1 answer

C++ code to find BSSID OF associated network

Possible Duplicate: Want to know the ESSID of wireless network via C++ in UBUNTU Hello I have written the following code which is a part of a project. It is used to find the ESSID of the current associated network. However it has a flaw that it…
Alan
  • 11
  • 3
0
votes
1 answer

Using chmod for /usr directory

I used the following command to change the permissions of the usr directory from root root> chmod -R 777 /usr Now when I try to use the sudo command it gives the following error: sudo: must be setuid root On googling, I found that this error…
aks
  • 385
  • 3
  • 6
  • 8
0
votes
1 answer

File upload in jsp

I want to upload any type of file(one file at a time) but i am facing the problem my **html form is returning only source filename not path. my html file: Select a file to upload : FileUpload.jsp :- <%@ page…
codeomnitrix
  • 4,179
  • 19
  • 66
  • 102
0
votes
1 answer

Changing the environment variable permenantly in Ubuntu 10.10

Friends, I want to make change to environment PATH system wide. Because I have program called "md5". I want to execute it from anywhere (i.e any directory). My md5 program is located at "/home/ahuq/MappingServer/md5_program". So what I did was to…
user676987
  • 73
  • 1
  • 2
  • 9
0
votes
2 answers

Help me setup a cron job on Ubuntu

Hi :) I wanted to have a every-20 mins-notifier kind of app and decided to develop one by myself using Tomboy notes. I read up about crontab and set a job through the sudo crontab -e command. */20 * * * * python /home/phantom/Desktop/alarm.py…
sarath
  • 498
  • 2
  • 12
  • 19
0
votes
1 answer

my `couchdb External Processes` return error

i'm using couchdb 1.0.2 and i'v following this tutorial to make an External Process... nothing different with the tutorial... (even for the code and folder structure)... the error message…
Egy Mohammad Erdin
  • 3,402
  • 6
  • 33
  • 57
0
votes
1 answer

Adding Java Classes

Noob Question I know but can you explain to me how I can install access downloaded java classes. I am trying to use HtmlUnit.. I downloaded the archive.. inside there are two folders "lib" and "apidocs". I have tried various combinations of editing…
jsj
  • 9,019
  • 17
  • 58
  • 103
0
votes
2 answers

Ubuntu System Start-up: What command to insert to run java app?

In Ubuntu 10.10, System/Preferences/Startup Applications, I am trying to add a .jar program. If the program sits in home/john/this-folder/app.jar, what would I put in the command line for it to run on start-up?
demonboy
  • 3
  • 2
0
votes
4 answers

Novice learning RoR: Trying to run Rails server but getting odd output in terminal

I'm trying to run Rails Server in Ubuntu 10.10 terminal. But I get an output completely different from that shown in my tutorial: Usage: rails new APP_PATH [options] Options: -r, [--ruby=PATH] # Path to the Ruby binary of your choice …
Li Zhou
  • 101
0
votes
2 answers

Shell to Python troubles

if ! ps ax | grep -v grep | grep -v -i tmux | grep "theserver.jar" > /dev/null; then echo "Server failed to start!" else echo "Server successfully started!" fi How can i make this with python, please? I can't figure out…
Riki137
  • 2,076
  • 2
  • 23
  • 26
0
votes
1 answer

Custom libevent is required with HipHop patches

I am trying to install hiphop on my pc but i am having problem with the cmake am receiving this error: CMake Error at CMake/HPHPFindLibs.cmake:65 (message): Custom libevent is required with HipHop patches any idea how to fix that?
Ahmad A Bazadgha
  • 391
  • 2
  • 5
  • 11
0
votes
1 answer

php server web user setup

I'm needing to setup a basic web user account on my ubuntu 10.10 server to host web pages. This account should be limited to access only the necessary directories on the machine. I setup the following account but nothing happens when I try to log…
sadmicrowave
  • 39,964
  • 34
  • 108
  • 180