Questions tagged [debian-lenny]

Debian-Lenny is the codename for Debian GNU/Linux version 5.0.

Debian GNU/Linux version 5.0 (codenamed Lenny) is a free operating system which supports a total of twelve processor architectures and includes the KDE, GNOME, Xfce, and LXDE desktop environments. It also features compatibility with the FHS v2.3 and software developed for version 3.2 of the LSB. As of Jan 3, 2012, the current stable Debian version is 6, or "Squeeze". Version 7, "Wheezy" is in active development.

206 questions
0
votes
1 answer

Nuxeo on debian lenny

I have installed nuexo document control software on debian lenny. But when try to launch the application in browser http://localhost:8080/nuxeo/ it shows the error as below. HTTP Status 404 - /nuxeo/ type Status report message /nuxeo/ description…
Caterpillar
  • 1,132
  • 2
  • 23
  • 47
0
votes
2 answers

Generating a proper ssh keypair on Lenny for Github

I have a codebase hosted in GitHub. I have 2 ubuntu machines (both on 10.04) that I develop on. On these machines I had no trouble generating my keypairs as per GitHub's instructions. Using the command ssh-keygen -t rsa -C "emailaddress" My server…
0
votes
1 answer

How to install pecl uploadprogress on Debian Lenny

I am getting this output/error for # pecl install uploadprogress downloading uploadprogress-1.0.1.tgz ... Starting to download uploadprogress-1.0.1.tgz (8,536 bytes) .....done: 8,536 bytes 4 source files, building running: phpize Configuring…
kidrobot
  • 101
  • 1
  • 3
0
votes
1 answer

RewriteRule not working, mod_rewrite installed/loaded on Apache2 Debian Lenny

This is my first time setting up my own linux server. I am migrating from shared hosting to my own cloud. mod_rewrite and mod_proxy are loaded. I know for sure what I have in my htaccess worked on my old host, but doesn't on my linux server. Options…
Bastien
  • 123
  • 2
  • 12
0
votes
1 answer

how to run postgresql 7.4 on debian lenny

Question says it all really, how can I run postgres 7.4 on debian lenny? Our developers don't have the resource right now to modify a legacy application we have to work with pg 8.3, and debian etch is no longer supported.
bobinabottle
  • 579
  • 2
  • 7
  • 19
0
votes
2 answers

Server doesn't detect/show partitions of disk in /dev

for some reason one of my disks doesn't show its partitions in /dev/, however when I check it with cfdisk they are there, and writing the partition table to it again makes them reappear. This is kind of annoying as I want to use it in a raid config,…
Not Available
  • 226
  • 1
  • 16
0
votes
4 answers

Copying from external device very slow

i am running debian lenny on my machine. The problem is when I try to copy data from usb device to my hdd, The transfer rate is very very slow, Even if i put 10MB file to copy it takes arround 15min to cp to hdd. But the same usb device it i connect…
Caterpillar
  • 1,132
  • 2
  • 23
  • 47
0
votes
1 answer

How do I properly jail a user in Debian, giving them access to select applications?

After failing to use makejail, I followed a howto for setting up a jail using a script (this one is for Debian etch, but I'm using lenny -- seems to work ok though). However, it gives the user a very limited environment with almost no applications…
Nick Bolton
  • 5,126
  • 12
  • 54
  • 62
0
votes
1 answer

Debian GNU/Linux on a HP Proliant ML 370 G4

I'm going to setup last Debian on a HP Proliant ML 370 G4. Do you know if Debian minimal netinstall will work ? Should i prepare any specific drivers ?
PeterMmm
  • 895
  • 16
  • 28
0
votes
1 answer

Weird error on typing a command + tab key (debian)

I get a weird message on my shell when I try to type the command below and pressing the tab key cd /home/ What i get is shown below: cd /ho-sh: <( compgen -d -- '/ho' ): No such file or directory I don't know why I get this message on my screen. Did…
0
votes
2 answers

Creating two separate http processing locations in debian

Not exactly sure how to ask the question so please correct my flaws. I want to create two separate http web processing environments on a debian box for web development. Right now everything is processed in /var/www and I access it at…
JMC
  • 506
  • 6
  • 23
0
votes
1 answer

MSI Wind Box DE500 Debian Lenny sometimes crashes

I've currently a strange problem in that my WIND BOX DE500-5123L Atom D510 320GB 2048MB DVD SM HD4330 sometimes crashes and I'm not sure where to start. Linux kernel is 2.6.26-2-vserver-686 #1 SMP Thu May 13 01:30:39 UTC 2010 i686 GNU/Linux (just…
mark
  • 1,516
  • 5
  • 21
  • 33
0
votes
1 answer

Gerrit accessible from the IP address but not from the canonical URL

I just installed Gerrit on my Debian server (Linode) and can't get the canonical URL to work. Relevant log information (anonymized): [2010-09-13 17:48:06,550] INFO com.google.gerrit.sshd.SshDaemon : Started Gerrit SSHD on…
Josh Smith
  • 123
  • 8
0
votes
1 answer

mysql config wordpress high loads

My query ./mysqlslap --user=root --concurrency=50 --iterations=1 --pass=toor -vv --create-schema=db --query="SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id)…
Nick
0
votes
1 answer

best apache2 config for this server

1.200.000 request/day 30.000 <> files/day 5500 unique ip wordpress + cache debian lenny + php + suhosin patch + mysql 4GB RAM single sata disk Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz I'm using the default Apache configuration, but…
Nick