Package: sogo Version: 1.3.15a-1 Severity: grave Tags: patch Justification: renders package unusable
Dear Maintainer, the packages cronjob at /etc/cron.daily/sogo implements a really bad find statement to clean up empty directory beneath /var/spool/sogo. find /var/spool/sogo -mindepth 1 -type d -empty -exec /bin/rmdir -p {} \; The 'rmdir -p' command results in the attempt to remove /var/spool/sogo, /var/spool (this is not going to happen because /var/spool is not empty) and if the removal of /var/spool did´t fail even /var would have been tried to remove. Nevertheless the directory /var/spool/sogo gets removed an renders sogo unusable because sogo fails to store its temporary mail and you are unable to send any mail written until the folder is recreated. The following find statement will do the job right: find /var/spool/sogo -depth -mindepth 1 -type d -empty -exec /bin/rmdir {} \; regards, ingo *** Please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these lines *** -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (900, 'testing'), (800, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.4-0.towo.3-siduction-amd64 (SMP w/4 CPU cores; PREEMPT) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages sogo depends on: ii adduser 3.113+nmu2 ii gnustep-base-runtime 1.22.1-2+b1 ii libc6 2.13-32 ii libcurl3-gnutls 7.26.0-1 ii libgcc1 1:4.7.0-8 ii libgnustep-base1.22 1.22.1-2+b1 ii libgnutls26 2.12.19-1 ii libmemcached10 1.0.6-1 ii libobjc4 4.7.0-8 ii libsbjson2.3 2.3.2-1 ii libsope1 1.3.15-1 ii sogo-common 1.3.15a-1 ii tmpreaper 1.6.13+nmu1 ii zip 3.0-5 sogo recommends no packages. sogo suggests no packages. -- Configuration Files: /etc/cron.d/sogo changed [not included] /etc/cron.daily/sogo changed [not included] /etc/sogo/sogo.conf changed [not included] -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org