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

Can't find ISCSI drives after NAS firmware update

This is what it's all about: I've got a Linux network with an actual hardware server running two separate virtual machines and a QNAP NAS T-459 Pro+ as a fileserver. Since updating the QNAP firmware on the NAS, the main server cannot access the…
0
votes
1 answer

Proc files visible to all in Lenny, but not in Squeeze

I noticed that in my lenny distributions of debian that the proc files are read all in that any user can see if a process is running. In squeeze I noticed that the proc files are readable just to that user. For example the root processes are not…
user162754
  • 11
  • 2
0
votes
1 answer

What to check after a linux server crashes?

My linux server (debian 5) stalled and had to be rebooted. Please advise what to check in order to find out what happened. Usual suspects like /var/log/messages, syslog, and kern.log. Could you give me only a hint that load average skyrocketed to…
bbbonthemoon
  • 107
  • 1
  • 2
0
votes
2 answers

apt-get upgrade Not found IP. Sources.list issue? (lenny)

I get a lot of this errors when runnong apt-get update command Ign http://archive.debian.org lenny/volatile/main Sources/DiffIndex Ign http://archive.debian.org lenny/volatile/contrib Sources/DiffIndex Ign http://archive.debian.org…
AAlvz
  • 365
  • 4
  • 7
  • 16
0
votes
1 answer

Zimbra server status showing red in control panel

I have been having a weird problem with Zimbra(7.1.4_GA_2555.DEBIAN5) lately: On the (web)control panel the status keep changing to red every few days. When this is happens the output of zmcontrol status still shows running: antispam …
Debianuser
  • 421
  • 4
  • 12
  • 29
0
votes
1 answer

Xen 3.2 on Lenny network bridge broken

I've upgraded recently a server of mine that was running Debian Etch as Xen Dom0 to Lenny. Now the Ubuntu DomU machine running on it has lost all network connectivity except with the Dom0. I use network bridging for them. I have checked out most…
dpq
  • 416
  • 4
  • 17
0
votes
3 answers

Debian 5 Lenny how to upgrade Python to 2.7 version to run Django app?

I'm configuring Debian 5 to run my Django app. The required application is required incompatible with Python 2.5 packages. I installed Python 2.7 and created the symlink python -> /usr/bin/python2.7/bin/python. After I installed mod_wsgi ./configure…
I159
  • 105
  • 6
0
votes
2 answers

How can I prevent cron from filling up my root partition?

I'm using cron tasks every 3 mins, the result is logged in my cron.log. Also after executing (wget) certain php file, it's name (with 0 bytes filesize) is copied to root, spaming it - see the figure How can I prevent cron from filling up my root…
dr_darwin
  • 1
  • 1
0
votes
1 answer

Install meteor server in debian (lenny)

I wonder how can I install this in a lenny machine. Well, this site has instructions on how to do this, but in step 3 I can't do cd /usr/local/meteor because this folder doesn't exist! How I can connect meteor server with apache2 and php? **I don't…
user726730
  • 133
  • 5
0
votes
2 answers

ERROR: Can't find the archive-keyring

I'm trying to upgrade my Debian Lenny to Squeeze. I've replaced the word lenny to squeeze in sources.list and ran apt-get clean apt-get update apt-get dist-upgrade But after a while, I get this error Preconfiguring packages ... Setting up…
23tux
  • 101
  • 1
  • 4
0
votes
2 answers

Using daemontools under Debian

I need to monitor my postfix, dovecot and sasl process and start them if something go wrong. I read about daemontools and I want it to monitor mail services. Can I find somewhere step by step guide to setup daemontools on Debian? I've already…
PsychoX
  • 175
  • 3
0
votes
2 answers

Debian Installer not working

I get: dpkg: error processing linux-image-2.6-amd64 (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: linux-image-2.6.26-1-amd64 linux-image-2.6.26-2-amd64 linux-image-2.6-amd64 E: Sub-process…
dukevin
  • 1,630
  • 3
  • 18
  • 25
0
votes
1 answer

Nginx running on Debian lenny, how to add SSL?

Some time ago I installed Nginx and Passenger on Debian lenny with... sudo apt-get install nginx sudo gem install passenger sudo passenger-install-nginx-module This is what I get when I do nginx -V nginx version: nginx/0.7.61 built by gcc 4.3.2…
Xavi
  • 103
  • 3
0
votes
1 answer

Postfix qmgr process causes heavy overload on mailservers

We are using Postfix as MTA for our e-mailmarketing software and once in a while we see that the load on one of the mailservers rises above 5. The load is caused by the qmgr-process which is the heart of Postfix and I see that it is consuming a lot…
Mattias
  • 1
  • 1
0
votes
1 answer

Setup sendmail to relay to another smtp?

My host provides an smtp server for sending mail. I want to setup sendmail to relay all emails to the hosts smtp server. How do you do that?
Will
  • 257
  • 4
  • 19