Debian NewsUpdates on the Debian Project |
1 March 10 |
15 February 10 |
1 February 10 |
1 February 10 |
23 January 10 |
7 January 10 |
pypi-install
for installing packages from the Python Package Index . Read more in this email from debian-python.3 January 10 |
The Lenny version of the spamassassin package contains a regular expressions that considers as “coming from the future” mails dated in 2010. Starting from a couple of days ago, that has increased the possibility of false positives.
More information about that can be found in some blog posts such as this one and in the Debian BTS, bug #563245.
If you are running spamassassin on a Debian machine, you should probably upgrade it to avoid false positives. That can be easily achieved using the volatile version of spamassassin 3.2.5-2+lenny1.1~volatile1. More information about this update and instructions of how to update in this announcement from the debian-volatile-announce mailing list.
Generally, it is a good idea to have a volatile line in your sources.list. Read more about the debian-volatile project in their website.
Unstable users only need to make sure they update to the latest version available in the archive 3.2.5-7.
Stefano Zacchiroli
30 December 09 |
-F
or --ftp-master-rejects
that shows only those tags that might result in an automated reject when uploading the package to the Debian achive.21 December 09 |
Ten years ago, on December 21st, 1999, Thomas Lange announced the release of version 1.0 of FAI (Fully Automatic Installation).
FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large infrastructures and clusters.
It is a tool for mass unattended Linux installation. You can take one or more virgin systems, turn on the power, and after a few minutes, the systems are installed, and completely configured to your exact needs, without any interaction necessary.
The tool was developed at the University of Cologne, because the author was too lazy to install Debian on 16 hosts manually.FAI now also supports the installation of Ubuntu and RPM-based Linux distributions. It is used worldwide in very different environments; even installations on two zSeries z10 mainframes are reported.
A detailed report in German about the 10 years of the FAI project can be found at http://www.informatik.uni-koeln.de/fai/otherdocs/10jahre.html.
Thomas Lange
20 December 09 |
Several LXDE components have been updated recently in sid. They bring some new features and improve flexibility of customization. Below you have a summary of the most important changes:
'lxsession -s LXDE -e LXDE'
rather than 'lxsession -s LXDE'
to reflect the changes in lxsession.
$XDG_CURRENT_DESKTOP
. The DE name can be used to match desktop files which contain compatible OnlyShowIn and NotShowIn key values.lxsession -s Lubuntu -e LXDE
This should load config files from Lubuntu directory, but the DE is still recognized as LXDE by applications.
$XDG_CURRENT_DESKTOP
. This means, you can have lxpanel show Gnome menu by the following export XDG_CURRENT_DESKTOP=3DGNOME
. Then lxpanel will show gnome applications instead of LXDE ones.
Andrew Lee