Debian 5.0 (Lenny) Released Today
Things not working out of the box after the upgrade (for me) :
Postfix/Sasl :
- Problem :
Feb 16 14:15:56 ifrit postfix/smtpd[5338]: warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied Feb 16 14:15:56 ifrit postfix/smtpd[5338]: warning: SASL authentication failure: Password verification failed Feb 16 14:15:56 ifrit postfix/smtpd[5338]: warning: foo.example.com[x.x.x.x]: SASL PLAIN authentication failed: generic failure Feb 16 14:15:57 ifrit postfix/smtpd[5338]: warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied Feb 16 14:15:57 ifrit postfix/smtpd[5338]: warning: foo.example.com[x.x.x.x]: SASL LOGIN authentication failed: generic failure
- Solution :
% sudo adduser postfix sasl % sudo /etc/init.d/postfix restart
Module-init-tools/initramfs-tools
- Problem :
Setting up module-init-tools (3.4-1) ... dpkg-divert: rename involves overwriting `/sbin/depmod' with different file `/sbin/depmod.modutils', not allowed dpkg: error processing module-init-tools (--configure): subprocess post-installation script returned error exit status 2 dpkg: dependency problems prevent configuration of initramfs-tools: initramfs-tools depends on module-init-tools; however: Package module-init-tools is not configured yet. dpkg: error processing initramfs-tools (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of linux-image-2.6.26-1-686: linux-image-2.6.26-1-686 depends on module-init-tools; however: Package module-init-tools is not configured yet. linux-image-2.6.26-1-686 depends on initramfs-tools (>= 0.55) | yaird (>= 0.0.13) | linux-initramfs-tool; however: Package initramfs-tools is not configured yet. Package yaird is not installed. Package linux-initramfs-tool is not installed. Package initramfs-tools which provides linux-initramfs-tool is not configured yet. dpkg: error processing linux-image-2.6.26-1-686 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of linux-image-2.6-686: linux-image-2.6-686 depends on linux-image-2.6.26-1-686; however: Package linux-image-2.6.26-1-686 is not configured yet. dpkg: error processing linux-image-2.6-686 (--configure): dependency problems - leaving unconfigured
- Solution :
% sudo mv /sbin/depmod.modutils /root % sudo mv /sbin/insmod.modutils /root % sudo mv /sbin/update-modules.modutils /root % sudo mv /sbin/modinfo.modutils /root % sudo mv /sbin/lsmod.modutils /root % sudo mv /sbin/lsmod.Lmodutils /root % sudo mv /sbin/modprobe.Lmodutils /root % sudo mv /sbin/rmmod.Lmodutils /root % sudo dpkg --configure module-init-tools
Bitlebee
- Problem :
15:02 Irssi: Looking up localhost 15:02 Irssi: Connecting to localhost [127.0.0.1] port 6668 15:02 Irssi: Unable to connect server localhost port 6668 [Connection refused]
- Solution :
% vi /etc/default/bitlbee # Adapt configuration then % sudo /etc/init.d/bitlbee restart
- UTF-8 Annoying :
16:25 <@ root> Error: Charset mismatch detected. The charset setting is currently set to utf-8, so please make sure your IRC client will send and accept text in that charset, or
tell BitlBee which charset to expect by changing the charset setting. See `help set charset' for more information. Your message was ignored.
- Solution :
If you have one tell me ! :) (i always play with /recode but this time it doesn't seems to work)
UPDATE : found it ... just remove all /recode instructions \o/
Amavis
- Annoying reports :
Every 3 hours :
Subject: Cron <amavis@foo.example.com> test -e /usr/sbin/amavisd-new-cronjob && /usr/sbin/amavisd-new-cronjob sa-sync ... bayes: synced databases from journal in 0 seconds: 290 unique entries (352 total entries)
- Solution :
#/etc/cron.d/amavisd-new -18 */3 * * * amavis test -e /usr/sbin/amavisd-new-cronjob && /usr/sbin/amavisd-new-cronjob sa-sync +18 */3 * * * amavis test -e /usr/sbin/amavisd-new-cronjob && /usr/sbin/amavisd-new-cronjob sa-sync >/dev/null
