<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Admins Goodies &#187; debian-lenny</title>
	<atom:link href="http://adminsgoodies.com/tag/debian-lenny/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminsgoodies.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 24 May 2013 16:33:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Zimbra server status showing red in control panel</title>
		<link>http://adminsgoodies.com/zimbra-server-status-showing-red-in-control-panel/</link>
		<comments>http://adminsgoodies.com/zimbra-server-status-showing-red-in-control-panel/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 16:33:43 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[debian-lenny]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/zimbra-server-status-showing-red-in-control-panel/</guid>
		<description><![CDATA[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 Running antivirus Running imapproxy Running ldap Running logger Running mailbox Running memcached Running mta Running snmp Running spell Running stats Running zmconfigd Running Every thing runs fine except automated mail forwarding from one account to another(which is critical for [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have been having a weird problem with Zimbra(7.1.4_GA_2555.DEBIAN5) lately:</p>
<p>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:<br />
    antispam                Running<br />
    antivirus               Running<br />
    imapproxy               Running<br />
    ldap                    Running<br />
    logger                  Running<br />
    mailbox                 Running<br />
    memcached               Running<br />
    mta                     Running<br />
    snmp                    Running<br />
    spell                   Running<br />
    stats                   Running<br />
    zmconfigd               Running</p>
<p>Every thing runs fine except automated mail forwarding from one account to another(which is critical for us).</p>
<p>I have been through Zimbra forums and the following ALWAYS fixes the issue:</p>
<p>su &#8211; zimbra -c &#8220;zmprov mcf zimbraLogHostname mail.mydomain.com&#8221;</p>
<p>/opt/zimbra/libexec/zmsyslogsetup</p>
<p>/etc/init.d/rsyslog restart</p>
<p>su &#8211; zimbra -c &#8220;zmcontrol restart&#8221;</p>
<p>After I run the above commands, the status on control panel turns green and mail forwarding starts to work again BUT only for a few days.</p>
<p>Other than the above, everything works fine including Server statistics. </p>
<p>Anyone seen this issue before?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/101753/debianuser" target="_blank">Debianuser</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>I was able to fix this issue after going through the following link:</p>
<p><a href="http://www.zimbra.com/forums/installation/34359-upgrade-6-0-2-stats-status-no-longer-working-6.html" rel="nofollow">http://www.zimbra.com/forums/installation/34359-upgrade-6-0-2-stats-status-no-longer-working-6.html</a></p>
<p>since my system is using rsyslog instead of standard syslog it will never reload the syslog-deamon and therefore you have problems with the logfiles. This is even more problematic as zimbra begins with z and therefore it is the last script which gets executed from logrotate, if it would not be the last one, there would have been a chance that a later script reloads the syslog daemon <img src='http://adminsgoodies.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I changed this line to:</p>
<p>killall -HUP rsyslogd 2&gt; /dev/null || true</p>
<p>(notice the r in front of rsyslogd) </p>
<div class="author">Answered by <a href="http://serverfault.com/users/101753/debianuser" target="_blank">Debianuser</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/436294/zimbra-server-status-showing-red-in-control-panel" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/zimbra-server-status-showing-red-in-control-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Lenny to Squeeze over ssh</title>
		<link>http://adminsgoodies.com/upgrading-lenny-to-squeeze-over-ssh/</link>
		<comments>http://adminsgoodies.com/upgrading-lenny-to-squeeze-over-ssh/#comments</comments>
		<pubDate>Sun, 17 Jun 2012 16:34:21 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian-lenny]]></category>
		<category><![CDATA[debian-squeeze]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/upgrading-lenny-to-squeeze-over-ssh/</guid>
		<description><![CDATA[I am running an ISPConfig3 server with Lenny which I want to upgrade the Squeeze, however&#8230; I am not at the terminal and the server is in my server-hall. Can I upgrade Lenny to Squeeze over SSH? I checked the update list and both openssh-client &#38; openssh-server are being kept back&#8230; however, I feel unsure to if I can and should proceed. This is what apt-get shows me when running apt-get upgrade: The following packages [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I am running an ISPConfig3 server with Lenny which I want to upgrade the Squeeze, however&#8230; I am not at the terminal and the server is in my server-hall.</p>
<p>Can I upgrade Lenny to Squeeze over SSH? I checked the update list and both <code>openssh-client</code> &amp; <code>openssh-server</code> are being kept back&#8230; however, I feel unsure to if I can and should proceed.</p>
<p>This is what <code>apt-get</code> shows me when running <code>apt-get upgrade</code>:</p>
<pre><code>The following packages have been kept back:
  amavisd-new apache2 apache2-mpm-prefork apache2.2-common apt apt-listchanges apt-utils aptitude autoconf automake avahi-daemon bash
  bc bind9-host binutils build-essential courier-maildrop cpio cpp cpp-4.3 cron dbus dc debianutils dhcp3-client dhcp3-common diff
  djvulibre-desktop dnsutils dpkg dpkg-dev e2fsprogs ed enscript expect findutils flex ftp g++ g++-4.3 gcc gcc-4.3 gcc-4.3-base
  gettext ghostscript gnupg gpgv grep grub grub-common html2text imagemagick info iptables ispell libaprutil1 libarchive-zip-perl
  libberkeleydb-perl libc6 libc6-dev libc6-i386 libcompress-raw-zlib-perl libcompress-zlib-perl libconvert-uulib-perl libcups2
  libcupsimage2 libcurl3 libdatetime-locale-perl libdatetime-perl libdbd-mysql-perl libdbi-perl libdevmapper1.02.1
  libdigest-sha1-perl libdjvulibre21 libedit2 libgcc1 libgdbm3 libglib2.0-0 libglib2.0-data libgomp1 libgs8 libgsf-1-114 libgtk2.0-0
  libgtk2.0-bin libhtml-parser-perl libio-compress-base-perl libio-compress-zlib-perl libkrb53 liblocale-gettext-perl
  libmail-box-perl libneon27 libneon27-gnutls libnet-dns-perl libnet-libidn-perl libnet-ssleay-perl libnetaddr-ip-perl libpango1.0-0
  libparams-validate-perl libpq5 librsvg2-2 libsasl2-2 libsasl2-modules libsasl2-modules-sql libsocket6-perl libstdc++6
  libstdc++6-4.3-dev libsvn1 libthai-data libthai0 libtool libts-0.0-0 libwv-1.2-3 libx11-6 libxcb1 libxi6 linux-image-2.6-amd64
  locales m4 man-db mc memcached mutt mysql-client nano nfs-common ntp ntpdate openssh-client openssh-server perl perl-base
  perl-modules polipo postfix postfix-mysql python python-apt python-minimal python-sqlalchemy python2.5 python2.5-minimal quota
  readline-common reportbug rpm sasl2-bin sed source-highlight subversion sysv-rc tor tor-geoipdb udev unixodbc util-linux wget wv
The following packages will be upgraded:
  acpi-support-base acpid adduser apache2-doc apache2-suexec apache2-utils apticron arj aspell aspell-de aspell-en aspell-fi
  aspell-fr aspell-nl aspell-ru aspell-sv at automake1.9 autotools-dev base-files base-passwd bash-completion bison bsd-mailx
  bsdmainutils bsdutils busybox bzip2 ca-certificates cabextract clamav clamav-base clamav-daemon clamav-docs clamav-freshclam
  clamav-testfiles console-common console-data console-tools coreutils courier-authdaemon courier-authlib courier-authlib-mysql
  courier-authlib-userdb courier-base courier-imap courier-imap-ssl courier-pop courier-pop-ssl courier-ssl curl daemon db4.6-util
  dbus-x11 debconf debconf-i18n debhelper debian-archive-keyring debian-faq defoma dictionaries-common dmidecode doc-debian e2fslibs
  eject fail2ban fakeroot fam file firmware-bnx2 fontconfig fontconfig-config gawk getmail4 gettext-base groff-base gs-common gsfonts
  gzip hicolor-icon-theme hostname iamerican ibritish ifupdown initramfs-tools initscripts installation-report iproute iputils-ping
  java-common klibc-utils laptop-detect less libacl1 libaio1 libapache2-mod-fcgid libapache2-mod-jk libapr1 libasound2 libaspell15
  libatk1.0-0 libatk1.0-data libattr1 libauthen-sasl-perl libavahi-common-data libavahi-common3 libblkid1 libbz2-1.0 libcairo2
  libcap2 libclamav6 libclass-singleton-perl libcomerr2 libconsole libconvert-asn1-perl libconvert-tnef-perl libcroco3 libcwidget3
  libdaemon0 libdatetime-timezone-perl libdb4.6 libdb4.8 libdbus-1-3 libdigest-hmac-perl libexpat1 libfam0
  libfile-copy-recursive-perl libfile-remove-perl libfontconfig1 libfontenc1 libfreetype6 libgc1c2 libgcrypt11 libgd2-xpm
  libgeoip-dev libgeoip1 libgmp3c2 libgnutls26 libgpg-error0 libgpm2 libgsf-1-common libgssglue1 libgtk2.0-common
  libhtml-template-perl libhtml-tree-perl libice6 libidn11 libilmbase6 libio-multiplex-perl libio-socket-inet6-perl
  libio-socket-ssl-perl libipc-run3-perl libjasper1 libjpeg62 libkeyutils1 libklibc liblcms1 libldap-2.4-2 liblockfile1 liblqr-1-0
  libltdl7 liblzo2-2 libmagic-dev libmagic1 libmail-sendmail-perl libmail-spf-perl libmailtools-perl libmcrypt4 libmhash2
  libmime-tools-perl libmime-types-perl libncurses5 libncursesw5 libnet-cidr-perl libnet-daemon-perl libnet-ident-perl
  libnet-ldap-perl libnewt0.52 libnfsidmap2 libnss-mdns libobject-realize-later-perl libopenexr6 libpam-modules libpam-mysql
  libpam-runtime libpam0g libpango1.0-common libpaper-utils libpaper1 libpci3 libpcre3 libpixman-1-0 libplrpc-perl libpng12-0
  libpopt0 libqdbm14 libreadline5 librpcsecgss3 libselinux1 libsepol1 libserf-0-0 libsigc++-2.0-0c2a libslang2 libsm6 libsqlite0
  libsqlite3-0 libss2 libssh2-1 libssl-dev libssl0.9.8 libsysfs2 libt1-5 libtasn1-3 libtext-charwidth-perl libtext-iconv-perl
  libtext-wrapi18n-perl libtidy-0.99-0 libtiff4 libtimedate-perl libtommath0 liburi-perl libusb-0.1-4 libuser-identity-perl libuuid1
  libwmf0.2-7 libwrap0 libwww-perl libx11-data libxau6 libxcb-render-util0 libxcb-render0 libxcomposite1 libxcursor1 libxdamage1
  libxdmcp6 libxext6 libxfixes3 libxfont1 libxft2 libxinerama1 libxml2 libxml2-dev libxmuu1 libxpm4 libxrandr2 libxrender1 libxt6
  libxtst6 linux-libc-dev lockfile-progs login logrotate lsb-base lsb-release lsof make makedev manpages mawk mcrypt mdadm mercurial
  mercurial-common mime-support mktemp mlocate mlock module-init-tools mount ncurses-base ncurses-bin ncurses-term net-tools netbase
  nomarch openbsd-inetd openssl openssl-blacklist passwd patch pciutils po-debconf portmap postfix-doc procmail procps psfontmgr
  psmisc pure-ftpd-common pure-ftpd-mysql python-beaker python-central python-support quotatool rcs rkhunter rsyslog shtool socat
  spamassassin spamc ssh ssl-cert sun-java6-bin sun-java6-jdk sun-java6-jre sysstat sysvinit sysvinit-utils tar tasksel tasksel-data
  tcl8.4 tcpd texinfo time traceroute ttf-dejavu ttf-dejavu-core ttf-dejavu-extra tzdata ucf unhide unrtf unzip update-inetd usbutils
  vim-common vim-tiny w3m wamerican webalizer whiptail whois x-ttcidfont-conf x11-common xauth xfonts-encodings xfonts-utils zip
  zlib1g zlib1g-dev zoo
343 upgraded, 0 newly installed, 0 to remove and 157 not upgraded.
</code></pre>
<p>Can I do the upgrade? Is there anything then will kill my SSH connection? Can I run it otherwise in the background so the upgrade process continues even-though the SSH connect might have been killed?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/52287/paul-peelen" target="_blank">Paul Peelen</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>That&#8217;s why God invented the KVM over IP. </p>
<p>In my experience, I wouldn&#8217;t do it if it&#8217;s not absolutely necessary. If you can wait and do it after the weekend, I wouldn&#8217;t take the risk. </p>
<p>I&#8217;ve done multiple lenny to squeeze upgrades and in about 30 machines, I had only one that didn&#8217;t turn out well. So it&#8217;s for you to decide if you can take the risk or not. Normally these upgrades go smoothly. Do note that you will need to reboot the machine to complete the upgrade, so you will loose ssh connection anyway.</p>
<p>Normally you will not loose SSH when doing a dist-upgrade from lenny to squeeze.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/86280/lucas-kauffman" target="_blank">Lucas Kauffman</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/399470/upgrading-lenny-to-squeeze-over-ssh" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/upgrading-lenny-to-squeeze-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apt-get update getting 404 on debian lenny</title>
		<link>http://adminsgoodies.com/apt-get-update-getting-404-on-debian-lenny/</link>
		<comments>http://adminsgoodies.com/apt-get-update-getting-404-on-debian-lenny/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 04:33:40 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[debian-lenny]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/apt-get-update-getting-404-on-debian-lenny/</guid>
		<description><![CDATA[Here is my /etc/apt/sources.list ###### Debian Main Repos deb http://ftp.us.debian.org/debian/ lenny main contrib non-free###### Debian Update Repos deb http://security.debian.org/ lenny/updates main contrib non-free deb http://ftp.us.debian.org/debian/ lenny-proposed-updates main contrib non-free When I do: # apt-get update I&#8217;m getting some good lines, then: Err http://ftp.us.debian.org lenny/contrib Packages 404 Not Found [IP: 35.9.37.225 80] Err http://ftp.us.debian.org lenny/non-free Packages 404 Not Found [IP: 35.9.37.225 80] Err http://ftp.us.debian.org lenny-proposed-updates/main Packages 404 Not Found [IP: 35.9.37.225 80] Err http://ftp.us.debian.org lenny-proposed-updates/contrib Packages [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>Here is my <code>/etc/apt/sources.list</code></p>
<pre><code>###### Debian Main Repos
deb http://ftp.us.debian.org/debian/ lenny main contrib non-free###### Debian Update Repos
deb http://security.debian.org/ lenny/updates main contrib non-free
deb http://ftp.us.debian.org/debian/ lenny-proposed-updates main contrib non-free
</code></pre>
<p>When I do:</p>
<pre><code># apt-get update
</code></pre>
<p>I&#8217;m getting some good lines, then:</p>
<pre><code>Err http://ftp.us.debian.org lenny/contrib Packages
  404 Not Found [IP: 35.9.37.225 80]
Err http://ftp.us.debian.org lenny/non-free Packages
  404 Not Found [IP: 35.9.37.225 80]
Err http://ftp.us.debian.org lenny-proposed-updates/main Packages
  404 Not Found [IP: 35.9.37.225 80]
Err http://ftp.us.debian.org lenny-proposed-updates/contrib Packages
  404 Not Found [IP: 35.9.37.225 80]
Err http://ftp.us.debian.org lenny-proposed-updates/non-free Packages
  404 Not Found [IP: 35.9.37.225 80]
Err http://ftp.us.debian.org lenny/main Packages
  404 Not Found [IP: 35.9.37.225 80]
W: Failed to fetch http://security.debian.org/dists/lenny/updates/main/binary-i386/Packages  404 Not Found [IP: 149.20.20.6 80]    
W: Failed to fetch http://security.debian.org/dists/lenny/updates/contrib/binary-i386/Packages  404 Not Found [IP: 149.20.20.6 80]    
W: Failed to fetch http://security.debian.org/dists/lenny/updates/non-free/binary-i386/Packages  404 Not Found [IP: 149.20.20.6 80]    
W: Failed to fetch http://ftp.us.debian.org/debian/dists/lenny/contrib/binary-i386/Packages  404 Not Found [IP: 35.9.37.225 80]    
W: Failed to fetch http://ftp.us.debian.org/debian/dists/lenny/non-free/binary-i386/Packages  404 Not Found [IP: 35.9.37.225 80]    
W: Failed to fetch http://ftp.us.debian.org/debian/dists/lenny-proposed-updates/main/binary-i386/Packages  404 Not Found [IP: 35.9.37.225 80]    
W: Failed to fetch http://ftp.us.debian.org/debian/dists/lenny-proposed-updates/contrib/binary-i386/Packages  404 Not Found [IP: 35.9.37.225 80]    
W: Failed to fetch http://ftp.us.debian.org/debian/dists/lenny-proposed-updates/non-free/binary-i386/Packages  404 Not Found [IP: 35.9.37.225 80]    
W: Failed to fetch http://ftp.us.debian.org/debian/dists/lenny/main/binary-i386/Packages  404 Not Found [IP: 35.9.37.225 80]    
E: Some index files failed to download, they have been ignored, or old ones used instead.
</code></pre>
<p>Now what?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/8625/joelfan" target="_blank">JoelFan</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>From a little poking around, it appears to be a problem with the Debian mirrors.  According to the mirror info, lenny should be available, although you might need to change each instance of &#8216;lenny&#8217; with &#8216;oldstable&#8217; in <code>/etc/apt/sources.list</code>.  However, pulling up 3 mirrors have all shown that &#8216;lenny&#8217; and &#8216;oldstable&#8217; are no longer listed.</p>
<p><strong>Update:</strong> I did a little more poking around, and found that the <a href="ftp://mirrors.usc.edu/pub/linux/distributions/debian/dists/" rel="nofollow">USC Mirror</a> looks to still have &#8216;lenny&#8217; listed.  Comment out your existing entries in <code>sources.list</code> and duplicate them the:</p>
<pre><code>deb http://ftp.us.debian.org/debian/
</code></pre>
<p>Replaced with:</p>
<pre><code>deb ftp://mirrors.usc.edu/pub/linux/distributions/debian/
</code></pre>
<p>See if that does the trick.</p>
<p>With a little luck this is a temporary issue, and will resolve itself in a few days.</p>
<p><strong>Update 2:</strong> It looks like this is likely temporary, and <a href="http://archive.debian.org" rel="nofollow">http://archive.debian.org</a> is the best place to pull packages for Lenny.  Also, it looks like security support for Lenny was ended on Feb. 12th 2012, although they did release 5.0.10, a point update, on March 10th, 2012.</p>
<p>It would probably be worth planning out an upgrade, especially for any Internet/public facing servers.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/1770/christopher-cashell" target="_blank">Christopher Cashell</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/374651/apt-get-update-getting-404-on-debian-lenny" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/apt-get-update-getting-404-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 5.0 (lenny) apt sources fail?</title>
		<link>http://adminsgoodies.com/debian-5-0-lenny-apt-sources-fail/</link>
		<comments>http://adminsgoodies.com/debian-5-0-lenny-apt-sources-fail/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 10:33:22 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian-lenny]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/debian-5-0-lenny-apt-sources-fail/</guid>
		<description><![CDATA[For the past few days, I couldn&#8217;t update our apt-sources on Debian 5.0 (lenny). I get the following errors. W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/binary-amd64/Packages 404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/contrib/binary-amd64/Packages 404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/non-free/binary-amd64/Packages 404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/source/Sources 404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/contrib/source/Sources 404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/non-free/source/Sources 404 [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>For the past few days, I couldn&#8217;t update our apt-sources on <a href="http://en.wikipedia.org/wiki/Debian#Release_history" rel="nofollow">Debian 5.0</a> (lenny). I get the following errors.</p>
<pre><code>W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/binary-amd64/Packages  404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/contrib/binary-amd64/Packages  404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/non-free/binary-amd64/Packages  404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/source/Sources  404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/contrib/source/Sources  404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/non-free/source/Sources  404 Not Found [IP: 130.89.148.12 80]
</code></pre>
<p>How do I fix this problem?</p>
<hr />
<p>Edit:</p>
<p>My current sources are:</p>
<pre><code># Debian Lenny
deb http://ftp.de.debian.org/debian/ lenny main non-free contrib  
deb-src http://ftp.de.debian.org/debian/ lenny main non-free contrib  # Debian Lenny Non-US
deb http://non-us.debian.org/debian-non-US lenny/non-US main contrib non-free  
deb-src http://non-us.debian.org/debian-non-US lenny/non-US main contrib non-free# Debian Lenny Security
deb http://security.debian.org/ lenny/updates main contrib non-free
</code></pre>
<div class="author">Asked by <a href="http://serverfault.com/users/43929/tronic" target="_blank">Tronic</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p><code>lenny</code> <a href="http://www.debian.org/releases/oldstable/">is superseded by <code>squeeze</code></a>, and <a href="http://wiki.debian.org/DebianLenny">its lifecycle ended on Feb. 6th this year</a>. You&#8217;ll get no updates from the core Debian community for <code>lenny</code>. </p>
<p>Options:</p>
<ol>
<li>Upgrade to <code>squeeze</code>.</li>
<li>Stay with <code>lenny</code>, remove the Debian FTP servers from <code>sources.list</code> and keep the packages as they are. There will be no security updates.</li>
<li>Pin (<code>man apt_preferences</code>) necessary packages down to <code>lenny</code> and perform a partial upgrade, or pin all packages down to <code>lenny</code> and perform upgrades as needed. Leaves you with a partial system, and you are likely to get all kinds of errors, but might be necessary if neither upgrade nor keep-as-is are options.</li>
</ol>
<div class="author">Answered by <a href="http://serverfault.com/users/88712/thiton" target="_blank">thiton</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/373314/debian-5-0-lenny-apt-sources-fail" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/debian-5-0-lenny-apt-sources-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian lenny apt sources fail?</title>
		<link>http://adminsgoodies.com/debian-lenny-apt-sources-fail/</link>
		<comments>http://adminsgoodies.com/debian-lenny-apt-sources-fail/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 08:33:14 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian-lenny]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/debian-lenny-apt-sources-fail/</guid>
		<description><![CDATA[since a few days i can&#8217;t update our apt-sources on debian lenny. i get the following errors: W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/binary-amd64/Packages 404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/contrib/binary-amd64/Packages 404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/non-free/binary-amd64/Packages 404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/source/Sources 404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/contrib/source/Sources 404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/non-free/source/Sources 404 Not Found [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>since a few days i can&#8217;t update our apt-sources on debian lenny. i get the following errors:</p>
<pre><code>W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/binary-amd64/Packages  404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/contrib/binary-amd64/Packages  404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/non-free/binary-amd64/Packages  404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/source/Sources  404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/contrib/source/Sources  404 Not Found [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/non-free/source/Sources  404 Not Found [IP: 130.89.148.12 80]
</code></pre>
<p>any advice here?</p>
<p>thanks!</p>
<p>edit:</p>
<p>my current sources are</p>
<pre><code># Debian Lenny
deb http://ftp.de.debian.org/debian/ lenny main non-free contrib  
deb-src http://ftp.de.debian.org/debian/ lenny main non-free contrib  # Debian Lenny Non-US
deb http://non-us.debian.org/debian-non-US lenny/non-US main contrib non-free  
deb-src http://non-us.debian.org/debian-non-US lenny/non-US main contrib non-free# Debian Lenny Security
deb http://security.debian.org/ lenny/updates main contrib non-free
</code></pre>
<div class="author">Asked by <a href="http://serverfault.com/users/43929/tronic" target="_blank">Tronic</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p><code>lenny</code> <a href="http://www.debian.org/releases/oldstable/" rel="nofollow">is superseded by <code>squeeze</code></a>, and <a href="http://wiki.debian.org/DebianLenny" rel="nofollow">its lifecycle ended on Feb. 6th this year</a>. You&#8217;ll get no updates from the core Debian community for <code>lenny</code>. </p>
<p>Options:</p>
<ol>
<li>Upgrade to <code>squeeze</code>.</li>
<li>Stay with <code>lenny</code>, remove the Debian FTP servers from <code>sources.list</code> and keep the packages as they are. There will be no security updates.</li>
<li>Pin (<code>man apt_preferences</code>) necessary packages down to <code>lenny</code> and perform a partial upgrade, or pin all packages down to <code>lenny</code> and perform upgrades as needed. Leaves you with a partial system, and you are likely to get all kinds of errors, but might be necessary if neither upgrade nor keep-as-is are options.</li>
</ol>
<div class="author">Answered by <a href="http://serverfault.com/users/88712/thiton" target="_blank">thiton</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/373314/debian-lenny-apt-sources-fail" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/debian-lenny-apt-sources-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 5 Lenny how to upgrade Python to 2.7 version to run Django app?</title>
		<link>http://adminsgoodies.com/debian-5-lenny-how-to-upgrade-python-to-2-7-version-to-run-django-app/</link>
		<comments>http://adminsgoodies.com/debian-5-lenny-how-to-upgrade-python-to-2-7-version-to-run-django-app/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 21:33:16 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[debian-lenny]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[mod-wsgi]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/debian-5-lenny-how-to-upgrade-python-to-2-7-version-to-run-django-app/</guid>
		<description><![CDATA[I&#8217;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 -&#62; /usr/bin/python2.7/bin/python. After I installed mod_wsgi ./configure --with-python=/usr/bin/python2.7/bin/python and added to httpd.conf WSGIPythonHome /usr/bin/python2.7/bin/python. Now I have a couple of problems. At first &#8211; after I manually installed setuptools and pip, at calling pip install -r requirements.txt of I have got an error: raceback (most recent call [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I&#8217;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 <code>python -&gt; /usr/bin/python2.7/bin/python</code>. After I installed mod_wsgi <code>./configure  --with-python=/usr/bin/python2.7/bin/python</code> and added to httpd.conf <code>WSGIPythonHome /usr/bin/python2.7/bin/python</code>.<br />
Now I have a couple of problems. At first &#8211; after I manually installed setuptools and pip, at calling <code>pip install -r requirements.txt</code> of I have got an error: </p>
<blockquote>
<p>raceback (most recent call last):<br />
    File &#8220;/usr/bin/pip&#8221;, line 5, in<br />
      from pkg_resources import load_entry_point<br />
    File &#8220;build/bdist.linux-i686/egg/pkg_resources.py&#8221;, line 2607, in<br />
    File &#8220;build/bdist.linux-i686/egg/pkg_resources.py&#8221;, line 565, in resolve<br />
  pkg_resources.DistributionNotFound: pip==1.0.2</p>
</blockquote>
<p><strong>How to fix the <code>DistributionNotFound</code> problem?</strong></p>
<p>At second: in the system was installed mod_wsgi via apt-get, I manually compiled mod_wsgi 2.5 with configure flag without removing of existing version. </p>
<p><strong>The app is not fire up now, how to check, as mod_wsgi works right?</strong></p>
<div class="author">Asked by <a href="http://serverfault.com/users/111219/i159" target="_blank">I159</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>You should not set WSGIPythonHome for a start. Even in situations where it is set, you don&#8217;t set it to the executable path. As per documentation you set it to what sys.prefix is for Python installation you want to use.</p>
<p><a href="http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPythonHome" rel="nofollow">http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPythonHome</a></p>
<p>As for checking whether mod_wsgi working, read:</p>
<p><a href="http://code.google.com/p/modwsgi/wiki/CheckingYourInstallation" rel="nofollow">http://code.google.com/p/modwsgi/wiki/CheckingYourInstallation</a></p>
<p>and setup a WSGI hello world program first, not a complex Django system.</p>
<p>See:</p>
<p><a href="http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide" rel="nofollow">http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide</a></p>
<p>and watch:</p>
<p><a href="http://code.google.com/p/modwsgi/wiki/WhereToGetHelp?tm=6#Conference_Presentations" rel="nofollow">http://code.google.com/p/modwsgi/wiki/WhereToGetHelp?tm=6#Conference_Presentations</a></p>
<div class="author">Answered by <a href="http://serverfault.com/users/10639/graham-dumpleton" target="_blank">Graham Dumpleton</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/362905/debian-5-lenny-how-to-upgrade-python-to-2-7-version-to-run-django-app" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/debian-5-lenny-how-to-upgrade-python-to-2-7-version-to-run-django-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how do I install node.js on linode debian lenny?</title>
		<link>http://adminsgoodies.com/how-do-i-install-node-js-on-linode-debian-lenny/</link>
		<comments>http://adminsgoodies.com/how-do-i-install-node-js-on-linode-debian-lenny/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 07:30:03 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[debian-lenny]]></category>
		<category><![CDATA[node.js]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/how-do-i-install-node-js-on-linode-debian-lenny/</guid>
		<description><![CDATA[I want to use nodejs on a linode machine that has debian lenny installed. I want to have the latest version of nodejs and npm as well. apt-get does not seem to know nodejs or possibly I don&#8217;t know how to use it. in here: http://nodejs.org/dist/v0.6.6/ i see many files but I don&#8217;t know which of them I should use for the install (nor how). I am guessing that I need node-v0.6.6.pkg but again, this [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I want to use nodejs on a linode machine that has debian lenny installed.<br />
I want to have the latest version of nodejs and npm as well.</p>
<p>apt-get does not seem to know nodejs or possibly I don&#8217;t know how to use it.</p>
<p>in here: <a href="http://nodejs.org/dist/v0.6.6/" rel="nofollow">http://nodejs.org/dist/v0.6.6/</a> i see many files but I don&#8217;t know which of them I should use for the install (nor how).</p>
<p>I am guessing that I need node-v0.6.6.pkg but again, this is just a guess and I don&#8217;t know how to continue from here.</p>
<p>thanks.</p>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>The <code>.pkg</code> file is for OSX. There are some repositories that have binaries for Debian, but it is probably easiest to download and compile the code. NodeJS is updated very frequently &#8211; so most repositories have very outdated versions. You will need some development tools (compiler, etc.) to be able to build the source.</p>
<pre><code>sudo apt-get update
sudo apt-get install curl build-essential openssl libssl-dev
</code></pre>
<p>You can either download the source from the Node.JS site or pull it from github. The advantage of the latter is ease of maintenance. </p>
<p>NodeJS:</p>
<p>If you wish, you can install node to a directory other than the default, by adding &#8211;prefix /path/to/install/directory to your configure line, below. (Only use one of the following, not both)</p>
<p>From GitHub:</p>
<pre><code>sudo apt-get install git-core
cd /usr/local/src ##or whatever directory you like#
git clone https://github.com/joyent/node.git &amp;&amp; cd node
./configure
make
sudo make install
</code></pre>
<p>From source &#8211; tarball:</p>
<pre><code>cd /usr/local/src ##or whatever directory you like#
wget http://nodejs.org/dist/v0.6.6/node-v0.6.6.tar.gz
tar -xzvf node-v0.6.6.tar.gz
cd node-v0.6.6
./configure
make
sudo make install
</code></pre>
<p><a href="http://npmjs.org/" rel="nofollow">NPM</a>:</p>
<p>NPM is already included with recent versions of node. Verify that it is installed with npm -v. If a version is displayed, there is no need to do the step below. If the &#8216;easy install&#8217; doesn&#8217;t work for you, you can also download the code and make install.</p>
<pre><code>curl http://npmjs.org/install.sh | sudo sh
</code></pre>
<p class="ref-link">Check <a href="http://serverfault.com/questions/344148/how-do-i-install-node-js-on-linode-debian-lenny" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/how-do-i-install-node-js-on-linode-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install meteor server in debian (lenny)</title>
		<link>http://adminsgoodies.com/install-meteor-server-in-debian-lenny/</link>
		<comments>http://adminsgoodies.com/install-meteor-server-in-debian-lenny/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 18:00:05 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[debian-lenny]]></category>
		<category><![CDATA[meteor]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/install-meteor-server-in-debian-lenny/</guid>
		<description><![CDATA[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&#8217;t do cd /usr/local/meteor because this folder doesn&#8217;t exist! How I can connect meteor server with apache2 and php? **I don&#8217;t know what version of Perl I have installed but when I type perl into the bash, doesn&#8217;t output command doesn&#8217;t exist.. Any help, would be useful. I want [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I wonder how can I install <a href="http://meteorserver.org/installation/" rel="nofollow">this</a> in a lenny machine. Well, <a href="http://meteorserver.org/installation/" rel="nofollow">this site</a> has instructions on how to do this, but in step 3 I can&#8217;t do <code>cd /usr/local/meteor</code> because this folder doesn&#8217;t exist! How I can connect meteor server with apache2 and php? **I don&#8217;t know what version of Perl I have installed but when I type perl into the bash, doesn&#8217;t output command doesn&#8217;t exist.. Any help, would be useful.</p>
<p>I want to add meteor as a tag to my question but, the system doesn&#8217;t allow me. An administrator can fix it <img src='http://adminsgoodies.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>The installation instruction on the meteor site suggests using <code>/usr/local/meteor</code> as the installation directory, means you have to manually create it first (!). </p>
<pre><code>mkdir /usr/local/meteor
</code></pre>
<p>After that you switch into it the newly created directory (<code>cd /usr/local/meteor</code>) AND AFTER that you continue the step by step instructions starting with <code>wget ....</code></p>
<p>To &#8220;connect&#8221; apache2/php with meteor you have to run <code>mod_proxy</code> and reverse proxy meteor. Search for <code>mod_proxy</code> on how to do this. serverfault.com should provide you with the required information about mod_proxy.</p>
<p class="ref-link">Check <a href="http://serverfault.com/questions/339750/install-meteor-server-in-debian-lenny" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/install-meteor-server-in-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warnings about partition tables on /dev/md? during preseed installation. (Debian Lenny)</title>
		<link>http://adminsgoodies.com/warnings-about-partition-tables-on-devmd-during-preseed-installation-debian-lenny/</link>
		<comments>http://adminsgoodies.com/warnings-about-partition-tables-on-devmd-during-preseed-installation-debian-lenny/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 02:45:03 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian-lenny]]></category>
		<category><![CDATA[preseed]]></category>
		<category><![CDATA[software-raid]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/warnings-about-partition-tables-on-devmd-during-preseed-installation-debian-lenny/</guid>
		<description><![CDATA[I&#8217;m setting up an environment to install many Lenny machines at once and I need to avoid any dialog with the process, corner cases aside. One thing that consistently troubles me is that after my preseeded disk recipe creates Linux RAID-1 devices, the installer warns me about how the kernel could not re-read the partition table on each MD device. When I do a manual installation and try to use debconf-get-selections to preseed another installation, [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I&#8217;m setting up an environment to install many Lenny machines at once and I need to avoid any dialog with the process, corner cases aside.  One thing that consistently troubles me is that after my preseeded disk recipe creates Linux RAID-1 devices, the installer warns me about how the kernel could not re-read the partition table on each MD device.   When I do a manual installation and try to use debconf-get-selections to preseed another installation, it seems to ignore the whole preseed file altogether.  But reading through those selections, I couldn&#8217;t find anything that seemed to suggest it would select &#8220;OK&#8221; on this extraneous warning.</p>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>For anybody else stuck on this issue, you can use the following line in your preseed file:</p>
<pre><code>d-i partman/exception_handler_note note
</code></pre>
<p>But you&#8217;ll want to be aware of the implied risks.</p>
<p class="ref-link">Check <a href="http://serverfault.com/questions/301230/warnings-about-partition-tables-on-dev-md-during-preseed-installation-debian" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/warnings-about-partition-tables-on-devmd-during-preseed-installation-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using daemontools under Debian</title>
		<link>http://adminsgoodies.com/using-daemontools-under-debian/</link>
		<comments>http://adminsgoodies.com/using-daemontools-under-debian/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 11:30:04 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[daemontools]]></category>
		<category><![CDATA[debian-lenny]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[processes]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/using-daemontools-under-debian/</guid>
		<description><![CDATA[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&#8217;ve already installed daemontools and daemontools-run packages. daemontools is not really a meant to be used as a monitoring system for existing services. It is more of a framework for creating daemonized services [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I need to monitor my postfix, dovecot and sasl process and start them if something go wrong.<br />
I read about daemontools and I want it to monitor mail services.<br />
Can I find somewhere step by step guide to setup daemontools on Debian? I&#8217;ve already installed<br />
daemontools and daemontools-run packages.   </p>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>daemontools is not really a meant to be used as a monitoring system for existing services. It is more of a framework for creating daemonized services that happens to have builtin self-monitoring and auto-restarting capabilities.</p>
<p>With a great deal of effort, you <em>may</em> be able to retrofit the postfix, dovecot, and sasl processes to run within the daemontools framework, but I can almost certainly guarantee that your time will be much better spent learning a tool better suited for what you want to accomplish.</p>
<p>I recommend you look into <code>monit</code>. It is packaged for Debian and should work well with the other Debian-packaged services that you want to monitor.</p>
<p class="ref-link">Check <a href="http://serverfault.com/questions/318777/using-daemontools-under-debian" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/using-daemontools-under-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
