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

UBuntu BASh commands ls

i want to list files from dev end at tty bettwen 15 and 24...should appears /dev/tty15,/dev/tty16,/dev/tty17, etc until /dev/tty24 what is the command?
pedro
  • 131
  • 1
  • 1
  • 7
0
votes
1 answer

Can't install psycopg2 (Python2.6 Ubuntu9.10 PostgreSQL8.4.2)

~/psycopg2-2.0.13$ python setup.py install running install running build running build_py creating build creating build/lib.linux-x86_64-2.6 creating build/lib.linux-x86_64-2.6/psycopg2 copying lib/__init__.py ->…
yuv
  • 1
  • 2
0
votes
1 answer

Mercurial clone operation works, but I don't have write access

Somewhere I did something silly. I was deploying my Rails app via cloning the Mercurial repo down onto my Ubuntu server. It worked the first time, and then...well, I made a small change on my dev machine, pushed the changes to the repo, and then…
jefflunt
  • 33,527
  • 7
  • 88
  • 126
0
votes
2 answers

Installing Xdebug for PHP on Ubuntu with XAMPP

I'm running XAMPP 1.7.3a on Ubuntu 9.10. With Netbeans 6.7.1 as my editor, I want to be able to debug my PHP sites. To do this, I looked up Xdebug and started following the installation instructions, found here:…
KdgDev
  • 14,299
  • 46
  • 120
  • 156
0
votes
1 answer

Pyccuracy hangs in Ubuntu Karmic

I was able to successfully run suites of tests before upgrading to Karmic. Now when running pyccuracy_console, Pyccuracy starts, outputs "Running first test...", and hangs. Is anyone aware of a fix for this? OS: Ubuntu 9.1 Karmic Pyccuracy:…
Matt Norris
  • 8,596
  • 14
  • 59
  • 90
0
votes
1 answer

Trusted timestamping log files in Ubuntu 9.10

We have an ubuntu 9.10 server. There are some log files need to be archived and they must be timestamped to guarantee no change in time. I've found this page but couldn't found a proper solution for my current needs. Is there any command to sign…
Ali Burak Kulakli
  • 562
  • 1
  • 5
  • 16
0
votes
1 answer

Boost Filesystem createdirectories on Linux replacing "/" with "\"

When using Boost Filesystem's createdirectory (and createdirectories) function in the following example, "/" is being replaced with "\". boost::filesystem::path path ("/data/configSet"); boost::filesystem::create_directory(path); This code snipped…
Dave
  • 3
  • 1
  • 2
0
votes
2 answers

Fortran compile error

I tried to compile a fortran program for soil-plant-atmosphere model, but I can't compile it under Ubuntu, it keeps giving me the error message like this: f77 -c -o o/cupin2.o src/cupin2.f src/cupin2.f: In subroutine `reflt': src/cupin2.f:742: …
r1cebank
  • 345
  • 1
  • 3
  • 12
0
votes
1 answer

Ubuntu 9.10 PATH var/lib/gems/1.8 no such file or dir

I'm using ubuntu 9.10 and i cant see gems located in /var/lib/gems/1.8/gems , so i cant execute gems like rake for rails. When I write $PATH in the console I get: bash:…
dombesz
  • 7,890
  • 5
  • 38
  • 47
0
votes
2 answers

How to use the -MG flag in cc 4.4.1?

I've recently upgraded my Ubuntu installation from Jaunty to Karmic. This apparently includes an update of the GNU C compiler, because code that compiled previously no longer does. Running cc 4.4.1 (Ubuntu 4.4.1-4ubuntu8) now produces the following…
Evanesco
  • 897
  • 5
  • 5
0
votes
1 answer

Error installing libxml2-dev on Ubuntu 9.10 - for lxml-etree

Trying to install lxml-etree on Ubuntu 9.10 I learned here that I need to have libxml2-dev & libxslt-dev When I try to install libxml2-dev, by running apt-get install libxml2-dev Reading package lists... Done Building dependency tree Reading state…
PlanetUnknown
  • 3,956
  • 4
  • 49
  • 67
1 2 3 4 5
6