Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
118 views

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 ...
3
votes
1answer
1k views

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 ...
3
votes
2answers
3k views

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 ...
1
vote
2answers
312 views

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. ...
1
vote
1answer
146 views

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 ...
1
vote
3answers
121 views

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 ...
1
vote
0answers
27 views

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 ...
0
votes
0answers
300 views

Kernel Panic - not syncing :Attempted to kill init

I am facing this problem on my Debian5. I am running this server in Virtual Box.I have four os in this machine. But in this server only I get this message when I boot . run init: /sbin/init : ...
0
votes
1answer
191 views

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 ...
0
votes
0answers
30 views

Giving developer ftp - Debian Lenny / Apache2

I need to give an established company ftp access to do some development work on one of my sites. I am running Debian Lenny, Apache2, PHP5 and VSFTPD on a cloud server with virtual hosts. All my site ...
0
votes
0answers
32 views

How do I choose a local mirror for a network install of Debian Lenny? [closed]

I've created a debian lenny mirror using apt-mirror on my server. I've got apache2 running and can access this folder from other machines on my network at http://10.x.y.z/lenny (i've set up links to ...
0
votes
0answers
131 views

Getting ajaxterm to work on Debian Lenny

I've been knocking my head out for a while on this one and have read many tutorials, but I just can't get this to work. Ajaxterm, is a webbased ssh client; once installed (apt-get install ajaxterm) ...
0
votes
3answers
936 views

Compilation failed for Lighttpd 1.4.26 on Lenny AMD64

yesterday I tried to compile Lighttpd 1.4.26 + mod_h264 on Debian Lenny ( AMD64 ) but it failed. I got those errors : mail:/usr/src/lighttpd/lighttpd-1.4.26# make make all-recursive make[1]: ...
0
votes
1answer
3k views

Debian Lenny Solr Jetty install + running

I want to setup search for my site. I couldn't find much information to install Jetty + Solr on my linode. I could install solr-jetty on ubuntu simply using apt-get. any body has better experience ...