Questions tagged [ubuntu-9.10]

For issues relating to using Ubuntu, version 9.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.

86 questions
0
votes
1 answer

Script error copying to Rackspace

I am using Rackspace for Ubuntu cloud server. Everyday a script(I guess the script is from rackspace) executes on the cloud servers which copies the backfile to the Rackspace CloudFiles and sends the mail as if the files are copied and I've…
user465465
  • 441
  • 3
  • 13
  • 26
0
votes
2 answers

working on lamp server in ubuntu

i m working on ubuntu and just installed lamp.As i m new to linux i m not sure how to create a directory or file under /var/www of lamp server to start working on my website project
frank
  • 1
0
votes
1 answer

I easy_install'ed Mercurial, and now I get "No script named 'hg'"

I installed Mercurial on (32-bit) Ubuntu 9.10, using: sudo easy_install mercurial It installed Mercurial 1.7.5. I have since learned that using this way of installing is denounced by the Mercurial Team, although the reasons why it shouldn't work…
Oddthinking
  • 24,359
  • 19
  • 83
  • 121
0
votes
3 answers

PHP Apache fsockopen to different port

I currently have a development environment, using HTTPS ports. Each site is setup with a different port number so I can connect to https://192.168.0.100:2001. I'm trying to use PHP to do an async call, but cannot figure out how to do so using PHP.…
user530077
  • 11
  • 3
0
votes
2 answers

Apache2: server-status reported value for "requests/sec" is wrong. What am I doing wrong?

I am running Apache2 on Linux (Ubuntu 9.10). I am trying to monitor the load on my server using mod_status. There are 2 things that puzzle me (see cut-and-paste below): The CPU load is reported as a ridiculously small number, whereas, "uptime"…
David Jones
  • 2,139
  • 2
  • 19
  • 20
0
votes
1 answer

Webdriver firefox-bin uses excessive amount of CPU

I am running a single test (FirefoxDriveR)which visits all links on a given domain. OS: Ubuntu 9.10 Memory: 4GB HD: 500GB 10 mbp/s line Observing the following via command TOP 11001 hudson 20 0 508m 108m 28m S 64 2.8 2:31.58…
KJW
  • 15,035
  • 47
  • 137
  • 243
0
votes
1 answer

FTP quote RCMD CALL from Ubuntu Server to remote UNIX system

I have a file containing my clients articles that weekly needs to be uploaded to a remote UNIX server via FTP and a remote command is used to read the articles into their system (an agency that keeps track of EAN-codes). The people running the…
0
votes
2 answers

Apache doesn't execute my copied PHP files, but testing.php works

I've just installed LAMP on my Ubuntu 9.10 machine, and everything works fine except when I copy my PHP files from another computer. The LAMP guides I've followed also made me create a phpinfo() test file, which works, but when I try to type in e.g.…
kasperwf
  • 277
  • 2
  • 4
  • 16
0
votes
1 answer

How to install Python 2.7 on Ubuntu 9.10

Now we're developing our software on the customer side, and there is: maestro@UIServer:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=9.10 DISTRIB_CODENAME=karmic DISTRIB_DESCRIPTION="Ubuntu 9.10" system is installed. We're not allowed…
Павел Иванов
  • 1,863
  • 5
  • 28
  • 51
0
votes
1 answer

Magento connect stuck while installing

I am facing this problem while installing extensions, themes basically anything from magento connect. When I enter the extension key and click install It just gets stuck and even when it says done and I try and go back on admin page it says "There…
itsandy
  • 2,798
  • 2
  • 17
  • 14
0
votes
1 answer

Translations using Qt Linguist?

I am working on Ubuntu 9.10 aka Karmic Kola and latest version of gcc, Qt 4.6.2. I have installed the french fonts and hindi fonts for ubuntu. I changed the language and Keyboard layout accordingly so that I could type in the abovementioned…
rocknroll
  • 1,128
  • 2
  • 15
  • 30
0
votes
2 answers

write() in sys/uio.h returns -1

I'm using Ubuntu Server 9.10 AMD Phenom 2 cpu g++ (Ubuntu 4.4.1-4ubuntu9) 4.4.1 trying to run the application pftp-shit v 1.11, which runs successfully until the remote file list is going to be saved (into .pftp//pftpfxp--). The following code in…
fsto
  • 63
  • 1
  • 7
0
votes
1 answer

how do i install mod_wsgi in ubuntu

I want to start developing website with Django but I'm unable to install mod_wsgi in my ubuntu 9.10 in which *python2.6* is there by default.
subhransu
  • 9
  • 1
0
votes
2 answers

compiling srp-2.1.2 under ubuntu

i have download srp-2.1.2 package and just try to compile it under ubuntu. but it is not going to be compiled completely. please tell me how to compile it under ubuntu . error- root@ubuntu:~/Desktop/srp-2.1.2/libsrp# make gcc -DHAVE_CONFIG_H -I. -I.…
Hema Joshi
  • 247
  • 1
  • 5
  • 10
0
votes
4 answers

Problem in setting path for android sdk in ubuntu

export PATH=${/home/mohit/}:/tools this is what i am using.. error:-- bash: PATH=${/home/mohit/}:: bad substitution this is the path of sdk mohit@mohit-laptop:~/android-sdk-linux_86$ pwd /home/mohit/android-sdk-linux_86
Mohit Jain
  • 43,139
  • 57
  • 169
  • 274