Debian-Lenny is the codename for Debian GNU/Linux version 5.0.
Questions tagged [lenny]
21 questions
16
votes
1 answer
Can't install python module "pycrypto" on Debian lenny
I tried to install pycrypto module by downloading the source code and executing the following command python setup.py install, then an error came
running install
running build
running build_py
running build_ext
warning: GMP library not found; Not…

alex CSD
- 405
- 2
- 4
- 11
13
votes
4 answers
How to install 2 different R versions on Debian?
On our server, R 2.12.1 is installed following the instructions on http://cran.r-project.org/bin/linux/debian/ , using apt-get install etc etc.
Due to circumstances the old lenny machine hasn't been updated to the new stable debian, and it looks…

Joris Meys
- 106,551
- 31
- 221
- 263
13
votes
4 answers
Installing Git on a Debian Lenny server
Sorry in advance if there's already an answer for this somewhere in the world, but I'm already 3h trying to install this in my PRODUCTION server, and I'm not getting anywhere.
My needs:
I want to run git commands (eg.: push, commit, etc) on my…

dmmd
- 2,938
- 4
- 33
- 41
4
votes
2 answers
java.security.AccessControlException: access denied (java.io.FilePermission /usr/share/java/jsp-api-2.0.jar read)
I am trying to deploy me application to Tomcat 5.5 on Debian Lenny. I am getting the following exception:
java.security.AccessControlException: access denied (java.io.FilePermission /usr/share/java/jsp-api-2.0.jar read)
I'm not sure what to…

Panayiotis Karabassis
- 2,278
- 3
- 25
- 40
3
votes
2 answers
node.js with socket.io under debian 5 (lenny) exit with error
I installed node.js with the instructions from node.js wiki. So I put the debian sid sources in my sources list and installed node. After that I installed npm with the curl cmd from wiki site. I installed socket.io with npm. Everything till this…

nesQuick
- 33
- 1
- 5
2
votes
3 answers
qooxdoo and debian lenny
Hy,
Trying to use qooxdoo with debian lenny.
qooxdoo sdk 1.2
create-application.py ok but I've got a problem with generate.py :
/demo/qooxdoo/hello1$ ./generate.py source-all
Traceback (most recent call last):
File…

jilome
- 23
- 2
2
votes
0 answers
Is there any way to list out the installed packages by synaptic in lenny
I have installed some packages through synaptic. Now I want to know what are the packages I have installed But with out dependency packages names. What should I do to list....
I have used File->History but it shows with all dependency packages…

Pavunkumar
- 5,147
- 14
- 43
- 69
1
vote
1 answer
How to fix apt-get update in Debian Lenny so that PostgreSql 9.1 can installed
I tried
apt-get update
on Debian Lenny but got error below.
How to fix this so that PostgreSql 9.1 can installed ?
root:~# apt-get update
Ign http://security.debian.org etch/updates Release.gpg
Get:1 http://archive.debian.org Debian-4.0…

Andrus
- 26,339
- 60
- 204
- 378
1
vote
2 answers
Is it safe to replace MySQL to Percona Server with XtraDB on Debian Lenny?
I would like to replace MySQL 5.1 on my Debian Lenny 32-bit server to Percona Server with XtraDB. The main reason is better performance of Percona.
It's production server with many services running. Many other software may depend on mysql-client and…

Matthias
- 459
- 1
- 5
- 15
1
vote
1 answer
Debian: run php files with parser
I'm trying to be able to run php scripts on my vps. I do have php5 installed but when I run the php file it says
/usr/bin/php: bad interpreter: No such file or directory
so I typed whereis php5
and the output is:
php5: /etc/php5 /usr/lib/php5…

dukevin
- 22,384
- 36
- 82
- 111
1
vote
2 answers
Simple deb package for Debian Lenny?
On our NAS running Debian Lenny I stupidly set PermitRootLogin to without-password in sshd_config without properly setting up the keys first and am now locked out. It's a WD Sharespace and reading up on it it looks like my best way to restore root…

buttonsrtoys
- 2,359
- 3
- 32
- 52
1
vote
1 answer
Xen clone vm can't be created
I'm working with Xen 4.0 on a debian Lenny (5.0) .
I wanted to clone a VM , but it seems that i didn't do it well . What i did is the following :
Creating the config file of the new VM and setting it up.
#cd /etc/xen/vms/
#cp original.foo.com.cfg…

josuebrunel
- 1,071
- 1
- 10
- 19
1
vote
0 answers
percona prm debian lenny
I try to setup the Percona PRM with Corosync and Pacemaker on Debian Lenny.
I followed this how to : PRM Percona Replication Manager
But pacemaker is not able to start MySQL properly. I mean that it try to launch it and after few seconds stop…

LaCap
- 23
- 4
1
vote
1 answer
Installing Forever in Debian Lenny (5.0) via NPM - error
I'm trying to install forever via NPM, on Debian Lenny (5.0) but I am receiving the following error during installation, that starts with:
> node-waf configure build
npm ERR! TypeError: options.uid should be a number
I've tried Googling - but got…

UpTheCreek
- 31,444
- 34
- 152
- 221
0
votes
1 answer
How to disable request "spam" with ispCP Omega?
Im running ispCP Omega on a Debian Lenny server .. (im the admin)
Im coding on server-side javascript and i need to refresh often
So i regulary get this message (because, the server think i request spam it)
Forbidden
You don't have permission to…
user1270589